]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Make unused variable font-list-limit obsolete, and move it out of C.
[gnu-emacs] / lisp / ChangeLog
1 2012-10-23 Chong Yidong <cyd@gnu.org>
2
3 * faces.el (font-list-limit): Define as an obsolete variable.
4
5 * startup.el (command-line):
6 * cus-start.el: Don't refer to font-list-limit.
7
8 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
9
10 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * subr.el (internal-temp-output-buffer-show): Rename from
13 temp-output-buffer-show, since previously compiled files expect this name.
14
15 2012-10-23 Glenn Morris <rgm@gnu.org>
16
17 * image.el (image-type-from-file-name): If multiple types match,
18 return the first one that is supported. (Bug#9045)
19
20 2012-10-22 Glenn Morris <rgm@gnu.org>
21
22 * image.el (imagemagick-enabled-types): Doc fix.
23
24 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
25
26 * progmodes/which-func.el (which-func-current): The hash-table may have
27 an explicit nil (bug#12338).
28
29 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * electric.el (electric-pair-delete-selection-self-insert-function):
32 Rename to electric-pair-will-use-region, return a boolean.
33 (electric-pair-mode): Adjust accordingly. Don't require delsel.
34
35 * delsel.el (delete-selection-helper): Use a function instead of a hook.
36 (delete-selection-pre-hook): Use use-region-p.
37 (delete-selection-self-insert-function): Remove.
38 (self-insert-command): Obey self-insert-uses-region-functions.
39 (self-insert-iso): Revert to previous setting, since we don't actually
40 know what that command does.
41 (delete-selection-self-insert-hooks): Remove.
42
43 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
44
45 * delsel.el (delete-selection-helper): New function, extracted from
46 delete-selection-pre-hook.
47 (delete-selection-pre-hook): Use it.
48 (delete-selection-self-insert-function): New function.
49 (delete-selection-self-insert-hooks): New hook.
50 (self-insert-command, self-insert-iso): Use it.
51 * electric.el (electric-pair-syntax): New function, extracted from
52 electric-pair-post-self-insert-function.
53 (electric-pair-post-self-insert-function): Use it.
54 (electric-pair-delete-selection-self-insert-function): New function.
55 (electric-pair-mode): Require delsel and setup
56 delete-selection-self-insert-hooks (bug#11520).
57
58 2012-10-20 Chong Yidong <cyd@gnu.org>
59
60 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
61 no changes to show (Bug#12586).
62
63 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
64 list explicitly (Bug#12571).
65
66 2012-10-20 Arne Jørgensen <arne@arnested.dk>
67
68 * progmodes/flymake.el (flymake-create-temp-inplace):
69 Use file-truename.
70
71 2012-10-20 Eli Zaretskii <eliz@gnu.org>
72
73 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
74
75 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
76
77 * calc/calc-units.el (math-extract-units): Properly extract powers
78 of units.
79
80 2012-10-20 Daniel Colascione <dancol@dancol.org>
81
82 * frame.el (make-frame): Set x-display-name as we used to in order
83 to unbreak creating an X11 frame from an Emacs daemon started
84 without a display.
85
86 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * minibuffer.el (minibuffer-force-complete): Make the next completion use
89 the same completion-field (bug@12221).
90
91 2012-10-19 Martin Rudalics <rudalics@gmx.at>
92
93 * emacs-lisp/debug.el (debug): Record height of debugger window
94 also when debugger will be back (Bug#8789).
95
96 2012-10-18 Chong Yidong <cyd@gnu.org>
97
98 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
99 Convert to defcustom.
100 (gdb-get-source-file): Don't bind pop-up-windows.
101
102 * progmodes/gud.el (gud-display-line): Don't specially re-use
103 other frames for the gdb-mi case (Bug#12648).
104
105 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * emacs-lisp/advice.el: Clean up commentary a bit.
108 (ad-do-advised-functions, ad-with-originals): Use `declare'.
109 (byte-code-function-p): Never redefine.
110
111 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
112
113 2012-10-18 Glenn Morris <rgm@gnu.org>
114
115 * dired.el (dired-sort-toggle): Some ls implementations only allow
116 a single option string. (Bug#12666)
117
118 * minibuffer.el (completion-cycle-threshold): Doc fix.
119
120 2012-10-17 Kenichi Handa <handa@gnu.org>
121
122 * international/mule.el (set-keyboard-coding-system):
123 Recover input meta mode when the new coding system doesn not use 8-bit.
124 Supply TERMINAL arg to set-input-meta-mode.
125
126 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de> (tiny change)
127
128 * wdired.el (wdired-old-marks): New variable.
129 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
130 (wdired-do-renames): Move point with renamed file and don't lose
131 mark status (Bug#11795).
132
133 2012-10-16 Juri Linkov <juri@jurta.org>
134
135 * replace.el (query-replace-help): Mention multi-buffer replacement
136 keys in the Help message. (Bug#12655)
137
138 2012-10-15 Chong Yidong <cyd@gnu.org>
139
140 * emacs-lisp/byte-run.el (defsubst): Doc fix.
141
142 2012-10-14 Eli Zaretskii <eliz@gnu.org>
143
144 * window.el (display-buffer): Doc fix.
145
146 * progmodes/compile.el (compilation-error-regexp-alist-alist):
147 Adjust the msft regexp to the output of Studio 2010, and move msft
148 before edg-1. See the discussion on emacs-devel,
149 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
150 for the details.
151
152 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
153
154 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
155 (oset): Move uses of object-class-fast macro after its definition.
156
157 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
158
159 2012-10-13 Chong Yidong <cyd@gnu.org>
160
161 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
162 enabled, re-enable it (Bug#11963).
163
164 2012-10-13 Martin Rudalics <rudalics@gmx.at>
165
166 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
167 non-nil, restore window configuration (Bug#12623).
168
169 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * help-fns.el (describe-variable, describe-function-1):
172 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
173
174 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
175
176 2012-10-12 Glenn Morris <rgm@gnu.org>
177
178 * mail/rmailsum.el (rmail-header-summary):
179 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
180
181 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
182
183 * progmodes/python.el (python-mode-map):
184 Replace subtitute-key-definition with proper command remapping.
185 (python-nav--up-list): Fix behavior for blocks on the same level.
186
187 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
190
191 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
192 changes to the format of load-history.
193
194 * international/mule-cmds.el (read-char-by-name): Move let-binding of
195 completion-ignore-case in case that var is buffer-local (bug#12615).
196
197 2012-10-11 Kenichi Handa <handa@gnu.org>
198
199 * international/eucjp-ms.el: Re-generated.
200
201 2012-10-10 Kenichi Handa <handa@gnu.org>
202
203 * select.el (xselect--encode-string): If a coding is specified for
204 selection, and that is compatible with COMPOUND_TEXT, use it.
205
206 2012-10-10 Martin Rudalics <rudalics@gmx.at>
207
208 * window.el (switch-to-buffer-preserve-window-point): New option.
209 (switch-to-buffer):
210 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
211
212 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
213
214 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
215 Don't document nil as a useful value (bug#12583).
216
217 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
218
219 * net/tramp.el (tramp-debug-message):
220 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
221 (with-tramp-progress-reporter): Rename from
222 `tramp-with-progress-reporter'.
223 (with-tramp-file-property, with-tramp-connection-property):
224 Move from tramp-cache.el, rename from `with-file-property' and
225 `with-connection-property', respectively.
226
227 * net/tramp-cache.el: Remove `with-file-property' and
228 `with-connection-property'.
229
230 * net/tramp.el:
231 * net/tramp-gvfs.el:
232 * net/tramp-sh.el:
233 * net/tramp-smb.el: Adapt callees.
234
235 * net/trampver.el: Update release number.
236
237 2012-10-09 Glenn Morris <rgm@gnu.org>
238
239 * w32-fns.el (set-message-beep):
240 * term/w32-win.el (set-message-beep): Update declarations.
241
242 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
245 (mode-line-widen, mode-line-input-method-map)
246 (mode-line-coding-system-map, mode-line-remote)
247 (mode-line-unbury-buffer, mode-line-bury-buffer)
248 (mode-line-next-buffer, mode-line-previous-buffer):
249 Replace save-selected-window+select-window => with-selected-window.
250
251 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
252 * progmodes/cc-vars.el (bq-process): Remove, unused.
253
254 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
255
256 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
257
258 Implemented `backward-up-list'-like navigation.
259 * progmodes/python.el (python-nav-up-list)
260 (python-nav-backward-up-list): New functions.
261 (python-mode-map): Define substitute key for backward-up-list to
262 python-nav-backward-up-list.
263
264 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
265
266 * progmodes/python.el (python-fill-paragraph): Rename from
267 python-fill-paragraph-function. Fixed fill-paragraph for
268 decorators (Bug#12605).
269
270 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
271
272 * progmodes/python.el (python-shell-output-filter): Handle extra
273 carriage return in OSX (Bug#12409).
274
275 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
276
277 Fix shell handling of unbalanced quotes and parens in output.
278 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
279 (python-syntax-propertize-function): Use it.
280 (python-shell-output-syntax-table): New var.
281 (inferior-python-mode): Prevent unbalanced parens/quotes from
282 previous output mess with current input context.
283
284 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
285
286 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
287 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
288
289 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
290
291 * ffap.el (ffap-replace-file-component): Support Tramp file name
292 syntax, not only ange-ftp's one.
293
294 2012-10-08 Glenn Morris <rgm@gnu.org>
295
296 * cus-start.el (message-log-max): Set :version.
297
298 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
299
300 2012-10-08 Martin Rudalics <rudalics@gmx.at>
301
302 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
303 the minibuffer window (Bug#10851).
304
305 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
306
307 Enhancements on forward-sexp movement.
308 * progmodes/python.el (python-nav-beginning-of-statement)
309 (python-nav-end-of-statement): Return point-marker.
310 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
311 (python-info-current-symbol)
312 (python-info-statement-starts-block-p): Rename from
313 python-info-beginning-of-block-p.
314 (python-info-statement-ends-block-p): Rename from
315 python-info-end-of-block-p.
316 (python-info-beginning-of-statement-p)
317 (python-info-end-of-statement-p)
318 (python-info-beginning-of-block-p, python-info-end-of-block-p):
319 New functions.
320
321 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
324 frame-selected-windows.
325
326 2012-10-08 Daniel Colascione <dancol@dancol.org>
327
328 * battery.el (battery-status-function): Check for
329 w32-battery-status itself, not system-time windows-nt.
330
331 * frame.el: Require cl-lib.
332 (display-format-alist): New variable mapping frame types to
333 functions that initialize them.
334 (window-system-for-display): New function: interprets
335 display-format-alist.
336 (make-frame-on-display): Remove existing display-selection logic
337 and just forward to make-frame, which will now DTRT.
338 (make-frame): Restructure to use window-system-for-display to
339 figure out how to create a frame on a given display.
340 (display-mouse-p): Look for frame-type w32, not a particular
341 system-type.
342
343 * loadup.el: Load w32 lisp code when we have the w32 feature.
344
345 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
346 system-type windows-nt.
347
348 * server.el (server-create-window-system-frame): Look for window
349 type.
350 (server-proces-filter): Only force a window system when windows-nt
351 _and_ w32. Explain why.
352
353 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
354 of window systems we configure for the mode.
355
356 * startup.el (command-line): Mark window system is initialized
357 after we've done it.
358
359 * common-win.el (x-select-text): Look for w32, not windows-nt.
360
361 * ns-win.el: Require cl-lib. Add ourselves to
362 display-format-alist.
363 (ns-initialize-window-system): Assert we're not initialized twice.
364
365 * w32-win.el: Enable lexical binding; require cl-lib; add
366 ourselves to display-format-alist.
367 (w32-handle-dropped-file): Convert incoming dropped files from
368 Windows paths to Cygwin ones before passing them on to the rest of
369 Emacs.
370 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
371 (w32-initialize-window-system): Assert we're not initialized twice.
372
373 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
374 (x-initialize-window-system): Assert we're not initialized twice.
375
376 * w32-common-fns.el: New File.
377 (w32-version, w32-using-nt, w32-get-clipboard-data)
378 (w32-set-clipboard-data, x-set-selection, x-get-selection)
379 (w32-charset-info-alist, x-last-selected, text)
380 (x-get-selection-value, x-selection-value): Move here.
381
382 * w32-fns.el: Require w32-common-fns.
383 (w32-version, w32-using-nt, w32-get-clipboard-data)
384 (w32-set-clipboard-data, x-set-selection, x-get-selection)
385 (w32-charset-info-alist, x-last-selected, text)
386 (x-get-selection-value, x-selection-value): Move to
387 w32-common-fns.
388
389 * w32-vars.el:
390 (w32-allow-system-shell, w32-system-shells): Define only in
391 non-cygwin case.
392
393 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
396 (read-passwd): Remove a few more potential sources of leaks.
397
398 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
399
400 * progmodes/python.el (inferior-python-mode)
401 (python-shell-make-comint): Fix initialization of local
402 variables copied from parent buffer.
403
404 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
405
406 * term/ns-win.el (ns-read-file-name): Update declaration to match
407 nsfns.m.
408 (ns-respond-to-change-font): Change fontsize separatly so we are sure
409 it is set when font is acted upon.
410
411 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
412
413 Enhancements to indentation.
414 * progmodes/python.el (python-indent-context): Give priority to
415 inside-string context. Make comments indentation markers.
416 (python-indent-region): Do not mess with strings, unless it's the
417 enclosing set of quotes.
418
419 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
420
421 * window.el (internal--before-save-selected-window)
422 (internal--after-save-selected-window): New functions extracted from
423 save-selected-window. Make sure we return the `alist' we construct.
424 (save-selected-window): Use them.
425
426 * textmodes/tex-mode.el (tex-recenter-output-buffer):
427 Use with-selected-window.
428
429 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
430 forms that define macros (bug#12593).
431
432 2012-10-07 Kenichi Handa <handa@gnu.org>
433
434 * international/mule-conf.el (compound-text-with-extensions):
435 Add :mime-charset property as x-ctext.
436
437 2012-10-07 Stefan Merten <smerten@oekonux.de>
438
439 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
440 (rst-indent-literal-normal, rst-indent-literal-minimized)
441 (rst-indent-comment): Correct :version tag.
442 (rst-official-cvs-rev): Correct version string.
443
444 2012-10-07 Glenn Morris <rgm@gnu.org>
445
446 * mail/rmailmm.el (rmail-mime-process-multipart):
447 Do not confuse a multipart message with an epilogue
448 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
449
450 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
451
452 Fix shell output retrieval and comint-prompt-regexp init.
453 * progmodes/python.el (inferior-python-mode):
454 (python-shell-make-comint): Fix initialization of
455 comint-prompt-regexp from copied file local variables.
456 (python-shell-fetched-lines): Remove var.
457 (python-shell-output-filter-in-progress): Rename from
458 python-shell-fetch-lines-in-progress.
459 (python-shell-output-filter-buffer): Rename from
460 python-shell-fetch-lines-string.
461 (python-shell-fetch-lines-filter): Delete function.
462 (python-shell-output-filter): New function.
463 (python-shell-send-string-no-output): Use them.
464
465 2012-10-07 Glenn Morris <rgm@gnu.org>
466
467 * hi-lock.el (hi-lock-process-phrase):
468 Try to make it less fragile. (Bug#7161)
469
470 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
471
472 2012-10-06 Glenn Morris <rgm@gnu.org>
473
474 * ehelp.el (electric-help-mode): Use help-mode rather than
475 non-existent mode `help'.
476 (electric-help-map): Use button-buffer-map. (Bug#10917)
477
478 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
479 (reftex-create-bibtex-footer): Fix custom types.
480
481 * progmodes/sh-script.el (sh-indent-after-continuation):
482 Add explicit :group.
483
484 * textmodes/rst.el (rst-preferred-decorations)
485 (rst-shift-basic-offset): Clarify obsolescence versions.
486
487 * profiler.el (profiler): Add missing group :version tag.
488 * avoid.el (mouse-avoidance-banish-position):
489 * proced.el (proced-renice-command):
490 * calc/calc.el (calc-ensure-consistent-units):
491 * calendar/icalendar.el (icalendar-import-format-uid):
492 * net/tramp.el (tramp-save-ad-hoc-proxies):
493 * progmodes/bug-reference.el (bug-reference-bug-regexp):
494 * progmodes/flymake.el (flymake-error-bitmap)
495 (flymake-warning-bitmap, flymake-fringe-indicator-position):
496 * progmodes/sh-script.el (sh-indent-after-continuation):
497 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
498 (verilog-before-save-font-hook, verilog-after-save-font-hook):
499 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
500 (vhdl-array-index-record-field-in-sensitivity-list)
501 (vhdl-indent-comment-like-next-code-line):
502 * textmodes/reftex-vars.el (reftex-ref-style-alist)
503 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
504 (reftex-cite-key-separator, reftex-create-bibtex-header)
505 (reftex-create-bibtex-footer):
506 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
507 (rst-indent-literal-normal, rst-indent-literal-minimized)
508 (rst-indent-comment): Add missing custom :version tags.
509
510 * calendar/timeclock.el (timeclock-modeline-display):
511 Add missing obsolete alias for renamed user option.
512
513 * strokes.el (strokes-modeline-string):
514 * emulation/crisp.el (crisp-mode-modeline-string):
515 * eshell/esh-mode.el (eshell-status-in-modeline):
516 Aliases to defcustoms must come before the defcustom.
517
518 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
519 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
520 (cal-tex-cursor-week-monday): Doc fixes.
521 (cal-tex-cursor-week2-summary): Doc fix.
522 Rename from cal-tex-cursor-week-at-a-glance.
523
524 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
525 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
526
527 * calendar/calendar.el (calendar-mode-map):
528 Add cal-tex-cursor-week2-summary.
529
530 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
531
532 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
533
534 * subr.el (read-passwd-map): New var.
535 (read-passwd): Use `read-string' again.
536 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
537
538 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
539
540 * register.el (append-to-register, prepend-to-register):
541 Deactivate mark, as does `copy-to-register' (bug#12389).
542
543 2012-10-06 Chong Yidong <cyd@gnu.org>
544
545 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
546
547 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
548
549 * international/characters.el: Fix simple mistake ((car chars) ->
550 elt), delete duplicated code.
551
552 2012-10-06 Glenn Morris <rgm@gnu.org>
553
554 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
555
556 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
557
558 * color.el (color-hsl-to-rgb): Fix incorrect results for
559 small and large hue values. (Bug#12559)
560
561 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
562
563 Enhancements to docstring formatting when filling paragraphs.
564 * progmodes/python.el (python-fill-docstring-style): Rename from
565 python-fill-string-style. Added new style.
566 (python-fill-string): Use new style. Better checks for
567 docstrings.
568
569 2012-10-05 Glenn Morris <rgm@gnu.org>
570
571 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
572
573 * color.el (color-name-to-rgb, color-rgb-to-hex)
574 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
575 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
576 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
577 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
578
579 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
580
581 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
582
583 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
584 to get the correct size across symlinks.
585
586 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
587
588 2012-10-04 Juri Linkov <juri@jurta.org>
589
590 * replace.el (query-replace-interactive): Declare obsolete.
591 (query-replace-read-from): Add the last incremental search string
592 to the list of default values accessible via M-n.
593 (map-query-replace-regexp): Use `read-regexp'.
594 (query-replace, query-replace-regexp, query-replace-regexp-eval)
595 (map-query-replace-regexp, replace-string, replace-regexp):
596 Fix docstrings to replace mentions of `query-replace-interactive'
597 with alternatives. (Bug#12526)
598
599 2012-10-04 Juri Linkov <juri@jurta.org>
600
601 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
602 (dired-pop-to-buffer): Declare obsolete.
603 (dired-mark-pop-up): Doc fix.
604
605 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
606
607 Allow user to set docstring style for fill-paragraph.
608 * progmodes/python.el
609 (python-fill-comment-function, python-fill-string-function)
610 (python-fill-decorator-function, python-fill-paren-function):
611 Remove :safe for defcustoms.
612 (python-fill-string-style): New defcustom
613 (python-fill-paragraph-function): Enhance context detection.
614 (python-fill-string): Honor python-fill-string-style settings.
615
616 2012-10-04 Martin Rudalics <rudalics@gmx.at>
617
618 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
619 after setting its buffer (Bug#10805).
620
621 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
622
623 Fix cornercase for string syntax.
624 * progmodes/python.el (python-syntax-propertize-function):
625 Simplify and enhance the regexp for unescaped quotes. Now it also
626 matches quotes in weird situations like the single quote in
627 "something\"'".
628 (python-syntax-stringify): Simplify num-quotes detecting code.
629
630 2012-10-03 Glenn Morris <rgm@gnu.org>
631
632 * help-macro.el (three-step-help):
633 Revert 2012-09-29 change. (Bug#12567)
634
635 2012-10-03 Martin Rudalics <rudalics@gmx.at>
636
637 * menu-bar.el (kill-this-buffer): Don't do anything when
638 `menu-frame' is not alive or visible (Bug#8184).
639
640 * emacs-lisp/debug.el (debug): When quitting the debugger window
641 restore current buffer (Bug#12502).
642
643 2012-10-02 Chong Yidong <cyd@gnu.org>
644
645 * progmodes/hideif.el (hif-lookup, hif-defined):
646 Handle semantic-c-takeover-hideif.
647
648 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
649
650 Change sampling interval units from ms to ns.
651 * profiler.el (profiler-sampling-interval): Change units
652 from ms to ns, multiplying the default by 1000000 so that
653 it remains 1 ms.
654 (profiler-report-cpu-line-format): Give enough room for
655 the maximum counters on 64-bit hosts.
656 (profiler-report-render-calltree-1): Call them "CPU samples",
657 not "Time (ms)", since they are not milliseconds now (and
658 never really were).
659
660 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
661
662 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
663 Fix querying BBDB for entries without a last name (Bug#11580).
664
665 2012-10-02 Chong Yidong <cyd@gnu.org>
666
667 * emacs-lisp/eieio.el: Restore Version header.
668
669 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
670
671 * vc/diff-mode.el (diff--auto-refine-data): New var.
672 (diff-hunk): Use it to delay refinement.
673 (diff-mode): Remove overlays when we turn off font-lock.
674
675 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
676 (table-initialize-table-fixed-width-mode)
677 (table-set-table-fixed-width-mode): Remove functions.
678 (table-command-list): Move initialization into declaration.
679 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
680 (table-with-cache-buffer): Use `declare'.
681 (table-span-cell): Simplify via CSE.
682 (table-fixed-width-mode): Use define-minor-mode.
683 (table-call-interactively, table-funcall, table-apply): Remove.
684 (table-function): New function, to replace them.
685
686 * bookmark.el (bookmark-search-pattern): Remove var.
687 (bookmark-read-search-input): Remove function.
688 (bookmark-bmenu-search): Reimplement using a minibuffer.
689
690 * faces.el (modeline): Remove obsolete face name.
691
692 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
693 and give a non-nil default value.
694 (add-change-log-entry): Simplify accordingly.
695
696 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
697
698 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
699 (vc-git-log-edit-toggle-amend): New function.
700 (vc-git-log-edit-toggle-signoff): New function.
701 (vc-git-log-edit-mode): New major mode.
702 (vc-git-log-edit-mode-map): Keymap for it.
703 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
704
705 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
706 header names.
707 (log-edit-toggle-header): New function.
708 (log-edit-extract-headers): Accept function values in HEADERS alist.
709
710 2012-10-01 David Engster <deng@randomsample.de>
711
712 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
713 from symbol property and change message to be more consistent with
714 Emacs proper.
715 (eieio-describe-generic): Add filename for each implementation.
716 Fix indices for generic and normal methods.
717 (eieio-method-def, eieio-class-def): New buttons.
718 (eieio-help-find-method-definition)
719 (eieio-help-find-class-definition): New functions.
720 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
721 class, constructor and method definitions.
722
723 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
724 information in symbol property.
725 (scoped-class): Remove.
726 (eieio-slot-name-index, call-next-method): Check if it is bound.
727
728 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
729
730 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
731 (eieio-custom-mode): New major mode.
732 (eieio-customize-object): Use it.
733
734 2012-10-01 Eric Ludlam <zappo@gnu.org>
735
736 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
737 specifying the expected class, and whether subclassing is allowed.
738 (eieio-persistent-convert-list-to-object):
739 (eieio-persistent-validate/fix-slot-value)
740 (eieio-persistent-slot-type-is-class-p): New functions.
741 (eieio-named::slot-missing): Doc fix.
742
743 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
744 Stop using unused publd variable.
745
746 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
747 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
748 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
749 (eieio-speedbar-handle-click): Do not specify a class for the
750 method. Fixes method invocation order problems with EDE.
751
752 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
753
754 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
755 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
756
757 2012-10-01 Karl Fogel <kfogel@red-bean.com>
758
759 * bookmark.el (bookmark-version-control): Give tags in the
760 :type choices (Bug#12309), and improve doc string.
761 (bookmark-write-file): Bind `print-circle' to `t' to allow
762 circular custom bookmark types. (Bug#12503)
763
764 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
765
766 Revert the FOLLOW-SYMLINKS change for file-attributes.
767 * files.el (remote-file-name-inhibit-cache, after-find-file):
768 * time.el (display-time-file-nonempty-p): Undo last change.
769
770 * profiler.el (profiler-sampling-interval): Change default back to 1.
771 See Stefan Monnier in
772 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
773
774 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
775
776 Shell output catching a la gud-gdb.
777 * progmodes/python.el (python-shell-fetch-lines-in-progress)
778 (python-shell-fetch-lines-string, python-shell-fetched-lines):
779 New Vars.
780 (python-shell-fetch-lines-filter): New function.
781 (python-shell-send-string-no-output): Use them.
782
783 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
784
785 * profiler.el (profiler-sampling-interval): Rename from
786 profiler-sample-interval.
787 (profiler-sampling-interval): Default to 10.
788 (profiler-find-profile): New command (was profiler-find-log).
789 (profiler-find-profile-other-window): New command.
790 (profiler-find-profile-other-frame): New command.
791 (profiler-profile): Introduce API-level data structure.
792
793 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
794
795 file-attributes has a new optional arg FOLLOW-SYMLINKS.
796 * files.el (remote-file-name-inhibit-cache):
797 * time.el (display-time-file-nonempty-p): Use it.
798 * files.el (after-find-file): Don't chase links before calling
799 file-exists-p, as file-exists-p already does the right thing.
800
801 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
802
803 Merge from standalone RefTeX repository.
804
805 The following ChangeLog entries are shortened versions of the
806 original ones with file paths adapted. A not so strongly edited
807 version of the original ChangeLog can be found in the commit log.
808
809 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
810 (reftex-arg-cite): Use `reftex-cite-key-separator'.
811 Correctly handle new value type returned by `reftex-citation'.
812
813 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
814 that entries with whitespace at various places are found.
815 Doc fix. Include entries that are cross-referenced from cited entries.
816 Include @String definitions in the resulting bib file. Add header
817 and footer defined in `reftex-create-bibtex-header' and
818 `reftex-create-bibtex-footer'.
819 (reftex-do-citation): Make it possible again to insert
820 non-existent entries. Save match data when asking for optional
821 arguments. Return all keys, not just the first one.
822 (reftex-all-used-citation-keys): Fix regexp to correctly extract
823 all citations in the same line.
824 (reftex-parse-bibtex-entry): Accept additional optional argument
825 `raw' and keep quotes or braces if it is non-nil. Match fields
826 containing hyphens besides word constituents.
827 (reftex-get-string-refs): New function.
828 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
829 and ask if it should be reread in case it did.
830 (reftex-pop-to-bibtex-entry)
831 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
832 entries with spaces or tabs in front of arguments.
833 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
834 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
835 Match entries containing numbers and symbol constituents.
836 (reftex-do-citation, reftex-figure-out-cite-format):
837 Use `reftex-cite-key-separator'.
838
839 * textmodes/reftex-dcr.el: Move provide statement to end of file.
840 (reftex-mouse-view-crossref): Explain why point is set.
841
842 * textmodes/reftex-global.el: Whitespace changes.
843
844 * textmodes/reftex-index.el: Move provide statement to end of
845 file.
846 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
847 (reftex-index-visit-phrases-buffer): Set marker when visiting
848 buffer. This allows for returning from the phrases file to the
849 file one was just editing instead of the file where the last
850 phrases was added from.
851 (reftex-index-phrases-syntax-table): New variable. Give ?\"
852 punctuation syntax as it usually is not used as string quote in
853 TeX-related modes and may occur unmatched. The change also
854 prevents fontification of quoted content.
855 (reftex-index-phrases-mode): Use it.
856
857 * textmodes/reftex-parse.el (reftex-parse-from-file):
858 Move backward one char if a `\' was matched after a section macro.
859 (reftex-parse-from-file): Use beginning of match instead of end as
860 bound.
861
862 * textmodes/reftex-ref.el: Adapt creation of
863 `reftex-<package>-<macro>' functions to new structure of
864 `reftex-ref-style-alist'.
865 (reftex-reference): Use `reftex-ref-style-list' function.
866 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
867 reference macro if `reftex-ref-macro-prompt' is non-nil.
868 (reftex-reference): Pass refstyle to `reftex-format-special'.
869 Determine reference macro by looking at
870 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
871 Use only one special format function.
872 (reftex-varioref-vref, reftex-fancyref-fref)
873 (reftex-fancyref-Fref): Remove definitions. The functions are now
874 generated from `reftex-ref-style-alist'.
875 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
876 Remove.
877 (reftex-format-special): New function.
878
879 * textmodes/reftex-sel.el
880 (reftex-select-cycle-ref-style-internal): Adapt to new structure
881 of `reftex-ref-style-alist'. Remove code for testing macro type.
882 (reftex-select-toggle-varioref)
883 (reftex-select-toggle-fancyref): Remove.
884 (reftex-select-cycle-ref-style-internal)
885 (reftex-select-cycle-ref-style-forward)
886 (reftex-select-cycle-ref-style-backward): New functions.
887 (reftex-select-label-map): Use `v' and `V' for general cycling
888 through reference styles. Add `p' for switching between number
889 and page reference types.
890
891 * textmodes/reftex-toc.el (reftex-re-enlarge):
892 Call `enlarge-window' only if there is something to do because in Emacs
893 the horizontal version throws an error even if the parameter is 0.
894
895 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
896 (reftex-plug-into-AUCTeX): Doc fix.
897 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
898 string. Adapt to new name.
899 (reftex-ref-style-alist): Change structure so that it is not
900 possible to use multiple different package names within a style.
901 Remove the symbols for symbols for macro type distinction.
902 Add characters for macro selection.
903 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
904 (reftex-create-bibtex-footer): New variables.
905 (reftex-format-ref-function): Mention third argument of special
906 format function.
907 (reftex-ref-style-alist, reftex-ref-style-default-list):
908 New variables.
909 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
910 to new implementation. Mark as obsolete. Add compatibility code
911 for honoring the variable values in case they are set.
912 (reftex-cite-format-builtin, reftex-bibliography-commands):
913 Add support for ConTeXt.
914 (reftex-format-ref-function, reftex-format-cite-function):
915 Fix custom type.
916 (reftex-cite-key-separator): New variable.
917
918 * textmodes/reftex.el (reftex-syntax-table-for-bib)
919 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
920 `reftex-syntax-table' because parens have to retain their paren
921 syntax in order for parsing of BibTeX entries like @book(...) to
922 work.
923 (reftex-in-comment): Do not error out if `comment-start-skip' is
924 not set. Deal correctly with escaped comment characters.
925 (reftex-tie-multifile-symbols): Add doc string.
926 Initialize `reftex-ref-style-list'.
927 (reftex-untie-multifile-symbols): Add doc string.
928 (reftex-add-index-macros): Doc fix.
929 (reftex-ref-style-activate, reftex-ref-style-toggle)
930 (reftex-ref-style-list): New functions.
931 (reftex-mode-menu): Use them. Adapt to new structure of
932 `reftex-ref-style-alist'.
933 (reftex-select-with-char): Kill the RefTeX Select buffer when
934 done.
935 (reftex-remove-if): New function.
936 (reftex-erase-all-selection-and-index-buffers)
937 (reftex-mode-menu): Reference styles are now computed from
938 `reftex-ref-style-alist'. Fix typo.
939 (reftex-report-bug): New function.
940 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
941 algorithms with O(n log n). Introduce optional argument SORT (not
942 yet used).
943
944 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
945
946 Enhancements for triple-quote string syntax.
947 * progmodes/python.el (python-syntax-propertize-function):
948 Match both quote cases in one regexp.
949 (python-syntax-stringify): Handle matches properly.
950
951 2012-09-30 Juri Linkov <juri@jurta.org>
952
953 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
954 to nil around the call to `insert' to prevent
955 directory time modification by lock_file. (Bug#2295)
956 * tar-mode.el (tar-summarize-buffer): Idem.
957
958 2012-09-30 Juri Linkov <juri@jurta.org>
959
960 * facemenu.el (list-colors-sort): Add option "Luminance".
961 (list-colors-sort-key): Implement it.
962
963 * vc/diff-mode.el (diff-refine-removed):
964 * vc/ediff-init.el (ediff-fine-diff-A):
965 * vc/smerge-mode.el (smerge-refined-removed):
966 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
967
968 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
969
970 * term/ns-win.el (x-file-dialog): New function.
971
972 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
973
974 * ido.el (ido-max-directory-size): Default to nil; the current
975 default is small for POSIX systems, and impractical on Windows 7
976 now that lstat returns directory sizes for NTFS.
977
978 2012-09-30 Martin Rudalics <rudalics@gmx.at>
979
980 In buffer display functions handle window-height/window-width
981 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
982 * window.el (window--display-buffer): New argument ALIST.
983 Obey window-height and window-width alist entries.
984 (window--try-to-split-window): New argument ALIST.
985 Bind window-combination-limit to t when the window's size shall be
986 changed and window-combination-limit equals `window-size'.
987 (display-buffer-in-atom-window)
988 (display-buffer-in-major-side-window)
989 (display-buffer-in-side-window, display-buffer-same-window)
990 (display-buffer-reuse-window, display-buffer-pop-up-frame)
991 (display-buffer-pop-up-window, display-buffer-below-selected)
992 (display-buffer-at-bottom, display-buffer-in-previous-window)
993 (display-buffer-use-some-window): Adjust all callers of
994 window--display-buffer and window--try-to-split-window.
995 (fit-frame-to-buffer): New option.
996 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
997 is non-nil.
998 (display-buffer-in-major-side-window): Evaluate window-height /
999 window-width alist entries.
1000
1001 * help.el (temp-buffer-resize-frames)
1002 (temp-buffer-resize-regexps): Remove options.
1003 (temp-buffer-resize-mode): Adjust doc-string.
1004 (resize-temp-buffer-window): Don't consult
1005 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
1006 temp-buffer-resize-frames.
1007
1008 * dired.el (dired-mark-pop-up):
1009 Call display-buffer-below-selected with a fit-window-to-buffer alist
1010 entry.
1011
1012 2012-09-30 Chong Yidong <cyd@gnu.org>
1013
1014 * server.el (server-host): Document the security implications.
1015 (server-auth-key): Doc fix.
1016
1017 * startup.el (initial-buffer-choice): Doc fix.
1018
1019 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1020
1021 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1022 restriction change.
1023
1024 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1025
1026 * help-fns.el (help-fns--obsolete): Fix last change.
1027
1028 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1029
1030 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1031 (minor-mode-map-alist): Remove redundant code.
1032
1033 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1034 visited in a buffer.
1035 (cvs-insert-visited-file): New function.
1036 (find-file-hook): Use it.
1037
1038 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1039
1040 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1041 chose face.
1042 (log-edit-empty-buffer-p): Don't require a space after a header.
1043
1044 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1045
1046 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1047
1048 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1049 a proper minor-mode.
1050
1051 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1052
1053 2012-09-29 Glenn Morris <rgm@gnu.org>
1054
1055 * winner.el (winner-mode): Remove variable (let define-minor-mode
1056 handle it).
1057 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1058 Doc fixes.
1059 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1060 (winner-mode): Use define-minor-mode.
1061
1062 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1063 the full definition in loaddefs, rather than duplicating it.
1064
1065 * help-macro.el (three-step-help): No need to autoload defcustom.
1066
1067 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1068 (inferior-lisp-program, inferior-lisp-load-command)
1069 (inferior-lisp-prompt, inferior-lisp-mode-hook):
1070 No need to autoload defcustoms.
1071
1072 * hippie-exp.el (hippie-expand-try-functions-list)
1073 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1074 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1075 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
1076 (hippie-expand-only-buffers): No need to autoload defcustoms.
1077 * progmodes/vhdl-mode.el (vhdl-line-expand):
1078 Explicitly load hippie-exp, so it does not get autoloaded
1079 while hippie-expand-try-functions-list is let-bound.
1080
1081 2012-09-28 Glenn Morris <rgm@gnu.org>
1082
1083 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1084
1085 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1086 Only "cl.el" counts as cl these days.
1087
1088 2012-09-28 Juri Linkov <juri@jurta.org>
1089
1090 Display archive errors in the echo area instead of inserting
1091 to the file buffer.
1092
1093 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1094 to STDERR-TEST that can be a regexp matching a successful output.
1095 Create a temporary file and redirect stderr to it. Search for
1096 STDERR-TEST in the stderr output and display it in the echo area
1097 if no match is found.
1098 (archive-extract-by-file): New function like
1099 `archive-extract-by-stdout' but extracting archives to files
1100 and looking for successful matches in stdout. Function body is
1101 mostly copied from `archive-rar-extract'.
1102 (archive-rar-extract): Use `archive-extract-by-file'.
1103 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
1104
1105 2012-09-28 Leo Liu <sdl.web@gmail.com>
1106
1107 * pcomplete.el (pcomplete-show-completions):
1108 Use minibuffer-message to make pcomplete usable in minibuffer.
1109
1110 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1111
1112 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1113
1114 * type-break.el: Use lexical-binding.
1115 (type-break-mode): Use define-minor-mode.
1116
1117 * emacs-lisp/pcase.el (pcase--mark-used): New.
1118 (pcase--u1): Use it (bug#12512).
1119
1120 * custom.el (load-theme): Set buffer-file-name so the load is recorded
1121 in load-history with the right file name.
1122
1123 2012-09-28 Tassilo Horn <tsdh@gnu.org>
1124
1125 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
1126 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
1127 (doc-view-get-bounding-box): Make bounding box slicing work for
1128 ODF and DVI documents.
1129
1130 2012-09-28 Glenn Morris <rgm@gnu.org>
1131
1132 * type-break.el (type-break-mode, type-break-interval)
1133 (type-break-good-rest-interval, type-break-keystroke-threshold):
1134 No need to autoload.
1135 (type-break-good-rest-interval, type-break-keystroke-threshold):
1136 Add :set-after.
1137
1138 2012-09-28 Chong Yidong <cyd@gnu.org>
1139
1140 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
1141 Add :version tag.
1142
1143 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
1146
1147 2012-09-27 Glenn Morris <rgm@gnu.org>
1148
1149 * faces.el (x-display-name): Declare (for without-x builds).
1150
1151 * linum.el (linum-format): Don't autoload it. Improve :type.
1152
1153 * progmodes/tcl.el: Don't require outline when compiling.
1154 (outline-regexp, outline-level): Declare.
1155 * textmodes/sgml-mode.el: Don't require outline when compiling.
1156 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
1157
1158 * term.el (term-ansi-reset):
1159 Try setting term-ansi-face-already-done to nil. (Bug#11785)
1160
1161 * vc/vc.el (vc-next-action): Only gripe about committing read-only
1162 files for RCS and SCCS. (Bug#9781)
1163
1164 2012-09-27 Chong Yidong <cyd@gnu.org>
1165
1166 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
1167 change; value should be t.
1168
1169 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * image-mode.el: Use lexical-binding.
1172 (image-mode-winprops): Use t to stand for the window of
1173 a buffer that's not displayed.
1174 * doc-view.el (doc-view-new-window-function): Handle the new
1175 t in winprops.
1176 (doc-view-enlarge): Make it a real nop if the size is not changed.
1177 (doc-view-display): Handle the case where the buffer is not (yet?)
1178 displayed in any window.
1179 (doc-view-saved-settings): New var.
1180 (doc-view-mode): Use it.
1181 (doc-view-fallback-mode): Set it.
1182
1183 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
1184 Set lexical-binding.
1185 (minibuffer-eldef-shorten-default): New var.
1186 (minibuffer-default-in-prompt-regexps): Use it for new default.
1187 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
1188
1189 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1190
1191 * international/uni-bidi.el:
1192 * international/uni-category.el:
1193 * international/uni-name.el:
1194 * international/uni-numeric.el: Regenerate.
1195
1196 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1197 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 * profiler.el: New file.
1200
1201 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
1204 (testcover-reinstrument): Simplify with CSE.
1205
1206 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1207
1208 * window.el (temp-buffer-window-setup): Fix typo in docstring.
1209
1210 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
1211
1212 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
1213 (verilog-auto-input, verilog-auto-insert-lisp)
1214 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1215 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
1216 (verilog-auto-unused, verilog-auto-wire)
1217 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
1218 newline. Reported by Andrew Jones.
1219 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
1220 Reported by Brad Dobbie.
1221 (verilog-batch-delete-trailing-whitespace):
1222 Create verilog-batch-delete-trailing-whitespace.
1223 Reported by Brad Dobbie.
1224 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
1225 parameters from another module. Reported by Dan Katz.
1226 (verilog-auto, verilog-auto-assign-modport)
1227 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
1228 AUTOINOUTMODPORT for UVM interface module shell generation.
1229 Reported by Brad Dobbie.
1230 (verilog-auto-inst-interfaced-ports): Make default nil, as more
1231 standard behavior.
1232 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
1233 Reported by Matt Martin.
1234
1235 2012-09-25 Martin Rudalics <rudalics@gmx.at>
1236
1237 * window.el (window--resize-child-windows): When resizing child
1238 windows proportionally, process them in reverse order to
1239 preserve the "when splitting a window the new one gets the odd
1240 line" behavior.
1241 (window--resize-root-window-vertically): When resizing the
1242 minibuffer window try to affect only windows at the bottom of the
1243 frame. (Bug#12419)
1244
1245 2012-09-25 Chong Yidong <cyd@gnu.org>
1246
1247 * subr.el (declare): Doc fix.
1248
1249 * help-fns.el (help-fns--obsolete): Handle macros properly.
1250
1251 2012-09-25 Chong Yidong <cyd@gnu.org>
1252
1253 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
1254 this function obsolete.
1255
1256 * calendar/cal-x.el (calendar-two-frame-setup)
1257 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1258 * calendar/calendar.el (american-calendar, european-calendar)
1259 (calendar-for-loop):
1260 * comint.el (comint-dynamic-simple-complete)
1261 (comint-dynamic-complete-as-filename, comint-unquote-filename):
1262 * desktop.el (desktop-load-default):
1263 * dired-x.el (dired-omit-here-always)
1264 (dired-hack-local-variables, dired-default-directory):
1265 * emacs-lisp/derived.el (derived-mode-class):
1266 * emacs-lisp/timer.el (timer-set-time-with-usecs):
1267 * emacs-lock.el (toggle-emacs-lock):
1268 * epa.el (epa-display-verify-result):
1269 * epg.el (epg-sign-keys, epg-start-sign-keys)
1270 (epg-passphrase-callback-function):
1271 * eshell/esh-util.el (eshell-for):
1272 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
1273 (eshell-add-to-window-buffer-names):
1274 * files.el (locate-file-completion):
1275 * imenu.el (imenu-example--create-c-index)
1276 (imenu-example--create-lisp-index)
1277 (imenu-example--lisp-extract-index-name)
1278 (imenu-example--name-and-position):
1279 * international/mule-cmds.el (princ-list):
1280 * international/mule-diag.el (decode-codepage-char):
1281 * international/mule-util.el (detect-coding-with-priority):
1282 * iswitchb.el (iswitchb-read-buffer):
1283 * mail/mailalias.el (mail-complete):
1284 * mail/sendmail.el (mail-sent-via):
1285 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
1286 (mouse-major-mode-menu):
1287 * password-cache.el (password-read-and-add):
1288 * pcomplete.el (pcomplete-parse-comint-arguments):
1289 * progmodes/sh-script.el (sh-maybe-here-document):
1290 * replace.el (query-replace-regexp-eval):
1291 * savehist.el (savehist-load):
1292 * simple.el (choose-completion-delete-max-match):
1293 * term.el (term-dynamic-simple-complete):
1294 * vc/ediff-init.el (ediff-check-version):
1295 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
1296 * vc/vc.el (vc-diff-switches-list):
1297 * view.el (view-return-to-alist-update): Likewise.
1298
1299 * subr.el (eval-next-after-load, makehash, insert-string)
1300 (assoc-ignore-representation, assoc-ignore-case): Use declare to
1301 mark obsolete.
1302 (mode-line-inverse-video): Variable deleted.
1303
1304 * international/mule-util.el (string-to-sequence): Remove.
1305
1306 * calendar/calendar.el (calendar-version):
1307 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
1308 (icalendar-convert-diary-to-ical):
1309 * cus-edit.el (custom-mode):
1310 * ansi-color.el (ansi-color-unfontify-region):
1311 * international/latin1-disp.el (latin1-char-displayable-p):
1312 * progmodes/cwarn.el (turn-on-cwarn-mode):
1313 * progmodes/which-func.el (which-func-update-1):
1314 Use define-obsolete-function-alias.
1315
1316 * net/newst-backend.el (newsticker-cache-filename):
1317 * net/newst-treeview.el (newsticker-groups-filename):
1318 Fix incorrect obsolescence declaration.
1319
1320 * allout.el (allout-passphrase-hint-string): Likewise.
1321 (allout-init): Use a declare form to mark obsolete.
1322
1323 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
1324 this applies to functions.
1325
1326 * iswitchb.el (iswitchb-read-buffer): Move code of
1327 iswitchb-define-mode-map here, and delete that obsolete function.
1328
1329 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
1330 font-lock-reference-face.
1331
1332 2012-09-25 Glenn Morris <rgm@gnu.org>
1333
1334 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
1335 Doc fixes.
1336
1337 * eshell/em-term.el (eshell-term-name):
1338 Default to term-term-name. (Bug#12485)
1339
1340 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1341
1342 * progmodes/python.el (python-shell-send-buffer): Better handling
1343 of "if __name__ == '__main__':" conditionals when sending the buffer.
1344
1345 2012-09-24 Glenn Morris <rgm@gnu.org>
1346
1347 * eshell/esh-cmd.el (eshell-find-alias-function):
1348 Tighten up file-name regexp. (Bug#12499)
1349
1350 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1351
1352 Enhancements for triple-quote string syntax.
1353 * progmodes/python.el (python-quote-syntax): Remove.
1354 (python-syntax-propertize-function): New value.
1355 (python-syntax-count-quotes, python-syntax-stringify):
1356 New functions.
1357
1358 2012-09-24 Chong Yidong <cyd@gnu.org>
1359
1360 * mail/supercite.el (sc-version): Remove obsolete function.
1361 (sc-describe): Don't mark as obsolete, since it is bound.
1362 (sc-submit-bug-report): Remove.
1363
1364 * vc/log-edit.el (cvs-changelog-full-paragraphs)
1365 (cvs-commit-buffer-require-final-newline): Remove.
1366 (log-edit-require-final-newline)
1367 (log-edit-changelog-full-paragraphs): Default to t.
1368
1369 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
1370 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1371 * vc/vc.el (vc-checkout-carefully): Likewise.
1372
1373 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
1374 (emerge-version): Remove.
1375
1376 * progmodes/compile.el (compile-internal): Remove.
1377 (compilation-parse-errors-function): Fix typo.
1378
1379 * international/mule.el (set-char-table-default): Remove.
1380 (set-coding-priority, make-coding-system, generic-char-p)
1381 (charset-list, charset-bytes, charset-id): Use declare to mark
1382 functions as obsolete.
1383
1384 * vc/pcvs-defs.el (cvs-buffer-name-alist)
1385 (cvs-invert-ignore-marks): Remove references to obsolete vars.
1386 * vc/vc-hooks.el (vc-default-registered): Don't use
1387 vc-master-templates.
1388
1389 * font-lock.el (font-lock-reference-face):
1390 Use define-obsolete-variable-alias.
1391
1392 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
1393 * calendar/calendar.el (calendar-font-lock-keywords):
1394 * calendar/diary-lib.el (diary-font-lock-keywords)
1395 (diary-fancy-font-lock-keywords):
1396 * textmodes/reftex-sel.el (reftex-insert-docstruct):
1397 * textmodes/reftex-index.el (reftex-insert-index):
1398 * textmodes/reftex-cite.el (reftex-format-bib-entry):
1399 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1400 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1401 * progmodes/prolog.el (prolog-font-lock-keywords):
1402 * progmodes/idlwave.el (idlwave-idl-keywords):
1403 * progmodes/ada-mode.el (ada-font-lock-keywords):
1404 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
1405
1406 2012-09-24 Glenn Morris <rgm@gnu.org>
1407
1408 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
1409
1410 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
1411
1412 * progmodes/python.el (python-indent-line): More consistent cursor
1413 movement behavior.
1414
1415 2012-09-23 Stefan Merten <smerten@oekonux.de>
1416
1417 * textmodes/rst.el: Fix compiler warning.
1418
1419 2012-09-23 Roland Winkler <winkler@gnu.org>
1420
1421 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
1422 Transcribe also LaTeX hyphenation.
1423 (bibtex-reformat): Bug fix. Do not quote twice the elements of
1424 bibtex-reformat-previous-options.
1425
1426 2012-09-23 Roland Winkler <winkler@gnu.org>
1427
1428 * proced.el (proced-renice-command): New variable.
1429 (proced-marked-processes): New function.
1430 (proced-with-processes-buffer): New macro.
1431 (proced-send-signal): Use them.
1432 (proced-renice): New command bound to r.
1433
1434 2012-09-23 Roland Winkler <winkler@gnu.org>
1435
1436 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
1437 ibuffer-saved-filter-groups has one element, shortcut the call of
1438 completing-read. (Bug#12331)
1439
1440 2012-09-23 Chong Yidong <cyd@gnu.org>
1441
1442 * bindings.el (mode-line-toggle-read-only):
1443 * bs.el (bs-toggle-readonly):
1444 * buff-menu.el (Buffer-menu-toggle-read-only):
1445 * dired.el (dired-toggle-read-only):
1446 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
1447
1448 2012-09-23 Chong Yidong <cyd@gnu.org>
1449
1450 * image.el (image-type-available-p): Adapt to init-image-library
1451 argument changes.
1452
1453 2012-09-22 Juri Linkov <juri@jurta.org>
1454
1455 * dired.el (dired-mode-map): Add [remap read-only-mode] for
1456 `dired-toggle-read-only'. (Bug#12462)
1457
1458 2012-09-22 Martin Rudalics <rudalics@gmx.at>
1459
1460 * subr.el (temp-output-buffer-show): New function.
1461 (with-output-to-temp-buffer): Call temp-output-buffer-show
1462 instead of internal-temp-output-buffer-show.
1463
1464 2012-09-22 Chong Yidong <cyd@gnu.org>
1465
1466 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
1467 (Bug#12462).
1468
1469 * repeat.el (repeat): Doc fix (Bug#12348).
1470
1471 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
1472 (Bug#10909).
1473
1474 * simple.el (shell-command-on-region): Doc fix.
1475 (read-only-mode): Doc fix.
1476
1477 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1478
1479 * emacs-lisp/timer.el (run-with-idle-timer)
1480 (timer-activate-when-idle): Warn against reinvoking an idle timer
1481 from within its own timer action. (Bug#12447)
1482
1483 2012-09-22 Martin Rudalics <rudalics@gmx.at>
1484
1485 * cus-start.el (window-combination-limit): Add new optional
1486 values.
1487 * window.el (temp-buffer-window-show)
1488 (window--try-to-split-window): Handle new values of
1489 window-combination-limit (Bug#1806).
1490 (split-window): Test window-combination-limit for t instead of
1491 non-nil.
1492 (display-buffer-at-bottom): New buffer display action function.
1493 * help.el (temp-buffer-resize-regexps): New option.
1494 (temp-buffer-resize-mode): Rewrite doc-string.
1495 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
1496 Don't resize reused window. Suggested by Glenn Morris.
1497
1498 2012-09-22 Stefan Merten <smerten@oekonux.de>
1499
1500 * textmodes/rst.el: Revamp section title faces.
1501 (rst-official-version)
1502 (rst-package-emacs-version-alist): Sync with official version
1503 V1.4.0.
1504 (rst-faces-defaults, rst-set-level-default)
1505 (rst-level-face-max, rst-level-face-base-color)
1506 (rst-level-face-base-light, rst-level-face-format-light)
1507 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
1508 (rst-adornment-faces-alist): Match new setup.
1509 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
1510 (rst-level-5, rst-level-6): New faces.
1511
1512 2012-09-22 Chong Yidong <cyd@gnu.org>
1513
1514 * simple.el (undo): Handle indirect buffers (Bug#8207).
1515
1516 2012-09-21 Leo Liu <sdl.web@gmail.com>
1517
1518 IDO: Disable match re-ordering for buffer switching.
1519 * ido.el (ido-buffer-disable-smart-matches): New variable.
1520 (ido-set-matches-1): Use it. (Bug#2042)
1521
1522 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
1523
1524 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1525 Fix 2011-05-17 change. (Bug#12418)
1526
1527 2012-09-21 Leo Liu <sdl.web@gmail.com>
1528
1529 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
1530
1531 2012-09-21 Glenn Morris <rgm@gnu.org>
1532
1533 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
1534 Be more robust about locating simple.el.
1535
1536 2012-09-21 Glenn Morris <rgm@gnu.org>
1537
1538 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
1539
1540 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
1541
1542 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
1543
1544 2012-09-20 Juri Linkov <juri@jurta.org>
1545
1546 * replace.el (query-replace-read-from): Use `read-regexp' instead
1547 of `read-from-minibuffer' when `regexp-flag' is non-nil.
1548 (occur-read-primary-args): Use `read-regexp' instead of
1549 `read-string'.
1550 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
1551 `read-from-minibuffer'.
1552 * isearch.el (isearch-occur): Use `read-regexp' instead of
1553 `read-string'.
1554 * dired.el (dired-read-regexp): Use `read-regexp' instead of
1555 `read-from-minibuffer'.
1556 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
1557 of `read-string'. (Bug#7567)
1558
1559 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
1560 and allow accepting a list of strings prepended to a list of
1561 standard default values. Doc fix. (Bug#12321)
1562
1563 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
1564
1565 * replace.el (read-regexp): Don't add ": " when PROMPT already
1566 ends with a colon and space. (Bug#12321)
1567
1568 2012-09-20 Tassilo Horn <tsdh@gnu.org>
1569
1570 * doc-view.el (doc-view-display): Better fix for the cl-assertion
1571 error.
1572
1573 2012-09-20 Stefan Merten <smerten@oekonux.de>
1574
1575 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
1576 Fixes feature request bug#11711.
1577 (rst-mode): Create `imenu-create-index-function'.
1578 (rst-get-stripped-line): Delete after refactoring.
1579 (rst-section-tree, rst-section-tree-rec)
1580 (rst-section-tree-point): Refactor and document properly.
1581 (rst-imenu-find-adornments-for-position)
1582 (rst-imenu-convert-cell, rst-imenu-create-index):
1583 New function.
1584
1585 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
1588 (macroexp--expand-all): Use it.
1589 (macroexp--funcall-and-return): Remove by folding it into its sole
1590 caller (macroexp--warn-and-return).
1591 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
1592 Use macroexp--obsolete-warning.
1593
1594 * calc/calc.el: Fix last change by removing the whole chunk, since it
1595 was only needed back when Calc was not bundled.
1596
1597 2012-09-20 Martin Rudalics <rudalics@gmx.at>
1598
1599 * emacs-lisp/debug.el (debug): Restore assignment to
1600 debugger-old-buffer removed on 2012-09-08.
1601
1602 2012-09-20 Juri Linkov <juri@jurta.org>
1603
1604 * dired-aux.el (dired-diff): Remove (require 'diff) since
1605 `diff-latest-backup-file' is now autoloaded.
1606
1607 2012-09-20 Chong Yidong <cyd@gnu.org>
1608
1609 * vc/diff.el (diff-latest-backup-file): Autoload.
1610
1611 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1612
1613 * calc/calc.el: Remove redundant autoload shape check.
1614 (sel-mode): Don't defvar.
1615 (calc-get-stack-element): Add `sel-mode' arg instead.
1616 (calc-top, calc-top-list): Pass it this additional argument.
1617 * calc/calc-store.el (calc-store-map):
1618 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
1619 (calc-map-equation, calc-outer-product, calc-inner-product):
1620 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
1621
1622 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
1623
1624 2012-09-19 Juri Linkov <juri@jurta.org>
1625
1626 * dired-aux.el (dired-diff): Add (require 'diff) because
1627 `diff-latest-backup-file' is not autoloaded.
1628 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
1629 of `dired-get-filename' to t to not report error when there is
1630 no default file on the current line.
1631
1632 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1633
1634 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
1635 macroexp--eval-if-compile.
1636 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
1637 (macroexp--expand-all): Use them (bug#12371).
1638
1639 * doc-view.el (doc-view-guess-paper-size)
1640 (doc-view-scale-bounding-box): Fix unbound `caddr'.
1641
1642 2012-09-19 Tassilo Horn <tsdh@gnu.org>
1643
1644 New feature: set optimal slice from BoundingBox information.
1645 * doc-view.el (doc-view-mode-map): Add keybinding.
1646 (doc-view-menu): Add menu entry.
1647 (doc-view-set-slice): Adapt docstring.
1648 (doc-view-get-bounding-box, doc-view-guess-paper-size)
1649 (doc-view-scale-bounding-box)
1650 (doc-view-set-slice-from-bounding-box): New functions.
1651 (doc-view-paper-sizes): New defvar.
1652
1653 2012-09-19 Glenn Morris <rgm@gnu.org>
1654
1655 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
1656 (byte-compile-log-warning): Autoload. (Bug#12371)
1657
1658 * calendar/calendar.el (calendar-american-month-header)
1659 (calendar-european-month-header, calendar-iso-month-header)
1660 (calendar-month-header): New options.
1661 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
1662 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
1663
1664 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
1665
1666 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
1667
1668 2012-09-18 Juri Linkov <juri@jurta.org>
1669
1670 * dired-aux.el (dired-diff): Restore original functionality of
1671 getting the default value, but keep new feature of using the
1672 latest existing backup file (`diff-latest-backup-file').
1673
1674 2012-09-18 Juri Linkov <juri@jurta.org>
1675
1676 * dired.el (dired-mark): If the region is active in Transient Mark
1677 mode, mark all files in the active region. Doc fix.
1678 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
1679 Doc fix. (Bug#10624)
1680
1681 2012-09-18 Juri Linkov <juri@jurta.org>
1682
1683 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
1684 attributes for M-n are pulled from the file at point.
1685 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
1686 Suggested by Drew Adams. (Bug#10624)
1687
1688 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
1689
1690 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
1691 whitespace after "end".
1692 (ruby-do-end-to-brace): Collapse block to one line if it fits
1693 within fill-column.
1694
1695 2012-09-18 Martin Rudalics <rudalics@gmx.at>
1696
1697 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
1698 value.
1699 (debug): Don't remove debugger window when debugger is expected
1700 to be back.
1701
1702 2012-09-18 Chong Yidong <cyd@gnu.org>
1703
1704 * custom.el (defface): Doc fix.
1705
1706 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
1707
1708 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
1709
1710 * progmodes/compile.el (compilation-start): Use compilation-always-kill
1711 to initialize query-on-exit; then test that instead (bug#12288).
1712
1713 2012-09-17 Stefan Merten <smerten@oekonux.de>
1714
1715 * textmodes/rst.el: Add support for `testcover'.
1716 (rst-defcustom-testcover, rst-testcover-add-compose)
1717 (rst-testcover-add-1value): New functions.
1718 (rst-portable-mark-active-p): Replace by `use-region-p'.
1719 (rst-update-section, rst-classify-adornment)
1720 (rst-find-title-line): Mark `1value' forms.
1721 (rst-classify-adornment): Remove superfluous form.
1722 (rst-update-section, rst-get-adornments-around)
1723 (rst-adornment-complete-p, rst-get-next-adornment)
1724 (rst-adjust, rst-promote-region)
1725 (rst-display-adornments-hierarchy, rst-straighten-adornments)
1726 (rst-find-pfx-in-region, rst-section-tree-rec)
1727 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
1728 (rst-toc-node, rst-toc, rst-forward-section)
1729 (rst-iterate-leftmost-paragraphs)
1730 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
1731 (rst-bullet-list-region)
1732 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
1733 (rst-compile-find-conf, rst-compile)
1734 (rst-repeat-last-character): Fix style.
1735
1736 2012-09-17 Chong Yidong <cyd@gnu.org>
1737
1738 * comint.el (comint--complete-file-name-data): Don't add a space
1739 if the status is `sole'; that adds a gratuitous space in the
1740 completion-cycling case (Bug#12092).
1741
1742 * pcomplete.el (pcomplete-completions-at-point): Likewise.
1743
1744 2012-09-17 Richard Stallman <rms@gnu.org>
1745
1746 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
1747 only in the mime-shown mode, not in raw mode.
1748 (rmail-mime): Toggle off mime by displaying the message without
1749 mime processing. (Bug#12305)
1750
1751 * mail/rmail.el (rmail-retry-failure):
1752 Turn off mime processing first. (Bug#12037)
1753
1754 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
1755
1756 2012-09-17 Chong Yidong <cyd@gnu.org>
1757
1758 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
1759 (shell-dynamic-complete-functions): Convert to defcustom.
1760 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
1761
1762 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
1763 * comint.el (comint-prompt-read-only):
1764 * custom.el (defcustom):
1765 * hi-lock.el (hi-lock-mode):
1766 * ibuffer.el (ibuffer-formats):
1767 * ielm.el (ielm-prompt-read-only):
1768 * novice.el (disable-command):
1769 * saveplace.el (toggle-save-place):
1770 * speedbar.el (speedbar-supported-extension-expressions):
1771 * startup.el (auto-save-list-file-prefix, init-file-user)
1772 (after-init-hook, inhibit-startup-echo-area-message):
1773 * strokes.el (strokes-help):
1774 * time-stamp.el (time-stamp):
1775 * calendar/calendar.el (calendar, diary-file):
1776 * calendar/diary-lib.el (diary-mail-entries, diary)
1777 (diary-list-entries-hook):
1778 * calendar/holidays.el (holidays, calendar-holidays):
1779 * calendar/lunar.el (lunar-phases):
1780 * calendar/solar.el (sunrise-sunset):
1781 * emulation/edt.el (edt-load-keys):
1782 * emulation/viper.el (viper-mode):
1783 * eshell/em-alias.el (eshell-command-aliases-list):
1784 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1785 * international/ogonek.el (ogonek-information):
1786 * net/tramp-cmds.el (tramp-bug):
1787 * net/quickurl.el (quickurl-reread-hook-postfix):
1788 * play/decipher.el (decipher-font-lock-keywords):
1789 * progmodes/cc-styles.el (c-set-style):
1790 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
1791 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1792 * progmodes/octave-mod.el (octave-mode):
1793 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
1794 * progmodes/verilog-mode.el (verilog-read-defines):
1795 * textmodes/two-column.el (2C-mode): Likewise.
1796
1797 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
1798
1799 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
1800 that holds many addresses.
1801
1802 2012-09-16 Chong Yidong <cyd@gnu.org>
1803
1804 * align.el (align-areas): Call the indication function with
1805 positions instead of markers for arguments (Bug#12343).
1806
1807 * files.el (parse-colon-path): Use split-string (Bug#12351).
1808
1809 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
1810 (display-buffer-function): Mark as obsolete.
1811
1812 * progmodes/compile.el (compilation-parse-errors): Accept list
1813 values similar to font-lock-keywords (Bug#12136).
1814 Suggested by Oleksandr Manzyuk.
1815 (compilation-error-regexp-alist): Doc fix.
1816
1817 2012-09-15 Glenn Morris <rgm@gnu.org>
1818
1819 * version.el (emacs-bzr-version-bzr): New function.
1820 (emacs-bzr-get-version): Add optional EXTERNAL argument.
1821
1822 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
1823 checkouts, check the parent dirstate matches the branch.
1824 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
1825 empty string.
1826
1827 * version.el (emacs-bzr-version): Doc fix.
1828 (emacs-bzr-version-dirstate): New function.
1829 (emacs-bzr-get-version): For lightweight checkouts, if the parent
1830 is local try and check that it matches the branch. If not, just
1831 use dirstate information. (Bug#12441)
1832
1833 2012-09-14 Juri Linkov <juri@jurta.org>
1834
1835 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
1836 (Bug#12399)
1837
1838 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
1841
1842 * emacs-lisp/edebug.el: Miscellaneous cleanup.
1843 Remove obsolete byte-compiler hack that tried to silence some warnings.
1844 (edebug-submit-bug-report): Remove.
1845 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
1846 Remove aliases, use the un-prefixed name instead.
1847 (edebug-pop-to-buffer): Consider other frames.
1848 (edebug-original-read):: Make it more obvious that it's always defined.
1849 (edebug--make-form-data-entry, edebug--form-data-name)
1850 (edebug--form-data-begin, edebug--form-data-end): Rename from the
1851 single-dashed name, and implement with cl-defstruct.
1852 (edebug-set-form-data-entry): Use the standard accessors.
1853 (edebug-make-top-form-data-entry): Use push.
1854 (edebug-no-match): Drop useless `funcall'.
1855 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
1856 to functions.
1857 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
1858 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
1859 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
1860 (easy-menu-define, with-custom-print): Remove redundant specs.
1861 (edebug-outside-overriding-local-map)
1862 (edebug-outside-overriding-terminal-local-map): Remove, unused.
1863 (edebug--display): Bind unread-command-events directly to nil rather
1864 than binding it to unread-command-events and later setting it to nil.
1865 (edebug--display): Kill edebug-eval-buffer here...
1866 (edebug--recursive-edit): ...rather than here.
1867 Bind standard-output and standard-input.
1868 (edebug-eval): Check cl-macroexpand-all is fboundp.
1869 (edebug-temp-display-freq-count): Fix last change.
1870
1871 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
1872 * subr.el (noreturn, 1value): Add `debug' spec.
1873 * emacs-lisp/advice.el: Require cl-lib.
1874 (ad-copy-tree): Remove, use copy-tree instead.
1875 (ad-dolist): Remove use dolist or cl-dolist instead.
1876 (ad-do-return): Remove, use cl-return instead.
1877 (defadvice): Add `debug' spec.
1878
1879 2012-09-13 Juri Linkov <juri@jurta.org>
1880
1881 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
1882 (Bug#12399)
1883
1884 2012-09-13 Glenn Morris <rgm@gnu.org>
1885
1886 * calc/calc.el (math-compose-expr):
1887 * calc/calc-ext.el (math-compose-expr):
1888 * progmodes/cc-defs.el (cl-macroexpand-all):
1889 * progmodes/cc-langs.el (delete-duplicates, mapcan)
1890 (cl-macroexpand-all): Update declarations.
1891
1892 * vc/vc.el: No need to require ediff.
1893 (ediff-load-version-control): Declare.
1894 (ediff-vc-internal): Fix declaration.
1895 (vc-version-ediff): Require ediff.
1896
1897 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1898
1899 Use a more backwards-compatible timer format (Bug#12430).
1900 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
1901 being right after USECS, as that better supports old code that
1902 inadvisedly looked directly at the timer vector.
1903
1904 2012-09-13 Kenichi Handa <handa@gnu.org>
1905
1906 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1907 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
1908 `coding-priority' property of these language environment.
1909
1910 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1911
1912 Fix glitches caused by addition of psec to timers (Bug#12430).
1913 * image.el (image-animate-timer):
1914 * time.el (display-time-world-timer):
1915 Use timer--function and timer--args rather than raw access to
1916 timer vector.
1917
1918 2012-09-13 Glenn Morris <rgm@gnu.org>
1919
1920 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1921 If not compiling a file, try using load-file-name.
1922
1923 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
1926 Fix last change.
1927 (edebug-update-eval-list): Use `push'.
1928
1929 * emacs-lisp/edebug.el: Use lexical-binding.
1930 Remove the "edebug-" prefix from non-dynamically-scoped variables.
1931 Mark unused args with underscore.
1932 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
1933 (edebug-form-data): Use defvar-local.
1934 (edebug-make-before-and-after-form, edebug-make-after-form):
1935 Use backquote.
1936 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
1937 Not dynamically scoped any more.
1938 (edebug--enter-trace): Add arguments `function' and `args'.
1939 Rename from edebug-enter-trace.
1940 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
1941 (edebug--update-coverage): Add `after-index' and `value' args.
1942 Rename from edebug-update-coverage.
1943 (edebug-slow-after): Call it accordingly.
1944 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
1945 edebug-recursive-edit.
1946 (edebug--display): Call it accordingly. Add args `value',
1947 `offset-index', and `arg-mode'. Rename from edebug-display.
1948 (edebug-debugger, edebug): Call it accordingly.
1949 (edebug-eval-display-list): Use dolist.
1950
1951 2012-09-12 Juri Linkov <juri@jurta.org>
1952
1953 * info.el (Info-search): Don't check for isearch-mode and
1954 isearch-regexp before let-binding search-spaces-regexp to
1955 Info-search-whitespace-regexp.
1956 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
1957 search-whitespace-regexp if isearch-lax-whitespace or
1958 isearch-regexp-lax-whitespace is non-nil.
1959 (Info-mode): Don't set local variable search-whitespace-regexp.
1960 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
1961
1962 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1963
1964 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
1965 (debugger-env-macro): Remove support for unread-command-char.
1966
1967 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
1968 the temporary map re-appearing on emulation-mode-map-alists.
1969
1970 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
1971 since 22.1.
1972
1973 * ehelp.el (with-electric-help): Accept functions in
1974 electric-help-form-to-execute.
1975 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
1976 And replace unread-command-char -> unread-command-events.
1977
1978 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
1979
1980 Sync with Tramp 2.2.6.
1981
1982 * net/tramp.el (tramp-accept-process-output): Don't use
1983 JUST-THIS-ONE in the XEmacs case.
1984
1985 * net/trampver.el: Update release number.
1986
1987 2012-09-12 Martin Rudalics <rudalics@gmx.at>
1988
1989 * emacs-lisp/debug.el (debugger-previous-window-height):
1990 New variable.
1991 (debug): When debugger-jumping-flag is non-nil try to restore
1992 height of debugger window. (Bug#8789)
1993
1994 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1995
1996 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
1997 overriding-local-map and pre/post-command-hook here.
1998 (edebug-recursive-edit): Do it here instead (bug#12345).
1999 (edebug-outside-unread-command-char): Remove all uses of
2000 unread-command-char.
2001
2002 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2003 inhibit-debugger is bound instead.
2004
2005 2012-09-11 Bastien Guerry <bzg@gnu.org>
2006
2007 * subr.el (set-temporary-overlay-map): Add a docstring.
2008 (Bug#12346)
2009
2010 2012-09-11 Bastien Guerry <bzg@gnu.org>
2011
2012 * minibuffer.el (completion-table-subvert): Fix docstring.
2013 (Bug#12347)
2014
2015 2012-09-11 Bastien Guerry <bzg@gnu.org>
2016
2017 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
2018
2019 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
2020
2021 * progmodes/sql.el: Version 3.1
2022 (sql-db2-escape-newlines): New variable.
2023 (sql-escape-newlines-filter): Use it.
2024
2025 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
2026
2027 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2028
2029 2012-09-10 Dan Nicolaescu <dann@gnu.org>
2030
2031 * vc/diff-mode.el (diff-mode-menu):
2032 Bind diff-remove-trailing-whitespace.
2033
2034 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
2037 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2038 (emacs-lisp-byte-code-mode): New functions.
2039 (eval-sexp-add-defvars): Don't skip defvars in column >0.
2040 (eval-defun-2): Remove bogus interactive spec.
2041 (lisp-indent-line): Remove redundant whole-exp code, now done in
2042 indent-according-to-mode.
2043 (save-match-data): Remove redundant indent data.
2044
2045 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2046 Use `declare'.
2047
2048 2012-09-09 Juri Linkov <juri@jurta.org>
2049
2050 * replace.el (replace-regexp-lax-whitespace): New defcustom.
2051 (replace-lax-whitespace, query-replace-regexp)
2052 (query-replace-regexp-eval, replace-regexp): Doc fix.
2053 (perform-replace, replace-highlight): Let-bind
2054 isearch-lax-whitespace to replace-lax-whitespace and
2055 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2056
2057 * isearch.el (isearch-query-replace): Let-bind
2058 replace-lax-whitespace to isearch-lax-whitespace and
2059 replace-regexp-lax-whitespace to
2060 isearch-regexp-lax-whitespace. (Bug#10885)
2061
2062 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2063
2064 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2065
2066 2012-09-09 Alan Mackenzie <acm@muc.de>
2067
2068 * progmodes/cc-engine.el (c-state-cache-init):
2069 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2070 (c-record-parse-state-state):
2071 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
2072
2073 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
2074
2075 * register.el (register-separator): Rename from
2076 separator-register. All uses changed. Doc fix.
2077 (register): Fix version.
2078
2079 2012-09-09 Chong Yidong <cyd@gnu.org>
2080
2081 * replace.el (query-replace-map): Bind four new symbols for
2082 requesting window scrolling.
2083
2084 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2085 query-replace-map (Bug#8948).
2086
2087 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2088
2089 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2090 since they are now in query-replace-map.
2091
2092 * window.el (scroll-other-window-down): Make the arg optional.
2093
2094 2012-09-09 Chong Yidong <cyd@gnu.org>
2095
2096 * files.el (hack-local-variables-confirm): Use quit-window to kill
2097 the *Local Variables* buffer.
2098
2099 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2100
2101 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2102 not just expect to be at its beginning. Adjust callees.
2103 Succeed when do-end block has no space before the pipe character.
2104 (ruby-brace-to-do-end): When the original block is one-liner,
2105 convert to multiline. Reindent the result.
2106
2107 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
2108
2109 * register.el (register): New group.
2110 (separator-register): New user option.
2111 (increment-register): Route it to `append-to-register', if
2112 register contains text. Implication is that `C-x r +' can now be
2113 used for appending to a text register (bug#12217).
2114 (append-to-register, prepend-to-register): Add separator based on
2115 `separator-register'.
2116
2117 2012-09-08 Alan Mackenzie <acm@muc.de>
2118
2119 AWK Mode: make auto-newline work when there's "==" in the pattern.
2120 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
2121 correctly.
2122 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2123 Test more rigorously for "=" token.
2124
2125 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2126
2127 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
2128 Only fail when reached LIMIT.
2129
2130 2012-09-08 Chong Yidong <cyd@gnu.org>
2131
2132 * dired.el (dired-mode-map): Don't bind M-=.
2133
2134 * dired-aux.el (dired-diff): Use backup file as default.
2135
2136 2012-09-08 Drew Adams <drew.adams@oracle.com>
2137
2138 * subr.el (add-to-history): Fix delete usage (Bug#12314).
2139
2140 2012-09-08 Chong Yidong <cyd@gnu.org>
2141
2142 * subr.el (syntax-after, syntax-class): Doc fix.
2143
2144 2012-09-08 Martin Rudalics <rudalics@gmx.at>
2145
2146 * window.el (display-buffer-in-previous-window): New buffer
2147 display action function.
2148
2149 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
2150 (debugger-previous-window): New variable.
2151 (debug): Rewrite using display-buffer-in-previous-window,
2152 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
2153
2154 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
2157
2158 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
2159
2160 * progmodes/python.el (python-shell-send-string):
2161 When default-directory is remote, create temp file on remote
2162 filesystem.
2163 (python-shell-send-file): When file is remote, pass local view of
2164 file paths to remote Python interpreter. (Bug#12340)
2165
2166 2012-09-07 Chong Yidong <cyd@gnu.org>
2167
2168 * window.el (switch-to-buffer): Doc fix (Bug#12181).
2169
2170 * files.el (after-find-file): Don't fail on a read-only buffer if
2171 require-final-newline is `visit' or `visit-save' (Bug#11156).
2172
2173 * subr.el (read-char-choice): Allow quitting via ESC ESC.
2174
2175 * userlock.el (ask-user-about-supersession-threat):
2176 Use read-char-choice (Bug#12093).
2177
2178 2012-09-07 Chong Yidong <cyd@gnu.org>
2179
2180 * subr.el (buffer-narrowed-p): New function.
2181
2182 * ses.el (ses-widen):
2183 * simple.el (count-words--buffer-message):
2184 * net/browse-url.el (browse-url-of-buffer): Use it.
2185
2186 * simple.el (count-words-region): Don't signal an error if there
2187 is a non-nil prefix arg and the mark is not set.
2188
2189 * help.el (describe-key-briefly): Allow the message to be seen
2190 when invoked from the minibuffer (Bug#7014).
2191
2192 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2193
2194 * progmodes/ruby-mode.el (ruby-end-of-defun)
2195 (ruby-beginning-of-defun): Simplify, allow indentation before
2196 block beginning and end keywords.
2197 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
2198 (ruby-end-of-defun): Expect that the point is at the beginning of
2199 the defun.
2200
2201 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2202
2203 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
2204 (bug#12367).
2205 (cl--make-usage-args): Strip _ from argument names.
2206
2207 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2208
2209 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
2210 obsolete alias speedbar-key-map.
2211 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
2212 (vhdl-index-menu-init): Don't use obsolete variable
2213 font-lock-maximum-size.
2214
2215 2012-09-06 Chong Yidong <cyd@gnu.org>
2216
2217 * frame.el (window-system-version): Mark as obsolete.
2218
2219 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
2220 of obsolete variable speedbar-key-map.
2221
2222 2012-09-06 Juri Linkov <juri@jurta.org>
2223
2224 * replace.el (replace-lax-whitespace): New defcustom.
2225 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2226 (replace-string, replace-regexp): Mention it in docstrings.
2227 (perform-replace, replace-highlight): Let-bind
2228 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
2229 to the values of replace-lax-whitespace and regexp-flag.
2230 Don't let-bind search-whitespace-regexp. (Bug#10885)
2231
2232 * isearch.el (isearch-query-replace): Let-bind
2233 replace-lax-whitespace instead of let-binding
2234 replace-search-function and replace-re-search-function.
2235 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
2236 and isearch-regexp-lax-whitespace to lazy-highlight variables.
2237 (isearch-toggle-symbol): Set isearch-regexp to nil
2238 in isearch-word mode (like in isearch-toggle-word).
2239
2240 2012-09-06 Juri Linkov <juri@jurta.org>
2241
2242 * replace.el (replace-search-function)
2243 (replace-re-search-function): Set default values to nil.
2244 (perform-replace): Let-bind isearch-related variables based on
2245 replace-related values, call `isearch-search-fun' and let-bind
2246 the result to `search-function'. Remove code that sets
2247 `search-function' and `search-string' separately for
2248 `delimited-flag'.
2249 (replace-highlight): Add new argument `delimited-flag' and
2250 rename other arguments to the names used in `perform-replace'.
2251 Let-bind `isearch-word' to the argument `delimited-flag'.
2252 (Bug#10885, bug#10887)
2253
2254 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2255
2256 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
2257 ruby-beginning-of-indent, simplify, allow all keywords to have
2258 indentation before them.
2259 (ruby-beginning-of-indent): Adjust for above. Search until the
2260 found point is not inside a string or comment.
2261 (ruby-font-lock-keywords): Allow symbols to start with "@"
2262 character, give them higher priority than variables.
2263 (ruby-syntax-propertize-function)
2264 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
2265 matchers. Expression expansions are not comments when inside a
2266 string, and there comment syntax status is irrelevant.
2267 (ruby-match-expression-expansion): New function. Check that
2268 expression expansion is inside a string, and it's not escaped.
2269 (ruby-font-lock-keywords): Use it.
2270
2271 2012-09-05 Martin Rudalics <rudalics@gmx.at>
2272
2273 * help.el (temp-buffer-max-height): New default value.
2274 (temp-buffer-resize-frames): New option.
2275 (resize-temp-buffer-window): Optionally resize frame.
2276
2277 * window.el (fit-frame-to-buffer-bottom-margin): New option.
2278 (fit-frame-to-buffer): New function.
2279
2280 2012-09-05 Glenn Morris <rgm@gnu.org>
2281
2282 * emulation/cua-rect.el (cua--init-rectangles):
2283 * textmodes/picture.el (picture-mode-map):
2284 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
2285 like forward-char and backward-char. (Bug#12317)
2286
2287 2012-09-05 Leo Liu <sdl.web@gmail.com>
2288
2289 * progmodes/flymake.el (flymake-warning-re): New variable.
2290 (flymake-parse-line): Use it.
2291
2292 2012-09-05 Glenn Morris <rgm@gnu.org>
2293
2294 * calendar/holidays.el (holiday-christian-holidays):
2295 Rename an entry. (Bug#12289)
2296
2297 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2298
2299 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
2300 (bug#12222).
2301
2302 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * loadup.el: Load macroexp. Remove hack.
2305 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
2306 (macroexp--expand-all): Use it to get better warnings.
2307 (macroexp--backtrace, macroexp--trim-backtrace-frame)
2308 (internal-macroexpand-for-load): New functions.
2309 (macroexp--pending-eager-loads): New var.
2310 (emacs-startup-hook): New hack to replace one in loadup.el.
2311 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
2312 (cl--compiler-macro-cXXr): Move to top, before they can be used.
2313 (cl-psetf): Simplify.
2314 (cl-defstruct): Add indent rule.
2315
2316 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2317
2318 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
2319 over `user-mail-address' for the SMTP MAIL FROM envelope.
2320 (smtpmail-via-smtp): Ditto.
2321
2322 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
2323
2324 * progmodes/ruby-mode.el: Clean up keybindings.
2325 (ruby-mode-map): Don't bind ruby-electric-brace,
2326 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
2327 backward-kill-word, reindent-then-newline-and-indent.
2328 (ruby-mark-defun): Remove.
2329 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
2330 (ruby-mode): Set local beginning-of-defun-function and
2331 end-of-defun-function values.
2332
2333 2012-09-03 Martin Rudalics <rudalics@gmx.at>
2334
2335 * window.el (temp-buffer-window-setup-hook)
2336 (temp-buffer-window-show-hook): New hooks.
2337 (temp-buffer-window-setup, temp-buffer-window-show)
2338 (with-temp-buffer-window): New functions.
2339 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
2340 (special-display-popup-frame): Make sure the window used shows BUFFER.
2341
2342 * help.el (temp-buffer-resize-mode): Fix doc-string.
2343 (resize-temp-buffer-window): New optional argument WINDOW.
2344
2345 * files.el (recover-file, save-buffers-kill-emacs):
2346 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
2347
2348 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
2349
2350 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
2351 remote definition of `default-directory', ensure we can connect.
2352
2353 2012-09-02 Juri Linkov <juri@jurta.org>
2354
2355 Toggle whitespace matching mode with M-s SPC.
2356 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
2357
2358 * isearch.el (search-whitespace-regexp): Doc fix.
2359 Remove cons cell customization.
2360 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
2361 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
2362 New variables.
2363 (isearch-forward, isearch-forward-regexp): Doc fix.
2364 (isearch-toggle-lax-whitespace): New command.
2365 (search-forward-lax-whitespace, search-backward-lax-whitespace)
2366 (re-search-forward-lax-whitespace)
2367 (re-search-backward-lax-whitespace): New functions.
2368 (isearch-whitespace-regexp): Remove function.
2369 (isearch-query-replace): Let-bind replace-search-function and
2370 replace-re-search-function.
2371 (isearch-occur): Let-bind search-spaces-regexp according to the
2372 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
2373 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
2374 condition for C-q SPC.
2375 (isearch-search-fun-default): Use new functions mentioned above.
2376 (isearch-search-forward, isearch-search-backward): Remove functions.
2377 (isearch-search): Don't let-bind search-spaces-regexp.
2378 (isearch-lazy-highlight-space-regexp): Remove variable.
2379 (isearch-lazy-highlight-lax-whitespace)
2380 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
2381 (isearch-lazy-highlight-new-loop): Use them.
2382 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
2383
2384 2012-09-02 Chong Yidong <cyd@gnu.org>
2385
2386 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
2387
2388 2012-09-02 Glenn Morris <rgm@gnu.org>
2389
2390 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
2391
2392 2012-09-01 Glenn Morris <rgm@gnu.org>
2393
2394 * term.el: Tidy up menu definitions.
2395 (term-mode-map): Use easymenu for In/Out, Complete menus.
2396 (term-pager-break-map): Initialize in the defvar.
2397 (term-terminal-menu, term-signals-menu): Define with easymenu.
2398 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
2399 (term-pager-menu): New, extracted from term-process-pager.
2400 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
2401 (term-update-mode-line): Propertize line/char and page items.
2402 (term-process-pager): Move keymap initialization elsewhere.
2403
2404 2012-09-01 Martin Rudalics <rudalics@gmx.at>
2405
2406 * window.el (switch-to-prev-buffer): Handle additional values of
2407 BURY-OR-KILL argument. Don't switch in minibuffer window.
2408 (switch-to-next-buffer): Don't switch in minibuffer window.
2409 (quit-restore-window): New function based on quit-window.
2410 Handle additional values of former KILL argument.
2411 (quit-window): Call quit-restore-window with appropriate
2412 interpretation of KILL argument.
2413 (display-buffer-below-selected): New buffer display action
2414 function.
2415
2416 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2417
2418 * minibuffer.el (completion-at-point-functions): Complete docstring
2419 (bug#12254).
2420
2421 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2422
2423 Better seed support for (random).
2424 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
2425 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
2426 * play/mpuz.el, play/tetris.el, play/zone.el:
2427 * calc/calc-comb.el (math-init-random-base):
2428 * play/blackbox.el (bb-init-board):
2429 * play/life.el (life):
2430 * server.el (server-use-tcp):
2431 * type-break.el (type-break):
2432 Remove unnecessary call to (random t).
2433 * net/sasl.el (sasl-unique-id-function):
2434 Change (random t) to (random), now that the latter is more random.
2435 * play/life.el (life-initialized): Remove no-longer-needed var.
2436
2437 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
2438
2439 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2440 Consider frame's buffer predicate when choosing the buffer.
2441 (Bug#12081)
2442
2443 2012-08-30 Richard Stallman <rms@gnu.org>
2444
2445 * simple.el (special-mode-map): Delete binding for `z'.
2446
2447 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
2448
2449 * progmodes/compile.el (compilation-always-kill): Doc fix.
2450
2451 2012-08-30 Chong Yidong <cyd@gnu.org>
2452
2453 * window.el (display-buffer-reuse-frames): Make the obsolescence
2454 message more informative.
2455
2456 2012-08-30 Glenn Morris <rgm@gnu.org>
2457
2458 * paren.el (show-paren-delay):
2459 Add a :set function. Doc fix. (Bug#12297)
2460
2461 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
2462
2463 * progmodes/compile.el (compilation-always-kill): New var.
2464 (compilation-start): Use it.
2465
2466 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2467
2468 * simple.el (read-only-mode): Move from files.el for bootstrapping.
2469 * files.el (read-only-mode): Move to simple.el.
2470
2471 * files.el (read-only-mode): New minor mode.
2472 (toggle-read-only): Use it and mark obsolete.
2473 (find-file--read-only):
2474 * vc/vc.el (vc-next-action, vc-checkout):
2475 * vc/vc-cvs.el (vc-cvs-checkout):
2476 * obsolete/vc-mcvs.el (vc-mcvs-update):
2477 * ffap.el (ffap--toggle-read-only): Update callers.
2478
2479 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
2480
2481 * eshell/esh-ext.el (eshell-external-command): Do not examine
2482 remote shell scripts.
2483 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
2484
2485 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
2486 "/usr/local/sbin".
2487
2488 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
2491
2492 2012-08-28 Leo Liu <sdl.web@gmail.com>
2493
2494 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
2495 completion-at-point. (Bug#12220)
2496
2497 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
2498
2499 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
2500
2501 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
2504 be buffer-local; add delete-trailing-whitespace (bug#12259).
2505
2506 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
2507
2508 * progmodes/hideif.el (hif-compress-define-list):
2509 Fix typo. (Bug#11951)
2510
2511 2012-08-28 Dan Nicolaescu <dann@gnu.org>
2512
2513 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
2514 buffer local setting.
2515
2516 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
2517 rcirc-encode-coding-system.
2518
2519 2012-08-28 Leo Liu <sdl.web@gmail.com>
2520
2521 * net/rcirc.el (rcirc-split-message): New function.
2522 (rcirc-send-message): Use it. (Bug#12051)
2523
2524 2012-08-28 Juri Linkov <juri@jurta.org>
2525
2526 * info.el (Info-fontify-node): Hide empty lines at the end of
2527 the node. (Bug#12272)
2528
2529 2012-08-27 Drew Adams <drew.adams@oracle.com>
2530
2531 * dired.el (dired-pop-to-buffer): Make window start at beginning
2532 of buffer (Bug#12281).
2533
2534 2012-08-26 Chong Yidong <cyd@gnu.org>
2535
2536 * window.el (special-display-regexps, special-display-frame-alist)
2537 (special-display-buffer-names, special-display-function)
2538 (display-buffer-reuse-frames): Mark as obsolete.
2539
2540 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
2541
2542 * help.el (help-print-return-message): Don't treat
2543 display-buffer-reuse-frames specially.
2544
2545 2012-08-26 Chong Yidong <cyd@gnu.org>
2546
2547 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2548 New variable, replacing gdb-frame-parameters.
2549 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
2550 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
2551 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
2552 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
2553 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
2554 the functions directly with gdb-display-buffer-other-frame-action.
2555 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
2556 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
2557 (gdb-display-stack-buffer, gdb-display-locals-buffer)
2558 (gdb-display-registers-buffer): Define directly.
2559 (def-gdb-display-buffer): Macro deleted.
2560 (gdb-display-buffer): Remove second and third args, callers don't
2561 use them. Defer to the default display-buffer behavior, apart
2562 from making windows dedicated.
2563 (gdb-setup-windows): Don't call display-buffer unnecessarily.
2564
2565 * progmodes/gud.el (gud-display-line): Just use display-buffer.
2566
2567 * window.el (display-buffer-pop-up-frame): Handle a
2568 pop-up-frame-parameters alist entry.
2569 (display-buffer): Document it.
2570
2571 2012-08-26 Chong Yidong <cyd@gnu.org>
2572
2573 * isearch.el (search-whitespace-regexp): Make string and nil
2574 values apply to both ordinary and regexp search. Allow a cons
2575 cell value to distinguish between the two.
2576 (isearch-whitespace-regexp, isearch-search-forward)
2577 (isearch-search-backward): New functions.
2578 (isearch-occur, isearch-search-fun-default, isearch-search)
2579 (isearch-lazy-highlight-new-loop): Use them.
2580 (isearch-forward, isearch-forward-regexp): Doc fix.
2581
2582 2012-08-26 Chong Yidong <cyd@gnu.org>
2583
2584 * faces.el (help-argument-name): Always inherit from italic
2585 (Bug#12213).
2586
2587 2012-08-25 Martin Rudalics <rudalics@gmx.at>
2588
2589 * window.el (window--even-window-heights): Even heights when
2590 WINDOW and the selected window form a vertical combination.
2591 (display-buffer-use-some-window): Provide that window used gets
2592 sized back by quit-window. (Bug#11880) and (Bug#12091)
2593
2594 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2595
2596 Fix file time stamp problem with bzr and CVS (Bug#12001).
2597 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
2598 in the file's time stamp, since the version control system loses
2599 that information.
2600
2601 2012-08-22 Juri Linkov <juri@jurta.org>
2602
2603 * info.el (Info-fontify-node): Hide the suffix of the
2604 Info file name in the header line. (Bug#12187)
2605
2606 2012-08-22 Glenn Morris <rgm@gnu.org>
2607
2608 * calendar/cal-tex.el (cal-tex-weekly-common):
2609 Restore leading blank page.
2610
2611 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
2612
2613 * misc.el (forward-to-word, backward-to-word): Activate or extend
2614 the region under `shift-select-mode'. (Bug#12231)
2615
2616 2012-08-22 Bastien Guerry <bzg@gnu.org>
2617
2618 * progmodes/executable.el (executable-prefix): Set to "#!" instead
2619 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
2620 gives details on why the space is never needed.
2621
2622 2012-08-22 Martin Rudalics <rudalics@gmx.at>
2623
2624 * window.el (walk-window-tree, window-with-parameter):
2625 New optional argument MINIBUF to control whether these functions
2626 should run on the minibuffer window.
2627 (window-at-side-list): Don't operate on minibuffer window.
2628 (window-in-direction): Simplify and rewrite doc-string.
2629 (window--size-ignore): Rename to window--size-ignore-p.
2630 Update callers.
2631 (display-buffer-in-atom-window, window--major-non-side-window)
2632 (window--major-side-window, display-buffer-in-major-side-window)
2633 (delete-side-window, display-buffer-in-side-window):
2634 New functions.
2635 (window--side-check, window-deletable-p, delete-window)
2636 (delete-other-windows, split-window): Handle side windows and
2637 atomic windows appropriately.
2638 (window--display-buffer): Call display-buffer-record-window also
2639 when the window buffer did not change.
2640
2641 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
2642
2643 * help-fns.el (help-fns--key-bindings):
2644 Abbreviate non-symbol remap targets. (Bug#12174)
2645
2646 2012-08-22 Martin Rudalics <rudalics@gmx.at>
2647
2648 * dired.el (dired-mark-remembered): Don't clobber point.
2649 (Bug#11795)
2650
2651 2012-08-22 Glenn Morris <rgm@gnu.org>
2652
2653 * progmodes/bug-reference.el (bug-reference): New custom group.
2654 (bug-reference-bug-regexp): Make it a defcustom.
2655
2656 2012-08-22 Daiki Ueno <ueno@unixuser.org>
2657
2658 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
2659 (js-paren-indent-offset, js-square-indent-offset)
2660 (js-curly-indent-offset): Add :safe (Bug#12257).
2661
2662 2012-08-22 Edward O'Connor <hober0@gmail.com>
2663
2664 * json.el (json-key-format): Add error properties.
2665 (json-encode-key): New function.
2666 (json-encode-hash-table, json-encode-alist, json-encode-plist):
2667 Use json-encode-key.
2668
2669 2012-08-22 Glenn Morris <rgm@gnu.org>
2670
2671 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
2672 (cal-tex-leftday, cal-tex-rightday): Remove functions.
2673 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
2674 Update for above change.
2675
2676 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
2677
2678 * cus-face.el (custom-face-attributes): Fix customize type for the
2679 :underline attribute. (Bug#11805)
2680
2681 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2682
2683 * window.el (window-point-1, set-window-point-1): Remove.
2684 (window-in-direction, record-window-buffer)
2685 (set-window-buffer-start-and-point, split-window-below)
2686 (window--state-get-1, display-buffer-record-window):
2687 Replace calls to window-point-1 and set-window-point-1 by calls to
2688 window-point and set-window-point respectively.
2689
2690 2012-08-21 Glenn Morris <rgm@gnu.org>
2691
2692 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
2693 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
2694 Use it.
2695
2696 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
2697 (cal-tex-shortday): New function.
2698 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
2699 (cal-tex-cursor-filofax-daily): Use the above.
2700
2701 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
2702 New functions.
2703 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
2704 (cal-tex-cursor-filofax-week): Use them.
2705
2706 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
2707 New constants.
2708 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
2709 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
2710
2711 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
2712 (cal-tex-end-document): Don't rely on buffer name.
2713
2714 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
2715 Use cal-tex-vspace.
2716 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
2717 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2718 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
2719 Use cal-tex-arg.
2720
2721 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
2722 (cal-tex-cursor-week, cal-tex-cursor-week2)
2723 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
2724 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2725 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
2726 (cal-tex-insert-preamble, cal-tex-b-document)
2727 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
2728 Improve cal-tex-cmd usage.
2729
2730 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
2731 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
2732 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
2733 (cal-tex-weekly-paper): New function.
2734 (cal-tex-cursor-week, cal-tex-cursor-week2)
2735 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2736 (cal-tex-cursor-day): Use it.
2737
2738 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
2739 (cal-tex-cursor-filofax-week): Remove leading blank page.
2740
2741 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
2742 Add autoload cookie. For now at least, don't use color, since
2743 no other cal-tex function does.
2744
2745 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
2746 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2747 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
2748
2749 2012-08-21 Juri Linkov <juri@jurta.org>
2750
2751 * info.el (Info-file-attributes): New variable.
2752 (info-insert-file-contents): Add file attributes to
2753 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
2754 `Info-toc-nodes' when previous modtime of the Info file is less
2755 than new modtime.
2756 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
2757 of info.el. (Bug#12230)
2758
2759 2012-08-20 Glenn Morris <rgm@gnu.org>
2760
2761 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
2762 * calendar/holidays.el (calendar-holiday-list):
2763 Report errors with display-warning rather than beep'n'sleep.
2764
2765 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
2766
2767 * net/tramp.el (tramp-accept-process-output): Accept only output
2768 from PROC. Otherwise, process filters and sentinels might be
2769 confused. (Bug#12145)
2770
2771 2012-08-20 Chong Yidong <cyd@gnu.org>
2772
2773 * descr-text.el (describe-text-properties-1): Use overlays-in to
2774 report on empty overlays (Bug#3322).
2775
2776 2012-08-20 Glenn Morris <rgm@gnu.org>
2777
2778 * mail/rmailout.el (rmail-output-read-file-name):
2779 Trap and report errors in rmail-output-file-alist elements.
2780
2781 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
2782 since most non-font-lock faces are not also variables).
2783
2784 2012-08-20 Edward Reingold <reingold@iit.edu>
2785
2786 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
2787 New function. (Bug12160)
2788
2789 2012-08-19 Glenn Morris <rgm@gnu.org>
2790
2791 * mail/rmailout.el (rmail-output-read-file-name):
2792 Fix previous change (when the alist is nil or does not match).
2793
2794 2012-08-19 Chong Yidong <cyd@gnu.org>
2795
2796 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
2797 (Bug#12228).
2798
2799 2012-08-18 Chong Yidong <cyd@gnu.org>
2800
2801 * simple.el (yank-handled-properties): New defcustom.
2802 (yank-excluded-properties): Add font-lock-face and category.
2803 (yank): Doc fix.
2804
2805 * subr.el (remove-yank-excluded-properties):
2806 Obey yank-handled-properties. The special handling of font-lock-face
2807 and category is now done this way, instead of being hard-coded.
2808 (insert-for-yank-1): Remove font-lock-face handling.
2809 (yank-handle-font-lock-face-property)
2810 (yank-handle-category-property): New function.
2811
2812 2012-08-17 Glenn Morris <rgm@gnu.org>
2813
2814 * mail/rmailout.el (rmail-output-read-file-name):
2815 Check rmail-output-file-alist against the full message body
2816 in the correct rmail buffer. (Bug#12214)
2817
2818 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
2819
2820 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2821 Eliminate superfluous prompt. (Bug#12203)
2822
2823 2012-08-17 Chong Yidong <cyd@gnu.org>
2824
2825 * mouse.el (mouse-appearance-menu): If x-select-font returns a
2826 font spec, set the font directly (Bug#3228).
2827
2828 2012-08-17 Martin Rudalics <rudalics@gmx.at>
2829
2830 * window.el (delete-window): Fix last fix.
2831
2832 2012-08-16 Martin Rudalics <rudalics@gmx.at>
2833
2834 * window.el (window-valid-p): Move to window.c.
2835 (window-child, window-child-count, window-last-child)
2836 (window-normalize-window, window-combined-p)
2837 (window-combinations, window-atom-root, window-min-size)
2838 (window-sizable, window-sizable-p, window-size-fixed-p)
2839 (window-min-delta, window-max-delta, window--resizable)
2840 (window--resizable-p, window-resizable, window-total-size)
2841 (window-full-height-p, window-full-width-p, window-body-size)
2842 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
2843 (minimize-window, window-deletable-p, delete-window)
2844 (delete-other-windows, set-window-buffer-start-and-point)
2845 (next-buffer, previous-buffer, split-window, balance-windows-2)
2846 (set-window-text-height, window-buffer-height)
2847 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
2848 (truncated-partial-width-window-p): Minor code adjustments.
2849 In doc-strings state whether the argument window has to denote a
2850 live, valid or any window.
2851
2852 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
2853
2854 * progmodes/subword.el (subword-forward-function)
2855 (subword-backward-function, subword-forward-regexp)
2856 (subword-backward-regexp): New variables.
2857 (subword-forward, subword-forward-internal, subword-backward-internal):
2858 Use new variables, eg so that different "word" definitions
2859 can be easily used. (Bug#11411)
2860
2861 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
2864 for composite selectors.
2865 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
2866 operation just because we can't find a previous revision.
2867
2868 2012-08-15 Chong Yidong <cyd@gnu.org>
2869
2870 * frame.el (set-frame-font): Accept font objects.
2871
2872 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
2875
2876 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
2877
2878 * man.el (Man-overstrike-face, Man-underline-face)
2879 (Man-reverse-face): Remove variables.
2880 (Man-overstrike, Man-underline, Man-reverse): New faces.
2881 (Man-fontify-manpage): Use them instead of the variables.
2882 (Man-cleanup-manpage): Comment change.
2883 (Man-ansi-color-map): New variable.
2884 (Man-fontify-manpage): Use it.
2885 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
2886
2887 Implement ANSI SGR parameters 22-27 (bug#12146).
2888 * ansi-color.el (ansi-colors): Doc fix.
2889 (ansi-color-context, ansi-color-context-region): Doc fix.
2890 (ansi-color--find-face): New function.
2891 (ansi-color-apply, ansi-color-apply-on-region): Use it.
2892 Rename the local variable `face' to `codes' since it is now a list of
2893 ansi codes. Doc fix.
2894 (ansi-color-get-face): Remove.
2895 (ansi-color-parse-sequence): New function, derived from
2896 ansi-color-get-face.
2897 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
2898 codes 22-27.
2899
2900 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
2901
2902 * subr.el (read-passwd): Allow use from a minibuffer.
2903
2904 2012-08-14 Eli Zaretskii <eliz@gnu.org>
2905
2906 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
2907 inside comments and strings as identifiers.
2908
2909 * progmodes/gud.el (gud-tooltip-print-command): Quote the
2910 expression to evaluate. This allows to evaluate expressions with
2911 embedded whitespace.
2912 (gud-tooltip-tips): Add a blank before the newline in the
2913 message-box text, for the benefit of message-box emulation on
2914 MS-Windows.
2915
2916 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
2917 messages from GDB, pop them up in a tooltip to give feedback to
2918 user.
2919 (gdb-tooltip-print-1): Quote the expression to evaluate.
2920 This allows to evaluate expressions with embedded whitespace.
2921 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
2922 if the TTY name is nil or empty (which happens when communicating
2923 with the inferior via pipes, e.g. on MS-Windows).
2924 (gdb-internals): If GDB sends a "&\n" empty debugging message,
2925 don't send that to the GUD buffer.
2926
2927 2012-08-14 Glenn Morris <rgm@gnu.org>
2928
2929 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
2930 Optimize away setq-default with no args, as for setq. (Bug#12195)
2931
2932 2012-08-14 Chong Yidong <cyd@gnu.org>
2933
2934 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
2935
2936 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
2937 (Bug#12085).
2938
2939 2012-08-14 Glenn Morris <rgm@gnu.org>
2940
2941 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
2942
2943 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
2944
2945 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
2946 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2947 Use cached shell name.
2948
2949 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
2950
2951 * progmodes/python.el (python-shell-send-string):
2952 (python-shell-send-setup-code): Do not use `format' with `message'.
2953
2954 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
2955
2956 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
2957 (ruby-percent-literal-beg-re): New constant.
2958 (ruby-syntax-general-delimiters-goto-beg): Rename to
2959 `ruby-syntax-enclosing-percent-literal', improve literal type check.
2960 (ruby-syntax-propertize-general-delimiters): Rename to
2961 `ruby-syntax-propertize-percent-literal', it's a shorter and more
2962 popular term. Adjust comments everywhere.
2963 (ruby-syntax-propertize-percent-literal): Only propertize when not
2964 inside a simple string or comment. When the literal is unclosed,
2965 leave the text after it unpropertized.
2966 (ruby-syntax-methods-before-regexp): New constant.
2967 (ruby-syntax-propertize-function): Use it to recognize regexps.
2968 Don't look at the text after regexp, just use the whitelist.
2969
2970 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
2971
2972 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
2973 non-nil always load the compiled file if it exists. (Bug#12197)
2974
2975 2012-08-14 Chong Yidong <cyd@gnu.org>
2976
2977 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
2978 (hi-lock-set-pattern): When deciding whether to use font lock or
2979 overlays, look at font-lock-mode instead of font-lock-fontified
2980 (Bug#12168).
2981 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
2982 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
2983
2984 2012-08-14 Daiki Ueno <ueno@unixuser.org>
2985
2986 * subr.el (internal--after-with-selected-window): Fix typo
2987 (Bug#12193).
2988
2989 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
2990
2991 Use `completion-table-dynamic' for completion functions.
2992 * progmodes/python.el
2993 (python-shell-completion--do-completion-at-point)
2994 (python-shell-completion--get-completions):
2995 Remove functions.
2996 (python-shell-completion-complete-at-point): New function.
2997 (python-completion-complete-at-point): Use it.
2998
2999 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
3000
3001 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3002 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3003
3004 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * subr.el (function-get): Refine `autoload' arg so it can also
3007 autoload functions for gv.el (bug#12191).
3008 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3009 autoloads macros.
3010
3011 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3012 Prefer pcase-let over destructuring-bind.
3013 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3014 Also, remove whitespace as we go, rather than after accumulating the
3015 various places.
3016
3017 * subr.el (internal--before-with-selected-window)
3018 (internal--after-with-selected-window): Fix typo seleted->selected.
3019 (with-selected-window): Adjust callers.
3020 Reported by Dmitry Gutov <dgutov@yandex.ru>.
3021
3022 2012-08-13 Bastien Guerry <bzg@gnu.org>
3023
3024 * window.el (special-display-popup-frame): Minor docstring
3025 enhancement. (Bug#12172)
3026
3027 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3028
3029 * tar-mode.el (tar-header-data-end): Only ignore size for files of
3030 type 1-6.
3031 (tar-header-block-summarize, tar-get-descriptor): Handle pax
3032 extended headers.
3033
3034 * files.el (hack-local-variables-filter): Remove useless eval.
3035
3036 2012-08-13 Martin Rudalics <rudalics@gmx.at>
3037
3038 * subr.el (with-selected-window): Fix last change.
3039
3040 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3041
3042 * subr.el (internal--before-with-seleted-window)
3043 (internal--after-with-seleted-window): New functions.
3044 (with-selected-window): Use them, to replace dependency on
3045 tty-top-frame.
3046
3047 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
3048
3049 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3050 binding for `newline'.
3051 (ruby-move-to-block): When moving backward, stop at block opening,
3052 not indentation.
3053 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3054 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3055 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3056 `ruby-toggle-block'.
3057
3058 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 * ibuffer.el (ibuffer-do-toggle-read-only):
3061 * dired.el (dired-toggle-read-only):
3062 * buff-menu.el (Buffer-menu-toggle-read-only):
3063 * bindings.el (mode-line-toggle-read-only):
3064 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3065
3066 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
3067
3068 * descr-text.el (describe-char): Put the overlays over the
3069 "displayed as" character.
3070
3071 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
3072
3073 * calc/calc-units.el (math-default-units-table): Give an
3074 initial value.
3075 (math-put-default-units): Add options to put composite units and
3076 unit systems in the default units table.
3077 (calc-convert-units): Send composite units to
3078 `math-put-default-units' when appropriate.
3079
3080 2012-08-11 Glenn Morris <rgm@gnu.org>
3081
3082 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3083
3084 * tutorial.el (help-with-tutorial):
3085 * emacs-lisp/copyright.el (copyright-update-directory):
3086 * emacs-lisp/autoload.el (autoload-find-generated-file)
3087 (autoload-find-file): Disable local eval: (for insurance).
3088
3089 * files.el (hack-local-variables-filter): If an eval: form is not
3090 known to be safe, and enable-local-variables is :safe, then ignore
3091 the form totally, as is done for non-eval forms. (Bug#12155)
3092 This is CVE-2012-3479.
3093
3094 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3095
3096 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3097 (rx-form): Simplify.
3098
3099 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
3100
3101 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3102 ?, _, and : are symbol constituents, ! is not (but kinda should be).
3103 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
3104 (ruby-syntax-propertize-function): Adjust for changes in
3105 `ruby-syntax-propertize-heredoc'.
3106
3107 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
3108
3109 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3110 binding (use `M-;' instead).
3111 (ruby-singleton-class-p): New function.
3112 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
3113
3114 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3115
3116 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3117
3118 2012-08-10 Chong Yidong <cyd@gnu.org>
3119
3120 * progmodes/python.el (python-shell-get-process-name): Don't mess
3121 with same-window-buffer-names.
3122
3123 * eshell/eshell.el (eshell-add-to-window-buffer-names)
3124 (eshell-remove-from-window-buffer-names): Make obsolete.
3125 (eshell-buffer-name, eshell-unload-hook): Don't use them.
3126 (eshell): Just use pop-to-buffer-same-window instead.
3127
3128 2012-08-10 Chong Yidong <cyd@gnu.org>
3129
3130 * bindings.el: Bind M-= back to count-words-region.
3131
3132 * simple.el (count-words-region): Accept a prefix arg for acting
3133 on the entire buffer.
3134 (count-words--buffer-message): New helper function.
3135
3136 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3137
3138 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
3139 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
3140 (event-start, event-end): Use posn-at-point to return a more
3141 informative posn.
3142 (posnp): New function.
3143 * mouse.el (popup-menu-normalize-position): Use it.
3144
3145 2012-08-10 Masatake YAMATO <yamato@redhat.com>
3146
3147 * mouse.el (popup-menu-normalize-position): New function.
3148 (popup-menu): Use `popup-menu-normalize-position' to normalize
3149 the form for POSITION argument.
3150
3151 * term/x-win.el (x-menu-bar-open):
3152 Use the value returend from (posn-at-point) as position
3153 passed to `popup-menu'.
3154
3155 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3156
3157 * calc/calccomp.el (math-compose-expr): Add extra argument
3158 indicating that parentheses should be put around products in
3159 denominators. Give multiplication precedence over division during
3160 composition.
3161
3162 2012-08-09 Chong Yidong <cyd@gnu.org>
3163
3164 * man.el (Man-switches, Man-sed-command, Man-awk-command)
3165 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
3166 (Man-untabify-command, manual-program): Convert to defcustom
3167 (Bug#10429).
3168
3169 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
3170
3171 * descr-text.el (describe-char): Don't insert extra newlines
3172 (Bug#10127).
3173
3174 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
3175 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
3176
3177 * align.el (align-region): Delete temporary markers (Bug#10047).
3178 Plus some code cleanups.
3179
3180 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3181
3182 * progmodes/python.el (python-pdbtrack-tracked-buffer)
3183 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
3184 (python-shell-internal-last-output): Use make-local-variable
3185 instead of make-variable-buffer-local.
3186
3187 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3188
3189 * progmodes/python.el: Enhancements to forward-sexp.
3190 (python-nav-forward-sexp): Rename from
3191 python-nav-forward-sexp-function.
3192 (python-nav--forward-sexp, python-nav--backward-sexp):
3193 New functions.
3194
3195 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3196
3197 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
3198 modes and simplification modes.
3199
3200 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3201
3202 * delsel.el (delete-selection-pre-hook): Don't propagate the
3203 file-supersession signals (bug#12161).
3204
3205 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3206
3207 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
3208 (cl-map-extents): Add compatibility aliases (bug#12135).
3209
3210 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
3211
3212 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
3213 tests by `ignore-error'.
3214 (tramp-find-shell): Open also a new shell, when cache is already
3215 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
3216
3217 2012-08-08 Juri Linkov <juri@jurta.org>
3218
3219 * bookmark.el: Add `defaults' property to the bookmark record.
3220 (bookmark-current-buffer): Doc fix.
3221 (bookmark-make-record): Add `defaults' property with default values
3222 to the bookmark record.
3223 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
3224 with `bookmark-insert-current-bookmark'.
3225 (bookmark-set): Get `defaults' property from the bookmark record
3226 and use it in `read-from-minibuffer'.
3227 (bookmark-insert-current-bookmark): Remove function.
3228
3229 * info.el (Info-bookmark-make-record): Add `defaults' property
3230 with values of canonical Info node name, the current Info file
3231 name and the current Info node name. (Bug#12107)
3232
3233 2012-08-08 Juri Linkov <juri@jurta.org>
3234
3235 * files.el (basic-save-buffer): Use `buffer-name' as the default
3236 of `read-file-name' when buffer is not visiting a file (bug#12128).
3237
3238 2012-08-08 Juri Linkov <juri@jurta.org>
3239
3240 * info.el (Info-isearch-search): Doc fix.
3241 (Info-search): Change search-failed message from "initial node" to
3242 "end of node" (bug#12078).
3243 (Info-isearch-search): Change `isearch-string-state' to
3244 `isearch--state-string'.
3245
3246 2012-08-08 Glenn Morris <rgm@gnu.org>
3247
3248 * language/persian.el: Remove file.
3249 * language/misc-lang.el: Move unique part of persian.el here.
3250 * loadup.el: Remove language/persian.
3251
3252 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
3253
3254 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
3255
3256 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
3257
3258 * progmodes/python.el Fixed defsubst warning.
3259 (python-syntax-context) Rename from python-info-ppss-context.
3260 (python-syntax-context-type): Rename from
3261 python-info-ppss-context-type.
3262 (python-syntax-comment-or-string-p): Rename from
3263 python-info-ppss-comment-or-string-p.
3264
3265 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3266
3267 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
3268
3269 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
3270
3271 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
3272 a defcustom that is quoted with backquote.
3273
3274 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
3275 Fix handling of interactive spec when the body uses return.
3276 (math-do-arg-check, math-define-function-body): Use backquote forms.
3277 * calc/calc-ext.el (math-defcache): Likewise.
3278 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
3279 * allout.el (allout-new-exposure): Likewise.
3280 * calc/calcalg2.el (math-tracing-integral): Likewise.
3281 * info.el (Info-last-menu-item): Likewise.
3282 * emulation/vip.el (vip-loop): Likewise.
3283 * textmodes/artist.el (artist-funcall): Likewise.
3284 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
3285 Construct menu-item directly.
3286
3287 * progmodes/autoconf.el (font-lock-syntactic-keywords):
3288 Don't declare.
3289
3290 2012-08-07 Chong Yidong <cyd@gnu.org>
3291
3292 * simple.el (deactivate-mark): Preserve text properties when
3293 saving the primary selection (Bug#8384).
3294
3295 2012-08-07 Kevin Ryde <user42@zip.com.au>
3296
3297 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
3298 (woman-parse-numeric-value): On a bad .IP line, issue a warning
3299 and continue processing (Bug#12110).
3300
3301 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
3304 syntax-propertize-function (bug#10095).
3305
3306 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3307
3308 * help-fns.el (help-fns--key-bindings, help-fns--signature)
3309 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
3310 describe-function-1.
3311 (describe-function-1): Use them. Move compiler macro after sig.
3312 (help-fns--compiler-macro): Use function-get. Assume we're already in
3313 standard-output. Adjust layout to new call order.
3314
3315 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
3316 re-binding a symbol that has a symbol-macro (bug#12119).
3317
3318 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
3319
3320 * language/persian.el: New file. (Bug#11812)
3321 * loadup.el: Add language/persian.el.
3322
3323 2012-08-06 Chong Yidong <cyd@gnu.org>
3324
3325 * window.el (window--maybe-raise-frame): New function.
3326 (window--display-buffer): Split off from here.
3327 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3328 (display-buffer-pop-up-window, display-buffer-use-some-window):
3329 Obey an inhibit-switch-frame action alist entry.
3330 (display-buffer): Update doc.
3331
3332 * replace.el (occur-after-change-function): Avoid losing focus by
3333 using the inhibit-switch-frame display parameter (Bug#12139).
3334
3335 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
3336
3337 Make internal shell process buffer names start with space.
3338 * progmodes/python.el (python-shell-make-comint): Add optional
3339 argument INTERNAL.
3340 (run-python-internal): Use it.
3341 (python-shell-internal-get-or-create-process): Check for new
3342 internal buffer names.
3343
3344 2012-08-06 Glenn Morris <rgm@gnu.org>
3345
3346 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
3347 Do less getting and setting of environment variables.
3348
3349 2012-08-05 Chong Yidong <cyd@gnu.org>
3350
3351 * proced.el (proced): Add substitution string to docstring to
3352 trigger autoloading of the proced library on C-h f (Bug#1768).
3353
3354 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3355 Don't show defvars which have no second argument (Bug#8638).
3356
3357 * imenu.el (imenu-generic-expression): Move documentation here
3358 from imenu--generic-function.
3359 (imenu--generic-function): Refer to imenu-generic-expression.
3360
3361 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
3362
3363 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
3364 indentation declaration.
3365 (viper-loop): Add indentation declaration (Bug#7025).
3366
3367 2012-08-05 Chong Yidong <cyd@gnu.org>
3368
3369 * help-fns.el (describe-variable): Add hyperlink for
3370 directory-local variables files. Improve buffer-local and
3371 permanent-local reporting; suggested by MON KEY (Bug#6644).
3372
3373 * help-mode.el (help-dir-local-var-def): New button type.
3374
3375 * files.el (kill-buffer-hook): Provide a defvar.
3376
3377 2012-08-05 Glenn Morris <rgm@gnu.org>
3378
3379 * eshell/esh-ext.el (eshell/addpath):
3380 Also update eshell-path-env. (Bug#12013)
3381
3382 2012-08-05 Chong Yidong <cyd@gnu.org>
3383
3384 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
3385
3386 * fringe.el (fringe-styles): Add docstring.
3387 (fringe--check-mode): New function.
3388 (set-fringe-mode, set-fringe-style): Use it.
3389 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
3390
3391 * files.el (set-auto-mode): Fix invalid setq call.
3392
3393 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3394
3395 * isearch.el: Misc simplification; use defstruct.
3396 (isearch-mode-map): Dense maps now work like sparse ones.
3397 (isearch--state): New defstruct.
3398 (isearch-string-state, isearch-message-state, isearch-point-state)
3399 (isearch-success-state, isearch-forward-state)
3400 (isearch-other-end-state, isearch-word-state, isearch-error-state)
3401 (isearch-wrapped-state, isearch-barrier-state)
3402 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
3403 replaced by defstruct's accessors.
3404 (isearch--set-state): Rename from isearch-top-state and change
3405 calling convention.
3406 (isearch-push-state): Use new isearch--get-state.
3407 (isearch-toggle-word): Disable regexp when enabling word.
3408 (isearch-message-prefix): Remove unused arg _c-q-hack.
3409 (isearch-message-suffix): Remove unused arg _ellipsis.
3410
3411 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
3412
3413 * simple.el (list-processes--refresh): For a server use :host or
3414 :local as the address.
3415 (list-processes): Doc fix.
3416
3417 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
3418
3419 * lisp/mpc.el: Support password in host argument.
3420 (mpc--proc-connect): Parse and use new password element.
3421 Set mpc-proc variable instead of returning process.
3422 (mpc-proc): Adjust accordingly.
3423
3424 2012-08-03 Eli Zaretskii <eliz@gnu.org>
3425
3426 * whitespace.el (whitespace-display-mappings): Use Unicode
3427 codepoints, instead of emacs-mule codepoints. See
3428 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
3429 for the details.
3430
3431 * files.el (file-truename): Don't skip symlink-chasing part on
3432 windows-nt. Incorporate the resolution of 8+3 short aliases on
3433 Windows into the loop that recursively chases symlinks.
3434 Compare directory and its parent case-insensitively on MS-Windows and
3435 MS-DOS.
3436
3437 2012-08-03 Chong Yidong <cyd@gnu.org>
3438
3439 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
3440
3441 * sort.el (sort-regexp-fields): Doc fix.
3442
3443 2012-08-03 Tassilo Horn <tsdh@gnu.org>
3444
3445 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
3446 labels regex position point at the expected place.
3447
3448 2012-08-03 MON KEY <monkey@sandpframing.com>
3449
3450 * net/imap.el (imap-interactive-login, imap-authenticate)
3451 (imap-mailbox-lsub, imap-mailbox-list)
3452 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
3453 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
3454 (imap-parse-response): Doc fix.
3455
3456 2012-08-03 João Távora <joaotavora@gmail.com>
3457
3458 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
3459 if sexp scanning does not move point (Bug#5734).
3460
3461 2012-08-02 Tassilo Horn <tsdh@gnu.org>
3462
3463 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
3464 Add listings, minted, and ctable packages.
3465 (reftex-label-alist-builtin): Move listings, minted, and ctable
3466 entries before LaTeX.
3467 (reftex-label-alist): Docfix.
3468
3469 2012-08-02 Bastien Guerry <bzg@gnu.org>
3470
3471 * replace.el (occur): Fix docstring (bug#12122).
3472
3473 2012-08-02 Glenn Morris <rgm@gnu.org>
3474
3475 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
3476
3477 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3478
3479 Obsolete alias inactivate-current-input-method-function (Bug#10150).
3480 * international/mule-cmds.el: Create
3481 inactivate-current-input-method-function as an obsolete alias for
3482 deactivate-current-input-method-function. See Katsumi Yamaoka in
3483 <http://bugs.gnu.org/10150#46>.
3484
3485 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
3486
3487 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
3488 of nested `if's.
3489
3490 2012-08-01 Glenn Morris <rgm@gnu.org>
3491
3492 * progmodes/autoconf.el (autoconf-definition-regexp):
3493 Add AH_TEMPLATE, adjust submatch numbering.
3494 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
3495 (autoconf-current-defun-function): Update for above change.
3496 (autoconf-current-defun-function): First skip to end of current word.
3497
3498 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
3499
3500 * calendar/cal-html.el (cal-html-insert-agenda-days):
3501 Fix typo. (Bug#12018)
3502
3503 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3504
3505 Shell processes: enhancements to startup and CEDET compatibility.
3506 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
3507 (python-shell-make-comint): accept-process-output at startup.
3508 (run-python-internal): Set inferior-python-mode-hook to nil.
3509 (python-shell-internal-get-or-create-process): call sit-for.
3510 (python-preoutput-result): Add obsolete alias.
3511 (python-shell-internal-send-string): Use it.
3512 (python-shell-send-setup-code): Remove call to
3513 accept-process-output.
3514
3515 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3516
3517 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
3518 (Bug#12108)
3519
3520 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
3521
3522 * calc-mode.el (calc-basic-simplification-mode): Rename from
3523 `calc-limited-simplification-mode'.
3524 (calc-alg-simplification-mode): New function.
3525 (calc-set-simplify-mode): Adjust message.
3526
3527 * calc.el (calc-set-mode-line): Adjust mode line display for
3528 basic simplification mode.
3529
3530 * calc-help.el (calc-m-prefix-help): Update help message.
3531
3532 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
3533 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
3534
3535 2012-07-31 Bastien Guerry <bzg@gnu.org>
3536
3537 * man.el (man): Fix comment. (bug#12101)
3538
3539 2012-07-31 Martin Rudalics <rudalics@gmx.at>
3540
3541 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3542 Don't return a non-nil value when no suitable buffer was found.
3543
3544 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3545
3546 * progmodes/python.el (run-python-internal): Disable font lock for
3547 internal shells.
3548
3549 2012-07-30 Stefan Merten <smerten@oekonux.de>
3550
3551 * textmodes/rst.el: Silence `checkdoc-ispell'.
3552 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3553 (rst-official-version, rst-official-cvs-rev)
3554 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
3555 (rst-mode-map): New key binding.
3556
3557 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3558
3559 Update .PHONY listings in makefiles.
3560 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
3561 autoloads, update-subdirs, updates, bzr-update, update-authors,
3562 compile-onefile, compile-calc, backup-compiled-files,
3563 compile-after-backup, compile-one-process, mh-autoloads,
3564 bootstrap-clean, distclean, maintainer-clean.
3565
3566 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3567
3568 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
3569 (calc-set-mode-line): Don't display "AlgSimp ".
3570
3571 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
3572 (calc-lim-simplify-mode): New function.
3573 (calc-set-simplify-mode): Default to 'alg.
3574 (calc-default-simplify-mode): Make algebraic simplifications
3575 the default.
3576
3577 * calc/calc-ext.el (calc-init-extensions): Remove binding for
3578 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
3579
3580 * calc/calc-help.el (calc-m-prefix-help): Change messages to
3581 indicate new simplification modes.
3582
3583 * calc/README: Mention new default simplification mode.
3584
3585 * calc/calc.el (math-normalize-error): New variable.
3586 (math-normalize): Set `math-normalize-error' to t
3587 when there's an error.
3588
3589 * calc/calc-alg.el (math-simplify): Don't simplify when
3590 `math-normalize' returns an error.
3591
3592 2012-07-29 Eli Zaretskii <eliz@gnu.org>
3593
3594 * international/mule-cmds.el (set-locale-environment): Revert last
3595 change, since display-graphic-p returns nil when this function is
3596 called during startup. Instead...
3597
3598 * term/w32console.el (terminal-init-w32console): ...setup the
3599 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
3600
3601 2012-07-29 Juri Linkov <juri@jurta.org>
3602
3603 * simple.el (goto-line): Don't display default line number in the
3604 prompt because it should be displayed by `read-number' (bug#9952).
3605 Add the current line number to the defaults of `goto-line' to
3606 allow its easier modification by users with `M-n' (bug#9201).
3607
3608 * subr.el (read-number): Support multiple default values like in
3609 other minibuffer reading functions. Replace `read' with
3610 `string-to-number' for consistency with `number-to-string'.
3611
3612 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3613
3614 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
3615 * emulation/viper-init.el (viper-deactivate-input-method-action):
3616 Rename from viper-inactivate-input-method-action.
3617 (viper-deactivate-input-method):
3618 Rename from viper-inactivate-input-method.
3619 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
3620 * international/mule-cmds.el (deactivate-input-method):
3621 Rename from inactivate-input-method.
3622 Also run input-method-deactivate-hook.
3623 (deactivate-current-input-method-function):
3624 Rename from inactivate-current-input-method-function.
3625 (input-method-deactivate-hook): New hook.
3626 (input-method-inactivate-hook): Mark obsolete.
3627 (inactivate-input-method): Mark obsolete.
3628
3629 * international/quail.el (quail-activate):
3630 Also run quail-deactivate-hook.
3631 (quail-deactivate): Rename from quail-inactivate.
3632 * international/robin.el (robin-activate):
3633 Also run robin-deactivate-hook.
3634 (robin-deactivate): Rename from robin-inactivate.
3635
3636 2012-07-29 Chong Yidong <cyd@gnu.org>
3637
3638 * simple.el (indicate-copied-region): New function.
3639 (kill-ring-save): Split off from here.
3640
3641 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
3642 (kill-rectangle): Set deactivate-mark to t on read-only error.
3643
3644 * register.el (copy-to-register, copy-rectangle-to-register):
3645 Deactivate the mark, and use indicate-copied-region (Bug#10056).
3646 (append-to-register, prepend-to-register): Call indicate-copied-region.
3647
3648 2012-07-29 Juri Linkov <juri@jurta.org>
3649
3650 * simple.el (async-shell-command-buffer): New defcustom.
3651 (shell-command): Use it. (Bug#4719)
3652
3653 2012-07-28 Eli Zaretskii <eliz@gnu.org>
3654
3655 * international/mule-cmds.el (set-locale-environment): In a
3656 console session on MS-Windows, set up keyboard and terminal
3657 encoding from the OEM codepage, not the ANSI codepage.
3658 (Bug#12055)
3659
3660 2012-07-28 Chong Yidong <cyd@gnu.org>
3661
3662 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
3663 gdb-get-location.
3664
3665 2012-07-28 Leo Liu <sdl.web@gmail.com>
3666
3667 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
3668 the alist (bug#12029).
3669
3670 2012-07-28 Eli Zaretskii <eliz@gnu.org>
3671
3672 * makefile.w32-in (custom-deps, finder-data, updates, compile)
3673 (compile-always, compile-first)
3674 ($(lisp)/calendar/cal-loaddefs.el)
3675 ($(lisp)/calendar/diary-loaddefs.el)
3676 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
3677 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
3678 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
3679 instead of on update-subdirs.
3680 (bootstrap-clean): Delete $(lisp)/subdirs.el.
3681
3682 2012-07-28 Chong Yidong <cyd@gnu.org>
3683
3684 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
3685 directory if vc-deduce-backend returns nil (Bug#7350).
3686
3687 * simple.el (delete-trailing-lines): New option.
3688 (delete-trailing-whitespace): Obey it (Bug#11879).
3689
3690 2012-07-28 David Engster <deng@randomsample.de>
3691
3692 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
3693 Explanation of new 'symbol-qnames feature in doc-strings.
3694 (xml-maybe-do-ns): Return expanded names as plain symbols if
3695 'symbol-qnames was provided in XML-NS argument (Bug#11916).
3696 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
3697
3698 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
3699
3700 Consistent completion in inferior python with emacs -nw.
3701 * progmodes/python.el (inferior-python-mode): replace "<tab>"
3702 binding in inferior-python-mode-map with "\t".
3703 (python-shell-completion-complete-at-point)
3704 (python-completion-complete-at-point): Remove interactive spec.
3705
3706 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
3707
3708 * calc/calccomp.el (math-compose-expr): Undo previous change.
3709
3710 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
3711
3712 * progmodes/python.el (python-mode-map): Add keybinding for
3713 run-python.
3714 (python-shell-make-comint): Fix pop-to-buffer call.
3715 (run-python): Autoload. New arg SHOW.
3716 (python-shell-get-or-create-process): Do not pop python process
3717 buffer.
3718
3719 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
3720
3721 * notifications.el (notifications-on-action-signal)
3722 (notifications-on-closed-signal): Use also the bus address for the map.
3723 (notifications-notify, notifications-close-notification)
3724 (notifications-get-capabilities): Add optional argument BUS.
3725
3726 2012-07-27 Tassilo Horn <tsdh@gnu.org>
3727
3728 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3729 Add support for the lstlisting and minted environments, and for the
3730 ctable macro.
3731 * textmodes/reftex.el (reftex-compile-variables): Also recognize
3732 labels written in keyvals syntax.
3733
3734 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
3735
3736 * calc/calccomp.el (math-compose-expr): Use parentheses when
3737 there is a product in the denominator of a fraction.
3738
3739 2012-07-26 Eli Zaretskii <eliz@gnu.org>
3740
3741 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3742 ($(lisp)/calendar/diary-loaddefs.el)
3743 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
3744 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
3745 Fixes failures in parallel bootstrap because subdirs.el is being
3746 rewritten while the autoload files are built at the same time,
3747 which needs to load subdirs.el.
3748
3749 2012-07-26 Martin Rudalics <rudalics@gmx.at>
3750
3751 * mouse.el (popup-menu): Fix doc-string and re-indent code.
3752 (mouse-drag-line): Don't exit tracking when a switch-frame or
3753 switch-window event occurs (Bug#12006).
3754
3755 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3756
3757 * mouse.el (popup-menu): Fix last change.
3758
3759 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3760
3761 Autoload from Lisp with more care. Follow aliases when looking for
3762 function properties.
3763 * subr.el (autoloadp): New function.
3764 (symbol-file): Use it.
3765 (function-get): New function.
3766 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
3767 autoload-do-load.
3768 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
3769 (lisp-indent-function):
3770 * emacs-lisp/gv.el (gv-get):
3771 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
3772 * emacs-lisp/byte-opt.el (byte-optimize-form):
3773 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
3774 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
3775 Use function-get.
3776 * emacs-lisp/cl.el: Don't propagate function properties any more.
3777
3778 * speedbar.el (speedbar-add-localized-speedbar-support):
3779 * emacs-lisp/disass.el (disassemble-internal):
3780 * desktop.el (desktop-load-file):
3781 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
3782 (describe-function-1):
3783 * emacs-lisp/find-func.el (find-function-noselect):
3784 * emacs-lisp/elp.el (elp-instrument-function):
3785 * emacs-lisp/advice.el (ad-has-proper-definition):
3786 * apropos.el (apropos-safe-documentation, apropos-macrop):
3787 * emacs-lisp/debug.el (debug-on-entry):
3788 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
3789 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3790 * calc/calc.el (name): Use autoloadp & autoload-do-load.
3791
3792 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
3793
3794 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
3795 function, not an obsolete variable (Bug#12046).
3796
3797 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
3798
3799 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
3800
3801 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
3802
3803 * emacs-lisp/pp.el (pp-display-expression): Select old selected
3804 window only if it is still live (Bug#12034).
3805
3806 2012-07-25 Martin Rudalics <rudalics@gmx.at>
3807
3808 * subr.el (redirect-frame-focus): Add advertised calling
3809 convention (Bug#12030).
3810
3811 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
3812
3813 Prefer typical American spelling for "acknowledgment".
3814 * vc/add-log.el (change-log-acknowledgment): Rename from
3815 change-log-acknowledgement, with an alias for the old name.
3816
3817 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
3818
3819 * calc-alg.el (math-simplify-divide): Don't cross multiply
3820 in an equation when the lhs is a variable.
3821
3822 2012-07-24 Julien Danjou <julien@danjou.info>
3823
3824 * net/netrc.el (netrc-find-service-number, netrc-store-data):
3825 Remove, unused.
3826
3827 2012-07-23 Eli Zaretskii <eliz@gnu.org>
3828
3829 * startup.el (command-line): Don't display an empty user name in
3830 the error message about non-existent home directory, when
3831 init-file-user was set to an empty string. See
3832 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
3833 for the details and context.
3834
3835 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
3836
3837 * ses.el (ses-cell-formula-aset): New macro.
3838 (ses-cell-references-aset): New macro.
3839 (ses-cell-p): New function.
3840 (ses-rename-cell): Do no longer rely on complex operations like
3841 ses-cell-set-formula or ses-set-cell to change the cell and handle
3842 the undo at the same time, but rather use lower level new macros
3843 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
3844 the undo directly. Refresh the mode line.
3845
3846 2012-07-21 Leo Liu <sdl.web@gmail.com>
3847
3848 * progmodes/cc-cmds.el (c-defun-name):
3849 Use match-string-no-properties instead for consistency.
3850
3851 2012-07-20 Leo Liu <sdl.web@gmail.com>
3852
3853 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
3854 (Bug#7879)
3855
3856 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
3857
3858 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3859
3860 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
3861 * progmodes/bug-reference.el, misearch.el: Provide themselves
3862 (bug#11915).
3863
3864 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
3865 of narrowed buffer (bug#11966).
3866
3867 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
3868
3869 * ses.el (ses-rename-cell): Set new name also in reference list of
3870 cells of which the renamed cell depends.
3871
3872 2012-07-20 Masatake YAMATO <yamato@redhat.com>
3873
3874 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
3875 to check whether menu-bar is shown or not. If not shown,
3876 show the menu-bar as a popup menu instead of using tmm.
3877 * mouse.el (popup-menu): Accept `point' as `position' argument.
3878
3879 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
3880
3881 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
3882 up inside string symbol literal (bug#11923).
3883
3884 2012-07-20 Eli Zaretskii <eliz@gnu.org>
3885
3886 * startup.el (fancy-startup-text): Read the whole tutorial, not
3887 just its first 256 bytes. Prevents gibberish in display of the
3888 tutorial title.
3889
3890 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
3891
3892 Drop idle buffer compaction due to an absence of the
3893 proved efficiency.
3894 * compact.el: Remove.
3895
3896 2012-07-19 Sam Steingold <sds@gnu.org>
3897
3898 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
3899 vc-bzr-pull & vc-bzr-merge-branch.
3900 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
3901 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
3902 for consistency with compilation-error-regexp-alist.
3903 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
3904 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
3905 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
3906 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
3907
3908 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3909
3910 * emacs-lisp/chart.el: Use lexical-binding.
3911 (chart-emacs-storage): Don't hardcode the list of entries.
3912
3913 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
3914
3915 Next round of tweaks caused by Fgarbage_collect changes.
3916 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
3917
3918 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
3919
3920 Compact buffers when idle.
3921 * compact.el: New file.
3922
3923 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3924
3925 * subr.el (eventp): Presume that if it looks vaguely like an event,
3926 it's an event (bug#10190).
3927
3928 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
3929
3930 Enhancements to ppss related code (thanks Stefan).
3931 * progmodes/python.el (python-indent-context)
3932 (python-indent-calculate-indentation, python-indent-dedent-line)
3933 (python-indent-electric-colon, python-nav-forward-block)
3934 (python-mode-abbrev-table)
3935 (python-info-assignment-continuation-line-p): Simplify checks
3936 for ppss context.
3937 (python-info-continuation-line-p): Cleanup.
3938 (python-info-ppss-context): Do not catch 'quote.
3939 (python-info-ppss-context-type)
3940 (python-info-ppss-comment-or-string-p): Simplify.
3941
3942 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
3943
3944 * progmodes/python.el: Enhancements to eldoc support.
3945 (python-info-current-symbol): New function.
3946 (python-eldoc-at-point): Use python-info-current-symbol.
3947 (python-info-current-defun): Fix cornercase on first defun scan.
3948 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
3949 and signal error when no inferior python process is available.
3950
3951 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
3952
3953 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
3954 assume it's always t.
3955 (vc-git-registered): Remove caching, the function is only called
3956 once.
3957 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
3958
3959 2012-07-18 Chong Yidong <cyd@gnu.org>
3960
3961 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
3962
3963 * simple.el (count-words): Report on narrowing (Bug#9959).
3964
3965 * bindings.el: Bind M-= to count-words.
3966
3967 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
3968
3969 2012-07-18 Masatake YAMATO <yamato@redhat.com>
3970
3971 * progmodes/sh-script.el (sh-imenu-generic-expression):
3972 Capture a function with `function' keyword and without parentheses
3973 like "function FOO" (bug#11856).
3974
3975 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
3976
3977 * window.el (split-window-sensibly): Make WINDOW argument
3978 optional.
3979
3980 2012-07-18 Chong Yidong <cyd@gnu.org>
3981
3982 * subr.el (keyboard-translate): Doc fix (Bug#7261).
3983
3984 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
3985 and make C-x 8 RET exit isearch (Bug#11439).
3986
3987 * international/iso-transl.el: Move isearch-mode-map key
3988 definitions to isearch.el.
3989
3990 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3991
3992 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
3993 (eieio-defclass): Use gv-define-setter when possible.
3994
3995 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
3996
3997 Reflect recent changes in Fgarbage_collect.
3998 * emacs-lisp/chart.el (chart-emacs-storage): Change to
3999 reflect new format of data returned by Fgarbage_collect.
4000
4001 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4002
4003 New utility functions + python-info-ppss-context fix (Bug#11910).
4004 * progmodes/python.el (python-info-beginning-of-block-statement-p)
4005 (python-info-ppss-comment-or-string-p): New functions.
4006 (python-info-ppss-context): Small fix for string check.
4007
4008 2012-07-17 Juri Linkov <juri@jurta.org>
4009
4010 * dired-aux.el (dired-do-async-shell-command): Doc fix.
4011 (dired-do-async-shell-command): Don't add `*' at the end of the
4012 command (Bug#11815).
4013 (dired-do-shell-command): Doc fix.
4014 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4015 Join the individual commands using either "&" or ";" as the
4016 separator depending on the values of these trailing characters.
4017 At the end re-add the trailing "&". (Bug#10598)
4018
4019 * simple.el (async-shell-command): Sync the interactive spec with
4020 `shell-command'. Doc fix.
4021 (shell-command): Doc fix.
4022
4023 2012-07-17 Juri Linkov <juri@jurta.org>
4024
4025 * descr-text.el (describe-char): Fix format args. (Bug#10129)
4026
4027 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4028
4029 Final renames and doc fixes for movement commands (bug#11899).
4030 * progmodes/python.el (python-nav-beginning-of-statement):
4031 Rename from python-nav-statement-start.
4032 (python-nav-end-of-statement): Rename from
4033 python-nav-statement-end.
4034 (python-nav-beginning-of-block): Rename from
4035 python-nav-block-start.
4036 (python-nav-end-of-block): Rename from python-nav-block-end.
4037
4038 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4039
4040 * progmodes/python.el (python-shell-send-string-no-output):
4041 Allow accept-process-output to quit, keeping shell process ready for
4042 future interactions (Bug#11868).
4043
4044 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4047
4048 * emacs-lisp/elint.el (elint-find-args-in-code):
4049 Use help-function-arglist, so as to handle lexical byte-code.
4050
4051 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4052 change (bug#11826).
4053
4054 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4055
4056 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4057 Avoid spuriously marking the buffer as modified because of c-is-sws.
4058
4059 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4060 as not-a-comment (bug#11946).
4061
4062 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4063 for uninterned vars.
4064
4065 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4066 Use read-event since we don't really want to read chars but bytes.
4067
4068 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4069 $$..$$ but also $..$ using regexps (bug#11953).
4070 Use tex-verbatim for \url and \path.
4071 (tex-font-lock-keywords): Define as defconst like the others.
4072 (tex-common-initialization): Don't use font-lock-syntax-table any more.
4073
4074 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4075
4076 * international/mule-cmds.el (ucs-insert): Make it an obsolete
4077 alias for insert-char.
4078
4079 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4080
4081 * progmodes/python.el: Simplified imenu implementation.
4082 (python-nav-jump-to-defun): Remove command.
4083 (python-mode-map): Use `imenu' instead.
4084 (python-nav-list-defun-positions-cache)
4085 (python-imenu-include-defun-type, python-imenu-make-tree)
4086 (python-imenu-subtree-root-label, python-imenu-index-alist):
4087 Remove vars.
4088 (python-nav-list-defun-positions, python-nav-read-defun)
4089 (python-imenu-tree-assoc, python-imenu-make-element-tree)
4090 (python-imenu-make-tree, python-imenu-create-index):
4091 Remove functions.
4092 (python-mode): Update to interact with imenu by setting
4093 `imenu-extract-index-name-function' only.
4094
4095 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4096
4097 * progmodes/python.el: Enhancements to navigation commands.
4098 (python-nav-backward-sentence)
4099 (python-nav-forward-sentence): Remove.
4100 (python-nav-backward-statement, python-nav-forward-statement)
4101 (python-nav-statement-start, python-nav-statement-end)
4102 (python-nav-backward-block, python-nav-forward-block)
4103 (python-nav-block-start, python-nav-block-end)
4104 (python-nav-forward-sexp-function)
4105 (python-info-current-line-comment-p)
4106 (python-info-current-line-empty-p): New functions.
4107 (python-indent-context): Use `python-nav-statement-start'.
4108
4109 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
4110
4111 * eshell/em-ls.el (eshell/ls): Use `apply'.
4112
4113 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
4114 multi-hops, instead of Tramp internals.
4115
4116 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
4117
4118 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
4119 when F1 and F2 are located on different hosts.
4120
4121 2012-07-14 Chong Yidong <cyd@gnu.org>
4122
4123 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4124 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
4125 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
4126 (xterm-mouse--read-event-sequence-1000)
4127 (xterm-mouse--read-event-sequence-1006): New functions. For old
4128 mouse protocol, handle M-mouse-X events correctly.
4129 (xterm-mouse-event): New arg specifying mouse protocol.
4130 (turn-on-xterm-mouse-tracking-on-terminal)
4131 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
4132 sequence to toggle extended coordinates on newer XTerms.
4133 This appears to be harmless on terminals which do not support this.
4134
4135 2012-07-14 Leo Liu <sdl.web@gmail.com>
4136
4137 Add fringe bitmap indicators for flymake. (Bug#11253)
4138 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
4139 (flymake-make-overlay): New arg BITMAP.
4140 (flymake-error-bitmap, flymake-warning-bitmap)
4141 (flymake-fringe-indicator-position): New user variables.
4142
4143 * fringe.el: New bitmap exclamation-mark.
4144
4145 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
4146
4147 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
4148 also (Bug#7879).
4149
4150 2012-07-14 Chong Yidong <cyd@gnu.org>
4151
4152 * electric.el (electric-pair-post-self-insert-function): Fix pair
4153 insertion in empty-region case (Bug#11520).
4154
4155 2012-07-14 Chong Yidong <cyd@gnu.org>
4156
4157 * bindings.el: Consolidate ctl-x-r-map bindings.
4158 Bind copy-rectangle-as-kill to C-x r w.
4159
4160 * rect.el, register.el: Move bindings to bindings.el.
4161
4162 2012-07-14 Reuben Thomas <rrt@sc3d.org>
4163
4164 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
4165
4166 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
4167
4168 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
4169
4170 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
4171
4172 * bindings.el (top): Use `mapc' instead of `mapcar'.
4173
4174 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
4175
4176 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
4177
4178 * progmodes/sql.el (sql-comint): Suppress the check for program on
4179 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
4180 (Bug#11908)
4181
4182 2012-07-13 Chong Yidong <cyd@gnu.org>
4183
4184 * bindings.el: Assign a non-nil permanent-local property to
4185 per-buffer variables which lack a default value (Bug#11930).
4186
4187 * help-fns.el (describe-variable): In the "automatically becomes
4188 local" notice, take note of permanent-local variables.
4189
4190 2012-07-13 Chong Yidong <cyd@gnu.org>
4191
4192 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
4193 to allow printing the message when called from Lisp.
4194
4195 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4196 Remove toggle-read-only.
4197
4198 * bs.el (bs-toggle-readonly):
4199 * buff-menu.el (Buffer-menu-toggle-read-only):
4200 Remove with-no-warnings around toggle-read-only.
4201
4202 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
4203 Remove with-no-warnings around toggle-read-only.
4204 (ffap-read-only, ffap-read-only-other-window)
4205 (ffap-read-only-other-frame): Callers changed.
4206
4207 * help-mode.el: Don't require view package.
4208 (help-mode-finish): Set buffer-read-only instead of calling
4209 toggle-read-only.
4210
4211 * bindings.el (mode-line-toggle-read-only):
4212 * dired.el (dired-toggle-read-only):
4213 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
4214 with non-nil second arg.
4215
4216 * emacs-lisp/eieio-custom.el (eieio-customize-object):
4217 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
4218 directly.
4219
4220 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4221
4222 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
4223 not incf.
4224
4225 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 More CL cleanups and reduction of use of cl.el.
4228 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
4229 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
4230 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
4231 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
4232 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
4233 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
4234 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
4235 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
4236 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
4237 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
4238 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
4239 * eshell/em-cmpl.el, eshell/em-banner.el:
4240 * calendar/parse-time.el: Use cl-lib.
4241 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
4242 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
4243 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
4244 * term/ns-win.el, term.el, shell.el, ps-samp.el:
4245 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
4246 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
4247 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
4248 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
4249 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
4250 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
4251 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
4252 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
4253 `lambda' rather than with `quote'.
4254 (eshell-do-opt): Adjust accordingly.
4255 (eshell-process-option): Simplify.
4256 * eshell/esh-var.el:
4257 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
4258 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
4259 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
4260 to `pcase--dontcare'.
4261 * emacs-lisp/cl.el (labels): Mark obsolete.
4262 (cl--letf, letf): Move to cl-lib.
4263 (cl--letf*, letf*): Remove.
4264 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
4265 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
4266 (cl-progv): Rewrite.
4267 (cl--letf, cl-letf): Move from cl.el.
4268 (cl-letf*): New macro.
4269 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
4270
4271 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
4272
4273 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
4274
4275 2012-07-11 Chong Yidong <cyd@gnu.org>
4276
4277 * vc/log-edit.el (log-edit-vc-backend): New variable.
4278 (log-edit): Doc fix.
4279
4280 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
4281 argument of log-edit to set up all local variables.
4282 (vc-start-logentry): New optional arg specifying VC backend.
4283
4284 * vc/vc.el (vc-checkin): Use it.
4285 (vc-deduce-fileset): Handle Log Edit buffers.
4286 (vc-diff): Make first argument optional too.
4287
4288 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
4289
4290 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
4291
4292 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
4293 command, just in case. The function is not needed anymore.
4294 (eshell-external-command): Do not call `eshell-remote-command'.
4295
4296 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4297
4298 Reduce use of (require 'cl).
4299 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
4300 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
4301 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
4302 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
4303 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
4304 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
4305 * battery.el, avoid.el, abbrev.el: Use cl-lib.
4306 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
4307 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
4308 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
4309 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
4310 * calculator.el, autorevert.el, apropos.el: Don't require CL.
4311 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
4312 (byte-compile-unfold-bcf, byte-compile-check-variable):
4313 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4314 (byte-compile-nilconstp):
4315 * emacs-lisp/autoload.el (make-autoload): Use pcase.
4316 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
4317
4318 * emacs-lisp/gv.el (cond): Make it a valid place.
4319 (if): Simplify slightly.
4320
4321 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
4322 (pcase--self-quoting-p): New function.
4323 (pcase--u1): Use it.
4324
4325 2012-07-10 Glenn Morris <rgm@gnu.org>
4326
4327 * emacs-lisp/authors.el (authors-fixed-entries):
4328 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
4329
4330 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
4331
4332 Rename configure.in to configure.ac (Bug#11603).
4333 * emacs-lisp/authors.el (authors-canonical-file-name):
4334 * progmodes/autoconf.el (autoconf-mode):
4335 Prefer configure.ac to configure.in.
4336
4337 2012-07-08 Chong Yidong <cyd@gnu.org>
4338
4339 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
4340 Implement the mouse-1-click-follows-link handling properly.
4341
4342 * info.el (Info-link-keymap): Use follow-link mechanism for
4343 header-line links (Bug#374).
4344
4345 * simple.el (deactivate-mark): Do not set the primary selection
4346 if another program has acquired it (Bug#11772).
4347
4348 2012-07-07 Kevin Ryde <user42@zip.com.au>
4349
4350 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
4351 (woman-decode-region): Replace escaped-escapes without destroying
4352 bold or underline (Bug#11552).
4353 (woman2-process-escapes): Handle nofill regions (Bug#11591).
4354
4355 2012-07-07 Chong Yidong <cyd@gnu.org>
4356
4357 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
4358 (interprogram-cut-function, interprogram-paste-function):
4359 Mention that we typically mean the clipboard.
4360
4361 2012-07-06 Glenn Morris <rgm@gnu.org>
4362
4363 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
4364
4365 * files.el (toggle-read-only): Restrict message to interactive use.
4366
4367 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
4368
4369 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
4370
4371 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
4372
4373 2012-07-06 Glenn Morris <rgm@gnu.org>
4374
4375 * Makefile.in (compile-one-process): Rename from "recompile".
4376
4377 * Makefile.in (bzr-update): "compile" is the same as "recompile
4378 autoloads", but parallelizable, so use that instead.
4379
4380 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
4381
4382 * window.el (quit-window): Always restore window height when
4383 it's saved in quit-restore parameter (Bug#11810).
4384
4385 2012-07-06 Glenn Morris <rgm@gnu.org>
4386
4387 * simple.el (kill-whole-line): Doc tweak.
4388
4389 2012-07-06 Eli Zaretskii <eliz@gnu.org>
4390
4391 * files.el (file-relative-name): Compare file names
4392 case-insensitively if on MS-Windows or MS-DOS, or if
4393 read-file-name-completion-ignore-case is non-nil. Don't use
4394 case-fold-search for this purpose. (Bug#11827)
4395
4396 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
4397
4398 * calendar/cal-dst.el (calendar-current-time-zone):
4399 Return calendar-current-time-zone-cache if non-nil.
4400
4401 2012-07-17 Masatake YAMATO <yamato@redhat.com>
4402 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
4403
4404 * calendar/cal-dst.el (calendar-current-time-zone):
4405 Return calendar-current-time-zone-cache if non-nil.
4406
4407 2012-07-06 Glenn Morris <rgm@gnu.org>
4408
4409 * Makefile.in (cvs-update): Remove old alias.
4410
4411 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
4412
4413 Sync with Tramp 2.2.6-pre.
4414
4415 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
4416 compatible declaration.
4417
4418 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4419 Protect `list-load-path-shadows' call.
4420
4421 * net/tramp-compat.el (top): Require packages, which aren't
4422 autoloaded anymore for XEmacs. Protect call of
4423 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
4424 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
4425 it hurts at least for SXEmacs.
4426 (tramp-compat-temporary-file-directory): In XEmacs, there is no
4427 standard-value for `temporary-file-directory'.
4428
4429 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
4430 Redirect stderr to /dev/null.
4431 (tramp-sh-handle-write-region): uid and gid can be floats.
4432 Reported by Russell Sim <russell.sim@gmail.com>.
4433 (tramp-sh-handle-vc-registered): Hide errors.
4434 (tramp-vc-file-name-handler): Use dummy results for `process-file'
4435 and `start-file-process'.
4436 (tramp-maybe-open-connection): Check also whether `non-essential'
4437 is bound.
4438
4439 2012-07-04 Chong Yidong <cyd@gnu.org>
4440
4441 * xml.el (xml--parse-buffer): Use xml-syntax-table.
4442 (xml-parse-tag): Likewise, and avoid changing entity tables.
4443 (xml-syntax-table): Define from scratch, making sure not to give
4444 x2000 and other Unicode spaces whitespace syntax, since those are
4445 not spaces in XML.
4446 (xml-parse-fragment): Delete unused function.
4447 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
4448 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
4449 (xml-entity-ref, xml-pe-reference-re)
4450 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
4451 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
4452 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
4453 (xml-entity-value-re): Use syntax references in regexps where
4454 possible; no need to define inside a let-binding.
4455 (xml-parse-dtd): Use xml-pe-reference-re.
4456 (xml-entity-or-char-ref-re): New defconst.
4457 (xml-parse-string, xml-substitute-special): Use it.
4458
4459 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4460
4461 * files.el (locate-dominating-file): Allow `name' to be a predicate.
4462 (find-file--read-only): New function.
4463 (find-file-read-only, find-file-read-only-other-window)
4464 (find-file-read-only-other-frame): Use it.
4465 (insert-file-contents-literally): Don't `fset'.
4466 (get-free-disk-space): Use locate-dominating-file.
4467
4468 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
4469 function is already compiled.
4470
4471 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
4472
4473 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
4474
4475 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
4476 files on the same host.
4477
4478 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
4479
4480 * help-fns.el (describe-function-1): Only call
4481 help-fns--autoloaded-p when we have a file name. (Bug#11848)
4482
4483 2012-07-03 Chong Yidong <cyd@gnu.org>
4484
4485 * xml.el: Protect parser against XML bombs.
4486 (xml-entity-expansion-limit): New variable.
4487 (xml-parse-string, xml-substitute-special): Use it.
4488 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
4489
4490 2012-07-03 Glenn Morris <rgm@gnu.org>
4491
4492 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4493 Allow linking to specific messages in debbugs reports (eg 123#5).
4494
4495 2012-07-02 Chong Yidong <cyd@gnu.org>
4496
4497 * xml.el: Fix entity and character reference expansion, allowing
4498 them to expand into markup as per XML spec.
4499 (xml-default-ns): New variable.
4500 (xml-entity-alist): Use XML spec definitions for lt and amp.
4501 (xml-parse-region): Make first two arguments optional.
4502 Discard text properties.
4503 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
4504 All callers changed.
4505 (xml-parse-tag): Call xml-parse-tag-1. For backward
4506 compatibility, this function should not modify buffer contents.
4507 (xml-parse-tag-1): Fix opening-tag regexp.
4508 (xml-parse-string): Rewrite, handling entity and character
4509 references properly.
4510 (xml--entity-replacement-text): Signal an error if a parameter
4511 entity is undefined.
4512
4513 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4514
4515 * comint.el (comint-output-filter): Filter out repeated prompts.
4516
4517 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
4518 and file-name-absolute-p.
4519 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
4520 internal calls.
4521
4522 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
4523
4524 Spelling fixes.
4525 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
4526 Rename from byte-compile--refiy-function. All uses changed.
4527
4528 2012-07-01 Chong Yidong <cyd@gnu.org>
4529
4530 * xml.el (xml--parse-buffer): New function. Move most of
4531 xml-parse-region here.
4532 (xml-parse-region): Copy region into a temporary buffer, since
4533 parameter entity substitution requires changing buffer contents.
4534 Use xml--parse-buffer.
4535 (xml-parse-file): Use xml--parse-buffer.
4536 (xml-parse-dtd): Make parameter entity substitution work right.
4537 Use proper regexps for ELEMENT declarations (Bug#7172).
4538
4539 2012-06-30 Glenn Morris <rgm@gnu.org>
4540
4541 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
4542
4543 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
4544 Remove outdated and unnecessary dbus declarations.
4545
4546 2012-06-30 Eli Zaretskii <eliz@gnu.org>
4547
4548 * emacs-lisp/timer.el (timer-until): Subtract results of
4549 float-time, instead of taking float-time of the result of
4550 time-subtract, since float-time signals an error for negative time
4551 arguments.
4552
4553 2012-06-30 Chong Yidong <cyd@gnu.org>
4554
4555 * xml.el (xml-*-re): Convert defvars into defconsts, and
4556 eval-and-compile them so eval-and-compile works on derivatives.
4557 (xml--entity-replacement-text): Use eval-and-comple.
4558
4559 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
4560
4561 * vc/vc-git.el (vc-git-registered): Use cache property
4562 `git-registered'.
4563 (vc-git-mode-line-string): Call `vc-working-revision' instead of
4564 `vc-git-working-revision' in order to benefit from the cache.
4565 (vc-git-root): Use cache property `git-root'. (Bug#11757)
4566
4567 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
4568
4569 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
4570 removed (likely outside Emacs). (Bug#11757)
4571
4572 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 * emacs-lisp/cl-lib.el: Require macroexp.
4575
4576 2012-06-30 Chong Yidong <cyd@gnu.org>
4577
4578 * xml.el: Implement XML parameter entities.
4579 (xml-parameter-entity-alist): New variable.
4580 (xml-parse-region, xml-parse-fragment): Preserve previous values
4581 of xml-entity-alist and xml-parameter-entity-alist, so that
4582 repeated calls on different documents do not change them.
4583 (xml-parse-tag): Fix doctype regexp.
4584 (xml--entity-replacement-text): New function.
4585 (xml-parse-dtd): Use it. Don't handle system entities; doing that
4586 properly requires url retrieval which is unimplemented.
4587 (xml-escape-string): Doc fix.
4588
4589 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4590
4591 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
4592
4593 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
4594
4595 * fringe.el (fringe-mode): Doc fix.
4596
4597 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
4598
4599 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
4600 is non-nil.
4601 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
4602 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
4603
4604 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
4605
4606 * calendar/cal-dst.el (calendar-current-time-zone):
4607 Return calendar-current-time-zone-cache if non-nil.
4608
4609 2012-06-29 Masatake YAMATO <yamato@redhat.com>
4610
4611 * progmodes/which-func.el (which-func-format):
4612 Add mouse-face. (Bug#11698)
4613
4614 2012-06-29 Leo Liu <sdl.web@gmail.com>
4615
4616 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
4617
4618 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4619
4620 * minibuffer.el (minibuffer-confirm-exit-commands):
4621 Add completion-at-point (bug#11725).
4622
4623 2012-06-29 Glenn Morris <rgm@gnu.org>
4624
4625 * progmodes/f90.el (f90-font-lock-keywords-2):
4626 Add some preprocessor elements. (Bug#10499)
4627
4628 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4629
4630 * progmodes/cperl-mode.el (cperl-update-syntaxification):
4631 Use syntax-propertize (bug#11739).
4632
4633 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
4634
4635 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
4636
4637 2012-06-28 Julien Danjou <julien@danjou.info>
4638
4639 * term.el (term-handle-colors-array): Use a set of new faces to
4640 color the terminal. Also uses :inverse-video property.
4641 (term-default-fg-color): Set to nil by default, deprecate in favor
4642 of `term-face'.
4643 (term-default-bg-color): Set to nil by default, deprecate in favor
4644 of `term-face'.
4645 (term-current-face): Use `term-face' by default.
4646 (term-bold-attribute): Variable deleted.
4647
4648 2012-06-28 Glenn Morris <rgm@gnu.org>
4649
4650 * simple.el (completion-list-mode-finish):
4651 Don't use toggle-read-only. (Since completion-list-mode has
4652 a special mode-class, it wasn't doing anything extra anyway.)
4653
4654 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
4655
4656 Make inlining of other-mode interpreted functions work (bug#11799).
4657 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
4658 (byte-compile): Use it to fix compilation of lexical-binding closures.
4659 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
4660 function, if needed.
4661
4662 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4663
4664 * help-mode.el (help-make-xrefs): Don't just withstand
4665 cyclic-variable-indirection but any error in documentation-property.
4666
4667 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
4668 memory use.
4669 * bindings.el (bindings--define-key): New function.
4670 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
4671 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
4672 * bindings.el: Use it to purecopy define-key bindings.
4673
4674 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
4675
4676 * emacs-lisp/cl.el (flet): Mark obsolete.
4677 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
4678 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
4679 * progmodes/js.el (js-c-fill-paragraph):
4680 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
4681 (ebrowse-switch-member-buffer-to-derived-class):
4682 * play/5x5.el (5x5-solver): Use cl-flet.
4683
4684 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
4685 (cl--symbol-function): New macro.
4686 (cl--letf, cl--letf*): Use it.
4687
4688 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4689 Strip "toggle-" if any.
4690
4691 2012-06-27 Glenn Morris <rgm@gnu.org>
4692
4693 * info.el (Info-default-directory-list): Move here from paths.el.
4694 * paths.el: Remove file, which is now empty.
4695 * loadup.el: No longer load "paths".
4696
4697 * custom.el (custom-initialize-delay): Doc fix.
4698
4699 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4700 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4701 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4702 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4703 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4704 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
4705 * eshell/eshell.el (eshell-defgroup): Remove alias.
4706
4707 2012-06-27 Chong Yidong <cyd@gnu.org>
4708
4709 * help.el (help-enable-auto-load): New variable.
4710
4711 * help-fns.el (help-fns--autoloaded-p): New function.
4712 (describe-function-1): Refer to a function as "autoloaded" if it
4713 was autoloaded at any time in the past. Perform autoloading if
4714 help-enable-auto-load is non-nil.
4715
4716 2012-06-26 Eli Zaretskii <eliz@gnu.org>
4717
4718 * makefile.w32-in (compile, compile-always): Depend on
4719 update-subdirs, not on subdirs.el. Otherwise, several different
4720 sub-targets of 'bootstrap' running in parallel could
4721 simultaneously write to subdirs.el, producing a garbled file.
4722
4723 2012-06-26 Sam Steingold <sds@gnu.org>
4724
4725 * files.el (file-name-base): New convenience function.
4726 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
4727 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
4728 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
4729 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
4730 * textmodes/ispell.el, textmodes/reftex-ref.el:
4731 * textmodes/tex-mode.el: Use it.
4732 Did not touch cedet and org because they are maintained elsewhere.
4733
4734 2012-06-26 Martin Rudalics <rudalics@gmx.at>
4735
4736 * calendar/calendar.el (calendar-exit): Don't try to delete or
4737 iconify last frame. See:
4738 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
4739
4740 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
4741
4742 * server.el (server-process-filter): Remember dir in the
4743 process's `server-client-directory' properties.
4744
4745 2012-06-24 Chong Yidong <cyd@gnu.org>
4746
4747 * xml.el (xml-parse-tag): Correctly handle comment embedded in
4748 non-tag text.
4749
4750 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
4751
4752 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
4753
4754 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4755
4756 * help-fns.el (describe-variable): Don't croak when doc is not found.
4757 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
4758 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
4759 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
4760 * emacs-lisp/smie.el (smie-next-sexp): CSE.
4761 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
4762 ((lambda ..) ..).
4763 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
4764
4765 2012-06-23 Chong Yidong <cyd@gnu.org>
4766
4767 * info.el (Info-mouse-follow-link): Accept symbol values of
4768 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
4769 (Info-fontify-node): Use Info-link-keymap for all navigation
4770 buttons, with link-args property to perform the desired action.
4771 (Info-link-keymap): Doc fix.
4772 (Info-next-link-keymap, Info-prev-link-keymap)
4773 (Info-up-link-keymap): Delete now-unused keymaps.
4774
4775 2012-06-23 Chong Yidong <cyd@gnu.org>
4776
4777 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
4778
4779 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
4780 system abbrevs.
4781
4782 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
4783
4784 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
4787 (bug#11719).
4788
4789 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
4790 the requote function doesn't work properly (bug#11714).
4791
4792 2012-06-23 Glenn Morris <rgm@gnu.org>
4793
4794 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
4795
4796 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4797
4798 Further GV/CL cleanups.
4799 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
4800 gv-expander.
4801 (gv--defun-declaration): New function.
4802 (defun-declarations-alist): Use it.
4803 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
4804 (gv-place): Autoload.
4805 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
4806 original definition of dotimes and dolist.
4807 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
4808 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
4809 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
4810 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
4811 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
4812 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
4813 to the function's definition.
4814 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
4815 * window.el:
4816 * files.el:
4817 * faces.el:
4818 * env.el: Don't use CL.
4819
4820 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
4821
4822 Support higher-resolution time stamps (Bug#9000).
4823
4824 * calendar/time-date.el (with-decoded-time-value): New arg
4825 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
4826 (encode-time-value): New optional arg PICO. New type 3.
4827 (time-to-seconds) [!float-time]: Support the new picoseconds
4828 component if it's used.
4829 (seconds-to-time, time-subtract, time-add):
4830 Support ps-resolution time stamps as well.
4831
4832 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
4833 (timerp): Timer vectors now have length 9, not 8.
4834 (timer--time): Support new-style (4-part) time stamps.
4835 (timer-next-integral-multiple-of-time): Time stamps now have
4836 picosecond resolution, so take a bit more care about rounding.
4837 (timer-relative-time, timer-inc-time): New optional arg psecs.
4838 (timer-set-time-with-usecs): Set psecs to 0.
4839 (timer--activate): Check psecs component, too.
4840
4841 * proced.el (proced-time-lessp): Support ps-resolution stamps.
4842
4843 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
4846 Move the non-essential binding to the post/pre-command-hook where it is
4847 more obviously correct.
4848
4849 * subr.el (read-passwd): Don't use a history at all.
4850 * savehist.el (savehist-save): Remove password saved accidentally
4851 because of the above bug.
4852
4853 2012-06-22 Bastien Guerry <bzg@gnu.org>
4854
4855 * files.el (toggle-read-only): Display a message telling whether
4856 the buffer is read-only or not (bug#11726).
4857
4858 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4859
4860 * emacs-lisp/gv.el: New file.
4861 * subr.el (push, pop): Extend to generalized variables.
4862 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
4863 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
4864 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
4865 gv-define-simple-setter, and gv-define-expander.
4866 Remove setf-methods defined in gv. Rename cl-setf -> setf.
4867 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
4868 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
4869 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
4870 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
4871 gv-letplace.
4872 (cl-defstruct): Don't define setf-method any more.
4873 * emacs-lisp/cl.el (flet): Don't autoload.
4874 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
4875 (define-setf-expander, defsetf, define-modify-macro)
4876 (cl-struct-setf-expander): Move from cl-lib.el.
4877 * emacs-lisp/syntax.el:
4878 * emacs-lisp/ewoc.el:
4879 * emacs-lisp/smie.el:
4880 * emacs-lisp/cconv.el:
4881 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
4882 (timer--time): Use gv-define-simple-setter.
4883 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
4884 to avoid coding-system problems in subr.el. Adjust all users.
4885 (macroexp--maxsize, macroexp-small-p): New functions.
4886 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
4887 * scroll-bar.el (scroll-bar-mode):
4888 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
4889 (normal-erase-is-backspace-mode): Don't use the `eq' place.
4890 * winner.el (winner-configuration, winner-make-point-alist)
4891 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
4892 * files.el (locate-file-completion-table): Avoid list*.
4893
4894 2012-06-22 Chong Yidong <cyd@gnu.org>
4895
4896 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
4897 (dired-create-files): Doc fix (Bug#11329).
4898 (dired-do-copy): Doc fix (Bug#11334).
4899 (dired-mark-read-string): Doc fix (Bug#11553).
4900
4901 * dired.el (dired-recursive-copies, dired-recursive-deletes):
4902 Doc fix (Bug#11326).
4903 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
4904 (dired-dwim-target): Doc fix.
4905
4906 * wdired.el (wdired-mode): Doc fix.
4907
4908 2012-06-22 Glenn Morris <rgm@gnu.org>
4909
4910 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
4911 (pcmpl-rpm-cache-stamp-file): New constant.
4912 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
4913 (pcmpl-rpm-packages): Optionally cache list of packages.
4914
4915 * pcmpl-rpm.el (pcmpl-rpm): New group.
4916 (pcmpl-rpm-query-options): New option.
4917 (pcmpl-rpm-packages): No need to inline it.
4918 Use pcmpl-rpm-query-options.
4919
4920 * calendar/calendar.el (calendar-in-read-only-buffer):
4921 Avoid some needless mode changes.
4922
4923 2012-06-21 Chong Yidong <cyd@gnu.org>
4924
4925 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
4926 (desktop-path): Remove . from the default value (Bug#10977).
4927 (desktop-read): Use user-emacs-directory if desktop-path is nil.
4928
4929 2012-06-20 Chong Yidong <cyd@gnu.org>
4930
4931 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
4932
4933 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
4934
4935 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
4936 (bug#11201).
4937
4938 2012-06-20 Chong Yidong <cyd@gnu.org>
4939
4940 * term.el (term-window-width): Handle the case of a missing right
4941 fringe (Bug#8837).
4942 (term-check-size): Use window-text-height (Bug#5445).
4943 (term-mode): Use define-derived-mode. Minor cleanups.
4944 Set font-lock-defaults (Bug#7692).
4945 (term-move-columns, term-insert-char, term-emulate-terminal)
4946 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
4947
4948 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
4949
4950 * net/ange-ftp.el (ange-ftp-get-passwd):
4951 Bind `enable-recursive-minibuffers'.
4952 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
4953
4954 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
4955
4956 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
4957
4958 2012-06-19 Glenn Morris <rgm@gnu.org>
4959
4960 * progmodes/python.el (python-mode): Derive from prog-mode.
4961
4962 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
4963
4964 * emulation/edt.el (edt-default-menu-bar-update-buffers)
4965 (edt-user-menu-bar-update-buffers): New functions.
4966 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
4967
4968 2012-06-19 Chong Yidong <cyd@gnu.org>
4969
4970 * subr.el (with-selected-window): Preserve the selected window's
4971 terminal's top-frame (Bug#4702).
4972
4973 * window.el (save-selected-window): Likewise.
4974
4975 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * progmodes/python.el (python-rx-constituents): Move backquote.
4978 (python-skeleton-define, python-define-auxiliary-skeleton):
4979 Use `declare'.
4980
4981 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
4982
4983 * minibuffer.el (read-file-name-default): Revert the patch from
4984 2012-06-17.
4985
4986 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4987
4988 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
4989 (pcase--u1, pcase--q1): Don't use apply-partially.
4990
4991 2012-06-18 Glenn Morris <rgm@gnu.org>
4992
4993 * progmodes/python.el (python-proc, python-buffer)
4994 (python-send-receive, python-send-string): Fix obsolete versions.
4995
4996 2012-06-18 Martin Rudalics <rudalics@gmx.at>
4997
4998 * window.el (special-display-p): Completely remove stringp
4999 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5000
5001 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
5002
5003 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5004
5005 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5006
5007 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5008 * net/tramp-sh.el (tramp-maybe-open-connection):
5009 Throw if `non-essential' is non-nil.
5010
5011 2012-06-17 Martin Rudalics <rudalics@gmx.at>
5012
5013 * window.el (special-display-p): Signal an error if BUFFER-NAME
5014 is not a string (Bug#11713).
5015
5016 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5017
5018 * progmodes/python.el (python-info-beginning-of-backslash):
5019 Rename from python-info-beginning-of-backlash, as a spelling fix.
5020
5021 2012-06-17 Chong Yidong <cyd@gnu.org>
5022
5023 * term.el (term-emulate-terminal): If term-check-size is called,
5024 move point to the process mark without resetting point (Bug#4635).
5025
5026 2012-06-17 Glenn Morris <rgm@gnu.org>
5027
5028 * international/mule-cmds.el (mule-menu-keymap)
5029 (set-language-environment, set-locale-environment): Doc tweaks.
5030
5031 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5032
5033 * cus-face.el (custom-face-attributes): Add wave-style underline
5034 attribute.
5035 * faces.el (set-face-attribute): Update docstring to describe
5036 wave-style underline attribute.
5037
5038 2012-06-16 Chong Yidong <cyd@gnu.org>
5039
5040 * term/xterm.el (terminal-init-xterm): Discard input before
5041 querying background mode (Bug#10959).
5042
5043 2012-06-16 Stefan Merten <smerten@oekonux.de>
5044
5045 * textmodes/rst.el: Added and corrected some comments.
5046 (rst-re-alist-def): Improve symbol syntax.
5047 (rst-mode-syntax-table): Correct syntax entries.
5048 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5049 (rst-official-version, rst-official-cvs-rev): Update version
5050 information.
5051
5052 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
5053
5054 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5055 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5056
5057 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
5058
5059 * progmodes/python.el: New python.el merge.
5060 (python-guess-indent): Obsolete var.
5061 (python-indent-guess-indent-offset): New defcustom.
5062 (python-indent): Obsolete var.
5063 (python-indent-offset): New defcustom.
5064 (python-python-command, python-jython-command): Delete var.
5065 (python-shell-interpreter): New defcustom.
5066 (python-pdbtrack-do-tracking-p): Delete var.
5067 (python-pdbtrack-activate): New defcustom.
5068 (python-use-skeletons): Obsolete var.
5069 (python-skeleton-autoinsert): New defcustom.
5070 (inferior-python-filter-regexp, python-continuation-offset)
5071 (python-honour-comment-indentation, python-indent-string-contents)
5072 (python-jython-packages, python-mode-hook)
5073 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5074 (python-shell-prompt-alist)
5075 (python-source-modes): Delete defcustoms.
5076 (python-check-buffer-name, python-eldoc-setup-code)
5077 (python-eldoc-string-code, python-ffap-setup-code)
5078 (python-ffap-string-code, python-fill-comment-function)
5079 (python-fill-decorator-function, python-fill-paren-function)
5080 (python-fill-string-function, python-imenu-include-defun-type)
5081 (python-imenu-make-tree, python-imenu-subtree-root-label)
5082 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5083 (python-shell-compilation-regexp-alist)
5084 (python-shell-completion-module-string-code)
5085 (python-shell-completion-pdb-string-code)
5086 (python-shell-completion-setup-code)
5087 (python-shell-completion-string-code)
5088 (python-shell-enable-font-lock, python-shell-exec-path)
5089 (python-shell-extra-pythonpaths)
5090 (python-shell-internal-buffer-name, python-shell-interpreter-args)
5091 (python-shell-process-environment)
5092 (python-shell-prompt-block-regexp)
5093 (python-shell-prompt-output-regexp)
5094 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5095 (python-shell-send-setup-max-wait, python-shell-setup-codes)
5096 (python-shell-virtualenv-path): New defcustoms.
5097 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5098 (inferior-python-mode-syntax-table, python--prompt-regexp)
5099 (python-buffer, python-command python-python-command)
5100 (python-default-template, python-imports, python-indent-index)
5101 (python-indent-list, python-indent-list-length)
5102 (python-mode-running, python-pdbtrack-is-tracking-p)
5103 (python-preoutput-continuation, python-preoutput-leftover)
5104 (python-preoutput-result, python-preoutput-skip-next-prompt)
5105 (python-prev-dir/file, python-recursing)
5106 (python-saved-check-command, python-version-checked)
5107 (python-which-func-length-limit)
5108 (view-return-to-alist): Delete vars.
5109 (python-check-custom-command, python-dotty-syntax-table)
5110 (python-imenu-index-alist, python-indent-current-level)
5111 (python-indent-dedenters, python-indent-levels)
5112 (python-nav-beginning-of-defun-regexp)
5113 (python-nav-list-defun-positions-cache)
5114 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
5115 (python-shell-internal-buffer)
5116 (python-skeleton-available): New vars.
5117 (def-python-skeleton): Delete macro.
5118 (python-skeleton-define): New macro.
5119 (python-define-auxiliary-skeleton, python-rx): New macros.
5120 (python-insert-class): Delete command.
5121 (python-skeleton-class): New command.
5122 (python-insert-def): Delete command.
5123 (python-skeleton-def): New command.
5124 (python-insert-for): Delete command.
5125 (python-skeleton-for): New command.
5126 (python-insert-if): Delete command.
5127 (python-skeleton-if): New command.
5128 (python-insert-try/except, python-insert-try/finally): Delete commands.
5129 (python-skeleton-try): New command.
5130 (python-insert-while): Delete command.
5131 (python-skeleton-while): New command.
5132 (python-backspace): Delete command.
5133 (python-indent-dedent-line-backspace): New command.
5134 (python-electric-colon): Delete command.
5135 (python-indent-electric-colon): New command.
5136 (python-guess-indent): Delete command.
5137 (python-indent-guess-indent-offset): New command.
5138 (python-shift-left): Delete command.
5139 (python-indent-shift-left): New command.
5140 (python-shift-right): Delete command.
5141 (python-indent-shift-right): New command.
5142 (python-find-function): Delete command.
5143 (python-nav-jump-to-defun): New command.
5144 (python-next-statement): Delete command.
5145 (python-nav-forward-sentence): New command.
5146 (python-previous-statement): Delete command.
5147 (python-nav-backward-sentence): New command.
5148 (python-fill-paragraph): Delete command.
5149 (python-fill-paragraph-function): New command.
5150 (python-send-buffer): Delete command.
5151 (python-shell-send-buffer): New command.
5152 (python-send-defun): Delete command.
5153 (python-shell-send-defun): New command.
5154 (python-send-region, python-send-region-and-go): Delete commands.
5155 (python-shell-send-region)
5156 (python-shell-switch-to-shell): New commands.
5157 (python-send-string): Delete command.
5158 (python-shell-send-string): New command.
5159 (python-switch-to-python): Delete command.
5160 (python-shell-switch-to-shell): New command.
5161 (python-describe-symbol): Delete command.
5162 (python-eldoc-at-point): New command.
5163 (python--set-prompt-regexp, python-args-to-list)
5164 (python-after-info-look, python-check-version)
5165 (python-check-comint-prompt, python-find-imports)
5166 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
5167 (python-unload-function, python-expand-template)
5168 (python-maybe-jython, python-preoutput-filter)
5169 (python-pdbtrack-get-source-buffer)
5170 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
5171 (python-pdbtrack-toggle-stack-tracking)
5172 (python-pdbtrack-track-stack-file, python-initial-text)
5173 (python-first-word, python-comment-line-p, python-send-command)
5174 (python-setup-brm, python-sentinel, python-set-proc)
5175 (python-skip-out, python-input-filter, python-outdent-p)
5176 (python-outline-level, python-backslash-continuation-line-p)
5177 (python-end-of-block, python-end-of-statement, python-mark-block)
5178 (python-beginning-of-block, python-beginning-of-statement)
5179 (python-blank-line-p, python-beginning-of-string)
5180 (python-open-block-statement-p): Delete functions.
5181 (python-indent-line, python-indent-line-1): Delete functions.
5182 (python-indent-line): New function.
5183 (python-indentation-levels): Delete function.
5184 (python-indent-calculate-levels): New function.
5185 (python-proc): Delete function.
5186 (python-shell-get-process): New function.
5187 (python-send-receive): Delete function.
5188 (python-shell-send-string-no-output): New function.
5189 (python-module-path): Delete function.
5190 (python-ffap-module-path): New function.
5191 (python-completion-at-point)
5192 (python-symbol-completions): Delete functions.
5193 (python-completion-complete-at-point): New function.
5194 (python-load-file): Delete function.
5195 (python-shell-send-file): New function.
5196 (python-calculate-indentation): Delete function.
5197 (python-indent-calculate-indentation): New function.
5198 (python-skip-comments/blanks): Delete function.
5199 (python-util-forward-comment): New function.
5200 (python-continuation-line-p): Delete function.
5201 (python-info-continuation-line-p): New function.
5202 (python-which-func, python-current-defun): Delete function.
5203 (python-info-current-defun): New function.
5204 (python-beginning-of-defun): Delete function.
5205 (python-nav-beginning-of-defun): New function.
5206 (python-close-block-statement-p)
5207 (python-block-end-p): Delete function.
5208 (python-info-closing-block): New function.
5209 (python-comint-output-filter-function)
5210 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
5211 (python-fill-comment, python-fill-decorator, python-fill-paren)
5212 (python-fill-string, python-imenu-make-element-tree)
5213 (python-imenu-make-tree, python-imenu-tree-assoc)
5214 (python-indent-context, python-indent-dedent-line)
5215 (python-indent-line-function)
5216 (python-indent-post-self-insert-function)
5217 (python-indent-toggle-levels)
5218 (python-info-assignment-continuation-line-p)
5219 (python-info-beginning-of-backlash)
5220 (python-info-block-continuation-line-p)
5221 (python-info-closing-block-message)
5222 (python-info-line-ends-backslash-p)
5223 (python-info-looking-at-beginning-of-defun)
5224 (python-info-ppss-context, python-info-ppss-context-type)
5225 (python-nav-list-defun-positions, python-nav-read-defun)
5226 (python-nav-sentence-end, python-nav-sentence-start)
5227 (python-pdbtrack-comint-output-filter-function)
5228 (python-pdbtrack-set-tracked-buffer)
5229 (python-shell-calculate-exec-path)
5230 (python-shell-calculate-process-environment)
5231 (python-shell-completion--do-completion-at-point)
5232 (python-shell-completion--get-completions)
5233 (python-shell-completion-complete-at-point)
5234 (python-shell-completion-complete-or-indent)
5235 (python-shell-get-or-create-process)
5236 (python-shell-get-process-name)
5237 (python-shell-internal-get-or-create-process)
5238 (python-shell-internal-get-process-name)
5239 (python-shell-internal-send-string, python-shell-make-comint)
5240 (python-shell-parse-command, python-shell-send-setup-code)
5241 (python-skeleton-add-menu-items)
5242 (python-util-clone-local-variables, python-util-position)
5243 (run-python-internal, python-indentation-levels)
5244 (python-nav-beginning-of-defun)
5245 (python-completion-complete-at-point): New functions.
5246 (run-python): Change arguments. New API requirements.
5247
5248 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5249
5250 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
5251 (bug#11649).
5252
5253 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
5254 (macroexp--expand-all): Use it.
5255
5256 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
5257 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
5258 Use `cl-function' instead.
5259
5260 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
5261
5262 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
5263 Suggested by Stefan Monnier while discussing bug#11657.
5264
5265 2012-06-14 Sam Steingold <sds@gnu.org>
5266
5267 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
5268
5269 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
5270
5271 * play/doctor.el (doctor-doc): Remove parameter and use
5272 doctor-sent instead of sent.
5273 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
5274
5275 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5276
5277 * files.el: Require cl-lib.
5278 (file-name-non-special): Replace case -> cl-case.
5279
5280 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
5281
5282 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
5283 mapping from #' to function*.
5284
5285 2012-06-13 Chong Yidong <cyd@gnu.org>
5286
5287 * mouse.el (mouse-drag-track): Do not set the mark if the user
5288 releases the mouse without selecting anything (Bug#11588).
5289
5290 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5291
5292 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
5293 as well (bug#11646).
5294
5295 * loadup.el: Count byte-code functions as well.
5296
5297 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
5298 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
5299
5300 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
5301 (bug#11649). Add cl-defun and cl-defmacro.
5302
5303 2012-06-13 Drew Adams <drew.adams@oracle.com>
5304
5305 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5306 Fix last change.
5307
5308 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
5309
5310 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
5311 Otherwise, it blocks in batch mode.
5312
5313 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
5314
5315 * help-mode.el (bookmark-make-record-default): Declare.
5316
5317 2012-06-13 Chong Yidong <cyd@gnu.org>
5318
5319 * emacs-lisp/package.el (list-packages): Compute a list of
5320 packages that are newly-available since the last list-packages
5321 invocation.
5322 (package-menu--new-package-list): New var.
5323 (package-menu--generate, package-menu--print-info)
5324 (package-menu--status-predicate, package-menu-mark-install):
5325 Handle new status label "new".
5326
5327 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5328
5329 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
5330 conversion to backquotes.
5331
5332 2012-06-12 Chong Yidong <cyd@gnu.org>
5333
5334 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
5335 Rename from gud-inhibit-global-bindings.
5336
5337 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
5338
5339 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
5340 hook from nxml-glyph-set-hook.
5341
5342 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
5343 declaration.
5344
5345 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
5346
5347 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
5348 Convert to defcustom.
5349
5350 2012-06-12 Drew Adams <drew.adams@oracle.com>
5351
5352 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5353 New functions.
5354 (help-mode): Use them.
5355
5356 2012-06-11 Glenn Morris <rgm@gnu.org>
5357
5358 * progmodes/fortran.el (fortran-font-lock-keywords-3):
5359 Use preprocessor face for directives.
5360 (fortran-directive-re): Doc fix.
5361
5362 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
5365 conversion to backquotes (bug#11652).
5366
5367 Fix compiler-expansion of CL's cXXr functions (bug#11673).
5368 * emacs-lisp/cl-lib.el (cl--defalias): New function.
5369 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
5370 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
5371 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5372 (cl-ninth, cl-tenth): Mark them as inlinable.
5373 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
5374 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
5375 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
5376 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
5377 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
5378 (cl-list*, cl-adjoin): Don't put an autoload manually.
5379 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
5380 (cl--compiler-macro-list*): Add autoload cookie.
5381 (cl--compiler-macro-cXXr): New function.
5382
5383 * help-fns.el (help-fns--compiler-macro): New function extracted from
5384 describe-function-1; follow aliases and use `compiler-macro' property.
5385 (describe-function-1): Use it.
5386
5387 2012-06-11 Chong Yidong <cyd@gnu.org>
5388
5389 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
5390 is uninstalled, if imagemagick is installed.
5391
5392 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5393
5394 * emacs-lisp/cl-lib.el: Use lexical-binding.
5395 (cl-map-extents, cl-maclisp-member): Remove.
5396 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
5397 (cl--set-substring, cl--block-wrapper, cl--block-throw)
5398 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
5399 * emacs-lisp/cl-extra.el: Use lexical-binding.
5400 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
5401 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
5402 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
5403 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
5404 * emacs-lisp/cl-seq.el: Use lexical-binding.
5405 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
5406 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
5407 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
5408 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
5409 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
5410 CL's internals.
5411
5412 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
5413
5414 Sync with Tramp 2.2.6-pre.
5415
5416 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
5417 `print-length' and `print-level' to nil, in order to avoid
5418 truncation. Reported by Christopher Schmidt
5419 <christopher@ristopher.com>.
5420
5421 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
5422
5423 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
5424 New defmacro.
5425 (tramp-compat-copy-directory): Add optional argument
5426 COPY-CONTENTS. It is not handled yet.
5427
5428 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
5429 (tramp-ftp-file-name-p): Simplify.
5430
5431 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
5432 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
5433 connection vector.
5434
5435 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
5436 (tramp-methods): Do not use `tramp-password-end-of-line'.
5437 (tramp-completion-function-alist-putty): Handle UNIX case.
5438 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
5439 (tramp-do-file-attributes-with-stat)
5440 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
5441 gid as real numbers. They could run out of integer range on cygwin.
5442 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
5443 (tramp-sh-handle-expand-file-name): Handle hops.
5444 (tramp-open-connection-setup-interactive-shell):
5445 Use `tramp-cleanup'. Move check for busyboxes ...
5446 (tramp-find-shell): ... here. Simplify implementation.
5447 Set "remote-shell" property also for alternative shells.
5448 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
5449 If failing, a regular file would be written otherwise.
5450 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
5451 (tramp-find-inline-encoding): Cache the coding commands in the
5452 process cache. Apply test command on the remote side, if defined.
5453 (tramp-find-inline-compress): Cache the compress commands in the
5454 process cache.
5455 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
5456 when requested. Handle hops.
5457 (tramp-current-connection): New defvar.
5458 (tramp-maybe-open-connection): Use `tramp-cleanup'.
5459 Throw `suppress', if there was a failed connection shortly before.
5460 Handle user interrupt. (Bug#10187)
5461 (tramp-get-inline-compress, tramp-get-inline-coding):
5462 Read connection properties from the process cache.
5463
5464 * net/tramp-smb.el (tramp-smb-server-version)
5465 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
5466 New defconsts.
5467 (tramp-smb-prompt): Extend for powershell prompt.
5468 (tramp-smb-file-name-handler-alist): Add handlers for
5469 `process-file', `shell-command' and `start-file-process'.
5470 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
5471 (tramp-smb-winexe-shell-command-switch): New defcustoms.
5472 (tramp-smb-file-name-p): Simplify.
5473 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
5474 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
5475 (tramp-smb-shell-quote-argument): New defuns.
5476 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
5477 Implement using "tar". By this, time-stamps are preserved.
5478 (tramp-smb-handle-copy-file): Handle also the case of directories.
5479 (tramp-smb-do-file-attributes-with-stat)
5480 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
5481 Use `tramp-get-connection-buffer').
5482 (tramp-smb-handle-rename-file): Use "rename", when source and
5483 target are on the same share.
5484 (tramp-smb-maybe-open-connection): Handle wrong passwords.
5485 Use `tramp-smb-server-version'.
5486 (tramp-smb-wait-for-output): Remove prompt.
5487
5488 * net/tramp.el (top): Require 'cl.
5489 (tramp-methods, tramp-rsh-end-of-line):
5490 Remove `tramp-password-end-of-line' from docstring.
5491 (tramp-save-ad-hoc-proxies): New defcustom.
5492 (tramp-completion-function-alist): Adapt docstring.
5493 (tramp-default-password-end-of-line): Remove defcustom.
5494 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
5495 (tramp-user-regexp, tramp-file-name-regexp-unified)
5496 (tramp-file-name-regexp-url): Extend regexp by hop separator.
5497 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
5498 (tramp-remote-file-name-spec-regexp): New defconst.
5499 (tramp-file-name-structure): Extend structure for hops.
5500 (tramp-get-method-parameter): Move up.
5501 (tramp-file-name-p, tramp-dissect-file-name)
5502 (with-parsed-tramp-file-name): Handle hops.
5503 (tramp-file-name-hop): New defun.
5504 (tramp-make-tramp-file-name): New optional arg HOP.
5505 (tramp-message-show-progress-reporter-message): New defvar.
5506 (tramp-with-progress-reporter): Use it. We cannot use
5507 `tramp-message-show-message' here, because this suppresses also
5508 error buffers.
5509 (tramp-error-with-buffer): Suppress buffer view, if
5510 `tramp-message-show-message' is nil.
5511 Use `tramp-get-connection-buffer'.
5512 (tramp-cleanup): New defun.
5513 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
5514 (tramp-file-name-handler): If `debug-on-error' is set, propagate
5515 an error unchanged.
5516 (tramp-completion-handle-file-name-all-completions): Handle hops.
5517 Fix an error when called from ido.
5518 (tramp-completion-dissect-file-name): Use better local variable
5519 name. Add hop to the vector.
5520 (tramp-handle-insert-file-contents): Use progress-reporter for the
5521 whole scenario.
5522 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
5523 to `t'.
5524 (tramp-check-for-regexp): Simplify search.
5525 (tramp-enter-password): Remove it. Move implementation ...
5526 (tramp-action-password): ... here.
5527 (tramp-mode-string-to-int, tramp-local-host-p)
5528 (tramp-make-tramp-temp-file, tramp-read-passwd)
5529 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
5530 Set tramp-autoload cookie.
5531
5532 * net/trampver.el: Update release number.
5533
5534 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5535 Michael Albinus <michael.albinus@gmx.de>
5536
5537 * net/tramp.el (tramp-set-completion-function): Fix docstring.
5538 (tramp-parse-group, tramp-parse-file)
5539 (tramp-parse-shostkeys-sknownhosts): New defuns.
5540 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
5541 (tramp-parse-shosts-group, tramp-parse-sconfig)
5542 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
5543 (tramp-parse-sknownhosts, tramp-parse-hosts)
5544 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
5545 Use them.
5546 (tramp-parse-passwd-group, tramp-parse-netrc-group)
5547 (tramp-parse-putty-group): Don't narrow.
5548 (tramp-parse-putty): Make a loop.
5549 (tramp-file-name-handler): Catch the `suppress' signal.
5550
5551 2012-06-11 Chong Yidong <cyd@gnu.org>
5552
5553 * image.el (imagemagick-register-types): Put the ImageMagick entry
5554 at the end of image-type-file-name-regexps.
5555
5556 2012-06-11 Johan Bockgård <bojohan@gnu.org>
5557
5558 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
5559 (pcase, pcase-let*, pcase-dolist): Use them.
5560
5561 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * emacs-lisp/pcase.el (pcase--let*): New function.
5564 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
5565 (pcase--expand): Use macroexp-let².
5566
5567 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5568
5569 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
5570 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
5571 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
5572 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
5573 * emacs-lisp/derived.el: Use pcase instead of `cl'.
5574 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
5575
5576 2012-06-10 Glenn Morris <rgm@gnu.org>
5577
5578 * mail/rmail.el (rmail-yank-current-message): Leave point at
5579 correct position. (Bug#11660)
5580
5581 2012-06-10 Chong Yidong <cyd@gnu.org>
5582
5583 * allout-widgets.el: Fix code header.
5584
5585 2012-06-10 Chong Yidong <cyd@gnu.org>
5586
5587 * cus-edit.el (customize-changed-options-previous-release):
5588 Bump to 24.1.
5589
5590 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
5591
5592 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
5593
5594 2012-06-09 Chong Yidong <cyd@gnu.org>
5595
5596 * ebuff-menu.el (electric-buffer-list): Preserve header line.
5597
5598 2012-06-09 Martin Rudalics <rudalics@gmx.at>
5599
5600 * window.el (special-display-popup-frame): Don't use
5601 window--display-buffer (Bug#11651).
5602
5603 2012-06-09 Eli Zaretskii <eliz@gnu.org>
5604
5605 Fix parallel builds: make sure loaddefs.el is not being written
5606 while Lisp files are compiled.
5607 (compile): Don't depend on 'mh-autoloads'.
5608 (compile-CMD, compile-SH): Depend on 'autoloads'.
5609 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
5610
5611 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
5612
5613 2012-06-09 Chong Yidong <cyd@gnu.org>
5614
5615 * face-remap.el (face-remap-add-relative, face-remap-set-base)
5616 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
5617 Doc fixes (Bug#11225).
5618
5619 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
5622 a function if there's a clear indication that it has a compiler-macro.
5623 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
5624 (macro-declarations-alist): Add arglist to declaration functions.
5625 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
5626 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
5627 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
5628 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
5629 Also add autoload to find the compiler macro.
5630 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
5631 (cl--compiler-macro-member, cl--compiler-macro-assoc)
5632 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
5633 (cl--compiler-macro-get): New functions, replacing calls to
5634 cl-define-compiler-macro.
5635 (cl-typep) [compiler-macro]: Use macroexp-let².
5636
5637 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
5638
5639 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
5640 string properly, fixes Bug#11473.
5641
5642 2012-06-08 Chong Yidong <cyd@gnu.org>
5643
5644 * faces.el (set-face-attribute): Doc fix.
5645 (modify-face): Don't use :bold and :italic.
5646 (error, warning, success): Tweak definitions.
5647
5648 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
5649 (custom-modified, custom-set, custom-changed, custom-themed)
5650 (custom-saved, custom-button, custom-button-mouse)
5651 (custom-button-pressed, custom-state, custom-comment-tag)
5652 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
5653 (custom-group-subtitle): Use new-style face specs.
5654 (custom-invalid-face, custom-rogue-face, custom-modified-face)
5655 (custom-set-face, custom-changed-face, custom-saved-face)
5656 (custom-button-face, custom-button-pressed-face)
5657 (custom-documentation-face, custom-state-face)
5658 (custom-comment-face, custom-comment-tag-face)
5659 (custom-variable-tag-face, custom-variable-button-face)
5660 (custom-face-tag-face, custom-group-tag-face-1)
5661 (custom-group-tag-face): Remove obsolete face alias.
5662
5663 * epa.el (epa-validity-high, epa-validity-medium)
5664 (epa-validity-low, epa-mark, epa-field-name, epa-string)
5665 (epa-field-name, epa-field-body):
5666 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5667 (font-lock-keyword-face, font-lock-builtin-face)
5668 (font-lock-function-name-face, font-lock-variable-name-face)
5669 (font-lock-type-face, font-lock-constant-face):
5670 * ido.el (ido-first-match, ido-only-match, ido-subdir)
5671 (ido-virtual, ido-indicator, ido-incomplete-regexp):
5672 * speedbar.el (speedbar-button-face, speedbar-file-face)
5673 (speedbar-directory-face, speedbar-tag-face)
5674 (speedbar-selected-face, speedbar-highlight-face)
5675 (speedbar-separator-face):
5676 * whitespace.el (whitespace-newline, whitespace-space)
5677 (whitespace-hspace, whitespace-tab, whitespace-trailing)
5678 (whitespace-line, whitespace-space-before-tab)
5679 (whitespace-space-after-tab, whitespace-indentation)
5680 (whitespace-empty):
5681 * emulation/cua-base.el (cua-global-mark):
5682 * eshell/em-prompt.el (eshell-prompt):
5683 * net/newst-plainview.el (newsticker-new-item-face)
5684 (newsticker-old-item-face, newsticker-immortal-item-face)
5685 (newsticker-obsolete-item-face, newsticker-date-face)
5686 (newsticker-statistics-face, newsticker-default-face):
5687 * net/newst-reader.el (newsticker-feed-face)
5688 (newsticker-extra-face, newsticker-enclosure-face):
5689 * net/newst-treeview.el (newsticker-treeview-face)
5690 (newsticker-treeview-new-face, newsticker-treeview-old-face)
5691 (newsticker-treeview-immortal-face)
5692 (newsticker-treeview-obsolete-face)
5693 (newsticker-treeview-selection-face):
5694 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
5695 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
5696 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
5697 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
5698 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
5699 (nxml-outline-active-indicator, nxml-outline-ellipsis):
5700 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5701 (mpuz-text):
5702 * progmodes/vera-mode.el (vera-font-lock-number)
5703 (vera-font-lock-function, vera-font-lock-interface):
5704 * textmodes/table.el (table-cell): Use new-style face specs, and
5705 don't use the old :bold and :italic attributes.
5706
5707 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5708 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
5709 (ebrowse-member-class, ebrowse-progress): Likewise.
5710 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5711 (ebrowse-file-name-face, ebrowse-default-face)
5712 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5713 (ebrowse-progress-face): Remove obsolete faces.
5714
5715 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5716 Inherit from error and warning faces respectively.
5717
5718 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5719 Likewise.
5720 (flyspell-incorrect-face, flyspell-duplicate-face):
5721 Remove obsolete aliases.
5722
5723 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
5724
5725 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
5726 Avoid infloop.
5727
5728 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5729
5730 * startup.el (argv, argi): Make lexically scoped.
5731 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
5732 * emacs-lisp/cl-macs.el: Use lexical-binding.
5733 Rename cl-bind-* to cl--bind-*.
5734 * files.el: Don't require `cl' since it doesn't use it.
5735 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
5736
5737 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
5738
5739 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
5740 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
5741 instead of calling external sort utility.
5742 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
5743
5744 2012-06-08 Eli Zaretskii <eliz@gnu.org>
5745
5746 * descr-text.el (describe-char): Mention how to insert the
5747 character, if the current input method doesn't support it.
5748 See the discussion in this thread for the details:
5749 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
5750
5751 2012-06-08 Sam Steingold <sds@gnu.org>
5752
5753 * bindings.el (global-map): Bind XF86Forward to next-buffer and
5754 XF86Back to previous-buffer.
5755 (minibuffer-local-map): Bind them to next-history-element and
5756 previous-history-element respectively.
5757 * help-mode.el (help-mode-map): Bind them to help-go-forward and
5758 help-go-back respectively.
5759 * info.el (Info-mode-map): Bind them to Info-history-forward and
5760 Info-history-back respectively.
5761 These are the keys next to Up on the ThinkPad keyboard.
5762
5763 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5764
5765 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
5766 * emacs-lisp/cl-macs.el: Provide itself.
5767 (cl--labels-convert-cache): New var.
5768 (cl--labels-convert): New function.
5769 (cl-flet, cl-labels): New implementation with new semantics, relying on
5770 lexical-binding.
5771 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
5772 (cl-closure-vars, cl--function-convert-cache)
5773 (cl--function-convert): Move from cl-macs.el.
5774 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
5775 rename by removing the "cl-" prefix.
5776 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
5777
5778 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5779
5780 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
5781 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
5782 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
5783 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
5784 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
5785 (cl-hash-table-count): Add old compatibility aliases.
5786
5787 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
5788 Use macroexpand-all-environment instead.
5789 (cl--old-macroexpand): New var.
5790 (cl--sm-macroexpand): New function.
5791 (cl-symbol-macrolet): Use it during macro expansion.
5792 (cl--function-convert-cache): New var.
5793 (cl--function-convert): New function, extracted from
5794 cl-macroexpand-all.
5795 (cl-lexical-let): Use it.
5796
5797 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
5798 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
5799 (cl-member): Remove old alias.
5800
5801 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
5802 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
5803 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
5804 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
5805 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
5806 (cl-macroexpand-cmacs): Remove var.
5807 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
5808 Use macroexpand-all instead.
5809
5810 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5811
5812 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
5813 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
5814 (macroexp-copyable-p): New functions and macros.
5815 * emacs-lisp/edebug.el (edebug-unwrap):
5816 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
5817 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
5818 (pcase--let*): Remove.
5819 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
5820 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
5821 macroexp-const-p instead.
5822 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
5823
5824 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
5825 instead of "cl-" for internal definitions. Use macroexp-const-p.
5826 (cl-old-bc-file-form): Remove var.
5827 (cl-const-exprs-p): Remove fun.
5828 (cl-labels, cl-macrolet): Use backquote.
5829 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
5830 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
5831 (cl-define-setf-expander): Rename from cl-define-setf-method.
5832 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
5833
5834 * international/mule-cmds.el: Don't require CL.
5835 (view-hello-file): Don't use `letf'.
5836
5837 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5838
5839 * tmm.el (tmm-prompt): Use string-prefix-p.
5840 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
5841 (tmm-add-prompt): Use minibuffer-completion-help.
5842 (tmm-delete-map): Remove.
5843
5844 * subr.el (kbd): Make it its own function.
5845
5846 2012-06-07 Stefan Merten <smerten@oekonux.de>
5847
5848 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
5849 Silence compiler warnings. Fix versions.
5850 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
5851 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
5852 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
5853 (rst-package-emacs-version-alist): Correct Emacs version to
5854 represent major merge with upstream.
5855 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
5856
5857 2012-06-06 Glenn Morris <rgm@gnu.org>
5858
5859 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
5860 Only print environment variables if set.
5861
5862 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
5863
5864 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
5865 (macroexp--cons): Rename from maybe-cons.
5866 (macroexp--accumulate): Rename from macroexp-accumulate.
5867 (macroexp--all-forms): Rename from macroexpand-all-forms.
5868 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
5869 (macroexp--expand-all): Rename from macroexpand-all-1.
5870
5871 2012-06-06 Sam Steingold <sds@gnu.org>
5872
5873 * calendar/calendar.el (calendar-in-read-only-buffer):
5874 Call `special-mode' to enable the standard read-only keybindings.
5875
5876 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
5877
5878 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
5879 with "loading" messages (bug#11635).
5880
5881 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
5882
5883 * files.el (enable-remote-dir-locals): New option.
5884 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
5885
5886 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
5887 Ensure, that the temp directory is local.
5888
5889 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
5890 `temporary-file-directory'.
5891
5892 * progmodes/python.el (python-send-region): Ensure, that the
5893 temporary file is created also in the remote case.
5894
5895 2012-06-06 Glenn Morris <rgm@gnu.org>
5896
5897 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
5898 (vc-rcs-update-changelog): Use it.
5899
5900 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
5901
5902 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
5903 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
5904 (vc-sccs-diff): Replace use of the external vcdiff script.
5905
5906 2012-06-05 Glenn Morris <rgm@gnu.org>
5907
5908 * ledit.el: Move to obsolete/.
5909
5910 2012-06-05 Sam Steingold <sds@gnu.org>
5911
5912 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
5913 patch (Bug#11140).
5914
5915 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * emacs-lisp/cust-print.el: Move to obsolete.
5918
5919 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
5920 compiler-macro expansion.
5921
5922 Add native compiler-macro support.
5923 * emacs-lisp/macroexp.el (macroexpand-all-1):
5924 Support compiler-macros directly. Properly follow aliases and apply
5925 the compiler macros more thoroughly.
5926 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
5927 macroexpand now properly follows aliases.
5928 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
5929 (cl-compiler-macroexpand): Use new prop.
5930 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
5931
5932 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
5933
5934 2012-06-05 Martin Rudalics <rudalics@gmx.at>
5935
5936 * window.el (get-lru-window, get-mru-window, get-largest-window):
5937 New argument NOT-SELECTED to avoid picking the selected window.
5938 (window--display-buffer-1, window--display-buffer-2): Replace by
5939 new function window--display-buffer
5940 (display-buffer-same-window, display-buffer-reuse-window)
5941 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5942 Use window--display-buffer.
5943 (display-buffer-use-some-window): Remove temporary dedication
5944 hack by calling get-lru-window and get-largest-window with
5945 NOT-SELECTED argument non-nil. Call window--display-buffer.
5946
5947 2012-06-05 Glenn Morris <rgm@gnu.org>
5948
5949 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
5950 Replace external vcdiff script.
5951
5952 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
5953
5954 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
5955
5956 2012-06-04 Chong Yidong <cyd@gnu.org>
5957
5958 * image.el (imagemagick-types-inhibit): Revert last change.
5959 Add INFO and M.
5960 (imagemagick-enabled-types): Remove CIN and EPS*.
5961
5962 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
5963
5964 * emacs-lisp/cl-lib.el: Rename from cl.el.
5965 * emacs-lisp/cl.el: New compatibility file.
5966 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
5967 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
5968 to obey the "cl-" prefix.
5969 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
5970
5971 2012-06-03 Glenn Morris <rgm@gnu.org>
5972
5973 * emacs-lisp/authors.el (authors-aliases): Addition.
5974
5975 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
5976 Fix :version.
5977
5978 2012-06-03 Stefan Merten <smerten@oekonux.de>
5979
5980 * textmodes/rst.el: Add comments.
5981 (rst-transition, rst-adornment): New faces.
5982 (rst-adornment-faces-alist): Make default safe to reevaluate.
5983 Fixes
5984 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
5985 Improve customization tags.
5986 (rst-define-level-faces): Clarify meaning.
5987
5988 2012-06-03 Chong Yidong <cyd@gnu.org>
5989
5990 * progmodes/compile.el (compilation-mode-line-fail)
5991 (compilation-mode-line-run, compilation-mode-line-exit):
5992 New faces.
5993 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
5994
5995 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
5996
5997 * progmodes/which-func.el (which-func-update-ediff-windows):
5998 New function. Use it in ediff-select-hook (Bug#11478).
5999
6000 2012-06-03 Chong Yidong <cyd@gnu.org>
6001
6002 * bindings.el: Remove explicit help text from format-mode-line.
6003 It is now supplied by mode-line-default-help-echo.
6004 (mode-line-front-space, mode-line-end-spaces)
6005 (mode-line-misc-info): New variables.
6006 (mode-line-modes, mode-line-position): Move the default value to
6007 the variable definition.
6008 (mode-line-default-help-echo): New defcustom.
6009 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6010 (mode-line-modified-help-echo): New functions.
6011 (mode-line-mule-info, mode-line-modified): Use them.
6012 (mode-line-eol-desc, propertized-buffer-identification):
6013 Consistency fixes for help text.
6014 (mode-line-coding-system-map): Allow using mouse-3 to invoke
6015 set-buffer-file-coding-system (Bug#289).
6016 (mode-line-mule-info-help-echo): Update help text.
6017
6018 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6019
6020 * simple.el (execute-extended-command): Set real-this-command
6021 (bug#11506).
6022
6023 2012-06-02 Chong Yidong <cyd@gnu.org>
6024
6025 Remove incorrect uses of "modeline" in comments, docstrings, and
6026 function/variable names (Bug#10329).
6027
6028 * cus-edit.el (mode-line):
6029 * dframe.el (dframe-mouse-hscroll):
6030 * emacs-lisp/re-builder.el:
6031 * emacs-lisp/easy-mmode.el (define-minor-mode):
6032 * frame.el (set-frame-name):
6033 * help.el (lookup-minor-mode-from-indicator):
6034 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6035 * progmodes/cc-cmds.el (c-toggle-auto-newline)
6036 (c-toggle-hungry-state):
6037 * progmodes/antlr-mode.el (antlr-language-alist):
6038 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6039 * progmodes/vhdl-mode.el (vhdl-mode):
6040 * progmodes/which-func.el (which-func, which-func-cleanup-function):
6041 * term/ns-win.el (ns-face-at-pos):
6042 * term/sup-mouse.el (sup-mouse-report):
6043 * textmodes/flyspell.el (flyspell-mode-line-string):
6044 * textmodes/ispell.el (ispell-highlight-face):
6045 * textmodes/reftex-global.el:
6046 * vc/vc-arch.el (vc-arch-mode-line-string):
6047 * vc/vc-cvs.el (vc-cvs-mode-line-string):
6048 * vc/vc-git.el (vc-git-mode-line-string):
6049 * vc/vc-hooks.el (vc-display-status)
6050 (vc-default-mode-line-string):
6051 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6052
6053 * ansi-color.el (ansi-color-faces-vector): Change default faces.
6054
6055 * dired.el (dired-sort-set-mode-line): Rename from
6056 dired-sort-set-modeline. All callers changed.
6057
6058 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6059 eshell-status-in-modeline.
6060
6061 * foldout.el (foldout-mode-line-string): Rename from
6062 foldout-modeline-string. All callers changed.
6063 (foldout-update-mode-line): Rename from foldout-update-modeline.
6064
6065 * subr.el (redraw-modeline): Make into obsolete alias.
6066
6067 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6068 timeclock-modeline-display. Make old name an alias.
6069 (timeclock-update-mode-line): Likewise. All callers changed.
6070 (timeclock-mode-line-display): No need to check before using
6071 add-hook.
6072 (timeclock-relative, timeclock-day-over-hook)
6073 (timeclock-use-elapsed, timeclock-mode-string)
6074 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6075
6076 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6077 crisp-mode-modeline-string.
6078
6079 * play/solitaire.el (solitaire-build-mode-line): Rename from
6080 solitaire-build-modeline. All callers changed.
6081
6082 * play/zone.el (zone-hiding-mode-line): Rename from
6083 zone-hiding-modeline. All callers changed.
6084 (zone): Remove unusued `modeline-hidden-level' property.
6085
6086 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6087 xscheme-modeline-initialize. All callers changed.
6088
6089 * strokes.el (strokes-lighter): Rename from
6090 strokes-modeline-string.
6091
6092 * textmodes/sgml-mode.el (html-face-tag-alist)
6093 (html-tag-face-alist): Use mode-line face instead of obsolete
6094 alias modeline.
6095
6096 2012-06-02 Stefan Merten <smerten@oekonux.de>
6097
6098 * textmodes/rst.el: Always require `cl'.
6099 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
6100
6101 2012-06-02 Chong Yidong <cyd@gnu.org>
6102
6103 * image.el (imagemagick-enabled-types): Rename from
6104 imagemagick-types-enable. Add many more types.
6105 (imagemagick-types-inhibit): Change default to nil.
6106 (imagemagick-filter-types): Caller changed.
6107
6108 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6109
6110 * emacs-lisp/cl-macs.el: Use backquotes.
6111 (cl-transform-function-property): Use eval-and-compile rather than
6112 abusing `require'.
6113 (defstruct): Use declare-function instead of with-no-warnings.
6114
6115 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
6116 (byte-compile-output-docform): Re-add the print-circle bindings.
6117 (byte-compile-fix-header): Use #$ just because it's shorter.
6118 (byte-compile-output-file-form): Remove defun/defmacro.
6119
6120 2012-06-01 Martin Rudalics <rudalics@gmx.at>
6121
6122 * simple.el (choose-completion): Remove now obsolete binding for
6123 owindow.
6124
6125 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
6126
6127 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
6128 in order to avoid "Stack overflow in regexp matcher".
6129
6130 2012-05-31 Glenn Morris <rgm@gnu.org>
6131
6132 * image.el: For clarity, call imagemagick-register-types at
6133 top-level, rather than relying on a custom :initialize.
6134 (imagemagick-types-enable): New option. (Bug#11557)
6135 (imagemagick-filter-types): New function. (Bug#7406)
6136 (imagemagick-register-types): Use imagemagick-filter-types.
6137 If disabling support, remove elements altogether rather
6138 than using an impossible regexp.
6139 (imagemagick-types-inhibit): Give it the default init function.
6140
6141 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
6144 Handle arbitrary file name lengths (Bug#11585).
6145
6146 2012-05-31 Martin Rudalics <rudalics@gmx.at>
6147
6148 * desktop.el (desktop-read): Clear previous and next buffers for
6149 all windows and bury *Messages* buffer (bug#11556).
6150
6151 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6152
6153 Add `declare' for `defun'. Align `defmacro's with it.
6154 * emacs-lisp/easy-mmode.el (define-minor-mode)
6155 (define-globalized-minor-mode): Don't autoload the var definitions.
6156 * emacs-lisp/byte-run.el: Use lexical-binding.
6157 (defun-declarations-alist, macro-declarations-alist): New vars.
6158 (defmacro, defun): Use them.
6159 (make-obsolete, define-obsolete-function-alias)
6160 (make-obsolete-variable, define-obsolete-variable-alias):
6161 Use `declare'.
6162 (macro-declaration-function): Mark obsolete.
6163 * emacs-lisp/autoload.el: Use lexical-binding.
6164 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
6165
6166 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6167
6168 * textmodes/ispell.el (ispell-with-no-warnings):
6169 Define as a macro.
6170 (ispell-kill-ispell, ispell-change-dictionary):
6171 Use `called-interactively-p' for Emacs instead of obsolete
6172 `interactive-p'.
6173
6174 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
6177 (macro-declaration-function): Move var from C code.
6178 (macro-declaration-function): Define function with defalias.
6179 * emacs-lisp/macroexp.el (macroexpand-all-1):
6180 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6181 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
6182 defun/defmacro any more.
6183 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
6184 Provide fallback for unknown arglist.
6185 (byte-compile-arglist-warn): Change calling convention.
6186 (byte-compile-output-file-form): Move print-vars binding.
6187 (byte-compile-output-docform): Simplify accordingly.
6188 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
6189 (byte-compile-defmacro-declaration): Remove.
6190 (byte-compile-file-form-defmumble): Generalize to defalias.
6191 (byte-compile-output-as-comment): Return byte-positions.
6192 Simplify callers accordingly.
6193 (byte-compile-lambda): Use `assert'.
6194 (byte-compile-defun, byte-compile-defmacro): Remove.
6195 (byte-compile-file-form-defalias):
6196 Use byte-compile-file-form-defmumble.
6197 (byte-compile-defalias-warn): Remove.
6198
6199 2012-05-29 Stefan Merten <smerten@oekonux.de>
6200
6201 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
6202 possible. Fix authors. Improve comments. Improve loading of `cl'.
6203
6204 (rst-mode-abbrev-table): Merge definition.
6205 (rst-mode): Make sure `font-lock-defaults' is buffer local.
6206 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
6207
6208 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
6209
6210 * calendar/icalendar.el
6211 (icalendar-export-region): Export UID properly.
6212
6213 2012-05-29 Leo Liu <sdl.web@gmail.com>
6214 * calendar/icalendar.el (icalendar-import-format):
6215 Add `icalendar-import-format-uid' (Bug#11525).
6216 (icalendar-import-format-uid): New.
6217 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
6218 Export UID.
6219
6220 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
6223 different alternative patterns.
6224 (pcase-codegen): Be more careful to preserve identity.
6225 (pcase--u1): Don't forget to mark vars as used.
6226
6227 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
6228 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
6229 (byte-compile-from-buffer): ...rather than here.
6230
6231 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
6232 functions from byte-compile-function-environment.
6233
6234 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
6235
6236 * window.el (window-deletable-p): Avoid deleting the root window
6237 of a frame with an active minibuffer.
6238
6239 2012-05-29 Martin Rudalics <rudalics@gmx.at>
6240
6241 * simple.el (choose-completion): Use quit-window (Bug#11567).
6242
6243 2012-05-29 Chong Yidong <cyd@gnu.org>
6244
6245 * whitespace.el (whitespace-cleanup): Fix usage of
6246 whitespace-empty-at-bob-regexp (Bug#11492).
6247
6248 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6249
6250 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
6251 revert (Bug#11488).
6252
6253 2012-05-29 Juri Linkov <juri@jurta.org>
6254
6255 * isearch.el (isearch-mode-map): Bind `M-s _' to
6256 `isearch-toggle-symbol'. Bind `M-s c' to
6257 `isearch-toggle-case-fold'.
6258 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
6259 (isearch-forward): Add `M-s _' to the docstring.
6260 (isearch-forward-symbol, isearch-toggle-case-fold)
6261 (isearch-symbol-regexp): New functions. (Bug#11381)
6262
6263 2012-05-29 Juri Linkov <juri@jurta.org>
6264
6265 * isearch.el (isearch-word): Add docstring. (Bug#11381)
6266 (isearch-occur, isearch-search-and-update): If `isearch-word' is
6267 a function, call it to get the regexp.
6268 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
6269 property `isearch-message-prefix' instead of the string "word ".
6270 (isearch-search-fun-default): For the case of `isearch-word',
6271 return a lambda that calls re-search-forward/re-search-backward
6272 with a regexp returned by `word-search-regexp' or by the function
6273 in `isearch-word'.
6274
6275 2012-05-29 Juri Linkov <juri@jurta.org>
6276
6277 * isearch.el (isearch-search-fun-default): New function.
6278 (isearch-search-fun): Move default part to the new function
6279 `isearch-search-fun-default'.
6280 (isearch-search-fun-function): Set the default value to
6281 `isearch-search-fun-default'. (Bug#11381)
6282
6283 * comint.el (comint-history-isearch-end):
6284 Use `isearch-search-fun-default'.
6285 (comint-history-isearch-search): Use `isearch-search-fun-default'
6286 and remove spacial case for `isearch-word'.
6287 (comint-history-isearch-wrap): Remove spacial case for
6288 `isearch-word'.
6289
6290 * hexl.el (hexl-isearch-search-function):
6291 Use `isearch-search-fun-default'.
6292
6293 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
6294 Use `word-search-regexp' for `isearch-word'.
6295
6296 * misearch.el (multi-isearch-search-fun):
6297 Use `isearch-search-fun-default'.
6298
6299 * simple.el (minibuffer-history-isearch-search):
6300 Use `isearch-search-fun-default' and remove spacial case for
6301 `isearch-word'.
6302 (minibuffer-history-isearch-wrap): Remove spacial case for
6303 `isearch-word'.
6304
6305 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
6306 Remove spacial case for `isearch-word'.
6307 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
6308
6309 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6310
6311 Decrease XEmacs incompatibilities.
6312 * textmodes/flyspell.el (flyspell-check-pre-word-p):
6313 Use `string-match'.
6314 (flyspell-delete-region-overlays): Use alternative definition for
6315 XEmacs.
6316 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
6317 (flyspell-word): Use `process-kill-without-query' if XEmacs.
6318 (flyspell-mode-on): Use `interactive-p' if XEmacs.
6319 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
6320 `define-obsolete-face-alias' under XEmacs, but old method.
6321
6322 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
6323 `with-no-warnings' definition or Emacs alias.
6324 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
6325 (ispell-word): Do not use `region-p' if XEmacs.
6326
6327 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6328
6329 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6330 Check for `ispell-dictionary-base-alist' instead of full
6331 `ispell-dictionary-alist'.
6332 (ispell-init-process): Show spellchecker when starting new Ispell
6333 process.
6334
6335 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
6338 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
6339
6340 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
6341
6342 * version.el (motif-version-string, gtk-version-string)
6343 (ns-version-string): Declare.
6344
6345 2012-05-27 Juri Linkov <juri@jurta.org>
6346
6347 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
6348 after the `eval-defun-1' specialcaseing
6349 like in `edebug-eval-defun' (bug#10181).
6350
6351 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
6352 like in `eval-defun-1'.
6353
6354 2012-05-27 Eli Zaretskii <eliz@gnu.org>
6355
6356 * mail/sendmail.el (mail-yank-region):
6357 Recognize rmail-yank-current-message in addition to insert-buffer.
6358 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
6359 a *mail* buffer created through rmail-start-mail with sendmail as
6360 mail-user-agent.
6361
6362 2012-05-27 Chong Yidong <cyd@gnu.org>
6363
6364 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
6365 Default to 256 (Bug#11267).
6366
6367 * help.el (describe-mode): Doc fix.
6368
6369 2012-05-26 Glenn Morris <rgm@gnu.org>
6370
6371 * w32-fns.el (w32-init-info): Remove.
6372 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
6373
6374 * info.el (info-initialize): For self-contained NS builds, put the
6375 included info/ directory at the front. (Bug#2791)
6376
6377 * paths.el (Info-default-directory-list): Make it a defcustom,
6378 mainly so that we can use custom-initialize-delay.
6379
6380 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6381
6382 * subr.el (buffer-has-markers-at): Mark obsolete.
6383
6384 * subr.el (lambda): Use declare.
6385
6386 * emacs-lisp/lisp-mode.el (lambda):
6387 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
6388
6389 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6390
6391 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
6392
6393 2012-05-26 Glenn Morris <rgm@gnu.org>
6394
6395 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
6396
6397 2012-05-25 Glenn Morris <rgm@gnu.org>
6398
6399 * paths.el: Remove no-byte-compile.
6400 * loadup.el: No need to load paths.el uncompiled.
6401
6402 * image.el (imagemagick-types-inhibit): Doc fix.
6403
6404 * version.el: Remove no-byte-compile and associated formatting.
6405 * loadup.el: No need to load version.el uncompiled. AFAICS, this
6406 is ancient code from when there was an "inc-vers.el".
6407
6408 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6409
6410 * progmodes/gdb-mi.el: Minor style changes.
6411 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
6412 Turn into minor modes.
6413 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
6414 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
6415 (gdb-shell): Remove unneeded let-binding.
6416 (gdb-get-many-fields): Eliminate O(n²) behavior.
6417
6418 2012-05-25 Eli Zaretskii <eliz@gnu.org>
6419
6420 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
6421 platforms that don't link in fontset.c.
6422
6423 2012-05-25 Juri Linkov <juri@jurta.org>
6424
6425 Use the same diff color scheme as in modern VCSes (bug#10181).
6426
6427 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
6428 to avoid confusion with `diff-added' that now uses green colors.
6429 (diff-removed): Use shades of red.
6430 (diff-added): Use shades of green.
6431 (diff-changed): Leave just the yellow color.
6432 (diff-use-changed-face): New variable.
6433 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
6434 how to highlight context diff changes.
6435 (diff-refine-change): Use shades of yellow.
6436 (diff-refine-removed): New face that uses shades of red.
6437 (diff-refine-added): New face that uses shades of green.
6438 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
6439 `diff-refine-removed' in the call to `smerge-refine-subst'
6440 depending on the value of `diff-use-changed-face'.
6441
6442 * vc/smerge-mode.el (smerge-mine): Use shades of red.
6443 (smerge-other): Use shades of green.
6444 (smerge-base): Use shades of yellow.
6445 (smerge-refined-change): Empty face.
6446 (smerge-refined-removed): New face that uses shades of red.
6447 (smerge-refined-added): New face that uses shades of green.
6448 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
6449 args `props-r' and `props-a', and use them. Doc fix.
6450 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
6451 on its value use different faces `smerge-refined-change',
6452 `smerge-refined-removed', `smerge-refined-added' in the call to
6453 `smerge-refine-subst'.
6454
6455 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
6456 Add face condition `min-colors 88' with shades of red.
6457 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
6458 `min-colors 88' with shades of green.
6459 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
6460 `min-colors 88' with shades of yellow.
6461
6462 2012-05-24 Glenn Morris <rgm@gnu.org>
6463
6464 * paths.el (prune-directory-list, remote-shell-program): Move to...
6465 * files.el (prune-directory-list, remote-shell-program): ...here.
6466 For the latter, delay initialization, prefer ssh, just search PATH.
6467
6468 * paths.el (term-file-prefix): Move to faces.el (the only user).
6469 * faces.el (term-file-prefix): Move here, make it a defcustom.
6470
6471 * paths.el (news-directory, news-path, news-inews-program):
6472 Move to gnus/nnspool.el.
6473
6474 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
6475
6476 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
6477 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
6478 Make the latter a defcustom, with a delayed initialization.
6479
6480 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
6481 These were deleted from Gnus itself late 2010.
6482
6483 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
6484
6485 * progmodes/which-func.el (which-func-ff-hook):
6486 Check against user-error, not error.
6487
6488 * emacs-lisp/edebug.el (top): Do not load or set up loading of
6489 cl-specs.el, which no longer exists.
6490
6491 2012-05-22 Glenn Morris <rgm@gnu.org>
6492
6493 * info.el (info-emacs-bug): New command.
6494 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
6495 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
6496
6497 2012-05-21 Glenn Morris <rgm@gnu.org>
6498
6499 * makefile.w32-in (update-subdirs-SH):
6500 * Makefile.in (update-subdirs): Update for moved update-subdirs.
6501
6502 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6503
6504 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
6505
6506 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6507 Simplify Maven regexp, and make sure the file can't start with a space
6508 (bug#11517).
6509
6510 2012-05-21 Glenn Morris <rgm@gnu.org>
6511
6512 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6513 Scrap superfluous subshells.
6514
6515 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6516
6517 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
6518 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
6519
6520 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
6521
6522 * calc/calc.el (calc-ensure-consistent-units): New variable.
6523
6524 * calc/calc-units.el (math-consistent-units-p)
6525 (math-check-unit-consistency): New functions.
6526 (calc-quick-units, calc-convert-units):
6527 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
6528 is non-nil.
6529 (calc-extract-units): Fix typo.
6530
6531 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6532
6533 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
6534
6535 * textmodes/flyspell.el: Commenting style, plus code simplifications.
6536 (flyspell-default-deplacement-commands): Don't spell check after
6537 repeated window/frame switches (e.g. triggered by mouse-movement).
6538 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
6539 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
6540 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
6541 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
6542 Remove unused vars.
6543 (flyspell-get-casechars, flyspell-get-not-casechars):
6544 Simplify; Don't bother removing a ] just to add it back.
6545 * textmodes/ispell.el (ispell-program-name): Use executable-find.
6546
6547 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6548
6549 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
6550 New functions.
6551 (math-function-table): Add support for more C functions.
6552
6553 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6554
6555 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6556 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6557 Protect delay handling for otherchars against empty otherchars.
6558
6559 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6560
6561 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
6562 their respective macro declarations.
6563 * skeleton.el (define-skeleton):
6564 * progmodes/compile.el (define-compilation-mode):
6565 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
6566 (define-ibuffer-filter):
6567 * emacs-lisp/generic.el (define-generic-mode):
6568 * emacs-lisp/easy-mmode.el (define-minor-mode)
6569 (define-globalized-minor-mode):
6570 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
6571 * emacs-lisp/byte-run.el (defsubst):
6572 * custom.el (deftheme): Add doc-string metadata.
6573
6574 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
6577
6578 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6579
6580 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
6581
6582 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
6583 * emacs-lisp/cl-macs.el: Idem.
6584 * emacs-lisp/cl-specs.el: Remove.
6585
6586 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 Minor renaming of internal CL functions and variables.
6589 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
6590 (cl--position): Rename from cl-position.
6591 (cl--delete-duplicates): Rename from cl-delete-duplicates.
6592 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
6593 (cl--random-state): Rename from *random-state*.
6594
6595 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6596
6597 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
6598 parens around the arg list (bug#11499).
6599
6600 2012-05-17 Juri Linkov <juri@jurta.org>
6601
6602 * isearch.el (word-search-regexp, word-search-backward)
6603 (word-search-forward, word-search-backward-lax)
6604 (word-search-forward-lax): Move functions from search.c
6605 (bug#10145, bug#11381).
6606
6607 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6608
6609 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6610 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6611 Delay for otherchars as for normal word components.
6612
6613 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * minibuffer.el (completion--sifn-requote): Fix last change.
6616 (minibuffer-local-must-match-filename-map):
6617 Move define-obsolete-variable-alias before its var.
6618
6619 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6620
6621 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
6622
6623 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
6624 behavior.
6625 (completion--string-equal-p): New function.
6626 (completion--twq-all): Use it to get better assertion failure data.
6627
6628 Only handle ".." and '..' quoting in shell-mode (bug#11466).
6629 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
6630 (shell--requote-argument): New functions.
6631 (shell-completion-vars): Use them.
6632 (shell--parse-pcomplete-arguments): Rename from
6633 shell-parse-pcomplete-arguments.
6634 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
6635 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
6636 Obey comint-file-name-quote-list.
6637
6638 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
6639 (smie-indent-keyword): Use it.
6640
6641 2012-05-14 Stefan Merten <smerten@oekonux.de>
6642
6643 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
6644
6645 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * net/rlogin.el (rlogin-mode-map): Fix last change.
6648
6649 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
6650
6651 * mail/smtpmail.el (smtpmail-send-command): Send the command and
6652 the following \r\n using a single `process-send-string', since the
6653 Lotus SMTP server refuses to accept any commands if they are sent
6654 with two `process-send-string's (Bug#11444).
6655
6656 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * shell.el (shell-parse-pcomplete-arguments):
6659 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
6660
6661 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
6662
6663 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
6664 (image-transform-scale, image-transform-right-angle-fudge): New vars.
6665 (image-transform-width, image-transform-fit-width): New functions.
6666 (image-transform-properties): Use them.
6667 (image-transform-check-size): New function.
6668 (image-toggle-display-image): Use it (for testing).
6669 (image-transform-set-rotation): Reduce angle mod 360.
6670 Delete obsolete comment.
6671
6672 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
6673
6674 * image-mode.el: Fix scaling (bug#11399).
6675 (image-transform-resize): Doc fix.
6676 (image-transform-properties): Default scale is 1 and height should
6677 be an integer.
6678
6679 2012-05-13 Johan Bockgård <bojohan@gnu.org>
6680
6681 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
6682 than hard-coding `car', to fix misbehavior when moving forward.
6683
6684 2012-05-13 Chong Yidong <cyd@gnu.org>
6685
6686 * emacs-lisp/tabulated-list.el (tabulated-list-format)
6687 (tabulated-list-entries, tabulated-list-padding)
6688 (tabulated-list-sort-key): Make permanent-local.
6689
6690 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
6691 (electric-buffer-list): Put electric buffer menu
6692 command descriptions in this docstring, instead of the docstring
6693 of electric-buffer-menu-mode. Code cleanups.
6694 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
6695 Electric-buffer-menu-mode.
6696 (electric-buffer-update-highlight): Minor code cleanup.
6697
6698 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
6699
6700 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
6701 (Bug#11447)
6702
6703 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6704
6705 Move define-obsolete-variable-alias before the var's definition.
6706 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
6707 * tooltip.el (tooltip-hook):
6708 * textmodes/reftex-toc.el (reftex-toc-map):
6709 * textmodes/reftex-sel.el (reftex-select-label-map)
6710 (reftex-select-bib-map):
6711 * textmodes/reftex-index.el (reftex-index-map)
6712 (reftex-index-phrases-map):
6713 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
6714 * progmodes/meta-mode.el (meta-mode-map):
6715 * novice.el (disabled-command-hook):
6716 * loadhist.el (unload-hook-features-list):
6717 * frame.el (blink-cursor):
6718 * files.el (find-file-not-found-hooks, write-file-hooks)
6719 (write-contents-hooks):
6720 * emulation/tpu-edt.el (GOLD-map):
6721 * emacs-lock.el (emacs-lock-from-exiting):
6722 * emacs-lisp/generic.el (generic-font-lock-defaults):
6723 * emacs-lisp/chart.el (chart-map):
6724 * dos-fns.el (register-name-alist):
6725 * dired-x.el (dired-omit-files-p):
6726 * desktop.el (desktop-enable):
6727 * cus-edit.el (custom-mode-hook):
6728 * buff-menu.el (buffer-menu-mode-hook):
6729 * bookmark.el (bookmark-read-annotation-text-func)
6730 (bookmark-exit-hooks):
6731 * allout.el (allout-mode-deactivate-hook)
6732 (allout-exposure-change-hook, allout-structure-added-hook)
6733 (allout-structure-deleted-hook, allout-structure-shifted-hook):
6734 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
6735 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
6736 comes before the corresponding variable's definition.
6737
6738 2012-05-12 Chong Yidong <cyd@gnu.org>
6739
6740 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
6741 (Buffer-menu-mouse-select): Restore function (Bug#11459).
6742 (Buffer-menu-mode-map): Bind it.
6743 (Buffer-menu--pretty-name): Add a mouse-face property.
6744
6745 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
6748 (prolog-upper-case-string, prolog-lower-case-string)
6749 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
6750 (prolog-use-smie, prolog-smie-grammar): New vars.
6751 (prolog-smie-forward-token, prolog-smie-backward-token)
6752 (prolog-smie-rules): New funs.
6753 (prolog-comment-indent): Remove.
6754 (prolog-mode-variables): Use default comment indentation instead.
6755 Setup SMIE.
6756 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
6757 (prolog-mode): Don't call them any more.
6758 (prolog-electric-colon, prolog-electric-dash)
6759 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
6760
6761 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
6762
6763 * minibuffer.el (completion--twq-all): Again, allow case differences.
6764
6765 * term.el: Move keymap initialization code to be more idiomatic.
6766 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
6767 (term-terminal-menu): Move initialization into declaration.
6768 (term-escape-char): Let the user set it in her .emacs.
6769
6770 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
6771 Provide SMIE-based indentation (not enabled by default yet).
6772 (sh-mode-map): Don't bind electric keys.
6773 Use electric-pair-mode instead of skeleton-pair.
6774 (sh-assignment-regexp): Fit within 80 columns.
6775 (sh-indent-supported): Specify actual shell name instead of boolean.
6776 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
6777 (sh-maybe-here-document): Use it. Make obsolete.
6778 (sh-electric-here-document-mode) New minor mode.
6779 (sh-mode): Use it. Don't set sh-indent-supported-here here.
6780 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
6781 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
6782 (sh-smie-rc-grammar, sh-use-smie): New vars.
6783 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
6784 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
6785 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
6786 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
6787 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
6788 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
6789 (sh-set-shell): Use smie-setup if requested.
6790
6791 * term.el (term-set-escape-char): Properly set term-escape-char.
6792 See http://stackoverflow.com/questions/10524656.
6793
6794 2012-05-10 Chong Yidong <cyd@gnu.org>
6795
6796 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
6797 Use url-generic-parse-url, and handle host names and Windows
6798 filenames properly.
6799 (ffap-url-unwrap-remote): Use url-generic-parse-url.
6800 (ffap-url-unwrap-remote): Accept list values, specifying a list of
6801 URL schemes to work on.
6802 (ffap--toggle-read-only): New function.
6803 (ffap-read-only, ffap-read-only-other-window)
6804 (ffap-read-only-other-frame): Use it.
6805 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
6806 necessary for ffap-url-unwrap-remote.
6807
6808 2012-05-10 Dave Abrahams <dave@boostpro.com>
6809
6810 * cus-start.el (create-lockfiles): Add it.
6811
6812 2012-05-09 Chong Yidong <cyd@gnu.org>
6813
6814 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
6815 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
6816
6817 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6818
6819 * shell.el (shell-completion-vars): Fix last change (bug#11348).
6820
6821 2012-05-09 Chong Yidong <cyd@gnu.org>
6822
6823 * ansi-color.el (ansi-color-process-output): Check for validity of
6824 comint-last-output-start before using it. This avoids a bad
6825 interaction with gdb-mi's input/output buffer.
6826
6827 2012-05-09 Glenn Morris <rgm@gnu.org>
6828
6829 * files.el (dir-locals-read-from-file):
6830 Mention dir-locals in any error message.
6831
6832 2012-05-09 Chong Yidong <cyd@gnu.org>
6833
6834 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
6835 package (Bug#11410).
6836
6837 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
6838 variables into description.
6839
6840 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6841
6842 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
6843 shell-delimiter-argument-list (bug#11348).
6844 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
6845
6846 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
6847
6848 * textmodes/rst.el: Silence byte-compiler warnings.
6849 (rst-re-alist, rst-reset-section-caches): Move around.
6850 (rst-re): Use `characterp', not `char-valid-p'.
6851 (font-lock-beg, font-lock-end): Declare.
6852
6853 * progmodes/idlw-shell.el (specs): Remove reference to deleted
6854 variable `idlwave-shell-activate-alt-keybindings' and simplify.
6855
6856 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
6857
6858 2012-05-08 Glenn Morris <rgm@gnu.org>
6859
6860 * files.el (auto-mode-alist): Treat ".make" like ".mk".
6861
6862 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * vc/log-edit.el: Add GNU coding standards highlighting.
6865 (log-edit-font-lock-gnu-style)
6866 (log-edit-font-lock-gnu-keywords): New vars.
6867 (log-edit-font-lock-keywords): New fun.
6868 (log-edit-mode): Don't fold case in font-lock.
6869 (log-edit-font-lock-keywords): Do not assume case-folding.
6870
6871 * imenu.el: Misc cleanup. Make docstrings out of comments.
6872 Use lexical-binding.
6873 (imenu--index-alist, imenu--last-menubar-index-alist)
6874 (imenu-menubar-modified-tick): Use defvar-local.
6875 (imenu--split-menu): Remove unused var.
6876 (imenu--cleanup-seen): Declare as global.
6877 (imenu--cleanup): Use dolist.
6878
6879 * subr.el (defvar-local): Add debug spec and doc-string position.
6880
6881 2012-05-08 Glenn Morris <rgm@gnu.org>
6882
6883 * language/burmese.el, language/cham.el, language/czech.el:
6884 * language/english.el, language/georgian.el, language/greek.el:
6885 * language/japanese.el, language/khmer.el, language/korean.el:
6886 * language/lao.el, language/misc-lang.el, language/romanian.el:
6887 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
6888 * language/thai.el, language/utf-8-lang.el:
6889 Remove no-byte-compile setting.
6890
6891 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
6892
6893 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6894
6895 * progmodes/make-mode.el (makefile-browse):
6896 Remove unnecessary interactive. (Bug#11324)
6897
6898 2012-05-07 Glenn Morris <rgm@gnu.org>
6899
6900 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
6901
6902 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
6903
6904 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6905
6906 * loadup.el: Preload newcomment.el.
6907 * newcomment.el: Move autoload-only code to toplevel.
6908
6909 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
6910 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6911 Handle new :right-align column property.
6912 (tabulated-list-print-col): Idem, plus use `display' text-property to
6913 try and preserve alignment for variable pitch fonts.
6914
6915 2012-05-07 Chong Yidong <cyd@gnu.org>
6916
6917 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
6918 (tabulated-list-use-header-line): New var.
6919 (tabulated-list-init-header): Use it.
6920 (tabulated-list-print-fake-header): New function.
6921 (tabulated-list-print): Use it.
6922 (tabulated-list-sort-button-map): Add non-header-line commands.
6923 (tabulated-list-init-header): Add column name property to basic
6924 labels as well.
6925 (tabulated-list-col-sort): Handle non-header-line button case.
6926 (tabulated-list--sort-by-column-name): Fix a corner case.
6927
6928 * buff-menu.el (list-buffers--refresh):
6929 Handle Buffer-menu-use-header-line.
6930
6931 2012-05-06 Chong Yidong <cyd@gnu.org>
6932
6933 * buff-menu.el: Convert to Tabulated List mode.
6934 (Buffer-menu-buffer+size-width): Make obsolete.
6935 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
6936 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
6937 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
6938 documentation into docstring of buffer-menu.
6939 (Buffer-menu-toggle-files-only): Add an informative message.
6940 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
6941 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
6942 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
6943 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
6944 (Buffer-menu-execute, Buffer-menu-select)
6945 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
6946 (Buffer-menu-bury): Use Tabulated List machinery.
6947 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
6948 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
6949 Delete.
6950 (list-buffers--refresh): New function.
6951 (list-buffers-noselect): Use it.
6952 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
6953 (Buffer-menu--pretty-file-name): New helper functions.
6954
6955 * loadup.el: Preload tabulated-list.
6956
6957 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
6958 tabulated-list-sort-column.
6959 (tabulated-list-init-header): Add the initial aligning space even
6960 if tabulated-list-padding is zero.
6961
6962 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
6963
6964 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
6965 whose cdr is not a cons cell correctly (bug#11038).
6966
6967 2012-05-06 Chong Yidong <cyd@gnu.org>
6968
6969 * emacs-lisp/tabulated-list.el (tabulated-list-format):
6970 Accept additional plist in column descriptors.
6971 (tabulated-list-init-header): Obey it.
6972 (tabulated-list-get-entry): New function.
6973 (tabulated-list-put-tag): Use it. Use string-width instead of
6974 length.
6975 (tabulated-list--column-number): New function.
6976 (tabulated-list-print): Use it.
6977 (tabulated-list-print-col): New function.
6978 Set `tabulated-list-column-name' property on each column's text.
6979 (tabulated-list-print-entry): Use it.
6980 (tabulated-list-delete-entry, tabulated-list-set-col):
6981 New functions.
6982 (tabulated-list-sort-column): New command (Bug#11337).
6983
6984 * buff-menu.el (list-buffers): Move C-x C-b binding from
6985 buff-menu.el to bindings.el.
6986
6987 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
6988 :advertised-binding feature.
6989
6990 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
6991
6992 * progmodes/compile.el (compilation-internal-error-properties):
6993 Calculate start position correctly when end-col is set but
6994 end-line is not (Bug#11382).
6995
6996 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
6997
6998 * man.el (Man-unindent): Use text-property-default-nonsticky to
6999 prevent untabify from inheriting face properties (Bug#11408).
7000
7001 2012-05-05 Stefan Merten <smerten@oekonux.de>
7002
7003 * textmodes/rst.el: Major merge with upstream development up to
7004 Docutils SVN r7399 / rst.el V1.2.1.
7005
7006 Clarify maintainership and authors.
7007
7008 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7009 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7010 (rst-official-version, rst-official-cvs-rev, rst-version)
7011 (rst-package-emacs-version-alist): New functions and variables
7012 for version information.
7013
7014 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7015 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7016 (rst-mode-syntax-table, rst-mode): New and corrected functions
7017 and variables representing reStructuredText features.
7018
7019 (rst-re): New function for reStructuredText regexes. Use in
7020 many places.
7021
7022 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7023 (rst-mode-map): Rebind keys.
7024
7025 (rst-mode-lazy, rst-font-lock-keywords)
7026 (rst-font-lock-extend-region)
7027 (rst-font-lock-extend-region-internal)
7028 (rst-font-lock-extend-region-extend)
7029 (rst-font-lock-find-unindented-line-limit)
7030 (rst-font-lock-find-unindented-line-match)
7031 (rst-adornment-level, rst-font-lock-adornment-level)
7032 (rst-font-lock-adornment-match)
7033 (rst-font-lock-handle-adornment-pre-match-form)
7034 (rst-font-lock-handle-adornment-matcher): Major revision of
7035 font-locking. Integrate with other code. Use `jit-lock-mode'.
7036
7037 (rst-preferred-adornments, rst-adjust-hook)
7038 (rst-new-adornment-down, rst-preferred-bullets)
7039 (rst-preferred-bullets, rst-indent, rst-indent-width)
7040 (rst-indent-field, rst-indent-literal-normal)
7041 (rst-indent-literal-minimized, rst-indent-comment): Change,
7042 extend and improve customization.
7043
7044 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7045 (rst-normalize-cursor-position, rst-get-decoration)
7046 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7047 (rst-rstrip, rst-toc-insert-find-delete-contents)
7048 (rst-shift-fill-region, rst-compute-bullet-tabs)
7049 (rst-debug-print-tabs, rst-debug-mark-found)
7050 (rst-shift-region-guts, rst-shift-region-right)
7051 (rst-shift-region-left, rst-use-char-classes)
7052 (rst-font-lock-keywords-function)
7053 (rst-font-lock-indentation-point)
7054 (rst-font-lock-find-unindented-line-begin)
7055 (rst-font-lock-find-unindented-line-end)
7056 (rst-font-lock-find-unindented-line)
7057 (rst-font-lock-adornment-point, rst-font-lock-level)
7058 (rst-adornment-level-alist): Remove functions and variables.
7059
7060 (rst-compare-adornments, rst-get-adornment-match)
7061 (rst-suggest-new-adornment, rst-get-adornments-around)
7062 (rst-adornment-complete-p, rst-get-next-adornment)
7063 (rst-adjust-adornment, rst-display-adornments-hierarchy)
7064 (rst-straighten-adornments): Standardize function names to
7065 use "adornment" instead of "decoration". Correct callers.
7066 Similar standardizing in many places.
7067
7068 (rst-update-section, rst-adjust, rst-promote-region)
7069 (rst-enumerate-region, rst-bullet-list-region)
7070 (rst-repeat-last-character): Correct use of `interactive'.
7071
7072 (rst-classify-adornment, rst-find-all-adornments)
7073 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7074 (rst-find-leftmost-column, rst-repeat-last-character):
7075 Refactor functions.
7076
7077 (rst-find-title-line, rst-reset-section-caches)
7078 (rst-get-adornments-around, rst-adjust-adornment-work)
7079 (rst-arabic-to-roman, rst-roman-to-arabic)
7080 (rst-insert-list-pos, rst-insert-list-new-item)
7081 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7082 New functions.
7083
7084 (rst-all-sections, rst-section-hierarchy)
7085 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7086 New variables.
7087
7088 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7089 configuration instead of only buffer. Change where necessary.
7090
7091 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7092 (rst-shift-region, rst-adaptive-fill): New functions for
7093 indentation and filling.
7094
7095 (rst-comment-line-break, rst-comment-indent)
7096 (rst-comment-insert-comment, rst-comment-region)
7097 (rst-uncomment-region): New functions for handling comments.
7098
7099 (rst-compile): Quote shell arguments.
7100
7101 (rst-compile-pdf-preview, rst-compile-slides-preview):
7102 Delete temporary files after use.
7103
7104 2012-05-05 Glenn Morris <rgm@gnu.org>
7105
7106 * calendar/cal-html.el: Optionally include holidays in the output.
7107 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
7108 (cal-html-holidays): New option.
7109 (cal-html-css-default): Add holiday entry.
7110 (holiday-in-range): Autoload it.
7111 (cal-html-htmlify-entry): Add optional class argument.
7112 (cal-html-htmlify-list): Add optional holidays argument.
7113 (cal-html-insert-agenda-days): Include holidays in the output.
7114 (cal-html-one-month): Maybe include holidays.
7115
7116 * calendar/holidays.el (holiday-in-range):
7117 Move here from cal-tex-list-holidays.
7118 * calendar/cal-tex.el (cal-tex-list-holidays):
7119 Make it an obsolete alias for holiday-in-range. Update all callers.
7120
7121 2012-05-05 Chong Yidong <cyd@gnu.org>
7122
7123 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7124 Nextstep.
7125
7126 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
7127
7128 * files.el (file-auto-mode-skip): New var.
7129 (set-auto-mode-1): Use it.
7130
7131 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7132
7133 * repeat.el: Use lexical-binding.
7134 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
7135 (repeat-undo-count): Remove.
7136 (repeat):
7137 * progmodes/octave-mod.el (octave-abbrev-start):
7138 * progmodes/f90.el (f90-abbrev-start):
7139 * face-remap.el (text-scale-adjust):
7140 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
7141
7142 * emacs-lisp/pcase.el (pcase--let*): New function.
7143 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
7144 a bit more.
7145 (pcase--split-pred): Be more clever about ruling out overlap between
7146 a predicate and some constant pattern.
7147 (pcase--q1): Use `null' instead of (eq foo nil).
7148
7149 * subr.el (setq-local, defvar-local): New macros.
7150 (kbd): Redefine as an alias.
7151 (with-selected-window): Leave unrelated frames alone.
7152 (set-temporary-overlay-map): New function.
7153
7154 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7155
7156 * subr.el (user-error): New function.
7157 * window.el (switch-to-buffer):
7158 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
7159 (smerge-match-conflict):
7160 * simple.el (previous-matching-history-element)
7161 (next-matching-history-element, goto-history-element, undo-more)
7162 (undo-start):
7163 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
7164 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
7165 (next-file, tags-loop-scan, list-tags, complete-tag):
7166 * progmodes/compile.el (compilation-loop):
7167 * mouse.el (mouse-minibuffer-check):
7168 * man.el (Man-bgproc-sentinel, Man-goto-page):
7169 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
7170 (Info-history-forward, Info-follow-reference, Info-menu)
7171 (Info-extract-menu-item, Info-extract-menu-counting)
7172 (Info-forward-node, Info-backward-node, Info-next-menu-item)
7173 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
7174 (Info-next-reference, Info-prev-reference, Info-index)
7175 (Info-index-next, Info-follow-nearest-node)
7176 (Info-copy-current-node-name):
7177 * imenu.el (imenu--make-index-alist)
7178 (imenu-default-create-index-function, imenu-add-to-menubar):
7179 * files.el (basic-save-buffer, recover-file):
7180 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7181 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7182 (checkdoc-message-text, checkdoc-defun):
7183 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
7184 * cus-edit.el (customize-changed-options, customize-rogue)
7185 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
7186 (custom-variable-mark-to-reset-standard)
7187 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
7188 (custom-file):
7189 * completion.el (check-completion-length):
7190 * comint.el (comint-search-arg)
7191 (comint-previous-matching-input-string-position)
7192 (comint-previous-matching-input)
7193 (comint-replace-by-expanded-history-before-point, comint-send-input)
7194 (comint-copy-old-input, comint-backward-matching-input)
7195 (comint-goto-process-mark, comint-set-process-mark):
7196 * calendar/calendar.el (calendar-cursor-to-date): Use it.
7197 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
7198
7199 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7200
7201 * dabbrev.el (dabbrev--ignore-case-p): New function.
7202 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
7203 Use it.
7204
7205 * files.el (automount-dir-prefix): Mark as obsolete.
7206
7207 2012-05-04 Glenn Morris <rgm@gnu.org>
7208
7209 * patcomp.el, play/bruce.el: Move to obsolete/.
7210
7211 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
7212
7213 Fix minor Y10k bugs.
7214 * arc-mode.el (archive-unixdate):
7215 * autoinsert.el (auto-insert-alist):
7216 * calc/calc-forms.el (math-this-year):
7217 * emacs-lisp/copyright.el (copyright-current-year)
7218 (copyright-update-year, copyright):
7219 * tar-mode.el (tar-clip-time-string):
7220 * time.el (display-time-update):
7221 Don't assume years have 4 digits.
7222
7223 2012-05-04 Chong Yidong <cyd@gnu.org>
7224
7225 * dos-w32.el (file-name-buffer-file-type-alist)
7226 (direct-print-region-use-command-dot-com):
7227 * ffap.el (ffap-menu-regexp):
7228 * find-file.el (ff-special-constructs):
7229 * follow.el (follow-debug):
7230 * forms.el (forms--debug):
7231 * iswitchb.el (iswitchb-all-frames):
7232 * ido.el (ido-all-frames):
7233 * emacs-lisp/timer.el (timer-max-repeats):
7234 * mail/feedmail.el (feedmail-mail-send-hook)
7235 (feedmail-mail-send-hook-queued):
7236 * mail/footnote.el (footnote-signature-separator):
7237 * mail/mailabbrev.el (mail-alias-separator-string)
7238 (mail-abbrev-mode-regexp):
7239 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
7240 * progmodes/idlwave.el (idlwave-libinfo-file)
7241 (idlwave-default-completion-case-is-down)
7242 (idlwave-library-routines): Convert defvars to defcustoms.
7243
7244 * mail/rmail.el (rmail-decode-mime-charset):
7245 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
7246 (idlwave-shell-fix-inserted-breaks)
7247 (idlwave-shell-activate-alt-keybindings)
7248 (idlwave-shell-use-breakpoint-glyph):
7249 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
7250
7251 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7252
7253 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
7254
7255 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
7256
7257 * progmodes/verilog-mode.el (font-lock-keywords):
7258 Fix mis-highligting auto. Reported by Craig Barner.
7259 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
7260 defines from global name space. Reported by Dan Dever.
7261 (verilog-auto-reset, verilog-auto-reset-widths)
7262 (verilog-auto-tieoff): Support using unbased numbers for
7263 AUTORESET and AUTOTIEOFF.
7264 (verilog-submit-bug-report): Update variable list.
7265 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
7266 parenthesis from not matching. Reported by Michael Rytting.
7267 (verilog-auto-template-lint): Fix hash error when linting modules
7268 with no used templates.
7269 (verilog-warn, verilog-warn-error)
7270 (verilog-warn-fatal): When non-interactive report multiple
7271 warnings before exiting. Suggested by Brad Dobbie.
7272 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
7273 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
7274 to report unused template errors. Reported by Brad Dobbie.
7275 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
7276 nets, bug438. Reported by Vns Blore.
7277 (verilog-auto-inout-module, verilog-auto-reg)
7278 (verilog-read-decls, verilog-read-sub-decls-sig)
7279 (verilog-signals-edit-wire-reg, verilog-signals-with):
7280 Fix passing of Verilog data types in ANSI input/output ports
7281 such as "output logic" into the AUTOs. Special case "wire" and
7282 "reg" for backwards compatibility presuming Verilog 2001.
7283 (verilog-auto-ascii-enum): Add "auto enum" as alias.
7284 (verilog-preprocess): Fix replication of preprocess output.
7285 Reported by Brad Dobbie.
7286 (verilog-auto-inst-interfaced-ports):
7287 Create verilog-auto-inst-interfaced-ports, bug429.
7288 Reported by Julian Gorfajn.
7289 (verilog-after-save-font-hook)
7290 (verilog-before-save-font-hook): New variable.
7291 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
7292 (verilog-save-font-mods): Wrap disabling fontification, reported
7293 by David Rogoff.
7294 (verilog-do-indent, verilog-pretty-declarations-auto)
7295 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
7296 Reported by Pierre-David Pfister.
7297 (verilog-set-auto-endcomments): Fix endtask auto comments outside
7298 of class declarations, bug292. Reported by Kevin Heilman.
7299 (verilog-read-decls): Fix 'parameter type' not appearing in
7300 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
7301 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
7302 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
7303 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
7304 Reported by David Kravitz.
7305
7306 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
7307
7308 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
7309 assignment with tests in ifs and for loops.
7310 (verilog-extended-complete-re, verilog-complete-reg): Change so
7311 that DPI inport functions don't look like fuction declarations.
7312 (verilog-pretty-expr): Don't line up assignment
7313 operations to the test and increment in if and for loops
7314 (verilog-extended-complete-re, verilog-complete-reg): Change so
7315 that DPI inport functions don't look like fuction declarations.
7316
7317 2012-05-03 Kenichi Handa <handa@m17n.org>
7318
7319 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
7320 decoding, and show a warning message without signaling an error
7321 (Bug#11282).
7322
7323 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * emacs-lisp/bytecomp.el
7326 (byte-compile-file-form-custom-declare-variable): Compile all elements,
7327 since cconv.el might have introduced :fun-body, internal-make-closure,
7328 and friends for bytecomp to handle (bug#11391).
7329 * custom.el (defcustom): Avoid ((λ ..) ..).
7330
7331 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7332
7333 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
7334
7335 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
7336
7337 * notifications.el (dbus-debug):
7338 * term/linux.el (gpm-mouse-enable):
7339 * term/screen.el (xterm-register-default-colors): Declare.
7340
7341 2012-05-02 Chong Yidong <cyd@gnu.org>
7342
7343 * cus-start.el (gc-cons-percentage, exec-suffixes)
7344 (dos-display-scancodes, dos-hyper-key, dos-super-key)
7345 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
7346 (make-cursor-line-fully-visible, void-text-area-pointer)
7347 (font-list-limit): Add customization data.
7348
7349 * allout.el (allout-exposure-change-functions)
7350 (allout-structure-added-functions)
7351 (allout-structure-deleted-functions)
7352 (allout-structure-shifted-functions): Rename abnormal hooks from
7353 *-hook, and convert to defcustoms.
7354 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
7355 Convert to defcustoms.
7356 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
7357
7358 * allout-widgets.el: Hook callers changed.
7359
7360 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7361
7362 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
7363 the yanked message in preference to the default value of
7364 buffer-file-coding-system.
7365
7366 2012-05-02 Martin Rudalics <rudalics@gmx.at>
7367
7368 * window.el (display-buffer--action-function-custom-type):
7369 Fix entry.
7370
7371 2012-05-02 Alan Mackenzie <acm@muc.de>
7372
7373 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
7374
7375 2012-05-01 Glenn Morris <rgm@gnu.org>
7376
7377 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
7378
7379 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
7380
7381 * cus-edit.el (custom-variable-documentation): Simplify with format.
7382
7383 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7384 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * simple.el (suggest-key-bindings, execute-extended-command):
7387 Move from keyboard.c.
7388
7389 2012-05-01 Chong Yidong <cyd@gnu.org>
7390
7391 * follow.el: Eliminate advice.
7392 (set-process-filter, process-filter, sit-for): Advice deleted.
7393 (follow-mode-off-hook): Obsolete hook removed.
7394 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
7395 Vars deleted.
7396 (follow-auto): Use a :set function.
7397 (follow-mode): Rewritten. Don't advise process filters.
7398 (follow-switch-to-current-buffer-all, follow-scroll-up)
7399 (follow-scroll-down): Assume follow-mode is bound.
7400 (follow-comint-scroll-to-bottom)
7401 (follow-align-compilation-windows): New functions.
7402 (follow--window-sorter): New function.
7403 (follow-all-followers): Use it to explicitly sort windows by their
7404 positions; don't make assumptions about next-window order.
7405 (follow-windows-start-end, follow-delete-other-windows-and-split)
7406 (follow-calc-win-start): Doc fix.
7407 (follow-windows-aligned-p, follow-select-if-visible): Don't call
7408 vertical-motion unnecessarily.
7409 (follow-adjust-window): New function.
7410 (follow-post-command-hook): Use it.
7411 (follow-call-set-process-filter, follow-call-process-filter)
7412 (follow-intercept-process-output, follow-tidy-process-filter-alist)
7413 (follow-stop-intercept-process-output, follow-generic-filter):
7414 Functions deleted.
7415 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
7416 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
7417 New functions, replacing advice on scroll-bar-* commands.
7418 (follow-mwheel-scroll): New function (Bug#4112).
7419
7420 * comint.el (comint-adjust-point): New function.
7421 (comint-postoutput-scroll-to-bottom): Use it.
7422 Call follow-comint-scroll-to-bottom for Follow mode buffers.
7423
7424 2012-05-01 Glenn Morris <rgm@gnu.org>
7425
7426 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
7427 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
7428 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
7429 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
7430 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
7431 Remove no-byte-compile setting.
7432
7433 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7434
7435 * minibuffer.el (completion-table-with-quoting): Fix compatibility
7436 all-completions code to not return a number in the last cdr.
7437
7438 2012-04-30 Leo Liu <sdl.web@gmail.com>
7439
7440 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
7441 read-only error.
7442
7443 2012-04-29 Chong Yidong <cyd@gnu.org>
7444
7445 * follow.el (follow-calc-win-end): Rewrite to handle partial
7446 screen lines correctly (Bug#8390).
7447 (follow-avoid-tail-recenter): Minor cleanup.
7448
7449 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7450
7451 Avoid the obsolete `assoc' package.
7452 * speedbar.el (speedbar-refresh): Avoid adelete.
7453 (speedbar-file-lists): Simplify and avoid aput.
7454 * man.el (Man--sections, Man--refpages): New vars, replacing
7455 Man-sections-alist and Man-refpages-alist.
7456 (Man-build-section-alist, Man-build-references-alist):
7457 Use them; avoid aput.
7458 (Man--last-section, Man--last-refpage): New vars.
7459 (Man-follow-manual-reference): Use them.
7460 Use the `default' arg of completing-read.
7461 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
7462
7463 2012-04-27 Chong Yidong <cyd@gnu.org>
7464
7465 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
7466
7467 * startup.el (x-apply-session-resources): New function.
7468
7469 * term/ns-win.el (ns-initialize-window-system):
7470 * term/w32-win.el (w32-initialize-window-system):
7471 * term/x-win.el (x-initialize-window-system): Use it to properly
7472 set menu-bar-mode and other vars from X resources, even if the
7473 initial frame is not a window-system frame (Bug#2299).
7474
7475 * subr.el (read-key): Avoid running filter function when setting
7476 up temporary tool bar entries (Bug#9922).
7477
7478 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
7479
7480 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
7481 (Bug#11344)
7482
7483 2012-04-27 Chong Yidong <cyd@gnu.org>
7484
7485 * select.el (xselect--encode-string): New function, split from
7486 xselect-convert-to-string.
7487 (xselect-convert-to-string): Use it.
7488 (xselect-convert-to-filename, xselect-convert-to-os)
7489 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
7490 returned strings are properly encoded (Bug#11315).
7491
7492 2012-04-27 Chong Yidong <cyd@gnu.org>
7493
7494 * simple.el (delete-active-region): Move to killing custom group.
7495
7496 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
7497
7498 * progmodes/which-func.el (which-func-current): Quote %
7499 characters for mode-line processing.
7500
7501 2012-04-27 Chong Yidong <cyd@gnu.org>
7502
7503 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
7504 reaching eob (Bug#11286).
7505
7506 2012-04-27 Eli Zaretskii <eliz@gnu.org>
7507
7508 * progmodes/gdb-mi.el (gdb-control-level): New variable.
7509 (gdb): Make it buffer-local and init to zero.
7510 (gdb-control-commands-regexp): New variable.
7511 (gdb-send): Don't wrap in "-interpreter-exec console" if
7512 gdb-control-level is positive. Increment gdb-control-level
7513 whenever the command matches gdb-control-commands-regexp, and
7514 decrement it each time the command is "end". (Bug#11279)
7515
7516 2012-04-27 Martin Rudalics <rudalics@gmx.at>
7517
7518 * window.el (adjust-window-trailing-edge, enlarge-window)
7519 (shrink-window, window-resize):
7520 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
7521 windows (Bug#11276).
7522
7523 2012-04-27 Chong Yidong <cyd@gnu.org>
7524
7525 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
7526 fix "missing prefix" warning. All callers changed.
7527
7528 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7529
7530 * emacs-lisp/assoc.el: Move to obsolete/.
7531
7532 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
7535
7536 * term/ns-win.el (ns-define-service):
7537 * progmodes/pascal.el (pascal-goto-defun):
7538 * progmodes/js.el (js--read-tab):
7539 * progmodes/etags.el (tags-lazy-completion-table):
7540 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
7541 * emacs-lisp/ewoc.el (ewoc--wrap):
7542 * emacs-lisp/assoc.el (aput, adelete, amake):
7543 * doc-view.el (doc-view-convert-current-doc):
7544 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
7545
7546 2012-04-26 Chong Yidong <cyd@gnu.org>
7547
7548 * image.el (image-type-from-buffer): Only return supported image
7549 type (Bug#9045).
7550
7551 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
7552 value, for symmetry with diff-end-of-hunk.
7553 (diff-split-hunk, diff-find-source-location)
7554 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
7555 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
7556 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
7557 compute the relevant hunk or file properly (Bug#6005).
7558 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
7559
7560 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7561
7562 * vc/vc-mtn.el:
7563 * vc/vc-hg.el:
7564 * vc/vc-git.el:
7565 * vc/vc-dir.el:
7566 * vc/vc-cvs.el:
7567 * vc/vc-bzr.el:
7568 * vc/vc-arch.el:
7569 * vc/vc.el: Replace lexical-let by lexical-binding.
7570 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
7571 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
7572 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
7573
7574 2012-04-26 Chong Yidong <cyd@gnu.org>
7575
7576 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
7577 (diff-mode-shared-map): Bind it to / and [remap undo].
7578
7579 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
7580 (ediff-window-setup-function): Use it as the default, to set up
7581 windows based on whether the current frame is graphical (Bug#2138).
7582 (ediff-choose-window-setup-function-automatically): Make obsolete.
7583
7584 * vc/ediff-init.el: Always define ediff-pixel-width/height.
7585
7586 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 * ffap.el: Remove old code for obsolete package.
7589 (ffap-complete-as-file-p): Remove.
7590
7591 Use completion-table-with-quoting for comint and pcomplete.
7592 * comint.el (comint--unquote&requote-argument)
7593 (comint--unquote-argument, comint--requote-argument): New functions.
7594 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
7595 (comint-quote-filename): Use regexp-opt-charset.
7596 (comint--common-suffix, comint--common-quoted-suffix)
7597 (comint--table-subvert): Remove.
7598 (comint-unquote-function, comint-requote-function): New vars.
7599 (comint--complete-file-name-data): Use them with
7600 completion-table-with-quoting.
7601 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
7602 * pcomplete.el (pcomplete-arg-quote-list)
7603 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
7604 (pcomplete-unquote-argument-function): Default to non-nil.
7605 (pcomplete-unquote-argument): Simplify.
7606 (pcomplete--common-quoted-suffix): Remove.
7607 (pcomplete-requote-argument-function): New var.
7608 (pcomplete--common-suffix): New function.
7609 (pcomplete-completions-at-point): Use completion-table-with-quoting
7610 and completion-table-subvert.
7611
7612 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
7613 (minibuffer--double-dollars): Preserve properties.
7614 (completion--sifn-requote): New function.
7615 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
7616
7617 * minibuffer.el: Add support for completion of quoted/escaped data.
7618 (completion-table-with-quoting, completion-table-subvert): New funs.
7619 (completion--twq-try, completion--twq-all): New functions.
7620 (completion--nth-completion): New function.
7621 (completion-try-completion, completion-all-completions): Use it.
7622
7623 2012-04-25 Leo Liu <sdl.web@gmail.com>
7624
7625 * progmodes/python.el (python-pdbtrack-get-source-buffer):
7626 Use compilation-message if available to find real filename.
7627
7628 2012-04-25 Chong Yidong <cyd@gnu.org>
7629
7630 * vc/diff-mode.el (diff-setup-whitespace): New function.
7631 (diff-mode): Use it.
7632
7633 * vc/diff.el (diff-sentinel):
7634 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
7635 Whitespace mode variables based on diff style (Bug#8612).
7636
7637 2012-04-25 Leo Liu <sdl.web@gmail.com>
7638
7639 * progmodes/python.el (python-send-region): Add suffix .py to the
7640 temp file.
7641
7642 * files.el (auto-mode-alist): Use javascript-mode instead.
7643
7644 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
7645
7646 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
7647
7648 * net/soap-client.el (soap-resolve-references-for-sequence-type)
7649 (soap-resolve-references-for-array-type): Hack to prevent self
7650 references, see Bug#9.
7651 (soap-parse-envelope): Report the contents of the 'detail' node
7652 when receiving a fault reply.
7653 (soap-parse-envelope): Report the contents of the entire 'detail' node.
7654
7655 * net/soap-inspect.el (soap-sample-value-for-simple-type)
7656 (soap-inspect-simple-type): New function.
7657
7658 * net/soap-client.el (soap-simple-type): New struct.
7659 (soap-default-xsd-types, soap-default-soapenc-types)
7660 (soap-decode-basic-type, soap-encode-basic-type):
7661 support unsignedInt and double basic types.
7662 (soap-resolve-references-for-simple-type)
7663 (soap-parse-simple-type, soap-encode-simple-type): New function.
7664 (soap-parse-schema): Parse xsd:simpleType declarations.
7665
7666 * net/soap-client.el (soap-default-xsd-types)
7667 (soap-default-soapenc-types): Add integer, byte and anyURI types.
7668 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
7669 the local name of "soapenc:Array".
7670 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
7671 decoding integer, byte and anyURI xsd types.
7672
7673 2012-04-25 Chong Yidong <cyd@gnu.org>
7674
7675 * cus-edit.el (custom-buffer-create-internal): Update header text.
7676
7677 2012-04-25 Eli Zaretskii <eliz@gnu.org>
7678
7679 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
7680 settings on 'system-type', not on 'window-system'. On MS-Windows,
7681 set interactive-mode on in GDB.
7682
7683 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7684
7685 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
7686 (ruby-syntax-propertize-regexp): Remove.
7687 (ruby-syntax-propertize-function): Split regexp into chunks.
7688 Match following code directly.
7689
7690 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
7691
7692 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
7693 (ruby-syntax-propertize-regexp): New function.
7694 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
7695 by a special keyword.
7696
7697 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
7698 (ruby-syntax-general-delimiters-goto-beg)
7699 (ruby-syntax-propertize-general-delimiters): New functions.
7700 (ruby-syntax-propertize-function): Use them to handle GDL.
7701 (ruby-font-lock-keywords): Move old handling of GDL...
7702 (ruby-font-lock-syntactic-keywords): .. to here.
7703 (ruby-calculate-indent): Adjust indentation for GDL.
7704
7705 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
7706
7707 * notifications.el (top): Remove unneeded declarations.
7708 (notifications-specification-version): Change to "1.2".
7709 (notifications-interface, notifications-notify-method)
7710 (notifications-close-notification-method): Fix docstring.
7711 (notifications-get-capabilities-method): New defconst.
7712 (notifications-notify): Add :action-items, :resident and
7713 :transient hints. Change "image_data" to "image-data" and
7714 "image_path" to "image-path".
7715 (notifications-get-capabilities): New defun.
7716
7717 2012-04-24 Leo Liu <sdl.web@gmail.com>
7718
7719 * progmodes/python.el: Move hideshow setup to the end.
7720
7721 2012-04-24 Martin Rudalics <rudalics@gmx.at>
7722
7723 * window.el (handle-select-window): Clear echo area since this is
7724 no more done by read_char (Bug#11304).
7725
7726 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
7729 and `/ M' to filter-derived-mode.
7730 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
7731 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7732 (ibuffer-mark-by-mode): Use default rather than initial-input.
7733 (ibuffer-filter-by-derived-mode): Autoload and require-match.
7734
7735 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
7736
7737 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
7738 (ibuffer-filter-by-derived-mode): New filter.
7739 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
7740
7741 2012-04-23 Andreas Politz <politza@fh-trier.de>
7742
7743 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
7744
7745 2012-04-23 Chong Yidong <cyd@gnu.org>
7746
7747 * cus-edit.el (customize-apropos, customize-apropos-options):
7748 Disable matching of non-option variables (Bug#11176).
7749 (customize-option, customize-option-other-window)
7750 (customize-changed-options): Doc fix.
7751 (customize-apropos-options, customize-apropos-faces)
7752 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
7753
7754 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
7755 Fix word list splitting (Bug#11132).
7756 (apropos-symbol, apropos-keybinding, apropos-label)
7757 (apropos-property, apropos-function-button)
7758 (apropos-variable-button, apropos-misc-button): New faces.
7759 (apropos-symbol-face, apropos-keybinding-face)
7760 (apropos-label-face, apropos-property-face, apropos-match-face):
7761 Variables removed (Bug#8396).
7762 (apropos-library-button, apropos-format-plist, apropos-print)
7763 (apropos-print-doc, apropos-describe-plist): Callers changed.
7764
7765 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
7766
7767 * net/xesam.el (xesam-mode-map): Use let-bound map in
7768 initialization. (Bug#11292)
7769
7770 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7771
7772 Preserve ispell session localwords when switching back to
7773 original buffer.
7774
7775 * textmodes/ispell.el (ispell-buffer-session-localwords):
7776 New buffer-local variable to hold buffer session localwords.
7777 (ispell-kill-ispell): Add option 'clear to delete session
7778 localwords.
7779 (ispell-command-loop, ispell-change-dictionary)
7780 (ispell-buffer-local-words): Preserve session localwords when
7781 needed.
7782
7783 * textmodes/flyspell.el (flyspell-process-localwords)
7784 (flyspell-do-correct): Preserve session localwords when needed.
7785
7786 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7787
7788 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
7789 using obsolete `translation-table-for-input'.
7790 (ispell-word, ispell-process-line, ispell-complete-word):
7791 Use plain `insert' instead of removed `ispell-insert-word'.
7792
7793 2012-04-22 Chong Yidong <cyd@gnu.org>
7794
7795 * cus-edit.el (custom-variable-menu)
7796 (custom-variable-reset-saved, custom-face-menu)
7797 (custom-face-reset-saved): If there is no saved value, make the
7798 "reset-saved" operation bring back the default (Bug#9509).
7799 (custom-face-state): Properly detect themed faces.
7800
7801 * faces.el (face-spec-set): Stop supporting deprecated form of
7802 third arg.
7803
7804 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
7805
7806 Move functions from C to Lisp. Make non-blocking method calls
7807 the default. Implement further D-Bus standard interfaces.
7808
7809 * net/dbus.el (dbus-message-internal): Declare function.
7810 Remove unneeded function declarations.
7811 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
7812 (dbus-message-type-method-return, dbus-message-type-error)
7813 (dbus-message-type-signal): Declare variables. Remove local
7814 definitions.
7815 (dbus-interface-dbus, dbus-interface-peer)
7816 (dbus-interface-introspectable, dbus-interface-properties)
7817 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
7818 Adapt docstring.
7819 (dbus-interface-objectmanager): New defconst.
7820 (dbus-call-method, dbus-call-method-asynchronously)
7821 (dbus-send-signal, dbus-method-return-internal)
7822 (dbus-method-error-internal, dbus-register-service)
7823 (dbus-register-signal, dbus-register-method): New defuns, moved
7824 from dbusbind.c
7825 (dbus-call-method-handler, dbus-setenv)
7826 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
7827 New defuns.
7828 (dbus-call-method-non-blocking): Make it an obsolete function.
7829 (dbus-unregister-object, dbus-unregister-service)
7830 (dbus-handle-event, dbus-register-property)
7831 (dbus-property-handler): Obey the new structure of
7832 `bus-registered-objects'.
7833 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
7834 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7835 Use `dbus-call-method'.
7836
7837 2012-04-22 Chong Yidong <cyd@gnu.org>
7838
7839 * cus-edit.el (custom-commands, custom-reset-menu)
7840 (Custom-reset-standard): Tweak labels.
7841 (custom-reset-button-menu): Change default to t.
7842 (custom-buffer-create-internal): For the custom-reset-button-menu
7843 case, put the revert button first.
7844 (custom-group-subtitle): New face.
7845 (custom-group-value-create): Align docstring to a specific column.
7846
7847 * wid-edit.el (widget-documentation-link-add): Don't handle
7848 indentation in this function.
7849 (widget-documentation-string-indent-to): New function.
7850 (widget-documentation-string-value-create): Use it.
7851
7852 * autorevert.el (auto-revert):
7853 * epg-config.el (epg):
7854 * ibuffer.el (ibuffer):
7855 * mpc.el (mpc):
7856 * ses.el (ses):
7857 * eshell/eshell.el (eshell):
7858 * net/ange-ftp.el (ange-ftp):
7859 * progmodes/ebnf2ps.el (postscript):
7860 * progmodes/flymake.el (flymake):
7861 * progmodes/prolog.el (prolog):
7862 * progmodes/verilog-mode.el (verilog-mode):
7863 * progmodes/which-func.el (which-func):
7864 * term/xterm.el (xterm):
7865 * textmodes/picture.el (picture):
7866 * textmodes/tildify.el (tildify):
7867 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
7868 customization buffers.
7869
7870 2012-04-22 Alan Mackenzie <acm@muc.de>
7871
7872 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
7873 Adding a ) can hide the resulting (..) from searches. Fix it.
7874 Bound the backward search to the position of the existing (.
7875
7876 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
7877
7878 * progmodes/verilog-mode.el (verilog-mode): Check whether
7879 which-func-modes is t before adding verilog-mode.
7880 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
7881
7882 2012-04-21 Leo Liu <sdl.web@gmail.com>
7883
7884 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
7885
7886 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
7887
7888 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
7889 filling of the last column of a table (Bug#5635).
7890 (woman-find-next-control-line): New arg, specifying an additional
7891 regexp component for the control line.
7892 (woman2-roff-buffer): Use it.
7893 (woman-break-table): New function.
7894 (woman2-TS): Use it.
7895
7896 2012-04-21 Chong Yidong <cyd@gnu.org>
7897
7898 * woman.el (woman-set-buffer-display-table, woman-decode-region)
7899 (woman-horizontal-escapes, woman-negative-vertical-space)
7900 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
7901 (WoMan-warn-ignored): Use ?\s instead of ?\ .
7902
7903 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7904
7905 * minibuffer.el (completion-file-name-table): Complete user names.
7906
7907 2012-04-20 Leo Liu <sdl.web@gmail.com>
7908
7909 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
7910 and pcase-let*.
7911
7912 2012-04-20 Chong Yidong <cyd@gnu.org>
7913
7914 * server.el (server-execute): Respect initial-buffer-choice if it
7915 is a string and there are no files to open (Bug#2825).
7916 (server-create-window-system-frame, server-create-tty-frame):
7917 Don't switch buffers here.
7918 (server-process-filter): Only try to open a window system frame if
7919 compiled with graphical support (Bug#8314).
7920
7921 2012-04-20 Dan Nicolaescu <dann@gnu.org>
7922
7923 * battery.el (battery-echo-area-format): Display remaining time
7924 for sysfs backend too (Bug#11269).
7925 (battery-linux-sysfs): Fix conditional for the charge.
7926
7927 2012-04-20 Chong Yidong <cyd@gnu.org>
7928
7929 * progmodes/gdb-mi.el (gdb): Revert previous change.
7930 (gdb-inferior-io--init-proc): New function.
7931 (gdb-init-1): Use it.
7932 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
7933 responsible for allocating a new pty and hooking it to gdb when
7934 the old pty gets an EIO due to process exit.
7935 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
7936 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
7937 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
7938
7939 2012-04-20 Eli Zaretskii <eliz@gnu.org>
7940
7941 * window.el (window-min-size, window-sizable, window-min-delta)
7942 (window-max-delta, window--resizable, window-resizable)
7943 (window-total-size, window-full-height-p, window-full-width-p)
7944 (window-in-direction, window--resize-mini-window, window-resize)
7945 (window--resize-child-windows-normal)
7946 (window--resize-child-windows, window--resize-siblings)
7947 (window--resize-this-window, adjust-window-trailing-edge)
7948 (enlarge-window, shrink-window): Doc fixes.
7949
7950 2012-04-20 Chong Yidong <cyd@gnu.org>
7951
7952 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
7953 New function to call delete-process on the gdb-inferior buffer's pty.
7954 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
7955 pty process (Bug#11273).
7956 (gdb-update): New arg to suppress talking to the gdb process.
7957 (gdb-done-or-error): Use it.
7958 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
7959 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
7960 sentinel not being called.
7961
7962 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
7963
7964 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
7965
7966 2012-04-20 Glenn Morris <rgm@gnu.org>
7967
7968 * net/network-stream.el (open-network-stream): Doc fix.
7969
7970 2012-04-20 Chong Yidong <cyd@gnu.org>
7971
7972 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
7973
7974 2012-04-20 Alan Mackenzie <acm@muc.de>
7975
7976 Ensure searching for keywords is case sensitive.
7977
7978 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
7979 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
7980 (c-defun-name, c-mark-function, c-cpp-define-name)
7981 (c-comment-indent, c-scan-conditionals, c-indent-defun)
7982 (c-context-line-break): Bind case-fold-search to nil.
7983
7984 * progmodes/cc-mode.el (c-font-lock-fontify-region):
7985 Bind case-fold-search to nil.
7986
7987 2012-04-20 Chong Yidong <cyd@gnu.org>
7988
7989 * mail/sendmail.el (mail-bury): Call return action with the right
7990 Rmail buffer (Bug#11242).
7991
7992 * server.el (server-process-filter): Handle corner case where both
7993 tty and nowait options are present (Bug#11102).
7994
7995 2012-04-20 Eli Zaretskii <eliz@gnu.org>
7996
7997 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
7998 (top level): Put into the executable the ident-style '$Id:' tag on
7999 windows-nt as well.
8000
8001 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * electric.el (electric-indent-post-self-insert-function): Check that
8004 electric-indent-mode is enabled in current buffer.
8005
8006 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8007
8008 * imenu.el (imenu-progress-message): Restore; it is "used" in
8009 erc/erc-imenu.el and net/snmp-mode.el.
8010
8011 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
8012
8013 * avoid.el (mouse-avoidance-mode): Mark unused arg.
8014 (mouse-avoidance-nudge-mouse): Remove unused binding.
8015
8016 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8017
8018 * descr-text.el (describe-char):
8019 * progmodes/python.el (python-describe-symbol):
8020 Don't call `toggle-read-only', set `buffer-read-only'.
8021
8022 * imenu.el (imenu-default-goto-function): Mark unused args.
8023 (imenu-progress-message): Remove obsolete macro; all callers changed.
8024
8025 * subr.el (keymap-canonicalize): Remove unused binding.
8026 (read-passwd): Mark unused arg.
8027
8028 * tutorial.el (tutorial--display-changes): Remove unused binding.
8029 (tutorial--save-tutorial-to): Remove unused variable.
8030
8031 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8032 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8033 (package-generate-autoloads, package-menu--generate)
8034 (package-menu--find-upgrades): Remove unused bindings.
8035
8036 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8037 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
8038 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8039 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8040 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8041 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8042 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8043 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8044 (cua-delete-char-rectangle): Mark unused args.
8045 (cua-align-rectangle): Remove unused binding.
8046
8047 * mail/rmail.el (compilation--message->loc)
8048 (epa--find-coding-system-for-mime-charset): Declare.
8049
8050 * net/dbus.el (dbus-register-service): Declare.
8051 (dbus-name-owner-changed-handler): Remove unused binding.
8052
8053 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8054 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8055 (nxml-scan-backward-within): Mark unused arg.
8056 (nxml-dynamic-markup-word): Remove unused binding.
8057
8058 * mouse.el (mouse-menu-major-mode-map):
8059 * emacs-lisp/authors.el (authors-scan-change-log)
8060 (authors-add-to-author-list):
8061 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8062 * emacs-lisp/smie.el (smie-auto-fill):
8063 * mail/sendmail.el (mail-bury):
8064 * mail/unrmail.el (unrmail):
8065 * net/tls.el (open-tls-stream):
8066 * textmodes/picture.el (picture-mouse-set-point):
8067 Remove unused bindings.
8068
8069 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
8070
8071 * net/tramp.el (tramp-action-password): Let-bind
8072 `enable-recursive-minibuffers' to t.
8073
8074 2012-04-18 Sam Steingold <sds@gnu.org>
8075
8076 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8077 instead of 'string to accommodate values like [f11].
8078 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8079 * progmodes/gdb-mi.el: Likewise.
8080
8081 2012-04-18 Leo Liu <sdl.web@gmail.com>
8082
8083 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8084 current buffer.
8085 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8086 LOCAL is nil.
8087
8088 2012-04-18 Chong Yidong <cyd@gnu.org>
8089
8090 * simple.el (line-move): Use forward-line if in batch mode
8091 (Bug#11053).
8092
8093 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
8094
8095 * files.el (after-find-file): Do not try to add a final newline if
8096 the buffer is read-only (Bug#11156).
8097
8098 2012-04-17 Richard Stallman <rms@gnu.org>
8099
8100 * mail/rmail.el (rmail-start-mail):
8101 Pass (rmail-mail-return...) for the return-action.
8102 Pass (rmail-yank-current-message...) for the yank-action.
8103 (rmail-yank-current-message): New function.
8104 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
8105 (rmail-reply): Likewise.
8106 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
8107
8108 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
8109 buffer, not the last. Reject temp buffers. Use the rmail-mode
8110 buffer, not newbuf.
8111
8112 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
8113
8114 * server.el (server-ensure-safe-dir): Simplify.
8115
8116 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8117
8118 * emacs-lisp/smie.el: Provide smarter auto-filling.
8119 (smie-auto-fill): New function.
8120 (smie-setup): Use it.
8121
8122 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8123
8124 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8125
8126 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
8127 (comment-indent): Use it.
8128
8129 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
8130
8131 * ses.el: The overall change is to add cell renaming, that is
8132 setting fancy names for cell symbols other than name matching
8133 "\\`[A-Z]+[0-9]+\\'" regexp .
8134 (ses-localvars): Add ses--renamed-cell-symb-list.
8135 (ses-create-cell-variable): New defun.
8136 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
8137 (ses-relocate-formula): Relocate formulas only for cells the
8138 symbols of which are not renamed, i.e. symbols whose names do not
8139 match regexp "\\`[A-Z]+[0-9]+\\'".
8140 (ses-relocate-all): Relocate values only for cells the symbols of
8141 which are not renamed.
8142 (ses-load): Create cells variables as the (ses-cell ...) are read,
8143 in order to check row col consistency with cell symbol name only
8144 for cells that are not renamed.
8145 (ses-replace-name-in-formula): New defun.
8146 (ses-rename-cell): New defun.
8147
8148 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
8149
8150 * progmodes/perl-mode.el (perl-indent-parens-as-block):
8151 New option (bug#11118).
8152 (perl-calculate-indent): Respect it.
8153
8154 2012-04-17 Glenn Morris <rgm@gnu.org>
8155
8156 * dired-aux.el (dired-mark-read-string): Doc fix.
8157
8158 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
8159
8160 * dired-aux.el (dired-mark-read-string): Offer optional completion.
8161 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
8162
8163 2012-04-17 Glenn Morris <rgm@gnu.org>
8164
8165 * mouse.el (mouse-drag-track):
8166 * speedbar.el (speedbar-frame-mode):
8167 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
8168
8169 2012-04-16 Leo Liu <sdl.web@gmail.com>
8170
8171 * progmodes/python.el: Trivial cleanup.
8172
8173 2012-04-16 Glenn Morris <rgm@gnu.org>
8174
8175 * vc/vc.el (vc-string-prefix-p):
8176 * vc/pcvs-util.el (cvs-string-prefix-p):
8177 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
8178 * mpc.el (mpc-string-prefix-p):
8179 Make all of these into obsolete aliases for string-prefix-p.
8180 Update callers.
8181 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
8182
8183 * textmodes/two-column.el: Move custom options to the start.
8184 (frame-width): Remove compat definition.
8185 (2C-associate-buffer, 2C-dissociate):
8186 Use with-current-buffer rather than save-excursion.
8187 (2C-dissociate): Force a mode-line update.
8188 (2C-autoscroll): Use ignore-errors.
8189
8190 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
8191 Autoload trivia.
8192
8193 * emacs-lisp/cl-extra.el (*random-state*):
8194 Remove unnecessary declaration.
8195
8196 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
8197
8198 * play/cookie1.el (cookie-snarf):
8199 Give an explicit error if input file cannot be read.
8200
8201 * play/yow.el (yow-file): Use expand-file-name rather than concat.
8202
8203 * progmodes/perl-mode.el (c-macro-expand):
8204 Remove unnecessary autoload (it is in loaddefs.el).
8205
8206 * textmodes/picture.el (picture-desired-column)
8207 (picture-update-desired-column): Convert comments to doc-strings.
8208 (picture-substitute): Remove function.
8209 (picture-mode-map): Initialize in the defvar.
8210
8211 * woman.el: Remove eval-after-load for tar-mode.
8212 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
8213 (woman-tar-extract-file): Autoload it.
8214
8215 * frame.el (automatic-hscrolling): Make this alias obsolete.
8216
8217 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8218
8219 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
8220 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
8221 (ispell-dictionary-base-alist): Revert to original XEmacs
8222 friendly version for default. [:alpha:] will be added in
8223 `ispell-set-spellchecker-params' if needed.
8224
8225 2012-04-16 Chong Yidong <cyd@gnu.org>
8226
8227 * image.el (imagemagick--file-regexp): New variable.
8228 (imagemagick-register-types): Use it.
8229 (imagemagick-types-inhibit): Add :set function. Allow new value
8230 of t to inhibit all types.
8231
8232 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
8233 so we can preload it.
8234
8235 * loadup.el (fboundp): Preload regexp-opt, needed by
8236 imagemagick-register-types.
8237
8238 2012-04-15 Chong Yidong <cyd@gnu.org>
8239
8240 * frame.el (scrolling): Remove nearly unused customization group.
8241
8242 * scroll-all.el (scroll-all-mode): Move to windows group.
8243
8244 2012-04-15 Chong Yidong <cyd@gnu.org>
8245
8246 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
8247
8248 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8249
8250 Avoid the use of ((lambda ...) ...) in lexical-binding code.
8251 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
8252
8253 2012-04-15 Glenn Morris <rgm@gnu.org>
8254
8255 * simple.el (process-file-side-effects): Doc fix.
8256
8257 2012-04-15 Glenn Morris <rgm@gnu.org>
8258
8259 * international/mule-cmds.el (set-language-environment): Doc fix.
8260
8261 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
8262
8263 * server.el (server-auth-key, server-generate-key): Doc fixes.
8264 (server-get-auth-key): Doc fix. Use `string-match-p'.
8265 (server-start): Reflow docstring.
8266
8267 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
8268
8269 * server.el (server-generate-key): `called-interactively-p'
8270 requires a parameter.
8271
8272 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
8273
8274 * server.el (server-auth-key): New variable.
8275 (server-generate-key, server-get-auth-key): New function.
8276 (server-start): Use the new variable and functions to allow
8277 setting a permanent server key (bug#9423).
8278
8279 2012-04-14 Leo Liu <sdl.web@gmail.com>
8280
8281 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
8282
8283 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
8284
8285 Spelling fixes.
8286 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
8287 Emacs uses American spelling.
8288
8289 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
8290
8291 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
8292 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
8293 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
8294 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
8295
8296 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8297
8298 * progmodes/which-func.el (which-func-modes): Change default.
8299
8300 2012-04-14 Kim F. Storm <storm@cua.dk>
8301
8302 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
8303 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
8304
8305 2012-04-14 Chong Yidong <cyd@gnu.org>
8306
8307 * custom.el (custom-theme-set-variables): Doc fix.
8308
8309 2012-04-14 Glenn Morris <rgm@gnu.org>
8310
8311 * international/mule.el (set-auto-coding-for-load): Doc fix.
8312
8313 2012-04-14 Alan Mackenzie <acm@muc.de>
8314
8315 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
8316 imenu work again for Objective C Mode. Correct the *-index values,
8317 these having been disturbed by a previous change in 2011-08.
8318
8319 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
8320 Correct two search limits.
8321
8322 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8323
8324 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
8325
8326 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
8327
8328 * international/characters.el: Fix sorting.
8329
8330 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8331
8332 * international/characters.el: Add more missing Latin case pairs.
8333
8334 2012-04-14 Glenn Morris <rgm@gnu.org>
8335
8336 * files.el (dir-locals-set-class-variables): Doc fix.
8337
8338 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8339
8340 * international/characters.el: Add set-case-syntax-pair call for
8341 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
8342 counterpart. (Bug#11209)
8343
8344 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
8345
8346 2012-04-14 Glenn Morris <rgm@gnu.org>
8347
8348 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8349
8350 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8351
8352 * textmodes/ispell.el (ispell-dictionary-base-alist):
8353 Add data for Hebrew.
8354
8355 2012-04-14 Chong Yidong <cyd@gnu.org>
8356
8357 * net/rcirc.el (rcirc-cmd-quit):
8358 Revert 2012-03-18 change (Bug#11192).
8359
8360 2012-04-14 Glenn Morris <rgm@gnu.org>
8361
8362 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
8363
8364 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8365
8366 * minibuffer.el (completion-in-region-mode-map):
8367 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
8368
8369 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
8370
8371 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
8372
8373 2012-04-13 Masatake YAMATO <yamato@redhat.com>
8374
8375 * minibuffer.el (minibuffer-local-filename-syntax): New variable
8376 to allow `C-M-f' and `C-M-b' to move to the nearest path
8377 separator (bug#9511).
8378
8379 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
8380
8381 * avoid.el: Require cl when compiling. And also move the
8382 `provide' to the end.
8383
8384 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8385
8386 * avoid.el (mouse-avoidance-banish-position): New variable.
8387 (mouse-avoidance-banish-destination): Use it (bug#10165).
8388
8389 2012-04-13 Leo Liu <sdl.web@gmail.com>
8390
8391 * progmodes/which-func.el (which-func-modes): Add objc-mode.
8392
8393 2012-04-13 Ken Brown <kbrown@cornell.edu>
8394
8395 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
8396 this is no longer needed now that cygstart understands file:// URLs.
8397 (browse-url-filename-alist): For the same reason, don't modify
8398 file:// URLs on Cygwin.
8399
8400 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
8403 the region on shift if the binding is already shifted (bug#11221).
8404
8405 2012-04-12 Glenn Morris <rgm@gnu.org>
8406
8407 * mail/mailpost.el: Move to obsolete/.
8408
8409 2012-04-12 Drew Adams <drew.adams@oracle.com>
8410
8411 * imenu.el (imenu--generic-function): Ignore invisible definitions
8412 (bug#10123).
8413
8414 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
8415
8416 * hexl.el (hexl-bits): New variable.
8417 (hexl-options): Mention the variable in the doc string.
8418 (hexl-rulerise, hexl-line-displen): New functions.
8419 (hexl-mode): Mention the new variable.
8420 (hexl-mode, hexl-current-address, hexl-current-address):
8421 Use the displen.
8422 (hexl-ascii-start-column): New function.
8423 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
8424 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
8425
8426 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8427
8428 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
8429 '("-i" ENCODING), in 2 separate command-line arguments, to specify
8430 the encoding, as expected by hunspell.
8431
8432 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8433
8434 * battery.el (battery--linux-sysfs-regexp): New const.
8435 (battery-status-function): Use it. Remove yeeloong special case.
8436 (battery-yeeloong-sysfs): Remove.
8437 (battery-echo-area-format): Remove yeeloong special case.
8438
8439 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8440
8441 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
8442 Reported by Noah Friedman.
8443
8444 * subr.el (read-passwd): Use read-string.
8445
8446 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8447
8448 * vcursor.el (vcursor-move): Increase the priority of the overlay
8449 (bug#9663).
8450
8451 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8452
8453 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
8454 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
8455
8456 2012-04-11 William Stevenson <yhvh2000@gmail.com>
8457
8458 * textmodes/artist.el (artist-mode): Convert artist-mode to use
8459 define-minor-mode (bug#10760).
8460
8461 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8462
8463 * progmodes/grep.el (rgrep): Tweak the find command line so
8464 that directories matching `grep-find-ignored-files' won't be
8465 pruned (bug#10351).
8466
8467 2012-04-11 Chong Yidong <cyd@gnu.org>
8468
8469 * startup.el (command-line): Remove support for long-obsolete
8470 variable font-lock-face-attributes.
8471
8472 2012-04-11 Glenn Morris <rgm@gnu.org>
8473
8474 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
8475
8476 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * window.el (window--state-get-1): Obey window-point-insertion-type.
8479
8480 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
8481
8482 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
8483 to previous function when point is on the first character of a
8484 function. Take care of that in `narrow-to-defun' (bug#6157).
8485
8486 2012-04-11 Glenn Morris <rgm@gnu.org>
8487
8488 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
8489 not just file-errors.
8490
8491 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
8492 (vc-bzr-sha1): Use internal sha1.
8493
8494 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
8497
8498 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
8499
8500 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
8501 that start in the middle of the line (bug#10496).
8502
8503 2012-04-10 Dan Nicolaescu <dann@gnu.org>
8504
8505 * battery.el (battery-linux-proc-acpi): Only one battery is
8506 discharged at a time, but that seems to confuse battery.el when
8507 computing `rate-type' for the battery not being discharged
8508 (bug#10332).
8509
8510 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8511
8512 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
8513
8514 * international/quail.el: Use dolist and simplify.
8515 (quail-define-package, quail-update-keyboard-layout)
8516 (quail-define-rules): Use dolist.
8517 (quail-insert-kbd-layout, quail-get-translation): CSE.
8518
8519 * tmm.el: Use dolist, remove left over hook.
8520 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
8521 Use dolist.
8522 (calendar-load-hook): Don't mess with it.
8523
8524 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
8525 Use derived-mode-p. Run the diff asynchronously.
8526
8527 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8528
8529 * obsolete/mouse-sel.el: Add an Obsolete-since header.
8530
8531 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
8532
8533 * misc.el: Display absolute path of loaded DLLs (bug#10424).
8534 (list-dynamic-libraries--loaded): New function.
8535 (list-dynamic-libraries--refresh): Use it.
8536
8537 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
8538
8539 * progmodes/python.el (python-fill-paragraph):
8540 Make python-fill-region in a multiline string work when font-lock is
8541 disabled (bug#7018).
8542
8543 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
8544
8545 * language/european.el (cp775): Add oem/legacy (en)coding on
8546 DOS/MS Windows for the Baltic languages. There are still plenty
8547 of texts written in this encoding/codepage (bug#6519).
8548
8549 2012-04-10 Glenn Morris <rgm@gnu.org>
8550
8551 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
8552 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
8553
8554 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
8555
8556 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
8557 next-line "n" and previous-line "p" in order to make recentf more
8558 consistent with ibuffer, dired or org-mode (bug#9387).
8559
8560 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8561
8562 * image.el (put-image): Return the overlay created instead of the
8563 optional input string (bug#7834). Note that this may break code
8564 that is (for some reason or other) depending on `put-image'
8565 returning the string.
8566
8567 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
8568
8569 * simple.el (zap-to-char): Allow zapping using input methods
8570 (bug#1580).
8571
8572 * textmodes/fill.el (fill-region): Leave point and mark where they
8573 were before filling (bug#5399).
8574
8575 2012-04-09 Glenn Morris <rgm@gnu.org>
8576
8577 * version.el (emacs-bzr-get-version):
8578 Handle lightweight checkouts of local branches.
8579
8580 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
8581
8582 * international/characters.el: Recover lost case pairs. (Bug#11209)
8583
8584 2012-04-09 Chong Yidong <cyd@gnu.org>
8585
8586 * custom.el (custom-variable-p): Return nil for non-symbol
8587 arguments instead of signaling an error.
8588 (user-variable-p): Obsolete alias for custom-variable-p.
8589
8590 * apropos.el (apropos-variable):
8591 * files-x.el (read-file-local-variable):
8592 * simple.el (set-variable):
8593 * woman.el (woman-mini-help):
8594 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
8595
8596 2012-04-09 Glenn Morris <rgm@gnu.org>
8597
8598 * startup.el (normal-top-level): Don't look for leim-list.el
8599 in places where it will not be found. (Bug#910)
8600
8601 * international/mule-cmds.el (set-default-coding-systems):
8602 * files.el (normal-mode):
8603 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
8604 This function was removed with ucs-tables.el in 2008.
8605
8606 2012-04-08 Eli Zaretskii <eliz@gnu.org>
8607
8608 * textmodes/ispell.el (ispell-check-version): For hunspell, set
8609 ispell-encoding8-command to "-i", without a trailing space.
8610 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
8611 separate command-line arguments, to specify the encoding, since
8612 that's how hunspell expects it.
8613
8614 2012-04-08 Glenn Morris <rgm@gnu.org>
8615
8616 * loadup.el: Load bindings before cus-start.
8617 This reduces somewhat the number of "rogue" settings in emacs -Q.
8618
8619 2012-04-07 Glenn Morris <rgm@gnu.org>
8620
8621 * version.el (emacs-bzr-get-version): New function.
8622 (emacs-bzr-version): New variable.
8623 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
8624 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
8625
8626 2012-04-07 Eli Zaretskii <eliz@gnu.org>
8627
8628 * international/uni-bidi.el, international/uni-category.el:
8629 * international/uni-combining.el, international/uni-decimal.el:
8630 * international/uni-decomposition.el, international/uni-digit.el:
8631 * international/uni-lowercase.el, international/uni-mirrored.el:
8632 * international/uni-name.el, international/uni-numeric.el:
8633 * international/uni-titlecase.el, international/uni-uppercase.el:
8634 Update for Unicode 6.1.
8635
8636 2012-04-07 Eli Zaretskii <eliz@gnu.org>
8637
8638 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
8639
8640 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8641
8642 * window.el (shrink-window): Mention the `window-min-height'
8643 variable in the doc string.
8644
8645 2012-04-05 Bastien Guerry <bzg@altern.org>
8646
8647 * color.el (color-lighten-name): Fix typo.
8648
8649 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8650
8651 * server.el (server--on-display-p): New function.
8652 (server--on-display-p): Use it.
8653
8654 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
8655
8656 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
8657 (bug#11145).
8658
8659 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * comint.el (comint--common-quoted-suffix): Check string boundary
8662 before comparing (bug#11158).
8663 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
8664
8665 2012-04-04 Chong Yidong <cyd@gnu.org>
8666
8667 * minibuffer.el (completion-extra-properties): Doc fix.
8668
8669 * subr.el (delayed-warnings-hook): Doc fix.
8670
8671 2012-04-04 Daiki Ueno <ueno@unixuser.org>
8672
8673 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
8674 selection (Bug#11159).
8675 (epa-insert-keys): Inform that the default public key will be
8676 exported if no key is selected.
8677
8678 2012-04-04 Richard Stallman <rms@gnu.org>
8679
8680 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
8681
8682 2012-04-03 Chong Yidong <cyd@gnu.org>
8683
8684 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
8685 mail-insert-file, not its obsolete alias mail-attach-file.
8686
8687 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
8688
8689 * notifications.el (notifications-notify): Fix docstring.
8690
8691 2012-04-02 Glenn Morris <rgm@gnu.org>
8692
8693 * emacs-lisp/authors.el (authors-aliases): Another addition.
8694
8695 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
8696
8697 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
8698 `tramp-compat-call-process' instead of `tramp-local-call-process'.
8699 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
8700
8701 2012-04-01 Chong Yidong <cyd@gnu.org>
8702
8703 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
8704 Handle root directory properly.
8705 (copy-directory): Caller changed.
8706
8707 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8708 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
8709
8710 2012-03-31 Glenn Morris <rgm@gnu.org>
8711
8712 * term/xterm.el (xterm-extra-capabilities): Doc fix.
8713
8714 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
8715
8716 * calendar/calendar.el (calendar-window-list)
8717 (calendar-hide-window): Restore. (Bug#11140)
8718 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
8719
8720 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
8721
8722 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8723
8724 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8725 Check if file is a symlink (Bug#10489).
8726
8727 * files.el (copy-directory): Likewise.
8728
8729 2012-03-30 Chong Yidong <cyd@gnu.org>
8730
8731 * image.el (imagemagick-types-inhibit)
8732 (imagemagick-register-types): Doc fix.
8733
8734 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8735
8736 * textmodes/ispell.el (ispell-get-extended-character-mode):
8737 Disable extended-char-mode for hunspell. hunspell does not support it
8738 and treats ~word as ordinary words in pipe mode.
8739
8740 2012-03-30 Glenn Morris <rgm@gnu.org>
8741
8742 * tutorial.el (help-with-tutorial): Ensure local variables don't
8743 happen to make the buffer read-only. (Bug#11127)
8744
8745 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8746
8747 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
8748 (perl-calculate-indent): Return `noindent' in strings.
8749
8750 2012-03-28 Sam Steingold <sds@gnu.org>
8751
8752 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
8753 instead of the broken adhockery which does not prevent calendar
8754 buffers from being displayed at random after exit.
8755 (calendar-window-list, calendar-hide-window): Remove the broken
8756 adhockery.
8757
8758 2012-03-28 Glenn Morris <rgm@gnu.org>
8759
8760 * replace.el (query-replace-map): Doc fix.
8761
8762 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
8763
8764 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
8765 contents. (Bug#11109)
8766
8767 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8768
8769 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
8770 (bug#11077).
8771 (avl-tree--check, avl-tree--check-node): New funs.
8772
8773 2012-03-27 Martin Rudalics <rudalics@gmx.at>
8774
8775 * window.el (switch-to-visible-buffer): New option.
8776 (switch-to-prev-buffer, switch-to-next-buffer):
8777 Observe switch-to-visible-buffer. Make sure that checking for a window
8778 showing a buffer already is done on the same frame.
8779
8780 2012-03-27 Glenn Morris <rgm@gnu.org>
8781
8782 * startup.el (mail-host-address): Doc fix.
8783
8784 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8785
8786 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
8787 than 197 variables.
8788
8789 2012-03-26 Ami Fischman <ami@fischman.org>
8790
8791 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
8792
8793 2012-03-26 Glenn Morris <rgm@gnu.org>
8794
8795 * files.el (save-buffers-kill-emacs): Doc fix.
8796
8797 * startup.el (normal-top-level, command-line, command-line-1):
8798 Give them doc strings.
8799
8800 2012-03-25 Eli Zaretskii <eliz@gnu.org>
8801
8802 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
8803 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
8804
8805 2012-03-25 Chong Yidong <cyd@gnu.org>
8806
8807 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
8808 theme if it was previously enabled before (Bug#11031).
8809
8810 * cus-theme.el (custom-theme-write-faces): Retrieve current face
8811 spec with custom-face-get-current-spec if its :shown-value is not
8812 determined yet (Bug#9337).
8813 (customize-create-theme, custom-theme-revert): Doc fixes.
8814
8815 * button.el (button-at): Minor addition to docstring.
8816
8817 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
8818
8819 * vc/vc.el (vc-merge): Fix a prompt.
8820
8821 2012-03-24 Chong Yidong <cyd@gnu.org>
8822
8823 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
8824 point (Bug#9623).
8825
8826 * button.el (button-at): Minor addition to docstring.
8827
8828 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8829
8830 * newcomment.el (comment-choose-indent): No space after BOL.
8831
8832 2012-03-22 Sam Steingold <sds@gnu.org>
8833
8834 * window.el (switch-to-prev-buffer): Revert last patch because the
8835 bug turned out to be an advertised feature (Elisp manual 28.14).
8836
8837 2012-03-22 Glenn Morris <rgm@gnu.org>
8838
8839 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
8840 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
8841
8842 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8843
8844 * net/network-stream.el (network-stream-open-starttls): Make error
8845 message under Windows be less misleading.
8846
8847 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
8848
8849 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
8850 understands (bug#9942).
8851
8852 2012-03-22 Chong Yidong <cyd@gnu.org>
8853
8854 * simple.el (end-of-visible-line): Handle return value of
8855 next-single-property-change properly (Bug#9371).
8856
8857 2012-03-22 Kenichi Handa <handa@m17n.org>
8858
8859 * international/quail.el (quail-insert-kbd-layout): Fix previous
8860 change. To avoid unwanted bidi reordering, use
8861 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
8862
8863 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
8864
8865 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
8866 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
8867 (ruby-beginning-of-indent): Be more careful with the difference
8868 between word-boundary and symbol boundary.
8869 (ruby-mode-syntax-table): Make : a symbol constituent.
8870
8871 2012-03-21 Andreas Politz <politza@fh-trier.de>
8872
8873 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
8874
8875 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8876
8877 * progmodes/etags.el (tags-completion-at-point-function):
8878 Improve last fix.
8879
8880 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
8881
8882 2012-03-21 Sam Steingold <sds@gnu.org>
8883
8884 * progmodes/etags.el (tags-completion-at-point-function):
8885 Avoid the error when point is inside the pattern.
8886
8887 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
8888
8889 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
8890 line (Bug#10855).
8891
8892 2012-03-21 Drew Adams <drew.adams@oracle.com>
8893
8894 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
8895
8896 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
8897
8898 * ido.el (ido-set-current-directory, ido-read-internal)
8899 (ido-choose-completion-string, ido-completion-help): Handle nil
8900 value of ido-completion-buffer (Bug#11008).
8901
8902 2012-03-21 Sam Steingold <sds@gnu.org>
8903
8904 * window.el (switch-to-prev-buffer): Do not switch to a visible
8905 window previous buffer, just like with the frame previous buffers.
8906
8907 2012-03-21 Chong Yidong <cyd@gnu.org>
8908
8909 * faces.el (make-face, make-empty-face, copy-face):
8910 * face-remap.el (face-remap-add-relative, face-remap-set-base):
8911 Doc fixes.
8912
8913 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8914
8915 * wid-edit.el (widget-complete-field): Remove (bug#11051).
8916 (widget-complete): Remove broken use of it.
8917
8918 2012-03-20 Chong Yidong <cyd@gnu.org>
8919
8920 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8921 Use string-width and truncate-string-width to handle arbitrary
8922 characters.
8923
8924 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
8925
8926 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
8927 to draw rectangles, not squares. (Regression introduced by revno
8928 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
8929
8930 2012-03-18 Chong Yidong <cyd@gnu.org>
8931
8932 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
8933 it is not yet defined (for temacs).
8934
8935 2012-03-18 Leo Liu <sdl.web@gmail.com>
8936
8937 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
8938 prefix.
8939
8940 2012-03-17 Eli Zaretskii <eliz@gnu.org>
8941
8942 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
8943 (ispell-choices-win-default-height, ispell-silently-savep)
8944 (ispell-dictionary-alist, ispell-encoding8-command)
8945 (ispell-check-version, ispell-aspell-find-dictionary)
8946 (ispell-valid-dictionary-list, ispell-words-keyword)
8947 (ispell-get-word, ispell-internal-change-dictionary)
8948 (ispell-region, ispell-skip-region-list)
8949 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
8950 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
8951 (ispell-message-text-end, ispell-message)
8952 (ispell-buffer-local-parsing): Doc fix.
8953
8954 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
8955
8956 * htmlfontify.el: Add support for code block fontification for ODT
8957 export (Bug #9914).
8958 (hfy-optimisations): Define new option
8959 `body-text-only'
8960 (hfy-fontify-buffer): Honor above setting.
8961 (hfy-begin-span, hfy-end-span): New routines factored out form
8962 `hfy-fontify-buffer'.
8963 (hfy-begin-span-handler, hfy-end-span-handler): New variables
8964 that permit insertion of custom tags.
8965 (hfy-fontify-buffer): Use above handlers.
8966 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
8967 (hfy-face-to-css): Re-defined to be a variable.
8968 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
8969 over multiple runs. This is made possible by having the caller let
8970 bind a special variable `hfy-user-sheet-assoc'.
8971 (htmlfontify-string): New defun.
8972 (hfy-compile-face-map): Make sure that the last char in the
8973 buffer is correctly fontified.
8974 (hfy-face-resolve-face): Whitespace only change.
8975
8976 2012-03-17 Eli Zaretskii <eliz@gnu.org>
8977
8978 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
8979 message more clear.
8980
8981 2012-03-16 Leo Liu <sdl.web@gmail.com>
8982
8983 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
8984
8985 2012-03-16 Alan Mackenzie <acm@muc.de>
8986
8987 Further optimise the handling of large macros.
8988
8989 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
8990 limit to a call of `c-literal-limits'.
8991 (c-determine-+ve-limit): New function.
8992 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
8993 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
8994 In CASE 5B, restrict a search limit to 500.
8995 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
8996
8997 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
8998 Restrict macro bounds to +-500 from after-change's BEG END.
8999
9000 2012-03-16 Leo Liu <sdl.web@gmail.com>
9001
9002 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9003
9004 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
9005
9006 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
9007 `special-mode' setting of `buffer-read-only'. (Bug#11010)
9008
9009 2012-03-16 Glenn Morris <rgm@gnu.org>
9010
9011 * view.el (view-buffer, view-buffer-other-window)
9012 (view-buffer-other-frame): Doc fixes re special mode-class.
9013
9014 * subr.el (eval-after-load): If named feature is provided not from
9015 a file, run after-load forms. (Bug#10946)
9016
9017 * calendar/calendar.el (calendar-insert-at-column):
9018 Handle non-unit-width characters a bit better. (Bug#10978)
9019
9020 2012-03-15 Chong Yidong <cyd@gnu.org>
9021
9022 * emacs-lisp/ring.el (ring-extend): New function.
9023 (ring-insert+extend): Extend the ring correctly (Bug#11019).
9024
9025 * comint.el (comint-read-input-ring)
9026 (comint-add-to-input-history): Grow comint-input-ring lazily.
9027
9028 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9029
9030 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9031 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9032
9033 * imenu.el: Fix multiple inheritance breakage (bug#9199).
9034 (imenu-add-to-menubar): Don't add a redundant index.
9035 (imenu-update-menubar): Handle a dynamically composed keymap.
9036
9037 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9038
9039 * mail/sendmail.el (mail-encode-header):
9040 Bind rfc2047-encode-encoded-words to nil.
9041
9042 2012-03-13 Glenn Morris <rgm@gnu.org>
9043
9044 * calendar/calendar.el (calendar-string-spread):
9045 Handle non-unit-width characters a bit better. (Bug#10978)
9046
9047 2012-03-13 Leo Liu <sdl.web@gmail.com>
9048
9049 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9050 directory and file as argument (Bug#10822).
9051
9052 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9053
9054 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9055 For dynamically generated code, follow $PC.
9056 (gdb-disassembly-handler-custom): Handle no function name case.
9057
9058 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
9059
9060 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9061 * emulation/ws-mode.el (ws-query-replace):
9062 * sort.el (sort-regexp-fields):
9063 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
9064
9065 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9066
9067 * dabbrev.el: Fix cycle completion order (bug#10963).
9068 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9069 (dabbrev-completion): Don't use an obarray; provide
9070 a cycle-sort-function.
9071
9072 2012-03-12 Leo Liu <sdl.web@gmail.com>
9073
9074 * simple.el (kill-new): Use equal-including-properties for comparison.
9075 (kill-do-not-save-duplicates): Doc fix.
9076
9077 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * dabbrev.el: Fix cycle completion (bug#10963).
9080 Use lexical binding and wrap to 80 columns.
9081 (dabbrev-completion): Delay computing the list of completions.
9082
9083 2012-03-12 Kenichi Handa <handa@m17n.org>
9084
9085 * international/quail.el (quail-insert-kbd-layout): Surround each
9086 row by LRO and PDF instead of inserting many LRMs. Pad the left
9087 and right of each non-spacing marks. Insert invisible space
9088 between lower and upper characters to prevent composition.
9089
9090 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9091
9092 * minibuffer.el (minibuffer-complete): Don't get confused when the
9093 function is run twice via different commands (bug#10958).
9094 (complete-with-action): Fix docstring.
9095
9096 2012-03-12 Chong Yidong <cyd@gnu.org>
9097
9098 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9099 (nxml-completion-at-point-function): New function.
9100 (nxml-mode): Use it.
9101 (nxml-bind-meta-tab-to-complete-flag): Default to t.
9102
9103 * emacs-lisp/package.el (package-unpack, package-unpack-single):
9104 Load generated autoloads file before byte compiling (Bug#10970).
9105 (package--make-autoloads-and-compile): New helper fun.
9106
9107 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
9108
9109 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9110
9111 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
9112
9113 * autorevert.el (auto-revert-handler): Ensure, that
9114 file-readable-p is applied only for local files or in
9115 auto-revert-tail-mode.
9116
9117 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
9118
9119 * server.el (server-eval-at): Handle non-tcp connections.
9120 Decode result string.
9121
9122 * server.el (server-msg-size): New constant.
9123 (server-reply-print): New function.
9124 (server-eval-and-print): Use it.
9125 (server-eval-at): Use server-quote-arg and server-unquote-arg.
9126 Handle -print-nonl.
9127
9128 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
9129
9130 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
9131 (Bug#10987).
9132
9133 2012-03-11 Chong Yidong <cyd@gnu.org>
9134
9135 * simple.el (goto-line): Doc fix (Bug#9938).
9136
9137 * subr.el (save-window-excursion): Doc fix (Bug#9979).
9138
9139 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
9140 when finished (Bug#10963).
9141
9142 2012-03-11 Martin Rudalics <rudalics@gmx.at>
9143
9144 * window.el (split-window-below): Fix bug in case where
9145 split-window-keep-point is nil (Bug#10971).
9146
9147 2012-03-11 Juri Linkov <juri@jurta.org>
9148
9149 * replace.el (replace-highlight): Set isearch-word to nil
9150 unconditionally. (Bug#10887)
9151
9152 2012-03-10 Eli Zaretskii <eliz@gnu.org>
9153
9154 * net/mairix.el (mairix-replace-invalid-chars): Rename from
9155 mairix-replace-illegal-chars; all callers changed. Don't remove
9156 ^, ~, and = characters: they are meaningful in mairix search specs.
9157 (mairix-widget-create-query): Add usage information about mairix
9158 search forms: negating words, searching for substrings, etc.
9159
9160 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
9161
9162 * international/fontset.el (font-encoding-alist): Add an entry for
9163 ksx1001 (Bug#5667).
9164
9165 2012-03-10 Richard Stallman <rms@gnu.org>
9166
9167 * mail/sendmail.el (mail-encode-header):
9168 Set rfc2047-encode-encoded-words.
9169
9170 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
9171
9172 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
9173 view buffer means not swapped.
9174 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
9175 (rmail-write-region-annotate): Error if real text has disappeared.
9176
9177 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
9178
9179 2012-03-10 Chong Yidong <cyd@gnu.org>
9180
9181 * emulation/cua-rect.el (cua--init-rectangles):
9182 * emulation/cua-base.el (cua--init-keymaps):
9183 Add delete-forward-char to remappings (Bug#9666).
9184
9185 2012-03-10 Martin Rudalics <rudalics@gmx.at>
9186
9187 * speedbar.el (speedbar-unhighlight-one-tag-line):
9188 Avoid unhighlighting due to frame switching (Bug#10275).
9189
9190 2012-03-10 Chong Yidong <cyd@gnu.org>
9191
9192 * minibuffer.el (completion-in-region, completion-help-at-point):
9193 Give the completion field overlay a high priority (Bug#6830).
9194
9195 * dired.el (dired-goto-file): Recognize absolute file name
9196 listings (Bug#7126).
9197 (dired-goto-file-1): New helper function.
9198 (dired-toggle-read-only): Inhibit warnings.
9199
9200 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
9201
9202 * net/dbus.el (dbus-property-handler): Return empty array if
9203 there are no properties.
9204
9205 2012-03-09 Leo Liu <sdl.web@gmail.com>
9206
9207 * savehist.el (savehist-printable): Stricter check for string
9208 value (Bug#10937).
9209
9210 2012-03-09 Eli Zaretskii <eliz@gnu.org>
9211
9212 * mail/smtpmail.el (smtpmail-send-it):
9213 Bind coding-system-for-write to *-unix, so that FCC files are kept in
9214 valid mbox format.
9215
9216 2012-03-09 Glenn Morris <rgm@gnu.org>
9217
9218 * files.el (dir-locals-find-file):
9219 Don't check result is regular, readable.
9220 (dir-locals-read-from-file): Demote errors.
9221
9222 2012-03-08 Eli Zaretskii <eliz@gnu.org>
9223
9224 * international/quail.el (quail-insert-kbd-layout):
9225 Insert invisible LRM characters before each character in a keyboard
9226 layout cell, to prevent their reordering by bidi display engine.
9227 For details, see the discussion in
9228 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
9229
9230 2012-03-08 Alan Mackenzie <acm@muc.de>
9231
9232 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
9233 the starting position; make it extend the marked region when
9234 invoked repeatedly - all under appropriate circumstances.
9235 Fixes bugs #5525, #10906.
9236
9237 2012-03-08 Glenn Morris <rgm@gnu.org>
9238
9239 * files.el (locate-dominating-file, dir-locals-find-file):
9240 Undo 2012-03-06 change.
9241
9242 2012-03-07 Eli Zaretskii <eliz@gnu.org>
9243
9244 * international/quail.el (quail-help):
9245 Force bidi-paragraph-direction be left-to-right. See discussion in
9246 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
9247 for the reason.
9248
9249 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
9250
9251 Avoid superfluous registering of signals. (Bug#10807)
9252
9253 * notifications.el (notifications-on-action-object)
9254 (notifications-on-close-object): New defvars.
9255 (notifications-on-action-signal, notifications-on-closed-signal):
9256 Unregister the signal if not needed any longer.
9257 (notifications-notify): Register `notifications-action-signal' or
9258 `notifications-closed-signal', if :on-action or :on-close has been
9259 passed as argument.
9260
9261 2012-03-07 Chong Yidong <cyd@gnu.org>
9262
9263 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
9264 non-X platforms.
9265
9266 2012-03-06 Glenn Morris <rgm@gnu.org>
9267
9268 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9269 (x-disown-selection-internal, x-get-selection-internal):
9270 Doc fix (add arglist signatures). (Bug#10783)
9271
9272 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9273
9274 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9275 Handle breakpoints with no "type".
9276
9277 2012-03-06 Glenn Morris <rgm@gnu.org>
9278
9279 * files.el (locate-dominating-file): Add optional predicate argument.
9280 (dir-locals-find-file): Make use of above change.
9281
9282 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
9283
9284 * info.el (Info-insert-dir): Also try "dir.gz".
9285
9286 2012-03-06 Glenn Morris <rgm@gnu.org>
9287
9288 * files.el (dir-locals-find-file):
9289 Ignore non-readable or non-regular files. (Bug#10928)
9290
9291 * files.el (locate-dominating-file): Doc fix.
9292
9293 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
9294
9295 * calendar/calendar.el (calendar-set-mode-line):
9296 `getenv' returns a string. (Bug#10951)
9297
9298 2012-03-05 Leo Liu <sdl.web@gmail.com>
9299
9300 * simple.el (backward-delete-char-untabify): Constrain point to
9301 field (Bug#10939).
9302
9303 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
9304
9305 2012-03-05 Chong Yidong <cyd@gnu.org>
9306
9307 * simple.el (count-words): If called from Lisp, return the word
9308 count, for symmetry with `count-lines'. Arglist changed.
9309 (count-words--message): Args changed. Consolidate counting code
9310 from count-words and count-words-region.
9311 (count-words-region): Caller changed.
9312 (count-lines-region): Make it an obsolete alias.
9313
9314 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
9315
9316 * saveplace.el (save-place-to-alist)
9317 (save-place-ignore-files-regexp): Allow value nil to disable this
9318 feature.
9319
9320 2012-03-04 Chong Yidong <cyd@gnu.org>
9321
9322 * faces.el (face-spec-reset-face): For the default face, reset the
9323 attributes to default values (Bug#10748).
9324
9325 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9326
9327 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
9328 previous patch: Check `message-send-mail-function', and not the
9329 default function (bug#10897).
9330
9331 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
9332
9333 * notifications.el (notifications-on-action-signal)
9334 (notifications-on-closed-signal): Check for unique service name of
9335 incoming event. Fix error in removing entry.
9336 (top): Register for signals with wildcard service name.
9337 (notifications-notify): Use daemon unique service name for map entries.
9338
9339 2012-03-04 Chong Yidong <cyd@gnu.org>
9340
9341 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
9342
9343 2012-03-04 Glenn Morris <rgm@gnu.org>
9344
9345 * abbrev.el (copy-abbrev-table, abbrev-table-p)
9346 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
9347 (expand-abbrev, define-abbrev-table): Doc fixes.
9348
9349 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9350
9351 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
9352 `message-default-send-mail-function' and not `send-mail-function'
9353 when doing the prompting for `sendmail-query-once' before sending
9354 in Message buffers (bug#10897).
9355
9356 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
9357 This is inconsistent with all the other stream functions, which leave
9358 the setting up to the higher levels (if so wanted) (bug#10931).
9359
9360 2012-03-02 Alan Mackenzie <acm@muc.de>
9361
9362 Depessimize the handling of very large macros.
9363
9364 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
9365 (c-macro-cache-syntactic): New variables to implement a one
9366 element macro cache.
9367 (c-invalidate-macro-cache): New function.
9368 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
9369 Adapt to use the new cache.
9370 (c-state-safe-place): Use better the cache of safe positions.
9371 (c-state-semi-nonlit-pos-cache)
9372 (c-state-semi-nonlit-pos-cache-limit):
9373 New variables for...
9374 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
9375 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
9376 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
9377 Use c-state-semi-safe-place.
9378
9379 * progmodes/cc-langs.el (c-get-state-before-change-functions):
9380 Add c-invalidate-macro-cache to the C, C++, Obj entries.
9381
9382 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
9383
9384 * jka-compr.el (jka-compr-call-process):
9385 Apply `file-accessible-directory-p' only when the default directory is
9386 not remote.
9387
9388 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
9389
9390 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
9391 access of FILE2, if FILE1 does not exist.
9392
9393 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
9394 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
9395
9396 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
9397 Add "PAGER=" to `process-environment'.
9398
9399 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
9400
9401 * progmodes/sql.el: Bug fix
9402 (sql-get-login-ext): Save login values in globals.
9403 (sql-get-login): Use new version of `sql-get-login-ext'.
9404 (sql-interactive-mode): Set global `sql-connection' to nil.
9405 (sql-connect): Set global values for connection.
9406 (sql-product-interactive): Save global values as buffer local.
9407
9408 2012-02-29 Leo Liu <sdl.web@gmail.com>
9409
9410 * abbrev.el (define-abbrevs): Reset sys to nil.
9411
9412 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9413
9414 * files.el (file-equal-p): Rename from `files-equal-p'.
9415 Return nil when one or both files don't exist.
9416 (file-subdir-of-p): Now only top directory must exists,
9417 return nil if it doesn't.
9418 (copy-directory): No need to test with `file-subdir-of-p' after
9419 creating dir.
9420 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
9421 to `file-equal-p'.
9422
9423 2012-02-28 Glenn Morris <rgm@gnu.org>
9424
9425 * shell.el (shell-mode):
9426 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
9427 * play/landmark.el (landmark-font-lock-face-O):
9428 * play/handwrite.el (handwrite):
9429 * play/gomoku.el (gomoku-O):
9430 * net/browse-url.el (browse-url-browser-display):
9431 * international/mule.el (define-charset):
9432 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
9433 * filesets.el (filesets-find-file-delay):
9434 * eshell/em-xtra.el (eshell-xtra):
9435 * eshell/em-unix.el (eshell-grep):
9436 * emulation/viper.el (viper-mode):
9437 * emacs-lisp/regexp-opt.el (regexp-opt-group):
9438 * emacs-lisp/easymenu.el (easy-menu-define):
9439 * calendar/timeclock.el (timeclock-use-display-time):
9440 * bs.el (bs-mode):
9441 * bookmark.el (bookmark-save-flag):
9442 Doc fix (standardize possessive apostrophe usage).
9443
9444 2012-02-27 Chong Yidong <cyd@gnu.org>
9445
9446 * emulation/viper-cmd.el (viper-intercept-ESC-key):
9447 Fix key-binding lookup for ESC key (Bug#9146).
9448
9449 * font-lock.el (font-lock-specified-p): Rename from
9450 font-lock-spec-present. Callers changed.
9451
9452 2012-02-27 Daniel Hackney <dan@haxney.org>
9453
9454 * emacs-lisp/package.el (package-compute-transaction):
9455 Handle holding a package version to t in package-load-list.
9456
9457 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
9458
9459 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
9460 (tramp-get-inode, tramp-get-device): Use cached values.
9461
9462 2012-02-26 Alan Mackenzie <acm@muc.de>
9463
9464 Check there is a font-lock specification before doing initial
9465 fontification.
9466
9467 * font-core.el (font-lock-mode): Move the conditional from
9468 :after-hook to font-lock-initial-fontify.
9469 (font-lock-default-function): Move the check for a specification
9470 to font-lock-spec-present.
9471
9472 * font-lock.el (font-lock-initial-fontify): Call ...
9473 (font-lock-spec-present): New function.
9474
9475 2012-02-26 Jim Blandy <jimb@red-bean.com>
9476
9477 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
9478 (gdb-send): Apply it to the operand of the '-interpreter-exec
9479 console' command, so that we can pass arguments with (say) quotes
9480 in them. Store exact string sent in gdb-debug-log (Bug#10765).
9481
9482 2012-02-26 Chong Yidong <cyd@gnu.org>
9483
9484 * help-fns.el (describe-function-1): Clarify description of
9485 remapping (Bug#10844).
9486
9487 * files.el (files-equal-p): Doc fix.
9488 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
9489 and quit the loop once a mismatch is found.
9490
9491 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
9492
9493 * bs.el (bs--show-with-configuration): Don't throw an error
9494 if the window cannot be split; otherwise, subsequent calls to
9495 bs-show fail, restoring a stale window config. (Bug#10882)
9496
9497 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
9498
9499 * term/ns-win.el (global-map): Bind ns-drag-file to
9500 ns-find-file (Bug#5855, Bug#10050).
9501
9502 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
9503
9504 * calendar/parse-time.el (parse-time-string): Allow extractor to
9505 return nil.
9506
9507 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
9508
9509 * net/tramp.el (tramp-file-name-for-operation):
9510 Add `files-equal-p' and `file-subdir-of-p'.
9511
9512 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
9513 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
9514 Add COPY-CONTENTS argument.
9515
9516 2012-02-25 Chong Yidong <cyd@gnu.org>
9517
9518 Add custom groups for VC backends, for consistency with vc-bzr.
9519
9520 * vc/vc-arch.el (vc-arch):
9521 * vc/vc-cvs.el (vc-cvs):
9522 * vc/vc-git.el (vc-git):
9523 * vc/vc-hg.el (vc-hg):
9524 * vc/vc-mtn.el (vc-mtn):
9525 * vc/vc-rcs.el (vc-rcs):
9526 * vc/vc-sccs.el (vc-sccs):
9527 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
9528 All relevant defcustoms reassigned.
9529
9530 2012-02-25 Chong Yidong <cyd@gnu.org>
9531
9532 * newcomment.el (comment-styles): Add autoload (Bug#10868).
9533
9534 * term/x-win.el (x-initialize-window-system): Reduce default for
9535 x-selection-timeout to 5 seconds (Bug#8869).
9536
9537 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9538
9539 * files.el (files-equal-p, file-subdir-of-p): New functions.
9540 (copy-directory): Error when trying to copy a directory on itself.
9541 Add missing copy-contents arg to tramp handler.
9542 * dired-aux.el (dired-copy-file-recursive): Same.
9543 (dired-create-files): Modify destination when source is equal to
9544 dest when copying files.
9545 Return also when dest is a subdir of source. (Bug#10489)
9546
9547 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
9548
9549 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
9550 (Bug#10874)
9551
9552 2012-02-23 Alan Mackenzie <acm@muc.de>
9553
9554 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
9555 parameter "after-hook:" to allow the expansion to run code after
9556 the execution of the mode hooks.
9557
9558 * font-lock.el (font-lock-initial-fontify): New function extracted
9559 from font-lock-mode-internal.
9560
9561 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
9562 :after-hook.
9563
9564 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9565
9566 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
9567 (completion--cache-all-sorted-completions): New function.
9568 (completion-all-sorted-completions): Use it.
9569 (completion--do-completion, minibuffer-force-complete):
9570 Use it to re-instate the flush hook.
9571
9572 * icomplete.el (icomplete-completions): Replace last fix with a better
9573 one (bug#10850).
9574
9575 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
9576
9577 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
9578 when it might call us back infinitely (bug#10797).
9579
9580 2012-02-23 Glenn Morris <rgm@gnu.org>
9581
9582 * minibuffer.el (completion-category-overrides): Doc fix.
9583
9584 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9585
9586 * minibuffer.el (completion-table-with-context): Fix inf-loop.
9587 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
9588
9589 2012-02-23 Glenn Morris <rgm@gnu.org>
9590
9591 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
9592 (authors-obsolete-files-regexps, authors-ignored-files)
9593 (authors-ambiguous-files, authors-renamed-files-alist):
9594 Add more entries.
9595
9596 2012-02-23 Juri Linkov <juri@jurta.org>
9597
9598 * isearch.el (isearch-occur): Sync interactive spec with occur's
9599 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
9600
9601 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
9602
9603 2012-02-22 Juri Linkov <juri@jurta.org>
9604
9605 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
9606 (ucs-insert): Doc fix. Check for hex digits in the string.
9607 Don't display `nil' in the error message. (Bug#10857)
9608
9609 2012-02-22 Alan Mackenzie <acm@muc.de>
9610
9611 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
9612
9613 2012-02-22 Glenn Morris <rgm@gnu.org>
9614
9615 * ffap.el (ffap-c-path):
9616 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
9617
9618 2012-02-22 Chong Yidong <cyd@gnu.org>
9619
9620 * custom.el (load-theme): Doc fix.
9621
9622 2012-02-22 Glenn Morris <rgm@gnu.org>
9623
9624 * dired-x.el (dired-guess-shell-alist-default):
9625 Remove escape sequences from nroff output. (Bug#172)
9626
9627 2012-02-21 Glenn Morris <rgm@gnu.org>
9628
9629 * vc/emerge.el (emerge-defvar-local):
9630 Set `permanent-local' property rather than unused `preserved'.
9631
9632 * textmodes/picture.el (picture-delete-char): New alias.
9633 (picture-mode-map): Use it. (Bug#10860)
9634 (picture-mode): Doc fix.
9635
9636 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
9637
9638 * newcomment.el (uncomment-region-default): Remove unused binding.
9639
9640 2012-02-21 Glenn Morris <rgm@gnu.org>
9641
9642 * textmodes/picture.el (picture-motion, picture-motion-reverse)
9643 (picture-self-insert, picture-tab-chars): Doc fix.
9644 (picture-mode-map): Fix C-a, C-e.
9645
9646 2012-02-20 Glenn Morris <rgm@gnu.org>
9647
9648 * emacs-lisp/authors.el (authors-aliases): Add another entry.
9649
9650 2012-02-20 Leo Liu <sdl.web@gmail.com>
9651
9652 * icomplete.el (icomplete-completions): Check FROM arg before
9653 passing to substring (Bug#10850).
9654
9655 2012-02-19 Chong Yidong <cyd@gnu.org>
9656
9657 * comint.el: Require ansi-color.
9658 (comint-output-filter-functions): Add ansi-color-process-output.
9659
9660 * ansi-color.el: Don't set comint-output-filter-functions; it is
9661 now in the initial value defined in comint.el.
9662 (ansi-color-apply-face-function): New variable.
9663 (ansi-color-apply-on-region): Use it.
9664 (ansi-color-apply-overlay-face): New function.
9665
9666 * shell.el (shell): No need to require ansi-color.
9667 (shell-mode): Use ansi-color-apply-face-function to highlight
9668 color escapes using font-lock-face property (Bug#10835).
9669
9670 2012-02-19 Chong Yidong <cyd@gnu.org>
9671
9672 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
9673 mode-line formats (Bug#10839).
9674
9675 2012-02-18 Glenn Morris <rgm@gnu.org>
9676
9677 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
9678
9679 * mail/undigest.el (unforward-rmail-message): Doc fix.
9680
9681 * saveplace.el (save-place-ignore-files-regexp): Add :version.
9682
9683 2012-02-18 Eli Zaretskii <eliz@gnu.org>
9684
9685 * international/characters.el (script-list): Sync with the latest
9686 Unicode Character Database.
9687
9688 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
9689
9690 * international/titdic-cnv.el: Remove duplicate coding tag.
9691 * language/cham.el: Likewise.
9692 * language/tai-viet.el: Likewise.
9693
9694 2012-02-18 Glenn Morris <rgm@gnu.org>
9695
9696 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
9697 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
9698 (calendar-bahai-all-holidays-flag, calendar-other-dates):
9699 * calendar/diary-lib.el (diary-abbreviated-year-flag):
9700 * calendar/holidays.el (holiday-bahai-holidays)
9701 (calendar-holidays, list-holidays):
9702 Use utf-8 Bahá'í in doc-strings, menus, etc.
9703
9704 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
9705
9706 * saveplace.el (save-place-ignore-files-regexp): New variable
9707 allowing for excluding files from saving their location of point.
9708 The default value matches the temporary commit message editing
9709 files from Git, SVN, Bazaar, and Mercurial.
9710 (save-place-to-alist): Use it.
9711
9712 2012-02-17 Lawrence Mitchell <wence@gmx.li>
9713 Stefan Monnier <monnier@iro.umontreal.ca>
9714
9715 * newcomment.el (uncomment-region-default): Don't leave extra space
9716 when an arg is provided (bug#8150).
9717
9718 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
9719
9720 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
9721
9722 2012-02-17 Glenn Morris <rgm@gnu.org>
9723
9724 * net/socks.el: Require network-stream. (Bug#10599)
9725
9726 2012-02-17 Kenichi Handa <handa@m17n.org>
9727
9728 * international/charprop.el:
9729 * international/uni-name.el:
9730 * international/uni-old-name.el:
9731 * international/uni-comment.el: Regenerate.
9732
9733 2012-02-16 Glenn Morris <rgm@gnu.org>
9734
9735 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
9736 Interactively in calendar buffer, give an error if not on a date.
9737
9738 2012-02-15 Glenn Morris <rgm@gnu.org>
9739
9740 * shell.el (shell-delimiter-argument-list):
9741 Revert 2011-02-17 change. (Bug#8027)
9742
9743 2012-02-15 Chong Yidong <cyd@gnu.org>
9744
9745 * minibuffer.el (completion-at-point-functions): Doc fix.
9746
9747 * custom.el (defcustom): Doc fix; note use of defvar.
9748
9749 2012-02-15 Glenn Morris <rgm@gnu.org>
9750
9751 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
9752 Doc fixes.
9753
9754 2012-02-14 Glenn Morris <rgm@gnu.org>
9755
9756 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
9757
9758 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
9759
9760 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
9761 way the ports list is computed.
9762 (smtpmail-query-smtp-server): Prompt the user for a port number if
9763 we can't connect to any of the standard ports (bug#10810).
9764
9765 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
9766
9767 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
9768
9769 2012-02-13 Glenn Morris <rgm@gnu.org>
9770
9771 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
9772
9773 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
9774
9775 * net/gnutls.el (gnutls-trustfiles): New variable.
9776 (gnutls-negotiate): Use it.
9777
9778 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
9779
9780 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
9781 does its stuff if Gnus is running.
9782
9783 2012-02-13 Alan Mackenzie <acm@muc.de>
9784
9785 Fix a loop in c-set-fl-decl-start.
9786
9787 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
9788 c-backward-syntactic-ws actually moves backwards.
9789
9790 2012-02-13 Leo Liu <sdl.web@gmail.com>
9791
9792 * net/rcirc.el (rcirc-markup-attributes): Move point to the
9793 beginning so that all \C-o chars are removed.
9794
9795 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
9796
9797 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
9798
9799 2012-02-12 Alan Mackenzie <acm@muc.de>
9800
9801 Fix infinite loop with long macros.
9802 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
9803
9804 2012-02-12 Chong Yidong <cyd@gnu.org>
9805
9806 * window.el (display-buffer): Doc fix (Bug#10785).
9807
9808 2012-02-12 Glenn Morris <rgm@gnu.org>
9809
9810 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9811 (x-disown-selection-internal, x-get-selection-internal):
9812 Sync docs with the xselect.c versions.
9813
9814 * allout-widgets.el: Add missing license notice.
9815
9816 2012-02-11 Glenn Morris <rgm@gnu.org>
9817
9818 * select.el (x-get-selection-internal, x-own-selection-internal)
9819 (x-disown-selection-internal):
9820 * x-dnd.el (x-get-selection-internal): Update declarations.
9821
9822 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
9823
9824 * window.el (window-sides-slots):
9825 * tool-bar.el (tool-bar-position):
9826 * term/xterm.el (xterm-extra-capabilities):
9827 * ses.el (ses-self-reference-early-detection):
9828 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
9829 (verilog-auto-wire-type)
9830 (verilog-auto-delete-trailing-whitespace)
9831 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
9832 (verilog-auto-tieoff-declaration):
9833 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
9834 (sql-oracle-statement-starters, sql-oracle-scan-on):
9835 * progmodes/prolog.el (prolog-align-comments-flag)
9836 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
9837 (prolog-left-indent-regexp, prolog-paren-indent-p)
9838 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
9839 (prolog-types, prolog-mode-specificators)
9840 (prolog-determinism-specificators, prolog-directives)
9841 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
9842 (prolog-electric-dot-flag)
9843 (prolog-electric-dot-full-predicate-template)
9844 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
9845 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
9846 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
9847 (prolog-program-switches, prolog-prompt-regexp)
9848 (prolog-debug-on-string, prolog-debug-off-string)
9849 (prolog-trace-on-string, prolog-trace-off-string)
9850 (prolog-zip-on-string, prolog-zip-off-string)
9851 (prolog-use-standard-consult-compile-method-flag)
9852 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
9853 (prolog-imenu-max-lines, prolog-info-predicate-index)
9854 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
9855 (prolog-char-quote-workaround):
9856 * progmodes/cc-vars.el (c-defun-tactic):
9857 * net/tramp.el (tramp-encoding-command-interactive)
9858 (tramp-local-end-of-line):
9859 * net/soap-client.el (soap-client):
9860 * net/netrc.el (netrc-file):
9861 * net/gnutls.el (gnutls):
9862 * minibuffer.el (completion-category-overrides)
9863 (completion-cycle-threshold)
9864 (completion-pcm-complete-word-inserts-delimiters):
9865 * man.el (Man-name-local-regexp):
9866 * mail/feedmail.el (feedmail-display-full-frame):
9867 * international/characters.el (glyphless-char-display-control):
9868 * eshell/em-ls.el (eshell-ls-date-format):
9869 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
9870 (lisp-lambda-list-keyword-parameter-indentation)
9871 (lisp-lambda-list-keyword-parameter-alignment):
9872 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
9873 * dired-x.el (dired-omit-verbose):
9874 * cus-theme.el (custom-theme-allow-multiple-selections):
9875 * calc/calc.el (calc-highlight-selections-with-faces)
9876 (calc-lu-field-reference, calc-lu-power-reference)
9877 (calc-note-threshold):
9878 * battery.el (battery-mode-line-limit):
9879 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
9880 (archive-7z-update):
9881 * allout.el (allout-prefixed-keybindings)
9882 (allout-unprefixed-keybindings)
9883 (allout-inhibit-auto-fill-on-headline)
9884 (allout-flattened-numbering-abbreviation):
9885 * allout-widgets.el (allout-widgets-auto-activation)
9886 (allout-widgets-icons-dark-subdir)
9887 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
9888 (allout-widgets-theme-dark-background)
9889 (allout-widgets-theme-light-background)
9890 (allout-widgets-item-image-properties-emacs)
9891 (allout-widgets-item-image-properties-xemacs)
9892 (allout-widgets-run-unit-tests-on-load)
9893 (allout-widgets-time-decoration-activity)
9894 (allout-widgets-hook-error-post-time)
9895 (allout-widgets-track-decoration):
9896 Add missing :version tags to new defcustoms and defgroups.
9897
9898 * progmodes/sql.el (sql-ansi-statement-starters)
9899 (sql-oracle-statement-starters): Add custom type.
9900
9901 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
9902 (prolog-system-version): Give it a type.
9903
9904 2012-02-11 Eli Zaretskii <eliz@gnu.org>
9905
9906 * term/pc-win.el (x-select-text, x-selection-owner-p)
9907 (x-own-selection-internal, x-disown-selection-internal)
9908 (x-get-selection-internal): Sync doc strings and argument lists
9909 with xselect.c, common-win.el and x-win.el. (Bug#10783)
9910
9911 2012-02-11 Leo Liu <sdl.web@gmail.com>
9912
9913 * progmodes/python.el (python-end-of-statement): Fix infinite
9914 loop. (Bug#10788)
9915
9916 2012-02-10 Glenn Morris <rgm@gnu.org>
9917
9918 * international/mule-cmds.el (unify-8859-on-encoding-mode)
9919 (unify-8859-on-decoding-mode): Properly mark as obsolete.
9920
9921 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
9922
9923 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
9924 about SMTP before checking the From header.
9925
9926 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
9927 into own function for reuse by emacsbug.el.
9928
9929 2012-02-10 Leo Liu <sdl.web@gmail.com>
9930
9931 * subr.el (condition-case-unless-debug): Rename from
9932 condition-case-no-debug. All callers changed.
9933 (with-demoted-errors): Fix caller.
9934
9935 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
9936 * nxml/rng-valid.el (rng-do-some-validation):
9937 * emacs-lisp/package.el (package-refresh-contents)
9938 (package-menu-execute):
9939 * desktop.el (desktop-create-buffer):
9940 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
9941
9942 2012-02-10 Glenn Morris <rgm@gnu.org>
9943
9944 * textmodes/bibtex.el:
9945 Add missing :version tags for new/changed defcustoms.
9946
9947 * files.el (remote-file-name-inhibit-cache): Doc fixes.
9948
9949 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
9950
9951 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
9952 (smtpmail-via-smtp): Use it, or fall back on the From address.
9953 (smtpmail-send-it): Ditto.
9954
9955 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
9958 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
9959 (byte-compile-tmp-var): New const.
9960 (byte-compile-defvar): Use it to minimize .elc size.
9961 Just use `defvar' rather than simulate it (bug#10761).
9962
9963 2012-02-09 Glenn Morris <rgm@gnu.org>
9964
9965 * files.el (rename-uniquely): Doc fix. (Bug#3806)
9966
9967 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
9968 Add :version tags.
9969
9970 * progmodes/compile.el (compilation-error-screen-columns)
9971 (compilation-first-column, compilation-filter-start): Doc fixes.
9972
9973 * vc/log-view.el (log-view-toggle-entry-display):
9974 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
9975
9976 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
9977 (report-emacs-bug-can-use-xdg-email):
9978 (report-emacs-bug-insert-to-mailer): Doc fixes.
9979 (report-emacs-bug): Message fix.
9980
9981 * net/browse-url.el (browse-url-can-use-xdg-open)
9982 (browse-url-xdg-open): Doc fixes.
9983
9984 * electric.el (electric-indent-mode, electric-pair-mode)
9985 (electric-layout-rules, electric-layout-mode): Doc fixes.
9986 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
9987
9988 2012-02-08 Martin Rudalics <rudalics@gmx.at>
9989
9990 * server.el (server-unselect-display): Don't inadvertently kill
9991 the current buffer. (Bug#10729)
9992
9993 2012-02-08 Glenn Morris <rgm@gnu.org>
9994
9995 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
9996 (sql-list-table): Doc fixes.
9997
9998 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
9999 Comment out (does nothing).
10000
10001 * completion.el (dynamic-completion-mode):
10002 * dirtrack.el (dirtrack-debug-mode):
10003 * electric.el (electric-layout-mode):
10004 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10005 * face-remap.el (text-scale-mode, buffer-face-mode):
10006 * iimage.el (iimage-mode):
10007 * image-mode.el (image-transform-mode):
10008 * minibuffer.el (completion-in-region-mode):
10009 * scroll-lock.el (scroll-lock-mode):
10010 * simple.el (next-error-follow-minor-mode):
10011 * tar-mode.el (tar-subfile-mode):
10012 * tooltip.el (tooltip-mode):
10013 * vcursor.el (vcursor-use-vcursor-map):
10014 * wid-browse.el (widget-minor-mode):
10015 * emulation/tpu-edt.el (tpu-edt-mode):
10016 * emulation/tpu-extras.el (tpu-cursor-free-mode):
10017 * international/iso-ascii.el (iso-ascii-mode):
10018 * language/thai-util.el (thai-word-mode):
10019 * mail/supercite.el (sc-minor-mode):
10020 * net/goto-addr.el (goto-address-mode):
10021 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10022 * progmodes/cwarn.el (cwarn-mode):
10023 * progmodes/flymake.el (flymake-mode):
10024 * progmodes/glasses.el (glasses-mode):
10025 * progmodes/hideshow.el (hs-minor-mode):
10026 * progmodes/pascal.el (pascal-outline-mode):
10027 * textmodes/enriched.el (enriched-mode):
10028 * vc/smerge-mode.el (smerge-mode):
10029 Doc fixes (minor mode argument).
10030
10031 2012-02-07 Eli Zaretskii <eliz@gnu.org>
10032
10033 * ls-lisp.el (ls-lisp-sanitize): New function.
10034 (ls-lisp-insert-directory): Use it to fix or remove any elements
10035 in file-alist with missing attributes. (Bug#4673)
10036
10037 2012-02-07 Alan Mackenzie <acm@muc.de>
10038
10039 Fix spurious recognition of c-in-knr-argdecl.
10040
10041 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10042 putative K&R region.
10043
10044 2012-02-07 Alan Mackenzie <acm@muc.de>
10045
10046 * progmodes/cc-engine.el (c-forward-objc-directive):
10047 Prevent looping in "#pragma mark @implementation".
10048
10049 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
10050
10051 * notifications.el (notifications-on-closed-signal): Make `reason'
10052 optional. (Bug#10744)
10053
10054 2012-02-07 Glenn Morris <rgm@gnu.org>
10055
10056 * emacs-lisp/easy-mmode.el (define-minor-mode):
10057 Doc fixes for the macro and the mode it defines.
10058
10059 * image.el (imagemagick-types-inhibit): Doc fix.
10060
10061 * cus-start.el (imagemagick-render-type): Add it.
10062
10063 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10064
10065 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10066 Set the default at load time, too, so that `font-lock-fontify-buffer'
10067 can be called without setting up the entire mode first. This fixes
10068 a bug in `mm-inline-text' with C MIME parts.
10069
10070 2012-02-06 Chong Yidong <cyd@gnu.org>
10071
10072 * simple.el (list-processes--refresh): Delete exited processes
10073 (Bug#8094).
10074
10075 * comint.el (comint-next-prompt): next-single-char-property-change
10076 and prev-single-char-property-change never return nil (Bug#8657).
10077
10078 * custom.el (defcustom): Doc fix (Bug#9711).
10079
10080 2012-02-05 Chong Yidong <cyd@gnu.org>
10081
10082 * cus-edit.el (custom-variable-reset-backup): Quote the value
10083 before storing it in the customized-value property (Bug#6712).
10084 (custom-display): Add a customization type tag.
10085 (custom-buffer-create-internal): Improve tooltip message.
10086
10087 * wid-edit.el (widget-field-value-get): New optional arg to
10088 suppress trailing whitespace truncation.
10089 (character): Use it (Bug#2689).
10090
10091 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
10092
10093 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10094 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10095
10096 2012-02-05 Chong Yidong <cyd@gnu.org>
10097
10098 * cus-edit.el (custom-variable-value-create): For mismatched
10099 types, show the current value (Bug#7600).
10100
10101 * custom.el (defcustom): Doc fix.
10102
10103 2012-02-05 Glenn Morris <rgm@gnu.org>
10104
10105 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10106
10107 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
10108
10109 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
10110 (pp-buffer): Use `ignore-errors', `looking-at-p'.
10111 (pp-last-sexp): Use `looking-at-p'.
10112
10113 2012-02-04 Glenn Morris <rgm@gnu.org>
10114
10115 * files.el (revert-buffer):
10116 Doc fix (mention revert-buffer-in-progress-p).
10117
10118 * emacs-lisp/ert-x.el (ert-simulate-command):
10119 Check deferred-action-list (which is obsolete) is bound.
10120
10121 * subr.el (with-wrapper-hook): Doc fixes.
10122
10123 * simple.el (filter-buffer-substring-functions)
10124 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10125
10126 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
10127
10128 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
10129 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
10130
10131 2012-02-04 Leo Liu <sdl.web@gmail.com>
10132
10133 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
10134
10135 2012-02-04 Glenn Morris <rgm@gnu.org>
10136
10137 * image.el (image-extension-data): Add obsolete alias.
10138
10139 * isearch.el (isearch-update): Doc fix.
10140
10141 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
10142
10143 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
10144
10145 2012-02-03 Glenn Morris <rgm@gnu.org>
10146
10147 * image.el (image-animated-p): Doc fix. Use image-animated-types.
10148 (image-animate-timeout): Doc fix.
10149
10150 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
10151
10152 2012-02-02 Glenn Morris <rgm@gnu.org>
10153
10154 * server.el (server-auth-dir): Doc fix.
10155 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
10156
10157 * subr.el (run-mode-hooks): Doc fix.
10158
10159 2012-02-02 Juri Linkov <juri@jurta.org>
10160
10161 * image-mode.el (image-toggle-display-image): Remove tautological
10162 `major-mode' from the `derived-mode-p' test.
10163
10164 2012-02-02 Kenichi Handa <handa@m17n.org>
10165
10166 * composite.el (compose-region): Cancel previous change.
10167
10168 2012-02-02 Kenichi Handa <handa@m17n.org>
10169
10170 * composite.el (compose-region, compose-string): Signal error for
10171 a null string component (Bug#6988).
10172
10173 2012-02-01 Chong Yidong <cyd@gnu.org>
10174
10175 * view.el (view-buffer-other-window, view-buffer-other-frame):
10176 Handle special modes like view-buffer (Bug#10650).
10177 (view-buffer): Simplify.
10178
10179 * frame.el (set-frame-font): Tweak meaning of third argument.
10180
10181 * dynamic-setting.el (font-setting-change-default-font):
10182 Use set-frame-font (Bug#9982).
10183
10184 2012-02-01 Glenn Morris <rgm@gnu.org>
10185
10186 * progmodes/compile.el (compilation-internal-error-properties):
10187 Respect compilation-first-column in the "*compilation*" buffer.
10188
10189 * emacs-lisp/easy-mmode.el (define-minor-mode):
10190 Relax :variable's test for a named function.
10191
10192 2012-01-31 Alan Mackenzie <acm@muc.de>
10193
10194 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
10195 off by one error.
10196
10197 2012-01-31 Chong Yidong <cyd@gnu.org>
10198
10199 * frame.el (set-frame-font): New arg ALL-FRAMES.
10200
10201 * menu-bar.el (menu-set-font): Use set-frame-font.
10202
10203 * faces.el (face-spec-reset-face): Don't apply unspecified
10204 attribute values to the default face.
10205
10206 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
10207
10208 * progmodes/cwarn.el (cwarn): Remove dead link.
10209 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
10210 Remove * from defcustom docstrings.
10211 (turn-on-cwarn-mode): Make obsolete.
10212 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
10213 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
10214
10215 2012-01-31 Glenn Morris <rgm@gnu.org>
10216
10217 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10218 Fix :variable handling of mode a symbol not equal to modefun.
10219 Allow named functions to be used as the cdr of :variable.
10220
10221 2012-01-30 Glenn Morris <rgm@gnu.org>
10222
10223 * emacs-lisp/authors.el (authors-fixed-entries):
10224 Remove reference to deleted file rnewspost.el.
10225
10226 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
10227
10228 * window.el (window-with-parameter): Remove unused variable `windows'.
10229 (window--side-check): Remove unused variable `code'.
10230 (window--resize-siblings): Remove unused variable `first'.
10231 (adjust-window-trailing-edge): Remove unused variable `failed'.
10232 (window-deletable-p, window--delete): Remove unused variable `buffer'.
10233 Use `let', not `let*'.
10234 (balance-windows-2): Remove unused variable `found'.
10235 (window--state-put-2): Remove unused variable `splits'.
10236 (window-state-put): Remove unused variable `selected'.
10237 (same-window-p): Use `string-match-p'.
10238 (display-buffer-assq-regexp): Remove unused variable `value'.
10239 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10240 Mark argument ALIST as ignored.
10241 (pop-to-buffer): Remove unused variable `old-window'.
10242
10243 2012-01-29 Eli Zaretskii <eliz@gnu.org>
10244
10245 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
10246 and .lzma compressed files.
10247
10248 2012-01-29 Chong Yidong <cyd@gnu.org>
10249
10250 * frame.el (window-system-default-frame-alist): Doc fix.
10251
10252 * dynamic-setting.el (font-setting-change-default-font): Don't
10253 change the default face if SET-FONT argument is non-nil (Bug#9982).
10254
10255 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
10256
10257 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
10258
10259 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
10260
10261 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
10262 breakpoints in files outside current directory (Bug#6098).
10263
10264 2012-01-29 Chong Yidong <cyd@gnu.org>
10265
10266 * progmodes/python.el: Require ansi-color at top-level.
10267
10268 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
10269 Define and use in Emacs Lisp mode (Bug#9360).
10270 (lisp-mode-abbrev-table): Add doc.
10271 (lisp-mode-variables): Don't set local-abbrev-table.
10272 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
10273
10274 2012-01-28 Roland Winkler <winkler@gnu.org>
10275
10276 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
10277
10278 2012-01-28 Roland Winkler <winkler@gnu.org>
10279
10280 * textmodes/bibtex.el (bibtex-entry-alist): New function.
10281 (bibtex-set-dialect): Use it. Either set global values of
10282 dialect-dependent variables or bind these variables buffer-locally
10283 (Bug#10254).
10284 (bibtex-mode): Call bibtex-set-dialect via
10285 hack-local-variables-hook.
10286 (bibtex-dialect): Update docstring.
10287 Add safe-local-variable predicate.
10288 (bibtex-entry-alist, bibtex-field-alist): Initialize via
10289 bibtex-set-dialect.
10290 (bibtex-mode-map): Define menu for each dialect.
10291 (bibtex-entry): Fix docstring.
10292
10293 2012-01-28 Chong Yidong <cyd@gnu.org>
10294
10295 * eshell/esh-arg.el (eshell-quote-argument): New function.
10296
10297 * eshell/esh-ext.el (eshell-invoke-batch-file):
10298 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
10299 first arg to eshell-parse-command (Bug#10523).
10300
10301 2012-01-28 Drew Adams <drew.adams@oracle.com>
10302
10303 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
10304 `default-directory' is non-nil.
10305
10306 2012-01-28 Eli Zaretskii <eliz@gnu.org>
10307
10308 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
10309 line that displays system-configuration-options. (Bug#9924)
10310
10311 2012-01-28 Drew Adams <drew.adams@oracle.com>
10312
10313 * descr-text.el (describe-char): Show information about POS, in
10314 addition to information about the character at POS. Improve and
10315 update the doc string. Change "code point" to "code point in
10316 charset", to avoid confusion with the character's Unicode code
10317 point shown above that. (Bug#10129)
10318
10319 2012-01-28 Eli Zaretskii <eliz@gnu.org>
10320
10321 * descr-text.el (describe-char): Show the raw character, not only
10322 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
10323 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
10324 for the reasons.
10325
10326 2012-01-28 Phil Hagelberg <phil@hagelb.org>
10327
10328 * emacs-lisp/package.el (package-install):
10329 Run package-refresh-contents if there is no archive yet (Bug#9798).
10330
10331 2012-01-28 Chong Yidong <cyd@gnu.org>
10332
10333 * emacs-lisp/package.el (package-maybe-load-descriptor):
10334 New function, split from package-maybe-load-descriptor.
10335 (package-maybe-load-descriptor): Use it.
10336 (package-download-transaction): Fully load required packages
10337 inside the loop, so that `require' calls work (Bug#10593).
10338 (package-install): No need to call package-initialize now.
10339
10340 2012-01-28 Chong Yidong <cyd@gnu.org>
10341
10342 * simple.el (deactivate-mark): Doc fix (Bug#8614).
10343
10344 * tooltip.el (tooltip-mode): Doc fix.
10345 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
10346
10347 * frame.el (set-cursor-color): Doc fix (Bug#352).
10348
10349 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
10350 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
10351
10352 * cus-edit.el (custom-buffer-create-internal): Fix search button
10353 action (Bug#10542).
10354 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
10355
10356 2012-01-27 Eduard Wiebe <usenet@pusto.de>
10357
10358 * dired.el (dired-mark-files-regexp):
10359 Include any subdirectory components. (Bug#10445)
10360
10361 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
10362
10363 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
10364 Handle [host]:port syntax. (Bug#10533)
10365
10366 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
10367
10368 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
10369
10370 2012-01-26 Glenn Morris <rgm@gnu.org>
10371
10372 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
10373 * term.el (term-raw-escape-map): Use Control-X-prefix.
10374 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
10375
10376 2012-01-25 Martin Rudalics <rudalics@gmx.at>
10377
10378 * window.el (window-state-get, window--state-get-1): Don't deal
10379 with fixed-sizeness of windows. Simplify code.
10380
10381 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
10382
10383 * window.el (window--state-get-1, window--state-put-2):
10384 Don't save and restore the mark.
10385
10386 2012-01-25 Chong Yidong <cyd@gnu.org>
10387
10388 * custom.el (custom-variable-p): Doc fix.
10389
10390 2012-01-25 Glenn Morris <rgm@gnu.org>
10391
10392 * dired.el (dired-goto-file): Handle some of the more common
10393 characters that `ls -b' escapes. (Bug#10596)
10394
10395 * progmodes/compile.el (compilation-next-error-function):
10396 Respect compilation-first-column in the "*compilation*" buffer.
10397 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
10398
10399 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
10400
10401 2012-01-24 Glenn Morris <rgm@gnu.org>
10402
10403 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
10404
10405 2012-01-24 Julien Danjou <julien@danjou.info>
10406
10407 * color.el (color-rgb-to-hsl): Fix value computing.
10408 (color-hue-to-rgb): New function.
10409 (color-hsl-to-rgb): New function.
10410 (color-clamp, color-saturate-hsl, color-saturate-name)
10411 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
10412 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
10413
10414 2012-01-24 Glenn Morris <rgm@gnu.org>
10415
10416 * vc/vc-rcs.el (vc-rcs-create-tag):
10417 * vc/vc-sccs.el (vc-sccs-create-tag):
10418 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
10419
10420 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
10421
10422 * eshell/esh-util.el (eshell-read-hosts-file):
10423 Skip comment lines. (Bug#10549)
10424
10425 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
10426
10427 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
10428
10429 * subr.el (display-delayed-warnings): Doc fix.
10430 (collapse-delayed-warnings): New function to collapse identical
10431 adjacent warnings.
10432 (delayed-warnings-hook): Add it.
10433
10434 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
10435
10436 * net/tramp.el (tramp-action-login): Set connection property "login-as".
10437
10438 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
10439 (tramp-default-user-alist): Don't add "pscp".
10440 (tramp-do-copy-or-rename-file-out-of-band): Use connection
10441 property "login-as", if set. (Bug#10530)
10442
10443 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
10444
10445 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
10446 "plink1" and "psftp". (Bug#10530)
10447
10448 2012-01-21 Kenichi Handa <handa@m17n.org>
10449
10450 * international/mule-cmds.el (prefer-coding-system): Show a
10451 warning message if the default value of file-name-coding-system
10452 was not changed.
10453
10454 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10455
10456 * windmove.el (windmove-reference-loc):
10457 Fix windmove-reference-loc miscalculation.
10458
10459 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
10460
10461 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
10462 default unit.
10463
10464 2012-01-21 Glenn Morris <rgm@gnu.org>
10465
10466 * international/mule.el (auto-coding-alist): Add .tbz.
10467
10468 * files.el (local-enable-local-variables): Doc fix.
10469 (inhibit-local-variables-regexps): Rename from
10470 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
10471 Doc fix. Add some extensions from auto-coding-alist.
10472 (inhibit-local-variables-suffixes):
10473 Rename from inhibit-first-line-modes-suffixes. Doc fix.
10474 (inhibit-local-variables-p):
10475 New function, extracted from set-auto-mode-1.
10476 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
10477 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
10478 (hack-local-variables): Doc fix. Make the mode-only case
10479 respect enable-local-variables and friends.
10480 Respect inhibit-local-variables-regexps for file-locals, but
10481 not for directory-locals.
10482 (set-visited-file-name):
10483 Take account of inhibit-local-variables-regexps.
10484 Whether it applies may change as the file name is changed.
10485 * jka-cmpr-hook.el (jka-compr-install):
10486 * jka-compr.el (jka-compr-uninstall):
10487 Update for inhibit-first-line-modes-suffixes name change.
10488
10489 2012-01-20 Martin Rudalics <rudalics@gmx.at>
10490
10491 * help-macro.el (make-help-screen): Temporarily restore original
10492 binding for minor-mode-map-alist (Bug#10454).
10493
10494 2012-01-19 Julien Danjou <julien@danjou.info>
10495
10496 * color.el (color-name-to-rgb): Use the white color to find the max
10497 color component value and return correctly computed values.
10498 (color-name-to-rgb): Add missing float conversion for max value.
10499
10500 2012-01-19 Martin Rudalics <rudalics@gmx.at>
10501
10502 * window.el (window--state-get-1, window-state-get): Do not use
10503 special state value for window-persistent-parameters.
10504 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
10505 (window--state-put-2): Reset all window parameters to nil before
10506 assigning values of persistent parameters.
10507
10508 2012-01-18 Alan Mackenzie <acm@muc.de>
10509
10510 Eliminate sluggishness and hangs in fontification of "semicolon
10511 deserts".
10512
10513 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
10514 Change value 10000 -> 3000.
10515 (c-state-safe-place): Reformulate so it doesn't stack up an
10516 infinite number of wrong entries in c-state-nonlit-pos-cache.
10517 (c-determine-limit-get-base, c-determine-limit): New functions to
10518 determine backward search limits disregarding literals.
10519 (c-find-decl-spots): Amend commenting.
10520 (c-cheap-inside-bracelist-p): New function which detects "={".
10521
10522 * progmodes/cc-fonts.el
10523 (c-make-font-lock-BO-decl-search-function): Give a limit to a
10524 backward search.
10525 (c-font-lock-declarations): Fix an occurrence of point being
10526 undefined. Check additionally for point being in a bracelist or
10527 near a macro invocation without a semicolon so as to avoid a
10528 fruitless time consuming search for a declarator. Give a more
10529 precise search limit for declarators using the new
10530 c-determine-limit.
10531
10532 2012-01-18 Glenn Morris <rgm@gnu.org>
10533
10534 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
10535 (set-auto-mode): Doc fixes.
10536
10537 2012-01-17 Glenn Morris <rgm@gnu.org>
10538
10539 * isearch.el (search-nonincremental-instead): Fix doc typo.
10540
10541 * dired.el (dired-insert-directory): Handle newlines in directory name.
10542 (dired-build-subdir-alist): Unescape newlines in directory name.
10543
10544 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
10545
10546 * net/tramp.el (tramp-local-end-of-line): New defcustom.
10547 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
10548 (tramp-action-terminal): Use it. (Bug#10530)
10549
10550 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10551
10552 * minibuffer.el (completion--replace): Strip properties (bug#10062).
10553
10554 2012-01-16 Martin Rudalics <rudalics@gmx.at>
10555
10556 * window.el (window-state-ignored-parameters): Remove variable.
10557 (window--state-get-1): Rename argument MARKERS to IGNORE.
10558 Handle persistent window parameters. Make copy of clone-of
10559 parameter only if requested. (Bug#10348)
10560 (window--state-put-2): Install a window parameter only if it has
10561 a non-nil value or an existing parameter shall be overwritten.
10562
10563 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
10564
10565 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
10566
10567 2012-01-14 Eli Zaretskii <eliz@gnu.org>
10568
10569 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
10570 don't pass the (nil) value of `upnode' to string-match.
10571
10572 2012-01-14 Chong Yidong <cyd@gnu.org>
10573
10574 * startup.el (command-line): Fix X resource class for cursorColor.
10575 Fix values recognized by the cursorBlink resource.
10576
10577 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
10578
10579 * epg.el (epg--make-temp-file): Avoid permission race condition
10580 when running on old Emacs versions (bug#10403).
10581
10582 2012-01-14 Glenn Morris <rgm@gnu.org>
10583
10584 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
10585
10586 2012-01-13 Alan Mackenzie <acm@muc.de>
10587
10588 Fix filling for when filladapt mode is enabled.
10589
10590 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
10591 c-mask-paragraph, pass in `fill-paragraph' rather than
10592 `fill-region-as-paragraph'. (This is a reversion of a previous
10593 change.)
10594 * progmodes/cc-mode.el (c-basic-common-init):
10595 Make fill-paragraph-handle-comment buffer local and set it to nil.
10596
10597 2012-01-13 Glenn Morris <rgm@gnu.org>
10598
10599 * dired.el (dired-switches-escape-p): New function.
10600 (dired-insert-directory): Use dired-switches-escape-p.
10601 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
10602
10603 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
10604
10605 2012-01-12 Glenn Morris <rgm@gnu.org>
10606
10607 * mail/sendmail.el (mail-mode): Update paragraph-separate for
10608 changes in adaptive-fill-regexp. (Bug#10276)
10609
10610 2012-01-11 Alan Mackenzie <acm@muc.de>
10611
10612 Fix Emacs bug #10463 - put `widen's around the critical spots.
10613
10614 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
10615 widen around each invocation of c-state-pp-to-literal. Remove an
10616 unused let variable.
10617
10618 2012-01-11 Glenn Morris <rgm@gnu.org>
10619
10620 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
10621 Doc fix.
10622
10623 2012-01-10 Chong Yidong <cyd@gnu.org>
10624
10625 * net/network-stream.el (network-stream-open-starttls):
10626 Avoid emitting a confusing error message when the server gives a bad
10627 response to the capability command.
10628
10629 2012-01-10 Glenn Morris <rgm@gnu.org>
10630
10631 * mail/unrmail.el (unrmail): Tweak previous change.
10632
10633 2012-01-09 Chong Yidong <cyd@gnu.org>
10634
10635 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
10636
10637 2012-01-08 Alan Mackenzie <acm@muc.de>
10638
10639 Optimise font locking in long enum definitions.
10640
10641 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
10642 arm to a cond form to handle enums.
10643 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
10644 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
10645
10646 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
10647
10648 * files.el (move-file-to-trash): Preserve default file modes on error.
10649 (Bug#10401)
10650
10651 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10652
10653 * faces.el (set-face-attribute): Clarify the meaning of the nil
10654 frame (bug#10294).
10655
10656 * subr.el (with-selected-frame): Mention that the selected frame
10657 is restored (bug#9980).
10658
10659 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
10660 (bug#9759).
10661
10662 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
10663 (password-read): Don't autoload unused function.
10664
10665 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
10666
10667 * progmodes/which-func.el (which-func-mode): Turn into a
10668 non-interactive function and mark as obsolete (bug#10428).
10669
10670 2012-01-06 Chong Yidong <cyd@gnu.org>
10671
10672 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
10673 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
10674 functions, along with 1 and -1.
10675
10676 2012-01-06 Eli Zaretskii <eliz@gnu.org>
10677
10678 * time.el (display-time-load-average)
10679 (display-time-default-load-average): Doc fixes. See the thread
10680 starting at
10681 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
10682 for the details.
10683
10684 2012-01-06 Glenn Morris <rgm@gnu.org>
10685
10686 * mail/unrmail.el (unrmail): Give an explicit error if the input file
10687 has no messages. (Bug#10377)
10688
10689 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
10690 than Info-edit. (Bug#10385)
10691
10692 * time.el (display-time-load-average, display-time-next-load-average):
10693 Doc fixes.
10694
10695 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
10696 local setting of buffer-read-only to the input buffer. (Bug#10419)
10697
10698 * calendar/calendar.el (calendar-mode):
10699 Locally set scroll-margin to 0. (Bug#10379)
10700
10701 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
10702
10703 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
10704
10705 2012-01-05 Glenn Morris <rgm@gnu.org>
10706
10707 * eshell/em-unix.el (diff-no-select): Autoload it.
10708 (eshell/diff): Use diff-no-select. (Bug#10420)
10709
10710 2012-01-05 Chong Yidong <cyd@gnu.org>
10711
10712 * shell.el (shell-dynamic-complete-functions): Revert last change.
10713 (shell-command-completion-function): New function.
10714 (shell-completion-vars): Use it to implement
10715 shell-completion-execonly (Bug#10417).
10716
10717 * custom.el (enable-theme): Don't set custom-safe-themes.
10718
10719 * cus-theme.el (custom-theme-merge-theme):
10720 Ignore custom-enabled-themes and custom-safe-themes.
10721
10722 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
10723
10724 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
10725 first prompt in `sql-interacive-mode'.
10726 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
10727 keywords.
10728 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
10729 (sql-product-interactive): Bug fix: Set `sql-buffer' in
10730 context of original buffer. Invoke `sql-login-hook'.
10731
10732 2012-01-04 Eli Zaretskii <eliz@gnu.org>
10733
10734 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
10735 letters in cite-prefix.
10736
10737 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10738
10739 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
10740
10741 2012-01-03 Chong Yidong <cyd@gnu.org>
10742
10743 * shell.el (shell-dynamic-complete-functions):
10744 Put pcomplete-completions-at-point, so as to try
10745 comint-filename-completion first (Bug#10417).
10746
10747 2012-01-02 Richard Stallman <rms@gnu.org>
10748
10749 * battery.el (battery-status-function):
10750 Detect when to use battery-yeeloong-sysfs.
10751 (battery-echo-area-format): Add string for Yeeloong.
10752 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
10753 (battery-yeeloong-sysfs): New function.
10754
10755 2012-01-02 Chong Yidong <cyd@gnu.org>
10756
10757 * dirtrack.el (dirtrack-list): Eliminate unused third element.
10758 (dirtrack): Merge code for handling relative filenames in prompt
10759 from shell-dir-cookie-watcher.
10760 (dirtrack-debug-message): New arg to avoid excess format calls.
10761
10762 * shell.el (shell-dir-cookie-re): Variable deleted.
10763 (shell-dir-cookie-watcher): Function deleted.
10764 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
10765 with dirtrack-mode.
10766
10767 2012-01-01 Eli Zaretskii <eliz@gnu.org>
10768
10769 * term/w32-win.el (dynamic-library-alist) <gnutls>:
10770 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
10771 libgnutls-26.dll.
10772
10773 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
10774
10775 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
10776
10777 2011-12-31 Eli Zaretskii <eliz@gnu.org>
10778
10779 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
10780 headers of non-MIME messages, when rmail-enable-mime is non-nil.
10781
10782 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
10783
10784 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
10785 also for alternative shells.
10786 (tramp-open-connection-setup-interactive-shell): Check, whether
10787 the shell is a busybox.
10788 (tramp-send-command): Don't suppress multiple prompts for
10789 busyboxes, it hurts.
10790
10791 2011-12-28 Chong Yidong <cyd@gnu.org>
10792
10793 * progmodes/gdb-mi.el (gdb-get-source-file-list)
10794 (gdb-get-source-file): Move mode line update to
10795 gdb-get-source-file (Bug#10087).
10796
10797 2011-12-25 Chong Yidong <cyd@gnu.org>
10798
10799 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
10800 gud-gdb-marker-filter without taking it as an argument.
10801 (gud-gdb-run-command-fetch-lines): Caller changed.
10802 (gud-gdb-completion-function): New variable.
10803 (gud-gdb-completion-at-point): Use it.
10804 (gud-gdb-completions-1): Split from gud-gdb-completions.
10805
10806 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
10807 function as separate arguments.
10808 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
10809 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
10810 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
10811 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
10812 (gdb-stopped, def-gdb-auto-update-trigger)
10813 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
10814 (gdb-get-changed-registers, gdb-get-main-selected-frame):
10815 Callers changed.
10816 (gud-gdbmi-completions): New function.
10817 (gdb): Use it for generating the completion table.
10818
10819 2011-12-24 Alan Mackenzie <acm@muc.de>
10820
10821 Introduce a mechanism to widen the region used in context font
10822 locking. Use this to protect declarations from losing their contexts.
10823
10824 * progmodes/cc-langs.el (c-before-font-lock-functions):
10825 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
10826 (c-before-context-fontification-functions): New defvar, a list of
10827 functions to be run just before context (etc.) font locking.
10828
10829 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
10830 New, functionality extracted from
10831 c-neutralize-syntax-in-and-mark-CPP.
10832 (c-in-after-change-fontification): New variable.
10833 (c-after-change): Set c-in-after-change-fontification.
10834 (c-set-fl-decl-start): Rejig its interface, so it can be called
10835 from both after-change and context fontifying.
10836 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
10837 New functions.
10838 (c-standard-font-lock-fontify-region-function): New variable.
10839 (c-font-lock-fontify-region): New function.
10840
10841 2011-12-24 Juri Linkov <juri@jurta.org>
10842
10843 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
10844 (Bug#10348)
10845
10846 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
10847
10848 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
10849 existence of source file. (Bug#10325)
10850
10851 2011-12-23 Alan Mackenzie <acm@muc.de>
10852
10853 Fix unstable fontification inside templates.
10854
10855 * progmodes/cc-langs.el (c-before-font-lock-functions):
10856 Newly created from the singular version. The (c c++ objc) entry now
10857 additionally has c-set-fl-decl-start. The other languages (apart
10858 from AWK) have that as a single entry.
10859
10860 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10861 The functionality for "local" declarations has been extracted to
10862 c-set-fl-decl-start.
10863
10864 * progmodes/cc-mode.el (c-common-init, c-after-change):
10865 Changes due to pluralisation of c-before-font-lock-functions.
10866 (c-set-fl-decl-start): New function, extracted from
10867 c-font-lock-enclosing-decls and enhanced.
10868
10869 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
10870
10871 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
10872
10873 2011-12-22 Juri Linkov <juri@jurta.org>
10874
10875 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
10876
10877 2011-12-22 Chong Yidong <cyd@gnu.org>
10878
10879 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
10880
10881 2011-12-21 Drew Adams <drew.adams@oracle.com>
10882
10883 * files.el (file-remote-p): Fix docstring. (Bug#10319)
10884
10885 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10886
10887 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
10888
10889 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
10890
10891 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
10892 highlighting and support. Fix up comments for capitalization.
10893 (cfengine-mode-debug): New var.
10894 (cfengine3-mode): Change the modeline indicator to "CFE3".
10895 (cfengine3-font-lock-keywords): Improve defun highlighting.
10896 (cfengine2-actions): Rename from `cfengine-actions'.
10897 (cfengine2-font-lock-keywords): Rename from
10898 `cfengine-font-lock-keywords'.
10899 (cfengine2-imenu-expression): Rename from
10900 `cfengine-imenu-expression'.
10901 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
10902 (cfengine2-beginning-of-defun): Rename from
10903 `cfengine-beginning-of-defun'.
10904 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
10905 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
10906 (cfengine2-mode): Rename from `cfengine-mode'. Change the
10907 modeline indicator to "CFE2".
10908 (cfengine-mode): Defalias to `cfengine-auto-mode'.
10909 (cfengine-mode-abbrevs): Mark obsolete.
10910
10911 2011-12-21 Chong Yidong <cyd@gnu.org>
10912
10913 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
10914 filename argument.
10915
10916 2011-12-20 Martin Rudalics <rudalics@gmx.at>
10917
10918 * window.el (window-normalize-buffer-to-display): Remove.
10919 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
10920
10921 2011-12-19 Chong Yidong <cyd@gnu.org>
10922
10923 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
10924 Don't signal an error in a predicate function; return non-nil.
10925 (vc-dir-mark-file): Move the error here.
10926 (vc-dir-mark-unmark): If acting on the region, keep going if one
10927 of the entries cannot be marked/unmarked.
10928 (vc-dir-mark-all-files): If current entry is a directory, mark
10929 only child files, as documented.
10930
10931 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
10932
10933 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
10934 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
10935 addition.
10936
10937 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
10938
10939 * term/ns-win.el (ns-get-selection-internal)
10940 (ns-store-selection-internal): Declare.
10941 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
10942 Declare as obsolete.
10943 (ns-get-pasteboard, ns-paste-secondary):
10944 Use ns-get-selection-internal.
10945 (ns-set-pasteboard, ns-copy-including-secondary):
10946 Use ns-store-selection-internal.
10947
10948 2011-12-17 Chong Yidong <cyd@gnu.org>
10949
10950 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
10951 (vc-deduce-fileset): Doc fix.
10952
10953 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
10954
10955 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
10956
10957 2011-12-13 Sam Steingold <sds@gnu.org>
10958
10959 * man.el (Man-getpage-in-background): When running under a
10960 window-system, ignore $MANWIDTH and $COLUMNS.
10961
10962 2011-12-15 Kenichi Handa <handa@m17n.org>
10963
10964 * language/ethio-util.el: Change coding tag to utf-8-emacs.
10965 (setup-ethiopic-environment-internal): Comment out key-binding for
10966 ethio-toggle-punctuation.
10967
10968 2011-12-13 Alan Mackenzie <acm@muc.de>
10969
10970 Add the switch statement to AWK Mode.
10971
10972 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
10973 "default" to the keywords regexp.
10974
10975 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
10976 expression as the rest.
10977 (c-nonlabel-token-key): Allow string literals for AWK.
10978 Refactor for the other modes.
10979
10980 Large brace-block initialisation makes CC Mode slow: Fix.
10981 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
10982 routines. Limit backward searching in c-font-lock-enclosing.decl.
10983
10984 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
10985 pp-state and literal type in addition to the limits.
10986 (c-state-safe-place): New defun, extracted from c-state-literal-at.
10987 (c-state-literal-at): Use the above new defun.
10988 (c-slow-in-literal, c-fast-in-literal): Remove.
10989 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
10990
10991 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
10992 being in a literal. Add a limit for backward searching.
10993
10994 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
10995 c-slow-in-literal.
10996
10997 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10998
10999 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11000
11001 2011-12-13 Martin Rudalics <rudalics@gmx.at>
11002
11003 * window.el (delete-other-windows): Use correct frame in call to
11004 window-with-parameter.
11005
11006 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
11007
11008 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11009 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11010 (makefile-gmake-statements, makefile-makepp-statements):
11011 Use it and add new makepp keywords.
11012 (makefile-makepp-font-lock-keywords): Add new patterns.
11013 (makefile-match-function-end): Match new [...] and [[...]].
11014
11015 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
11016
11017 * ses.el (ses-call-printer-return, ses-cell-property-get)
11018 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11019 (ses-create-cell-variable, ses-reset-header-string)
11020 (ses-cell-set-formula, ses-repair-cell-reference-all)
11021 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11022 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11023 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11024 (ses-aset-with-undo, ses-load, ses-truncate-cell)
11025 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11026 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11027 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11028 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11029 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11030 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11031 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11032 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11033
11034 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
11035
11036 * ses.el: The overall change is to add cell renaming, that is
11037 setting fancy names for cell symbols other than name matching
11038 "\\`[A-Z]+[0-9]+\\'" regexp .
11039 (ses-create-cell-variable): New defun.
11040 (ses-relocate-formula): Relocate formulas only for cells the
11041 symbols of which are not renamed, i.e. symbols whose names do not
11042 match regexp "\\`[A-Z]+[0-9]+\\'".
11043 (ses-relocate-all): Relocate values only for cells the symbols of
11044 which are not renamed.
11045 (ses-load): Create cells variables as the (ses-cell ...) are read,
11046 in order to check row col consistency with cell symbol name only
11047 for cells that are not renamed.
11048 (ses-replace-name-in-formula): New defun.
11049 (ses-rename-cell): New defun.
11050
11051 2011-12-11 Chong Yidong <cyd@gnu.org>
11052
11053 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11054 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11055
11056 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11057
11058 * window.el (other-window): Fix docstring.
11059
11060 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11061
11062 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
11063 `from' or `to' address before taking its substring.
11064 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
11065 encoded name is chopped in the middle of the encoded string, and
11066 thus displayed encoded.
11067
11068 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
11069
11070 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11071
11072 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11073
11074 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
11075 to use texinfo-update-node and commands that call it if the
11076 Texinfo file uses @node lines without next/prev/up pointers.
11077 Correct outdated description about texinfo-master-menu.
11078 (texinfo-all-menus-update, texinfo-master-menu)
11079 (texinfo-update-node, texinfo-every-node-update)
11080 (texinfo-multiple-files-update): Doc fix. Warn against updating
11081 all the @node lines.
11082 (texinfo-master-menu): Only call texinfo-update-node if the prefix
11083 argument is numeric. Explain better in the doc string what the
11084 function really does.
11085 (texinfo-insert-master-menu-list): Improve the error message
11086 displayed if there's no menu in the Top node.
11087 (Bug#2975) See also this thread:
11088 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11089
11090 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
11091
11092 * speedbar.el (speedbar-supported-extension-expressions):
11093 Add .adb and .ads, commonly used for Ada source code (bug#10256).
11094
11095 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
11096
11097 * printing.el (pr-mode-alist):
11098 * simple.el (filter-buffer-substring-functions)
11099 (completion-list-insert-choice-function):
11100 * window.el (window-with-parameter, window-atom-root)
11101 (window-sides-slots, window-size-fixed, window-min-delta)
11102 (window-max-delta, window--resize-mini-window)
11103 (window--resize-child-windows-normal, window-tree)
11104 (delete-other-windows, quit-window, split-window)
11105 (display-buffer-record-window, special-display-buffer-names)
11106 (special-display-regexps, special-display-popup-frame)
11107 (same-window-p, split-window-sensibly)
11108 (display-buffer-overriding-action, display-buffer-alist)
11109 (display-buffer-base-action, display-buffer, switch-to-buffer)
11110 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
11111 (fit-window-to-buffer, recenter-positions)
11112 (mouse-autoselect-window-state, mouse-autoselect-window-select):
11113 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
11114 and remove unneeded backslashes in docstrings.
11115
11116 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11117
11118 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11119
11120 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
11121 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
11122 end in ".mk".
11123 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
11124 when reading the makefile (bug#10116).
11125
11126 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11127
11128 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
11129 (bug#10116).
11130
11131 2011-12-06 Glenn Morris <rgm@gnu.org>
11132
11133 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
11134
11135 2011-12-06 Chong Yidong <cyd@gnu.org>
11136
11137 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
11138
11139 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
11140
11141 * textmodes/table.el (table-shorten-cell): Fix typo.
11142
11143 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
11144
11145 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
11146
11147 2011-12-05 Eli Zaretskii <eliz@gnu.org>
11148
11149 * descr-text.el (describe-char): Fix display of strong
11150 right-to-left characters and directional embeddings and overrides.
11151
11152 * simple.el (what-cursor-position): Fix display of codepoints of
11153 strong right-to-left characters.
11154
11155 2011-12-05 Chong Yidong <cyd@gnu.org>
11156
11157 * faces.el (read-color): Doc fix.
11158
11159 2011-12-05 Glenn Morris <rgm@gnu.org>
11160
11161 * align.el (align--set-marker): Add doc-string.
11162 Don't try to move something that is not a marker. (Bug#10216)
11163
11164 2011-12-04 Glenn Morris <rgm@gnu.org>
11165
11166 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
11167 overly zealous deletion of trailing whitespace.
11168
11169 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
11170
11171 * server.el (server-delete-client): On Windows, do not try to delete
11172 the only terminal.
11173 (server-process-filter): On Windows, treat requests for a tty frame as
11174 if they were for a GUI frame if the running server is in GUI mode.
11175
11176 2011-12-03 Glenn Morris <rgm@gnu.org>
11177
11178 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
11179
11180 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11181
11182 * electric.el: Streamline electric-indent's hook.
11183 (electric-indent-chars): Revert to simple list.
11184 (electric-indent-functions): New var.
11185 (electric-indent-post-self-insert-function): Use it.
11186
11187 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
11188 there's no inferior buffer (bug#10196).
11189 (prolog-consult-compile): Don't use toggle-read-only.
11190
11191 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
11192
11193 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
11194 interrupt. (Bug#10187)
11195
11196 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11197
11198 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
11199 (bug#9160).
11200
11201 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
11202 (bug#10191).
11203
11204 2011-12-02 Juri Linkov <juri@jurta.org>
11205
11206 * info.el (Info-search): Display "end of manual" when Isearch
11207 reaches the end of single-file Info manual. (Bug#9918)
11208
11209 2011-12-02 Eli Zaretskii <eliz@gnu.org>
11210
11211 * isearch.el (isearch-message-prefix): Run the input method part
11212 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
11213
11214 2011-12-02 Juri Linkov <juri@jurta.org>
11215
11216 * isearch.el (isearch-occur): Use `word-search-regexp' for
11217 `isearch-word'.
11218 (isearch-search-and-update): Add condition for `isearch-word' and
11219 call `word-search-regexp'. (Bug#10145)
11220
11221 2011-12-01 Glenn Morris <rgm@gnu.org>
11222
11223 * eshell/em-hist.el (eshell-hist-initialize):
11224 Handle eshell-history-size nil and HISTSIZE set or unset.
11225 (eshell-history-file-name, eshell-history-size): Fix custom type.
11226
11227 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11228
11229 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
11230
11231 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
11232
11233 * progmodes/verilog-mode.el (verilog-pretty-expr):
11234 Rework verilog-pretty-expr to handle new assignment operators in system
11235 verilog, such as += *= and the like.
11236 (verilog-assignment-operator-re): Regular expression to find the
11237 assigment operator in a verilog assignment.
11238 (verilog-assignment-operation-re): Regular expression to find an
11239 assignment statement for pretty-expr.
11240 (verilog-in-attribute-p): Query returns true if point is in an
11241 attribute context; used to skip these for expression line up from
11242 pretty-expr.
11243 (verilog-in-parameter-p): Query returns true if point is in an
11244 parameter definition context; used to skip these for expression
11245 line up from pretty-expr.
11246 (verilog-in-parenthesis-p): Query returns true if point is in a
11247 parenthetical expression, specifically ( ) but not [ ] or { };
11248 used by pretty-expr.
11249 (verilog-just-one-space): If there is no space, don't add one.
11250 (verilog-get-lineup-indent-2): Specifically skip just attribute
11251 contexts for expression lineup, rather than skipping all
11252 parenthetical expressions.
11253 (verilog-calculate-indent): Fix comment, and fix indent.
11254 (verilog-do-indent): Indent declarations in lists (suggested by
11255 Joachim Lechner).
11256 (verilog-mode-abbrev-table): Populate abbrev mode with the various
11257 skeleton items.
11258 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
11259 by Alain Mellan).
11260
11261 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
11262
11263 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
11264 parameters with embedded comments. Reported by Ray Stevens.
11265 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
11266 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
11267 Reported by Tim Holt.
11268 (verilog-auto): Fix AUTOing a upper module then AUTOing module
11269 instantiated by upper module causing wrong expansion until AUTOed a
11270 second time. Reported by K C Buckenmaier.
11271 (verilog-diff-auto): Fix showing .* as a difference when
11272 `verilog-auto-star-save' off. Reported by Dan Dever.
11273 (verilog-auto-reset, verilog-read-always-signals)
11274 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
11275 temporary signals in reset list if
11276 verilog-auto-reset-blocking-in-non is nil, and match assignment
11277 style to each signal's assignment type, bug381.
11278 Reported by Thomas Esposito.
11279 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
11280 (verilog-uvm-statement-re): Support UVM indentation and
11281 highlighting, with old OVM keywords only.
11282 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
11283 Support AUTOTIEOFF creating non-wire data types.
11284 Suggested by Jonathan Greenlaw.
11285 (verilog-auto-insert-lisp, verilog-delete-to-paren)
11286 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
11287 (verilog-inject-sense, verilog-read-inst-pins)
11288 (verilog-read-sub-decls, verilog-read-sub-decls-line):
11289 Fix mismatching parenthesis inside commented out code when deleting
11290 AUTOINST, bug383. Reported by Jonathan Greenlaw.
11291 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
11292 non-numeric vector width. Reported by Alex Reed.
11293 (verilog-auto-ascii-enum): Add "onehot" option to work around not
11294 detecting signals with parameter widths. Reported by Alex Reed.
11295 (verilog-auto-delete-trailing-whitespace):
11296 With `verilog-auto-delete-trailing-whitespace' remove trailing
11297 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
11298 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
11299 Fix verilog-scan-cache corruption when running user AUTO expansion
11300 hooks that call indentation routines.
11301 (verilog-simplify-range-expression): Fix typo ignoring lower case
11302 identifiers.
11303 (verilog-delete-auto): Fix delete-autos to also remove user created
11304 automatics, as long as they start with AUTO.
11305 (verilog-batch-diff-auto, verilog-diff-auto)
11306 (verilog-diff-function): Add `verilog-diff-auto' and bind to
11307 "C-c?" to report differences in AUTO expansion, ignoring spaces.
11308 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
11309 (verilog-in-paren-quick, verilog-re-search-backward-quick)
11310 (verilog-re-search-forward-quick, verilog-syntax-ppss):
11311 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
11312 is disabled and its cache will get corrupt, causing AUTOS not to
11313 expand. Instead use only -quick functions.
11314 (verilog-scan-region): Fix scanning over escaped quotes.
11315 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
11316 (verilog-re-search-backward-quick)
11317 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
11318 related functions now ignore strings, to fix misparsing of strings
11319 with magic comments embedded in them.
11320 (verilog-read-auto-template):
11321 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
11322 Reported by Brad Dobbie.
11323 (verilog-read-auto-template):
11324 Fix 'verilog-auto-inst-template-numbers' with comments.
11325 Reported by Brad Dobbie.
11326 (verilog-auto-inst, verilog-auto-inst-param)
11327 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
11328 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
11329 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
11330 debugging templates without merge conflicts, bug357.
11331 Reported by Brad Dobbie.
11332 (verilog-read-auto-template):
11333 Fix verilog-auto-inst-template-numbers with multiple templates.
11334 Reported by Brad Dobbie.
11335 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
11336 abbrevs so user won't be asked to save.
11337 (verilog-read-auto-lisp-present): Fix to start at beginning of
11338 buffer in case called outside of verilog-auto.
11339 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
11340 to "X-2". Reported by Matthew Myers.
11341 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
11342 all inputs from module templates. Reported by Leith Johnson.
11343 (verilog-module-inside-filename-p): Fix locating programs as with
11344 modules.
11345 (verilog-auto-inst-port): Fix vl-width expressions when using
11346 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
11347 (verilog-decls-get-regs, verilog-decls-get-signals,
11348 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
11349 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
11350 verilog-read-decls): Combine reg and wire structures into one var
11351 structure to represent SystemVerilog concepts.
11352 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
11353 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
11354 (verilog-auto-wire-type, verilog-insert-definition):
11355 Add verilog-auto-wire-type and AUTOLOGIC to support using
11356 SystemVerilog "logic" keyword instead of "wire"/"reg".
11357 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
11358 to declares outputs that also have assignments (presumably in an
11359 ifdef or generate if so there's not a driver conflict).
11360 Reported by Matthew Myers.
11361 (verilog-auto-declare-nettype, verilog-insert-definition):
11362 Add verilog-auto-declare-nettype to fix declarations using
11363 `default_nettype none. Reported by Julian Gorfajn.
11364 (verilog-read-always-signals-recurse, verilog-read-decls)
11365 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
11366 malformed end statement, bug325. Reported by Joshua Wise and
11367 Andrew Drake.
11368 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
11369 (verilog-inst-comment-re): Fix not deleting Interfaced comment
11370 when expanding .* in interfaces, bug320.
11371 Reported by Pierre-David Pfister.
11372 (verilog-read-module-name): Fix import statements between module
11373 name and open parenthesis, bug317.
11374 Reported by Pierre-David Pfister.
11375 (verilog-simplify-range-expression): Fix simplification of
11376 multiplications inside AUTOWIRE connections, bug303.
11377 (verilog-auto-inst-port): Support parameter expansion in
11378 multidimensional arrays.
11379 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
11380 after "assert property". Reported by Julian Gorfajn.
11381 (verilog-simplify-range-expression): Fix "couldn't merge" errors
11382 with multiplication, bug303.
11383 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
11384 Reported by Jan Frode Lonnum.
11385
11386 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
11387
11388 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
11389 (hfy-shell-file-name, hfy-shell):
11390 * international/fontset.el (x-decompose-font-name): Fix typos.
11391
11392 2011-11-29 Ken Brown <kbrown@cornell.edu>
11393
11394 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
11395 (gdb-version): Remove defvar.
11396 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
11397 (gdb-gud-context-command, gdb-non-stop-handler)
11398 (gdb-current-context-command, gdb-stopped): Use it.
11399 (gdb-init-1): Enable pretty printing here.
11400 (gdb-non-stop-handler): Don't enable pretty-printing here.
11401 Check to see if the target supports non-stop mode; if not, turn off
11402 non-stop mode. Use the following.
11403 (gdb-check-target-async): New defun.
11404 (gud-watch, gdb-stopped): Fix whitespace.
11405 (gdb-get-source-file): Don't try to display the source file if
11406 `gdb-main-file' is nil.
11407
11408 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11409
11410 * align.el: Try to generate fewer markers (bug#10047).
11411 (align--set-marker): New macro.
11412 (align-region): Use it.
11413
11414 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11415
11416 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
11417
11418 2011-11-29 Chong Yidong <cyd@gnu.org>
11419
11420 * indent.el (indent-for-tab-command, indent-according-to-mode):
11421 Doc fix.
11422 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
11423
11424 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
11425
11426 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
11427 aware of remote file names. (Bug#10124)
11428
11429 2011-11-29 Chong Yidong <cyd@gnu.org>
11430
11431 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
11432
11433 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11434
11435 * files.el (find-file): Don't use force-same-window (bug#10144).
11436 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
11437 use pop-to-buffer if the selected window can't be used.
11438 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
11439
11440 2011-11-28 Eli Zaretskii <eliz@gnu.org>
11441
11442 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
11443 special-mode-map.
11444
11445 2011-11-28 Chong Yidong <cyd@gnu.org>
11446
11447 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
11448
11449 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
11450
11451 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
11452 gdb-get-source-file-list on gdb-create-source-file-list.
11453
11454 2011-11-26 Eli Zaretskii <eliz@gnu.org>
11455
11456 * whitespace.el (whitespace-newline): Use a different foreground
11457 color for 16-color light-background displays.
11458
11459 2011-11-24 Chong Yidong <cyd@gnu.org>
11460
11461 * window.el (display-buffer--special-action): Doc fix.
11462
11463 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
11464
11465 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
11466 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
11467 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
11468 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
11469 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
11470 (avl-tree-stack-first):
11471 * emacs-lisp/cconv.el (cconv--analyse-use):
11472 * net/gnutls.el (gnutls-negotiate): Fix typos.
11473
11474 2011-11-24 Glenn Morris <rgm@gnu.org>
11475
11476 * lpr.el (lpr-windows-system, lpr-lp-system):
11477 * mail/binhex.el (binhex-begin-line):
11478 * progmodes/grep.el (grep-history, grep-find-history):
11479 * textmodes/flyspell.el:
11480 * vc/pcvs-defs.el (cvs-global-menu):
11481 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
11482 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
11483 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
11484
11485 * net/tls.el: Fix case of "GnuTLS".
11486
11487 * paths.el (rmail-file-name): Format doc-string for make-docfile.
11488
11489 * version.el (emacs-build-system): Give it a doc-string.
11490
11491 2011-11-24 Juri Linkov <juri@jurta.org>
11492
11493 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
11494
11495 2011-11-24 Glenn Morris <rgm@gnu.org>
11496
11497 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
11498 if called on a non-mime message just toggle the headers. (Bug#8006)
11499
11500 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
11501
11502 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
11503 (allout-lead-with-comment-string, allout-structure-deleted-hook)
11504 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
11505 (allout-rebullet-heading, allout-open-sibtopic)
11506 (allout-toggle-current-subtree-encryption)
11507 (allout-toggle-subtree-encryption, allout-encrypt-string)
11508 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
11509 (allout-distinctive-bullets-string, allout-auto-activation):
11510 * window.el (window-normalize-buffer-to-display):
11511 * progmodes/verilog-mode.el (verilog-batch-indent):
11512 * textmodes/bibtex.el (bibtex-field-braces-opt)
11513 (bibtex-field-strings-opt):
11514 * vc/cvs-status.el (cvs-tree-merge):
11515 Fix typos.
11516
11517 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
11518
11519 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
11520 `non-essential' to t, in order to avoid remote connections.
11521
11522 2011-11-23 Eli Zaretskii <eliz@gnu.org>
11523
11524 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11525 On MS-DOS and MS-Windows, compare with loaddefs.el
11526 case-insensitively.
11527
11528 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11529
11530 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
11531
11532 2011-11-23 Glenn Morris <rgm@gnu.org>
11533
11534 * paths.el (rmail-file-name): Reformat the doc-string so that it
11535 is picked up.
11536
11537 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
11538 (rmail-auto-file): Ignore case in the "special" field names,
11539 as mail-fetch-field does for all others.
11540
11541 * mail/rmail.el (rmail-forward):
11542 * mail/rmailkwd.el (rmail-set-label):
11543 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
11544 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
11545
11546 * mail/rmail.el (rmail-current-message): Doc fix.
11547
11548 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
11549
11550 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11551
11552 * server.el (server-eval-and-print): Allow C-g (bug#6585).
11553
11554 2011-11-22 Glenn Morris <rgm@gnu.org>
11555
11556 * mail/rmailmm.el (test-rmail-mime-handler)
11557 (test-rmail-mime-bulk-handler)
11558 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
11559
11560 2011-11-21 Juri Linkov <juri@jurta.org>
11561
11562 * calc/calc.el (calc-read-key-sequence):
11563 Let-bind `input-method-function' to nil. (Bug#10018)
11564
11565 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11566
11567 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
11568 Tell the caller that the next line needs recomputation, even
11569 though it doesn't start a sexp (bug#10094).
11570
11571 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11572
11573 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
11574
11575 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11576
11577 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11578 Use force-same-window.
11579
11580 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
11581
11582 * descr-text.el (describe-char-unicode-data):
11583 * json.el (json-string-escape):
11584 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
11585 (Footnote-unicode, Footnote-style-p):
11586 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
11587
11588 2011-11-20 Chong Yidong <cyd@gnu.org>
11589
11590 * window.el (replace-buffer-in-windows): Restore interactive spec.
11591
11592 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11593
11594 * electric.el (electric-indent-mode): Fix last change (too optimistic).
11595
11596 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
11597 (byte-compile-global-not-obsolete-vars): New var.
11598 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
11599 Use it.
11600 (byte-compile-warn-obsolete): Align text with the one in *Help*.
11601
11602 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
11603
11604 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
11605 * progmodes/pascal.el (electric-pascal-equal):
11606 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
11607 * xml.el (xml-substitute-special): Fix typos.
11608
11609 2011-11-20 Glenn Morris <rgm@gnu.org>
11610
11611 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
11612 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
11613 Doc fixes.
11614 (rmail-decode-mime-charset): Mark as obsolete.
11615
11616 * mail/rmailsum.el (rmail-message-regexp-p-1):
11617 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
11618 Before using mime functions, check they are set. (Bug#10077)
11619
11620 2011-11-19 Juri Linkov <juri@jurta.org>
11621
11622 * info.el (Info-finder-find-node): Use `package--builtins' instead
11623 of `package-alist'. Use node names formed by the pattern "Keyword "
11624 and the keyword name.
11625
11626 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11627
11628 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
11629
11630 2011-11-19 Juri Linkov <juri@jurta.org>
11631
11632 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
11633 that calls `revert-buffer' on all Info buffers. (Bug#9915)
11634 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
11635 `old-history', `old-history-forward'. Add let-binding
11636 `window-selected'. Remove calls to `kill-buffer',
11637 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
11638 before calling `Info-find-node', so `Info-find-node-2' will reread
11639 the Info file. Restore window positions only when `window-selected'
11640 is non-nil.
11641
11642 2011-11-19 Juri Linkov <juri@jurta.org>
11643
11644 * isearch.el (isearch-lazy-highlight-new-loop):
11645 Remove condition `(not isearch-error)'. (Bug#9918)
11646
11647 * misearch.el (multi-isearch-search-fun): Add condition
11648 `(not bound)' to ignore lazy-highlighting search.
11649 Add the search-failed message "end of multi" when the end of
11650 multi-sequence is reached. Uncapitalize the search-failed
11651 message "Repeat for next buffer".
11652
11653 * info.el (Info-search): Add the search-failed message
11654 "end of the manual" when the end of the manual is reached
11655 in Isearch mode.
11656
11657 2011-11-19 Juri Linkov <juri@jurta.org>
11658
11659 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
11660 Use non-destructive `remove' instead of `delete' because
11661 `Info-history-list' stored to `Info-isearch-initial-history-list' in
11662 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
11663
11664 2011-11-19 Juri Linkov <juri@jurta.org>
11665
11666 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
11667 to nil instead of binding `search-ring' and `regexp-search-ring'.
11668 (Bug#9185)
11669
11670 2011-11-19 Eli Zaretskii <eliz@gnu.org>
11671
11672 * simple.el (line-move): Force movement by logical lines for any
11673 hscrolled window, not only when auto-hscroll-mode is on.
11674 (line-move-visual): Update doc string to that effect. (Bug#10076)
11675
11676 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11677
11678 * language/european.el (macintosh): Define as alias for mac-roman.
11679
11680 2011-11-19 Eli Zaretskii <eliz@gnu.org>
11681
11682 * mail/rmailmm.el (rmail-mime-display-header)
11683 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
11684 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
11685 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
11686 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
11687 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
11688 of a raw aref.
11689 (rmail-mime-entity-segment): To get past the tagline, move forward
11690 2 more lines, to account for the 2 empty lines that precede and
11691 follow the line with the buttons.
11692 (rmail-mime-update-tagline): Move one more line, to get past the
11693 empty line that follows the buttons in the tagline. (Bug#9520)
11694
11695 2011-11-19 Martin Rudalics <rudalics@gmx.at>
11696
11697 * window.el (window-max-delta-1, window-min-delta-1)
11698 (window-min-size-1, window-state-get-1, window-state-put-1)
11699 (window-state-put-2): Use "window--" prefix.
11700
11701 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
11702
11703 * emacs-lisp/smie.el: Improve warnings and conflict detection.
11704 (smie-warning-count): New var.
11705 (smie-set-prec2tab): Use it.
11706 (smie-bnf->prec2): Improve warnings. Add docstring.
11707 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
11708 (smie-bnf--set-class): New function.
11709 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
11710 corner case.
11711
11712 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
11713 (compilation-error-properties, compilation-move-to-column):
11714 Handle compilation-first-column while in the target buffer.
11715
11716 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
11717 Don't hardcode point-min==1.
11718
11719 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
11720 (eshell-rewrite-for-command): Remove workaround.
11721 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
11722 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
11723 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
11724
11725 * files-x.el (modify-file-local-variable): Obey commenting conventions.
11726
11727 2011-11-17 Glenn Morris <rgm@gnu.org>
11728
11729 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11730 Ignore buffer-local generated-autoload-file if it is the same
11731 as the global value. (Bug#10049)
11732
11733 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
11734
11735 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
11736 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
11737 (reftex-toc-previous-heading, reftex-toc-max-level)
11738 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
11739 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
11740 (reftex-toc-do-promote, reftex-toc-promote-prepare)
11741 (reftex-toc-promote-action, reftex-toc-extract-section-number)
11742 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
11743 (reftex-toc-rename-label, reftex-toc-visit-location)
11744 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
11745 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
11746 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
11747 leaving "*toc*" only for references to the buffer.
11748
11749 2011-11-17 Martin Rudalics <rudalics@gmx.at>
11750
11751 * window.el (window-resize, delete-window, split-window):
11752 Replace window-splits by window-combination-resize.
11753 * cus-start.el (window-splits): Replace by window-combination-resize.
11754
11755 2011-11-17 Glenn Morris <rgm@gnu.org>
11756
11757 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11758 Make bash entry derive from sh entry, not shell entry.
11759
11760 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
11761
11762 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
11763 local file name.
11764
11765 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
11766
11767 * menu-bar.el (menu-bar-file-menu):
11768 * printing.el (pr-ps-utility):
11769 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
11770 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
11771 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
11772 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
11773 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
11774 (icalendar--convert-cyclic-to-ical)
11775 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
11776 (icalendar--convert-ical-to-diary)
11777 (icalendar--convert-recurring-to-diary)
11778 (icalendar--convert-non-recurring-all-day-to-diary)
11779 (icalendar-import-format-sample):
11780 * progmodes/idlw-shell.el (idlwave-shell-mode):
11781 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
11782 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
11783 (vhdl-ps-print-init): Fix typos.
11784
11785 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
11786
11787 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
11788 FSF and collapse date sequence, obscure author/maintainer email address
11789 better, remove extra version line, track relocation of author's webpage.
11790
11791 * progmodes/python.el (python-pdbtrack-input-prompt)
11792 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
11793 regular python pdb prompts. Adjustments shamelessly taken exactly as
11794 suggested in EmacsWiki page (tiny change):
11795 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
11796
11797 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
11798
11799 * expand.el (expand-pos, expand-index, expand-point):
11800 Remove redundant info from docstring.
11801 (expand-add-abbrevs): Doc fix.
11802 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
11803 (expand-sample-perl-mode-expand-list): Fix typos.
11804
11805 * net/dbus.el (dbus-event-member-name):
11806 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
11807 * term/pc-win.el (msdos-create-frame-with-faces):
11808 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
11809
11810 2011-11-16 Martin Rudalics <rudalics@gmx.at>
11811
11812 * window.el (split-window, window-state-get-1)
11813 (window-state-put-1, window-state-put-2): Rename occurrences of
11814 window-nest to window-combination-limit.
11815 * cus-start.el (window-nest): Rename to window-combination-limit.
11816
11817 2011-11-16 Chong Yidong <cyd@gnu.org>
11818
11819 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
11820 regexp (Bug#10033).
11821
11822 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11823
11824 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
11825 `completing-read' will remove *Completions* and will preserve
11826 current-buffer for us.
11827 (tmm-add-prompt): Users of *Completions* will always (re)set its
11828 major mode.
11829 (tmm-old-comp-map): Remove.
11830
11831 2011-11-16 Glenn Morris <rgm@gnu.org>
11832
11833 * mail/rmailedit.el: Require rmailmm when compiling.
11834 (rmail-old-mime-state): New declaration.
11835 (rmail-edit-current-message): If editing a mime message,
11836 edit the "raw" message from the mbox buffer.
11837 (rmail-cease-edit): Handle mime messages. (Bug#9840)
11838
11839 2011-11-15 Glenn Morris <rgm@gnu.org>
11840
11841 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
11842 which wasn't being used. Add optional arg to force given state.
11843 (rmail-mime): Add optional arg to force given state.
11844
11845 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
11846
11847 * allout.el (allout-encryption-plaintext-sanitization-regexps):
11848 * frame.el (display-mm-dimensions-alist):
11849 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
11850 (outline-move-subtree-down):
11851 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
11852 (newsticker--treeview-do-get-node):
11853 * net/quickurl.el (quickurl-list-buffer-name):
11854 * progmodes/dcl-mode.el (dcl-mode):
11855 * progmodes/gdb-mi.el (gdb-mapcar*):
11856 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
11857
11858 2011-11-15 Glenn Morris <rgm@gnu.org>
11859
11860 * mail/rmail.el (rmail-file-coding-system): It's only ever used
11861 in a boolean sense, so just make it a boolean, and fix the doc.
11862 (rmail-show-mime-function, rmail-mime-feature)
11863 (rmail-require-mime-maybe): Doc fixes.
11864 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
11865
11866 * mail/rmailmm.el (rmail-show-mime): Doc fix.
11867
11868 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
11869
11870 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
11871 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
11872 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
11873 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
11874
11875 2011-11-15 Glenn Morris <rgm@gnu.org>
11876
11877 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
11878 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
11879 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
11880 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
11881 (rmail-mime, rmail-show-mime): Doc fixes.
11882
11883 * term/ns-win.el (mode-line-frame-identification):
11884 Leave it alone. (Bug#10051)
11885
11886 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
11887
11888 * mail/rmailout.el (rmail-output-to-rmail-buffer):
11889 Handle empty buffers. (Bug#9978)
11890
11891 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
11892
11893 * international/mule.el (define-charset):
11894 * mail/rmailmm.el (rmail-mime-find-header-encoding):
11895 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
11896 * progmodes/verilog-mode.el (verilog-backward-token):
11897 * textmodes/ispell.el (lookup-words):
11898 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
11899
11900 2011-11-14 Glenn Morris <rgm@gnu.org>
11901
11902 * progmodes/executable.el
11903 (executable-make-buffer-file-executable-if-script-p):
11904 Handle file-modes returning nil.
11905
11906 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
11907 message - not necessary, and causes problems. (Bug#9831)
11908
11909 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
11910
11911 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
11912
11913 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
11914 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
11915 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
11916
11917 2011-11-12 Martin Rudalics <rudalics@gmx.at>
11918
11919 * window.el (window-resize, delete-window): Use window-splits
11920 variable instead of function.
11921 (window-state-get-1, window-state-put-2, window-state-put):
11922 Don't deal with windows' splits status.
11923
11924 2011-11-12 Glenn Morris <rgm@gnu.org>
11925
11926 * apropos.el (apropos-do-all, apropos-library, apropos-value)
11927 (apropos-documentation): Doc fixes.
11928
11929 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
11930
11931 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
11932 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
11933
11934 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11935
11936 * electric.el (electric-indent-post-self-insert-function): Make it
11937 possible for a char to only indent in some circumstances.
11938 (electric-indent-mode): Simplify.
11939
11940 2011-11-11 Martin Rudalics <rudalics@gmx.at>
11941
11942 * window.el (windows-with-parameter): Remove unused function.
11943 (windows-at-side): Rename to window-at-side-list.
11944 (window-check, window-atom-check, window-atom-check-1)
11945 (window-side-check, window-size-ignore, window-size-fixed-1)
11946 (window-in-direction-2): Prefix with "window--".
11947 (window-tree-1): Rename to window--subtree, fix doc-string.
11948
11949 2011-11-11 Glenn Morris <rgm@gnu.org>
11950
11951 * subr.el (eval-after-load): If FILE is already loaded,
11952 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
11953
11954 2011-11-10 Glenn Morris <rgm@gnu.org>
11955
11956 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
11957 Call svn via vc-svn-command rather than vc-do-command.
11958 (vc-svn-command): Add --non-interactive. (Bug#9993)
11959 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
11960
11961 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11962 Add toggle-read-only. (Bug#7292)
11963 * files.el (toggle-read-only): Mention that it should only
11964 be used interactively. (Bug#10006)
11965
11966 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11967
11968 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11969 Adjust regexp for OCaml warnings.
11970
11971 * electric.el (electric-pair-post-self-insert-function): Let user
11972 turn it off buffer-locally (bug#9932).
11973
11974 * progmodes/python.el (python-beginning-of-statement):
11975 Rewrite (bug#2703).
11976
11977 * progmodes/compile.el: Better handle TABs (bug#9749).
11978 (compilation-internal-error-properties)
11979 (compilation-next-error-function): Obey the target buffer's
11980 compilation-error-screen-columns.
11981
11982 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
11983
11984 * progmodes/meta-mode.el: Remove obsolete comments.
11985 (meta-right-comment-regexp, meta-ignore-comment-regexp):
11986 Fix typos in docstrings.
11987
11988 2011-11-09 Martin Rudalics <rudalics@gmx.at>
11989
11990 * window.el (window-size-fixed-p): Rewrite doc-string.
11991 (window-resizable-p): Rename to window--resizable-p. Update callers.
11992 (window--resizable): New function. Make all callers of
11993 window-resizable call window--resizable instead.
11994 (window-resizable): Rewrite in terms of window--resizable.
11995
11996 2011-11-08 Glenn Morris <rgm@gnu.org>
11997
11998 * progmodes/delphi.el (delphi-mode-syntax-table):
11999 Let define-derived-mode define a proper syntax table. (Bug#9994)
12000
12001 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12002
12003 * window.el: Stay away from defsubst.
12004 (window-list-no-nils): Remove.
12005 (window-state-get-1, window-state-get): Use backquote instead.
12006
12007 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12008
12009 * emacs-lisp/find-func.el (find-function-read):
12010 Fix incorrect use of default argument in `completing-read'.
12011
12012 2011-11-08 Martin Rudalics <rudalics@gmx.at>
12013
12014 * window.el (display-buffer-function, special-display-function):
12015 Mention display-buffer-record-window but do not mention
12016 help-setup parameter in doc-strings.
12017 (window-min-delta): Fix doc-string typo.
12018
12019 2011-11-08 Chong Yidong <cyd@gnu.org>
12020
12021 * window.el (window-total-height, window-total-width): Doc fix.
12022 (window-body-size): Move from C.
12023 (window-body-height, window-body-width): Move to C.
12024
12025 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12026
12027 * window.el: Make special-display like display-buffer-alist (bug#9532).
12028 (display-buffer--special-action): New function, morphed
12029 from display-buffer--special.
12030 (display-buffer): Use it to handle special-display-buffers at higher
12031 priority (just after display-buffer-alist).
12032 (display-buffer-fallback-action, display-buffer--other-frame-action)
12033 (pop-to-buffer-same-window): Remove display-buffer--special.
12034
12035 2011-11-07 Glenn Morris <rgm@gnu.org>
12036
12037 * calendar/cal-menu.el (cal-menu-set-date-title):
12038 Do nothing if not in a calendar. (Bug#9976)
12039
12040 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12041
12042 * files.el (find-file): Always use selected-window.
12043
12044 2011-11-07 Martin Rudalics <rudalics@gmx.at>
12045
12046 * window.el (window-combinations): Make WINDOW argument
12047 mandatory. Rewrite doc-string.
12048 (walk-window-subtree, window-atom-check, window-min-delta)
12049 (window-max-delta, window--resize-this-window)
12050 (window--resize-root-window-vertically, window-tree)
12051 (balance-windows, window-state-put): Rewrite doc-strings as to
12052 not mention the term "subwindow".
12053 (window--resize-subwindows-skip-p): Rename to
12054 window--resize-child-windows-skip-p.
12055 (window--resize-subwindows-normal): Rename to
12056 window--resize-child-windows-normal.
12057 (window--resize-subwindows): Rename to
12058 window--resize-child-windows.
12059 (window-or-subwindow-p): Rename to window--in-subtree-p.
12060
12061 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12062
12063 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12064 Ensure that mbox format messages end in two newlines (Bug#9974).
12065
12066 2011-11-06 Chong Yidong <cyd@gnu.org>
12067
12068 * window.el (window-combination-p): Function deleted; its
12069 side-effect is not used in any existing code.
12070 (window-combinations, window-combined-p): Call window-*-child
12071 directly.
12072
12073 2011-11-05 Chong Yidong <cyd@gnu.org>
12074
12075 * window.el (window-valid-p): Rename from window-any-p.
12076 (window-size-ignore, window-state-get): Callers changed.
12077 (window-normalize-window): Rename from window-normalize-any-window.
12078 New arg LIVE-ONLY, replacing window-normalize-live-window.
12079 (window-normalize-live-window): Delete.
12080 (window-combination-p, window-combined-p, window-combinations)
12081 (walk-window-subtree, window-atom-root, window-min-size)
12082 (window-sizable, window-sizable-p, window-size-fixed-p)
12083 (window-min-delta, window-max-delta, window-resizable)
12084 (window-resizable-p, window-full-height-p, window-full-width-p)
12085 (window-current-scroll-bars, window-point-1, set-window-point-1)
12086 (window-at-side-p, window-in-direction, window-resize)
12087 (adjust-window-trailing-edge, maximize-window, minimize-window)
12088 (window-deletable-p, delete-window, delete-other-windows)
12089 (record-window-buffer, unrecord-window-buffer)
12090 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12091 (quit-window, split-window, window-state-put)
12092 (set-window-text-height, fit-window-to-buffer)
12093 (shrink-window-if-larger-than-buffer): Callers changed.
12094
12095 2011-11-04 Eli Zaretskii <eliz@gnu.org>
12096
12097 * mail/rmail.el (rmail-simplified-subject): Decode subject with
12098 rfc2047-decode-string.
12099 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12100 warnings.
12101
12102 * window.el (window-body-height, window-body-width): Mention in
12103 the doc string that the return values are in frame's canonical
12104 units. (Bug#9949)
12105
12106 2011-11-03 Alan Mackenzie <acm@muc.de>
12107
12108 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
12109 change in cc-engine.el.
12110
12111 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12112
12113 * window.el (switch-to-buffer): Use `force-same-window' interactively.
12114
12115 2011-11-02 Martin Rudalics <rudalics@gmx.at>
12116
12117 * window.el (quit-window): Call unrecord-window-buffer after
12118 showing another buffer in the window. (Bug#9937)
12119 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
12120
12121 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
12122
12123 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
12124 Accept status with more than 9 shelves. (Bug#9935)
12125 Reported by Colin D Bennett <colin@gibibit.com>.
12126
12127 2011-11-01 Martin Rudalics <rudalics@gmx.at>
12128
12129 * help.el (with-help-window): Don't reference
12130 temp-buffer-show-specifiers in doc-string.
12131
12132 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
12133
12134 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
12135 menu-item.
12136
12137 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12138
12139 * whitespace.el: New version 13.2.2.
12140 (whitespace-newline-mode): Disable properly. Reported by Sarah
12141 <EmacsWiki>.
12142
12143 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
12144
12145 * net/newst-treeview.el: Remove "Time-stamp".
12146 (newsticker--group-manage-orphan-feeds): Do not call
12147 newsticker--treeview-tree-update.
12148 (newsticker-treeview-update, newsticker-treeview):
12149 Call newsticker--treeview-tree-update if necessary.
12150
12151 2011-10-30 Martin Rudalics <rudalics@gmx.at>
12152
12153 * window.el (window-iso-combination-p, window-iso-combined-p)
12154 (window-iso-combinations): Remove "iso-" infix.
12155 Suggested by Chong Yidong.
12156 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
12157 (window-max-delta-1, window-resize, window--resize-siblings)
12158 (window--resize-this-window, adjust-window-trailing-edge)
12159 (split-window, balance-windows-1)
12160 (shrink-window-if-larger-than-buffer):
12161 * calendar/calendar.el (calendar-generate-window):
12162 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
12163
12164 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12165
12166 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
12167 in place (bug#9907).
12168 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
12169 (eshell-rewrite-if-command, eshell-rewrite-for-command)
12170 (eshell-structure-basic-command, eshell-rewrite-while-command)
12171 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
12172 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
12173 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
12174 (eshell-do-pipelines-synchronously, eshell-eval-command):
12175 Use backquotes and prefer setq to set.
12176 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
12177 (eshell-macrop): Use functionp.
12178 (eshell-do-eval): Handle multiple expressions in `while' body.
12179
12180 2011-10-30 Chong Yidong <cyd@gnu.org>
12181
12182 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
12183 instead of set-mark (Bug#9810).
12184
12185 2011-10-30 Chong Yidong <cyd@gnu.org>
12186
12187 * window.el (split-window-below, split-window-right): Rename from
12188 split-window-above-each-other and split-window-side-by-side
12189 respectively. All callers changed.
12190 (split-window-sensibly, split-window-sensibly): Use them.
12191 (split-window-keep-point): Doc fix.
12192
12193 * isearch.el: Add isearch-scroll property to split-window-below
12194 and split-window-right.
12195
12196 * follow.el (follow-mode):
12197 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12198 * progmodes/ada-xref.el (ada-gdb-application):
12199 * emulation/vip.el (vip-buffer-in-two-windows):
12200 * image-dired.el (image-dired-dired-with-window-configuration):
12201 * dired-x.el (dired-do-find-marked-files):
12202 * dired.el (dired-pop-to-buffer):
12203 * bs.el (bs--show-with-configuration):
12204 * vc/emerge.el (emerge-setup-windows):
12205 * textmodes/two-column.el (2C-two-columns):
12206 * textmodes/reftex-toc.el (reftex-toc):
12207 * progmodes/gdb-mi.el (gdb-setup-windows):
12208 * progmodes/fortran.el (fortran-window-create):
12209 * net/newst-treeview.el (newsticker--treeview-window-init):
12210 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
12211 * emulation/tpu-edt.el (tpu-gold-map):
12212 * emulation/crisp.el (crisp-mode-map):
12213 * calendar/calendar.el (calendar-basic-setup): Callers changed.
12214
12215 2011-10-29 Chong Yidong <cyd@gnu.org>
12216
12217 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
12218
12219 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
12220
12221 * textmodes/flyspell.el (flyspell-word): Fix char offset for
12222 forged Ispell output (Bug#7904).
12223
12224 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
12225
12226 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12227
12228 * doc-view.el: Avoid ugly errors about not finding nil.
12229 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12230 (doc-view-dvipdf-program, doc-view-unoconv-program)
12231 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
12232 Avoid nil or absolute file name as default value.
12233 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
12234
12235 2011-10-28 Alan Mackenzie <acm@muc.de>
12236
12237 * progmodes/cc-defs.el (c-version): -> 5.32.2.
12238
12239 2011-10-28 Alan Mackenzie <acm@muc.de>
12240
12241 Amend the handling of c-beginning/end-of-defun in nested declaration
12242 scopes.
12243
12244 * progmodes/cc-vars.el (c-defun-tactic): Move here from
12245 cc-langs.el. Change it to a defcustom.
12246
12247 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
12248 cc-vars.el.
12249
12250 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12251 Prevent "class foo : bar" being spuriously recognized as a label.
12252
12253 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
12254 Add parameter `inclusive' (to include enclosing braces in the region).
12255 (c-widen-to-enclosing-decl-scope): New function.
12256 (c-while-widening-to-decl-block): New macro.
12257 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
12258 outward for defun boundaries, and correspondingly change symbol
12259 `respect-enclosure' to `go-outward'.
12260 (c-declaration-limits): Change algorithm to report only the "innermost"
12261 defun's boundaries.
12262
12263 2011-10-28 Deniz Dogan <deniz@dogan.se>
12264
12265 * net/rcirc.el (rcirc-mode): Use hard newlines.
12266
12267 2011-10-28 Alan Mackenzie <acm@muc.de>
12268
12269 Amend to indent and fontify macros "which include their own semicolon"
12270 correctly, using the "virtual semicolon" mechanism.
12271
12272 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
12273
12274 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12275 Recode to scan one line at a time rather than having \n and \r
12276 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
12277 (c-forward-label): Amend for virtual semicolons.
12278 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
12279
12280 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
12281 of the new C macros.
12282
12283 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
12284 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
12285 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
12286 (c-opt-cpp-macro-define): Make into a full language variable.
12287 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
12288 AWK Mode (including \n, \r) removed, no longer needed.
12289
12290 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
12291 Invoke c-make-macro-with-semi-re.
12292
12293 * progmodes/cc-vars.el (c-macro-with-semi-re):
12294 (c-macro-names-with-semicolon): New variables.
12295 (c-make-macro-with-semi-re): New function.
12296
12297 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12298
12299 * vc/log-edit.el: Fill empty field rather than adding new one.
12300 (log-edit-add-field): New function.
12301 (log-edit-insert-changelog): Use it.
12302
12303 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12304
12305 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
12306
12307 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12308
12309 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
12310 (gdb--check-interpreter): New function.
12311 (gdb): Use it.
12312
12313 2011-10-27 Glenn Morris <rgm@gnu.org>
12314
12315 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
12316 (least-positive-float, least-negative-float)
12317 (least-positive-normalized-float, least-negative-normalized-float)
12318 (float-epsilon, float-negative-epsilon):
12319 Remove unnecessary declarations.
12320
12321 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
12322 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
12323 (least-positive-float, least-negative-float)
12324 (least-positive-normalized-float, least-negative-normalized-float)
12325 (float-epsilon, float-negative-epsilon): Add doc-strings,
12326 based on those in cl.texi.
12327
12328 * files.el (set-visited-file-name): If the major-mode changed,
12329 reload the local variables. (Bug#9796)
12330
12331 2011-10-27 Chong Yidong <cyd@gnu.org>
12332
12333 * subr.el (change-major-mode-after-body-hook): New hook.
12334 (run-mode-hooks): Run it.
12335
12336 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12337 Use change-major-mode-before-body-hook.
12338
12339 * simple.el (fundamental-mode):
12340 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
12341 change introducing fundamental-mode-hook.
12342
12343 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
12344
12345 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
12346
12347 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
12348
12349 * ido.el (ido-file-name-all-completions-1): Do not require
12350 tramp.el explicitly. (Bug#7583)
12351
12352 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12353
12354 * progmodes/octave-mod.el:
12355 * progmodes/octave-inf.el: Update maintainer.
12356
12357 2011-10-26 Chong Yidong <cyd@gnu.org>
12358
12359 * subr.el (with-wrapper-hook): Rewrite doc.
12360
12361 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
12362
12363 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
12364 filenames "/method:foo:". (Bug#9793)
12365
12366 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12367
12368 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
12369 (bug#9865).
12370
12371 2011-10-24 Glenn Morris <rgm@gnu.org>
12372
12373 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
12374
12375 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
12376
12377 * notifications.el: Add the requirement of a running D-Bus session
12378 bus to the Commentary.
12379
12380 2011-10-24 Juri Linkov <juri@jurta.org>
12381
12382 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12383 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
12384 (Bug#9364)
12385
12386 2011-10-24 Juri Linkov <juri@jurta.org>
12387
12388 * info.el (Info-following-node-name-re): Add newline to the list
12389 of allowed characters for leading space. (Bug#9824)
12390
12391 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12392
12393 * progmodes/octave-inf.el (inferior-octave-mode-map):
12394 Fix C-c C-h binding.
12395 * progmodes/octave-mod.el (octave-help): Remove.
12396
12397 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
12398
12399 Sync with Tramp 2.2.3.
12400
12401 * net/tramp-cache.el (top): Pacify byte-compiler using
12402 `init-file-user' and `site-run-file'.
12403
12404 * net/trampver.el: Update release number.
12405
12406 2011-10-23 Chong Yidong <cyd@gnu.org>
12407
12408 * files.el (toggle-read-only): Remove obsolete comment about
12409 version control.
12410
12411 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
12412 for toggle-read-only. Note that this hasn't called vc-next-action
12413 since 2008-05-02, though it wasn't documented at the time.
12414
12415 * vc/ediff-init.el (ediff-toggle-read-only-function):
12416 Use toggle-read-only.
12417
12418 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
12419
12420 Fix bug #9560, sporadic wrong indentation; improve instrumentation
12421 of c-parse-state.
12422
12423 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
12424 correct faulty logical expression.
12425 (c-parse-state-state, c-record-parse-state-state):
12426 (c-replay-parse-state-state): New defvar/defuns.
12427 (c-debug-parse-state): Use new functions.
12428
12429 2011-10-22 Martin Rudalics <rudalics@gmx.at>
12430
12431 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
12432 last fix. Use window-in-direction correctly.
12433
12434 2011-10-21 Chong Yidong <cyd@gnu.org>
12435
12436 * progmodes/idlwave.el (idlwave-mode):
12437 * progmodes/vera-mode.el (vera-mode): No need to set
12438 require-final-newline; that's done in prog-mode.
12439 Suggested by Stefan Monnier.
12440
12441 2011-10-21 Martin Rudalics <rudalics@gmx.at>
12442
12443 * mouse.el (mouse-drag-window-above)
12444 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
12445 (mouse-drag-mode-line-1, mouse-drag-header-line)
12446 (mouse-drag-vertical-line-rightward-window): Remove.
12447 (mouse-drag-line): New function.
12448 (mouse-drag-mode-line, mouse-drag-header-line)
12449 (mouse-drag-vertical-line): Call mouse-drag-line.
12450 * window.el (window-at-side-p, windows-at-side): New functions.
12451
12452 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
12453
12454 * tar-mode.el (tar-grind-file-mode):
12455 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
12456
12457 2011-10-21 Chong Yidong <cyd@gnu.org>
12458
12459 * progmodes/idlwave.el (idlwave-mode):
12460 * progmodes/vera-mode.el (vera-mode):
12461 Use mode-require-final-newline.
12462
12463 2011-10-20 Glenn Morris <rgm@gnu.org>
12464
12465 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
12466
12467 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
12468
12469 * emulation/cua-base.el (cua-set-mark): Fix case of string.
12470
12471 2011-10-20 Chong Yidong <cyd@gnu.org>
12472
12473 * emulation/cua-base.el (cua-mode):
12474 * mail/footnote.el (footnote-mode):
12475 * mail/mailabbrev.el (mail-abbrevs-mode):
12476 * net/xesam.el (xesam-minor-mode):
12477 * progmodes/bug-reference.el (bug-reference-mode):
12478 * progmodes/cap-words.el (capitalized-words-mode):
12479 * progmodes/compile.el (compilation-minor-mode)
12480 (compilation-shell-minor-mode):
12481 * progmodes/gud.el (gud-tooltip-mode):
12482 * progmodes/hideif.el (hide-ifdef-mode):
12483 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12484 * progmodes/subword.el (subword-mode):
12485 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12486 * progmodes/which-func.el (which-function-mode):
12487 * term/tvi970.el (tvi970-set-keypad-mode):
12488 * term/vt100.el (vt100-wide-mode):
12489 * textmodes/flyspell.el (flyspell-mode):
12490 * textmodes/ispell.el (ispell-minor-mode):
12491 * textmodes/nroff-mode.el (nroff-electric-mode):
12492 * textmodes/paragraphs.el (use-hard-newlines):
12493 * textmodes/refill.el (refill-mode):
12494 * textmodes/reftex.el (reftex-mode):
12495 * textmodes/rst.el (rst-minor-mode):
12496 * textmodes/sgml-mode.el (html-autoview-mode)
12497 (sgml-electric-tag-pair-mode):
12498 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
12499 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
12500 * emulation/crisp.el (crisp-mode):
12501 * emacs-lisp/eldoc.el (eldoc-mode):
12502 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
12503 minor mode behavior.
12504
12505 2011-10-19 Juri Linkov <juri@jurta.org>
12506
12507 * descr-text.el (describe-char): Add #x2010 and #x2011 to
12508 the list of hard-coded chars with escape-glyph face.
12509
12510 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12511
12512 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
12513
12514 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
12515
12516 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
12517 running process.
12518
12519 2011-10-19 Glenn Morris <rgm@gnu.org>
12520
12521 * vc/vc-bzr.el (vc-bzr-after-dir-status):
12522 Ignore ignored files. (Bug#9726)
12523
12524 2011-10-19 Chong Yidong <cyd@gnu.org>
12525
12526 Doc fix for minor modes, stating that an omitted argument enables
12527 the mode unconditionally when called from Lisp.
12528
12529 * abbrev.el (abbrev-mode):
12530 * allout.el (allout-mode):
12531 * autoinsert.el (auto-insert-mode):
12532 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12533 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12534 (global-auto-revert-mode):
12535 * battery.el (display-battery-mode):
12536 * composite.el (global-auto-composition-mode)
12537 (auto-composition-mode):
12538 * delsel.el (delete-selection-mode):
12539 * desktop.el (desktop-save-mode):
12540 * dired-x.el (dired-omit-mode):
12541 * dirtrack.el (dirtrack-mode):
12542 * doc-view.el (doc-view-minor-mode):
12543 * double.el (double-mode):
12544 * electric.el (electric-indent-mode, electric-pair-mode):
12545 * emacs-lock.el (emacs-lock-mode):
12546 * epa-hook.el (auto-encryption-mode):
12547 * follow.el (follow-mode):
12548 * font-core.el (font-lock-mode):
12549 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
12550 * help.el (temp-buffer-resize-mode):
12551 * hilit-chg.el (highlight-changes-mode)
12552 (highlight-changes-visible-mode):
12553 * hi-lock.el (hi-lock-mode):
12554 * hl-line.el (hl-line-mode, global-hl-line-mode):
12555 * icomplete.el (icomplete-mode):
12556 * ido.el (ido-everywhere):
12557 * image-file.el (auto-image-file-mode):
12558 * image-mode.el (image-minor-mode):
12559 * iswitchb.el (iswitchb-mode):
12560 * jka-cmpr-hook.el (auto-compression-mode):
12561 * linum.el (linum-mode):
12562 * longlines.el (longlines-mode):
12563 * master.el (master-mode):
12564 * mb-depth.el (minibuffer-depth-indicate-mode):
12565 * menu-bar.el (menu-bar-mode):
12566 * minibuf-eldef.el (minibuffer-electric-default-mode):
12567 * mouse-sel.el (mouse-sel-mode):
12568 * msb.el (msb-mode):
12569 * mwheel.el (mouse-wheel-mode):
12570 * outline.el (outline-minor-mode):
12571 * paren.el (show-paren-mode):
12572 * recentf.el (recentf-mode):
12573 * reveal.el (reveal-mode, global-reveal-mode):
12574 * rfn-eshadow.el (file-name-shadow-mode):
12575 * ruler-mode.el (ruler-mode):
12576 * savehist.el (savehist-mode):
12577 * scroll-all.el (scroll-all-mode):
12578 * scroll-bar.el (scroll-bar-mode):
12579 * server.el (server-mode):
12580 * shell.el (shell-dirtrack-mode):
12581 * simple.el (auto-fill-mode, transient-mark-mode)
12582 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
12583 (line-number-mode, column-number-mode, size-indication-mode)
12584 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
12585 * strokes.el (strokes-mode):
12586 * time.el (display-time-mode):
12587 * t-mouse.el (gpm-mouse-mode):
12588 * tool-bar.el (tool-bar-mode):
12589 * tooltip.el (tooltip-mode):
12590 * type-break.el (type-break-mode-line-message-mode)
12591 (type-break-query-mode):
12592 * view.el (view-mode):
12593 * whitespace.el (whitespace-mode, whitespace-newline-mode)
12594 (global-whitespace-mode, global-whitespace-newline-mode):
12595 * xt-mouse.el (xterm-mouse-mode): Doc fix.
12596
12597 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12598 Fix autogenerated docstring.
12599
12600 2011-10-19 Juri Linkov <juri@jurta.org>
12601
12602 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
12603 by checking environment variables "DESKTOP_SESSION" and
12604 "XDG_CURRENT_DESKTOP". (Bug#9779)
12605
12606 2011-10-19 Juri Linkov <juri@jurta.org>
12607
12608 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
12609 (browse-url-chromium-program, browse-url-chromium-arguments):
12610 New defcustoms.
12611 (browse-url-default-browser): Check for `browse-url-chromium' and
12612 call `browse-url-chromium-program'.
12613 (browse-url-chromium): New command. (Bug#9779)
12614
12615 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
12616
12617 * facemenu.el (list-colors-duplicates): On Windows, detect more
12618 duplicates by assuming that only colors matching "^System" are
12619 special "system colors". (Bug#9722)
12620
12621 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12622
12623 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
12624 to distinguish the author from the committer.
12625
12626 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
12627
12628 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
12629
12630 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
12631
12632 * international/mule.el (sgml-html-meta-auto-coding-function):
12633 Add support for detecting encoding in HTML5 specified only as
12634 <meta charset="UTF-8">. Implementation just makes http-equiv and
12635 content-type parts from HTML4 encoding string optional. (Bug#9716)
12636
12637 2011-10-18 Glenn Morris <rgm@gnu.org>
12638
12639 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
12640
12641 2011-10-18 Chong Yidong <cyd@gnu.org>
12642
12643 * faces.el (cursor): Doc fix.
12644
12645 2011-10-17 Chong Yidong <cyd@gnu.org>
12646
12647 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
12648
12649 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
12650
12651 * dirtrack.el (dirtrack): Support shell buffers with path
12652 prefixes, e.g. tramp-based remote shells. (Bug#9647)
12653
12654 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
12655
12656 * json.el: Bump version to 1.3 and note change in History.
12657 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
12658
12659 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12660
12661 * comint.el (comint-insert-input, comint-send-input)
12662 (comint-get-old-input-default, comint-backward-matching-input)
12663 (comint-next-prompt): Use nil instead of `input' for field property of
12664 past user input (bug#114).
12665
12666 * minibuffer.el (completion--replace): Inherit surrounding properties
12667 (bug#114).
12668 (minibuffer-complete-and-exit): Use it.
12669
12670 * comint.el (comint--table-subvert): Quote the all-completions output
12671 (bug#9160).
12672
12673 2011-10-17 Martin Rudalics <rudalics@gmx.at>
12674
12675 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
12676
12677 * menu-bar.el (menu-bar-file-menu): Add entry for making new
12678 window on right of selected. (Bug#9350) Reword other window
12679 entries and separate them from frame entries.
12680
12681 2011-10-15 Glenn Morris <rgm@gnu.org>
12682
12683 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
12684 Doc fixes.
12685
12686 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
12687
12688 * net/network-stream.el (network-stream-open-starttls):
12689 Improve detection of failure due to lack of TLS support.
12690
12691 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
12692 putting the input text in front and in bold.
12693
12694 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12695
12696 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
12697
12698 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
12699 empty buffer.
12700
12701 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
12702 unread-command-events rather than pushing yet-another event.
12703
12704 2011-10-14 Eli Zaretskii <eliz@gnu.org>
12705
12706 * mail/sendmail.el (sendmail-query-once): Improve the wording of
12707 the explanation of the possible choices. Make the options passed
12708 to completing-read shorter.
12709
12710 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12711
12712 * textmodes/flyspell.el (flyspell-large-region): Make sure
12713 extended character mode is used if defined (Bug#1339).
12714
12715 2011-10-13 Eli Zaretskii <eliz@gnu.org>
12716
12717 * simple.el (what-cursor-position): Fix the display of the
12718 character info for LRE, LRO, RLE, and RLO characters by appending
12719 an invisible PDF.
12720
12721 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12722
12723 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
12724 even in case of error; add debug spec; simplify data flow.
12725 (with-timeout-handler): Remove.
12726
12727 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
12728
12729 Fix Bug#6019, Bug#9315.
12730
12731 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
12732 complete `buffer-file-name', the local file name part could look
12733 remotely (for example on VMS).
12734
12735 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
12736 `tramp-run-real-handler'.
12737 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
12738 already quoted by '"'.
12739
12740 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
12741 Let `file-name-handler-alist' be nil, the local file name part
12742 could look remotely (for example on VMS).
12743
12744 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12745
12746 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
12747 from here...
12748 (flyspell-post-command-hook): ...to here.
12749
12750 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
12753 if not needed.
12754 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
12755 using completion. Protect against "slow" callers.
12756 Remove the "message hack".
12757
12758 2011-10-11 Juri Linkov <juri@jurta.org>
12759
12760 * isearch.el (isearch-lazy-highlight-word): New variable.
12761 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
12762 Use it. (Bug#9727)
12763
12764 2011-10-11 Glenn Morris <rgm@gnu.org>
12765
12766 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
12767 like f90-previous-statement does.
12768
12769 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12770
12771 * eshell/eshell.el (eshell-command): History should be saved
12772 only in interactive use, to avoid error.
12773
12774 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12775
12776 * minibuffer.el (completion-file-name-table): Fix last change,
12777 i.e. ignore normal errors but not the other ones.
12778
12779 2011-10-10 Martin Rudalics <rudalics@gmx.at>
12780
12781 * window.el (special-display-buffer-names)
12782 (special-display-regexps): Remove some remnants of earlier
12783 changes from doc-strings.
12784 (quit-windows-on): New function.
12785
12786 * vc/vc.el (vc-revert, vc-rollback):
12787 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
12788 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
12789 (Bug#6183) (Bug#7074) (Bug#7447)
12790
12791 2011-10-09 Martin Rudalics <rudalics@gmx.at>
12792
12793 * window.el (frame-auto-hide-function): Add version tag.
12794 (Bug#9699)
12795
12796 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
12797
12798 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
12799 condition.
12800
12801 2011-10-09 Leo Liu <sdl.web@gmail.com>
12802
12803 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
12804 (Bug#9701)
12805
12806 2011-10-08 Glenn Morris <rgm@gnu.org>
12807
12808 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
12809 before the first code statement zero indent. (Bug#9690)
12810
12811 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
12812
12813 * simple.el (count-words-region): Always count in the region.
12814 Report the number of lines and characters too.
12815 (count-words): New command, which counts in the buffer if the
12816 region is inactive, as count-words-region used to.
12817 (count-words--message): New function. Handle plurals.
12818 (count-lines-region): Make it an alias for count-words-region.
12819
12820 * bindings.el (esc-map): Replace count-lines-region with
12821 count-words-region.
12822
12823 2011-10-08 Martin Rudalics <rudalics@gmx.at>
12824
12825 * window.el (window--delete): Delete dedicated frame
12826 unconditionally when argument KILL is non-nil. (Bug#9699)
12827 (switch-to-buffer): Fix doc-string typo.
12828
12829 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12830
12831 * eshell/eshell.el (eshell-command): Avoid using hooks.
12832
12833 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
12834
12835 * bindings.el ([M-left],[M-right]): Bind to left-word and
12836 right-word respectively.
12837
12838 2011-10-07 Glenn Morris <rgm@gnu.org>
12839
12840 * cus-start.el (debug-on-quit): Fix custom type.
12841
12842 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12843
12844 * subr.el (define-key-after): Clarify that the function is not
12845 useful for non-menu keymaps.
12846
12847 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
12848
12849 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12850
12851 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
12852 in current minibuffer (Fix bug with recursive minibuffers).
12853
12854 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
12855
12856 * progmodes/gdb-mi.el (gdb): Doc fix.
12857
12858 2011-10-05 Martin Rudalics <rudalics@gmx.at>
12859
12860 * window.el (frame-auto-hide-function): New option replacing
12861 frame-auto-delete. Suggested by Stefan Monnier.
12862 (window--delete): Call frame-auto-hide-function instead of
12863 investigating frame-auto-delete.
12864 (window-point-1, set-window-point-1): New functions.
12865 (window-in-direction, record-window-buffer, window-state-get-1)
12866 (display-buffer-record-window): Use window-point-1 instead of
12867 window-point.
12868 (set-window-buffer-start-and-point): Use set-window-point-1.
12869
12870 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12871
12872 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
12873
12874 2011-10-05 Glenn Morris <rgm@gnu.org>
12875
12876 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
12877 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
12878
12879 2011-10-05 Leo Liu <sdl.web@gmail.com>
12880
12881 * subr.el (read-char-choice): Fix argument to buffer-live-p which
12882 works with buffer object.
12883
12884 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12885
12886 * mpc.el (mpc-tool-bar-map): Add labels.
12887
12888 2011-10-04 Glenn Morris <rgm@gnu.org>
12889
12890 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12891
12892 2011-10-04 Martin Rudalics <rudalics@gmx.at>
12893
12894 * window.el (window--delete): New function.
12895 (frame-auto-delete): Resuscitate option.
12896 (bury-buffer, replace-buffer-in-windows)
12897 (quit-window): Rewrite using window--delete.
12898 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12899 Pass display-buffer-mark-dedicated to window--display-buffer-2
12900 (Bug#9639).
12901
12902 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12903
12904 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
12905 returns a list (bug#9554). Add remote file name completion.
12906 * comint.el (comint--table-subvert): Curry and get quote&unquote
12907 functions as arguments.
12908 (comint--complete-file-name-data): Adjust call accordingly.
12909 * pcomplete.el (pcomplete--table-subvert): Remove.
12910 (pcomplete-completions-at-point): Use comint--table-subvert instead.
12911
12912 * minibuffer.el (completion-table-case-fold): Use currying.
12913 (completion--styles-type, completion--cycling-threshold-type):
12914 New constants.
12915 (completion-styles, completion-category-overrides)
12916 (completion-cycle-threshold): Use them.
12917 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
12918 completion-table-case-fold.
12919
12920 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
12921
12922 * minibuffer.el (completion-category-overrides): Fix type of styles
12923 and add more user friendly tags (bug#9660).
12924
12925 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12926
12927 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
12928 (mule-input-method-string): New widget.
12929 (default-input-method, language-info-custom-alist): Use it.
12930
12931 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12932
12933 * pcomplete.el: Require comint.
12934 (pcomplete--common-suffix): Remove.
12935 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
12936 (pcomplete--table-subvert): Sync with comint--table-subvert.
12937 (pcomplete--entries): Use comint-completion-file-name-table.
12938 * comint.el (comint-unquote-filename): Simplify.
12939 (comint-completion-file-name-table): New function (bug#9616).
12940 (comint--complete-file-name-data): Use it.
12941
12942 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
12943 (pcmpl-gnu-tar-buffer): Remove.
12944 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
12945 around. Make sure pcomplete-suffix-list is only changed temporarily.
12946 Don't look inside the tar's file if it's too large.
12947
12948 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
12949
12950 * cus-edit.el (custom-mode-map):
12951 * epa.el (epa-key-list-mode-map):
12952 * man.el (Man-mode-map):
12953 * startup.el (splash-screen-keymap):
12954 * simple.el (special-mode-map): Use scroll-up-command and
12955 scroll-down-command.
12956
12957 * progmodes/idlw-help.el (idlwave-help-mode-map):
12958 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
12959 * net/newst-plainview.el (newsticker-mode-map):
12960 * emulation/ws-mode.el (wordstar-mode-map):
12961 * emulation/vi.el (vi-com-map):
12962 * calc/calc-graph.el (calc-graph-show-dumb):
12963 * term/sun.el (terminal-init-sun):
12964 * term/ns-win.el (global-map):
12965 * progmodes/grep.el (grep-mode-map):
12966 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
12967 * mail/rmail.el (rmail-mode-map):
12968 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
12969
12970 * custom.el (custom-safe-themes, load-theme): Treat value of t for
12971 custom-safe-themes as special.
12972
12973 2011-10-01 Julien Danjou <julien@danjou.info>
12974
12975 * notifications.el (notifications-notify): Fix docstring.
12976
12977 2011-10-01 Per Starbäck <per@starback.se>
12978
12979 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
12980
12981 2011-09-30 Martin Rudalics <rudalics@gmx.at>
12982
12983 * startup.el (command-line-1): Fix last fix by inserting
12984 initial-scratch-message into *scratch* before displaying it.
12985 (Bug#9605) and (Bug#9636)
12986
12987 2011-09-29 Eli Zaretskii <eliz@gnu.org>
12988
12989 * simple.el (line-move): If auto-hscroll-mode is disabled and the
12990 window is hscrolled, move by logical lines. (Bug#9607)
12991 (line-move-visual): Update the doc string to the above effect.
12992
12993 2011-09-29 Martin Rudalics <rudalics@gmx.at>
12994
12995 * window.el (display-buffer-record-window): When WINDOW is the
12996 selected window use `point' instead of `window-point'. (Bug#9626)
12997
12998 * startup.el (command-line-1): Use insert-before-markers when
12999 inserting initial-scratch-message. (Bug#9605)
13000
13001 * help.el (help-window): Remove variable.
13002
13003 2011-09-29 Glenn Morris <rgm@gnu.org>
13004
13005 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13006
13007 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
13008
13009 * descr-text.el (describe-char-categories): Accept category
13010 descriptions more than one line long.
13011
13012 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13013
13014 * simple.el (delete-trailing-whitespace): Fix last change.
13015
13016 * progmodes/perl-mode.el (perl-syntax-propertize-function):
13017 Don't confuse "y => 3" as the beginning of a `y' operation.
13018
13019 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13020 object has more than 4 slots (bug#9613).
13021
13022 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
13023
13024 * subr.el (with-output-to-temp-buffer):
13025 * net/quickurl.el (quickurl, quickurl-browse-url):
13026 Fix typos in docstrings.
13027
13028 2011-09-27 Eli Zaretskii <eliz@gnu.org>
13029
13030 * minibuffer.el (completion-styles)
13031 (completion-category-overrides): Cross reference each other in doc
13032 strings.
13033
13034 2011-09-27 Glenn Morris <rgm@gnu.org>
13035
13036 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13037 to split-string. (Bug#9606)
13038
13039 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13040
13041 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13042 (bug#9615).
13043
13044 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
13045
13046 * emacs-lisp/package.el (list-packages): Fix echo area message.
13047
13048 2011-09-27 Leo Liu <sdl.web@gmail.com>
13049
13050 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13051
13052 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
13053
13054 * net/dbus.el (dbus-unregister-object): Don't release services for
13055 registered signals. (Bug#9581)
13056
13057 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13058
13059 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13060 function that picks between cfengine 2 and 3 support
13061 automatically. Update docs accordingly.
13062
13063 2011-09-22 Kenichi Handa <handa@m17n.org>
13064
13065 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13066 ZERO.
13067 (indian-itrans-v5-table-for-tamil): New variable.
13068 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13069
13070 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
13071
13072 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13073 that's true if the current command involved collapsing of text.
13074 It's reset to false at the beginning of the next command.
13075 (allout-post-command-business): Move the cursor to the beginning
13076 of entry if the cursor is hidden and collapsing activity just
13077 happened.
13078
13079 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
13080
13081 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13082 tracking (Bug#9541).
13083
13084 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
13085
13086 * net/newst-reader.el (newsticker-html-renderer)
13087 (newsticker-show-news): Automatically load html rendering package
13088 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
13089 because w3m-fill-column is let-bound" and the error "Symbol's value
13090 as variable is void: w3m-fill-column".
13091
13092 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
13093
13094 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13095 Release services only if they are defined. (Bug#9581)
13096
13097 2011-09-23 Richard Stallman <rms@gnu.org>
13098
13099 * textmodes/paragraphs.el (forward-sentence): For backwards case,
13100 distinguish start of paragraph from start of its text.
13101
13102 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13103
13104 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
13105 (rmail-generate-viewer-buffer): Put that hook on view buffer.
13106 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
13107
13108 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
13109
13110 * international/mule-diag.el (mule-diag): Insert a newline after
13111 each fontset description.
13112
13113 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13114
13115 * simple.el (delete-trailing-whitespace):
13116 Document last change; simplify.
13117
13118 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
13119
13120 * simple.el (delete-trailing-whitespace): Also delete
13121 extra newlines at the end of the buffer.
13122
13123 * textmodes/picture.el: Make motion commands obey shift-select-mode.
13124 (picture-newline): Use forward-line so as to ignore fields.
13125
13126 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13127
13128 * subr.el (with-wrapper-hook): Fix edebug spec.
13129
13130 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13131
13132 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
13133 (bug#4538).
13134
13135 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
13136
13137 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
13138 Fix nasty bug using wrong cached values.
13139
13140 2011-09-23 Alan Mackenzie <acm@muc.de>
13141
13142 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
13143
13144 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
13145
13146 * window.el (pop-to-buffer): Ensure right window is selected if we
13147 chose another frame.
13148
13149 2011-09-22 Eli Zaretskii <eliz@gnu.org>
13150
13151 * simple.el (what-cursor-position): Use get-char-property-change
13152 and next-single-char-property-change, to be able to show display
13153 properties that come from overlays as well as text properties.
13154
13155 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
13156
13157 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
13158
13159 * cmuscheme.el (run-scheme, switch-to-scheme):
13160 * cus-edit.el (customize-group, custom-buffer-create)
13161 (customize-browse):
13162 * info.el (info):
13163 * shell.el (shell):
13164 * mail/sendmail.el (mail):
13165 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
13166
13167 2011-09-22 Richard Stallman <rms@gnu.org>
13168
13169 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
13170 move back only to line beg, don't move back over blank lines.
13171
13172 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
13173
13174 * files.el (copy-directory): Set directory attributes only in case
13175 they could be retrieved from the source directory. (Bug#9565)
13176
13177 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
13178
13179 * progmodes/hideshow.el (hs-looking-at-block-start-p)
13180 (hs-find-block-beginning, hs-hide-level-recursive):
13181 Ignore strings as well as comments. (Bug#9502)
13182
13183 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
13184
13185 * progmodes/sql.el (sql-comint-postgres):
13186 Convert port number to a string. (Bug#9566)
13187
13188 2011-09-22 Martin Rudalics <rudalics@gmx.at>
13189
13190 * window.el (quit-window): Undedicate window when switching to
13191 previous buffer. Reported by Thierry Volpiatto
13192 <thierry.volpiatto@gmail.com>.
13193 (special-display-popup-frame): When popping up a new frame reset
13194 its previous buffers to nil. Simplify code.
13195
13196 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
13197
13198 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
13199 and process filter, as done also in `shell-command'.
13200
13201 2011-09-21 Martin Rudalics <rudalics@gmx.at>
13202
13203 * window.el (set-window-buffer-start-and-point):
13204 Call set-window-start with NOFORCE argument t.
13205 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13206 (quit-window): Reword doc-string. Handle new format of
13207 quit-restore parameter. Don't delete window if it has a
13208 previous buffer we can show instead of the present one.
13209 (display-buffer-record-window): Rewrite using a new format for
13210 the quit-restore window parameter
13211 (special-display-popup-frame, display-buffer-same-window)
13212 (display-buffer-reuse-window, display-buffer-pop-up-frame)
13213 (display-buffer-pop-up-window, display-buffer-use-some-window):
13214 Adapt symbol passed to display-buffer-record-window.
13215 * help.el (help-window-setup): Handle new format of quit-restore
13216 parameter.
13217
13218 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13219
13220 * faces.el (face-list): Fix docstring (bug#9564).
13221
13222 * window.el (display-buffer--action-function-custom-type):
13223 Don't include internal functions in the Custom interface.
13224
13225 2011-09-20 Juri Linkov <juri@jurta.org>
13226
13227 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
13228 (Info-forward-node, Info-backward-node, Info-next-preorder)
13229 (Info-last-preorder): Use it. (Bug#9528)
13230
13231 2011-09-20 Juri Linkov <juri@jurta.org>
13232
13233 * info.el (Info-last-preorder): Visit last menu item only when
13234 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
13235
13236 2011-09-20 Julien Danjou <julien@danjou.info>
13237
13238 * password-cache.el (password-cache-remove): Remove entries even if the
13239 value is nil, so that password with a nil value (negative caching) is
13240 possible to invalidate.
13241
13242 2011-09-20 Lawrence Mitchell <wence@gmx.li>
13243
13244 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
13245 all whitespace around breakpoint. (Bug#9553)
13246 (f90-find-breakpoint): Only break at whitespace inside a comment.
13247
13248 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13249
13250 * minibuffer.el (completion-file-name-table): Keep track of errors.
13251 (completion-table-with-predicate): Handle the case where pred1 is nil.
13252 * pcomplete.el (pcomplete-completions-at-point): Simplify.
13253
13254 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13255
13256 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
13257 (debugger-return-value): Signal an error if the debugging context does
13258 not await any return value.
13259
13260 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
13261 * image-mode.el (image-toggle-display-text)
13262 (image-toggle-display-image): Stay away from evil `intangible'.
13263
13264 2011-09-19 Leo Liu <sdl.web@gmail.com>
13265
13266 * replace.el (occur-revert-arguments): Make it permanent-local.
13267 (occur-mode): Don't call font-lock-defontify.
13268
13269 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
13270
13271 * net/ldap.el (ldap-search-internal): Don't push empty search
13272 result (Bug#9508).
13273
13274 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
13277
13278 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
13279
13280 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
13281 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
13282
13283 2011-09-18 Juri Linkov <juri@jurta.org>
13284
13285 * buff-menu.el (Buffer-menu-mode-map):
13286 * dired.el (dired-mode-map):
13287 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
13288 (lisp-interaction-mode-map):
13289 * emacs-lisp/package.el (package-menu-mode-map):
13290 * epa.el (epa-key-list-mode-map):
13291 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
13292 (menu-bar-options-menu):
13293 * outline.el (outline-mode-menu-bar-map):
13294 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
13295 * vc/vc-dir.el (vc-dir-menu-map):
13296 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
13297 Capitalize non-function content words in menu item strings.
13298
13299 * dired.el (dired-mode-map): Add menu item for
13300 `image-dired-dired-toggle-marked-thumbs'.
13301
13302 2011-09-18 Juri Linkov <juri@jurta.org>
13303
13304 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
13305 to `isearch-case-fold-search' and restore its original value
13306 after the `isearch-mode' call.
13307
13308 2011-09-18 Juri Linkov <juri@jurta.org>
13309
13310 * progmodes/grep.el (grep-process-setup): Don't check code for 1
13311 because `zgrep' returns 1 for successful matches (bug#9226).
13312
13313 2011-09-18 Juri Linkov <juri@jurta.org>
13314
13315 * info.el (Info-extract-menu-node-name): Check the second match
13316 for empty string (second test-case of bug#9528).
13317 (Info-last-preorder): Let-bind `Info-history' to nil to not add
13318 intermediate nodes to the history (first test-case of bug#9528).
13319
13320 2011-09-18 Juri Linkov <juri@jurta.org>
13321
13322 * info.el (Info-mode-syntax-table): New variable.
13323 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
13324
13325 2011-09-18 Juri Linkov <juri@jurta.org>
13326
13327 * info.el (Info-file-supports-index-cookies):
13328 Increment line-beginning-position's arg from 3 to 4 because makeinfo
13329 outputs one more line for long file names (bug#4142).
13330
13331 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
13332
13333 * newcomment.el (comment-normalize-vars): If prompting for
13334 comment-start, set comment-start-skip too (Bug#8424).
13335
13336 2011-09-18 Johan Bockgård <bojohan@gnu.org>
13337
13338 * icomplete.el: Fix previous fix of Bug#5849.
13339 (icomplete-mode): Don't set completion-show-inline-help.
13340 (icomplete-minibuffer-setup): Set completion-show-inline-help
13341 locally during icompletion.
13342
13343 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
13344
13345 * woman.el (woman2-process-escapes): Don't delete unrecognized
13346 escapes (Bug#7843).
13347
13348 * files.el (inhibit-first-line-modes-regexps): Add image files.
13349 (hack-local-variables-prop-line): Return nil for malformed
13350 prop-lines (Bug#9044).
13351
13352 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
13353
13354 * net/tramp.el (top): Don't require 'shell.
13355 (tramp-methods): Fix docstring.
13356 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
13357 Return complete remote file name. Handle "smb" case.
13358 Use `tramp-tmpdir', if defined for the respective method.
13359 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
13360
13361 * net/tramp-compat.el (top): Require 'shell.
13362
13363 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
13364 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
13365 `tramp-current-host'.
13366 (tramp-get-remote-tmpdir): Remove.
13367
13368 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
13369 `tramp-tmpdir' entries.
13370 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
13371 (tramp-smb-handle-file-attributes): Ignore errors.
13372 (tramp-smb-wait-for-output): Check also for process end.
13373
13374 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13375
13376 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
13377 when sending QUIT (bug#9312).
13378
13379 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
13380
13381 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
13382 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
13383 occur-mode-display-occurrence.
13384 (occur-edit-mode): Add usage message.
13385 (occur-cease-edit): New command.
13386 (occur-after-change-function): Use text properties to find the
13387 position of the prefix text.
13388 (occur-engine): Set stickiness of prefix text properties.
13389
13390 2011-09-17 Glenn Morris <rgm@gnu.org>
13391
13392 * progmodes/etags.el (complete-tag):
13393 Fix call to completion-in-region. (Bug#9526)
13394
13395 2011-09-17 Juri Linkov <juri@jurta.org>
13396
13397 * textmodes/ispell.el (ispell-word): Add to the error message
13398 the word, ispell program name and current dictionary (bug#9121).
13399 (ispell-tex-arg-end): Capitalize "error" in the error message.
13400
13401 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
13402
13403 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
13404 check. (Bug#4251)
13405
13406 2011-09-17 Juri Linkov <juri@jurta.org>
13407
13408 * window.el (window-safe-min-height, window-safe-min-width):
13409 Fix typos (followup to bug#9522).
13410
13411 2011-09-17 Sven Joachim <svenjoac@gmx.de>
13412
13413 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
13414
13415 2011-09-16 Eli Zaretskii <eliz@gnu.org>
13416
13417 * simple.el (line-move): If goal-column is set, move by logical
13418 lines, not by display lines. (Bug#971)
13419 (next-line, previous-line, goal-column, line-move-visual): Doc fix
13420 to reflect the above change.
13421
13422 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13423
13424 * image.el (imagemagick-register-types): Use regexp-opt.
13425
13426 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
13427
13428 * window.el (display-buffer-base-action): Rename from
13429 display-buffer-default-action. Make default value empty.
13430 (display-buffer-overriding-action): Convert to defvar.
13431 (display-buffer-fallback-action): New var.
13432
13433 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
13434
13435 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
13436 declaration.
13437 (package--add-to-archive-contents): If there is a duplicate entry
13438 with an older version, remove it.
13439 (package-menu-mark-delete, package-menu-mark-install)
13440 (package-menu-mark-unmark): Make unused args optional.
13441 (package-menu-mark-obsolete-for-deletion):
13442 Use package-menu-get-status instead of a regexp search.
13443 (package-menu-get-status): Use tabulated-list-entry.
13444 (package-menu-mark-upgrades): New command.
13445 (package-menu-mode-map): Bind it to U. Add it to menu bar.
13446 (package-menu-execute): Do installation before deletion.
13447 (package-menu-refresh, package-menu-execute): Use derived-mode-p
13448 instead of checking major-mode.
13449 (package-menu--find-upgrades): New function.
13450
13451 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13452
13453 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
13454 passwords in the log buffer.
13455 (smtpmail-process-filter): Update the process marker so that the
13456 "broken by peer" status message is inserted in the right place.
13457
13458 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13459
13460 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
13461 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
13462 bibtex-completion-at-point-function.
13463 (bibtex-completion-at-point-function): Use them.
13464
13465 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
13466
13467 * mpc.el (mpc-constraints-tag-lookup): New function.
13468 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
13469 also to browser "album|playlist".
13470
13471 2011-09-14 Juri Linkov <juri@jurta.org>
13472
13473 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
13474 (isearch-edit-string): Use length of `isearch-string' when
13475 `isearch-fail-pos' returns nil.
13476 (isearch-message): Remove duplicate code and call
13477 `isearch-fail-pos' with arg `t'.
13478
13479 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
13480
13481 * replace.el (occur-mode-goto-occurrence): Don't force using other
13482 window (Bug#9499).
13483
13484 * dired-aux.el (dired-do-chmod): Don't provide initial input.
13485
13486 2011-09-14 Martin Rudalics <rudalics@gmx.at>
13487
13488 * window.el (display-buffer-window): Remove.
13489 (display-buffer-record-window): Use help-setup window parameter
13490 instead of variable display-buffer-window.
13491 (display-buffer-function, special-display-buffer-names)
13492 (special-display-function): Mention help-setup parameter instead
13493 of display-buffer-window in doc-string.
13494 * help.el (help-window-setup): New argument help-window.
13495 Use help-window-setup parameter instead of display-buffer-window.
13496 Reword some messages.
13497 (with-help-window): Pass window used for displaying the buffer
13498 to help-window-setup. Don't set display-buffer-window.
13499
13500 2011-09-13 Glenn Morris <rgm@gnu.org>
13501
13502 * emacs-lisp/debug.el (debugger-make-xrefs):
13503 Preserve point. (Bug#9462)
13504
13505 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
13506
13507 * window.el (window-deletable-p): Use next-frame.
13508
13509 2011-09-13 Martin Rudalics <rudalics@gmx.at>
13510
13511 * window.el (window-auto-delete): Remove.
13512 (window-deletable-p): Remove argument FORCE. Don't deal with
13513 dedication and previous buffers.
13514 (switch-to-prev-buffer): Don't delete window.
13515 (delete-windows-on): Delete a window's frame if and only if the
13516 window is dedicated.
13517 (replace-buffer-in-windows): Delete buffer's window or frame if
13518 and only if window is dedicated.
13519 (quit-window): Handle quit-restore as before last change.
13520 (bury-buffer): Delete window only if window-deletable-p returns t.
13521
13522 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
13523
13524 * window.el (window-deletable-p): Never delete the last frame on a
13525 given terminal.
13526
13527 2011-09-13 Glenn Morris <rgm@gnu.org>
13528
13529 * help.el (describe-key-briefly): Copy previous standard-output change.
13530
13531 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
13532
13533 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
13534
13535 2011-09-13 Glenn Morris <rgm@gnu.org>
13536
13537 * emacs-lisp/lisp-mode.el (lisp-indent-function):
13538 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
13539
13540 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
13541
13542 * dired-aux.el (dired-mark-read-string): Don't return default
13543 value on empty input (Bug#9361).
13544 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
13545 Omit initial minibuffer contents.
13546 (dired-do-chmod): Signal an error on empty input.
13547 (dired-mark-read-string): Don't return default on empty input.
13548
13549 * files.el (file-modes-symbolic-to-number): Doc fix.
13550
13551 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13552
13553 * international/mule-cmds.el (ucs-completions): Remove.
13554 (read-char-by-name): Use complete-with-action instead; add metadata.
13555
13556 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
13557
13558 * window.el (display-buffer--action-function-custom-type)
13559 (display-buffer--action-custom-type): New vars.
13560 (display-buffer-alist, display-buffer-default-action)
13561 (display-buffer-overriding-action): Add defcustom types.
13562
13563 * frame.el (delete-other-frames): Doc fix (Bug#276).
13564
13565 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13566
13567 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
13568
13569 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
13570
13571 Change modes that used same-window-* vars to use switch-to-buffer.
13572
13573 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
13574 Use switch-to-buffer.
13575
13576 * cus-edit.el (customize-group, custom-buffer-create)
13577 (customize-browse, custom-buffer-create-other-window):
13578 Use switch-to-buffer or switch-to-buffer-other-window.
13579
13580 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
13581 (Info-prev, Info-up, Info-speedbar-goto-node)
13582 (info-display-manual): Use switch-to-buffer.
13583 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
13584
13585 * mail/sendmail.el (mail): Use switch-to-buffer.
13586 (mail-recover): Use switch-to-buffer-other-window.
13587
13588 * cmuscheme.el (run-scheme, switch-to-scheme):
13589 * ielm.el (ielm):
13590 * shell.el (shell):
13591 * net/rlogin.el (rlogin):
13592 * net/telnet.el (telnet, rsh):
13593 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
13594
13595 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
13596
13597 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
13598
13599 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13600
13601 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
13602 so don't mention it (bug#9301).
13603 (dired-sort-toggle-or-edit): Clarify string further.
13604
13605 * faces.el (face-spec-set-match-display): Make `(type graphic)'
13606 match `x', `w32' and `ns', like the manual says (bug#9029).
13607
13608 * subr.el (eval-after-load): Doc string clarification (bug#9125).
13609 (process-kill-buffer-query-function): Mention the buffer name in
13610 the query.
13611
13612 * image-mode.el (image-next-line): The line parameter is mandatory
13613 (bug#9258).
13614
13615 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
13616 which can be useful (bug#9301).
13617
13618 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
13619
13620 * subr.el (match-string): Mention that the current buffer should
13621 be the same as the search was done in (bug#9282).
13622
13623 * facemenu.el: Disable the remove-* commands if the mark isn't
13624 active (bug#9162).
13625
13626 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
13627
13628 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
13629 of display-buffer.
13630 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
13631
13632 * replace.el (occur-mode-goto-occurrence)
13633 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
13634 and display-buffer.
13635
13636 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
13637 display-buffer.
13638
13639 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
13640 special-display and same-window variables.
13641 (mail-other-window): Use switch-to-buffer-other-window.
13642 (mail-other-frame): USe switch-to-buffer-other-frame.
13643
13644 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
13645 Use display-buffer-other-frame.
13646 (gdb-display-gdb-buffer): Use pop-to-buffer.
13647
13648 * progmodes/gud.el (gud-goto-info): Use info-other-window.
13649
13650 * progmodes/python.el: Don't set same-window-buffer-names.
13651
13652 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
13653
13654 * window.el (display-buffer-alist): Add *Python*.
13655
13656 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
13657
13658 * window.el (display-buffer-alist): Add entry for buffers
13659 previously handled same-window-*.
13660 (display-buffer-alist, display-buffer-default-action)
13661 (display-buffer-overriding-action): Mark as risky.
13662 (display-buffer-alist): Document action function changes.
13663 (display-buffer--same-window-action)
13664 (display-buffer--other-frame-action): New variables.
13665 (switch-to-buffer, display-buffer-other-frame): Use them.
13666 (display-buffer): Rename reuse-frame entry to reusable-frames.
13667 (display-buffer-reuse-selected-window): Function deleted.
13668 (display-buffer-reuse-window): Handle reusable-frames alist entry.
13669 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
13670 (display-buffer-special): New function.
13671 (display-buffer--maybe-pop-up-frame-or-window): Rename from
13672 display-buffer-reuse-or-pop-window. Split off special-display
13673 part into display-buffer-special.
13674 (display-buffer-use-some-window): Don't perform any special
13675 pop-up-frames handling.
13676 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
13677 (display-buffer--maybe-same-window): Rename from
13678 display-buffer-maybe-same-window.
13679
13680 * info.el: Don't set same-window-regexps.
13681 (info-setup): New function.
13682 (info-other-window, info): Call it.
13683
13684 * cus-edit.el: Don't set same-window-regexps.
13685 (customize-group): New argument.
13686 (customize-group-other-window): Use it.
13687 (customize-face, customize-face-other-window): Likewise.
13688 (custom-buffer-create-other-window): Use pop-to-buffer directly.
13689
13690 * net/rlogin.el:
13691 * net/telnet.el:
13692 * progmodes/gud.el: Don't set same-window-regexps.
13693
13694 * cmuscheme.el:
13695 * ielm.el:
13696 * shell.el:
13697 * mail/sendmail.el:
13698 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
13699
13700 2011-09-10 Juri Linkov <juri@jurta.org>
13701
13702 * isearch.el (isearch-edit-string): Remove obsolete mention of
13703 `C-w' (`isearch-yank-word-or-char') from docstring.
13704 (isearch-query-replace): Fix typo in docstring (bug#9466).
13705
13706 2011-09-10 Juri Linkov <juri@jurta.org>
13707
13708 * paren.el (show-paren-function): Don't show escaped parens.
13709 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
13710
13711 2011-09-10 Eli Zaretskii <eliz@gnu.org>
13712
13713 * mail/sendmail.el (mml-to-mime, mml-attach-file)
13714 (mm-default-file-encoding): Remove autoload forms, they are
13715 replaced with autoload cookies in mml.el and mm-encode.el.
13716 (mail-add-attachment): New command.
13717 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
13718 (mail-mode): Mention mail-insert-file and mail-add-attachment in
13719 the doc string.
13720 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
13721
13722 2011-09-10 Reuben Thomas <rrt@sc3d.org>
13723
13724 * simple.el (count-words-region): Use buffer if there's no region
13725 (bug#9429).
13726
13727 2011-09-09 Juri Linkov <juri@jurta.org>
13728
13729 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
13730 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
13731 (wdired-isearch-filter-read-only): New function. (Bug#6362)
13732
13733 2011-09-09 Alan Mackenzie <acm@muc.de>
13734
13735 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
13736 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
13737
13738 2011-09-09 Eli Zaretskii <eliz@gnu.org>
13739
13740 Fix for Savannah bug#9392.
13741 * simple.el (mail-encode-mml): New defvar.
13742
13743 * mail/rmail.el (mail-encode-mml): Add a defvar.
13744 (rmail-enable-mime-composing): Default to t.
13745 (rmail-forward): Use MIME method of forwarding only if both
13746 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
13747 Set mail-encode-mml non-nil if the MIME method was used.
13748
13749 * mail/sendmail.el (mml-to-mime): Add autoload form.
13750 (mail-encode-mml): Add a defvar.
13751 (mail-mode): Make mail-encode-mml buffer-local and initialize it
13752 to nil.
13753 (mail-send): If mail-encode-mml is non-nil, run the outgoing
13754 message through mml-to-mime, and reset mail-encode-mml to nil.
13755
13756 2011-09-09 Glenn Morris <rgm@gnu.org>
13757
13758 * woman.el (woman-if-body): When processing an .el block,
13759 do not delete the next .el block as well. (Bug#9447)
13760 (woman-special-characters): Add oq, cq, and hy characters.
13761
13762 2011-09-08 Martin Rudalics <rudalics@gmx.at>
13763
13764 * window.el (window-deletable-p): Make sure window is live before
13765 invoking window-prev-buffers.
13766
13767 2011-09-08 Leo Liu <sdl.web@gmail.com>
13768
13769 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
13770
13771 2011-09-08 Juri Linkov <juri@jurta.org>
13772
13773 * progmodes/compile.el (compilation-environment): Make it
13774 a defcustom (bug#8340).
13775
13776 2011-09-08 Martin Rudalics <rudalics@gmx.at>
13777
13778 * window.el (frame-auto-delete): Rename to window-auto-delete.
13779 Make it control auto-deletion of windows and/or frames.
13780 (window-deletable-p): New argument FORCE. Rewrite conditions
13781 for deleting window/frame. (Bug#9419)
13782 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
13783 Rewrite handling of case when window/frame can be deleted.
13784 (delete-windows-on): Call window-deletable-p with new FORCE
13785 argument t. (Bug#9456)
13786
13787 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
13788
13789 * help-mode.el (help-mode): Restore autoload.
13790
13791 2011-09-07 Juri Linkov <juri@jurta.org>
13792
13793 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
13794 `compilation-environment'. Set buffer-local
13795 `compilation-environment' to `thisenv' later after (funcall mode).
13796 (Bug#8340)
13797
13798 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
13799 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
13800 instead of replacing its value. (Bug#8340)
13801
13802 2011-09-07 Juri Linkov <juri@jurta.org>
13803
13804 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
13805 based on text properties put by `grep-filter' instead of matching
13806 escape sequences.
13807 (grep-mode): Set buffer-local `compilation-error-screen-columns'
13808 to the value of `grep-error-screen-columns' (bug#9438).
13809
13810 2011-09-07 Juri Linkov <juri@jurta.org>
13811
13812 * simple.el (next-error-highlight, next-error-highlight-no-select):
13813 Doc fix (bug#9432).
13814
13815 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
13816
13817 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13818 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
13819
13820 2011-09-07 Leo Liu <sdl.web@gmail.com>
13821
13822 * net/rcirc.el (rcirc-mode): Conditionally initialize
13823 rcirc-input-ring.
13824
13825 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13826
13827 * emacs-lisp/find-func.el (find-function-C-source): Only set
13828 find-function-C-source-directory after checking that we found a source
13829 file there (bug#9440).
13830
13831 2011-09-06 Alan Mackenzie <acm@muc.de>
13832
13833 * isearch.el (isearch-other-meta-char): Wherever a key list is
13834 unread, "unread" the prefix arg, too. This fixes bug #8901.
13835
13836 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
13837
13838 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
13839
13840 2011-09-05 Juri Linkov <juri@jurta.org>
13841
13842 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
13843
13844 2011-09-05 Juri Linkov <juri@jurta.org>
13845
13846 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
13847 keeping point where processing of grep matches begins, and
13848 continue to delete remaining escape sequences from the same point.
13849 (grep-filter): Make leading zero optional in "0?1;31m" because
13850 git-grep emits "\033[1;31m" escape sequences unlike expected
13851 "\033[01;31m" as GNU Grep does (bug#9408).
13852 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
13853
13854 2011-09-05 Juri Linkov <juri@jurta.org>
13855
13856 * subr.el (y-or-n-p): Capitalize "yes".
13857
13858 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
13859
13860 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
13861 `tramp-cache-unload-hook' where appropriate.
13862 (tramp-methods): Rename `tramp-remote-sh' to
13863 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
13864 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
13865
13866 * net/tramp-sh.el (top): Don't require 'shell.
13867 (tramp-methods): Add `tramp-remote-shell' and
13868 `tramp-remote-shell-args' entries.
13869 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
13870 (tramp-sh-handle-shell-command): Remove.
13871 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13872 Use `tramp-remote-shell'.
13873
13874 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
13875
13876 * mail/sendmail.el (sendmail-query-once-function): Delete.
13877 (sendmail-query-once): Save directly to send-mail-function.
13878 Update message-send-mail-function too.
13879
13880 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
13881
13882 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
13883
13884 * progmodes/python.el (python-mode-map): Use correct function to
13885 start python interpreter from menu-bar (as reported by Geert
13886 Kloosterman).
13887 (inferior-python-mode-map): Fix typo.
13888 (python-shell-map): Remove.
13889
13890 2011-09-03 Deniz Dogan <deniz@dogan.se>
13891
13892 * net/rcirc.el (rcirc-print): Simplify code for
13893 rcirc-scroll-show-maximum-output. There is no need to walk
13894 through all windows to find the right one.
13895
13896 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
13897
13898 * help.el (help-return-method): Doc fix.
13899
13900 2011-09-03 Martin Rudalics <rudalics@gmx.at>
13901
13902 * window.el (window-deletable-p): Don't return a non-nil value
13903 when there's a buffer that was shown in the window before.
13904 (Bug#9419)
13905 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13906 Set window's previous buffers to nil.
13907
13908 2011-09-03 Eli Zaretskii <eliz@gnu.org>
13909
13910 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
13911 newline before and after the tag line, so it doesn't interfere
13912 with determining the paragraph direction of bidirectional text.
13913
13914 2011-09-03 Leo Liu <sdl.web@gmail.com>
13915
13916 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
13917
13918 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
13919
13920 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
13921 (pop-to-buffer): Change interactive spec. Pass second argument
13922 directly to display-buffer.
13923 (display-buffer): Fix interactive spec. Use functionp to
13924 distinguish between a function and a list of functions.
13925
13926 * abbrev.el (edit-abbrevs):
13927 * arc-mode.el (archive-extract):
13928 * autoinsert.el (auto-insert):
13929 * bookmark.el (bookmark-bmenu-list):
13930 * files.el (find-file):
13931 * view.el (view-buffer):
13932 * progmodes/compile.el (compilation-goto-locus):
13933 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
13934
13935 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
13936
13937 * window.el (display-buffer-alist): Doc fix.
13938 (display-buffer): Add docstring. Don't treat
13939 display-buffer-default specially.
13940 (display-buffer-reuse-selected-window)
13941 (display-buffer-same-window, display-buffer-maybe-same-window)
13942 (display-buffer-reuse-window, display-buffer-pop-up-frame)
13943 (display-buffer-pop-up-window)
13944 (display-buffer-reuse-or-pop-window)
13945 (display-buffer-use-some-window): New functions.
13946 (display-buffer-default-action): Use them.
13947 (display-buffer-default): Delete.
13948 (pop-to-buffer-1): Fix choice of actions.
13949
13950 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
13951
13952 * minibuffer.el (completion--insert-strings): Don't get confused by
13953 completion entries that end with an LF char.
13954
13955 2011-09-01 Eli Zaretskii <eliz@gnu.org>
13956
13957 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
13958
13959 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
13960
13961 * window.el (display-buffer): Restore interactive spec.
13962 (display-buffer-same-window, display-buffer-other-window):
13963 New functions.
13964 (pop-to-buffer-1): New function. Use the above.
13965 (pop-to-buffer, pop-to-buffer-same-window): Use it.
13966 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
13967
13968 * view.el (view-buffer-other-window, view-buffer-other-frame):
13969 Just use pop-to-buffer.
13970
13971 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13972
13973 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
13974
13975 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
13976
13977 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
13978
13979 2011-08-31 Richard Stallman <rms@gnu.org>
13980
13981 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
13982 of the separation of rmail-view-buffer from rmail-buffer.
13983 If you say no to "replace original", the decrypt is in the
13984 view buffer. If you say yes, the decrypt goes into the
13985 rmail buffer also.
13986
13987 2011-08-31 Martin Rudalics <rudalics@gmx.at>
13988
13989 * window.el (display-buffer-window): Rewrite doc-string.
13990 (display-buffer-record-window): New function.
13991 (display-buffer-macro-specifiers)
13992 (display-buffer-even-window-sizes, display-buffer-set-height)
13993 (display-buffer-set-width, display-buffer-in-window)
13994 (display-buffer-reuse-window, display-buffer-split-specifiers)
13995 (display-buffer-side-specifiers, display-buffer-split-window-1)
13996 (display-buffer-split-window, display-buffer-split-atom-window)
13997 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
13998 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
13999 (display-buffer-other-window-means-other-frame)
14000 (display-buffer-normalize-special)
14001 (display-buffer-normalize-default)
14002 (display-buffer-normalize-argument)
14003 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14004 (display-buffer-normalize-specifiers, display-buffer-frame)
14005 (display-buffer-same-window, display-buffer-same-frame)
14006 (display-buffer-other-window)
14007 (display-buffer-same-frame-other-window)
14008 (display-buffer-other-frame, pop-to-buffer-same-window)
14009 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14010 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14011 (switch-to-buffer-same-frame)
14012 (switch-to-buffer-other-window-same-frame)
14013 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14014 (display-buffer-alist-set-1, display-buffer-alist-set-2)
14015 (display-buffer-alist-set): Remove.
14016 (display-buffer-function, special-display-buffer-names)
14017 (special-display-regexps, special-display-function):
14018 In doc-string refer to display-buffer-window and quit-restore
14019 parameter.
14020 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14021 (special-display-frame-alist, special-display-popup-frame)
14022 (same-window-buffer-names, same-window-regexps, same-window-p)
14023 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14024 (split-window-preferred-function, split-height-threshold)
14025 (split-width-threshold, window-splittable-p)
14026 (split-window-sensibly, window--try-to-split-window)
14027 (window--frame-usable-p, even-window-heights)
14028 (window--even-window-heights, window--display-buffer-1)
14029 (window--display-buffer-2, display-buffer-other-frame):
14030 Restore old Emacs 23 code, order and doc-strings where applicable.
14031 (display-buffer-default, display-buffer-assq-regexp): New functions.
14032 (display-buffer-alist): Rewrite doc-string.
14033 (display-buffer-default-action)
14034 (display-buffer-overriding-action): New variables.
14035 (display-buffer, switch-to-buffer): Rewrite.
14036 (pop-to-buffer): Restore Emacs 23 behavior but use
14037 window-normalize-buffer-to-display.
14038 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14039 Restore Emacs 23 behavior but use
14040 window-normalize-buffer-to-switch-to.
14041 (pop-to-buffer-same-window): Rewrite.
14042 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14043 Rewrite using Emacs 23 options.
14044
14045 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
14046
14047 * net/tramp.el (tramp-root-regexp): Remove.
14048 (tramp-completion-file-name-regexp-unified)
14049 (tramp-completion-file-name-regexp-separate)
14050 (tramp-completion-file-name-regexp-url): Don't use leading volume
14051 letter on w32 systems. (Bug#5303, Bug#9311)
14052 (tramp-drop-volume-letter): Simplify definition.
14053 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14054
14055 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14056
14057 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14058 (bug#9356).
14059
14060 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14061
14062 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
14063
14064 2011-08-29 Juri Linkov <juri@jurta.org>
14065
14066 * isearch.el (isearch-done): Don't display message "Mark saved"
14067 when arg `edit' is non-nil to prevent its flicker in the echo area.
14068
14069 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14070
14071 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14072 obsolete packages for deletion.
14073
14074 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14075
14076 * help-mode.el (help-mode-map): Add special-mode-map to parent.
14077 (help-mode): Derive help-mode from special-mode. Don't invoke
14078 view-mode from help-mode.
14079 (help-xref-override-view-map): Remove.
14080 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14081 view-mode is not used anymore.
14082
14083 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14084
14085 * server.el (server-port): Doc fix.
14086
14087 * cus-theme.el (custom-theme-choose-mode): Inherit from
14088 special-mode (Bug#9124).
14089 (custom-theme-choose-mode-map): Add special-mode to parent.
14090
14091 2011-08-28 Alan Mackenzie <acm@muc.de>
14092
14093 * progmodes/cc-fonts.el
14094 (c-make-font-lock-BO-decl-search-function): New function.
14095 (c-basic-matchers-after - "Fontify the clauses after various
14096 keywords"): Extract the three keyword lists for the 3 erroneous
14097 constructs from the list of four, and use the new function above
14098 in place of an old one.
14099
14100 2011-08-28 Deniz Dogan <deniz@dogan.se>
14101
14102 * net/rcirc.el (rcirc-insert-prev-input)
14103 (rcirc-insert-next-input): Remove unused argument.
14104
14105 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14106
14107 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14108
14109 2011-08-27 Alan Mackenzie <acm@muc.de>
14110
14111 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
14112 handle function pointer parameters properly.
14113
14114 2011-08-27 Martin Rudalics <rudalics@gmx.at>
14115
14116 * window.el (display-buffer-reuse-window): Fix case where
14117 selected window was reused with non-nil OTHER-WINDOW argument.
14118 (Bug#9381)
14119
14120 2011-08-27 Deniz Dogan <deniz@dogan.se>
14121
14122 * net/rcirc.el (rcirc-check-auth-status): Adding support for
14123 oftc's NickServ messages.
14124
14125 2011-08-27 Glenn Morris <rgm@gnu.org>
14126
14127 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
14128
14129 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
14130
14131 * emacs-lisp/package.el (package-install): Call package-initialize
14132 if called interactively.
14133
14134 2011-08-26 Leo Liu <sdl.web@gmail.com>
14135
14136 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
14137
14138 2011-08-25 Juri Linkov <juri@jurta.org>
14139
14140 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14141 `search-whitespace-regexp' (bug#9364).
14142
14143 2011-08-25 Juri Linkov <juri@jurta.org>
14144
14145 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
14146 `regexp-search-ring' to their global values to protect from
14147 updating by `read-from-minibuffer' (bug#9185).
14148
14149 2011-08-25 Juri Linkov <juri@jurta.org>
14150
14151 * textmodes/ispell.el (ispell-command-loop): Add newline
14152 at the end of the "Use option `i'..." line.
14153
14154 2011-08-25 Juri Linkov <juri@jurta.org>
14155
14156 * battery.el (display-battery-mode): If `battery-status-function'
14157 or `battery-mode-line-format' is nil, display the message and set
14158 `display-battery-mode' to nil (bug#9363).
14159
14160 2011-08-25 Eli Zaretskii <eliz@gnu.org>
14161
14162 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
14163 bidi-string-mark-left-to-right; they are unnecessary now.
14164
14165 2011-08-25 Deniz Dogan <deniz@dogan.se>
14166
14167 * net/quickurl.el: Documentation typo fixes.
14168
14169 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
14170
14171 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
14172
14173 2011-08-25 Glenn Morris <rgm@gnu.org>
14174
14175 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14176
14177 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
14178 (smtpmail-via-smtp): Handle nil response from smtp.
14179
14180 2011-08-24 Juri Linkov <juri@jurta.org>
14181
14182 * proced.el (proced-marked): Inherit from `error' instead of
14183 `font-lock-warning-face'.
14184
14185 * ibuffer.el (ibuffer-marked-face): Change default face from
14186 `font-lock-warning-face' to `warning'.
14187 (ibuffer-deletion-face): Change default face from
14188 `font-lock-type-face' to `error'.
14189
14190 * battery.el (battery-update): Use the face `error' instead of
14191 `font-lock-warning-face' (bug#6117).
14192
14193 2011-08-24 Juri Linkov <juri@jurta.org>
14194
14195 * faces.el (success): Change face color from "Green3" to
14196 "ForestGreen" on light background (bug#9353).
14197
14198 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
14199
14200 * window.el (quit-window): Rename from quit-restore-window.
14201 Use same arglist as old quit-window.
14202 (frame-auto-delete): Doc fix.
14203
14204 * view.el (view-mode-exit): Use quit-window.
14205
14206 2011-08-24 Juri Linkov <juri@jurta.org>
14207
14208 * isearch.el (isearch-ring-adjust1): Start visiting previous
14209 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
14210 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
14211 for empty search string (when the last search string is reused
14212 automatically) to adjust the isearch ring to the last element and
14213 prepare the correct index for further M-p commands (bug#9185).
14214
14215 2011-08-24 Kenichi Handa <handa@m17n.org>
14216
14217 * international/ucs-normalize.el: If decomposition property of
14218 CHAR is the default one (i.e. a list of CHAR itself), treat it as
14219 nil.
14220 (nfd, nfkd): Likewise.
14221
14222 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14223
14224 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
14225 from process filters aren't reliably transmitted to the surrounding
14226 accept-process-output.
14227 (mpc-proc-check): New function.
14228 (mpc-proc-sync): Use it (bug#8293)
14229
14230 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14231
14232 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
14233 Add compatibility functions (bug#9313).
14234
14235 2011-08-23 Eli Zaretskii <eliz@gnu.org>
14236
14237 * cus-start.el (all): Add entry for bidi-paragraph-direction.
14238
14239 * international/uni-bidi.el: Regenerate.
14240
14241 2011-08-23 Kenichi Handa <handa@m17n.org>
14242
14243 * international/charprop.el:
14244 * international/uni-bidi.el:
14245 * international/uni-category.el:
14246 * international/uni-combining.el:
14247 * international/uni-comment.el:
14248 * international/uni-decimal.el:
14249 * international/uni-decomposition.el:
14250 * international/uni-digit.el:
14251 * international/uni-lowercase.el:
14252 * international/uni-mirrored.el:
14253 * international/uni-name.el:
14254 * international/uni-numeric.el:
14255 * international/uni-old-name.el:
14256 * international/uni-titlecase.el:
14257 * international/uni-uppercase.el: Regenerate.
14258
14259 2011-08-23 Martin Rudalics <rudalics@gmx.at>
14260
14261 * help.el (help-window-setup): Fix message displayed when other
14262 window is reused. (Bug#9341)
14263
14264 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14265
14266 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
14267 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
14268
14269 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
14270 Mark obsolete.
14271 * shell.el (shell-parse-pcomplete-arguments): New function.
14272 (shell-completion-vars): Use it instead (bug#9160).
14273
14274 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14275
14276 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
14277 strings and comments (bug#9333).
14278
14279 * emacs-lisp/debug.el (debug-arglist): New function.
14280 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
14281 (debug-on-entry-1): Handle interpreted closures (bug#9120).
14282
14283 2011-08-22 Juri Linkov <juri@jurta.org>
14284
14285 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14286 Revert regexp that highlights output switches to its old
14287 pre-2010-10-28 value and remove one `?' from it (bug#9319).
14288
14289 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
14290 to check for empty output (bug#9226).
14291
14292 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
14293
14294 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
14295 symbol-constituent as the default, as that stops font-lock from
14296 working properly (Bug#8843).
14297
14298 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14299
14300 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
14301 `coding-system-for-*' around the process open call to avoid
14302 auth-source side effects.
14303 (smtpmail-try-auth-methods): Expand the secret password.
14304 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
14305 probe hangs.
14306
14307 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
14308
14309 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
14310
14311 * emacs-lisp/find-func.el (find-function-noselect): New arg
14312 lisp-only.
14313
14314 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
14315 signal an error for built-in functions (Bug#6664).
14316
14317 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14318
14319 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
14320 (smtpmail-try-auth-methods): Use it.
14321
14322 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
14323
14324 * font-lock.el (font-lock-fontify-region)
14325 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
14326 (font-lock-default-unfontify-buffer)
14327 (font-lock-default-fontify-region)
14328 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
14329
14330 * progmodes/compile.el (compilation-error-properties):
14331 Fix confusion between file struct and message struct (Bug#9319).
14332 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
14333 `ant' regexp.
14334
14335 * net/browse-url.el (browse-url-firefox): Don't call
14336 browse-url-firefox-sentinel unless using -remote (Bug#9328).
14337
14338 2011-08-20 Glenn Morris <rgm@gnu.org>
14339
14340 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
14341
14342 * tutorial.el (tutorial--default-keys): Update some default bindings.
14343
14344 * files.el (hack-local-variables): Fully ignore case for "mode:".
14345
14346 2011-08-20 Alan Mackenzie <acm@muc.de>
14347
14348 Resolve invalid use of a regexp in regexp-opt.
14349
14350 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
14351 detection for a java annotation.
14352
14353 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
14354 detection for a java annotation.
14355
14356 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
14357 handling for java.
14358 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
14359
14360 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
14361
14362 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
14363 (Bug#9274).
14364
14365 2011-08-20 Alan Mackenzie <acm@muc.de>
14366
14367 Fontify CPP expressions correctly when starting in the middle of
14368 such a construct. Mainly for when jit-lock etc. starts a chunk
14369 here.
14370
14371 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
14372 variable.
14373 (c-make-font-lock-search-form): New function, extracted from
14374 c-make-font-lock-search-function.
14375 (c-make-font-lock-search-function): Use the above function.
14376 (c-make-font-lock-context-search-function): New function.
14377 (c-cpp-matchers): Enhance the preprocessor expression case with
14378 the above function
14379 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
14380 which takes an expression.
14381
14382 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
14383
14384 2011-08-20 Martin Rudalics <rudalics@gmx.at>
14385
14386 * window.el (display-buffer-reuse-window)
14387 (display-buffer-pop-up-window): Don't reuse or split a side
14388 window.
14389
14390 2011-08-19 Glenn Morris <rgm@gnu.org>
14391
14392 * files.el (hack-local-variables-prop-line, hack-local-variables):
14393 Downcase "Mode:". (Bug#9331)
14394
14395 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
14396
14397 * international/characters.el: Add L and R categories.
14398
14399 * subr.el (bidi-string-mark-left-to-right): Rename from
14400 string-mark-left-to-right. Use category search.
14401
14402 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
14403
14404 2011-08-18 Juri Linkov <juri@jurta.org>
14405
14406 * faces.el (error, warning, success): New faces with definitions
14407 copied from old default values of `font-lock-warning-face',
14408 `compilation-warning', `compilation-info' (bug#6117).
14409
14410 * font-lock.el (font-lock-warning-face): Inherit from `error'.
14411
14412 * progmodes/compile.el (compilation-error): Inherit from `error'.
14413 (compilation-warning): Inherit from `warning'.
14414 (compilation-info): Inherit from `success'.
14415
14416 * dired.el (dired-marked): Inherit from `warning'.
14417 (dired-flagged): Inherit from `error'.
14418
14419 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14420
14421 * mail/smtpmail.el (auth-source): Require to avoid problems with
14422 binding variables (bug#9298). Also clean up some unused
14423 autoloads.
14424
14425 * net/network-stream.el (network-stream-open-starttls):
14426 Support using starttls.el without using gnutls-cli.
14427
14428 2011-08-17 Juri Linkov <juri@jurta.org>
14429
14430 * progmodes/grep.el (rgrep): Handle the case when
14431 `grep-find-command' is a cons cell (bug#9278).
14432
14433 2011-08-17 Martin Rudalics <rudalics@gmx.at>
14434
14435 * window.el (display-buffer-pop-up-frame): Run frame creation
14436 function with BUFFER current (as special-display-popup-frame
14437 does). Reported by Drew Adams.
14438
14439 2011-08-17 Daiki Ueno <ueno@unixuser.org>
14440
14441 * epa-mail.el: Simplify GnuPG group expansion using
14442 epg-expand-group.
14443 (epa-mail-group-alist, epa-mail-group-modtime)
14444 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
14445 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
14446 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
14447 Remove.
14448
14449 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
14450
14451 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
14452
14453 2011-08-16 Alan Mackenzie <acm@muc.de>
14454
14455 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
14456 Correct, to avoid the inside of macros.
14457
14458 2011-08-16 Richard Stallman <rms@gnu.org>
14459
14460 * epa-mail.el: Handle GnuPG group definitions.
14461 (epa-mail-group-alist, epa-mail-group-modtime)
14462 (epa-mail-gnupg-conf-file): New variables.
14463 (epa-mail-parse-groups, epa-mail-sync-groups)
14464 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
14465 (epa-mail-expand-recipients): New functions.
14466 (epa-mail-encrypt): Call epa-mail-expand-recipients.
14467
14468 * mail/rmail.el (rmail-epa-decrypt): New command.
14469
14470 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
14471 Don't bind buffer-read-only, just inhibit-read-only.
14472 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
14473 (epa-decrypt-armor-in-region): Make error message clearer.
14474
14475 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
14476
14477 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
14478 and "a2b" to "ab" for `prefix'.
14479
14480 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
14481
14482 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
14483 filter groups.
14484 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
14485 Fourquet (Bug#8804).
14486
14487 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
14488
14489 * startup.el (argi): Declare as global variable (bug#9275).
14490
14491 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
14492
14493 * subr.el (string-mark-left-to-right): Search the entire string
14494 for RTL script, not just the terminating character. Doc fix.
14495
14496 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
14497
14498 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
14499 New function.
14500 (js--regexp-literal, js-syntax-propertize-function): Remove.
14501 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
14502 (js-mode-map): Don't rebind electric keys.
14503 (js-insert-and-indent): Remove.
14504 (js-mode): Setup electric-layout and electric-indent instead.
14505
14506 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
14507
14508 2011-08-12 Daiki Ueno <ueno@unixuser.org>
14509
14510 * epa.el (epa-progress-callback-function): Fix the logic of
14511 displaying progress.
14512 * epa-file.el (epa-file-insert-file-contents): Make progress
14513 display more user-friendly.
14514 (epa-file-write-region): Ditto.
14515
14516 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
14517
14518 * subr.el (string-mark-left-to-right): New function.
14519
14520 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
14521 Use string-mark-left-to-right.
14522 (list-buffers-noselect): Caller changed.
14523
14524 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14525 Use string-mark-left-to-right.
14526 (tabulated-list-print): Recenter after moving point.
14527
14528 2011-08-10 Juri Linkov <juri@jurta.org>
14529
14530 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
14531 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
14532 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
14533
14534 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
14535
14536 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
14537 (Bug#7554).
14538
14539 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
14540
14541 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
14542 character. (Bug#6594)
14543
14544 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
14545
14546 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
14547 (image-dired--with-db-file): New macro.
14548 (image-dired-write-tags, image-dired-remove-tag)
14549 (image-dired-create-gallery-lists, image-dired-write-comments)
14550 (image-dired-get-comment, image-dired-mark-tagged-files)
14551 (image-dired-list-tags, image-dired-gallery-generate): Use it.
14552 (image-dired-gallery-generate): Use insert-file-contents.
14553
14554 * time.el (display-time-world-list, display-time-world-display):
14555 * time-stamp.el (time-stamp-string):
14556 * vc/add-log.el (add-change-log-entry): Use setenv instead of
14557 set-time-zone-rule (Bug#7337).
14558
14559 2011-08-08 Daiki Ueno <ueno@unixuser.org>
14560
14561 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
14562 (epg-error-to-string, epg-errors-to-string): New function.
14563 (epg-wait-for-completion): Reverse errors list.
14564 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
14565 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
14566 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
14567 (epg-sign-keys, epg-generate-key-from-file)
14568 (epg-generate-key-from-string): Format errors by using
14569 epg-errors-to-string (bug#9255).
14570 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
14571
14572 2011-08-07 Juri Linkov <juri@jurta.org>
14573
14574 * faces.el (list-faces-display): Remove extra angle bracket
14575 from `help-mode-map'.
14576
14577 * info.el (Info-history-toc-nodes): Doc fix.
14578
14579 * longlines.el (longlines-mode): Doc fix.
14580
14581 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
14582
14583 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
14584 of statements and in a few more cases (bug#9183).
14585
14586 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
14587 New functions.
14588 (cl-transform-lambda): Use them (bug#9239).
14589
14590 2011-08-05 Martin Rudalics <rudalics@gmx.at>
14591
14592 * window.el (display-buffer-same-window)
14593 (display-buffer-same-frame, display-buffer-other-window)
14594 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
14595 (pop-to-buffer-other-window)
14596 (pop-to-buffer-same-frame-other-window)
14597 (pop-to-buffer-other-frame): Make them defuns.
14598 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
14599
14600 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14601
14602 * subr.el (make-composed-keymap): Move from C. Change calling
14603 convention, and improve docstring to bring attention to a subtle point.
14604 * minibuffer.el (completing-read-default): Adjust accordingly.
14605
14606 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
14607
14608 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
14609 (tramp-open-shell): Use `tramp-shell-quote-argument'.
14610
14611 * net/trampver.el: Update release number.
14612
14613 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14614
14615 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
14616 "in" (bug#9190).
14617
14618 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14619
14620 * mail/sendmail.el (sendmail-query-once): Restore the current
14621 buffer after querying (bug#9074).
14622
14623 * dired.el (dired-flagged): Use different faces for marked and
14624 flagged files (bug#6117).
14625
14626 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
14627 (bug#4433).
14628
14629 * ido.el (ido-mode): Switch off the message if called
14630 non-interactively.
14631
14632 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
14633 before 587, since it appears that that's more likely to work for
14634 more people.
14635
14636 * cus-edit.el (custom-file): When running under emacs -q, always
14637 refuse to save the customizations, even if the .emacs file doesn't
14638 exist.
14639
14640 * info.el: Remove the `Info-beginning-of-buffer' function
14641 (bug#8325).
14642
14643 * net/network-stream.el (network-stream-open-starttls):
14644 Use `starttls-available-p' to see whether starttls.el can be used.
14645
14646 2011-08-01 Martin Rudalics <rudalics@gmx.at>
14647
14648 * window.el (display-buffer-in-window): Don't set dedicated status
14649 of window here (Bug#9215).
14650 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14651 (display-buffer-pop-up-side-window)
14652 (display-buffer-in-side-window): Set dedicated status of window here.
14653
14654 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
14655
14656 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
14657 before binding generated-autoload-file.
14658
14659 2011-08-01 Deniz Dogan <deniz@dogan.se>
14660
14661 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
14662
14663 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
14664
14665 Sync with Tramp 2.2.2.
14666
14667 * net/trampver.el: Update release number.
14668
14669 2011-07-30 Juri Linkov <juri@jurta.org>
14670
14671 * dired-aux.el (dired-touch-initial): Remove function.
14672 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
14673 current time, and `default' to the last modification time of the
14674 current marked file (bug#6887).
14675
14676 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
14677
14678 * simple.el (goto-line): Use string-to-number to provide a
14679 numeric argument to read-number (bug#9163).
14680
14681 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
14682
14683 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
14684 connection process, it could be nil.
14685
14686 2011-07-27 Leo Liu <sdl.web@gmail.com>
14687
14688 Simplify url handling in rcirc-mode.
14689
14690 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
14691 (rcirc-browse-url-at-mouse): Remove.
14692 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
14693
14694 2011-07-26 Alan Mackenzie <acm@muc.de>
14695
14696 Fontify bitfield declarations properly.
14697
14698 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
14699 (c-symbol-chars): Now exported as a lang variable.
14700 (c-not-primitive-type-keywords): New lang variable.
14701
14702 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
14703 QT keyword "more" to prevent "more slots: ...." being spuriously
14704 parsed as a bitfield declaration.
14705
14706 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14707 Refactor and enhance to handle bitfield declarations.
14708 (c-punctuation-in): New function.
14709 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
14710 declarations properly.
14711
14712 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
14713
14714 * calendar/icalendar.el (icalendar--all-events): Take care of
14715 multiple vcalendars in a single file.
14716 (icalendar--convert-float-to-ical): Checkdoc fixes.
14717
14718 2011-07-25 Deniz Dogan <deniz@dogan.se>
14719
14720 * image.el (insert-image): Clarifying docstring.
14721
14722 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
14723
14724 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
14725 `tramp-send-command-and-check' if there is no error.
14726 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
14727
14728 2011-07-22 Alan Mackenzie <acm@muc.de>
14729
14730 Prevent cc-langs.elc being loaded at run time.
14731
14732 * progmodes/cc-mode.el: Remove two autoload forms which loaded
14733 cc-langs.
14734
14735 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
14736 "(require 'cc-langs)". Quote a form so it will evaluate at
14737 (cc-mode's) compilation time.
14738
14739 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
14740
14741 * net/tramp.el (tramp-file-name-handler): Avoid recursive
14742 loading. (Bug#9114)
14743
14744 2011-07-21 Martin Rudalics <rudalics@gmx.at>
14745
14746 * window.el (display-buffer-pop-up-window)
14747 (display-buffer-pop-up-side-window)
14748 (display-buffer-in-side-window): Call display-buffer-set-height
14749 and display-buffer-set-width after setting the new window's
14750 buffer so `fit-window-to-buffer' and friends work on the right buffer.
14751
14752 2011-07-20 Sam Steingold <sds@gnu.org>
14753
14754 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
14755 (etags-tags-included-tables): Call `convert-standard-filename' on
14756 the file names contained in TAGS so that windows Emacs can handle
14757 TAGS files created by cygwin ctags.
14758
14759 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14760
14761 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
14762 which apparently didn't work.
14763
14764 2011-07-19 Roland Winkler <winkler@gnu.org>
14765
14766 * proced.el (proced-send-signal): For *Marked Processes* buffer
14767 put point at beginning of buffer.
14768
14769 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
14770
14771 * proced.el (proced-format): Make header lines align with the text
14772 (bug#1779).
14773
14774 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14775
14776 * view.el (view-buffer): Allow running in `special' modes if we're
14777 visiting a file (bug#8615).
14778
14779 2011-07-19 Martin Rudalics <rudalics@gmx.at>
14780
14781 * window.el (display-buffer-alist-of-strings-p)
14782 (display-buffer-alist-set-1, display-buffer-alist-set-2):
14783 New functions.
14784 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
14785 more accurately.
14786
14787 2011-07-18 Alan Mackenzie <acm@muc.de>
14788
14789 Fontify declarators properly when, e.g., a jit-lock chunk begins
14790 inside a declaration.
14791
14792 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
14793
14794 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14795 New function.
14796 (c-complex-decl-matchers): Insert reference to
14797 c-font-lock-enclosing-decls.
14798
14799 * progmodes/cc-engine.el (c-backward-single-comment):
14800 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
14801 to nil around calls to (forward-comment -1).
14802
14803 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14804
14805 * image.el (put-image): Doc typo fix.
14806
14807 * progmodes/etags.el (tags-search): Doc typo fix.
14808
14809 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
14810 password if we get errors 550 to 554.
14811
14812 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14813
14814 * net/gnutls.el (gnutls-log-level): Remove.
14815
14816 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
14817 indentation character (bug#6380).
14818
14819 * files.el (buffer-offer-save): Made permanently local (bug#6241).
14820
14821 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
14822 to clarify what the problem is (bug#4291).
14823
14824 * simple.el (current-kill): Clarify what
14825 `interprogram-paste-function' does (bug#7500).
14826 (auto-fill-mode): Document `auto-fill-function' in relation to
14827 `auto-fill-mode' (bug#2470).
14828
14829 2011-07-16 Lawrence Mitchell <wence@gmx.li>
14830
14831 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
14832 method if slot is read-only (bug#9035).
14833
14834 2011-07-16 Martin Rudalics <rudalics@gmx.at>
14835
14836 * frame.el (select-frame-set-input-focus): New argument NORECORD.
14837 * window.el (pop-to-buffer): Select window used even if it was
14838 selected before, see discussion of (Bug#8615), (Bug#6954).
14839 Pass argument NORECORD on to select-frame-set-input-focus.
14840
14841 2011-07-15 Glenn Morris <rgm@gnu.org>
14842
14843 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
14844 Respect help-form.
14845
14846 2011-07-09 Lawrence Mitchell <wence@gmx.li>
14847
14848 * net/gnutls.el (gnutls-min-prime-bits): New variable.
14849 (gnutls-negotiate): Use it.
14850
14851 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14852
14853 * net/gnutls.el (gnutls-negotiate):
14854 Upcase `gnutls-algorithm-priority'.
14855
14856 2011-07-15 Glenn Morris <rgm@gnu.org>
14857
14858 * jka-compr.el (jka-compr-verbose): Move from here...
14859 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
14860 Add missing :version tag.
14861 * info.el: No need to require jka-compr when compiling.
14862
14863 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14864
14865 * net/gnutls.el (gnutls-algorithm-priority): New variable.
14866 (gnutls-negotiate): Use it.
14867
14868 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
14869
14870 * info.el (Info-beginning-of-buffer): New command.
14871 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
14872 announcing `b' as the key (bug#8325).
14873 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
14874
14875 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
14876
14877 * international/mule-cmds.el
14878 (describe-specified-language-support): Make the error message
14879 clearer (bug#8905).
14880
14881 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
14882
14883 * isearch.el (isearch-barrier): Add a doc string, since it's
14884 mentioned in a function doc string (bug#8678).
14885
14886 2011-07-15 Martin Rudalics <rudalics@gmx.at>
14887
14888 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
14889 buffer argument (Bug#9083) and self-identifying label argument.
14890
14891 2011-07-15 Glenn Morris <rgm@gnu.org>
14892
14893 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
14894
14895 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14896
14897 * man.el (Man-fontify-manpage): Fix message when formatting the
14898 man page (bug#7929).
14899
14900 2011-07-14 Eli Zaretskii <eliz@gnu.org>
14901
14902 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
14903 argument LRM; if non-nil, append an invisible LRM character to the
14904 buffer name.
14905 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
14906 last argument non-nil, when formatting buffer names.
14907 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
14908 paragraph direction.
14909
14910 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14911
14912 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
14913 the man page name (bug#7929).
14914
14915 * image.el (put-image): Mention the `put-image' overlay property
14916 (bug#7834).
14917
14918 * scroll-bar.el (set-scroll-bar-mode): Mention that
14919 `scroll-bar-mode' lists the values (bug#7772).
14920
14921 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
14922 command (bug#7729).
14923
14924 * rect.el (apply-on-rectangle): Return the point after the last
14925 operation.
14926 (string-rectangle): Go to the point after the last operation
14927 (bug#7522).
14928
14929 * printing.el (pr-toggle-region): Clarify the documentation
14930 slightly (bug#7493).
14931
14932 * time.el (display-time-update):
14933 Allow `display-time-mail-function' to return nil (bug#7158).
14934 Fix suggested by Detlev Zundel.
14935
14936 * vc/diff.el (diff): Clarify the order the file names are read
14937 (bug#7111).
14938
14939 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
14940 the doc string (bug#7015).
14941
14942 * font-lock.el (font-lock-maximum-decoration): Mention what
14943 numeric levels mean (bug#6935).
14944
14945 * startup.el (initial-buffer-choice): Don't mention the `none'
14946 selection, which is against policy.
14947
14948 2011-07-14 Martin Rudalics <rudalics@gmx.at>
14949
14950 * window.el (display-buffer-normalize-special):
14951 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
14952
14953 2011-07-14 Eli Zaretskii <eliz@gnu.org>
14954
14955 * subr.el (version<, version<=, version=): Mention "-CVS" and
14956 "-12345" alpha version numbers.
14957
14958 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
14959
14960 * bindings.el: Add advertised binding for set-mark-command
14961 (Bug#5772).
14962
14963 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
14964
14965 * bindings.el (mode-line-other-buffer):
14966 * bookmark.el (bookmark-bmenu-2-window):
14967 * bs.el (bs-cycle-next, bs-cycle-previous):
14968 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
14969 switch-to-buffer.
14970
14971 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
14972 Delete.
14973
14974 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
14975
14976 * follow.el (follow-debug-message, follow-redisplay):
14977 * jka-cmpr-hook.el (with-auto-compression-mode):
14978 Fix typos in docstrings.
14979
14980 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14981
14982 * subr.el (with-silent-modifications): Clarify somewhat what the
14983 macro inhibits (bug#6525).
14984
14985 * simple.el (eval-expression): Note what it does if called
14986 interactively (bug#6495).
14987
14988 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
14989
14990 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
14991 Use pop-to-buffer buffer-or-name if it is nil.
14992
14993 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14994 Remove switch-to-buffer.
14995
14996 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14997
14998 * files.el (make-directory): Clarify that an error will be raised
14999 if there's an error (bug#6397).
15000
15001 * startup.el (initial-buffer-choice): Add `none' as a choice
15002 (bug#6234).
15003
15004 * subr.el (add-hook): Clarify section about buffer-local hooks
15005 (bug#6218).
15006
15007 * dired.el (dired-flagged): Clarify doc string (bug#6117).
15008
15009 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15010
15011 * tabify.el (untabify): Preserve the current column so that point
15012 doesn't move (bug#6032).
15013
15014 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15015
15016 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15017 Rewrite to avoid awkward possessive "s" (bug#5986).
15018
15019 2011-07-13 Glenn Morris <rgm@gnu.org>
15020
15021 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
15022 (dired-insert-directory): Give a message the first time
15023 if ls is found not to support --dired.
15024
15025 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15026
15027 * simple.el (toggle-truncate-lines): Clarify what is toggled
15028 (bug#5580). Text by Drew Adams.
15029
15030 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15031
15032 * simple.el (blink-matching-open): Make the error message from the
15033 last change less verbose.
15034
15035 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15036
15037 * font-lock.el (font-lock-comment-face): Use the high contrast
15038 "yellow" color for font-lock-comment-face on low color terminals
15039 using a dark background color (bug#4221).
15040
15041 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15042
15043 * dired.el (dired-insert-set-properties): Make the doc string
15044 reflect what it does now (bug#5325).
15045
15046 * simple.el (blink-matching-open): Say that we were unable to find
15047 the match within the limit, if we're limited (bug#5122).
15048
15049 * international/mule-cmds.el (prefer-coding-system): Add an
15050 example (bug#4869).
15051
15052 * progmodes/etags.el (tags-search): Document `file-list-form'
15053 (bug#4731).
15054
15055 2011-07-13 Lawrence Mitchell <wence@gmx.li>
15056
15057 * net/browse-url.el (browse-url-default-browser)
15058 (browse-url-browser-function): Make the default browser choice a
15059 bit more logical (bug#4300). Also clean up the doc string.
15060
15061 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15062
15063 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15064 binary endings (bug#4440).
15065
15066 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15067
15068 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15069 which can be pretty annoying (bug#8971).
15070
15071 * jka-compr.el (jka-compr-verbose): New variable, and use
15072 throughout (bug#8971).
15073
15074 * info.el (Info-find-file): Fall back on the installation
15075 directory if we can't find the info node anywhere else.
15076
15077 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
15078
15079 * vc/vc.el (vc-revert-file):
15080 Don't set file time-stamp in the past. (Bug#5181)
15081
15082 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15083
15084 * files.el (after-find-file): Give a better error message when
15085 trying to find a symlink that points to a file that doesn't exist
15086 (bug#4398).
15087
15088 * progmodes/cc-vars.el: Remove (probably) misleading comment
15089 (bug#4396).
15090
15091 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15092
15093 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15094
15095 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15096
15097 * mouse-sel.el: Hack restoring functionality, while keeping
15098 compatibility with 2010-07-03 changes to mouse selection.
15099 (mouse-sel-primary-overlay): New var.
15100 (mouse-sel-selection-alist): Use it.
15101 (mouse-sel-mode): Doc fix; remove points that are default features
15102 of mouse.el.
15103
15104 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15105
15106 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15107 Fix previous fix (bug#2490).
15108
15109 2011-07-12 Roland Winkler <winkler@gnu.org>
15110
15111 * textmodes/bibtex.el (bibtex-initialize):
15112 Use pop-to-buffer-same-window.
15113 (bibtex-search-entries): Fix interactive call.
15114
15115 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15116
15117 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15118 Fontise bytecomp Error lines more correctly (bug#2490).
15119 Fix suggested by Johan Bockgård.
15120
15121 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15122
15123 * dired-x.el (dired-guess-default): Use `delete-dups'.
15124
15125 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15126
15127 * dired.el (dired-mark-prompt):
15128 * dired-aux.el (dired-read-shell-command): Doc fix.
15129
15130 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15131
15132 * mail/sendmail.el (sendmail-query-once):
15133 Use `customize-save-variable' unconditionally, now that it works under
15134 emacs -Q.
15135
15136 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15137
15138 * cus-edit.el (custom-file): Take an optional no-error variable.
15139 (customize-save-variable): Set the variable, and give a warning if
15140 running under "emacs -q".
15141
15142 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
15143
15144 * loadhist.el (unload-feature-special-hooks):
15145 Add `auto-coding-functions', `fill-nobreak-predicate' and
15146 `find-directory-functions' (bug#5327).
15147
15148 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15149
15150 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
15151
15152 * cus-edit.el (custom-guess-name-alist): -alist variables should
15153 use the `alist' type (bug#3120). Suggested by Drew Adams.
15154
15155 * printing.el: Add documentation to all the `pr-toggle-' commands.
15156
15157 2011-07-11 Leo Liu <sdl.web@gmail.com>
15158
15159 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
15160 backends where it makes sense (bug#2623).
15161
15162 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15163
15164 * dired-x.el (dired-guess-default): Remove duplicate shell command
15165 entries (bug#2028).
15166 (dired-guess-default): Fix grammar in doc string (bug#2028).
15167 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
15168
15169 * subr.el (remove-duplicates): New conveniency function.
15170
15171 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15172
15173 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
15174 (bug#1526).
15175
15176 2011-07-10 Martin Rudalics <rudalics@gmx.at>
15177
15178 * window.el (display-buffer-normalize-default): Don't invert
15179 meaning of even-window-heights. Reported by Eli Zaretskii
15180 <eliz@gnu.org>.
15181
15182 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
15183
15184 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
15185
15186 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
15187
15188 * window.el (display-buffer): Fix arguments to
15189 display-buffer-reuse-window in last change.
15190
15191 * faces.el (link): Use a less saturated blue on light backgrounds.
15192
15193 * startup.el (fancy-startup-text, fancy-about-text)
15194 (fancy-startup-tail): Use font-lock faces, for background safety.
15195
15196 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
15197
15198 * emulation/viper-cmd.el (viper-change-state-to-vi):
15199 Limit triggering of abbrev expansion (Bug#9038).
15200
15201 2011-07-09 Martin Rudalics <rudalics@gmx.at>
15202
15203 * window.el (display-buffer-default-specifiers): Remove.
15204 (display-buffer-macro-specifiers): Remove default specifiers.
15205 (display-buffer-alist): Default to nil.
15206 (display-buffer-reuse-window): New optional argument other-window.
15207 (display-buffer-pop-up-window): Allow splitting internal
15208 windows. Check whether a live window was created.
15209 (display-buffer-other-window-means-other-frame)
15210 (display-buffer-normalize-arguments): Rename to
15211 display-buffer-normalize-argument and rewrite. Set the
15212 other-window specifier.
15213 (display-buffer-normalize-special): New function.
15214 (display-buffer-normalize-options): Rename to
15215 display-buffer-normalize-default and rewrite.
15216 (display-buffer-normalize-options-inhibit): Remove.
15217 (display-buffer-normalize-specifiers): Rewrite.
15218 (display-buffer): Process other-window specifier and call
15219 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
15220 more faithfully.
15221 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
15222 (display-buffer-alist-set): Don't handle 'unset default values.
15223 (display-buffer-in-window, display-buffer-alist-set):
15224 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
15225 <tassilo@member.fsf.org>.
15226
15227 2011-07-09 Leo Liu <sdl.web@gmail.com>
15228
15229 * register.el (insert-register): Restore accidental change on
15230 2011-06-26. (Bug#9028)
15231
15232 2011-07-09 Glenn Morris <rgm@gnu.org>
15233
15234 * subr.el (remq): Handle the empty list. (Bug#9024)
15235
15236 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
15237
15238 * mail/sendmail.el (send-mail-function): No longer delay custom
15239 initialization.
15240 * custom.el (custom-initialize-delay): Doc fix.
15241
15242 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15243
15244 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
15245
15246 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
15247
15248 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
15249 human-friendly prompt.
15250
15251 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15252
15253 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
15254 provided by a particular plugin.
15255
15256 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15257
15258 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
15259 save customizations (with "emacs -Q"), just set the variable
15260 instead of erroring out.
15261
15262 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15263
15264 2011-07-08 Juri Linkov <juri@jurta.org>
15265
15266 * arc-mode.el (archive-zip-expunge, archive-zip-update)
15267 (archive-zip-update-case): Use 7z if found by `executable-find'.
15268 The order of searching the available programs is the same as in
15269 `archive-zip-extract' (bug#8968).
15270
15271 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15272
15273 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
15274 (menu-bar-options-menu): Tweak descriptions.
15275
15276 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15277
15278 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
15279 menu items into verb phrases (bug#1421). Also refill to fit under
15280 80 columns.
15281
15282 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15283
15284 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
15285 (Info-read-node-name): Doc fix (Bug#1084).
15286
15287 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
15288 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
15289 (end-of-sexp, beginning-of-sexp)
15290 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
15291 (forward-symbol, forward-same-syntax, word-at-point)
15292 (sentence-at-point): Doc fix (Bug#1144).
15293
15294 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15295
15296 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
15297 should cover it (bug#1281).
15298
15299 * cus-edit.el (custom-show): Mark as obsolete.
15300
15301 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
15302 negotiation fails, then possibly try again with a non-encrypted
15303 connection (bug#9017).
15304
15305 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
15306 be used.
15307
15308 2011-07-07 Richard Stallman <rms@gnu.org>
15309
15310 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
15311 property, and handle its changed format.
15312 Look for the correct line number.
15313 Use file's line contents (but not past first =) to find
15314 correct line in message.
15315
15316 2011-07-07 Kenichi Handa <handa@m17n.org>
15317
15318 * international/characters.el (build-unicode-category-table):
15319 Delete it.
15320 (unicode-category-table): Set it by unicode-property-table-internal.
15321
15322 * international/mule-cmds.el (char-code-property-alist): Move to
15323 to src/chartab.c.
15324 (get-char-code-property): Call unicode-property-table-internal to
15325 load a file. Call get-unicode-property-internal where necessary.
15326 (put-char-code-property): Call unicode-property-table-internal to
15327 load a file. Call put-unicode-property-internal where necessary.
15328 put-unicode-property-internal where necessary.
15329 (char-code-property-description):
15330 Call unicode-property-table-internal to load a file.
15331
15332 * international/charprop.el:
15333 * international/uni-bidi.el:
15334 * international/uni-category.el:
15335 * international/uni-combining.el:
15336 * international/uni-comment.el:
15337 * international/uni-decimal.el:
15338 * international/uni-decomposition.el:
15339 * international/uni-digit.el:
15340 * international/uni-lowercase.el:
15341 * international/uni-mirrored.el:
15342 * international/uni-name.el:
15343 * international/uni-numeric.el:
15344 * international/uni-old-name.el:
15345 * international/uni-titlecase.el:
15346 * international/uni-uppercase.el: Regenerate.
15347
15348 * loadup.el: Load international/charprop.el before
15349 international/characters.
15350
15351 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15352
15353 * window.el (next-buffer, previous-buffer): Signal an error if
15354 called from a minibuffer window.
15355
15356 * bindings.el: Revert 2011-07-04 change.
15357
15358 2011-07-06 Richard Stallman <rms@gnu.org>
15359
15360 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
15361 (rmail-mime-insert-bulk, rmail-mime-insert-text):
15362 Treat markers like ints.
15363 (rmail-mime-entity): Doc fix.
15364
15365 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15366
15367 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
15368 defcustom again for backwards compatibility.
15369
15370 * simple.el (shell-command-on-region): Fill.
15371
15372 * dired-aux.el (dired-kill-line): Add a doc string.
15373
15374 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
15375 to "\\sw\\|\\s_" (bug#358).
15376
15377 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
15378 (dired-unmark-backward): Ditto.
15379 (dired-flag-backup-files): Ditto.
15380
15381 * dired-x.el (dired-mark-sexp): Ditto.
15382
15383 2011-07-06 Richard Stallman <rms@gnu.org>
15384
15385 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
15386 (rmail-mime-entity): New arg TRUNCATED.
15387 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
15388 New functions.
15389 (rmail-mime-save): Warn if entity is truncated.
15390 (rmail-mime-toggle-hidden): Likewise, for showing.
15391 (rmail-mime-process-multipart): Record when an entity is truncated.
15392
15393 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
15394 if ENTITY is a string.
15395
15396 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15397
15398 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
15399 of faces when `M-C-x'-ing their definitions (bug#8378).
15400 Also clean up the code slightly.
15401
15402 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
15403 because that makes the colors go away.
15404
15405 * mail/sendmail.el (send-mail-function): Change the default to
15406 `sendmail-query-once'.
15407 (sendmail-query-once): Add an autoload cookie.
15408
15409 * net/network-stream.el (network-stream-open-starttls): Try using
15410 a plain connection even if the server offered STARTTLS, and we
15411 kinda wanted to use it, if Emacs doesn't have any STARTTLS
15412 capability. This should make smtpmail.el work in slightly more
15413 configurations.
15414
15415 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
15416
15417 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15418 New defun.
15419 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
15420
15421 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
15422
15423 * progmodes/sql.el: Version 3.0
15424 (sql-product-alist): Add product :completion-object,
15425 :completion-column, and :statement attributes.
15426 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
15427 (sql-mode-syntax-table): Mark all punctuation.
15428 (sql-font-lock-keywords-builder): Temporarily remove fallback on
15429 ansi keywords.
15430 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
15431 (sql-mode-oracle-font-lock-keywords): Improve.
15432 (sql-oracle-show-reserved-words): New function for development.
15433 (sql-product-font-lock): Simplify for source code buffers.
15434 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
15435 New functions.
15436 (sql-highlight-product): Set product specific syntax table.
15437 (sql-mode-map): Add statement movement functions.
15438 (sql-ansi-statement-starters, sql-oracle-statement-starters):
15439 New variable.
15440 (sql-statement-regexp, sql-beginning-of-statement)
15441 (sql-end-of-statement, sql-signum): New functions.
15442 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
15443 (sql-show-sqli-buffer): Bug fix.
15444 (sql-interactive-mode): Store connection data as buffer local.
15445 (sql-connect): Add NEW-NAME parameter. Redesign interaction
15446 with sql-interactive-mode.
15447 (sql-save-connection): Save buffer local settings.
15448 (sql-connection-menu-filter): Change menu entry name.
15449 (sql-product-interactive): Bug fix.
15450 (sql-preoutput-hold): New variable.
15451 (sql-interactive-remove-continuation-prompt): Bug fixes.
15452 (sql-debug-redirect): New variable.
15453 (sql-str-literal): New function.
15454 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
15455 Redesign.
15456 (sql-oracle-save-settings, sql-oracle-restore-settings)
15457 (sql-oracle-list-all, sql-oracle-list-table): New functions.
15458 (sql-completion-object, sql-completion-column)
15459 (sql-completion-sqlbuf): New variables.
15460 (sql-build-completions-1, sql-build-completions)
15461 (sql-try-completion): New functions.
15462 (sql-read-table-name): Use them.
15463 (sql-contains-names): New buffer local variable.
15464 (sql-list-all, sql-list-table): Use it.
15465 (sql-oracle-completion-types): New variable.
15466 (sql-oracle-completion-object, sql-sqlite-completion-object)
15467 (sql-postgres-completion-object): New functions.
15468
15469 2011-07-06 Glenn Morris <rgm@gnu.org>
15470
15471 * window.el (pop-to-buffer): Doc fix.
15472
15473 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
15474
15475 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
15476
15477 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
15478
15479 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
15480
15481 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
15482
15483 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
15484
15485 * button.el (button): Inherit from link face. Suggested by Dan
15486 Nicolaescu.
15487
15488 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15489
15490 * progmodes/gdb-mi.el: Fit in 80 columns.
15491 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
15492 switch-to-buffer.
15493
15494 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
15495 if imenu is simply not configured (bug#8941).
15496
15497 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
15498
15499 * allout.el (allout-post-undo-hook): New allout outline-change
15500 event hook to signal undo activity.
15501 (allout-post-command-business): Run allout-post-undo-hook if an
15502 undo just occurred.
15503 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
15504 * allout-widgets.el (allout-widgets-after-undo-function):
15505 Ensure the integrity of the current item's decoration after it has been
15506 in the vicinity of an undo.
15507 (allout-widgets-mode): Include allout-widgets-after-undo-function
15508 on the new allout-post-undo-hook.
15509
15510 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15511
15512 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
15513 Let define-derived-mode define it.
15514 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
15515 cycles of abbrev-table inheritance (bug#8998).
15516
15517 2011-07-05 Roland Winkler <winkler@gnu.org>
15518
15519 * textmodes/bibtex.el: Add support for biblatex.
15520 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
15521 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
15522 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
15523 (bibtex-entry-alist, bibtex-field-alist): New variables.
15524 (bibtex-entry-field-alist): Obsolete alias for
15525 bibtex-BibTeX-entry-alist.
15526 (bibtex-entry-alist, bibtex-field-alist): New widgets.
15527 (bibtex-set-dialect): New command.
15528 (bibtex-entry-type, bibtex-entry-head)
15529 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
15530 Bind via bibtex-set-dialect.
15531 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
15532 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
15533 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
15534 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
15535 Define via bibtex-set-dialect.
15536 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
15537 Obey bibtex-no-opt-remove-re.
15538 (bibtex-vec-push, bibtex-vec-incr): New functions.
15539 (bibtex-format-entry, bibtex-field-list)
15540 (bibtex-print-help-message, bibtex-validate)
15541 (bibtex-search-entries): Use new format of bibtex-entry-alist.
15542
15543 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15544
15545 * progmodes/compile.el (compilation-goto-locus):
15546 * net/tramp-cmds.el (tramp-append-tramp-buffers):
15547 * bs.el (bs-cycle-next, bs-cycle-previous):
15548 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
15549 * bindings.el (mode-line-other-buffer):
15550 * autoinsert.el (auto-insert):
15551 * arc-mode.el (archive-extract):
15552 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
15553
15554 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
15555
15556 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
15557 Fix check of `emacs-lock-unlockable-modes'.
15558 Coerce true values of `emacs-lock--try-unlocking' to t.
15559
15560 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
15561
15562 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
15563 * emacs-lock.el: New file.
15564
15565 2011-07-05 Julien Danjou <julien@danjou.info>
15566
15567 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
15568 than `boundp' to check if face is set.
15569
15570 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
15571
15572 * register.el (registerv-make):
15573 * window.el (window-min-height): Fix typos in docstrings.
15574
15575 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
15576
15577 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
15578 Update doc string.
15579
15580 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
15581
15582 * server.el (server-execute): Catch quit and call
15583 `server-return-error' to pass the error back to emacsclient and
15584 close the connection (bug#8942).
15585
15586 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
15587
15588 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
15589 insecure exception for current topic. Also note that auto-saves
15590 are handled differently.
15591
15592 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
15593 State variables for tracking auto-save inhibition situation.
15594
15595 (allout-write-contents-hook-handler): Rename from
15596 'allout-write-file-hook-handler', and describe how it depends on
15597 write-contents-functions sensitivity to non-nil value to prevent
15598 file write.
15599
15600 (allout-auto-save-hook-handler): Remove. auto-save does not check
15601 this in individual buffers, only in the starting buffer, so this
15602 is not the right way for us to inhibit auto-save in a buffer
15603 according to its condition.
15604
15605 (allout-mode): Use new allout-write-contents-hook-handler, and
15606 only with write-contents-functions. Remove auto-save provisions -
15607 they're implemented elsewhere.
15608
15609 (allout-before-change-handler): If undo is in progress, note that
15610 for attention of allout-post-command-business.
15611
15612 (allout-post-command-business): If the command we're following was
15613 an undo, check for change in the status of encrypted items and
15614 adjust auto-save inhibitions accordingly.
15615
15616 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
15617 according to whether there are or aren't any plain-text topics
15618 pending encryption.
15619
15620 (allout-inhibit-auto-save-info-for-decryption):
15621 Adjust buffer-saved-size and some allout state to inhibit auto-saves
15622 if there are plain-text topics pending encryption.
15623
15624 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
15625 buffer-saved-size and some allout state to not inhibit auto-saves
15626 if there are no longer any plain-text topics pending encryption.
15627
15628 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
15629 No longer provide for exemption of the current topic.
15630
15631 2011-07-04 Juri Linkov <juri@jurta.org>
15632
15633 Add 7z operations to delete and save changed members (bug#8968).
15634 * arc-mode.el (archive-7z-expunge, archive-7z-update):
15635 New defcustoms.
15636 (archive-7z-write-file-member): New function.
15637 (archive-7z-summarize): Fix the number of dashes in the
15638 listing output.
15639
15640 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15641
15642 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
15643 (bug#8958).
15644
15645 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
15646
15647 * bindings.el: Ignore next-buffer and previous-buffer in
15648 minibuffer-local-map.
15649
15650 * font-lock.el (font-lock-builtin-face): Change light background
15651 color to dark slate blue (Bug#6693).
15652
15653 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
15654
15655 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
15656
15657 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15658
15659 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
15660 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15661 Add switch-to-buffer.
15662
15663 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15664
15665 * isearch.el (isearch-search-fun-function): Clarify further the
15666 meaning of the function returned.
15667
15668 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
15669
15670 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
15671
15672 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
15673 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
15674 Use it.
15675 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
15676 `tramp-default-remote-path' does not exist.
15677 (tramp-send-command-and-read): New optional argument NOERROR.
15678 (tramp-open-connection-setup-interactive-shell)
15679 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
15680 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
15681 (tramp-process-sentinel): Flush also process' connection property.
15682 (tramp-sh-handle-start-file-process): Do not set process
15683 sentinel. It is done now ...
15684 (tramp-maybe-open-connection): ... here. (Bug#8929)
15685
15686 2011-07-04 MON KEY <monkey@sandpframing.com>
15687
15688 * play/animate.el (animate-string): Doc fixes and allow changing
15689 the buffer name (bug#5417).
15690
15691 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15692
15693 * play/animate.el (animation-buffer-name): Rename from *animate*.
15694
15695 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
15696
15697 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
15698 This is simpler and helps future-proof the code.
15699 (timer-until): Use time-subtract and float-time.
15700 (timer--time-less-p): Use time-less-p.
15701
15702 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
15703
15704 * type-break.el (timep): Use the value of `float-time' to avoid a
15705 byte-compiler warning.
15706
15707 * server.el (server-eval-and-print): Return any result, even nil.
15708
15709 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
15710
15711 * type-break.el: Accept time formats that the builtins accept.
15712 (timep, type-break-time-difference): Accept any format that
15713 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
15714 This is simpler and helps future-proof the code.
15715 (type-break-time-difference): Round rather than ignoring
15716 subseconds components.
15717
15718 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15719
15720 * info.el (Info-apropos-matches): Make non-interactive, since it
15721 doesn't seem to do anything useful as a command (bug#8829).
15722
15723 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
15724
15725 * frame.el (frame-background-mode, frame-set-background-mode):
15726 Move from faces.el.
15727 (frame-default-terminal-background): New function.
15728
15729 * custom.el (custom-push-theme): Don't record faces in `changed'
15730 theme; this doesn't work correctly for per-frame face settings.
15731 (disable-theme): Use face-set-after-frame-default to reset faces.
15732 (custom--frame-color-default): New function.
15733
15734 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15735
15736 * dired.el (dired-flagging-regexp): Remove unused variable
15737 (bug#8769).
15738
15739 2011-03-29 Kevin Ryde <user42@zip.com.au>
15740
15741 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15742 `perl-Test2' extend to match possible "fail #N" rep count
15743 (bug#8377).
15744
15745 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15746
15747 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
15748 `smtpmail-via-smtp' now returns the error instead of nil.
15749
15750 * isearch.el (isearch-search-fun-function): Clarify the doc string
15751 (bug#8101).
15752
15753 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
15754
15755 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
15756 unnecessary spaces (bug#8987).
15757
15758 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15759
15760 * net/network-stream.el (open-network-stream): Use the
15761 :end-of-capability command thoughout.
15762
15763 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15764
15765 * net/network-stream.el (open-network-stream): Add the
15766 :end-of-capability command parameter, used by pop3.el.
15767
15768 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15769
15770 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
15771
15772 * fringe.el (fringe-query-style): Remove redundant text " (type ?
15773 for list)" (bug#6475).
15774
15775 * files.el (file-expand-wildcards): Ignore non-readable
15776 sub-directories while trying to find matches instead of signaling
15777 an error (bug#6297).
15778
15779 * man.el (Man-reference-regexp): Allow matching possible
15780 word-wrapped references (bug#6289).
15781
15782 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
15783 for consistency with the other vc buffers (bug#6197).
15784 (vc-checkin): Ditto.
15785
15786 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
15787
15788 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
15789
15790 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15791
15792 * custom.el (defcustom): Clarify that :set is only used in the
15793 Customize user interface (bug#6089).
15794
15795 * progmodes/flymake.el (flymake-mode): If the buffer isn't
15796 associated with a file, refuse to run instead of erroring out
15797 (bug#6084).
15798
15799 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
15800 the doc string, since it appears that using `fill-column' always
15801 controls the width (bug#7845).
15802
15803 * simple.el (shell-command-on-region): Say where the error output
15804 went if `shell-command-default-error-buffer' is set (bug#6857).
15805
15806 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
15807
15808 * allout.el (allout-yank-processing): Adjust cursor position for
15809 backwards-deleted space.
15810
15811 (allout-rebullet-heading): Register changes with
15812 allout-exposure-changed-hook, so the modified topic is properly
15813 decorated.
15814
15815 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15816
15817 * minibuffer.el (completion-in-region): Document PREDICATE
15818 (bug#7136).
15819
15820 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
15821 of keyword/argument pairs (bug#6904).
15822
15823 * replace.el (multi-occur):
15824 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
15825
15826 2011-07-02 Drew Adams <drew.adams@oracle.com>
15827
15828 * dired.el (dired-mark-if): Make the message about whether it's
15829 marking or unmarking clearer (bug#8523).
15830
15831 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15832
15833 * disp-table.el (display-table-print-array): New function.
15834 (describe-display-table): Use it to print the vectors more pretty
15835 (Bug#8859).
15836
15837 2011-07-02 Martin Rudalics <rudalics@gmx.at>
15838
15839 * window.el (window-state-get-1): Don't assign clone numbers.
15840 Add clone-of item to list of window parameters.
15841 (window-state-put-2): Don't process clone numbers.
15842 (display-buffer-alist): Fix doc-string.
15843
15844 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
15845
15846 * subr.el (remq): Don't allocate if it's not needed.
15847 (keymap--menu-item-binding, keymap--menu-item-with-binding)
15848 (keymap--merge-bindings): New functions.
15849 (keymap-canonicalize): Use them to refine the canonicalization.
15850 * minibuffer.el (minibuffer-local-completion-map)
15851 (minibuffer-local-must-match-map): Move initialization from C.
15852 (minibuffer-local-filename-completion-map): Move initialization from C;
15853 don't inherit from anything here.
15854 (minibuffer-local-filename-must-match-map): Make obsolete.
15855 (completing-read-default): Use make-composed-keymap to combine
15856 minibuffer-local-filename-completion-map with either
15857 minibuffer-local-must-match-map or
15858 minibuffer-local-filename-completion-map.
15859
15860 2011-07-01 Glenn Morris <rgm@gnu.org>
15861
15862 * type-break.el (type-break-time-sum): Use dolist.
15863
15864 * textmodes/flyspell.el (flyspell-word-search-backward):
15865 Replace CL function.
15866
15867 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
15868
15869 * mouse.el (mouse--strip-first-event): New function.
15870 (function-key-map): Use it to map fringe clicks to normal clicks
15871 by default.
15872
15873 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
15874 (vc-bzr-revision-completion-table): Add support for annotate and date.
15875
15876 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
15877 inherit from parent.
15878
15879 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15880
15881 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
15882 (dired-show-file-type): Doc fixup (bug#8818).
15883
15884 * dired.el (dired-mode): Fix up the doc string as suggested by
15885 Drew Adams (bug#8817).
15886
15887 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
15888 cookie, since the manual says that it should be possible to add
15889 this function to `find-file-hook' (bug#8709).
15890
15891 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
15892
15893 * progmodes/cfengine.el: Moved all cfengine3.el functionality
15894 here. Noted Ted Zlatanov as the maintainer.
15895 (cfengine-common-settings, cfengine-common-syntax): New functions
15896 to set up common things between `cfengine-mode' and
15897 `cfengine3-mode'.
15898 (cfengine3-mode): New mode.
15899 (cfengine3-defuns cfengine3-defuns-regex
15900 (cfengine3-class-selector-regex cfengine3-category-regex)
15901 (cfengine3-vartypes cfengine3-font-lock-keywords)
15902 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
15903 (cfengine3-indent-line): Add from cfengine3.el.
15904
15905 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
15906
15907 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
15908
15909 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
15910
15911 2011-07-01 Martin Rudalics <rudalics@gmx.at>
15912
15913 * window.el (same-window-buffer-names, same-window-regexps)
15914 (same-window-p, special-display-frame-alist)
15915 (special-display-popup-frame, special-display-function)
15916 (special-display-buffer-names, special-display-regexps)
15917 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
15918 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15919 (split-window-preferred-function, split-height-threshold)
15920 (split-width-threshold, even-window-heights)
15921 (display-buffer-mark-dedicated, window-splittable-p)
15922 (split-window-sensibly, window-safely-shrinkable-p):
15923 Un-obsolete.
15924 (display-buffer): Don't spread args with function specifier
15925 because special-display-popup-frame won't like it.
15926
15927 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
15928
15929 Time-stamp simplifications and fixes.
15930 These improve accuracy slightly, and future-proof the code
15931 against some potential changes to current-time format.
15932
15933 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
15934 by using time-since and float-time.
15935
15936 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
15937 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
15938 + NNN microseconds".
15939
15940 * type-break.el (type-break-time-sum): Rewrite using time-add.
15941
15942 * play/hanoi.el (hanoi-current-time-float): Remove.
15943 All uses replaced by float-time.
15944
15945 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
15946 This yields a more-accurate answer.
15947 (rng-time-to-float): Remove; no longer needed.
15948
15949 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
15950
15951 * calendar/timeclock.el (timeclock-seconds-to-time):
15952 Defalias to seconds-to-time, since they're the same thing.
15953
15954 * emacs-lisp/elp.el (elp-elapsed-time):
15955 * emacs-lisp/benchmark.el (benchmark-elapse):
15956 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
15957
15958 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
15959
15960 * window.el (bury-buffer): Don't iconify the only frame.
15961 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
15962 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
15963
15964 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
15965
15966 * eshell/em-smart.el (eshell-smart-display-navigate-list):
15967 Add mouse-yank-primary.
15968
15969 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
15970
15971 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
15972
15973 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
15974
15975 * emacs-lisp/find-func.el (find-library--load-name): New fun.
15976 (find-library-name): Use it to find relative load names when provided
15977 absolute file name (bug#8803).
15978
15979 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15980
15981 * textmodes/flyspell.el (flyspell-word): Consider words that
15982 differ only in case as potential doublons (bug#5687).
15983
15984 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
15985 Remove two rather uninteresting debugging-like messages to make
15986 debbugs.el more silent.
15987
15988 * comint.el (comint-password-prompt-regexp): Accept "Response" as
15989 a password-like phrase.
15990
15991 2011-06-30 Masatake YAMATO <yamato@redhat.com>
15992
15993 * progmodes/cc-guess.el: New file.
15994
15995 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
15996
15997 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
15998 derived from `c-basic-common-init'.
15999
16000 * progmodes/cc-mode.el (top-level): Require cc-guess.
16001 (c-basic-common-init): Use `cc-choose-style-for-mode'.
16002
16003 2011-06-30 Lawrence Mitchell <wence@gmx.li>
16004
16005 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16006
16007 2011-06-30 Alan Mackenzie <acm@muc.de>
16008
16009 * progmodes/cc-engine.el (c-guess-continued-construct):
16010 Correct the handling of template-args-cont, particularly for when font
16011 lock is disabled. Name this case as "CASE G".
16012
16013 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
16014
16015 * allout.el (allout-yank-processing): Fix injection of extra space
16016 between bullet and non-whitespace character in first topic when
16017 pasting, ensuring that the actual spacing in the pasted topic
16018 following the bullet char is preserved. This extra space was
16019 causing pasted encrypted topics to get a decrypted status even
16020 when the content was actually still encrypted. Now the decryption
16021 status from before the paste is preserved.
16022
16023 (allout-flag-region): Set all allout overlays so they evaporate
16024 when reduced to zero length (evanescent), to prevent overlay
16025 leakage.
16026
16027 2011-06-30 Glenn Morris <rgm@gnu.org>
16028
16029 * w32-fns.el (w32-charset-info-alist): Declare.
16030
16031 * find-dired.el (find-grep-options): Simplify.
16032
16033 * term/ns-win.el (ns-set-resource): Declare.
16034
16035 * ses.el (row, col): Declare dynamic variables honestly.
16036
16037 * textmodes/reftex-parse.el (index-tags): Declare.
16038
16039 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
16040
16041 * cus-edit.el (customize-push-and-save): New function.
16042
16043 * files.el (hack-local-variables-confirm): Use it.
16044
16045 * custom.el (load-theme): New arg NO-CONFIRM.
16046 Use customize-push-and-save (Bug#8720).
16047 (custom-enabled-themes): Doc fix.
16048
16049 * cus-theme.el (customize-create-theme)
16050 (custom-theme-merge-theme): Callers to load-theme changed.
16051
16052 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16053
16054 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16055 short URLs have at least one dot in them (bug #7614).
16056
16057 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16058 nil, because using a pty is apparently too slow (bug #895).
16059
16060 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16061
16062 * mail/sendmail.el (sendmail-query-once): New function.
16063 (sendmail-query-once-function): New variable.
16064
16065 2011-06-29 Glenn Morris <rgm@gnu.org>
16066
16067 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16068
16069 * ses.el (top-level): Require cl when compiling.
16070 (ses-set-localvars): Fix error statement.
16071 Call it at compile time to silence a storm of warnings.
16072
16073 2011-06-29 Martin Rudalics <rudalics@gmx.at>
16074
16075 * window.el (normalize-live-buffer): Rename to
16076 window-normalize-buffer.
16077 (normalize-live-frame): Rename to window-normalize-frame.
16078 (normalize-any-window): Rename to window-normalize-any-window.
16079 (normalize-live-window): Rename to window-normalize-live-window.
16080 (make-window-atom): Rename to window-make-atom.
16081 (window-resize-reset): Rename to window--resize-reset.
16082 (window-resize-reset-1): Rename to window--resize-reset-1.
16083 (resize-mini-window): Rename to window--resize-mini-window.
16084 (resize-subwindows-skip-p): Rename to
16085 window--resize-subwindows-skip-p.
16086 (resize-subwindows-normal): Rename to
16087 window--resize-subwindows-normal.
16088 (resize-subwindows): Rename to window--resize-subwindows.
16089 (resize-other-windows): Rename to window--resize-siblings.
16090 (resize-this-window): Rename to window--resize-this-window.
16091 (resize-root-window): Rename to window--resize-root-window.
16092 (resize-root-window-vertically): Rename to
16093 window--resize-root-window-vertically.
16094 (normalize-buffer-to-display): Rename to
16095 window-normalize-buffer-to-display.
16096 (normalize-buffer-to-switch-to): Rename to
16097 window-normalize-buffer-to-switch-to.
16098 Correspondingly update all callers of the functions listed
16099 above.
16100 (display-buffer-alist, display-buffer-normalize-arguments)
16101 (display-buffer-normalize-options, display-buffer)
16102 (display-buffer-alist-set): Use "function" instead of
16103 "fun-with-args".
16104
16105 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
16106
16107 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
16108 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
16109 debbugs.gnu.org. Mention acknowledgment email.
16110
16111 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
16112
16113 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
16114 buffer multibyteness, since it shouldn't matter.
16115
16116 2011-06-28 Martin Rudalics <rudalics@gmx.at>
16117
16118 * window.el (display-buffer-in-side-window): Handle dedicated
16119 windows as in display-buffer-reuse-window.
16120 (display-buffer-normalize-alist): Use value of override
16121 specifier.
16122 (display-buffer-normalize-specifiers): Use value of
16123 other-window-means-other-frame specifier.
16124 (display-buffer-alist): Rewrite some texts in widgets.
16125 (display-buffer): Spread arguments when calling function
16126 specified by fun-with-args.
16127
16128 2011-06-28 Deniz Dogan <deniz@dogan.se>
16129
16130 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16131 Unnest `let'.
16132
16133 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
16134 selectors (Bug#5732).
16135 (css-proprietary-nmstart-re): Use `regexp-opt'.
16136
16137 2011-06-27 Jari Aalto <jari.aalto@cante.net>
16138
16139 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
16140 (eshell-ls-date-format): New defcustom.
16141 (eshell-ls-file): Use it.
16142
16143 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16144
16145 * help-fns.el (describe-variable): Fix message for terminal-local vars.
16146
16147 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
16148
16149 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
16150 (ange-ftp-make-tmp-name): New arg.
16151 (ange-ftp-file-local-copy): Use it.
16152
16153 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
16154
16155 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
16156 no-conversion (Bug#8870).
16157
16158 2011-06-27 Martin Rudalics <rudalics@gmx.at>
16159
16160 * window.el (window-right, window-left, window-child)
16161 (window-child-count, window-last-child)
16162 (window-iso-combination-p, walk-window-tree-1)
16163 (window-atom-check-1, window-tree-1, delete-window)
16164 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
16165 new naming conventions - window-vchild, window-hchild,
16166 window-next and window-prev are now called window-top-child,
16167 window-left-child, window-next-sibling and window-prev-sibling
16168 respectively.
16169 (resize-window-reset): Rename to window-resize-reset.
16170 (resize-window-reset-1): Rename to window-resize-reset-1.
16171 (resize-window): Rename to window-resize.
16172 (window-min-height, window-min-width)
16173 (resize-mini-window, resize-this-window, resize-root-window)
16174 (resize-root-window-vertically, adjust-window-trailing-edge)
16175 (enlarge-window, shrink-window, maximize-window)
16176 (minimize-window, delete-window, quit-restore-window)
16177 (split-window, balance-windows, balance-windows-area-adjust)
16178 (balance-windows-area, window-state-put-2)
16179 (display-buffer-even-window-sizes, display-buffer-set-height)
16180 (display-buffer-set-width, set-window-text-height)
16181 (fit-window-to-buffer): Rename all "resize-window" prefixed
16182 calls to use the "window-resize" prefix convention.
16183 (display-buffer-alist): Fix symbol for label specifier.
16184 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
16185 corresponding specifier.
16186 Reported by Juanma Barranquero <lekktu@gmail.com>.
16187
16188 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16189
16190 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
16191 convention.
16192 (ses-call-printer): Does not pass an empty string to formatter when the
16193 cell is empty to keep from barking printer Calc math-format-value.
16194
16195 2011-06-27 Richard Stallman <rms@gnu.org>
16196
16197 * battery.el (battery-mode-line-limit): New variable.
16198 (battery-update): Handle it.
16199
16200 * mail/rmailmm.el (rmail-mime-process-multipart):
16201 Handle truncated messages.
16202
16203 2011-06-27 Glenn Morris <rgm@gnu.org>
16204
16205 * progmodes/flymake.el (flymake-err-line-patterns):
16206 Allow for column numbers in the ant/javac pattern. (Bug#8866)
16207
16208 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16209
16210 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
16211 (ses--clean-!, ses--clean-_): New functions.
16212 (ses-range): Add configurability of readout order, and conversion
16213 to Calc vector.
16214
16215 * ses.el (ses-repair-cell-reference-all): New function.
16216 (ses-cell-symbol): Set macro as safe, so that it can be used in
16217 formulas.
16218
16219 * ses.el: Update cycle detection algorithm.
16220 (ses-localvars): Add ses--Dijkstra-attempt-nb and
16221 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
16222 (ses-set-localvars): New function.
16223 (ses-make-cell): Add property-list as a cell element.
16224 (ses-cell-property-get-fun, ses-cell-property-get)
16225 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
16226 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
16227 New functions.
16228 (ses-cell-property-set, ses-cell-property-pop)
16229 (ses-cell-property-get-handle): New macro.
16230 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
16231 New aliases, used for code readability.
16232 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
16233 cycle detection.
16234 (ses-self-reference-early-detection): New defcustom.
16235 (ses-formula-references): Robustify against self-referring cells.
16236 (ses-mode): Use ses-set-localvars.
16237 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
16238 before lauching the update processing.
16239 (ses-initialize-Dijkstra-attempt): New function.
16240 (ses-recalculate-cell): Update for cycle detection based on
16241 Dijkstra algorithm.
16242
16243 * ses.el: Fix commenting and indenting convention.
16244
16245 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16246
16247 * bs.el (bs-cycle-next): Complete last change.
16248
16249 2011-06-27 Drew Adams <drew.adams@oracle.com>
16250
16251 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
16252
16253 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16254
16255 * net/network-stream.el (network-stream-open-starttls):
16256 Don't re-get capabilities unless we've reestablished connection.
16257 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
16258
16259 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
16260 to binary to possibly avoid line encoding issues on Windows (among
16261 other things).
16262
16263 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16264
16265 * net/network-stream.el (open-network-stream): Return an :error
16266 saying what the problem was, if possible.
16267
16268 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
16269 server.
16270
16271 * net/network-stream.el (network-stream-open-starttls): If we
16272 wanted to use STARTTLS, and the server offered it, but we weren't
16273 able to because we had no STARTTLS support, then close the connection.
16274 (open-network-stream): Return an :error element, if present.
16275
16276 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
16277
16278 * hl-line.el (hl-line-sticky-flag): Doc fix.
16279 (global-hl-line-sticky-flag): New option (Bug#8323).
16280 (global-hl-line-highlight): Obey it.
16281
16282 * vc/vc.el (vc-revert-show-diff): Default to t.
16283
16284 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
16285
16286 * allout-widgets.el (allout-widgets-post-command-business):
16287 Stop decorating intermediate isearch matches. They're not being
16288 undecorated when an isearch is continued past, and isearch
16289 automatically collapses them. This leads to "widget leaks", where
16290 decorated items accumulate in collapsed areas. Lines with lots of
16291 hidden widgets can slow down cursor travel, substantially.
16292 Too much complicated machinery would be needed to ensure undecoration,
16293 so we're doing without this nicety.
16294
16295 (allout-widgets-tally-string): Don't try to do a hash-table-count
16296 of allout-widgets-tally when it's nil. This eliminates spurious "Error
16297 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
16298 *Messages* when allout-widgets-maintain-tally is t.
16299
16300 2011-06-26 Martin Rudalics <rudalics@gmx.at>
16301
16302 * window.el (display-buffer-normalize-argument): Rename to
16303 display-buffer-normalize-arguments. Handle special meaning of
16304 LABEL argument. Respect special-display-function when popping up
16305 a new frame. Fix code searching for a window showing the buffer
16306 on another frame.
16307 (display-buffer-normalize-specifiers):
16308 Call display-buffer-normalize-arguments.
16309 (display-buffer-in-window): Don't undedicate the window if its
16310 buffer remains the same.
16311 Reported by Drew Adams <drew.adams@oracle.com>.
16312 (display-buffer-alist): Add choice for same-window macro
16313 specfier.
16314 (display-buffer): Mention special meaning of LABEL argument in
16315 doc-string. Fix quoting. Don't pop up a new frame even as
16316 fallback.
16317
16318 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
16319
16320 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
16321 avoid deleting the current window in some cases (bug#8911).
16322
16323 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
16324
16325 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
16326 (Bug#8934)
16327
16328 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16329
16330 * net/network-stream.el (network-stream-open-starttls):
16331 Use built-in TLS support if `gnutls-available-p' is true.
16332 (network-stream-open-tls): Ditto.
16333
16334 2011-06-26 Leo Liu <sdl.web@gmail.com>
16335
16336 * register.el (registerv): New struct.
16337 (registerv-make): New function.
16338 (jump-to-register, describe-register-1, insert-register):
16339 Support the jump-func, print-func and insert-func slot of a registerv
16340 struct. (Bug#8415)
16341
16342 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
16343
16344 * vc/vc.el (vc-revert-show-diff): New defcustom.
16345 (vc-diff-internal): New arg specifying diff buffer.
16346 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
16347 reuse an existing *vc-diff* buffer (Bug#8927).
16348
16349 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
16350
16351 2011-06-26 Glenn Morris <rgm@gnu.org>
16352
16353 * progmodes/f90.el (f90-critical-indent): New option.
16354 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
16355 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
16356 (f90-mode): Doc fix.
16357 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
16358 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
16359 (f90-beginning-of-block, f90-next-block, f90-indent-region)
16360 (f90-match-end): Handle block, critical.
16361
16362 2011-06-25 Glenn Morris <rgm@gnu.org>
16363
16364 * calendar/diary-lib.el (diary-included-files): Doc fix.
16365 (diary-include-files): New function, extracted from
16366 diary-include-other-diary-files and diary-mark-included-diary-files.
16367 (diary-include-other-diary-files, diary-mark-included-diary-files):
16368 Just call diary-include-files.
16369 (diary-mark-entries): Reset diary-included-files on first call.
16370
16371 * calendar/diary-lib.el (diary-mark-entries)
16372 (diary-mark-included-diary-files):
16373 Visit included diary-files in temp buffers.
16374
16375 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
16376 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
16377 (f90-start-block-re, f90-imenu-generic-expression)
16378 (f90-looking-at-program-block-start, f90-no-block-limit):
16379 Add support for submodules.
16380
16381 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16382 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
16383
16384 2011-06-25 Eli Zaretskii <eliz@gnu.org>
16385
16386 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
16387 buffer-file-type before setting its value, to avoid disastrous
16388 global effects on decoding files for DOS/Windows systems. (Bug#8780)
16389
16390 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
16391
16392 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
16393
16394 * ses.el (ses-unload-function):
16395 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
16396
16397 * proced.el (proced-unload-function):
16398 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
16399
16400 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
16401
16402 * server.el (server-create-window-system-frame): Add parameters arg.
16403 (server-process-filter): Doc fix. Handle frame-parameters.
16404
16405 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
16406
16407 Fix bug#8730, bug#8781.
16408
16409 * loadhist.el (unload--set-major-mode): New function.
16410 (unload-feature): Use it.
16411
16412 * progmodes/python.el (python-after-info-look): Add autoload cookie.
16413 (python-unload-function): New function.
16414
16415 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16416
16417 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
16418
16419 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
16420
16421 * net/browse-url.el (browse-url-firefox-program): Add icecat to
16422 the candidates list.
16423
16424 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
16425
16426 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
16427
16428 2011-06-23 Richard Stallman <rms@gnu.org>
16429
16430 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
16431 (rmail-variables): Set next-error-move-function.
16432 (rmail-what-message): Take argument POS.
16433 (rmail-next-error-move): New function.
16434
16435 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
16436
16437 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
16438 messages for adjacent non-terminals.
16439
16440 2011-06-23 Richard Stallman <rms@gnu.org>
16441
16442 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
16443 (rmail-show-message-1): Preserve buffer modified flag.
16444 (rmail-start-mail): Don't specify use of rmail-mail-return;
16445 that's done by mail-bury now.
16446 (rmail-mail-return): Handle arg NEWBUF.
16447
16448 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
16449
16450 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
16451 SIZE is a number.
16452
16453 2011-06-23 Martin Rudalics <rudalics@gmx.at>
16454
16455 * window.el (get-lru-window, get-mru-window)
16456 (get-largest-window): Never return a minibuffer window.
16457 (display-buffer-pop-up-window): Fix a bug that could lead to
16458 reusing the minibuffer window.
16459 (display-buffer): Pass original specifier argument to
16460 display-buffer-function instead of the normalized one.
16461 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16462
16463 2011-06-22 Leo Liu <sdl.web@gmail.com>
16464
16465 * minibuffer.el (completing-read-function)
16466 (completing-read-default): Move from minibuf.c.
16467
16468 2011-06-22 Richard Stallman <rms@gnu.org>
16469
16470 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
16471 to Rmail even if not started by a special Rmail command.
16472
16473 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
16474 Copy the buffer currently showing just one message.
16475
16476 2011-06-22 Roland Winkler <winkler@gnu.org>
16477
16478 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
16479 (bibtex-clean-entry): First delete the old key so that a
16480 customized algorithm for generating the new key does not get
16481 confused by the old key.
16482 (bibtex-url): Obey regexp of first step.
16483 (bibtex-search-entries): Do not use add-to-list with local
16484 list-var.
16485
16486 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16487
16488 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
16489 stored a user name, then query for the password first, instead of
16490 waiting for SMTP to give an error message and the trying again.
16491
16492 2011-06-22 Lawrence Mitchell <wence@gmx.li>
16493
16494 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
16495 BUFFER in call-process.
16496
16497 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16498
16499 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
16500 QUIT twice.
16501 (smtpmail-try-auth-methods): Require user name and password from
16502 auth-source.
16503
16504 2011-06-22 Martin Rudalics <rudalics@gmx.at>
16505
16506 * window.el (display-buffer-default-specifiers)
16507 (display-buffer-alist): Remove entries for pop-up-frame-alist.
16508 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
16509 (split-window): Normalize SIDE argument (Bug#8916).
16510
16511 * frame.el (pop-up-frame-alist, pop-up-frame-function)
16512 (special-display-frame-alist, special-display-popup-frame):
16513 Remove duplicate declarations. These are now in window.el.
16514
16515 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16516
16517 * mail/smtpmail.el (smtpmail-via-smtp):
16518 Set :use-starttls-if-possible so that we always use STARTTLS if the
16519 server supports it. SMTP servers that support STARTTLS commonly
16520 require it.
16521
16522 * net/network-stream.el (network-stream-open-starttls): Support
16523 upgrading to STARTTLS always, even if we don't have built-in support.
16524 (open-network-stream): Add the :always-query-capabilities keyword.
16525
16526 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
16527 upgrades with `open-network-stream', and rely solely on
16528 auth-source for all credentials. Big changes throughout the file,
16529 but in particular:
16530 (smtpmail-auth-credentials): Remove.
16531 (smtpmail-starttls-credentials): Remove.
16532 (smtpmail-via-smtp): Check for servers saying they want AUTH after
16533 MAIL FROM, too.
16534
16535 * net/network-stream.el (network-stream-open-starttls):
16536 Provide support for client certificates both for external and built-in
16537 STARTTLS.
16538 (auth-source): Require.
16539 (open-network-stream): Document the :client-certificate keyword.
16540 (network-stream-certificate): Change cert-cert to cert and
16541 cert-key to key.
16542
16543 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
16544
16545 * net/tramp-cache.el (top): Don't load the persistency file when
16546 "emacs -Q" has been called.
16547
16548 2011-06-21 Tim Harper <timcharper@gmail.com>
16549
16550 * term/ns-win.el (ns-initialize-window-system):
16551 Set application-specific `ApplePressAndHoldEnabled' system
16552 resource to NO as it is not yet supported by the NS port.
16553
16554 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
16555
16556 * misc.el (list-dynamic-libraries--refresh): Compute header here...
16557 (list-dynamic-libraries): ...not here.
16558
16559 2011-06-21 Leo Liu <sdl.web@gmail.com>
16560
16561 * subr.el (sha1): Implement sha1 using secure-hash.
16562
16563 2011-06-21 Martin Rudalics <rudalics@gmx.at>
16564
16565 * window.el (display-buffer-alist): In default value do not
16566 enforce searching a window on any but the selected frame.
16567 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16568 (display-buffer-select-window): Remove function.
16569 (display-buffer-in-window): When a window on another frame gets
16570 reused, do not select it any more but just raise its frame if
16571 necessary (Bug#8851) and (Bug#8856).
16572 (display-buffer-normalize-options): Handle pop-up-frames related
16573 options more faithfully.
16574 (pop-to-buffer): Don't rely on `display-buffer' selecting the
16575 window if it is on another frame.
16576 (display-buffer-alist, display-buffer-default-specifiers):
16577 Don't make new frame unsplittable by default.
16578 (display-buffer-normalize-argument): Fix doc-string typo and use
16579 'same-frame-other-window instead of 'other-window when associating
16580 with display-buffer-macro-specifiers.
16581
16582 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
16583
16584 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
16585 New functions.
16586 (5x5-mode-map, 5x5-mode-menu): Bind them.
16587 (5x5-draw-grid): Tweak the solver's rendering.
16588
16589 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16590
16591 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
16592 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
16593
16594 2011-06-21 Drew Adams <drew.adams@oracle.com>
16595
16596 * menu-bar.el: Use function variable instead of switch-to-buffer.
16597 (menu-bar-select-buffer-function): New variable.
16598 (menu-bar-update-buffers): Use it (bug#8876).
16599
16600 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16601
16602 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
16603 variable's status.
16604
16605 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
16606
16607 * x-dnd.el (x-dnd-version-from-flags)
16608 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
16609 and long as number (Bug#8899).
16610 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
16611
16612 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16613
16614 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
16615 (completion-try-completion, completion-all-completions): Compute the
16616 metadata argument if it's missing; make it optional (bug#8795).
16617
16618 * wid-edit.el: Use lex-bind and move towards completion-at-point.
16619 (widget-complete): Use new :completion-function property.
16620 (widget-completions-at-point): New function.
16621 (default): Use :completion-function instead of :complete.
16622 (widget-default-completions): Rename from widget-default-complete;
16623 Rewrite.
16624 (widget-string-complete, widget-file-complete, widget-color-complete):
16625 Remove functions.
16626 (file, symbol, function, variable, coding-system, color):
16627 * international/mule-cmds.el (default-input-method, charset)
16628 (language-info-custom-alist):
16629 * cus-edit.el (face): Use new property :completions.
16630
16631 * progmodes/pascal.el (pascal-completions-at-point): New function.
16632 (pascal-mode): Use it.
16633 (pascal-mode-map): Use completion-at-point.
16634 (pascal-toggle-completions): Make obsolete.
16635 (pascal-complete-word, pascal-show-completions):
16636 * progmodes/octave-mod.el (octave-complete-symbol):
16637 Redefine as obsolete alias.
16638 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
16639 Signal absence of completion info for old Octave,
16640 (inferior-octave-complete): Redefine as obsolete alias.
16641 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
16642 (meta-completions-at-point): Rename from meta-complete-symbol and
16643 adapt it for use on completion-at-point-functions.
16644 (meta-common-mode): Use it.
16645 (meta-looking-at-backward, meta-match-buffer): Remove.
16646 (meta-complete-symbol): Redefine as obsolete alias.
16647 (meta-common-mode-map): Use completion-at-point.
16648 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
16649 (makefile-mode-map): Use completion-at-point.
16650 (makefile-completions-at-point): Rename from makefile-complete and
16651 adapt it for use on completion-at-point-functions.
16652 (makefile-mode): Use it.
16653 (makefile-complete): Redefine as obsolete alias.
16654
16655 2011-06-20 Deniz Dogan <deniz@dogan.se>
16656
16657 * net/rcirc.el: Delete trailing whitespaces once and for all.
16658
16659 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
16660
16661 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
16662
16663 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
16664
16665 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
16666
16667 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
16668
16669 2011-06-19 Martin Rudalics <rudalics@gmx.at>
16670
16671 * window.el (display-buffer-other-window-means-other-frame):
16672 Call display-buffer-normalize-alist.
16673 (display-buffer-normalize-specifiers-1): Rename to
16674 display-buffer-normalize-argument. New argument other-frame.
16675 Rewrite.
16676 (display-buffer-normalize-specifiers-2): Rename to
16677 display-buffer-normalize-options.
16678 (display-buffer-normalize-alist-1): New function.
16679 (display-buffer-normalize-specifiers-3): Rename to
16680 display-buffer-normalize-alist.
16681 Call display-buffer-normalize-alist-1.
16682 (display-buffer-normalize-options-inhibit): New variable.
16683 (display-buffer-normalize-specifiers): Rewrite calling
16684 display-buffer-normalize-alist,
16685 display-buffer-normalize-argument, and
16686 display-buffer-normalize-options. Don't call the latter if
16687 display-buffer-normalize-options-inhibit is non-nil.
16688 (frame-auto-delete): New option.
16689 (window-deletable-p): Use frame-auto-delete.
16690 (window-list-no-nils, window-state-ignored-parameters)
16691 (window-state-get-1, window-state-get, window-state-put-list)
16692 (window-state-put-1, window-state-put-2, window-state-put):
16693 New functions.
16694 (display-buffer-normalize-options): Move special-display-p group
16695 after pop-up-frame group (Bug#8851) and (Bug#8856).
16696
16697 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
16698
16699 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
16700 groups (Bug#8776).
16701 (rx-submatch-n): New function.
16702 (rx): Document it.
16703
16704 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
16705 (Bug#8768).
16706
16707 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
16708
16709 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
16710
16711 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
16712 anytime existing face settings are present (Bug#8889).
16713
16714 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
16715 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
16716 Remove unused argument.
16717
16718 2011-06-18 Martin Rudalics <rudalics@gmx.at>
16719
16720 * window.el (display-buffer-default-specifiers):
16721 Remove pop-up-frame. Add pop-up-window-min-height,
16722 pop-up-window-min-width, and another reuse-window specifier
16723 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
16724 (display-buffer-normalize-specifiers-2):
16725 Handle split-height-threshold and split-width-threshold also when
16726 pop-up-windows is unset. Add a reuse-window specifier for the
16727 case popping up a new window fails.
16728 (special-display-popup-frame): Remove double quoting.
16729 (display-buffer-normalize-specifiers-1): Fix thinko.
16730
16731 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
16732
16733 * shell.el (shell-completion-vars): Set pcomplete-termination-string
16734 according to comint-completion-addsuffix.
16735
16736 * pcomplete.el: Convert to lexical binding and fix bug#8819.
16737 (pcomplete-suffix-list): Mark as obsolete.
16738 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
16739 pcomplete-seen in the closure.
16740 (pcomplete-comint-setup): Setup completion-at-point as well.
16741 (pcomplete--entries): New function.
16742 (pcomplete--env-regexp): New var.
16743 (pcomplete-entries): Rewrite to work with partial-completion and
16744 without relying on pcomplete-suffix-list.
16745 (pcomplete-pare-list): Remove, unused.
16746
16747 2011-06-17 Martin Rudalics <rudalics@gmx.at>
16748
16749 * window.el (display-buffer-alist): Set pop-up-window-min-height
16750 and pop-up-window-min-width in default value. Reported by
16751 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
16752 other-window-means-other-frame.
16753 (display-buffer-macro-specifiers): Comment out entry for
16754 other-window specifier.
16755 (display-buffer-other-window-means-other-frame): New function.
16756 (display-buffer-normalize-specifiers-1): New arguments
16757 buffer-name and label. Treat other-window case specially.
16758 (display-buffer-normalize-specifiers-2): Treat other-window case
16759 specially.
16760 (display-buffer-normalize-specifiers-3): New function.
16761 (display-buffer-normalize-specifiers):
16762 Call display-buffer-normalize-specifiers-3.
16763
16764 2011-06-17 Martin Rudalics <rudalics@gmx.at>
16765
16766 * window.el (same-window-p): Fix two typos introduced when
16767 adding with-no-warnings.
16768 (display-buffer-normalize-specifiers-1): Don't check
16769 pop-up-frames for 'unset initialization.
16770 (display-buffer-normalize-specifiers-2): Major rewrite using
16771 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
16772 (pop-up-frames, display-buffer-reuse-frames)
16773 (display-buffer-mark-dedicated): Don't initialize to 'unset.
16774 Suggested by David Engster <deng@randomsample.de>.
16775 (even-window-heights): Initialize to 'unset.
16776 (display-buffer-alist-set): Handle new 'unset initializations.
16777 (display-buffer-macro-specifiers): Don't pop up a new frame in the
16778 other window case.
16779
16780 2011-06-16 Martin Rudalics <rudalics@gmx.at>
16781
16782 * window.el (display-buffer-normalize-specifiers-1):
16783 Respect current value of pop-up-frames for most reasonable values of
16784 second argument of display-buffer (Bug#8865).
16785 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
16786 (switch-to-buffer-other-window-same-frame)
16787 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
16788 Adams (Bug#8875).
16789 (display-buffer): Don't check noninteractive when calling
16790 display-buffer-pop-up-frame.
16791 (display-buffer-pop-up-frame): Never pop up a frame in
16792 noninteractive mode (Bug#8857).
16793 (enlarge-window, shrink-window): Don't report an error when the
16794 window can't be resized as requested (Bug#8862).
16795
16796 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16797
16798 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
16799
16800 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
16801
16802 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
16803
16804 2011-06-15 Alan Mackenzie <acm@muc.de>
16805
16806 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
16807 for declarators, disable knr checking to speed up for normal files.
16808 2: Refactor, replacing a sequence of nested if forms by a cond form.
16809
16810 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16811
16812 * net/network-stream.el (open-network-stream): Add the keyword
16813 :always-query-capabilities for the case where you want to force a
16814 `plain' network connection, but the protocol still requires the
16815 capabilitiy command (i.e., SMTP and EHLO).
16816
16817 * subr.el (process-live-p): Rename from `process-alive-p' for
16818 consistency with other `-live-p' functions.
16819
16820 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16821
16822 * window.el (same-window-buffer-names, same-window-regexps)
16823 (special-display-frame-alist, special-display-popup-frame)
16824 (special-display-function, special-display-buffer-names)
16825 (special-display-regexps, pop-up-frame-alist)
16826 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
16827 (pop-up-windows, split-window-preferred-function)
16828 (split-height-threshold, split-width-threshold, even-window-heights)
16829 (display-buffer-mark-dedicated): Don't encourage the use of
16830 display-buffer-alist from Elisp code.
16831
16832 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
16833
16834 * progmodes/python.el (python-mode): Derive from prog-mode.
16835 * progmodes/ps-mode.el (ps-mode):
16836 * progmodes/mixal-mode.el (mixal-mode):
16837 * progmodes/cfengine.el (cfengine-mode):
16838 * progmodes/ld-script.el (ld-script-mode): Likewise.
16839
16840 2011-06-15 Martin Rudalics <rudalics@gmx.at>
16841
16842 * window.el (display-buffer-alist): Trim default value to avoid
16843 popping up a new frame (Bug#8857) or reusing an arbitrary window
16844 on another frame.
16845 (display-buffer): Do not fall back on popping up a new frame in
16846 batch mode (Bug#8857).
16847
16848 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
16849
16850 * cus-theme.el (describe-theme-1): Use custom-theme-p.
16851 (custom-theme-summary): New function.
16852 (customize-themes): Use it.
16853
16854 2011-06-13 Glenn Morris <rgm@gnu.org>
16855
16856 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
16857
16858 2011-06-13 Martin Rudalics <rudalics@gmx.at>
16859
16860 * help.el (help-window): Remove variable.
16861 (help-window-point-marker, temp-buffer-max-height)
16862 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
16863 (help-print-return-message): Don't set help-window.
16864 (resize-temp-buffer-window): Rewrite cod eand doc-string.
16865 (help-window-setup-finish): Remove.
16866 (help-window-display-message, help-window-setup)
16867 (with-help-window): Major rewrite based on new
16868 display-buffer-window variable.
16869
16870 * help-mode.el (help-mode-finish): Remove help-window related
16871 code.
16872
16873 * view.el (view-exits-all-viewing-windows): Remove reference to
16874 view-return-to-alist in doc-string.
16875 (view-return-to-alist): Make obsolete.
16876 (view-buffer): Call pop-to-buffer-same-window and remove
16877 undo-window code.
16878 (view-buffer-other-window): Call pop-to-buffer-other-window and
16879 simplify code. Ignore second argument.
16880 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
16881 simplify code. Ignore second argument.
16882 (view-return-to-alist-update): Make obsolete.
16883 (view-mode-enter): Rename second argument to QUIT-RESTORE.
16884 Rewrite using quit-restore window parameters.
16885 (view-mode-exit): Rename second argument to EXIT-ONLY.
16886 Rewrite using quit-restore-window.
16887 (View-exit, View-exit-and-edit, View-leave, View-quit)
16888 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
16889 appropriate arguments.
16890 (view-end-message): Use quit-restore window parameter.
16891
16892 * window.el (display-buffer-function): Rewrite doc-string.
16893 (display-buffer-window, display-buffer-alist): New variables.
16894 (display-buffer-split-specifiers)
16895 (display-buffer-side-specifiers)
16896 (display-buffer-macro-specifiers): New constants.
16897 (display-buffer-even-window-sizes, display-buffer-set-height)
16898 (display-buffer-set-width, display-buffer-select-window)
16899 (display-buffer-in-window, display-buffer-reuse-window)
16900 (display-buffer-split-window-1, display-buffer-split-window)
16901 (display-buffer-split-atom-window, display-buffer-pop-up-window)
16902 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
16903 (display-buffer-in-side-window, normalize-buffer-to-display)
16904 (display-buffer-normalize-specifiers-1)
16905 (display-buffer-normalize-specifiers-2)
16906 (display-buffer-normalize-specifiers, display-buffer-frame):
16907 New functions.
16908 (display-buffer): Major rewrite.
16909 (display-buffer-other-window, display-buffer-other-frame)
16910 (pop-to-buffer, switch-to-buffer-other-window)
16911 (switch-to-buffer-other-frame): Rewrite.
16912 (display-buffer-same-window, display-buffer-same-frame)
16913 (display-buffer-same-frame-other-window)
16914 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
16915 (pop-to-buffer-other-window)
16916 (pop-to-buffer-same-frame-other-window)
16917 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
16918 (switch-to-buffer-other-window-same-frame): New functions.
16919 (same-window-p, special-display-p): Rewrite disabling warnings.
16920 Make obsolete.
16921 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16922 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
16923 Make obsolete
16924 (same-window-buffer-names, same-window-regexps)
16925 (special-display-frame-alist, special-display-popup-frame)
16926 (special-display-function, special-display-buffer-names)
16927 (special-display-regexps, pop-up-frame-alist)
16928 (pop-up-frame-function, split-window-preferred-function)
16929 (split-height-threshold, split-width-threshold)
16930 (even-window-heights): Make obsolete.
16931
16932 2011-06-12 Glenn Morris <rgm@gnu.org>
16933
16934 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
16935 Misc simplifications.
16936
16937 2011-06-12 Martin Rudalics <rudalics@gmx.at>
16938
16939 * window.el (window-safely-shrinkable-p): Restore function which
16940 was inadvertently removed in change from 2011-06-11. Declare as
16941 obsolete.
16942
16943 * calendar/calendar.el (calendar-generate-window):
16944 Use window-iso-combined-p instead of combination of one-window-p and
16945 window-safely-shrinkable-p.
16946
16947 2011-06-12 Glenn Morris <rgm@gnu.org>
16948
16949 * progmodes/fortran.el (fortran-mode-syntax-table):
16950 * progmodes/f90.el (f90-mode-syntax-table):
16951 Set % to punctuation. (Bug#8820)
16952 (f90-find-tag-default): Remove, no longer needed.
16953
16954 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
16955
16956 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
16957
16958 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
16959
16960 * image.el (image-animated-p): Return animation delay in seconds.
16961 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
16962 (image-animate-timeout): Remove DELAY argument. Don't assume
16963 every subimage has the same delay; get it from image-animated-p.
16964 (image-animate): Caller changed.
16965
16966 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
16967
16968 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
16969 to ignored backtrace functions.
16970
16971 2011-06-11 Glenn Morris <rgm@gnu.org>
16972
16973 * calendar/appt.el (appt-disp-window-function): Doc fix.
16974 (appt-check): Handle overlapping appointments. (Bug#8337)
16975
16976 2011-06-11 Martin Rudalics <rudalics@gmx.at>
16977
16978 * window.el (window-tree-1, window-tree): New functions, moving
16979 the latter to window.el.
16980 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
16981 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
16982 (bw-refresh-edges): Remove.
16983 (balance-windows-1, balance-windows-2): New functions.
16984 (balance-windows): Rewrite in terms of window tree functions,
16985 balance-windows-1 and balance-windows-2.
16986 (bw-adjust-window): Remove.
16987 (balance-windows-area-adjust): New function with functionality of
16988 bw-adjust-window but using resize-window.
16989 (set-window-text-height): Rewrite doc-string.
16990 Use normalize-live-window and resize-window.
16991 (enlarge-window-horizontally, shrink-window-horizontally):
16992 Rename argument to DELTA.
16993 (window-buffer-height): New function.
16994 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
16995 Rewrite using new window resize routines.
16996 (kill-buffer-and-window, mouse-autoselect-window-select):
16997 Use ignore-errors instead of condition-case.
16998 (quit-window): Call delete-frame instead of delete-windows-on
16999 for the only buffer on frame.
17000
17001 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17002
17003 * loadup.el (top-level): Load window before files for the sake
17004 of replace-buffer-in-windows.
17005
17006 * files.el (read-buffer-to-switch)
17007 (switch-to-buffer-other-window)
17008 (switch-to-buffer-other-frame, display-buffer-other-frame):
17009 Move to window.el.
17010
17011 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17012 (previous-buffer): Move to window.el.
17013
17014 * bindings.el (unbury-buffer): Move to window.el.
17015
17016 * window.el (delete-other-windows-vertically): Move after
17017 definition of delete-other-windows.
17018 (other-window, delete-windows-on, replace-buffer-in-windows):
17019 Move here from window.c.
17020 (record-window-buffer, unrecord-window-buffer)
17021 (set-window-buffer-start-and-point, switch-to-prev-buffer)
17022 (switch-to-next-buffer): New functions.
17023 (get-next-valid-buffer, last-buffer, next-buffer): Move here
17024 from simple.el. Call switch-to-next-buffer.
17025 (previous-buffer): Move here from simple.el.
17026 Call switch-to-prev-buffer.
17027 (bury-buffer): Move here from buffer.c. Switch to previous
17028 buffer when window cannot be deleted.
17029 (unbury-buffer): Move here from bindings.el.
17030 (ctl-x-map): Move binding for other-window from window.c to
17031 here.
17032 (read-buffer-to-switch, switch-to-buffer-other-window)
17033 (switch-to-buffer-other-frame): Move here from files.el.
17034 (normalize-buffer-to-switch-to): New functions.
17035 (switch-to-buffer): Move here from buffer.c.
17036 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
17037
17038 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17039
17040 * window.el (window-min-height, window-min-width): Move here
17041 from window.c. Add defcustoms and rewrite doc-strings.
17042 (resize-mini-window, resize-window): New functions.
17043 (adjust-window-trailing-edge, enlarge-window, shrink-window):
17044 Move here from window.c.
17045 (maximize-window, minimize-window): New functions.
17046 (delete-window, delete-other-windows, split-window): Move here
17047 from window.c.
17048 (window-split-min-size): New function.
17049 (split-window-keep-point): Mention split-window-above-each-other
17050 instead of split-window-vertically.
17051 (split-window-above-each-other, split-window-vertically):
17052 Rename split-window-vertically to split-window-above-each-other
17053 and provide defalias for old definition.
17054 (split-window-side-by-side, split-window-horizontally):
17055 Rename split-window-horizontally to split-window-side-by-side
17056 and provide defalias for the old definition.
17057 (ctl-x-map): Move bindings for delete-window,
17058 delete-other-windows and enlarge-window here from window.c.
17059 Replace bindings for split-window-vertically and
17060 split-window-horizontally by bindings for
17061 split-window-above-each-other and split-window-side-by-side.
17062
17063 * cus-start.el (all): Remove entries for window-min-height and
17064 window-min-width. Add entries for window-splits and
17065 window-nest.
17066
17067 2011-06-09 Glenn Morris <rgm@gnu.org>
17068
17069 * calendar/appt.el (appt-mode-line): New function.
17070 (appt-check, appt-disp-window): Use it.
17071
17072 * files.el (hack-one-local-variable-eval-safep):
17073 Allow minor-modes with explicit +/-1 arguments.
17074
17075 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
17076
17077 * term/xterm.el (xterm): Add defgroup.
17078 (xterm-extra-capabilities): Add defcustom to supply known xterm
17079 capabilities, skip querying them, or query them (default).
17080 (terminal-init-xterm): Use it.
17081 (terminal-init-xterm-modify-other-keys): New function to set up
17082 modifyOtherKeys support to simplify `terminal-init-xterm'.
17083
17084 2011-06-09 Martin Rudalics <rudalics@gmx.at>
17085
17086 * window.el (resize-window-reset, resize-window-reset-1)
17087 (resize-subwindows-skip-p, resize-subwindows-normal)
17088 (resize-subwindows, resize-other-windows, resize-this-window)
17089 (resize-root-window, resize-root-window-vertically)
17090 (window-deletable-p, window-or-subwindow-p)
17091 (frame-root-window-p): New functions.
17092
17093 2011-06-09 Glenn Morris <rgm@gnu.org>
17094
17095 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17096 (ange-ftp-get-files): Use it.
17097
17098 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17099
17100 * mail/sendmail.el (mail-recover-1, mail-recover):
17101 * files.el (recover-file, recover-session):
17102 Handle dired-listing-switches not being just a single short option.
17103
17104 2011-06-09 Glenn Morris <rgm@gnu.org>
17105
17106 * calendar/appt.el (appt-display-message, appt-disp-window):
17107 Handle lists of appointments.
17108
17109 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17110
17111 * window.el (one-window-p): Move down in code.
17112 Rewrite doc-string.
17113 (window-current-scroll-bars): Rewrite doc-string.
17114 Normalize live window argument.
17115 (walk-windows, get-window-with-predicate, count-windows):
17116 Rewrite doc-string. Use window-list-1.
17117 (window-in-direction-2, window-in-direction, get-mru-window):
17118 New functions.
17119
17120 2011-06-08 Reuben Thomas <rrt@sc3d.org>
17121
17122 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17123 Doc fix (Bug#8713).
17124
17125 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
17126
17127 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
17128
17129 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
17130
17131 * loadhist.el (unload-feature-special-hooks):
17132 Add `comint-output-filter-functions'.
17133
17134 2011-06-08 Ivan Kanis <gnu@kanis.fr>
17135
17136 * calendar/appt.el (appt-check): Move some initializations into the let.
17137
17138 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17139
17140 * window.el (window-height): Defalias to window-total-height.
17141 (window-width): Defalias to window-body-width.
17142
17143 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
17144
17145 * image-mode.el (image-toggle-animation): New command.
17146 (image-mode-map): Bind it to RET.
17147 (image-mode): Update message.
17148 (image-toggle-display-image): Avoid a spurious cache flush.
17149 (image-transform-rotation): Doc fix.
17150 (image-transform-properties): Return quickly in the normal case.
17151 (image-animate-loop): Rename from image-animate-max-time.
17152
17153 * image.el (image-animate-max-time): Move to image-mode.el.
17154 (create-animated-image): Remove unnecessary function.
17155 (image-animate): Rename from image-animate-start. New arg.
17156 (image-animate-stop): Remove; just use image-animate-timer.
17157 (image-animate-timer): Use car-safe.
17158 (image-animate-timeout): Rename argument.
17159
17160 2011-06-07 Martin Rudalics <rudalics@gmx.at>
17161
17162 * window.el (get-lru-window, get-largest-window): Move here from
17163 window.c. Rename first argument to ALL-FRAMES.
17164 Rephrase doc-strings.
17165 (get-buffer-window-list): Rewrite using window-list-1.
17166 Rephrase doc-string.
17167 (window-safe-min-height, window-safe-min-width): New constants.
17168 (window-size-ignore, window-min-size, window-min-size-1)
17169 (window-sizable, window-sizable-p, window-size-fixed-1)
17170 (window-size-fixed-p, window-min-delta-1, window-min-delta)
17171 (window-max-delta-1, window-max-delta, window-resizable)
17172 (window-resizable-p, window-total-height, window-total-width)
17173 (window-body-width): New functions.
17174 (window-full-height-p, window-full-width-p): Rewrite using
17175 window-total-size.
17176 (window-body-height): Rewrite using window-body-size.
17177
17178 2011-06-06 Martin Rudalics <rudalics@gmx.at>
17179
17180 * window.el (window-right, window-left, window-child)
17181 (window-child-count, window-last-child, window-any-p)
17182 (normalize-live-buffer, normalize-live-frame)
17183 (normalize-any-window, normalize-live-window)
17184 (window-iso-combination-p, window-iso-combined-p)
17185 (window-iso-combinations)
17186 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
17187 (windows-with-parameter, window-with-parameter)
17188 (window-atom-root, make-window-atom, window-atom-check-1)
17189 (window-atom-check, window-side-check, window-check):
17190 New functions.
17191 (ignore-window-parameters, window-sides, window-sides-vertical)
17192 (window-sides-slots): New variables.
17193 (window-size-fixed): Move down in code. Minor doc-string fix.
17194
17195 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
17196
17197 * comint.el (comint-dynamic-complete-as-filename)
17198 (comint-dynamic-complete-filename): Correctly call
17199 completion-in-region.
17200
17201 2011-06-05 Deniz Dogan <deniz@dogan.se>
17202
17203 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
17204 in last change.
17205
17206 2011-06-05 Deniz Dogan <deniz@dogan.se>
17207
17208 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
17209 (rcirc): Use it to prompt for encryption.
17210
17211 2011-06-05 Roland Winkler <winkler@gnu.org>
17212
17213 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
17214 (bibtex-search-entries): New command bound to C-c C-a.
17215 (bibtex-display-entries): New function.
17216
17217 2011-06-05 Roland Winkler <winkler@gnu.org>
17218
17219 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
17220 (bibtex-insert-kill): After yanking insert newline if necessary.
17221 (bibtex-initialize): Call bibtex-string-files-init only once.
17222 (bibtex-mode): Do not call easy-menu-add.
17223 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
17224 (bibtex-yank): Set arg properly if nil.
17225
17226 2011-06-05 Roland Winkler <winkler@gnu.org>
17227
17228 * textmodes/bibtex.el (bibtex-search-entry-globally):
17229 New variable.
17230 (bibtex-search-entry): Use it.
17231
17232 2011-06-05 Roland Winkler <winkler@gnu.org>
17233
17234 * textmodes/bibtex.el (bibtex-entry-format): New option
17235 sort-fields.
17236 (bibtex-format-entry, bibtex-reformat): Honor this option.
17237 (bibtex-parse-entry): Return fields in proper order.
17238
17239 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
17240
17241 * doc-view.el (doc-view-remove-if): Move computation of result out
17242 of `dolist' to silence misleading lexical-binding warning.
17243
17244 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
17245
17246 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
17247 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
17248
17249 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17250
17251 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
17252 "SunOS 5.10".
17253
17254 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17255
17256 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
17257 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
17258 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
17259 (tramp-parse-putty):
17260 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
17261 (tramp-completion-function-alist-ssh)
17262 (tramp-completion-function-alist-telnet)
17263 (tramp-completion-function-alist-su)
17264 (tramp-completion-function-alist-putty): Set `tramp-autoload'
17265 cookie.
17266
17267 * net/tramp-ftp.el:
17268 * net/tramp-sh.el:
17269 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
17270 load "tramp.el" `tramp-set-completion-function'.
17271
17272 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
17273
17274 * shell.el: Require and use pcomplete.
17275 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
17276 (shell-completion-vars): Set pcomplete-default-completion-function.
17277
17278 2011-06-04 Deniz Dogan <deniz@dogan.se>
17279
17280 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
17281 `memq' (Bug#8799).
17282
17283 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17284
17285 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
17286
17287 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
17288
17289 * bs.el (bs--mark-unmark, bs--nth-wrapper):
17290 * mpc.el (mpc-select-extend, mpc-songpointer-context):
17291 * vc/log-view.el (log-view-beginning-of-defun):
17292 * vc/smerge-mode.el (smerge-apply-resolution-patch)
17293 (smerge-refine-forward, smerge-refine-chopup-region):
17294 Silence warning for unused `dotimes' counter variables.
17295
17296 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17297
17298 * net/tramp.el (tramp-with-progress-reporter): Rename from
17299 with-progress-reporter. Use `declare'.
17300 * net/tramp-smb.el:
17301 * net/tramp-sh.el:
17302 * net/tramp-gvfs.el: Update all uses.
17303
17304 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
17305
17306 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
17307 buffer isn't killed before making it current.
17308
17309 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17310
17311 Silence various byte-compiler warnings.
17312 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
17313 `access-type' and new obsolescence format.
17314 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
17315 new format.
17316 (byte-compile-check-variable): New `access-type' argument.
17317 Only warn if the access-type is obsolete.
17318 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
17319 (byte-compile-variable-set): Adjust callers.
17320 * help-fns.el (describe-variable): Adjust to new obsolescence format.
17321 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
17322 setting it as obsolete.
17323 * simple.el (minibuffer-completing-symbol):
17324 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
17325 access as obsolete.
17326 * minibuffer.el (minibuffer-completing-file-name): Don't make it
17327 obsolete yet.
17328 * international/quail.el (quail-mouse-choose-completion): Remove unused
17329 code referring to obsolete var.
17330 (quail-choose-completion-string): Remove.
17331 * server.el (server-clients-with, server-kill-buffer-query-function)
17332 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
17333 * proced.el (proced-send-signal):
17334 * emacs-lisp/lisp.el (lisp-complete-symbol):
17335 Replace completion-annotate-function with completion-extra-properties.
17336
17337 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17338
17339 * simple.el (goto-line): Use read-number.
17340 (overriding-map-is-bound): Remove.
17341 (saved-overriding-map): Change default.
17342 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
17343 Take the map as argument.
17344 (universal-argument, negative-argument, digit-argument): Use it.
17345 (restore-overriding-map): Adjust.
17346 (do-auto-fill): Use fill-forward-paragraph.
17347 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
17348
17349 * minibuffer.el (minibuffer-inactive-mode-map): New var.
17350 (minibuffer-inactive-mode): New major mode.
17351 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
17352 the *Messages* buffer" hack.
17353 (mouse-popup-menubar): Don't burp if the event is a normal key.
17354
17355 Miscellaneous tweaks.
17356 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
17357 lexical scoping as in subr.el's dolist and dotimes.
17358 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
17359 Silence compiler warning.
17360 * thingatpt.el (forward-whitespace): Trivial coding style fix.
17361 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
17362 * international/ccl.el (ccl-compile): Trivial simplification.
17363 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
17364 * emacs-lisp/testcover.el (testcover-end): Remove spurious
17365 `printflag' argument.
17366 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17367 Purecopy the whole obsolescence data.
17368
17369 2011-06-01 Leo Liu <sdl.web@gmail.com>
17370
17371 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
17372 improve doc-string as suggested by Marco Pessotto
17373 <melmothx@gmail.com>.
17374 (rcirc-print): Fix last change.
17375
17376 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17377
17378 * minibuffer.el (complete-with-action): Return nil for the metadata and
17379 boundaries of non-functional tables.
17380 (completion-table-dynamic): Return nil for the metadata.
17381 (completion-table-with-terminator): Add default case, using
17382 complete-with-action.
17383 (completion--metadata): New function.
17384 (completion-all-sorted-completions, minibuffer-completion-help): Use it
17385 to try and avoid pathological performance problems.
17386 (completion--embedded-envvar-table): Return `category' metadata.
17387
17388 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
17389
17390 * subr.el (process-alive-p): New tiny convenience function.
17391
17392 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17393
17394 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
17395 content but also its previous major mode.
17396
17397 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
17398
17399 * emacs-lisp/debug.el (debug): Restore the previous content of the
17400 *Backtrace* buffer when we exit with C-M-c.
17401
17402 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17403
17404 * minibuffer.el: Add metadata method to completion tables.
17405 (completion-category-overrides): New defcustom.
17406 (completion-metadata, completion--field-metadata)
17407 (completion-metadata-get, completion--styles)
17408 (completion--cycle-threshold): New functions.
17409 (completion-try-completion, completion-all-completions):
17410 Add `metadata' argument to choose completion-styles.
17411 (completion--do-completion): Use metadata to choose cycling.
17412 (completion-all-sorted-completions): Use metadata for sorting.
17413 Remove :completion-cycle-penalty which is not needed any more.
17414 (completion--try-word-completion): Add `metadata' argument.
17415 (minibuffer-completion-help): Check metadata for annotation function
17416 and sorting.
17417 (completion-file-name-table): Return `category' metadata.
17418 (minibuffer-completing-file-name): Make obsolete.
17419 * simple.el (minibuffer-completing-symbol): Make obsolete.
17420 * icomplete.el (icomplete-completions): Pass new `metadata' param to
17421 completion-try-completion.
17422
17423 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17424
17425 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
17426
17427 2011-05-30 Leo Liu <sdl.web@gmail.com>
17428
17429 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
17430 (rcirc-print): Decode all incoming messages (bug#8744).
17431 (rcirc-decode-coding-system): Allow value nil for automatic coding
17432 system detection.
17433
17434 2011-06-01 Glenn Morris <rgm@gnu.org>
17435
17436 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
17437
17438 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17439
17440 * image.el (image-animate-max-time): Allow nil and t values.
17441 Default to nil.
17442 (create-animated-image): Doc fix.
17443 (image-animate-start): Remove second arg; just use
17444 image-animate-max-time.
17445 (image-animate-timeout): Doc fix. Args changed.
17446
17447 * image-mode.el (image-toggle-display-image): Ensure that the
17448 image spec passed to the animate timer is the same object as in
17449 the buffer's display property (Bug#6981).
17450 (image-transform-properties): Doc fix.
17451
17452 * image.el (image-animate-max-time): Default to nil.
17453
17454 2011-05-29 Martin Rudalics <rudalics@gmx.at>
17455
17456 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
17457 entire buffer list (Bug#8184).
17458
17459 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17460
17461 * image.el (imagemagick-types-inhibit)
17462 (imagemagick-register-types): Doc fix.
17463
17464 2011-05-29 Deniz Dogan <deniz@dogan.se>
17465
17466 * net/rcirc.el (rcirc): Use the user's stored encryption method by
17467 default.
17468
17469 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17470
17471 * select.el: Don't perform clipboard-manager saving in hooks;
17472 leave the hooks empty.
17473
17474 2011-05-28 Leo Liu <sdl.web@gmail.com>
17475
17476 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
17477 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
17478 (occur-edit-mode): New major mode (Bug#8463).
17479 (occur-after-change-function): New function.
17480 (occur-engine): Give Occur tags a read-only property.
17481
17482 2011-05-28 Kevin Ryde <user42@zip.com.au>
17483
17484 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
17485
17486 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17487
17488 * bindings.el (help-echo): Make the initial non-indicator dash
17489 empty on graphical terminals (Bug#7295).
17490
17491 * files.el (auto-mode-alist): Move config rule after the
17492 in-stripping one (Bug#8547).
17493
17494 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
17495
17496 * startup.el (normal-splash-screen): Remove gratuitous mode-line
17497 setting (Bug#8740).
17498
17499 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
17500
17501 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
17502 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
17503 (Bug#8539).
17504
17505 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17506
17507 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
17508
17509 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
17510
17511 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
17512 (hs-hide-block-at-point, hs-find-block-beginning)
17513 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
17514 (Bug#8279).
17515
17516 2011-05-28 Glenn Morris <rgm@gnu.org>
17517
17518 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
17519
17520 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17521
17522 * help-fns.el (describe-function-1): If the function is a derived
17523 major mode, print the parent mode.
17524
17525 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
17526 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
17527
17528 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17529
17530 * minibuffer.el (completion--capf-wrapper): Check applicability before
17531 returning non-nil for non-exclusive completion data.
17532 * progmodes/etags.el (tags-completion-at-point-function):
17533 * info-look.el (info-lookup-completions-at-point): Mark as
17534 non-exclusive.
17535 (info-complete): Adjust accordingly.
17536
17537 * info-look.el: Convert to lexical-binding and completion-at-point.
17538 (info-lookup-completions-at-point): New function.
17539 (info-complete): Use it and completion-in-region.
17540
17541 2011-05-28 Drew Adams <drew.adams@oracle.com>
17542
17543 * isearch.el: Let M-e start with point at the first mismatched char.
17544 (isearch-fail-pos): New function.
17545 (isearch-edit-string): Use it.
17546
17547 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17548
17549 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17550
17551 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
17552
17553 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
17554 traversal functions for avl-trees.
17555 (avl-tree--stack): New struct.
17556 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
17557 (avl-tree-enter): Add optional `updatefun' arg.
17558 (avl-tree--do-enter): Add optional `updatefun' arg.
17559 Change return value.
17560 (avl-tree-delete): Add optional `test' and `nilflag' args.
17561 (avl-tree--do-delete): Add `test' and `nilflag' args.
17562 Change return value.
17563 (avl-tree-member): Add optional `nilflag'
17564 (avl-tree-member-p): New function.
17565 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
17566 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
17567 (avl-tree-stack-empty-p): New functions.
17568
17569 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
17570 avl-tree--del-balance1 and make it work both ways.
17571 (avl-tree--del-balance2): Remove.
17572 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
17573 make it work both ways.
17574 (avl-tree--enter-balance2): Remove.
17575 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
17576 New macros.
17577 (avl-tree--mapc, avl-tree-map): Add direction argument.
17578
17579 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
17580
17581 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
17582
17583 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
17584
17585 * select.el: Support clipboard managers with built-in function
17586 x-clipboard-manager-save, via delete-frame-functions and
17587 kill-emacs-hook.
17588 (xselect-convert-to-targets): Add MULTIPLE target to list.
17589 (xselect-convert-to-save-targets): New function.
17590
17591 2011-05-27 Kenichi Handa <handa@m17n.org>
17592
17593 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
17594 let-binding rfc2047-encode-encoded-words to nil.
17595
17596 2011-05-27 Glenn Morris <rgm@gnu.org>
17597
17598 * mail/emacsbug.el: Don't require url-util.
17599
17600 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
17601
17602 * files.el (set-auto-mode):
17603 Also respect mode: entries at the end of the file. (Bug#8586)
17604
17605 2011-05-26 Glenn Morris <rgm@gnu.org>
17606
17607 * files.el (hack-local-variables-prop-line, hack-local-variables):
17608 Downcase mode names, as seems to be traditional.
17609 (hack-local-variables, hack-local-variables-apply): Doc fixes.
17610
17611 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
17612 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
17613
17614 2011-05-25 Julien Danjou <julien@danjou.info>
17615
17616 * textmodes/rst.el (rst-define-level-faces): Do not define face
17617 symbol if it is already defined.
17618
17619 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
17620
17621 * play/5x5.el (5x5-new-game, 5x5-randomize):
17622 Reset 5x5-solver-output to nil when a new grid is cast.
17623 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
17624 these debugging traces, as defmacro breaks the compiled code.
17625
17626 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17627
17628 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17629
17630 2011-05-24 Leo Liu <sdl.web@gmail.com>
17631
17632 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
17633 (vc-bzr-sha1): Adapt.
17634
17635 * sha1.el: Remove. Function `sha1' is now builtin.
17636
17637 * bindings.el: Provide sha1 feature.
17638
17639 2011-05-24 Kenichi Handa <handa@m17n.org>
17640
17641 * mail/sendmail.el: Require `rfc2047'.
17642 (mail-insert-from-field): Do not perform RFC2047 encoding.
17643 (mail-encode-header): New function.
17644 (sendmail-send-it): Set buffer-file-coding-system of the work
17645 buffer to the return value of select-message-coding-system.
17646 Call mail-encode-header.
17647
17648 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
17649
17650 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
17651
17652 * mail/supercite.el (sc-default-cite-frame):
17653 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
17654
17655 2011-05-24 Glenn Morris <rgm@gnu.org>
17656
17657 * progmodes/python.el (brm-menu): Declare.
17658
17659 * emulation/viper.el (viper-set-hooks): Declare.
17660
17661 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
17662 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
17663 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
17664 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
17665 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
17666 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
17667
17668 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
17669
17670 Add an :exit-function for completion-at-point.
17671
17672 * minibuffer.el (completion--done): New fun.
17673 (completion--do-completion): Use it. New arg `expect-exact'.
17674 (minibuffer-complete, minibuffer-complete-word): Don't output message,
17675 since completion--do-completion does it for us now.
17676 (minibuffer-force-complete): Use completion--done and
17677 completion--replace. Handle sole-completion case with more care.
17678 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
17679 (completion-extra-properties): New var.
17680 (completion-annotate-function): Make obsolete.
17681 (minibuffer-completion-help): Adjust accordingly.
17682 Use completion-list-insert-choice-function.
17683 (completion-at-point, completion-help-at-point):
17684 Bind completion-extra-properties.
17685 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
17686 * simple.el (completion-list-insert-choice-function): New var.
17687 (completion-setup-function): Preserve it.
17688 (choose-completion): Pay attention to it, shuffle the code a bit.
17689 (choose-completion-string): New arg `insert-function'.
17690
17691 * textmodes/bibtex.el: Convert to lexical binding.
17692 (bibtex-mode-map): Use completion-at-point.
17693 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
17694 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
17695 (bibtex-complete): Define as obsolete alias.
17696 (bibtex-complete-internal): Remove.
17697 (bibtex-format-entry): Remove unused sub-group in regexp.
17698 * shell.el (shell--command-completion-data)
17699 (shell-environment-variable-completion):
17700 * pcomplete.el (pcomplete-completions-at-point):
17701 * comint.el (comint--complete-file-name-data): Use :exit-function
17702 instead of completion-table-with-terminator so it also works for
17703 choose-completion.
17704
17705 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
17706
17707 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
17708
17709 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
17710 (bug#8710).
17711
17712 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
17713
17714 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
17715
17716 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
17717 customization variable and implement: If non-nil, auto-fill will
17718 be inhibited while on topic's header line.
17719
17720 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
17721
17722 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
17723 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
17724 always have a solution in grid size = 5 cases.
17725 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
17726 (5x5-solver-output, 5x5-log-buffer): New vars.
17727 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
17728 Make these variables buffer local to achieve 5x5 multi-session-ness.
17729 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
17730 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
17731 (5x5-solve-suggest): New funs.
17732 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
17733 randomize a grid so that we ensure that there is always a solution.
17734 (5x5-make-random-grid): Allow other movement than flipping.
17735
17736 2011-05-23 Kevin Ryde <user42@zip.com.au>
17737
17738 * emacs-lisp/advice.el (ad-read-advised-function):
17739 Use `function-called-at-point' as the default, if it has
17740 advice and passes PREDICATE.
17741
17742 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
17743
17744 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
17745 byte-compile-lambda if it's actually a lambda.
17746
17747 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
17748 Fix function quoting. Use backquote better.
17749
17750 2011-05-22 Yuanle Song <sylecn@gmail.com>
17751
17752 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
17753 matching (Bug#8516).
17754
17755 2011-01-22 Jari Aalto <jari.aalto@cante.net>
17756
17757 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
17758 different face (Bug#8178).
17759
17760 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
17761
17762 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
17763 defface (Bug#8144).
17764
17765 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17766
17767 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
17768 funcall as well (bug#8712). Warn when performing those conversions.
17769 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
17770
17771 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
17772
17773 2011-05-22 Glenn Morris <rgm@gnu.org>
17774
17775 * files.el (hack-local-variables-prop-line): Small simplifications.
17776 (hack-local-variables, hack-local-variables-prop-line):
17777 If MODE-ONLY, return the mode, rather than just `t'.
17778
17779 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
17780
17781 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
17782
17783 2011-05-21 Glenn Morris <rgm@gnu.org>
17784
17785 * files.el (hack-local-variables-prop-line, hack-local-variables):
17786 If only interested in the mode, don't bother doing the other stuff.
17787
17788 * image-mode.el (image-after-revert-hook):
17789 Redraw all frames on which the image is visible. (Bug#8567)
17790
17791 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
17792
17793 * wid-edit.el (widget-checklist-match-inline):
17794 Fix 2011-04-19 change. (Bug#8649)
17795
17796 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17797
17798 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
17799 Also allow singlespace after single-letter capitals followed by a dot.
17800
17801 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
17802 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
17803
17804 2011-05-20 Nix <nix@esperi.org.uk>
17805
17806 * files.el (basic-save-buffer-2):
17807 Fix handling of break-hardlink-on-save with non-existent files.
17808
17809 2011-05-19 Deniz Dogan <deniz@dogan.se>
17810
17811 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
17812 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
17813
17814 2011-05-19 Glenn Morris <rgm@gnu.org>
17815
17816 * progmodes/f90.el (f90-type-def-re):
17817 Handle "type, bind(c)". (Bug#8691)
17818
17819 * emacs-lisp/autoload.el (batch-update-autoloads):
17820 Set autoload-excludes by parsing loadup.el rather than Makefiles.
17821
17822 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
17823
17824 * net/tramp.el (tramp-process-actions): Set "first-password-request"
17825 property for the correct connection in case of multihops.
17826
17827 2011-05-18 Glenn Morris <rgm@gnu.org>
17828
17829 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
17830 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
17831
17832 Rationalize calendar handling of day and month abbrev-arrays.
17833 * calendar/calendar.el (calendar-customized-p): New function.
17834 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
17835 (calendar-day-name-array, calendar-month-name-array): Doc fix.
17836 Add :set function.
17837 (calendar-abbrev-length, calendar-day-abbrev-array)
17838 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
17839 (calendar-day-abbrev-array, calendar-month-abbrev-array):
17840 Elements may no longer be nil.
17841 (calendar-day-name, calendar-month-name):
17842 Update for changed nature of abbrev arrays.
17843 * calendar/diary-lib.el (diary-name-pattern):
17844 Update for changed nature of abbrev arrays.
17845 (diary-mark-entries-1): Update calendar-make-alist calls.
17846 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
17847 * calendar/cal-html.el (cal-html-day-abbrev-array):
17848 Simply inherit from calendar-day-abbrev-array.
17849
17850 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
17851
17852 * progmodes/grep.el (grep-mode): Disable default
17853 compilation-directory-matcher setting (bug#8684).
17854
17855 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
17856
17857 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
17858 instead of "head" and "tail". There were problems with SunOS 5.9,
17859 and it performs better.
17860
17861 2011-05-17 Glenn Morris <rgm@gnu.org>
17862
17863 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
17864
17865 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
17866 Replace obsolete function.
17867
17868 * shell.el (pcomplete-parse-arguments-function): Declare.
17869
17870 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
17871 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
17872 (appt-check): Doc fixes.
17873 (appt-disp-window-function, appt-delete-window-function):
17874 Remove needless special case in custom :type.
17875 (appt-display-count): Default to 0, not nil.
17876 (appt-check): Reset appt-display-count to 0, not nil.
17877
17878 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
17879
17880 * progmodes/python.el (python-font-lock-keywords):
17881 Add the Python 3.X keyword "nonlocal" (bug#8639).
17882
17883 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
17884
17885 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
17886
17887 2011-05-16 Kevin Ryde <user42@zip.com.au>
17888
17889 * info-look.el (makefile-automake-mode): New setups, looking in
17890 automake manual, then makefile-mode.
17891 (makefile-mode): Remove automake manual, have it just in
17892 makefile-automake-mode since there's various things different or
17893 not relevant to plain make.
17894 (makefile-mode): Remove "other-modes" non-existent automake-mode,
17895 believe a hypothetical automake-mode would go to makefile-mode,
17896 not the other way around.
17897
17898 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
17899
17900 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
17901 hunk-end tags (Bug#8672).
17902
17903 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
17904 vc-annotate-show-diff-revision-at-line (Bug#8671).
17905
17906 2011-05-14 Glenn Morris <rgm@gnu.org>
17907
17908 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
17909 in the middle of an existing one with multiple authors. (Bug#8645)
17910 (change-log-font-lock-keywords): Also handle multiple author lines
17911 with leading tabs. (Bug#8644)
17912
17913 * calendar/appt.el (appt-check): Rename some local variables.
17914 Some simplification/reordering.
17915
17916 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
17917 (feedmail-sendmail-f-doesnt-sell-me-out)
17918 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
17919 (feedmail-debug-sit-for, feedmail-queue-express-hook)
17920 (feedmail-queue-runner-message-sender): Set :version.
17921 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
17922 (bbdb-dwim-net-address, vm-mail): Declare.
17923 (feedmail-binmail-gnulinuxish-template):
17924 Rename from feedmail-binmail-linuxish-template.
17925 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
17926 Use insert-buffer-substring.
17927
17928 2011-05-14 Bill Carpenter <bill@carpenter.org>
17929
17930 * mail/feedmail.el (feedmail-patch-level): Increase.
17931 (feedmail-debug): New custom group.
17932 (feedmail-confirm-outgoing-timeout)
17933 (feedmail-sendmail-f-doesnt-sell-me-out)
17934 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
17935 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
17936 (feedmail-sender-line, feedmail-from-line)
17937 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
17938 (feedmail-spray-this-address)
17939 (feedmail-spray-address-fiddle-plex-list)
17940 (feedmail-queue-use-send-time-for-date)
17941 (feedmail-queue-use-send-time-for-message-id)
17942 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
17943 (feedmail-buffer-eating-function):
17944 Doc fixes.
17945 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
17946 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
17947 (feedmail-message-action-scroll-down): New functions.
17948 (feedmail-queue-directory, feedmail-queue-draft-directory):
17949 Use expand-file-name.
17950 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
17951 Remove C-v help entry.
17952 (feedmail-queue-buffer-file-name): New variable.
17953 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
17954 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
17955 (feedmail-message-action-send-strong, feedmail-message-action-edit)
17956 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
17957 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
17958 (feedmail-message-action-toggle-spray)
17959 (feedmail-run-the-queue-no-prompts)
17960 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
17961 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
17962 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
17963 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
17964 (feedmail-envelope-deducer, feedmail-fiddle-from)
17965 (feedmail-fiddle-sender, feedmail-default-date-generator)
17966 (feedmail-fiddle-date, feedmail-fiddle-message-id)
17967 (feedmail-fiddle-spray-address)
17968 (feedmail-fiddle-list-of-spray-fiddle-plexes)
17969 (feedmail-fiddle-list-of-fiddle-plexes)
17970 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
17971 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
17972 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
17973 Change default. Doc fix.
17974 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
17975 (feedmail-binmail-linuxish-template): New constant.
17976 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
17977 Respect feedmail-sendmail-f-doesnt-sell-me-out.
17978 (feedmail-send-it): Add debug call.
17979 Use feedmail-queue-buffer-file-name, and
17980 feedmail-send-it-immediately-wrapper.
17981 (feedmail-message-action-send): Add debug call.
17982 Use feedmail-send-it-immediately-wrapper.
17983 (feedmail-queue-express-to-queue): Add debug call.
17984 Run feedmail-queue-express-hook.
17985 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
17986 (feedmail-message-action-help-blat):
17987 Rename from feedmail-queue-send-edit-prompt-help-first.
17988 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
17989 Check line-endings. Handle errors better.
17990 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
17991 Doc fix. Add debug call.
17992 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
17993 Use feedmail-queue-send-edit-prompt-inner.
17994 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
17995 (feedmail-queue-send-edit-prompt-inner): New function, extracted
17996 from feedmail-queue-send-edit-prompt.
17997 (feedmail-queue-send-edit-prompt-help)
17998 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
17999 (feedmail-tidy-up-slug): Add debug call.
18000 Respect feedmail-queue-slug-suspect-regexp.
18001 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18002 (feedmail-dump-message-to-queue): Add debug call.
18003 Expand queue-directory.
18004 (feedmail-dump-message-to-queue): Change message slightly.
18005 Use feedmail-say-chatter.
18006 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
18007 (feedmail-send-it-immediately-wrapper): New function.
18008 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
18009 Insert empty string rather than newline. Handle full-frame case.
18010 Use catch/throw. Use feedmail-say-chatter.
18011 (feedmail-fiddle-from): Try mail-host-address.
18012 (feedmail-default-message-id-generator): Doc fix.
18013 Bind system-time-locale. Handle missing end.
18014 (feedmail-fiddle-x-mailer): Add debug call.
18015 Handle feedmail-x-mailer-line being nil.
18016 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18017 Add debug call. Use buffer-substring-no-properties.
18018 (feedmail-say-debug, feedmail-say-chatter): New functions.
18019 (feedmail-find-eoh): Give an explicit error.
18020
18021 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
18022
18023 * net/newst-treeview.el (newsticker-treeview-face): Change default
18024 family from helvetica to sans.
18025 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
18026 etc/images/newsticker.
18027
18028 * net/newst-reader.el (newsticker-feed-face): Change default
18029 family from helvetica to sans.
18030
18031 * net/newst-plainview.el (newsticker-new-item-face)
18032 (newsticker-old-item-face, newsticker-immortal-item-face)
18033 (newsticker-obsolete-item-face, newsticker-date-face)
18034 (newsticker-statistics-face): Change default family from
18035 helvetica to sans.
18036 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
18037 etc/images/newsticker.
18038
18039 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18040 (newsticker--process-auto-mark-filter-match): Tell user about
18041 auto-marking.
18042
18043 2011-05-13 Didier Verna <didier@xemacs.org>
18044
18045 Common Lisp indentation improvements on defmethod and lambda-lists.
18046 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18047 TODO entries.
18048 (lisp-lambda-list-keyword-parameter-indentation)
18049 (lisp-lambda-list-keyword-parameter-alignment)
18050 (lisp-lambda-list-keyword-alignment): New customizable user options.
18051 (lisp-indent-defun-method): Improve docstring.
18052 (extended-loop-p): Fix comment.
18053 (lisp-indent-lambda-list-keywords-regexp): New variable.
18054 (lisp-indent-lambda-list): New function.
18055 (lisp-indent-259): Use it.
18056 (lisp-indent-defmethod): Support for more than one
18057 method qualifier and properly indent methods lambda-lists.
18058 (defgeneric): Provide a missing common-lisp-indent-function property.
18059
18060 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18061
18062 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18063 bounds for the empty string (bug#8667).
18064
18065 2011-05-13 Glenn Morris <rgm@gnu.org>
18066
18067 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18068
18069 * mail/sendmail.el (sendmail-program): Try executable-find first.
18070 (sendmail-send-it): `sendmail-program' cannot be unbound.
18071
18072 * calendar/appt.el (appt-make-list): Simplify.
18073 (appt-time-msg-list): Doc fix.
18074 (appt-check): Change mode-line message at the time of the appointment.
18075
18076 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
18077
18078 * progmodes/ld-script.el (ld-script-keywords)
18079 (ld-script-builtins): Update keywords list.
18080
18081 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18082
18083 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18084
18085 * shell.el (shell-completion-vars): New function.
18086 (shell-mode):
18087 * simple.el (read-shell-command): Use it.
18088 (blink-matching-open): No need for " [...]" in minibuffer-message.
18089
18090 2011-05-12 Glenn Morris <rgm@gnu.org>
18091
18092 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18093 (appt-check): Simplify.
18094
18095 2011-05-12 Eli Zaretskii <eliz@gnu.org>
18096
18097 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
18098 literal "/dev/null".
18099
18100 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18101
18102 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18103 Fix typo.
18104
18105 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
18106
18107 * progmodes/which-func.el (which-function):
18108 Use add-log-current-defun instead of add-log-current-defun-function,
18109 which might not be defined (Bug#8260).
18110
18111 2011-05-12 Glenn Morris <rgm@gnu.org>
18112
18113 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18114 Let byte-compile-initial-macro-environment always take precedence.
18115
18116 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18117
18118 * net/rcirc.el: Add support for SSL/TLS connections.
18119 (rcirc-server-alist): New field `encryption'.
18120 (rcirc): Check `encryption' settings.
18121 (rcirc-connect): New arg `encryption'. Use open-network-stream.
18122 Merge make-local-variable into `set'.
18123 (rcirc--connection-open-p): New function.
18124 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
18125 the process is not a network process (e.g. running gnutls-cli).
18126 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
18127 Make rcirc-(en|de)code-coding-system local here.
18128 (rcirc-mode): Merge make-local-variable into `set'.
18129 (rcirc-parent-buffer): Make permanent buffer-local.
18130 (rcirc-multiline-minor-mode): Don't do it here.
18131 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
18132 there's no server buffer.
18133
18134 2011-05-11 Glenn Morris <rgm@gnu.org>
18135
18136 * newcomment.el (comment-kill): Prefix "unused" local.
18137
18138 * term/w32console.el (get-screen-color): Declare.
18139
18140 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
18141 Handle symbol elements of byte-compile-initial-macro-environment.
18142
18143 2011-05-10 Leo Liu <sdl.web@gmail.com>
18144
18145 * bookmark.el (bookmark-bmenu-mode-map):
18146 Bind bookmark-bmenu-search to `/'.
18147
18148 * mail/footnote.el: Convert to utf-8 encoding.
18149 (footnote-unicode-string, footnote-unicode-regexp): New variable.
18150 (Footnote-unicode): New function.
18151 (footnote-style-alist): Add unicode style to the list.
18152 (footnote-style): Doc fix.
18153
18154 2011-05-10 Jim Meyering <meyering@redhat.com>
18155
18156 Fix doubled-word typos.
18157 * international/quail.el (quail-insert-kbd-layout): and and -> and
18158 * kermit.el: and and -> and
18159 * net/ldap.el (ldap-search-internal): to to -> to
18160 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
18161 * progmodes/js.el (js-mode): and and -> and
18162 * textmodes/artist.el (artist-move-to-xy): at at -> at
18163 (artist-draw-region-trim-line-endings): if if -> if
18164 And Safetyc -> Safety.
18165 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
18166
18167 2011-05-10 Glenn Morris <rgm@gnu.org>
18168 Stefan Monnier <monnier@iro.umontreal.ca>
18169
18170 * files.el (hack-one-local-variable-eval-safep):
18171 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
18172
18173 2011-05-10 Glenn Morris <rgm@gnu.org>
18174
18175 * calendar/diary-lib.el (diary-list-entries-hook)
18176 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
18177 (diary-nongregorian-marking-hook, diary-list-entries)
18178 (diary-include-other-diary-files, diary-mark-entries)
18179 (diary-mark-included-diary-files): Doc fixes.
18180
18181 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18182
18183 * misc.el: Require tabulated-list.el during compilation.
18184
18185 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18186
18187 * progmodes/compile.el (compilation-start):
18188 Run compilation-filter-hook for the async case too.
18189 (compilation-filter-hook): Doc fix.
18190
18191 2011-05-09 Deniz Dogan <deniz@dogan.se>
18192
18193 * wdired.el: Remove outdated installation comment. Fix usage
18194 comment.
18195
18196 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18197
18198 * misc.el: Implement new command `list-dynamic-libraries'.
18199 (list-dynamic-libraries--loaded-only-p): New variable.
18200 (list-dynamic-libraries--refresh): New function.
18201 (list-dynamic-libraries): New command.
18202
18203 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18204
18205 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18206 Fix the ant regexp to handle end-line and end-column info from jikes.
18207 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
18208 higher priority to avoid clobbering by gnu.
18209
18210 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18211
18212 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
18213 if the face has existing theme settings (Bug#8454).
18214
18215 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
18216
18217 * progmodes/perl-mode.el (perl-imenu-generic-expression):
18218 Only match variables declared via `my' or `our' (Bug#8261).
18219
18220 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
18221 special file names `.' and `..' (Bug#8259).
18222
18223 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18224
18225 * progmodes/grep.el (grep-mode-font-lock-keywords):
18226 Remove buffer-changing entries.
18227 (grep-filter): New function.
18228 (grep-mode): Add it to compilation-filter-hook.
18229
18230 * progmodes/compile.el (compilation-filter-hook)
18231 (compilation-filter-start): New defvars.
18232 (compilation-filter): Call compilation-filter-hook prior to
18233 updating the process mark.
18234
18235 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
18236
18237 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
18238
18239 2011-05-07 Eli Zaretskii <eliz@gnu.org>
18240
18241 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
18242 mailclient-send-it even if window-system is nil. (Bug#8595)
18243
18244 * term/w32console.el (terminal-init-w32console):
18245 Call get-screen-color and use its output to set the frame
18246 background-mode. (Bug#8597)
18247
18248 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
18249
18250 Make bytecomp.el understand that defmethod defines funs (bug#8631).
18251 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
18252 New functions.
18253 (defgeneric, eieio--defmethod): Use them.
18254 (eieio-defgeneric): Remove.
18255 (defmethod): Call defgeneric in a way visible to the byte-compiler.
18256
18257 2011-05-07 Glenn Morris <rgm@gnu.org>
18258
18259 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
18260 Use let rather than let*.
18261 (timeclock-find-discrep): Remove unused local.
18262
18263 * calendar/diary-lib.el (diary-comment-start): Doc fix.
18264
18265 * calendar/appt.el (appt-time-msg-list): Doc fix.
18266
18267 2011-05-06 Noah Friedman <friedman@splode.com>
18268
18269 * apropos.el (apropos-print-doc): Only use
18270 emacs-lisp-docstring-fill-column when it is bound to an integer,
18271 per that variable's documentation.
18272
18273 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18274
18275 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
18276 and warnings are not silently discarded (e.g. use -d instead of -P).
18277
18278 2011-05-06 Glenn Morris <rgm@gnu.org>
18279
18280 * calendar/appt.el (appt-message-warning-time): Doc fix.
18281 (appt-warning-time-regexp): New option.
18282 (appt-make-list): Respect appt-message-warning-time.
18283
18284 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
18285 New options.
18286 (diary-add-to-list): Strip comments from the displayed string.
18287 (diary-mode): Set comment-start and comment-end.
18288
18289 * vc/diff-mode.el (smerge-refine-subst): Declare.
18290 (diff-refine-hunk): Don't require smerge-mode when compiling.
18291
18292 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
18293
18294 * simple.el (list-processes): Return nil as the docstring says.
18295
18296 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
18297
18298 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
18299 to "".
18300 (ange-ftp-write-region, ange-ftp-insert-file-contents)
18301 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
18302 determining of binary transfer. (Bug#7383)
18303
18304 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
18305
18306 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18307 Fix port computation bug. (Bug#8618)
18308
18309 2011-05-05 Glenn Morris <rgm@gnu.org>
18310
18311 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
18312
18313 * simple.el (shell-dynamic-complete-functions)
18314 (comint-dynamic-complete-functions): Declare.
18315
18316 * net/network-stream.el (gnutls-negotiate):
18317 * simple.el (tabulated-list-print): Fix declarations.
18318
18319 * progmodes/gud.el (syntax-symbol, syntax-point):
18320 Remove unnecessary and incorrect declarations.
18321
18322 * emacs-lisp/check-declare.el (check-declare-scan):
18323 Handle byte-compile-initial-macro-environment in bytecomp.el.
18324
18325 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18326
18327 Fix earlier half-done eieio-defmethod change (bug#8338).
18328 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
18329 Streamline and change calling convention.
18330 (defmethod): Adjust accordingly and simplify.
18331 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
18332 new eieio--defmethod.
18333 (slot-boundp): Minor CSE simplification.
18334
18335 2011-05-05 Milan Zamazal <pdm@zamazal.org>
18336
18337 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
18338 (glasses-make-readable): Use glasses-separate-capital-groups.
18339
18340 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
18341
18342 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
18343 (warning-series): Doc fix.
18344 (display-warning): Don't try to create the buffer if we just found it.
18345
18346 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
18347
18348 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
18349 (autoload-find-generated-file): New function.
18350 (generate-file-autoloads): Bind generated-autoload-file to
18351 buffer-file-name.
18352 (update-file-autoloads, update-directory-autoloads):
18353 Use autoload-find-generated-file. If called interactively, prompt for
18354 output file (Bug#7989).
18355 (batch-update-autoloads): Doc fix.
18356
18357 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
18358
18359 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
18360
18361 2011-05-04 Glenn Morris <rgm@gnu.org>
18362
18363 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
18364 function, so it follows changes in calendar-date-style.
18365 (diary-fancy-date-matcher): New function.
18366 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
18367 (diary-fancy-font-lock-fontify-region-function):
18368 Use diary-fancy-date-pattern as a function.
18369
18370 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
18371 non-numbers for `year' etc pseudo-variables. (Bug#8583)
18372
18373 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
18374
18375 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
18376 instead of positional arguments. Allow :keylist and :crlfiles
18377 arguments.
18378 (open-gnutls-stream): Call it.
18379
18380 * net/network-stream.el (network-stream-open-starttls): Adjust to
18381 call `gnutls-negotiate' with :process and :hostname arguments.
18382
18383 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
18384
18385 * minibuffer.el (completion--message): New function.
18386 (completion--do-completion, minibuffer-complete)
18387 (minibuffer-force-complete, minibuffer-complete-word): Use it.
18388 (completion--do-completion): Don't ignore completion-auto-help when in
18389 icomplete-mode.
18390
18391 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
18392 internal encoding (e.g. tibetan zero is not whitespace).
18393 (global-whitespace-mode): Prefer save-current-buffer.
18394 (whitespace-trailing-regexp): Remove useless save-match-data.
18395 (whitespace-empty-at-bob-regexp): Minor simplification.
18396
18397 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
18398
18399 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
18400
18401 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18402
18403 * textmodes/ispell.el (ispell-add-per-file-word-list):
18404 Use `concat' to create string for insertion.
18405
18406 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18407
18408 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
18409 Avoid open-line which runs post-self-insert-hook.
18410 (bibtex-fill-entry): Remove unused `end' var.
18411
18412 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
18413
18414 * textmodes/ispell.el (ispell-add-per-file-word-list):
18415 Protect against `nil' value of `comment-start' (Bug#8579).
18416
18417 2011-05-03 Leo Liu <sdl.web@gmail.com>
18418
18419 * isearch.el (isearch-yank-pop): New command.
18420 (isearch-mode-map): Bind it to `M-y'.
18421 (isearch-forward): Mention it.
18422
18423 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18424
18425 * simple.el (minibuffer-complete-shell-command): Remove.
18426 (minibuffer-local-shell-command-map): Use completion-at-point.
18427 (read-shell-command): Setup completion vars here instead.
18428 (read-expression-map): Bind TAB to symbol completion.
18429
18430 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
18431 error directly rather via storing it into `results'.
18432
18433 2011-05-02 Leo Liu <sdl.web@gmail.com>
18434
18435 * vc/diff.el: Fix description.
18436
18437 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18438
18439 * server.el (server-eval-at): New function.
18440
18441 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18442
18443 * net/network-stream.el (open-network-stream): Take a :nowait
18444 parameter and pass it on to `make-network-process'.
18445 (network-stream-open-plain): Ditto.
18446
18447 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
18448
18449 * faces.el (face-spec-set-match-display): Don't match toolkit
18450 options on terminal frames.
18451
18452 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18453
18454 * progmodes/pascal.el: Use lexical binding.
18455 (pascal-mode-map): Remove author preferences.
18456
18457 * pcomplete.el (pcomplete-std-complete): Don't abuse
18458 completion-at-point.
18459
18460 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
18461
18462 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
18463 removing code that has been dead since 1991 or so.
18464
18465 * startup.el (command-line): When warning about "_emacs", use a
18466 delayed warning to allow the user to filter it out.
18467
18468 2011-04-28 Deniz Dogan <deniz@dogan.se>
18469
18470 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
18471 user has not joined.
18472
18473 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18474
18475 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
18476 aren't any completions at point.
18477
18478 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
18479
18480 * subr.el (display-delayed-warnings): New function.
18481 (delayed-warnings-hook): New variable.
18482
18483 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18484
18485 * minibuffer.el (completion-at-point, completion-help-at-point):
18486 Don't presume that a given completion-at-point-function will always
18487 use the same calling convention.
18488
18489 * pcomplete.el (pcomplete-completions-at-point):
18490 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
18491 pcomplete-seen is non-nil.
18492 (pcomplete-comint-setup): Also recognize the new comint/shell
18493 completion functions.
18494 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
18495 pcomplete-seen is non-nil.
18496
18497 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
18498
18499 * calendar/icalendar.el (diary-lib): Add require statement.
18500 (icalendar--create-uid): Read out a uid from a text-property on
18501 the first character in the entry. This allows for code to add its
18502 own uid to the entry.
18503 (icalendar--convert-float-to-ical): Add export of
18504 `diary-float'-entries save for those with the optional DAY
18505 argument.
18506
18507 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
18508
18509 * subr.el (shell-quote-argument): Use alternate escaping strategy
18510 when we spot a variable reference in a string.
18511
18512 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
18513
18514 * cus-start.el (all): Define customization for debug-on-event.
18515
18516 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
18517
18518 * subr.el (shell-quote-argument): Escape correctly under Windows.
18519
18520 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18521
18522 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
18523
18524 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
18525
18526 * net/tramp.el (tramp-process-actions): Add POS argument.
18527 Delete region between POS and (pos).
18528
18529 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18530 Use `nil' position in `tramp-process-actions' call.
18531 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
18532
18533 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
18534 position in `tramp-process-actions' call.
18535
18536 * net/trampver.el: Update release number.
18537
18538 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18539
18540 * custom.el (defcustom): Obey lexical-binding.
18541
18542 Fix octave-inf completion problems reported by Alexander Klimov.
18543 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
18544 Inherit from octave-mode-syntax-table.
18545 (inferior-octave-mode): Set info-lookup-mode.
18546 (inferior-octave-completion-at-point): New function.
18547 (inferior-octave-complete): Use it and completion-in-region.
18548 (inferior-octave-dynamic-complete-functions): Use it as well, and use
18549 comint-filename-completion.
18550 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
18551 symbol elements which shouldn't be word elements.
18552 (octave-font-lock-keywords, octave-beginning-of-defun)
18553 (octave-function-header-regexp): Adjust regexps accordingly.
18554 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
18555
18556 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
18557
18558 * net/gnutls.el (gnutls-errorp): Declare before first use.
18559
18560 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
18561
18562 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
18563 verify-error, and verify-hostname-error parameters. Check whether
18564 default trustfile exists before going to use it. Add missing
18565 argument to gnutls-message-maybe call. Return value.
18566 Reported by Claudio Bley <claudio.bley@gmail.com>.
18567 (open-gnutls-stream): Add usage example.
18568
18569 * net/network-stream.el (network-stream-open-starttls): Give host
18570 parameter to `gnutls-negotiate'.
18571 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
18572 * subr.el (shell-quote-argument): Escape correctly under Windows.
18573
18574 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
18575
18576 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
18577 Use correct match group (bug#8438).
18578
18579 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
18580
18581 * emacs-lisp/package.el (package-built-in-p): Fix typo.
18582 (package-menu--generate): New arg specifying packages to show.
18583 (package-menu-refresh, package-menu-execute, list-packages):
18584 Callers changed.
18585 (package-show-package-list): New function, replacing deleted
18586 package--list-packages (renamed because it is non-internal).
18587
18588 * finder.el (finder-list-matches): Use package-show-package-list
18589 instead of deleted package--list-packages.
18590
18591 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
18592 Based on a previous implementation by Juanma Barranquero (Bug#8366).
18593 (vc-annotate-mode-map): Bind it to RET.
18594
18595 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
18596
18597 * progmodes/etags.el (next-file): Don't use set-buffer to change
18598 buffers (Bug#8478).
18599
18600 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
18601
18602 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
18603
18604 * apropos.el (apropos-label-face): Avoid variable-pitch face.
18605 (apropos-accumulator): Doc fix.
18606 (apropos-function, apropos-macro, apropos-command)
18607 (apropos-variable, apropos-face, apropos-group, apropos-widget)
18608 (apropos-plist): Add face property.
18609 (apropos-symbols-internal): Fix indentation.
18610 (apropos-print): Simplify help, and recognize apropos-multi-type.
18611 (apropos-print-doc): Use button-type-get to extract the button's
18612 face property. Fill docstring (Bug#8352).
18613
18614 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
18615
18616 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
18617
18618 * play/mpuz.el (mpuz-silent): Doc fix.
18619 (mpuz-mode-map): Use mapc.
18620 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
18621 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
18622 Fix typos in docstrings.
18623
18624 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
18625 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
18626
18627 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
18628
18629 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
18630
18631 * minibuffer.el (completion--do-completion): Avoid the "Next char
18632 not unique" prompt if icomplete-mode is enabled (Bug#5849).
18633
18634 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
18635 mouse-2 into unread-command-events, it is interpreted correctly.
18636
18637 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
18638 (image-toggle-display): Doc fix.
18639
18640 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
18641
18642 * textmodes/page.el (what-page): Use line-number-at-pos to
18643 calculate line number (Bug#6825).
18644
18645 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
18646
18647 * eshell/esh-mode.el (find-tag-interactive): Declare function.
18648 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
18649 Pass argument NO-DEFAULT to `find-tag-interactive'.
18650
18651 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
18652
18653 Lexical-binding cleanup.
18654
18655 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
18656 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
18657 * progmodes/ada-prj.el (ada-prj-initialize-values)
18658 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
18659 (ada-prj-show-value):
18660 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
18661 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
18662 (antlr-invalidate-context-cache, antlr-options-menu-filter)
18663 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
18664 * progmodes/bug-reference.el (bug-reference-push-button):
18665 * progmodes/fortran.el (fortran-line-length):
18666 * progmodes/glasses.el (glasses-change):
18667 * progmodes/octave-mod.el (octave-fill-paragraph):
18668 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
18669 (python-pdbtrack-grub-for-buffer, python-sentinel):
18670 * progmodes/sql.el (sql-save-connection):
18671 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
18672 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
18673 Mark unused parameters.
18674
18675 * progmodes/compile.el (compilation--flush-directory-cache)
18676 (compilation--flush-parse, compile-internal): Mark unused parameters.
18677 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
18678 (compilation-next-error-function): Remove unused variable `timestamp'.
18679
18680 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
18681 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
18682
18683 * progmodes/dcl-mode.el (dcl-end-of-command):
18684 Remove unused variable `start'.
18685 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
18686 (dcl-option-value-basic, dcl-option-value-offset)
18687 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
18688 Mark unused parameters.
18689 (dcl-save-local-variable): Remove unused variable `val'.
18690 (mode): Declare.
18691
18692 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
18693 Mark unused parameters.
18694 (delphi-ignore-changes): Move before first use.
18695 (delphi-charset-token-at): Remove unused variable `start'.
18696 (delphi-else-start): Remove unused variable `if-count'.
18697 (delphi-comment-block-start, delphi-comment-block-end):
18698 Remove unused variable `kind'.
18699 (delphi-indent-line): Remove unused variable `new-point'.
18700
18701 * progmodes/ebrowse.el (ebrowse-files-list)
18702 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
18703 Mark unused parameters. Don't quote `lambda'.
18704 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
18705 Don't quote `lambda'.
18706 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
18707 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
18708 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
18709 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
18710 Use `ignore-errors'.
18711 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
18712 (ebrowse-view/find-file-and-search-pattern)
18713 (ebrowse-view/find-member-declaration/definition):
18714 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
18715 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
18716 Rename parameter PREFIX-ARG to PREFIX.
18717 (ebrowse-tags-read-name): Remove unused variables `start' and
18718 `member-info'.
18719 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
18720 to `tags-file'.
18721
18722 * progmodes/etags.el (local-find-tag-hook): Declare.
18723 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
18724 Mark unused parameters.
18725
18726 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
18727 (executable-interpret): Mark unused parameter.
18728
18729 * progmodes/flymake.el (flymake-process-sentinel)
18730 (flymake-after-change-function)
18731 (flymake-create-temp-with-folder-structure)
18732 (flymake-get-include-dirs-dot): Mark unused parameters.
18733 (flymake-safe-delete-directory): Remove unused variable `err'.
18734
18735 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
18736 (speedbar-timer-fn, speedbar-line-text)
18737 (speedbar-change-expand-button-char, speedbar-delete-subblock)
18738 (speedbar-center-buffer-smartly): Declare functions.
18739 (gdb-find-watch-expression): Remove unused variable `array'.
18740 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
18741 (gdb-starting): Mark unused parameters.
18742 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
18743 (gdb-table-string): Remove unused variable `res'.
18744 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
18745 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
18746 (gdb-display-buffer): Remove unused variable `cur-size'.
18747
18748 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
18749 allow lexical-binding compilation.
18750 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
18751 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
18752 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
18753 Mark unused parameters.
18754 (gud-gdb-marker-filter): Remove unused variable `match'.
18755 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
18756 lambda expressions and funcall them, instead of using `fset'.
18757
18758 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
18759 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
18760
18761 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
18762 variable `header-beg'; use `let'.
18763
18764 * progmodes/icon.el (indent-icon-exp): Remove unused variables
18765 `restart', `last-sexp' and `at-do'.
18766
18767 * progmodes/js.el (js--debug): Mark unused parameter.
18768 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
18769 (js--splice-into-items): Remove unused variable `item'.
18770 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
18771
18772 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
18773 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
18774 (makefile-complete): Remove unused variable `try'.
18775 (makefile-fill-paragraph, makefile-match-function-end):
18776 Mark unused parameters.
18777
18778 * progmodes/octave-inf.el (inferior-octave-complete):
18779 Remove unused variable `proc'.
18780 (inferior-octave-output-digest): Mark unused parameter.
18781
18782 * progmodes/perl-mode.el (perl-calculate-indent):
18783 Remove unused variable `err'.
18784
18785 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
18786 (prolog-indent-line): Mark unused parameters.
18787 (prolog-indent-line): Remove unused variable `beg'.
18788
18789 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
18790 (reporter-dont-compact-list): Declare.
18791
18792 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
18793 Remove unused variable `char'.
18794 (sh-debug): Mark unused parameter.
18795 (sh-get-indent-info): Remove unused variable `start'.
18796 (sh-calculate-indent): Remove unused variable `var'.
18797
18798 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
18799 (simula-electric-keyword): Remove unused variable `null'.
18800 (simula-search-backward, simula-search-forward): Remove unused
18801 variables `begin' and `end'.
18802
18803 * progmodes/vera-mode.el (vera-guess-basic-syntax):
18804 Remove unused variable `pos'.
18805 (vera-electric-tab, vera-comment-uncomment-region):
18806 Mark unused parameters.
18807 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
18808
18809 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
18810
18811 * emacs-lisp/package.el (package--builtins, package-alist)
18812 (package-load-descriptor, package-built-in-p, package-activate)
18813 (define-package, package-installed-p)
18814 (package-compute-transaction, package-buffer-info)
18815 (package--push): Doc fix. Distinguish more clearly between
18816 version strings and version lists.
18817
18818 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
18819
18820 Lexical-binding cleanup.
18821
18822 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
18823 (5x5-make-mutate-best):
18824 * play/fortune.el (fortune-in-buffer):
18825 * play/gomoku.el (gomoku-init-display):
18826 * play/solitaire.el (solitaire, solitaire-do-check):
18827 * play/tetris.el (tetris-default-update-speed-function):
18828 Mark unused parameters.
18829
18830 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
18831 (bubbles--shift): Remove unused variable `char-org'.
18832 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
18833 (bubbles--show-images): Remove unused variable `char'.
18834
18835 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
18836 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
18837 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
18838 (decipher-analyze-buffer): Use ?\s.
18839 (decipher-make-checkpoint): Remove unused variable `mapping'.
18840
18841 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
18842
18843 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
18844 Remove unused variable `result'; use `let'.
18845
18846 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
18847 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
18848 (gametree-children-shown-p, gametree-compute-reduced-score):
18849 Use `ignore-errors'.
18850
18851 * play/handwrite.el (ps-lpr-switches): Declare.
18852 (handwrite): Remove unused variables `pmin' and `lastp'.
18853
18854 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
18855
18856 * play/landmark.el (landmark-init-display)
18857 (landmark-update-naught-weights): Mark unused parameters.
18858 (landmark-y): Remove unused variable `noise'. Simplify.
18859 (landmark-human-plays): Remove unused variable `score'.
18860
18861 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
18862 (mpuz-try-proposal): Remove unused variable `game'.
18863
18864 * play/zone.el (life-patterns): Declare.
18865
18866 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
18867
18868 * vc/vc.el (ediff-vc-internal): Declare function.
18869
18870 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18871
18872 * shell.el: Use lexical-binding and std completion UI.
18873 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
18874 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
18875 comint-preoutput-filter-functions rather than on
18876 comint-output-filter-functions.
18877 (shell-command-completion, shell--command-completion-data)
18878 (shell-filename-completion, shell-environment-variable-completion)
18879 (shell-c-a-p-replace-by-expanded-directory): New functions.
18880 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
18881 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
18882 (shell-dynamic-complete-environment-variable): Use them.
18883 (shell-dynamic-complete-as-environment-variable)
18884 (shell-dynamic-complete-as-command): Remove.
18885 (shell-match-partial-variable): Match past point.
18886 * comint.el: Clean up use of completion-at-point-functions.
18887 (comint-completion-at-point): New function.
18888 (comint-mode): Use it completion-at-point-functions.
18889 (comint-dynamic-complete): Make it obsolete.
18890 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
18891 (comint-c-a-p-replace-by-expanded-history): New function.
18892 (comint-dynamic-complete-functions)
18893 (comint-replace-by-expanded-history): Use it.
18894 * minibuffer.el (completion-table-with-terminator): Allow dynamic
18895 termination strings. Try harder to avoid second try-completion.
18896 (completion-in-region-mode-map): Disable bindings that don't work yet.
18897
18898 * comint.el: Use lexical-binding. Require CL.
18899 (comint-dynamic-complete-functions): Use comint-filename-completion.
18900 (comint-completion-addsuffix): Tweak custom type.
18901 (comint-filename-completion, comint--common-suffix)
18902 (comint--common-quoted-suffix, comint--table-subvert)
18903 (comint--complete-file-name-data): New functions.
18904 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
18905 (comint-dynamic-list-filename-completions): Use them.
18906 (comint-dynamic-simple-complete): Make obsolete.
18907
18908 * minibuffer.el (completion-in-region-mode):
18909 Keep completion-in-region-mode--predicate global.
18910 (completion-in-region--postch):
18911 Assume completion-in-region-mode--predicate is not null.
18912
18913 * progmodes/flymake.el (flymake-start-syntax-check-process):
18914 Obey `dir'. Simplify.
18915
18916 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
18917 we're in VC after all.
18918
18919 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
18920
18921 * vc/vc.el (vc-diff-build-argument-list-internal)
18922 (vc-version-ediff, vc-ediff): New commands.
18923 (vc-version-diff): Use vc-diff-build-argument-list-internal.
18924
18925 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18926
18927 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
18928 add sanity check.
18929
18930 * obsolete/erc-hecomplete.el: Make obsolete.
18931 * obsolete/: Standardize obsolescence info in the header.
18932
18933 2011-04-20 Glenn Morris <rgm@gnu.org>
18934
18935 * calendar/solar.el (solar-horizontal-coordinates):
18936 Use the longitude argument rather than `calendar-longitude'.
18937 (solar-date-next-longitude): Remove unused locals.
18938
18939 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18940
18941 * whitespace.el: New version 13.2.1.
18942
18943 2011-04-20 felix <EmacsWiki> (tiny change)
18944
18945 * whitespace.el (global-whitespace-mode): Keep highlight when
18946 switching between major modes on a file.
18947
18948 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18949
18950 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
18951 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
18952 multi-line comments as well.
18953
18954 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
18955
18956 Lexical-binding cleanup.
18957
18958 * arc-mode.el (archive-mode-revert):
18959 * cmuscheme.el (scheme-interactively-start-process):
18960 * custom.el (custom-initialize-delay):
18961 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
18962 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
18963 * emacs-lock.el (emacs-lock-clear-sentinel):
18964 * ezimage.el (defezimage):
18965 * follow.el (follow-avoid-tail-recenter):
18966 * fringe.el (set-fringe-mode-1):
18967 * generic-x.el (bat-generic-mode-compile):
18968 * help-mode.el (help-info-variable, help-do-xref)
18969 (help-mode-revert-buffer):
18970 * help.el (view-emacs-todo):
18971 * iswitchb.el (iswitchb-completion-help):
18972 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
18973 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
18974 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
18975 * locate.el (locate-update):
18976 * longlines.el (longlines-encode-region)
18977 (longlines-after-change-function):
18978 * outline.el (outline-isearch-open-invisible):
18979 * ps-def.el (declare-function, charset-dimension, char-width)
18980 (encode-char):
18981 * ps-mule.el (ps-mule-plot-string):
18982 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
18983 (recentf-edit-list-select, recentf-edit-list-validate)
18984 (recentf-open-files-action):
18985 * rect.el (delete-whitespace-rectangle-line)
18986 (rectangle-number-line-callback):
18987 * register.el (window-configuration-to-register)
18988 (frame-configuration-to-register):
18989 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
18990 * select.el (xselect-convert-to-string, xselect-convert-to-length)
18991 (xselect-convert-to-targets, xselect-convert-to-delete)
18992 (xselect-convert-to-filename, xselect-convert-to-charpos)
18993 (xselect-convert-to-lineno, xselect-convert-to-colno)
18994 (xselect-convert-to-os, xselect-convert-to-host)
18995 (xselect-convert-to-user, xselect-convert-to-class)
18996 (xselect-convert-to-name, xselect-convert-to-integer)
18997 (xselect-convert-to-atom, xselect-convert-to-identity):
18998 * subr.el (declare, ignore, process-kill-without-query)
18999 (text-clone-maintain):
19000 * terminal.el (te-get-char, te-tic-sentinel):
19001 * tool-bar.el (tool-bar-make-keymap):
19002 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19003 * type-break.el (type-break-mode, type-break-noninteractive-query):
19004 * view.el (View-back-to-mark):
19005 * wid-browse.el (widget-browse-action, widget-browse-widget)
19006 (widget-browse-widgets, widget-browse-sexp):
19007 * widget.el (define-widget-keywords):
19008 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19009 Mark unused parameters.
19010
19011 * align.el (align-adjust-col-for-rule): Mark unused parameter.
19012 (align-areas): Remove unused variable `look'.
19013 (align-region): Remove unused variables `real-end' and `pos-list'.
19014
19015 * apropos.el (apropos-score-doc): Remove unused variable `i'.
19016
19017 * bindings.el (mode-line-modified, mode-line-remote):
19018 Mark unused parameters.
19019 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19020
19021 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19022 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19023
19024 * comint.el (comint-history-isearch-pop-state)
19025 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19026 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19027 (comint-substitute-in-file-name): Doc fix.
19028
19029 * completion.el (cmpl-statistics-block): Mark unused parameter.
19030 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19031 (save-completions-to-file, load-completions-from-file):
19032 Remove unused local variable `e'.
19033
19034 * composite.el (compose-chars): Remove unused variable `len'.
19035 (lgstring-insert-glyph): Remove unused variable `g'.
19036 (compose-glyph-string): Remove unused variables `ascent',
19037 `descent', `lbearing' and `rbearing'.
19038 (compose-glyph-string-relative): Remove unused variables
19039 `lbearing', `rbearing' and `wadjust'.
19040 (compose-gstring-for-graphic): Remove unused variables `header',
19041 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
19042 (compose-gstring-for-terminal): Remove unused variables `header'
19043 and `nchars'. Use `let', not `let*'.
19044
19045 * cus-edit.el (Custom-set, Custom-save, custom-reset)
19046 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19047 (Custom-buffer-done, custom-buffer-create-internal)
19048 (custom-browse-visibility-action, custom-browse-group-tag-action)
19049 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19050 (widget-magic-mouse-down-action, custom-toggle-parent)
19051 (custom-add-parent-links, custom-toggle-hide-variable)
19052 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19053 (custom-toggle-hide-face, face, hook, custom-group-link-action)
19054 (custom-face-menu-create, custom-variable-menu-create, get)
19055 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19056 (custom-reset-standard-save-and-update): Remove unused variable `value'.
19057 (customize-apropos): Remove unused variable `tests'.
19058 (custom-group-value-create): Remove unused variable `hidden-p'.
19059 (sort-fold-case): Declare.
19060
19061 * cus-theme.el (custom-reset-standard-faces-list)
19062 (custom-reset-standard-variables-list): Declare.
19063 (customize-create-theme, custom-theme-revert, custom-theme-write)
19064 (custom-theme-choose-mode, customize-themes, custom-theme-save):
19065 Mark unused parameters.
19066
19067 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19068
19069 * delim-col.el (delimit-columns-max): Move defvar before first use.
19070
19071 * descr-text.el (describe-char-categories): Don't quote `lambda'.
19072 (describe-char): Don't quote `lambda'. Mark unused parameter.
19073
19074 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19075 (auto-insert): Declare.
19076 (desktop-restore-file-buffer): Rename desktop-* parameters;
19077 mark unused ones.
19078 (desktop-create-buffer): Rename desktop-* parameters and bind them.
19079 (desktop-buffer): Rename desktop-* parameters.
19080
19081 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19082 (dframe-reposition-frame-xemacs, dframe-help-echo)
19083 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19084 Mark unused parameters.
19085
19086 * dired-aux.el (backup-extract-version-start, overwrite-query)
19087 (overwrite-backup-query, rename-regexp-query)
19088 (rename-non-directory-query): Declare.
19089 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19090 (dired-add-entry): Remove unused variable `orig-file-name'.
19091 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19092 Use parameter PRESERVE-TIME instead of accessing dynamic variable
19093 `dired-copy-preserve-time' directly.
19094 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19095 (dired-insert-subdir-newpos): Rename unused variable `pos'.
19096
19097 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19098 (dired-virtual-revert, dired-make-relative-symlink):
19099 Mark unused parameters.
19100 (manual-program): Declare.
19101 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19102 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19103 wrapped in `with-no-warnings' to avoid replacing one warning by another.
19104
19105 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
19106
19107 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
19108
19109 * echistory.el (electric-history-in-progress, Helper-return-blurb):
19110 Declare.
19111
19112 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
19113
19114 * electric.el (Electric-command-loop): Rename parameter
19115 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
19116
19117 * expand.el (expand-in-literal): Remove unused variable `here'.
19118
19119 * facemenu.el (facemenu-add-new-color):
19120 Remove unused variable `docstring'.
19121
19122 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
19123 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
19124 (face-attr-construct): Mark unused parameter. Doc fix.
19125 (read-color): Remove unused variable `hex-string'.
19126
19127 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
19128 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
19129 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
19130 (display-buffer-other-frame): Remove unused variable `old-window'.
19131 (kill-buffer-hook): Declare.
19132 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
19133 Mark unused parameters.
19134 (after-find-file): Pass 1 to `auto-save-mode', not t.
19135
19136 * files-x.el (auto-insert): Declare.
19137 (modify-file-local-variable-prop-line): Remove unused variable `val'.
19138
19139 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
19140 variable `buf'. Mark unused parameter.
19141 (find-lisp-insert-directory): Mark unused parameter.
19142
19143 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
19144 (format-encode-region): Remove unused variables `cur-buf' and `result'.
19145 (format-common-tail): Remove, unused.
19146 (format-deannotate-region): Remove unused variable `loc'.
19147 (format-annotate-region): Remove unused variable `p'.
19148 (format-annotate-single-property-change): Remove unused variables
19149 `default' and `tail'.
19150
19151 * forms.el (read-file-filter): Declare.
19152 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
19153
19154 * frame.el (frame-creation-function-alist): Mark unused parameter.
19155 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
19156
19157 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
19158 Remove unused parameters.
19159 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
19160 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
19161
19162 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
19163 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
19164 (hfy-prepare-tag-map): Mark unused parameters.
19165 (htmlfontify-buffer): Use `called-interactively-p'.
19166
19167 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
19168 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
19169 (ibuffer-do-occur): Mark unused parameters.
19170 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
19171 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
19172
19173 * ibuffer.el: Don't quote `lambda'.
19174 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
19175 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
19176 Mark unused parameters.
19177
19178 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
19179 (ido-completing-read): Mark unused parameters.
19180 (ido-copy-current-word): Mark unused parameters;
19181 remove unused variable `name'.
19182 (ido-sort-merged-list): Remove unused parameter `dirs'.
19183
19184 * ielm.el (ielm-input-sender): Mark unused parameter.
19185 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
19186 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
19187 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
19188 `ielm-string' as a dynamic variable accessible from the IELM prompt.
19189 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
19190
19191 * image-dired.el (image-dired-display-thumbs): Remove unused
19192 variables `curr-file' and `count'.
19193 (image-dired-remove-tag): Remove unused variable `start'.
19194 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
19195 variable `curr-file'
19196 (image-dired-rotate-original): Remove unused variable `temp-file'.
19197 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
19198 Remove unused variable `file'.
19199 (image-dired-gallery-generate): Remove unused variable `curr'.
19200 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
19201
19202 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
19203
19204 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
19205
19206 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
19207
19208 * isearch.el (minibuffer-history-symbol): Declare.
19209 (isearch-edit-string): Remove unused variable `err'.
19210 (isearch-message-prefix, isearch-message-suffix):
19211 Mark unused parameters.
19212
19213 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
19214
19215 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
19216
19217 * makesum.el (double-column): Remove unused variable `cnt'.
19218
19219 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
19220 (ido-ignore-item-temp-list): Declare.
19221
19222 * mouse-drag.el (mouse-drag-throw): Remove unused variables
19223 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
19224 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
19225 (mouse-drag-drag): Remove unused variables `mouse-delta' and
19226 `mouse-col-delta'.
19227
19228 * mouse-sel.el (mouse-extend-internal):
19229 Remove unused variable `orig-window-frame'.
19230
19231 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
19232 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
19233 Move declarations before first use.
19234 (pcomplete-opt): Mark unused parameters; doc fix.
19235
19236 * proced.el (proced-revert): Mark unused parameter.
19237 (proced-send-signal): Remove unused variable `err'.
19238
19239 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
19240 Rename parameter PREFIX-ARG to ARG.
19241 (ps-basic-plot-string, ps-basic-plot-whitespace):
19242 Mark unused parameters.
19243
19244 * replace.el (replace-count): Define.
19245 (occur-revert-function): Mark unused parameters.
19246 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
19247 (isearch-case-fold-search, isearch-string): Declare.
19248 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
19249 bind `case-fold-search'. Remove unused variables `beg' and `end',
19250 and simplify.
19251 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
19252 COUNT and bind `replace-count'.
19253 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
19254 to COUNT.
19255
19256 * savehist.el (print-readably, print-string-length): Declare.
19257
19258 * shadowfile.el (shadow-expand-cluster-in-file-name):
19259 Remove unused variable `cluster'.
19260 (shadow-copy-file): Remove unused variable `i'.
19261 (shadow-noquery, shadow-clusters, shadow-site-cluster)
19262 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
19263 (shadow-define-literal-group, shadow-define-regexp-group)
19264 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
19265
19266 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
19267 (shell): Use `called-interactively-p'.
19268 (shell-directory-tracker): Remove unused variable `chdir-failure'.
19269
19270 * simple.el (compilation-context-lines, comint-file-name-quote-list)
19271 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
19272 (delete-backward-char): Remove unused variable `ocol'.
19273 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
19274 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
19275 (event-apply-hyper-modifier, event-apply-shift-modifier)
19276 (event-apply-control-modifier, event-apply-meta-modifier):
19277 Mark unused parameters.
19278 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
19279 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
19280
19281 * speedbar.el (speedbar-ignored-directory-expressions)
19282 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
19283 (speedbar-find-file, speedbar-dir-follow)
19284 (speedbar-directory-buttons-follow, speedbar-tag-find)
19285 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
19286 (speedbar-buffers-line-directory, speedbar-buffer-click):
19287 Mark unused parameters.
19288 (speedbar-tag-file): Remove unused variable `mode'.
19289 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
19290
19291 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
19292
19293 * talk.el (talk): Remove unused variable `display'.
19294
19295 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
19296 (tar-write-region-annotate): Mark unused parameter.
19297
19298 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
19299 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
19300 Declare them, wrapped in `with-no-warnings' to avoid replacing one
19301 warning by another.
19302
19303 * time-stamp.el (time-stamp-string-preprocess):
19304 Remove unused variable `require-padding'.
19305
19306 * tree-widget.el (widget-glyph-enable): Declare.
19307 (tree-widget-action): Mark unused parameter.
19308
19309 * w32-fns.el (x-get-selection): Mark unused parameter.
19310 (autoload-make-program, generated-autoload-file): Declare.
19311
19312 * wdired.el (wdired-revert): Mark unused parameters.
19313 (wdired-xcase-word): Remove unused variable `err'.
19314
19315 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
19316 (whitespace-help-scroll): Remove unused variable `data-help'.
19317
19318 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
19319 (widget-image-insert, widget-after-change, default)
19320 (widget-default-format-handler, widget-default-notify)
19321 (widget-default-prompt-value, widget-info-link-action)
19322 (widget-url-link-action, widget-function-link-action)
19323 (widget-variable-link-action, widget-file-link-action)
19324 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
19325 (widget-field-prompt-internal, widget-field-action, widget-field-match)
19326 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
19327 (widget-insert-button-action, widget-delete-button-action, visibility)
19328 (widget-documentation-link-action, widget-documentation-string-action)
19329 (widget-const-prompt-value, widget-regexp-match, symbol)
19330 (widget-coding-system-prompt-value)
19331 (widget-key-sequence-value-to-external, sexp)
19332 (widget-sexp-value-to-internal, character, vector, cons)
19333 (widget-choice-prompt-value, widget-boolean-prompt-value)
19334 (widget-color--choose-action): Mark unused parameters.
19335 (widget-item-match-inline, widget-choice-match-inline)
19336 (widget-checklist-match, widget-checklist-match-inline)
19337 (widget-group-match): Rename parameter VALUES to VALS.
19338 (widget-field-value-set): Remove unused variable `size'.
19339 (widget-color-action): Remove unused variables `value' and `start'.
19340
19341 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
19342 variable `dir'. Doc fix.
19343 (windmove-find-other-window): Don't pass it.
19344
19345 * window.el (count-windows): Mark unused parameter.
19346 (bw-adjust-window): Remove unused variable `err'.
19347
19348 * woman.el (woman-file-name): Remove unused variable `default'.
19349 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
19350 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
19351 (global-font-lock-mode): Declare.
19352 (woman-decode-region): Mark unused parameter.
19353 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
19354
19355 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
19356 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
19357 (x-dnd-handle-moz-url): Remove unused variable `title'.
19358 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
19359
19360 * xml.el (xml-parse-tag, xml-parse-attlist):
19361 Remove unused variable `pos'.
19362
19363 2011-04-19 Glenn Morris <rgm@gnu.org>
19364
19365 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
19366 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19367 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19368 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
19369 * calendar/cal-html.el (cal-html-insert-minical):
19370 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
19371 (calendar-mark-date-pattern):
19372 Prefix "unused" locals.
19373
19374 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
19375 optional argument `style'.
19376
19377 * calendar/appt.el (appt-make-list):
19378 * calendar/cal-china.el (calendar-chinese-date-string):
19379 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
19380 (diary-hebrew-yahrzeit):
19381 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
19382 * calendar/calendar.el (calendar-generate-window):
19383 * calendar/time-date.el (time-to-days):
19384 Remove unused local variables.
19385
19386 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
19387
19388 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
19389 glyphless-char-display table.
19390 (tabulated-list-glyphless-char-display): New var.
19391
19392 2011-04-18 Sam Steingold <sds@gnu.org>
19393
19394 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
19395 to acknowledgments.
19396
19397 2011-04-17 Glenn Morris <rgm@gnu.org>
19398
19399 * calendar/diary-lib.el (diary-sexp-entry):
19400 * calendar/holidays.el (holiday-sexp):
19401 Set debug-on-error rather than the removed stack-trace-on-error.
19402
19403 2011-04-16 Glenn Morris <rgm@gnu.org>
19404
19405 * progmodes/f90.el: Use lexical-binding.
19406 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
19407
19408 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19409
19410 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
19411 (mail-mode): Setup mailalias completion here instead.
19412 * mail/mailalias.el: Use lexical-binding.
19413 (pattern, mailalias-done): Declare dynamic.
19414 (mail-completion-at-point-function): New function, from mail-complete.
19415 (mail-complete): Use it.
19416 (mail-completion-expand): New function.
19417 (mail-get-names): Use it.
19418 (mail-directory, mail-directory-process, mail-directory-stream):
19419 Don't use `pattern' for lexically bound arg.
19420
19421 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
19422
19423 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
19424 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
19425 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
19426
19427 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
19428 (byte-save-window-excursion, byte-temp-output-buffer-setup)
19429 (byte-interactive-p): Define them again, for use when inlining
19430 old code.
19431
19432 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
19433
19434 * loadup.el: Use `string-to-number', not `string-to-int'.
19435
19436 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19437
19438 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
19439 gud-gdb-complete-command.
19440 (gud-gdb-completions): New function, from gud-gdb-complete-command.
19441 (gud-gdb-completion-at-point): New function.
19442 (gud-gdb-completions): Remove.
19443
19444 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
19445
19446 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
19447 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
19448 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
19449 whether `executable-find' is bound.
19450
19451 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
19452
19453 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19454
19455 * minibuffer.el (completion-in-region-mode-predicate)
19456 (completion-in-region-mode--predicate): New vars.
19457 (completion-in-region, completion-in-region--postch)
19458 (completion-in-region-mode): Use them.
19459 (completion--capf-wrapper): Also return the hook function.
19460 (completion-at-point, completion-help-at-point):
19461 Adjust and provide a predicate.
19462
19463 Preserve arg names for advice of subr and lexical functions (bug#8457).
19464 * help-fns.el (help-function-arglist): Consolidate the subr and
19465 new-byte-code cases. Add argument `preserve-names' to extract names
19466 from the docstring when needed.
19467 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
19468 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
19469 (ad-arglist): Use help-function-arglist's new arg.
19470 (ad-definition-type): Use cond.
19471
19472 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
19473
19474 * autorevert.el (auto-revert-handler):
19475 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
19476 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
19477 Don't quote lambda.
19478
19479 * image-mode.el (image-transform-set-scale):
19480 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
19481
19482 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19483
19484 * net/network-stream.el (network-stream-open-starttls): Only do
19485 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
19486 Upgrades via gnutls-cli are too slow to be done opportunistically.
19487
19488 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
19489
19490 * dframe.el (dframe-current-frame): Remove spurious quote.
19491
19492 2011-04-12 Glenn Morris <rgm@gnu.org>
19493
19494 * calendar/cal-tex.el (cal-tex-end-document):
19495 Try to automatically use latin1 input if needed.
19496
19497 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
19498 Don't try to cons a mark onto an empty element.
19499
19500 2011-04-11 Leo Liu <sdl.web@gmail.com>
19501
19502 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
19503 buffers.
19504 (ido-kill-buffer-at-head): Support killing virtual buffers.
19505
19506 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
19507
19508 * minibuffer.el (completion-show-inline-help): New var.
19509 (completion--do-completion, minibuffer-complete)
19510 (minibuffer-force-complete, minibuffer-complete-word):
19511 Inhibit minibuffer messages if completion-show-inline-help is nil.
19512
19513 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
19514 to avoid interference from inline help (Bug#5849).
19515
19516 2011-04-10 Leo Liu <sdl.web@gmail.com>
19517
19518 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19519 Fix typo.
19520
19521 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
19522
19523 * image-mode.el (image-toggle-display-image): Signal an error if
19524 not in Image mode.
19525 (image-transform-mode, image-transform-resize)
19526 (image-transform-set-rotation): Doc fix.
19527 (image-transform-set-resize): Delete.
19528 (image-transform-set-scale, image-transform-fit-to-height)
19529 (image-transform-fit-to-width): Handle image-toggle-display-image
19530 and image-transform-resize directly.
19531
19532 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
19533
19534 * doc-view.el (doc-view-fit-width-to-window)
19535 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
19536 New functions for fitting the shown image to the Emacs window size.
19537 (doc-view-mode-map): Add bindings for the new functions.
19538
19539 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
19540
19541 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
19542 Fix typo in docstring.
19543
19544 2011-04-08 Eli Zaretskii <eliz@gnu.org>
19545
19546 * files.el (file-size-human-readable): Produce one digit after
19547 decimal, like "ls -lh" does.
19548
19549 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
19550 the file size representation.
19551
19552 * simple.el (list-processes): If async subprocesses are not
19553 available, error out with a clear error message.
19554
19555 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
19556
19557 * help.el (help-form-show): New function, to be called from C.
19558 Put help-form output in a buffer named differently than *Help*.
19559
19560 2011-04-08 Eli Zaretskii <eliz@gnu.org>
19561
19562 * files.el (file-size-human-readable): New function.
19563
19564 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
19565 computing the representation inline. Don't require `cl'.
19566
19567 2011-04-08 Glenn Morris <rgm@gnu.org>
19568
19569 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
19570
19571 * net/browse-url.el (browse-url-firefox):
19572 Test system-type, not system-configuration.
19573
19574 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
19575 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
19576 Use log-edit-empty-buffer-p. (Bug#7598)
19577
19578 * net/rlogin.el (rlogin-process-connection-type): Simplify.
19579 (rlogin-mode-map): Initialize in the defvar.
19580 (rlogin): Use ignore-errors.
19581
19582 * replace.el (occur-mode-map): Some fixes for menu items.
19583
19584 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
19585
19586 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
19587
19588 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
19589
19590 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
19591 issuing unused warnings.
19592
19593 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
19594 macro directly.
19595
19596 * simple.el: Lisp reimplement of list-processes. Based on an
19597 earlier reimplementation by Leo Liu, but using tabulated-list.el.
19598 (process-menu-mode): New major mode.
19599 (list-processes--refresh, list-processes):
19600 (process-menu-visit-buffer): New functions.
19601
19602 * files.el (save-buffers-kill-emacs): Don't assume any return
19603 value of list-processes, which is undocumented anyway.
19604
19605 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
19606
19607 * emacs-lisp/tabulated-list.el: New file.
19608
19609 * emacs-lisp/package.el: Use Tabulated List mode.
19610 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
19611 (package-menu-mode): Derive from tabulated-list-mode. Set up the
19612 table format using Tabulated List mode variables.
19613 (package--push): New macro, replacing package-list-maybe-add.
19614 (package-menu--generate): Use package--push. Renamed from
19615 package--generate-package-list.
19616 (package-menu-refresh, list-packages): Use it.
19617 (package-menu--print-info): Rename from package-print-package.
19618 Return insertion data instead of inserting it directly.
19619 (package-menu-describe-package, package-menu-execute):
19620 Use tabulated-list-get-id.
19621 (package-menu-mark-delete, package-menu-mark-install)
19622 (package-menu-mark-unmark, package-menu-backup-unmark)
19623 (package-menu-mark-obsolete-for-deletion):
19624 Use tabulated-list-put-tag.
19625 (package--list-packages, package-menu-revert)
19626 (package-menu-get-package, package-menu-get-version)
19627 (package-menu-sort-by-column): Functions deleted.
19628 (package-menu-package-list, package-menu-sort-key): Vars deleted.
19629 (package-menu--status-predicate, package-menu--version-predicate)
19630 (package-menu--name-predicate)
19631 (package-menu--description-predicate): Handle arguments in the
19632 Tabulated List format.
19633 (package-list-packages-no-fetch): Call list-packages.
19634
19635 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
19636
19637 * files.el (after-find-file-from-revert-buffer): Remove variable.
19638 (after-find-file): Don't bind it.
19639 (revert-buffer-in-progress-p): New variable.
19640 (revert-buffer): Bind it.
19641 Pass nil for `after-find-file-from-revert-buffer'.
19642
19643 * saveplace.el (save-place-find-file-hook): Use new variable
19644 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
19645
19646 2011-04-06 Glenn Morris <rgm@gnu.org>
19647
19648 * Makefile.in (AUTOGEN_VCS): New variable.
19649 (autoloads): Use $AUTOGEN_VCS.
19650
19651 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
19652 * calendar/calendar.el (calendar-mode-map):
19653 Check for toolkit scroll bars. (Bug#8305)
19654
19655 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
19656
19657 * minibuffer.el (completion-in-region--postch)
19658 (completion-in-region-mode): Remove unnecessary messages.
19659
19660 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
19661
19662 * font-lock.el (font-lock-refresh-defaults):
19663 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
19664 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
19665
19666 * info.el (Info-directory-list, Info-read-node-name-2)
19667 (Info-split-parameter-string): Doc fixes.
19668 (Info-virtual-nodes): Reflow docstring.
19669 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
19670 (Info-apropos-toc-nodes, info-finder, Info-get-token)
19671 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
19672 Fix typos in docstrings.
19673 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
19674 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
19675 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
19676 (Info-restore-desktop-buffer): Mark unused parameters.
19677 (Info-directory-find-file, Info-directory-find-node)
19678 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
19679 (Info-virtual-index-find-node, Info-apropos-find-file)
19680 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
19681 Mark unused parameters; fix typos in docstrings.
19682 (Info-virtual-index): Remove unused local variable `nodename'.
19683
19684 2011-04-05 Deniz Dogan <deniz@dogan.se>
19685
19686 * net/rcirc.el: Update my e-mail address.
19687 (rcirc-mode-map): Remove M-o binding.
19688
19689 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
19690
19691 * startup.el (command-line): Save the cursor's theme-face
19692 directly, instead of using face-override-spec.
19693
19694 * custom.el (load-theme): Minor optimization in assigning faces.
19695
19696 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
19697
19698 * help-fns.el (describe-variable): Complete all variables having
19699 documentation, including keywords.
19700 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
19701
19702 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
19703
19704 Convert to lexical-binding.
19705
19706 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
19707 (bs--get-marked-string, bs--get-modified-string)
19708 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
19709 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
19710 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
19711
19712 * ehelp.el (electric-help-execute-extended)
19713 (electric-help-ctrl-x-prefix):
19714 * hexl.el (hexl-revert-buffer-function):
19715 * linum.el (linum-after-change, linum-after-scroll):
19716 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
19717
19718 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
19719
19720 2011-04-04 Daiki Ueno <ueno@unixuser.org>
19721
19722 * epa-dired.el:
19723 * epa-mail.el:
19724 * epa-hook.el:
19725 * epa-file.el:
19726 * epa.el:
19727 * epg.el: Use lexical binding.
19728
19729 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
19730
19731 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
19732
19733 * textmodes/flyspell.el (flyspell-word): Recognize default
19734 dictionary case for flyspell-mark-duplications-exceptions.
19735 Use regexp matching for languages.
19736 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
19737 default dictionary (Bug#7926).
19738
19739 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
19740
19741 * emacs-lisp/package.el (package--with-work-buffer):
19742 Recognize https URLs.
19743
19744 * net/network-stream.el: Move from gnus/proto-stream.el.
19745 Change prefix to network-stream throughout.
19746 (open-protocol-stream): Merge into open-network-stream, leaving
19747 open-protocol-stream as an alias. Handle nil BUFFER args.
19748
19749 * subr.el (open-network-stream): Move to net/network-stream.el.
19750
19751 2011-04-02 Glenn Morris <rgm@gnu.org>
19752
19753 * find-dired.el (find-exec-terminator): New option.
19754 (find-ls-option): Test for -ls support.
19755 (find-ls-subdir-switches): Test for -b in find-ls-option.
19756 (find-dired, find-grep-dired): Doc fixes.
19757 (find-dired): Use find-exec-terminator.
19758
19759 * find-dired.el (find-ls-option, find-ls-subdir-switches)
19760 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
19761 (find-name-arg): Remove purecopy.
19762
19763 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
19764 (grep-compute-defaults): Check for `-exec COMMAND +' support.
19765 Set grep-find-use-xargs, grep-find-command, and grep-find-template
19766 accordingly. Don't add the null-device if not needed.
19767
19768 * files.el (save-some-buffers): Doc fix.
19769
19770 2011-04-02 Eli Zaretskii <eliz@gnu.org>
19771
19772 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
19773
19774 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
19775
19776 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
19777 Use `dolist' rather than `mapcar'.
19778
19779 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19780
19781 Add lexical binding.
19782
19783 * subr.el (apply-partially): Use new closures rather than CL.
19784 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
19785 (dolist, dotimes): Use slightly different expansion for lexical code.
19786 (functionp): Move to C.
19787 (letrec): New macro.
19788 (with-wrapper-hook): Use it and apply-partially instead of CL.
19789 (eval-after-load): Preserve lexical-binding.
19790 (save-window-excursion, with-output-to-temp-buffer): Turn them
19791 into macros.
19792
19793 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
19794
19795 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
19796 than the arglist.
19797 (help-add-fundoc-usage): Don't add `Not documented'.
19798 (help-function-arglist): Handle closures, subroutines, and new
19799 byte-code-functions.
19800 (help-make-usage): Remove leading underscores.
19801 (describe-function-1): Handle closures.
19802 (describe-variable): Use special-variable-p for completion.
19803
19804 * files.el (lexical-binding): Declare safe.
19805
19806 * emacs-lisp/pcase.el: Don't use destructuring-bind.
19807 (pcase--memoize): Rename from pcase-memoize. Change weakness.
19808 (pcase): Add `let' pattern.
19809 Change memoization so it actually works.
19810 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
19811 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
19812 <let>: New case.
19813
19814 * emacs-lisp/macroexp.el: Use lexical binding.
19815 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
19816 Don't convert ' to #' without checking that it's indeed quoting
19817 a lambda.
19818
19819 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
19820 Use eval-sexp-add-defvars.
19821 (eval-sexp-add-defvars): New fun.
19822
19823 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
19824
19825 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
19826 Don't autoload.
19827 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
19828 than the internal `byte-compile-lambda'.
19829 (defmethod): Don't hide code under quotes.
19830 (eieio-defmethod): New `code' argument.
19831
19832 * emacs-lisp/eieio-comp.el: Remove.
19833
19834 * emacs-lisp/edebug.el (edebug-eval-defun)
19835 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
19836 (edebug-toggle): Avoid `eval'.
19837
19838 * emacs-lisp/disass.el (disassemble-internal): Handle new
19839 `closure' objects.
19840 (disassemble-1): Handle new byte codes.
19841
19842 * emacs-lisp/cl.el (pushnew): Silence warning.
19843
19844 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
19845 (cl-byte-compile-throw): Remove.
19846 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
19847
19848 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
19849 closures.
19850
19851 * emacs-lisp/cconv.el: New file.
19852
19853 * emacs-lisp/bytecomp.el: Use lexical binding instead of
19854 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
19855 (byte-compile-initial-macro-environment):
19856 Handle declare-function here.
19857 (byte-compile--lexical-environment): New var.
19858 (byte-stack-ref, byte-stack-set, byte-discardN)
19859 (byte-discardN-preserve-tos): New lap codes.
19860 (byte-interactive-p): Don't use any more.
19861 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
19862 New macros.
19863 (byte-compile-lapcode): Use them and handle new lap codes.
19864 (byte-compile-obsolete): Remove.
19865 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
19866 (byte-compile-arglist-warn): Check late def of inlinable funs.
19867 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
19868 since they should have been expanded by now.
19869 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
19870 (byte-compile-from-buffer): Remove unused second arg.
19871 (byte-compile-preprocess): New function.
19872 (byte-compile-toplevel-file-form): New function to distinguish
19873 file-form calls from outside from file-form calls from hunk-handlers.
19874 (byte-compile-file-form): Simplify.
19875 (byte-compile-file-form-defsubst): Remove.
19876 (byte-compile-file-form-defmumble): Simplify now that
19877 byte-compile-lambda always returns a byte-code-function.
19878 (byte-compile): Preprocess.
19879 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
19880 Remove, not used any more.
19881 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
19882 (byte-compile-make-args-desc): New funs.
19883 (byte-compile-lambda): Handle lexical functions. Always return
19884 a byte-code-function.
19885 (byte-compile-reserved-constants): New var, to make up room for
19886 closed-over variables.
19887 (byte-compile-constants-vector): Obey it.
19888 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
19889 (byte-compile-macroexpand-declare-function): New function.
19890 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
19891 byte-code-functions.
19892 (byte-compile-form): Check obsolescence here.
19893 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
19894 (byte-compile-variable-ref): Remove.
19895 (byte-compile-dynamic-variable-op): New fun.
19896 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
19897 (byte-compile-variable-set): New funs.
19898 (byte-compile-discard): Add 2 args.
19899 (byte-compile-stack-ref, byte-compile-stack-set)
19900 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
19901 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
19902 macroexpand-all instead.
19903 (byte-compile-quote-form): Remove.
19904 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
19905 (byte-compile-bind, byte-compile-unbind): New funs.
19906 (byte-compile-let): Handle let* and lexical binding.
19907 (byte-compile-let*): Remove.
19908 (byte-compile-catch, byte-compile-unwind-protect)
19909 (byte-compile-track-mouse, byte-compile-condition-case):
19910 Handle a new :fun-body form, used for lexical scoping.
19911 (byte-compile-save-window-excursion)
19912 (byte-compile-with-output-to-temp-buffer): Remove.
19913 (byte-compile-defun): Simplify.
19914 (byte-compile-stack-adjustment): New fun.
19915 (byte-compile-out): Use it.
19916 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
19917
19918 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
19919 handler any more.
19920
19921 * emacs-lisp/byte-opt.el: Use lexical binding.
19922 (byte-inline-lapcode): Remove (to bytecomp).
19923 (byte-compile-inline-expand): Pay attention to inlining to/from
19924 lexically bound code.
19925 (byte-compile-unfold-lambda): Don't handle byte-code-functions
19926 any more.
19927 (byte-optimize-form-code-walker): Don't handle save-window-excursion
19928 any more and don't call compiler-macros.
19929 (byte-compile-splice-in-already-compiled-code): Remove.
19930 (byte-code): Don't inline any more.
19931 (disassemble-offset): Receive `bytes' as argument rather than via
19932 dynamic scoping.
19933 (byte-compile-tag-number): Declare before first use.
19934 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
19935 `return' even if make-spliceable.
19936 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
19937 obsolete interactive-p.
19938 (byte-optimize-lapcode): Optimize new lap-codes.
19939 Don't trip up on new form of `byte-constant' lap code.
19940
19941 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
19942
19943 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
19944
19945 * custom.el (custom-initialize-default, custom-declare-variable):
19946 Use `defvar'.
19947
19948 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
19949 New variables.
19950 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
19951 (COMPILE_FIRST): Add macroexp and cconv.
19952 * makefile.w32-in: Mirror changes in Makefile.in.
19953
19954 * vc/cvs-status.el:
19955 * vc/diff-mode.el:
19956 * vc/log-edit.el:
19957 * vc/log-view.el:
19958 * vc/smerge-mode.el:
19959 * textmodes/bibtex-style.el:
19960 * textmodes/css-mode.el:
19961 * startup.el:
19962 * uniquify.el:
19963 * minibuffer.el:
19964 * newcomment.el:
19965 * reveal.el:
19966 * server.el:
19967 * mpc.el:
19968 * emacs-lisp/smie.el:
19969 * doc-view.el:
19970 * dired.el:
19971 * abbrev.el: Use lexical binding.
19972
19973 2011-04-01 Eli Zaretskii <eliz@gnu.org>
19974
19975 * info.el (info-display-manual): New function.
19976
19977 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19978
19979 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
19980
19981 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
19982
19983 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
19984 an entry for that server in rcirc-authinfo. (Bug#8385)
19985
19986 2011-03-31 Glenn Morris <rgm@gnu.org>
19987
19988 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
19989
19990 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
19991
19992 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
19993
19994 * progmodes/python.el (python-default-interpreter)
19995 (python-python-command-args, python-jython-command-args)
19996 (python-which-shell, python-which-args, python-which-bufname)
19997 (python-file-queue, python-comint-output-filter-function)
19998 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
19999 variables and functions.
20000
20001 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20002
20003 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20004 (completion-in-region-mode): New minor mode.
20005 (completion-in-region): Use it.
20006 (completion-in-region--data, completion-in-region-mode-map): New vars.
20007 (completion-in-region--postch): New function.
20008 (completion--capf-misbehave-funs, completion--capf-safe-funs):
20009 New vars.
20010 (completion--capf-wrapper): New function.
20011 (completion-at-point): Use it to track well-behavedness of
20012 hook functions.
20013 (completion-help-at-point): New command.
20014
20015 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
20016
20017 * vc/add-log.el (add-change-log-entry): Don't use whitespace
20018 syntax class to search for whitespace on a single line
20019 (Message-ID: <4D938140.4030905@redhat.com>).
20020
20021 2011-03-30 Leo Liu <sdl.web@gmail.com>
20022
20023 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20024 New commands.
20025 (edit-abbrevs-map): Bind them here.
20026 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
20027
20028 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
20029
20030 * allout.el (allout-hide-by-annotation, allout-flag-region):
20031 Reduce possibility of overlay leakage by making them volatile.
20032
20033 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20034 hash is not shared between buffers. Mode initialization is
20035 responsible for giving it a useful starting value.
20036 (allout-item-span): Reduce possibility of overlay leakage by
20037 making them volatile.
20038 (allout-widgets-count-buttons-in-region): Add diagnostic function
20039 for tracking down button overlay leaks.
20040
20041 2011-03-29 Leo Liu <sdl.web@gmail.com>
20042
20043 * ido.el (ido-read-internal): Use the default history var
20044 minibuffer-history if no HISTORY is specified.
20045
20046 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20047
20048 * net/imap.el (imap-shell-open, imap-process-connection-type):
20049 Use imap-process-connection-type for 'shell' streams as well as
20050 Kerberos, SSL, other subprocesses.
20051
20052 2011-03-28 Leo Liu <sdl.web@gmail.com>
20053
20054 * abbrev.el (abbrev-table-empty-p): New function.
20055 (prepare-abbrev-list-buffer): Place empty abbrev tables after
20056 nonempty ones. (Bug#5937)
20057
20058 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20059
20060 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20061
20062 2011-03-27 Leo Liu <sdl.web@gmail.com>
20063
20064 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20065 for foreground and background colors.
20066 (ansi-color-make-color-map): Adapt.
20067
20068 2011-03-25 Leo Liu <sdl.web@gmail.com>
20069
20070 * midnight.el (midnight-time-float): Remove. Note it calculates
20071 the microsecond component incorrectly and seconds-to-time does the
20072 same job.
20073 Remove redundant (require 'timer).
20074
20075 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20076 (ido-completions): Remove unused arguments. (Bug#8329)
20077
20078 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20079
20080 * minibuffer.el (completion--flush-all-sorted-completions):
20081 Remove itself from hook.
20082 (completion-at-point): Let the functions perform the completion
20083 immediately and return nil or t.
20084 * comint.el (comint-dynamic-complete-functions): Now identical to
20085 completion-at-point-functions.
20086 (comint-dynamic-list-input-ring): Remove unused var `index'.
20087 (comint--match-partial-filename, comint--unquote&expand-filename):
20088 New funs, split from comint-match-partial-filename.
20089 (comint-dynamic-complete): Use completion-at-point.
20090 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20091
20092 2011-03-24 Drew Adams <drew.adams@oracle.com>
20093
20094 * thingatpt.el: Support `defun'.
20095
20096 2011-03-23 Leo Liu <sdl.web@gmail.com>
20097
20098 * abbrevlist.el: Move to obsolete/abbrevlist.el.
20099
20100 * help-mode.el (help-mode-finish): Tweak regexp.
20101
20102 2011-03-23 Glenn Morris <rgm@gnu.org>
20103
20104 * eshell/esh-opt.el (eshell-eval-using-options):
20105 Do not bind unused local variable `eshell-option-stub'.
20106
20107 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20108
20109 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20110
20111 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
20112 keymap variable in `with-no-warnings' to avoid a warning when the
20113 keymap has been already `defconst'ed.
20114
20115 2011-03-22 Leo Liu <sdl.web@gmail.com>
20116
20117 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
20118 encode all chars in abbrevs; otherwise use emacs-mule or
20119 utf-8-emacs. (Bug#8308)
20120
20121 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20122
20123 * simple.el (backward-delete-char-untabify):
20124 Avoid warning about using `delete-backward-char'.
20125
20126 * image.el (image-type-file-name-regexps): Make it variable.
20127 `imagemagick-register-types' modifies it, and the user may want
20128 to add new extensions for known image types.
20129 (imagemagick-register-types): Throw error if not using ImageMagick.
20130
20131 2011-03-22 Leo Liu <sdl.web@gmail.com>
20132
20133 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
20134 located before rcirc-prompt-end-marker.
20135 (rcirc-complete): Error if point is not after rcirc prompt.
20136 Handle the case when table is nil.
20137 (rcirc-user-authenticated): Define to fix compiler warning.
20138
20139 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
20140
20141 * custom.el (custom--inhibit-theme-enable): Make it affect only
20142 custom-theme-set-variables and custom-theme-set-faces.
20143 (provide-theme): Ignore custom--inhibit-theme-enable.
20144 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
20145 (custom-enabling-themes): Delete variable.
20146 (enable-theme): Accept only loaded themes as arguments.
20147 Ignore the special custom-enabled-themes variable.
20148 (custom-enabled-themes): Forbid themes from setting this.
20149 Eliminate use of custom-enabling-themes.
20150 (custom-push-theme): Quote "changed" custom var entry.
20151
20152 2011-03-21 Leo Liu <sdl.web@gmail.com>
20153
20154 * ido.el (ido-read-internal): Add ido-selected to history instead
20155 of user input.
20156
20157 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20158
20159 * subr.el (deferred-action-list, deferred-action-function):
20160 Mark obsolete.
20161
20162 2011-03-21 Leo Liu <sdl.web@gmail.com>
20163
20164 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
20165 change on 2011-02-13 (bug#8309).
20166
20167 * minibuffer.el (read-file-name-function): Change default value.
20168 (read-file-name--defaults): Rename from read-file-name-defaults.
20169 (read-file-name-default): Rename from read-file-name.
20170 (read-file-name): Call read-file-name-function.
20171
20172 2011-03-21 Glenn Morris <rgm@gnu.org>
20173
20174 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
20175 Doc fixes.
20176
20177 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
20178
20179 * cus-theme.el: Add missing provide statement.
20180 (customize-create-theme): Extract theme value correctly.
20181 (custom-theme-visit-theme): Autoload.
20182 (customize-create-theme): Prompt before inserting default faces.
20183
20184 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
20185
20186 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
20187 units and musical notes.
20188
20189 2011-03-20 Leo Liu <sdl.web@gmail.com>
20190
20191 * ido.el (ido-read-internal): Use completing-read-default.
20192 (ido-completing-read): Fix compatibility with completing-read.
20193
20194 2011-03-20 Christian Ohler <ohler@gnu.org>
20195
20196 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
20197 (ert-delete-all-tests): Use `called-interactively-p' rather than
20198 `interactive-p'.
20199 (ert--make-xrefs-region): Respect END.
20200
20201 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20202
20203 * dired-aux.el (dired-create-directory): Signal an error if the
20204 directory already exists (Bug#8246).
20205
20206 * facemenu.el (list-colors-display): Call list-faces-display
20207 inside with-help-window.
20208 (list-colors-print): Use display property to align the final
20209 column, instead of checking window-width.
20210
20211 2011-03-19 Eli Zaretskii <eliz@gnu.org>
20212
20213 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
20214 windows-nt systems.
20215 (emerge-protect-metachars): Quote correctly for ms-dos and
20216 windows-nt systems.
20217
20218 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
20219
20220 * info.el (info-initialize): Replace all uses of `:' with
20221 path-separator for compatibility with non-Unix systems.
20222 Cache quoting of path-separator. (Bug#8258)
20223
20224 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
20225
20226 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
20227 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
20228 (mouse-avoidance-mode): Fix typos in docstrings.
20229
20230 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20231
20232 * startup.el (package-subdirectory-regexp): Move from package.el.
20233 Omit \\` and \\', and let callers add them.
20234
20235 * emacs-lisp/package.el (package-strip-version)
20236 (package-load-all-descriptors): Add \\` and \\' to
20237 package-subdirectory-regexp before using it.
20238 (package-untar-buffer): New arg DIR; ensure that file untars only
20239 into this expected directory. Remove superfluous delete-region.
20240 (package-unpack): Caller changed.
20241 (package-tar-file-info): Use package-subdirectory-regexp.
20242
20243 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20244
20245 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
20246 diff-mode-shared-map (bug#8284).
20247 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
20248
20249 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20250
20251 * calendar/time-date.el (format-seconds): Use assoc instead of
20252 assoc-string, since assoc-string doesn't exist in XEmacs.
20253
20254 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
20255
20256 * custom.el (custom-known-themes): Reflow docstring.
20257 (custom-theme-load-path): Fix typo in docstring.
20258 (load-theme): Fix typo in error message.
20259 (custom-available-themes, custom-variable-theme-value):
20260 Use `let', not `let*'.
20261
20262 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
20263
20264 * calc/README: Mention inclusion of musical notes.
20265
20266 * calc/calc-units.el (calc-lu-quant): Rename from
20267 `calc-logunits-quantity'.
20268 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
20269 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
20270 (calc-db): Rename from `calc-dblevel'.
20271 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
20272 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
20273 (calc-np): Rename from `calc-nplevel'.
20274 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
20275 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
20276 (calc-lu-plus): Rename from `calc-logunits-add'.
20277 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
20278 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
20279 (calc-lu-minus): Rename from `calc-logunits-sub'.
20280 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
20281 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
20282 (calc-lu-times): Rename from `calc-logunits-mul'.
20283 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
20284 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
20285 (calc-lu-divide): Rename from `calc-logunits-div'.
20286 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
20287 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
20288
20289 * calc/calc-ext.el (calc-init-extensions): Update the names of the
20290 functions being autoloaded.
20291
20292 * calc/calc.el (calc-lu-power-reference): Rename from
20293 `calc-logunits-power-reference'.
20294 (calc-lu-field-reference): Rename from
20295 `calc-logunits-field-reference'.
20296
20297 * calc/calc-help.el (calc-l-prefix-help):
20298 Mention musical note functions.
20299
20300 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20301
20302 * minibuffer.el (completion-all-sorted-completions):
20303 Use :completion-cycle-penalty text property if present.
20304
20305 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
20306
20307 * allout.el (allout-yank-processing): Adjust for new rebulleting
20308 regime so bullet being yanked is used without prompting the user
20309 for a choice.
20310
20311 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
20312
20313 * startup.el (command-line): Warn the user that _emacs is deprecated.
20314
20315 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
20316
20317 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
20318 (delphi-verbose, delphi-comment-face, delphi-string-face)
20319 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
20320 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
20321 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
20322 (delphi-new-comment-line, delphi-font-lock-defaults)
20323 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
20324 Fix typos in docstrings.
20325
20326 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
20327
20328 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
20329 Invert the roles of character and string values for INSTEAD, so a
20330 string is used for the more common case of a defaulting prompt.
20331
20332 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20333
20334 * progmodes/ruby-mode.el (ruby-backward-sexp):
20335 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
20336 * play/gamegrid.el (gamegrid-make-face):
20337 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
20338 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
20339 * notifications.el (notifications-notify):
20340 * net/xesam.el (xesam-search-engines):
20341 * net/quickurl.el (quickurl-list-insert):
20342 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
20343
20344 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
20345
20346 * startup.el (command-line): Update package subdirectory regexp.
20347
20348 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20349
20350 * allout.el (allout-abbreviate-flattened-numbering)
20351 (allout-mode-deactivate-hook): Fix up obsolescence "date".
20352
20353 * subr.el (read-char-choice): Only show the cursor after the prompt,
20354 not after the answer.
20355
20356 2011-03-15 Kevin Ryde <user42@zip.com.au>
20357
20358 * help-fns.el (variable-at-point): Skip leading quotes, if any
20359 (bug#8253).
20360
20361 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20362
20363 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
20364 warning message.
20365
20366 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
20367
20368 * shell.el (shell): When called interactively, offer to change the
20369 shell file name on remote hosts.
20370
20371 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
20372
20373 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
20374 integration for LDAP parameters. The host, base, user or binddn,
20375 and secret tokens can be specified in a netrc file, for instance.
20376 This is optional because an `auth-source' parameter must be
20377 specified in the search attributes.
20378
20379 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
20380
20381 * help.el (describe-mode): Link to the mode's definition (bug#8185).
20382
20383 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20384
20385 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
20386 into declaration. Remove redundant and harmful binding.
20387
20388 2011-03-12 Eli Zaretskii <eliz@gnu.org>
20389
20390 * files.el (file-ownership-preserved-p): Pass `integer' as an
20391 explicit 2nd argument to `file-attributes'. If the file's owner
20392 is the Administrators group on Windows, and the current user is
20393 Administrator, consider that a match.
20394
20395 * server.el (server-ensure-safe-dir): Consider server directory
20396 safe on MS-Windows if its owner is the Administrators group while
20397 the current Emacs user is Administrator. Use `=' to compare
20398 numerical UIDs, since they could be integers or floats.
20399
20400 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
20401
20402 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
20403
20404 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
20405
20406 Sync with Tramp 2.2.1.
20407
20408 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
20409
20410 * net/trampver.el: Update release number.
20411
20412 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20413
20414 * progmodes/compile.el (compilation--previous-directory): Fix up
20415 various nil/dead-marker mismatches (bug#8014).
20416 (compilation-directory-properties, compilation-error-properties):
20417 Don't call it at a position past the one we're about to change.
20418
20419 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
20420 Disable obsolescence warnings in the file that declares it.
20421
20422 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
20423
20424 * allout-widgets.el (allout-widgets-tally):
20425 Initialize allout-widgets-tally as a hash table rather than nil to
20426 prevent mode-line redisplay warnings. Also, clarify the module
20427 description and fix a comment typo.
20428
20429 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
20430
20431 * help-fns.el (describe-variable): Don't complete keywords.
20432 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
20433
20434 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
20435
20436 * emacs-lisp/package.el (package-version-join): Impose a standard
20437 string representation for pre/alpha/beta version lists.
20438 (package-unpack-single): Standardize the directory name by passing
20439 it through package-version-join.
20440 (package-strip-rcs-id): Accept any version string that does not
20441 signal an error in version-to-list.
20442
20443 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
20444
20445 * simple.el (delete-trailing-whitespace): Return nil for the
20446 benefit of `write-file-functions'.
20447
20448 2011-03-10 Glenn Morris <rgm@gnu.org>
20449
20450 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
20451
20452 * vc/vc-git.el (vc-git-program): New option.
20453 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
20454 (vc-git--call): Use it.
20455
20456 * eshell/esh-util.el (eshell-condition-case): Doc fix.
20457
20458 * cus-edit.el (Custom-newline): If no button at point, look
20459 for a subgroup button at start-of-line. (Bug#2298)
20460
20461 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
20462
20463 2011-03-10 Julien Danjou <julien@danjou.info>
20464
20465 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
20466 `cursor-type' is nil.
20467
20468 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
20469
20470 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
20471
20472 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
20473
20474 * allout.el: Change so yank of distinctive-bullet items
20475 preserves the existing header prefix, rebulleting it if necessary,
20476 rather than replacing it. This is necessary for proper operation
20477 of cooperative addons like allout-widgets.
20478 (allout-make-topic-prefix, allout-rebullet-heading):
20479 Change SOLICIT arg to INSTEAD, and interpret additionally a string
20480 value as alternate bullet to be used, instead of prompting the user
20481 for a bullet character.
20482
20483 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
20484
20485 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20486 Do not use `tramp-file-name-port', because this returns also
20487 `tramp-default-port'.
20488
20489 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
20490
20491 * net/rcirc.el (rcirc-handler-001): Remove useless
20492 with-rcirc-process-buffer.
20493 (rcirc-check-auth-status): Swap arguments to string-match.
20494
20495 2011-03-09 Glenn Morris <rgm@gnu.org>
20496
20497 * shell.el (shell-mode):
20498 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
20499
20500 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
20501 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
20502
20503 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
20504
20505 * emacs-lisp/package.el (package-refresh-contents)
20506 (package-menu-execute): Use condition-case-no-debug.
20507
20508 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
20509
20510 * simple.el (shell-command-to-string): Use `process-file'.
20511
20512 * emacs-lisp/package.el (package-tar-file-info): Handle also
20513 remote files.
20514
20515 * emacs-lisp/package-x.el (package-upload-buffer-internal):
20516 Use `equal' for upload base check.
20517
20518 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
20519
20520 * textmodes/texinfo.el (texinfo-environments):
20521 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
20522
20523 2011-03-08 Glenn Morris <rgm@gnu.org>
20524
20525 * cus-start.el (cursor-in-non-selected-windows):
20526 Fix :set quoting oddness. (Bug#8192)
20527
20528 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
20529 in some setf expressions. (Bug#2159)
20530
20531 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
20532
20533 * custom.el (custom-available-themes): Return themes in
20534 alphabetical order.
20535
20536 See ChangeLog.15 for earlier changes.
20537
20538 ;; Local Variables:
20539 ;; coding: utf-8
20540 ;; End:
20541
20542 Copyright (C) 2011-2012 Free Software Foundation, Inc.
20543
20544 This file is part of GNU Emacs.
20545
20546 GNU Emacs is free software: you can redistribute it and/or modify
20547 it under the terms of the GNU General Public License as published by
20548 the Free Software Foundation, either version 3 of the License, or
20549 (at your option) any later version.
20550
20551 GNU Emacs is distributed in the hope that it will be useful,
20552 but WITHOUT ANY WARRANTY; without even the implied warranty of
20553 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20554 GNU General Public License for more details.
20555
20556 You should have received a copy of the GNU General Public License
20557 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.