Rework the last delsel/electric fix.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * electric.el (electric-pair-delete-selection-self-insert-function):
4 Rename to electric-pair-will-use-region, return a boolean.
5 (electric-pair-mode): Adjust accordingly. Don't require delsel.
6
7 * delsel.el (delete-selection-helper): Use a function instead of a hook.
8 (delete-selection-pre-hook): Use use-region-p.
9 (delete-selection-self-insert-function): Remove.
10 (self-insert-command): Obey self-insert-uses-region-functions.
11 (self-insert-iso): Revert to previous setting, since we don't actually
12 know what that command does.
13 (delete-selection-self-insert-hooks): Remove.
14
15 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
16
17 * delsel.el (delete-selection-helper): New function, extracted from
18 delete-selection-pre-hook.
19 (delete-selection-pre-hook): Use it.
20 (delete-selection-self-insert-function): New function.
21 (delete-selection-self-insert-hooks): New hook.
22 (self-insert-command, self-insert-iso): Use it.
23 * electric.el (electric-pair-syntax): New function, extracted from
24 electric-pair-post-self-insert-function.
25 (electric-pair-post-self-insert-function): Use it.
26 (electric-pair-delete-selection-self-insert-function): New function.
27 (electric-pair-mode): Require delsel and setup
28 delete-selection-self-insert-hooks (bug#11520).
29
30 2012-10-20 Chong Yidong <cyd@gnu.org>
31
32 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
33 no changes to show (Bug#12586).
34
35 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
36 list explicitly (Bug#12571).
37
38 2012-10-20 Arne Jørgensen <arne@arnested.dk>
39
40 * progmodes/flymake.el (flymake-create-temp-inplace):
41 Use file-truename.
42
43 2012-10-20 Eli Zaretskii <eliz@gnu.org>
44
45 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
46
47 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
48
49 * calc/calc-units.el (math-extract-units): Properly extract powers
50 of units.
51
52 2012-10-20 Daniel Colascione <dancol@dancol.org>
53
54 * frame.el (make-frame): Set x-display-name as we used to in order
55 to unbreak creating an X11 frame from an Emacs daemon started
56 without a display.
57
58 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * minibuffer.el (minibuffer-force-complete): Make the next completion use
61 the same completion-field (bug@12221).
62
63 2012-10-19 Martin Rudalics <rudalics@gmx.at>
64
65 * emacs-lisp/debug.el (debug): Record height of debugger window
66 also when debugger will be back (Bug#8789).
67
68 2012-10-18 Chong Yidong <cyd@gnu.org>
69
70 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
71 Convert to defcustom.
72 (gdb-get-source-file): Don't bind pop-up-windows.
73
74 * progmodes/gud.el (gud-display-line): Don't specially re-use
75 other frames for the gdb-mi case (Bug#12648).
76
77 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * emacs-lisp/advice.el: Clean up commentary a bit.
80 (ad-do-advised-functions, ad-with-originals): Use `declare'.
81 (byte-code-function-p): Never redefine.
82
83 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
84
85 2012-10-18 Glenn Morris <rgm@gnu.org>
86
87 * dired.el (dired-sort-toggle): Some ls implementations only allow
88 a single option string. (Bug#12666)
89
90 * minibuffer.el (completion-cycle-threshold): Doc fix.
91
92 2012-10-17 Kenichi Handa <handa@gnu.org>
93
94 * international/mule.el (set-keyboard-coding-system):
95 Recover input meta mode when the new coding system doesn not use 8-bit.
96 Supply TERMINAL arg to set-input-meta-mode.
97
98 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de> (tiny change)
99
100 * wdired.el (wdired-old-marks): New variable.
101 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
102 (wdired-do-renames): Move point with renamed file and don't lose
103 mark status (Bug#11795).
104
105 2012-10-16 Juri Linkov <juri@jurta.org>
106
107 * replace.el (query-replace-help): Mention multi-buffer replacement
108 keys in the Help message. (Bug#12655)
109
110 2012-10-15 Chong Yidong <cyd@gnu.org>
111
112 * emacs-lisp/byte-run.el (defsubst): Doc fix.
113
114 2012-10-14 Eli Zaretskii <eliz@gnu.org>
115
116 * window.el (display-buffer): Doc fix.
117
118 * progmodes/compile.el (compilation-error-regexp-alist-alist):
119 Adjust the msft regexp to the output of Studio 2010, and move msft
120 before edg-1. See the discussion on emacs-devel,
121 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
122 for the details.
123
124 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
125
126 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
127 (oset): Move uses of object-class-fast macro after its definition.
128
129 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
130
131 2012-10-13 Chong Yidong <cyd@gnu.org>
132
133 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
134 enabled, re-enable it (Bug#11963).
135
136 2012-10-13 Martin Rudalics <rudalics@gmx.at>
137
138 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
139 non-nil, restore window configuration (Bug#12623).
140
141 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
142
143 * help-fns.el (describe-variable, describe-function-1):
144 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
145
146 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
147
148 2012-10-12 Glenn Morris <rgm@gnu.org>
149
150 * mail/rmailsum.el (rmail-header-summary):
151 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
152
153 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
154
155 * progmodes/python.el (python-mode-map):
156 Replace subtitute-key-definition with proper command remapping.
157 (python-nav--up-list): Fix behavior for blocks on the same level.
158
159 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
162
163 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
164 changes to the format of load-history.
165
166 * international/mule-cmds.el (read-char-by-name): Move let-binding of
167 completion-ignore-case in case that var is buffer-local (bug#12615).
168
169 2012-10-11 Kenichi Handa <handa@gnu.org>
170
171 * international/eucjp-ms.el: Re-generated.
172
173 2012-10-10 Kenichi Handa <handa@gnu.org>
174
175 * select.el (xselect--encode-string): If a coding is specified for
176 selection, and that is compatible with COMPOUND_TEXT, use it.
177
178 2012-10-10 Martin Rudalics <rudalics@gmx.at>
179
180 * window.el (switch-to-buffer-preserve-window-point): New option.
181 (switch-to-buffer):
182 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
183
184 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
185
186 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
187 Don't document nil as a useful value (bug#12583).
188
189 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
190
191 * net/tramp.el (tramp-debug-message):
192 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
193 (with-tramp-progress-reporter): Rename from
194 `tramp-with-progress-reporter'.
195 (with-tramp-file-property, with-tramp-connection-property):
196 Move from tramp-cache.el, rename from `with-file-property' and
197 `with-connection-property', respectively.
198
199 * net/tramp-cache.el: Remove `with-file-property' and
200 `with-connection-property'.
201
202 * net/tramp.el:
203 * net/tramp-gvfs.el:
204 * net/tramp-sh.el:
205 * net/tramp-smb.el: Adapt callees.
206
207 * net/trampver.el: Update release number.
208
209 2012-10-09 Glenn Morris <rgm@gnu.org>
210
211 * w32-fns.el (set-message-beep):
212 * term/w32-win.el (set-message-beep): Update declarations.
213
214 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
217 (mode-line-widen, mode-line-input-method-map)
218 (mode-line-coding-system-map, mode-line-remote)
219 (mode-line-unbury-buffer, mode-line-bury-buffer)
220 (mode-line-next-buffer, mode-line-previous-buffer):
221 Replace save-selected-window+select-window => with-selected-window.
222
223 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
224 * progmodes/cc-vars.el (bq-process): Remove, unused.
225
226 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
227
228 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
229
230 Implemented `backward-up-list'-like navigation.
231 * progmodes/python.el (python-nav-up-list)
232 (python-nav-backward-up-list): New functions.
233 (python-mode-map): Define substitute key for backward-up-list to
234 python-nav-backward-up-list.
235
236 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
237
238 * progmodes/python.el (python-fill-paragraph): Rename from
239 python-fill-paragraph-function. Fixed fill-paragraph for
240 decorators (Bug#12605).
241
242 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
243
244 * progmodes/python.el (python-shell-output-filter): Handle extra
245 carriage return in OSX (Bug#12409).
246
247 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
248
249 Fix shell handling of unbalanced quotes and parens in output.
250 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
251 (python-syntax-propertize-function): Use it.
252 (python-shell-output-syntax-table): New var.
253 (inferior-python-mode): Prevent unbalanced parens/quotes from
254 previous output mess with current input context.
255
256 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
257
258 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
259 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
260
261 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
262
263 * ffap.el (ffap-replace-file-component): Support Tramp file name
264 syntax, not only ange-ftp's one.
265
266 2012-10-08 Glenn Morris <rgm@gnu.org>
267
268 * cus-start.el (message-log-max): Set :version.
269
270 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
271
272 2012-10-08 Martin Rudalics <rudalics@gmx.at>
273
274 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
275 the minibuffer window (Bug#10851).
276
277 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
278
279 Enhancements on forward-sexp movement.
280 * progmodes/python.el (python-nav-beginning-of-statement)
281 (python-nav-end-of-statement): Return point-marker.
282 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
283 (python-info-current-symbol)
284 (python-info-statement-starts-block-p): Rename from
285 python-info-beginning-of-block-p.
286 (python-info-statement-ends-block-p): Rename from
287 python-info-end-of-block-p.
288 (python-info-beginning-of-statement-p)
289 (python-info-end-of-statement-p)
290 (python-info-beginning-of-block-p, python-info-end-of-block-p):
291 New functions.
292
293 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
296 frame-selected-windows.
297
298 2012-10-08 Daniel Colascione <dancol@dancol.org>
299
300 * battery.el (battery-status-function): Check for
301 w32-battery-status itself, not system-time windows-nt.
302
303 * frame.el: Require cl-lib.
304 (display-format-alist): New variable mapping frame types to
305 functions that initialize them.
306 (window-system-for-display): New function: interprets
307 display-format-alist.
308 (make-frame-on-display): Remove existing display-selection logic
309 and just forward to make-frame, which will now DTRT.
310 (make-frame): Restructure to use window-system-for-display to
311 figure out how to create a frame on a given display.
312 (display-mouse-p): Look for frame-type w32, not a particular
313 system-type.
314
315 * loadup.el: Load w32 lisp code when we have the w32 feature.
316
317 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
318 system-type windows-nt.
319
320 * server.el (server-create-window-system-frame): Look for window
321 type.
322 (server-proces-filter): Only force a window system when windows-nt
323 _and_ w32. Explain why.
324
325 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
326 of window systems we configure for the mode.
327
328 * startup.el (command-line): Mark window system is initialized
329 after we've done it.
330
331 * common-win.el (x-select-text): Look for w32, not windows-nt.
332
333 * ns-win.el: Require cl-lib. Add ourselves to
334 display-format-alist.
335 (ns-initialize-window-system): Assert we're not initialized twice.
336
337 * w32-win.el: Enable lexical binding; require cl-lib; add
338 ourselves to display-format-alist.
339 (w32-handle-dropped-file): Convert incoming dropped files from
340 Windows paths to Cygwin ones before passing them on to the rest of
341 Emacs.
342 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
343 (w32-initialize-window-system): Assert we're not initialized twice.
344
345 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
346 (x-initialize-window-system): Assert we're not initialized twice.
347
348 * w32-common-fns.el: New File.
349 (w32-version, w32-using-nt, w32-get-clipboard-data)
350 (w32-set-clipboard-data, x-set-selection, x-get-selection)
351 (w32-charset-info-alist, x-last-selected, text)
352 (x-get-selection-value, x-selection-value): Move here.
353
354 * w32-fns.el: Require w32-common-fns.
355 (w32-version, w32-using-nt, w32-get-clipboard-data)
356 (w32-set-clipboard-data, x-set-selection, x-get-selection)
357 (w32-charset-info-alist, x-last-selected, text)
358 (x-get-selection-value, x-selection-value): Move to
359 w32-common-fns.
360
361 * w32-vars.el:
362 (w32-allow-system-shell, w32-system-shells): Define only in
363 non-cygwin case.
364
365 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
368 (read-passwd): Remove a few more potential sources of leaks.
369
370 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
371
372 * progmodes/python.el (inferior-python-mode)
373 (python-shell-make-comint): Fix initialization of local
374 variables copied from parent buffer.
375
376 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
377
378 * term/ns-win.el (ns-read-file-name): Update declaration to match
379 nsfns.m.
380 (ns-respond-to-change-font): Change fontsize separatly so we are sure
381 it is set when font is acted upon.
382
383 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
384
385 Enhancements to indentation.
386 * progmodes/python.el (python-indent-context): Give priority to
387 inside-string context. Make comments indentation markers.
388 (python-indent-region): Do not mess with strings, unless it's the
389 enclosing set of quotes.
390
391 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
392
393 * window.el (internal--before-save-selected-window)
394 (internal--after-save-selected-window): New functions extracted from
395 save-selected-window. Make sure we return the `alist' we construct.
396 (save-selected-window): Use them.
397
398 * textmodes/tex-mode.el (tex-recenter-output-buffer):
399 Use with-selected-window.
400
401 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
402 forms that define macros (bug#12593).
403
404 2012-10-07 Kenichi Handa <handa@gnu.org>
405
406 * international/mule-conf.el (compound-text-with-extensions):
407 Add :mime-charset property as x-ctext.
408
409 2012-10-07 Stefan Merten <smerten@oekonux.de>
410
411 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
412 (rst-indent-literal-normal, rst-indent-literal-minimized)
413 (rst-indent-comment): Correct :version tag.
414 (rst-official-cvs-rev): Correct version string.
415
416 2012-10-07 Glenn Morris <rgm@gnu.org>
417
418 * mail/rmailmm.el (rmail-mime-process-multipart):
419 Do not confuse a multipart message with an epilogue
420 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
421
422 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
423
424 Fix shell output retrieval and comint-prompt-regexp init.
425 * progmodes/python.el (inferior-python-mode):
426 (python-shell-make-comint): Fix initialization of
427 comint-prompt-regexp from copied file local variables.
428 (python-shell-fetched-lines): Remove var.
429 (python-shell-output-filter-in-progress): Rename from
430 python-shell-fetch-lines-in-progress.
431 (python-shell-output-filter-buffer): Rename from
432 python-shell-fetch-lines-string.
433 (python-shell-fetch-lines-filter): Delete function.
434 (python-shell-output-filter): New function.
435 (python-shell-send-string-no-output): Use them.
436
437 2012-10-07 Glenn Morris <rgm@gnu.org>
438
439 * hi-lock.el (hi-lock-process-phrase):
440 Try to make it less fragile. (Bug#7161)
441
442 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
443
444 2012-10-06 Glenn Morris <rgm@gnu.org>
445
446 * ehelp.el (electric-help-mode): Use help-mode rather than
447 non-existent mode `help'.
448 (electric-help-map): Use button-buffer-map. (Bug#10917)
449
450 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
451 (reftex-create-bibtex-footer): Fix custom types.
452
453 * progmodes/sh-script.el (sh-indent-after-continuation):
454 Add explicit :group.
455
456 * textmodes/rst.el (rst-preferred-decorations)
457 (rst-shift-basic-offset): Clarify obsolescence versions.
458
459 * profiler.el (profiler): Add missing group :version tag.
460 * avoid.el (mouse-avoidance-banish-position):
461 * proced.el (proced-renice-command):
462 * calc/calc.el (calc-ensure-consistent-units):
463 * calendar/icalendar.el (icalendar-import-format-uid):
464 * net/tramp.el (tramp-save-ad-hoc-proxies):
465 * progmodes/bug-reference.el (bug-reference-bug-regexp):
466 * progmodes/flymake.el (flymake-error-bitmap)
467 (flymake-warning-bitmap, flymake-fringe-indicator-position):
468 * progmodes/sh-script.el (sh-indent-after-continuation):
469 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
470 (verilog-before-save-font-hook, verilog-after-save-font-hook):
471 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
472 (vhdl-array-index-record-field-in-sensitivity-list)
473 (vhdl-indent-comment-like-next-code-line):
474 * textmodes/reftex-vars.el (reftex-ref-style-alist)
475 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
476 (reftex-cite-key-separator, reftex-create-bibtex-header)
477 (reftex-create-bibtex-footer):
478 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
479 (rst-indent-literal-normal, rst-indent-literal-minimized)
480 (rst-indent-comment): Add missing custom :version tags.
481
482 * calendar/timeclock.el (timeclock-modeline-display):
483 Add missing obsolete alias for renamed user option.
484
485 * strokes.el (strokes-modeline-string):
486 * emulation/crisp.el (crisp-mode-modeline-string):
487 * eshell/esh-mode.el (eshell-status-in-modeline):
488 Aliases to defcustoms must come before the defcustom.
489
490 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
491 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
492 (cal-tex-cursor-week-monday): Doc fixes.
493 (cal-tex-cursor-week2-summary): Doc fix.
494 Rename from cal-tex-cursor-week-at-a-glance.
495
496 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
497 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
498
499 * calendar/calendar.el (calendar-mode-map):
500 Add cal-tex-cursor-week2-summary.
501
502 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
503
504 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
505
506 * subr.el (read-passwd-map): New var.
507 (read-passwd): Use `read-string' again.
508 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
509
510 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
511
512 * register.el (append-to-register, prepend-to-register):
513 Deactivate mark, as does `copy-to-register' (bug#12389).
514
515 2012-10-06 Chong Yidong <cyd@gnu.org>
516
517 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
518
519 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
520
521 * international/characters.el: Fix simple mistake ((car chars) ->
522 elt), delete duplicated code.
523
524 2012-10-06 Glenn Morris <rgm@gnu.org>
525
526 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
527
528 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
529
530 * color.el (color-hsl-to-rgb): Fix incorrect results for
531 small and large hue values. (Bug#12559)
532
533 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
534
535 Enhancements to docstring formatting when filling paragraphs.
536 * progmodes/python.el (python-fill-docstring-style): Rename from
537 python-fill-string-style. Added new style.
538 (python-fill-string): Use new style. Better checks for
539 docstrings.
540
541 2012-10-05 Glenn Morris <rgm@gnu.org>
542
543 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
544
545 * color.el (color-name-to-rgb, color-rgb-to-hex)
546 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
547 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
548 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
549 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
550
551 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
552
553 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
554
555 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
556 to get the correct size across symlinks.
557
558 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
559
560 2012-10-04 Juri Linkov <juri@jurta.org>
561
562 * replace.el (query-replace-interactive): Declare obsolete.
563 (query-replace-read-from): Add the last incremental search string
564 to the list of default values accessible via M-n.
565 (map-query-replace-regexp): Use `read-regexp'.
566 (query-replace, query-replace-regexp, query-replace-regexp-eval)
567 (map-query-replace-regexp, replace-string, replace-regexp):
568 Fix docstrings to replace mentions of `query-replace-interactive'
569 with alternatives. (Bug#12526)
570
571 2012-10-04 Juri Linkov <juri@jurta.org>
572
573 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
574 (dired-pop-to-buffer): Declare obsolete.
575 (dired-mark-pop-up): Doc fix.
576
577 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
578
579 Allow user to set docstring style for fill-paragraph.
580 * progmodes/python.el
581 (python-fill-comment-function, python-fill-string-function)
582 (python-fill-decorator-function, python-fill-paren-function):
583 Remove :safe for defcustoms.
584 (python-fill-string-style): New defcustom
585 (python-fill-paragraph-function): Enhance context detection.
586 (python-fill-string): Honor python-fill-string-style settings.
587
588 2012-10-04 Martin Rudalics <rudalics@gmx.at>
589
590 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
591 after setting its buffer (Bug#10805).
592
593 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
594
595 Fix cornercase for string syntax.
596 * progmodes/python.el (python-syntax-propertize-function):
597 Simplify and enhance the regexp for unescaped quotes. Now it also
598 matches quotes in weird situations like the single quote in
599 "something\"'".
600 (python-syntax-stringify): Simplify num-quotes detecting code.
601
602 2012-10-03 Glenn Morris <rgm@gnu.org>
603
604 * help-macro.el (three-step-help):
605 Revert 2012-09-29 change. (Bug#12567)
606
607 2012-10-03 Martin Rudalics <rudalics@gmx.at>
608
609 * menu-bar.el (kill-this-buffer): Don't do anything when
610 `menu-frame' is not alive or visible (Bug#8184).
611
612 * emacs-lisp/debug.el (debug): When quitting the debugger window
613 restore current buffer (Bug#12502).
614
615 2012-10-02 Chong Yidong <cyd@gnu.org>
616
617 * progmodes/hideif.el (hif-lookup, hif-defined):
618 Handle semantic-c-takeover-hideif.
619
620 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
621
622 Change sampling interval units from ms to ns.
623 * profiler.el (profiler-sampling-interval): Change units
624 from ms to ns, multiplying the default by 1000000 so that
625 it remains 1 ms.
626 (profiler-report-cpu-line-format): Give enough room for
627 the maximum counters on 64-bit hosts.
628 (profiler-report-render-calltree-1): Call them "CPU samples",
629 not "Time (ms)", since they are not milliseconds now (and
630 never really were).
631
632 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
633
634 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
635 Fix querying BBDB for entries without a last name (Bug#11580).
636
637 2012-10-02 Chong Yidong <cyd@gnu.org>
638
639 * emacs-lisp/eieio.el: Restore Version header.
640
641 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
642
643 * vc/diff-mode.el (diff--auto-refine-data): New var.
644 (diff-hunk): Use it to delay refinement.
645 (diff-mode): Remove overlays when we turn off font-lock.
646
647 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
648 (table-initialize-table-fixed-width-mode)
649 (table-set-table-fixed-width-mode): Remove functions.
650 (table-command-list): Move initialization into declaration.
651 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
652 (table-with-cache-buffer): Use `declare'.
653 (table-span-cell): Simplify via CSE.
654 (table-fixed-width-mode): Use define-minor-mode.
655 (table-call-interactively, table-funcall, table-apply): Remove.
656 (table-function): New function, to replace them.
657
658 * bookmark.el (bookmark-search-pattern): Remove var.
659 (bookmark-read-search-input): Remove function.
660 (bookmark-bmenu-search): Reimplement using a minibuffer.
661
662 * faces.el (modeline): Remove obsolete face name.
663
664 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
665 and give a non-nil default value.
666 (add-change-log-entry): Simplify accordingly.
667
668 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
669
670 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
671 (vc-git-log-edit-toggle-amend): New function.
672 (vc-git-log-edit-toggle-signoff): New function.
673 (vc-git-log-edit-mode): New major mode.
674 (vc-git-log-edit-mode-map): Keymap for it.
675 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
676
677 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
678 header names.
679 (log-edit-toggle-header): New function.
680 (log-edit-extract-headers): Accept function values in HEADERS alist.
681
682 2012-10-01 David Engster <deng@randomsample.de>
683
684 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
685 from symbol property and change message to be more consistent with
686 Emacs proper.
687 (eieio-describe-generic): Add filename for each implementation.
688 Fix indices for generic and normal methods.
689 (eieio-method-def, eieio-class-def): New buttons.
690 (eieio-help-find-method-definition)
691 (eieio-help-find-class-definition): New functions.
692 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
693 class, constructor and method definitions.
694
695 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
696 information in symbol property.
697 (scoped-class): Remove.
698 (eieio-slot-name-index, call-next-method): Check if it is bound.
699
700 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
701
702 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
703 (eieio-custom-mode): New major mode.
704 (eieio-customize-object): Use it.
705
706 2012-10-01 Eric Ludlam <zappo@gnu.org>
707
708 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
709 specifying the expected class, and whether subclassing is allowed.
710 (eieio-persistent-convert-list-to-object):
711 (eieio-persistent-validate/fix-slot-value)
712 (eieio-persistent-slot-type-is-class-p): New functions.
713 (eieio-named::slot-missing): Doc fix.
714
715 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
716 Stop using unused publd variable.
717
718 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
719 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
720 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
721 (eieio-speedbar-handle-click): Do not specify a class for the
722 method. Fixes method invocation order problems with EDE.
723
724 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
727 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
728
729 2012-10-01 Karl Fogel <kfogel@red-bean.com>
730
731 * bookmark.el (bookmark-version-control): Give tags in the
732 :type choices (Bug#12309), and improve doc string.
733 (bookmark-write-file): Bind `print-circle' to `t' to allow
734 circular custom bookmark types. (Bug#12503)
735
736 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
737
738 Revert the FOLLOW-SYMLINKS change for file-attributes.
739 * files.el (remote-file-name-inhibit-cache, after-find-file):
740 * time.el (display-time-file-nonempty-p): Undo last change.
741
742 * profiler.el (profiler-sampling-interval): Change default back to 1.
743 See Stefan Monnier in
744 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
745
746 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
747
748 Shell output catching a la gud-gdb.
749 * progmodes/python.el (python-shell-fetch-lines-in-progress)
750 (python-shell-fetch-lines-string, python-shell-fetched-lines):
751 New Vars.
752 (python-shell-fetch-lines-filter): New function.
753 (python-shell-send-string-no-output): Use them.
754
755 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
756
757 * profiler.el (profiler-sampling-interval): Rename from
758 profiler-sample-interval.
759 (profiler-sampling-interval): Default to 10.
760 (profiler-find-profile): New command (was profiler-find-log).
761 (profiler-find-profile-other-window): New command.
762 (profiler-find-profile-other-frame): New command.
763 (profiler-profile): Introduce API-level data structure.
764
765 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
766
767 file-attributes has a new optional arg FOLLOW-SYMLINKS.
768 * files.el (remote-file-name-inhibit-cache):
769 * time.el (display-time-file-nonempty-p): Use it.
770 * files.el (after-find-file): Don't chase links before calling
771 file-exists-p, as file-exists-p already does the right thing.
772
773 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
774
775 Merge from standalone RefTeX repository.
776
777 The following ChangeLog entries are shortened versions of the
778 original ones with file paths adapted. A not so strongly edited
779 version of the original ChangeLog can be found in the commit log.
780
781 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
782 (reftex-arg-cite): Use `reftex-cite-key-separator'.
783 Correctly handle new value type returned by `reftex-citation'.
784
785 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
786 that entries with whitespace at various places are found.
787 Doc fix. Include entries that are cross-referenced from cited entries.
788 Include @String definitions in the resulting bib file. Add header
789 and footer defined in `reftex-create-bibtex-header' and
790 `reftex-create-bibtex-footer'.
791 (reftex-do-citation): Make it possible again to insert
792 non-existent entries. Save match data when asking for optional
793 arguments. Return all keys, not just the first one.
794 (reftex-all-used-citation-keys): Fix regexp to correctly extract
795 all citations in the same line.
796 (reftex-parse-bibtex-entry): Accept additional optional argument
797 `raw' and keep quotes or braces if it is non-nil. Match fields
798 containing hyphens besides word constituents.
799 (reftex-get-string-refs): New function.
800 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
801 and ask if it should be reread in case it did.
802 (reftex-pop-to-bibtex-entry)
803 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
804 entries with spaces or tabs in front of arguments.
805 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
806 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
807 Match entries containing numbers and symbol constituents.
808 (reftex-do-citation, reftex-figure-out-cite-format):
809 Use `reftex-cite-key-separator'.
810
811 * textmodes/reftex-dcr.el: Move provide statement to end of file.
812 (reftex-mouse-view-crossref): Explain why point is set.
813
814 * textmodes/reftex-global.el: Whitespace changes.
815
816 * textmodes/reftex-index.el: Move provide statement to end of
817 file.
818 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
819 (reftex-index-visit-phrases-buffer): Set marker when visiting
820 buffer. This allows for returning from the phrases file to the
821 file one was just editing instead of the file where the last
822 phrases was added from.
823 (reftex-index-phrases-syntax-table): New variable. Give ?\"
824 punctuation syntax as it usually is not used as string quote in
825 TeX-related modes and may occur unmatched. The change also
826 prevents fontification of quoted content.
827 (reftex-index-phrases-mode): Use it.
828
829 * textmodes/reftex-parse.el (reftex-parse-from-file):
830 Move backward one char if a `\' was matched after a section macro.
831 (reftex-parse-from-file): Use beginning of match instead of end as
832 bound.
833
834 * textmodes/reftex-ref.el: Adapt creation of
835 `reftex-<package>-<macro>' functions to new structure of
836 `reftex-ref-style-alist'.
837 (reftex-reference): Use `reftex-ref-style-list' function.
838 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
839 reference macro if `reftex-ref-macro-prompt' is non-nil.
840 (reftex-reference): Pass refstyle to `reftex-format-special'.
841 Determine reference macro by looking at
842 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
843 Use only one special format function.
844 (reftex-varioref-vref, reftex-fancyref-fref)
845 (reftex-fancyref-Fref): Remove definitions. The functions are now
846 generated from `reftex-ref-style-alist'.
847 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
848 Remove.
849 (reftex-format-special): New function.
850
851 * textmodes/reftex-sel.el
852 (reftex-select-cycle-ref-style-internal): Adapt to new structure
853 of `reftex-ref-style-alist'. Remove code for testing macro type.
854 (reftex-select-toggle-varioref)
855 (reftex-select-toggle-fancyref): Remove.
856 (reftex-select-cycle-ref-style-internal)
857 (reftex-select-cycle-ref-style-forward)
858 (reftex-select-cycle-ref-style-backward): New functions.
859 (reftex-select-label-map): Use `v' and `V' for general cycling
860 through reference styles. Add `p' for switching between number
861 and page reference types.
862
863 * textmodes/reftex-toc.el (reftex-re-enlarge):
864 Call `enlarge-window' only if there is something to do because in Emacs
865 the horizontal version throws an error even if the parameter is 0.
866
867 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
868 (reftex-plug-into-AUCTeX): Doc fix.
869 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
870 string. Adapt to new name.
871 (reftex-ref-style-alist): Change structure so that it is not
872 possible to use multiple different package names within a style.
873 Remove the symbols for symbols for macro type distinction.
874 Add characters for macro selection.
875 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
876 (reftex-create-bibtex-footer): New variables.
877 (reftex-format-ref-function): Mention third argument of special
878 format function.
879 (reftex-ref-style-alist, reftex-ref-style-default-list):
880 New variables.
881 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
882 to new implementation. Mark as obsolete. Add compatibility code
883 for honoring the variable values in case they are set.
884 (reftex-cite-format-builtin, reftex-bibliography-commands):
885 Add support for ConTeXt.
886 (reftex-format-ref-function, reftex-format-cite-function):
887 Fix custom type.
888 (reftex-cite-key-separator): New variable.
889
890 * textmodes/reftex.el (reftex-syntax-table-for-bib)
891 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
892 `reftex-syntax-table' because parens have to retain their paren
893 syntax in order for parsing of BibTeX entries like @book(...) to
894 work.
895 (reftex-in-comment): Do not error out if `comment-start-skip' is
896 not set. Deal correctly with escaped comment characters.
897 (reftex-tie-multifile-symbols): Add doc string.
898 Initialize `reftex-ref-style-list'.
899 (reftex-untie-multifile-symbols): Add doc string.
900 (reftex-add-index-macros): Doc fix.
901 (reftex-ref-style-activate, reftex-ref-style-toggle)
902 (reftex-ref-style-list): New functions.
903 (reftex-mode-menu): Use them. Adapt to new structure of
904 `reftex-ref-style-alist'.
905 (reftex-select-with-char): Kill the RefTeX Select buffer when
906 done.
907 (reftex-remove-if): New function.
908 (reftex-erase-all-selection-and-index-buffers)
909 (reftex-mode-menu): Reference styles are now computed from
910 `reftex-ref-style-alist'. Fix typo.
911 (reftex-report-bug): New function.
912 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
913 algorithms with O(n log n). Introduce optional argument SORT (not
914 yet used).
915
916 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
917
918 Enhancements for triple-quote string syntax.
919 * progmodes/python.el (python-syntax-propertize-function):
920 Match both quote cases in one regexp.
921 (python-syntax-stringify): Handle matches properly.
922
923 2012-09-30 Juri Linkov <juri@jurta.org>
924
925 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
926 to nil around the call to `insert' to prevent
927 directory time modification by lock_file. (Bug#2295)
928 * tar-mode.el (tar-summarize-buffer): Idem.
929
930 2012-09-30 Juri Linkov <juri@jurta.org>
931
932 * facemenu.el (list-colors-sort): Add option "Luminance".
933 (list-colors-sort-key): Implement it.
934
935 * vc/diff-mode.el (diff-refine-removed):
936 * vc/ediff-init.el (ediff-fine-diff-A):
937 * vc/smerge-mode.el (smerge-refined-removed):
938 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
939
940 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
941
942 * term/ns-win.el (x-file-dialog): New function.
943
944 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
945
946 * ido.el (ido-max-directory-size): Default to nil; the current
947 default is small for POSIX systems, and impractical on Windows 7
948 now that lstat returns directory sizes for NTFS.
949
950 2012-09-30 Martin Rudalics <rudalics@gmx.at>
951
952 In buffer display functions handle window-height/window-width
953 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
954 * window.el (window--display-buffer): New argument ALIST.
955 Obey window-height and window-width alist entries.
956 (window--try-to-split-window): New argument ALIST.
957 Bind window-combination-limit to t when the window's size shall be
958 changed and window-combination-limit equals `window-size'.
959 (display-buffer-in-atom-window)
960 (display-buffer-in-major-side-window)
961 (display-buffer-in-side-window, display-buffer-same-window)
962 (display-buffer-reuse-window, display-buffer-pop-up-frame)
963 (display-buffer-pop-up-window, display-buffer-below-selected)
964 (display-buffer-at-bottom, display-buffer-in-previous-window)
965 (display-buffer-use-some-window): Adjust all callers of
966 window--display-buffer and window--try-to-split-window.
967 (fit-frame-to-buffer): New option.
968 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
969 is non-nil.
970 (display-buffer-in-major-side-window): Evaluate window-height /
971 window-width alist entries.
972
973 * help.el (temp-buffer-resize-frames)
974 (temp-buffer-resize-regexps): Remove options.
975 (temp-buffer-resize-mode): Adjust doc-string.
976 (resize-temp-buffer-window): Don't consult
977 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
978 temp-buffer-resize-frames.
979
980 * dired.el (dired-mark-pop-up):
981 Call display-buffer-below-selected with a fit-window-to-buffer alist
982 entry.
983
984 2012-09-30 Chong Yidong <cyd@gnu.org>
985
986 * server.el (server-host): Document the security implications.
987 (server-auth-key): Doc fix.
988
989 * startup.el (initial-buffer-choice): Doc fix.
990
991 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
992
993 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
994 restriction change.
995
996 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
997
998 * help-fns.el (help-fns--obsolete): Fix last change.
999
1000 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1003 (minor-mode-map-alist): Remove redundant code.
1004
1005 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1006 visited in a buffer.
1007 (cvs-insert-visited-file): New function.
1008 (find-file-hook): Use it.
1009
1010 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1011
1012 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1013 chose face.
1014 (log-edit-empty-buffer-p): Don't require a space after a header.
1015
1016 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1017
1018 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1019
1020 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1021 a proper minor-mode.
1022
1023 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1024
1025 2012-09-29 Glenn Morris <rgm@gnu.org>
1026
1027 * winner.el (winner-mode): Remove variable (let define-minor-mode
1028 handle it).
1029 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1030 Doc fixes.
1031 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1032 (winner-mode): Use define-minor-mode.
1033
1034 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1035 the full definition in loaddefs, rather than duplicating it.
1036
1037 * help-macro.el (three-step-help): No need to autoload defcustom.
1038
1039 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1040 (inferior-lisp-program, inferior-lisp-load-command)
1041 (inferior-lisp-prompt, inferior-lisp-mode-hook):
1042 No need to autoload defcustoms.
1043
1044 * hippie-exp.el (hippie-expand-try-functions-list)
1045 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1046 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1047 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
1048 (hippie-expand-only-buffers): No need to autoload defcustoms.
1049 * progmodes/vhdl-mode.el (vhdl-line-expand):
1050 Explicitly load hippie-exp, so it does not get autoloaded
1051 while hippie-expand-try-functions-list is let-bound.
1052
1053 2012-09-28 Glenn Morris <rgm@gnu.org>
1054
1055 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1056
1057 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1058 Only "cl.el" counts as cl these days.
1059
1060 2012-09-28 Juri Linkov <juri@jurta.org>
1061
1062 Display archive errors in the echo area instead of inserting
1063 to the file buffer.
1064
1065 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1066 to STDERR-TEST that can be a regexp matching a successful output.
1067 Create a temporary file and redirect stderr to it. Search for
1068 STDERR-TEST in the stderr output and display it in the echo area
1069 if no match is found.
1070 (archive-extract-by-file): New function like
1071 `archive-extract-by-stdout' but extracting archives to files
1072 and looking for successful matches in stdout. Function body is
1073 mostly copied from `archive-rar-extract'.
1074 (archive-rar-extract): Use `archive-extract-by-file'.
1075 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
1076
1077 2012-09-28 Leo Liu <sdl.web@gmail.com>
1078
1079 * pcomplete.el (pcomplete-show-completions):
1080 Use minibuffer-message to make pcomplete usable in minibuffer.
1081
1082 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1083
1084 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1085
1086 * type-break.el: Use lexical-binding.
1087 (type-break-mode): Use define-minor-mode.
1088
1089 * emacs-lisp/pcase.el (pcase--mark-used): New.
1090 (pcase--u1): Use it (bug#12512).
1091
1092 * custom.el (load-theme): Set buffer-file-name so the load is recorded
1093 in load-history with the right file name.
1094
1095 2012-09-28 Tassilo Horn <tsdh@gnu.org>
1096
1097 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
1098 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
1099 (doc-view-get-bounding-box): Make bounding box slicing work for
1100 ODF and DVI documents.
1101
1102 2012-09-28 Glenn Morris <rgm@gnu.org>
1103
1104 * type-break.el (type-break-mode, type-break-interval)
1105 (type-break-good-rest-interval, type-break-keystroke-threshold):
1106 No need to autoload.
1107 (type-break-good-rest-interval, type-break-keystroke-threshold):
1108 Add :set-after.
1109
1110 2012-09-28 Chong Yidong <cyd@gnu.org>
1111
1112 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
1113 Add :version tag.
1114
1115 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1116
1117 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
1118
1119 2012-09-27 Glenn Morris <rgm@gnu.org>
1120
1121 * faces.el (x-display-name): Declare (for without-x builds).
1122
1123 * linum.el (linum-format): Don't autoload it. Improve :type.
1124
1125 * progmodes/tcl.el: Don't require outline when compiling.
1126 (outline-regexp, outline-level): Declare.
1127 * textmodes/sgml-mode.el: Don't require outline when compiling.
1128 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
1129
1130 * term.el (term-ansi-reset):
1131 Try setting term-ansi-face-already-done to nil. (Bug#11785)
1132
1133 * vc/vc.el (vc-next-action): Only gripe about committing read-only
1134 files for RCS and SCCS. (Bug#9781)
1135
1136 2012-09-27 Chong Yidong <cyd@gnu.org>
1137
1138 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
1139 change; value should be t.
1140
1141 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1142
1143 * image-mode.el: Use lexical-binding.
1144 (image-mode-winprops): Use t to stand for the window of
1145 a buffer that's not displayed.
1146 * doc-view.el (doc-view-new-window-function): Handle the new
1147 t in winprops.
1148 (doc-view-enlarge): Make it a real nop if the size is not changed.
1149 (doc-view-display): Handle the case where the buffer is not (yet?)
1150 displayed in any window.
1151 (doc-view-saved-settings): New var.
1152 (doc-view-mode): Use it.
1153 (doc-view-fallback-mode): Set it.
1154
1155 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
1156 Set lexical-binding.
1157 (minibuffer-eldef-shorten-default): New var.
1158 (minibuffer-default-in-prompt-regexps): Use it for new default.
1159 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
1160
1161 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1162
1163 * international/uni-bidi.el:
1164 * international/uni-category.el:
1165 * international/uni-name.el:
1166 * international/uni-numeric.el: Regenerate.
1167
1168 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1169 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * profiler.el: New file.
1172
1173 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1174
1175 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
1176 (testcover-reinstrument): Simplify with CSE.
1177
1178 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
1179
1180 * window.el (temp-buffer-window-setup): Fix typo in docstring.
1181
1182 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
1183
1184 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
1185 (verilog-auto-input, verilog-auto-insert-lisp)
1186 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1187 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
1188 (verilog-auto-unused, verilog-auto-wire)
1189 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
1190 newline. Reported by Andrew Jones.
1191 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
1192 Reported by Brad Dobbie.
1193 (verilog-batch-delete-trailing-whitespace):
1194 Create verilog-batch-delete-trailing-whitespace.
1195 Reported by Brad Dobbie.
1196 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
1197 parameters from another module. Reported by Dan Katz.
1198 (verilog-auto, verilog-auto-assign-modport)
1199 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
1200 AUTOINOUTMODPORT for UVM interface module shell generation.
1201 Reported by Brad Dobbie.
1202 (verilog-auto-inst-interfaced-ports): Make default nil, as more
1203 standard behavior.
1204 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
1205 Reported by Matt Martin.
1206
1207 2012-09-25 Martin Rudalics <rudalics@gmx.at>
1208
1209 * window.el (window--resize-child-windows): When resizing child
1210 windows proportionally, process them in reverse order to
1211 preserve the "when splitting a window the new one gets the odd
1212 line" behavior.
1213 (window--resize-root-window-vertically): When resizing the
1214 minibuffer window try to affect only windows at the bottom of the
1215 frame. (Bug#12419)
1216
1217 2012-09-25 Chong Yidong <cyd@gnu.org>
1218
1219 * subr.el (declare): Doc fix.
1220
1221 * help-fns.el (help-fns--obsolete): Handle macros properly.
1222
1223 2012-09-25 Chong Yidong <cyd@gnu.org>
1224
1225 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
1226 this function obsolete.
1227
1228 * calendar/cal-x.el (calendar-two-frame-setup)
1229 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1230 * calendar/calendar.el (american-calendar, european-calendar)
1231 (calendar-for-loop):
1232 * comint.el (comint-dynamic-simple-complete)
1233 (comint-dynamic-complete-as-filename, comint-unquote-filename):
1234 * desktop.el (desktop-load-default):
1235 * dired-x.el (dired-omit-here-always)
1236 (dired-hack-local-variables, dired-default-directory):
1237 * emacs-lisp/derived.el (derived-mode-class):
1238 * emacs-lisp/timer.el (timer-set-time-with-usecs):
1239 * emacs-lock.el (toggle-emacs-lock):
1240 * epa.el (epa-display-verify-result):
1241 * epg.el (epg-sign-keys, epg-start-sign-keys)
1242 (epg-passphrase-callback-function):
1243 * eshell/esh-util.el (eshell-for):
1244 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
1245 (eshell-add-to-window-buffer-names):
1246 * files.el (locate-file-completion):
1247 * imenu.el (imenu-example--create-c-index)
1248 (imenu-example--create-lisp-index)
1249 (imenu-example--lisp-extract-index-name)
1250 (imenu-example--name-and-position):
1251 * international/mule-cmds.el (princ-list):
1252 * international/mule-diag.el (decode-codepage-char):
1253 * international/mule-util.el (detect-coding-with-priority):
1254 * iswitchb.el (iswitchb-read-buffer):
1255 * mail/mailalias.el (mail-complete):
1256 * mail/sendmail.el (mail-sent-via):
1257 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
1258 (mouse-major-mode-menu):
1259 * password-cache.el (password-read-and-add):
1260 * pcomplete.el (pcomplete-parse-comint-arguments):
1261 * progmodes/sh-script.el (sh-maybe-here-document):
1262 * replace.el (query-replace-regexp-eval):
1263 * savehist.el (savehist-load):
1264 * simple.el (choose-completion-delete-max-match):
1265 * term.el (term-dynamic-simple-complete):
1266 * vc/ediff-init.el (ediff-check-version):
1267 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
1268 * vc/vc.el (vc-diff-switches-list):
1269 * view.el (view-return-to-alist-update): Likewise.
1270
1271 * subr.el (eval-next-after-load, makehash, insert-string)
1272 (assoc-ignore-representation, assoc-ignore-case): Use declare to
1273 mark obsolete.
1274 (mode-line-inverse-video): Variable deleted.
1275
1276 * international/mule-util.el (string-to-sequence): Remove.
1277
1278 * calendar/calendar.el (calendar-version):
1279 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
1280 (icalendar-convert-diary-to-ical):
1281 * cus-edit.el (custom-mode):
1282 * ansi-color.el (ansi-color-unfontify-region):
1283 * international/latin1-disp.el (latin1-char-displayable-p):
1284 * progmodes/cwarn.el (turn-on-cwarn-mode):
1285 * progmodes/which-func.el (which-func-update-1):
1286 Use define-obsolete-function-alias.
1287
1288 * net/newst-backend.el (newsticker-cache-filename):
1289 * net/newst-treeview.el (newsticker-groups-filename):
1290 Fix incorrect obsolescence declaration.
1291
1292 * allout.el (allout-passphrase-hint-string): Likewise.
1293 (allout-init): Use a declare form to mark obsolete.
1294
1295 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
1296 this applies to functions.
1297
1298 * iswitchb.el (iswitchb-read-buffer): Move code of
1299 iswitchb-define-mode-map here, and delete that obsolete function.
1300
1301 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
1302 font-lock-reference-face.
1303
1304 2012-09-25 Glenn Morris <rgm@gnu.org>
1305
1306 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
1307 Doc fixes.
1308
1309 * eshell/em-term.el (eshell-term-name):
1310 Default to term-term-name. (Bug#12485)
1311
1312 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1313
1314 * progmodes/python.el (python-shell-send-buffer): Better handling
1315 of "if __name__ == '__main__':" conditionals when sending the buffer.
1316
1317 2012-09-24 Glenn Morris <rgm@gnu.org>
1318
1319 * eshell/esh-cmd.el (eshell-find-alias-function):
1320 Tighten up file-name regexp. (Bug#12499)
1321
1322 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1323
1324 Enhancements for triple-quote string syntax.
1325 * progmodes/python.el (python-quote-syntax): Remove.
1326 (python-syntax-propertize-function): New value.
1327 (python-syntax-count-quotes, python-syntax-stringify):
1328 New functions.
1329
1330 2012-09-24 Chong Yidong <cyd@gnu.org>
1331
1332 * mail/supercite.el (sc-version): Remove obsolete function.
1333 (sc-describe): Don't mark as obsolete, since it is bound.
1334 (sc-submit-bug-report): Remove.
1335
1336 * vc/log-edit.el (cvs-changelog-full-paragraphs)
1337 (cvs-commit-buffer-require-final-newline): Remove.
1338 (log-edit-require-final-newline)
1339 (log-edit-changelog-full-paragraphs): Default to t.
1340
1341 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
1342 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1343 * vc/vc.el (vc-checkout-carefully): Likewise.
1344
1345 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
1346 (emerge-version): Remove.
1347
1348 * progmodes/compile.el (compile-internal): Remove.
1349 (compilation-parse-errors-function): Fix typo.
1350
1351 * international/mule.el (set-char-table-default): Remove.
1352 (set-coding-priority, make-coding-system, generic-char-p)
1353 (charset-list, charset-bytes, charset-id): Use declare to mark
1354 functions as obsolete.
1355
1356 * vc/pcvs-defs.el (cvs-buffer-name-alist)
1357 (cvs-invert-ignore-marks): Remove references to obsolete vars.
1358 * vc/vc-hooks.el (vc-default-registered): Don't use
1359 vc-master-templates.
1360
1361 * font-lock.el (font-lock-reference-face):
1362 Use define-obsolete-variable-alias.
1363
1364 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
1365 * calendar/calendar.el (calendar-font-lock-keywords):
1366 * calendar/diary-lib.el (diary-font-lock-keywords)
1367 (diary-fancy-font-lock-keywords):
1368 * textmodes/reftex-sel.el (reftex-insert-docstruct):
1369 * textmodes/reftex-index.el (reftex-insert-index):
1370 * textmodes/reftex-cite.el (reftex-format-bib-entry):
1371 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1372 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1373 * progmodes/prolog.el (prolog-font-lock-keywords):
1374 * progmodes/idlwave.el (idlwave-idl-keywords):
1375 * progmodes/ada-mode.el (ada-font-lock-keywords):
1376 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
1377
1378 2012-09-24 Glenn Morris <rgm@gnu.org>
1379
1380 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
1381
1382 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
1383
1384 * progmodes/python.el (python-indent-line): More consistent cursor
1385 movement behavior.
1386
1387 2012-09-23 Stefan Merten <smerten@oekonux.de>
1388
1389 * textmodes/rst.el: Fix compiler warning.
1390
1391 2012-09-23 Roland Winkler <winkler@gnu.org>
1392
1393 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
1394 Transcribe also LaTeX hyphenation.
1395 (bibtex-reformat): Bug fix. Do not quote twice the elements of
1396 bibtex-reformat-previous-options.
1397
1398 2012-09-23 Roland Winkler <winkler@gnu.org>
1399
1400 * proced.el (proced-renice-command): New variable.
1401 (proced-marked-processes): New function.
1402 (proced-with-processes-buffer): New macro.
1403 (proced-send-signal): Use them.
1404 (proced-renice): New command bound to r.
1405
1406 2012-09-23 Roland Winkler <winkler@gnu.org>
1407
1408 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
1409 ibuffer-saved-filter-groups has one element, shortcut the call of
1410 completing-read. (Bug#12331)
1411
1412 2012-09-23 Chong Yidong <cyd@gnu.org>
1413
1414 * bindings.el (mode-line-toggle-read-only):
1415 * bs.el (bs-toggle-readonly):
1416 * buff-menu.el (Buffer-menu-toggle-read-only):
1417 * dired.el (dired-toggle-read-only):
1418 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
1419
1420 2012-09-23 Chong Yidong <cyd@gnu.org>
1421
1422 * image.el (image-type-available-p): Adapt to init-image-library
1423 argument changes.
1424
1425 2012-09-22 Juri Linkov <juri@jurta.org>
1426
1427 * dired.el (dired-mode-map): Add [remap read-only-mode] for
1428 `dired-toggle-read-only'. (Bug#12462)
1429
1430 2012-09-22 Martin Rudalics <rudalics@gmx.at>
1431
1432 * subr.el (temp-output-buffer-show): New function.
1433 (with-output-to-temp-buffer): Call temp-output-buffer-show
1434 instead of internal-temp-output-buffer-show.
1435
1436 2012-09-22 Chong Yidong <cyd@gnu.org>
1437
1438 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
1439 (Bug#12462).
1440
1441 * repeat.el (repeat): Doc fix (Bug#12348).
1442
1443 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
1444 (Bug#10909).
1445
1446 * simple.el (shell-command-on-region): Doc fix.
1447 (read-only-mode): Doc fix.
1448
1449 2012-09-22 Eli Zaretskii <eliz@gnu.org>
1450
1451 * emacs-lisp/timer.el (run-with-idle-timer)
1452 (timer-activate-when-idle): Warn against reinvoking an idle timer
1453 from within its own timer action. (Bug#12447)
1454
1455 2012-09-22 Martin Rudalics <rudalics@gmx.at>
1456
1457 * cus-start.el (window-combination-limit): Add new optional
1458 values.
1459 * window.el (temp-buffer-window-show)
1460 (window--try-to-split-window): Handle new values of
1461 window-combination-limit (Bug#1806).
1462 (split-window): Test window-combination-limit for t instead of
1463 non-nil.
1464 (display-buffer-at-bottom): New buffer display action function.
1465 * help.el (temp-buffer-resize-regexps): New option.
1466 (temp-buffer-resize-mode): Rewrite doc-string.
1467 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
1468 Don't resize reused window. Suggested by Glenn Morris.
1469
1470 2012-09-22 Stefan Merten <smerten@oekonux.de>
1471
1472 * textmodes/rst.el: Revamp section title faces.
1473 (rst-official-version)
1474 (rst-package-emacs-version-alist): Sync with official version
1475 V1.4.0.
1476 (rst-faces-defaults, rst-set-level-default)
1477 (rst-level-face-max, rst-level-face-base-color)
1478 (rst-level-face-base-light, rst-level-face-format-light)
1479 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
1480 (rst-adornment-faces-alist): Match new setup.
1481 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
1482 (rst-level-5, rst-level-6): New faces.
1483
1484 2012-09-22 Chong Yidong <cyd@gnu.org>
1485
1486 * simple.el (undo): Handle indirect buffers (Bug#8207).
1487
1488 2012-09-21 Leo Liu <sdl.web@gmail.com>
1489
1490 IDO: Disable match re-ordering for buffer switching.
1491 * ido.el (ido-buffer-disable-smart-matches): New variable.
1492 (ido-set-matches-1): Use it. (Bug#2042)
1493
1494 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
1495
1496 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1497 Fix 2011-05-17 change. (Bug#12418)
1498
1499 2012-09-21 Leo Liu <sdl.web@gmail.com>
1500
1501 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
1502
1503 2012-09-21 Glenn Morris <rgm@gnu.org>
1504
1505 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
1506 Be more robust about locating simple.el.
1507
1508 2012-09-21 Glenn Morris <rgm@gnu.org>
1509
1510 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
1511
1512 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
1513
1514 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
1515
1516 2012-09-20 Juri Linkov <juri@jurta.org>
1517
1518 * replace.el (query-replace-read-from): Use `read-regexp' instead
1519 of `read-from-minibuffer' when `regexp-flag' is non-nil.
1520 (occur-read-primary-args): Use `read-regexp' instead of
1521 `read-string'.
1522 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
1523 `read-from-minibuffer'.
1524 * isearch.el (isearch-occur): Use `read-regexp' instead of
1525 `read-string'.
1526 * dired.el (dired-read-regexp): Use `read-regexp' instead of
1527 `read-from-minibuffer'.
1528 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
1529 of `read-string'. (Bug#7567)
1530
1531 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
1532 and allow accepting a list of strings prepended to a list of
1533 standard default values. Doc fix. (Bug#12321)
1534
1535 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
1536
1537 * replace.el (read-regexp): Don't add ": " when PROMPT already
1538 ends with a colon and space. (Bug#12321)
1539
1540 2012-09-20 Tassilo Horn <tsdh@gnu.org>
1541
1542 * doc-view.el (doc-view-display): Better fix for the cl-assertion
1543 error.
1544
1545 2012-09-20 Stefan Merten <smerten@oekonux.de>
1546
1547 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
1548 Fixes feature request bug#11711.
1549 (rst-mode): Create `imenu-create-index-function'.
1550 (rst-get-stripped-line): Delete after refactoring.
1551 (rst-section-tree, rst-section-tree-rec)
1552 (rst-section-tree-point): Refactor and document properly.
1553 (rst-imenu-find-adornments-for-position)
1554 (rst-imenu-convert-cell, rst-imenu-create-index):
1555 New function.
1556
1557 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
1560 (macroexp--expand-all): Use it.
1561 (macroexp--funcall-and-return): Remove by folding it into its sole
1562 caller (macroexp--warn-and-return).
1563 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
1564 Use macroexp--obsolete-warning.
1565
1566 * calc/calc.el: Fix last change by removing the whole chunk, since it
1567 was only needed back when Calc was not bundled.
1568
1569 2012-09-20 Martin Rudalics <rudalics@gmx.at>
1570
1571 * emacs-lisp/debug.el (debug): Restore assignment to
1572 debugger-old-buffer removed on 2012-09-08.
1573
1574 2012-09-20 Juri Linkov <juri@jurta.org>
1575
1576 * dired-aux.el (dired-diff): Remove (require 'diff) since
1577 `diff-latest-backup-file' is now autoloaded.
1578
1579 2012-09-20 Chong Yidong <cyd@gnu.org>
1580
1581 * vc/diff.el (diff-latest-backup-file): Autoload.
1582
1583 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1584
1585 * calc/calc.el: Remove redundant autoload shape check.
1586 (sel-mode): Don't defvar.
1587 (calc-get-stack-element): Add `sel-mode' arg instead.
1588 (calc-top, calc-top-list): Pass it this additional argument.
1589 * calc/calc-store.el (calc-store-map):
1590 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
1591 (calc-map-equation, calc-outer-product, calc-inner-product):
1592 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
1593
1594 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
1595
1596 2012-09-19 Juri Linkov <juri@jurta.org>
1597
1598 * dired-aux.el (dired-diff): Add (require 'diff) because
1599 `diff-latest-backup-file' is not autoloaded.
1600 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
1601 of `dired-get-filename' to t to not report error when there is
1602 no default file on the current line.
1603
1604 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1605
1606 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
1607 macroexp--eval-if-compile.
1608 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
1609 (macroexp--expand-all): Use them (bug#12371).
1610
1611 * doc-view.el (doc-view-guess-paper-size)
1612 (doc-view-scale-bounding-box): Fix unbound `caddr'.
1613
1614 2012-09-19 Tassilo Horn <tsdh@gnu.org>
1615
1616 New feature: set optimal slice from BoundingBox information.
1617 * doc-view.el (doc-view-mode-map): Add keybinding.
1618 (doc-view-menu): Add menu entry.
1619 (doc-view-set-slice): Adapt docstring.
1620 (doc-view-get-bounding-box, doc-view-guess-paper-size)
1621 (doc-view-scale-bounding-box)
1622 (doc-view-set-slice-from-bounding-box): New functions.
1623 (doc-view-paper-sizes): New defvar.
1624
1625 2012-09-19 Glenn Morris <rgm@gnu.org>
1626
1627 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
1628 (byte-compile-log-warning): Autoload. (Bug#12371)
1629
1630 * calendar/calendar.el (calendar-american-month-header)
1631 (calendar-european-month-header, calendar-iso-month-header)
1632 (calendar-month-header): New options.
1633 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
1634 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
1635
1636 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
1637
1638 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
1639
1640 2012-09-18 Juri Linkov <juri@jurta.org>
1641
1642 * dired-aux.el (dired-diff): Restore original functionality of
1643 getting the default value, but keep new feature of using the
1644 latest existing backup file (`diff-latest-backup-file').
1645
1646 2012-09-18 Juri Linkov <juri@jurta.org>
1647
1648 * dired.el (dired-mark): If the region is active in Transient Mark
1649 mode, mark all files in the active region. Doc fix.
1650 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
1651 Doc fix. (Bug#10624)
1652
1653 2012-09-18 Juri Linkov <juri@jurta.org>
1654
1655 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
1656 attributes for M-n are pulled from the file at point.
1657 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
1658 Suggested by Drew Adams. (Bug#10624)
1659
1660 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
1661
1662 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
1663 whitespace after "end".
1664 (ruby-do-end-to-brace): Collapse block to one line if it fits
1665 within fill-column.
1666
1667 2012-09-18 Martin Rudalics <rudalics@gmx.at>
1668
1669 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
1670 value.
1671 (debug): Don't remove debugger window when debugger is expected
1672 to be back.
1673
1674 2012-09-18 Chong Yidong <cyd@gnu.org>
1675
1676 * custom.el (defface): Doc fix.
1677
1678 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
1679
1680 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
1681
1682 * progmodes/compile.el (compilation-start): Use compilation-always-kill
1683 to initialize query-on-exit; then test that instead (bug#12288).
1684
1685 2012-09-17 Stefan Merten <smerten@oekonux.de>
1686
1687 * textmodes/rst.el: Add support for `testcover'.
1688 (rst-defcustom-testcover, rst-testcover-add-compose)
1689 (rst-testcover-add-1value): New functions.
1690 (rst-portable-mark-active-p): Replace by `use-region-p'.
1691 (rst-update-section, rst-classify-adornment)
1692 (rst-find-title-line): Mark `1value' forms.
1693 (rst-classify-adornment): Remove superfluous form.
1694 (rst-update-section, rst-get-adornments-around)
1695 (rst-adornment-complete-p, rst-get-next-adornment)
1696 (rst-adjust, rst-promote-region)
1697 (rst-display-adornments-hierarchy, rst-straighten-adornments)
1698 (rst-find-pfx-in-region, rst-section-tree-rec)
1699 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
1700 (rst-toc-node, rst-toc, rst-forward-section)
1701 (rst-iterate-leftmost-paragraphs)
1702 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
1703 (rst-bullet-list-region)
1704 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
1705 (rst-compile-find-conf, rst-compile)
1706 (rst-repeat-last-character): Fix style.
1707
1708 2012-09-17 Chong Yidong <cyd@gnu.org>
1709
1710 * comint.el (comint--complete-file-name-data): Don't add a space
1711 if the status is `sole'; that adds a gratuitous space in the
1712 completion-cycling case (Bug#12092).
1713
1714 * pcomplete.el (pcomplete-completions-at-point): Likewise.
1715
1716 2012-09-17 Richard Stallman <rms@gnu.org>
1717
1718 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
1719 only in the mime-shown mode, not in raw mode.
1720 (rmail-mime): Toggle off mime by displaying the message without
1721 mime processing. (Bug#12305)
1722
1723 * mail/rmail.el (rmail-retry-failure):
1724 Turn off mime processing first. (Bug#12037)
1725
1726 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
1727
1728 2012-09-17 Chong Yidong <cyd@gnu.org>
1729
1730 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
1731 (shell-dynamic-complete-functions): Convert to defcustom.
1732 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
1733
1734 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
1735 * comint.el (comint-prompt-read-only):
1736 * custom.el (defcustom):
1737 * hi-lock.el (hi-lock-mode):
1738 * ibuffer.el (ibuffer-formats):
1739 * ielm.el (ielm-prompt-read-only):
1740 * novice.el (disable-command):
1741 * saveplace.el (toggle-save-place):
1742 * speedbar.el (speedbar-supported-extension-expressions):
1743 * startup.el (auto-save-list-file-prefix, init-file-user)
1744 (after-init-hook, inhibit-startup-echo-area-message):
1745 * strokes.el (strokes-help):
1746 * time-stamp.el (time-stamp):
1747 * calendar/calendar.el (calendar, diary-file):
1748 * calendar/diary-lib.el (diary-mail-entries, diary)
1749 (diary-list-entries-hook):
1750 * calendar/holidays.el (holidays, calendar-holidays):
1751 * calendar/lunar.el (lunar-phases):
1752 * calendar/solar.el (sunrise-sunset):
1753 * emulation/edt.el (edt-load-keys):
1754 * emulation/viper.el (viper-mode):
1755 * eshell/em-alias.el (eshell-command-aliases-list):
1756 * eshell/esh-util.el (eshell-convert-numeric-arguments):
1757 * international/ogonek.el (ogonek-information):
1758 * net/tramp-cmds.el (tramp-bug):
1759 * net/quickurl.el (quickurl-reread-hook-postfix):
1760 * play/decipher.el (decipher-font-lock-keywords):
1761 * progmodes/cc-styles.el (c-set-style):
1762 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
1763 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1764 * progmodes/octave-mod.el (octave-mode):
1765 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
1766 * progmodes/verilog-mode.el (verilog-read-defines):
1767 * textmodes/two-column.el (2C-mode): Likewise.
1768
1769 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
1770
1771 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
1772 that holds many addresses.
1773
1774 2012-09-16 Chong Yidong <cyd@gnu.org>
1775
1776 * align.el (align-areas): Call the indication function with
1777 positions instead of markers for arguments (Bug#12343).
1778
1779 * files.el (parse-colon-path): Use split-string (Bug#12351).
1780
1781 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
1782 (display-buffer-function): Mark as obsolete.
1783
1784 * progmodes/compile.el (compilation-parse-errors): Accept list
1785 values similar to font-lock-keywords (Bug#12136).
1786 Suggested by Oleksandr Manzyuk.
1787 (compilation-error-regexp-alist): Doc fix.
1788
1789 2012-09-15 Glenn Morris <rgm@gnu.org>
1790
1791 * version.el (emacs-bzr-version-bzr): New function.
1792 (emacs-bzr-get-version): Add optional EXTERNAL argument.
1793
1794 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
1795 checkouts, check the parent dirstate matches the branch.
1796 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
1797 empty string.
1798
1799 * version.el (emacs-bzr-version): Doc fix.
1800 (emacs-bzr-version-dirstate): New function.
1801 (emacs-bzr-get-version): For lightweight checkouts, if the parent
1802 is local try and check that it matches the branch. If not, just
1803 use dirstate information. (Bug#12441)
1804
1805 2012-09-14 Juri Linkov <juri@jurta.org>
1806
1807 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
1808 (Bug#12399)
1809
1810 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
1813
1814 * emacs-lisp/edebug.el: Miscellaneous cleanup.
1815 Remove obsolete byte-compiler hack that tried to silence some warnings.
1816 (edebug-submit-bug-report): Remove.
1817 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
1818 Remove aliases, use the un-prefixed name instead.
1819 (edebug-pop-to-buffer): Consider other frames.
1820 (edebug-original-read):: Make it more obvious that it's always defined.
1821 (edebug--make-form-data-entry, edebug--form-data-name)
1822 (edebug--form-data-begin, edebug--form-data-end): Rename from the
1823 single-dashed name, and implement with cl-defstruct.
1824 (edebug-set-form-data-entry): Use the standard accessors.
1825 (edebug-make-top-form-data-entry): Use push.
1826 (edebug-no-match): Drop useless `funcall'.
1827 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
1828 to functions.
1829 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
1830 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
1831 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
1832 (easy-menu-define, with-custom-print): Remove redundant specs.
1833 (edebug-outside-overriding-local-map)
1834 (edebug-outside-overriding-terminal-local-map): Remove, unused.
1835 (edebug--display): Bind unread-command-events directly to nil rather
1836 than binding it to unread-command-events and later setting it to nil.
1837 (edebug--display): Kill edebug-eval-buffer here...
1838 (edebug--recursive-edit): ...rather than here.
1839 Bind standard-output and standard-input.
1840 (edebug-eval): Check cl-macroexpand-all is fboundp.
1841 (edebug-temp-display-freq-count): Fix last change.
1842
1843 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
1844 * subr.el (noreturn, 1value): Add `debug' spec.
1845 * emacs-lisp/advice.el: Require cl-lib.
1846 (ad-copy-tree): Remove, use copy-tree instead.
1847 (ad-dolist): Remove use dolist or cl-dolist instead.
1848 (ad-do-return): Remove, use cl-return instead.
1849 (defadvice): Add `debug' spec.
1850
1851 2012-09-13 Juri Linkov <juri@jurta.org>
1852
1853 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
1854 (Bug#12399)
1855
1856 2012-09-13 Glenn Morris <rgm@gnu.org>
1857
1858 * calc/calc.el (math-compose-expr):
1859 * calc/calc-ext.el (math-compose-expr):
1860 * progmodes/cc-defs.el (cl-macroexpand-all):
1861 * progmodes/cc-langs.el (delete-duplicates, mapcan)
1862 (cl-macroexpand-all): Update declarations.
1863
1864 * vc/vc.el: No need to require ediff.
1865 (ediff-load-version-control): Declare.
1866 (ediff-vc-internal): Fix declaration.
1867 (vc-version-ediff): Require ediff.
1868
1869 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1870
1871 Use a more backwards-compatible timer format (Bug#12430).
1872 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
1873 being right after USECS, as that better supports old code that
1874 inadvisedly looked directly at the timer vector.
1875
1876 2012-09-13 Kenichi Handa <handa@gnu.org>
1877
1878 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1879 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
1880 `coding-priority' property of these language environment.
1881
1882 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1883
1884 Fix glitches caused by addition of psec to timers (Bug#12430).
1885 * image.el (image-animate-timer):
1886 * time.el (display-time-world-timer):
1887 Use timer--function and timer--args rather than raw access to
1888 timer vector.
1889
1890 2012-09-13 Glenn Morris <rgm@gnu.org>
1891
1892 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1893 If not compiling a file, try using load-file-name.
1894
1895 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
1898 Fix last change.
1899 (edebug-update-eval-list): Use `push'.
1900
1901 * emacs-lisp/edebug.el: Use lexical-binding.
1902 Remove the "edebug-" prefix from non-dynamically-scoped variables.
1903 Mark unused args with underscore.
1904 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
1905 (edebug-form-data): Use defvar-local.
1906 (edebug-make-before-and-after-form, edebug-make-after-form):
1907 Use backquote.
1908 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
1909 Not dynamically scoped any more.
1910 (edebug--enter-trace): Add arguments `function' and `args'.
1911 Rename from edebug-enter-trace.
1912 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
1913 (edebug--update-coverage): Add `after-index' and `value' args.
1914 Rename from edebug-update-coverage.
1915 (edebug-slow-after): Call it accordingly.
1916 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
1917 edebug-recursive-edit.
1918 (edebug--display): Call it accordingly. Add args `value',
1919 `offset-index', and `arg-mode'. Rename from edebug-display.
1920 (edebug-debugger, edebug): Call it accordingly.
1921 (edebug-eval-display-list): Use dolist.
1922
1923 2012-09-12 Juri Linkov <juri@jurta.org>
1924
1925 * info.el (Info-search): Don't check for isearch-mode and
1926 isearch-regexp before let-binding search-spaces-regexp to
1927 Info-search-whitespace-regexp.
1928 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
1929 search-whitespace-regexp if isearch-lax-whitespace or
1930 isearch-regexp-lax-whitespace is non-nil.
1931 (Info-mode): Don't set local variable search-whitespace-regexp.
1932 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
1933
1934 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
1937 (debugger-env-macro): Remove support for unread-command-char.
1938
1939 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
1940 the temporary map re-appearing on emulation-mode-map-alists.
1941
1942 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
1943 since 22.1.
1944
1945 * ehelp.el (with-electric-help): Accept functions in
1946 electric-help-form-to-execute.
1947 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
1948 And replace unread-command-char -> unread-command-events.
1949
1950 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
1951
1952 Sync with Tramp 2.2.6.
1953
1954 * net/tramp.el (tramp-accept-process-output): Don't use
1955 JUST-THIS-ONE in the XEmacs case.
1956
1957 * net/trampver.el: Update release number.
1958
1959 2012-09-12 Martin Rudalics <rudalics@gmx.at>
1960
1961 * emacs-lisp/debug.el (debugger-previous-window-height):
1962 New variable.
1963 (debug): When debugger-jumping-flag is non-nil try to restore
1964 height of debugger window. (Bug#8789)
1965
1966 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1967
1968 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
1969 overriding-local-map and pre/post-command-hook here.
1970 (edebug-recursive-edit): Do it here instead (bug#12345).
1971 (edebug-outside-unread-command-char): Remove all uses of
1972 unread-command-char.
1973
1974 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
1975 inhibit-debugger is bound instead.
1976
1977 2012-09-11 Bastien Guerry <bzg@gnu.org>
1978
1979 * subr.el (set-temporary-overlay-map): Add a docstring.
1980 (Bug#12346)
1981
1982 2012-09-11 Bastien Guerry <bzg@gnu.org>
1983
1984 * minibuffer.el (completion-table-subvert): Fix docstring.
1985 (Bug#12347)
1986
1987 2012-09-11 Bastien Guerry <bzg@gnu.org>
1988
1989 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
1990
1991 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
1992
1993 * progmodes/sql.el: Version 3.1
1994 (sql-db2-escape-newlines): New variable.
1995 (sql-escape-newlines-filter): Use it.
1996
1997 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
1998
1999 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2000
2001 2012-09-10 Dan Nicolaescu <dann@gnu.org>
2002
2003 * vc/diff-mode.el (diff-mode-menu):
2004 Bind diff-remove-trailing-whitespace.
2005
2006 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
2009 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2010 (emacs-lisp-byte-code-mode): New functions.
2011 (eval-sexp-add-defvars): Don't skip defvars in column >0.
2012 (eval-defun-2): Remove bogus interactive spec.
2013 (lisp-indent-line): Remove redundant whole-exp code, now done in
2014 indent-according-to-mode.
2015 (save-match-data): Remove redundant indent data.
2016
2017 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2018 Use `declare'.
2019
2020 2012-09-09 Juri Linkov <juri@jurta.org>
2021
2022 * replace.el (replace-regexp-lax-whitespace): New defcustom.
2023 (replace-lax-whitespace, query-replace-regexp)
2024 (query-replace-regexp-eval, replace-regexp): Doc fix.
2025 (perform-replace, replace-highlight): Let-bind
2026 isearch-lax-whitespace to replace-lax-whitespace and
2027 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2028
2029 * isearch.el (isearch-query-replace): Let-bind
2030 replace-lax-whitespace to isearch-lax-whitespace and
2031 replace-regexp-lax-whitespace to
2032 isearch-regexp-lax-whitespace. (Bug#10885)
2033
2034 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2037
2038 2012-09-09 Alan Mackenzie <acm@muc.de>
2039
2040 * progmodes/cc-engine.el (c-state-cache-init):
2041 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2042 (c-record-parse-state-state):
2043 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
2044
2045 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
2046
2047 * register.el (register-separator): Rename from
2048 separator-register. All uses changed. Doc fix.
2049 (register): Fix version.
2050
2051 2012-09-09 Chong Yidong <cyd@gnu.org>
2052
2053 * replace.el (query-replace-map): Bind four new symbols for
2054 requesting window scrolling.
2055
2056 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2057 query-replace-map (Bug#8948).
2058
2059 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2060
2061 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2062 since they are now in query-replace-map.
2063
2064 * window.el (scroll-other-window-down): Make the arg optional.
2065
2066 2012-09-09 Chong Yidong <cyd@gnu.org>
2067
2068 * files.el (hack-local-variables-confirm): Use quit-window to kill
2069 the *Local Variables* buffer.
2070
2071 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2072
2073 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2074 not just expect to be at its beginning. Adjust callees.
2075 Succeed when do-end block has no space before the pipe character.
2076 (ruby-brace-to-do-end): When the original block is one-liner,
2077 convert to multiline. Reindent the result.
2078
2079 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
2080
2081 * register.el (register): New group.
2082 (separator-register): New user option.
2083 (increment-register): Route it to `append-to-register', if
2084 register contains text. Implication is that `C-x r +' can now be
2085 used for appending to a text register (bug#12217).
2086 (append-to-register, prepend-to-register): Add separator based on
2087 `separator-register'.
2088
2089 2012-09-08 Alan Mackenzie <acm@muc.de>
2090
2091 AWK Mode: make auto-newline work when there's "==" in the pattern.
2092 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
2093 correctly.
2094 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2095 Test more rigorously for "=" token.
2096
2097 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2098
2099 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
2100 Only fail when reached LIMIT.
2101
2102 2012-09-08 Chong Yidong <cyd@gnu.org>
2103
2104 * dired.el (dired-mode-map): Don't bind M-=.
2105
2106 * dired-aux.el (dired-diff): Use backup file as default.
2107
2108 2012-09-08 Drew Adams <drew.adams@oracle.com>
2109
2110 * subr.el (add-to-history): Fix delete usage (Bug#12314).
2111
2112 2012-09-08 Chong Yidong <cyd@gnu.org>
2113
2114 * subr.el (syntax-after, syntax-class): Doc fix.
2115
2116 2012-09-08 Martin Rudalics <rudalics@gmx.at>
2117
2118 * window.el (display-buffer-in-previous-window): New buffer
2119 display action function.
2120
2121 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
2122 (debugger-previous-window): New variable.
2123 (debug): Rewrite using display-buffer-in-previous-window,
2124 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
2125
2126 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2127
2128 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
2129
2130 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
2131
2132 * progmodes/python.el (python-shell-send-string):
2133 When default-directory is remote, create temp file on remote
2134 filesystem.
2135 (python-shell-send-file): When file is remote, pass local view of
2136 file paths to remote Python interpreter. (Bug#12340)
2137
2138 2012-09-07 Chong Yidong <cyd@gnu.org>
2139
2140 * window.el (switch-to-buffer): Doc fix (Bug#12181).
2141
2142 * files.el (after-find-file): Don't fail on a read-only buffer if
2143 require-final-newline is `visit' or `visit-save' (Bug#11156).
2144
2145 * subr.el (read-char-choice): Allow quitting via ESC ESC.
2146
2147 * userlock.el (ask-user-about-supersession-threat):
2148 Use read-char-choice (Bug#12093).
2149
2150 2012-09-07 Chong Yidong <cyd@gnu.org>
2151
2152 * subr.el (buffer-narrowed-p): New function.
2153
2154 * ses.el (ses-widen):
2155 * simple.el (count-words--buffer-message):
2156 * net/browse-url.el (browse-url-of-buffer): Use it.
2157
2158 * simple.el (count-words-region): Don't signal an error if there
2159 is a non-nil prefix arg and the mark is not set.
2160
2161 * help.el (describe-key-briefly): Allow the message to be seen
2162 when invoked from the minibuffer (Bug#7014).
2163
2164 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2165
2166 * progmodes/ruby-mode.el (ruby-end-of-defun)
2167 (ruby-beginning-of-defun): Simplify, allow indentation before
2168 block beginning and end keywords.
2169 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
2170 (ruby-end-of-defun): Expect that the point is at the beginning of
2171 the defun.
2172
2173 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
2176 (bug#12367).
2177 (cl--make-usage-args): Strip _ from argument names.
2178
2179 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2180
2181 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
2182 obsolete alias speedbar-key-map.
2183 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
2184 (vhdl-index-menu-init): Don't use obsolete variable
2185 font-lock-maximum-size.
2186
2187 2012-09-06 Chong Yidong <cyd@gnu.org>
2188
2189 * frame.el (window-system-version): Mark as obsolete.
2190
2191 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
2192 of obsolete variable speedbar-key-map.
2193
2194 2012-09-06 Juri Linkov <juri@jurta.org>
2195
2196 * replace.el (replace-lax-whitespace): New defcustom.
2197 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2198 (replace-string, replace-regexp): Mention it in docstrings.
2199 (perform-replace, replace-highlight): Let-bind
2200 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
2201 to the values of replace-lax-whitespace and regexp-flag.
2202 Don't let-bind search-whitespace-regexp. (Bug#10885)
2203
2204 * isearch.el (isearch-query-replace): Let-bind
2205 replace-lax-whitespace instead of let-binding
2206 replace-search-function and replace-re-search-function.
2207 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
2208 and isearch-regexp-lax-whitespace to lazy-highlight variables.
2209 (isearch-toggle-symbol): Set isearch-regexp to nil
2210 in isearch-word mode (like in isearch-toggle-word).
2211
2212 2012-09-06 Juri Linkov <juri@jurta.org>
2213
2214 * replace.el (replace-search-function)
2215 (replace-re-search-function): Set default values to nil.
2216 (perform-replace): Let-bind isearch-related variables based on
2217 replace-related values, call `isearch-search-fun' and let-bind
2218 the result to `search-function'. Remove code that sets
2219 `search-function' and `search-string' separately for
2220 `delimited-flag'.
2221 (replace-highlight): Add new argument `delimited-flag' and
2222 rename other arguments to the names used in `perform-replace'.
2223 Let-bind `isearch-word' to the argument `delimited-flag'.
2224 (Bug#10885, bug#10887)
2225
2226 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2227
2228 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
2229 ruby-beginning-of-indent, simplify, allow all keywords to have
2230 indentation before them.
2231 (ruby-beginning-of-indent): Adjust for above. Search until the
2232 found point is not inside a string or comment.
2233 (ruby-font-lock-keywords): Allow symbols to start with "@"
2234 character, give them higher priority than variables.
2235 (ruby-syntax-propertize-function)
2236 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
2237 matchers. Expression expansions are not comments when inside a
2238 string, and there comment syntax status is irrelevant.
2239 (ruby-match-expression-expansion): New function. Check that
2240 expression expansion is inside a string, and it's not escaped.
2241 (ruby-font-lock-keywords): Use it.
2242
2243 2012-09-05 Martin Rudalics <rudalics@gmx.at>
2244
2245 * help.el (temp-buffer-max-height): New default value.
2246 (temp-buffer-resize-frames): New option.
2247 (resize-temp-buffer-window): Optionally resize frame.
2248
2249 * window.el (fit-frame-to-buffer-bottom-margin): New option.
2250 (fit-frame-to-buffer): New function.
2251
2252 2012-09-05 Glenn Morris <rgm@gnu.org>
2253
2254 * emulation/cua-rect.el (cua--init-rectangles):
2255 * textmodes/picture.el (picture-mode-map):
2256 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
2257 like forward-char and backward-char. (Bug#12317)
2258
2259 2012-09-05 Leo Liu <sdl.web@gmail.com>
2260
2261 * progmodes/flymake.el (flymake-warning-re): New variable.
2262 (flymake-parse-line): Use it.
2263
2264 2012-09-05 Glenn Morris <rgm@gnu.org>
2265
2266 * calendar/holidays.el (holiday-christian-holidays):
2267 Rename an entry. (Bug#12289)
2268
2269 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2270
2271 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
2272 (bug#12222).
2273
2274 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2275
2276 * loadup.el: Load macroexp. Remove hack.
2277 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
2278 (macroexp--expand-all): Use it to get better warnings.
2279 (macroexp--backtrace, macroexp--trim-backtrace-frame)
2280 (internal-macroexpand-for-load): New functions.
2281 (macroexp--pending-eager-loads): New var.
2282 (emacs-startup-hook): New hack to replace one in loadup.el.
2283 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
2284 (cl--compiler-macro-cXXr): Move to top, before they can be used.
2285 (cl-psetf): Simplify.
2286 (cl-defstruct): Add indent rule.
2287
2288 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2289
2290 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
2291 over `user-mail-address' for the SMTP MAIL FROM envelope.
2292 (smtpmail-via-smtp): Ditto.
2293
2294 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
2295
2296 * progmodes/ruby-mode.el: Clean up keybindings.
2297 (ruby-mode-map): Don't bind ruby-electric-brace,
2298 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
2299 backward-kill-word, reindent-then-newline-and-indent.
2300 (ruby-mark-defun): Remove.
2301 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
2302 (ruby-mode): Set local beginning-of-defun-function and
2303 end-of-defun-function values.
2304
2305 2012-09-03 Martin Rudalics <rudalics@gmx.at>
2306
2307 * window.el (temp-buffer-window-setup-hook)
2308 (temp-buffer-window-show-hook): New hooks.
2309 (temp-buffer-window-setup, temp-buffer-window-show)
2310 (with-temp-buffer-window): New functions.
2311 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
2312 (special-display-popup-frame): Make sure the window used shows BUFFER.
2313
2314 * help.el (temp-buffer-resize-mode): Fix doc-string.
2315 (resize-temp-buffer-window): New optional argument WINDOW.
2316
2317 * files.el (recover-file, save-buffers-kill-emacs):
2318 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
2319
2320 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
2321
2322 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
2323 remote definition of `default-directory', ensure we can connect.
2324
2325 2012-09-02 Juri Linkov <juri@jurta.org>
2326
2327 Toggle whitespace matching mode with M-s SPC.
2328 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
2329
2330 * isearch.el (search-whitespace-regexp): Doc fix.
2331 Remove cons cell customization.
2332 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
2333 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
2334 New variables.
2335 (isearch-forward, isearch-forward-regexp): Doc fix.
2336 (isearch-toggle-lax-whitespace): New command.
2337 (search-forward-lax-whitespace, search-backward-lax-whitespace)
2338 (re-search-forward-lax-whitespace)
2339 (re-search-backward-lax-whitespace): New functions.
2340 (isearch-whitespace-regexp): Remove function.
2341 (isearch-query-replace): Let-bind replace-search-function and
2342 replace-re-search-function.
2343 (isearch-occur): Let-bind search-spaces-regexp according to the
2344 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
2345 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
2346 condition for C-q SPC.
2347 (isearch-search-fun-default): Use new functions mentioned above.
2348 (isearch-search-forward, isearch-search-backward): Remove functions.
2349 (isearch-search): Don't let-bind search-spaces-regexp.
2350 (isearch-lazy-highlight-space-regexp): Remove variable.
2351 (isearch-lazy-highlight-lax-whitespace)
2352 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
2353 (isearch-lazy-highlight-new-loop): Use them.
2354 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
2355
2356 2012-09-02 Chong Yidong <cyd@gnu.org>
2357
2358 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
2359
2360 2012-09-02 Glenn Morris <rgm@gnu.org>
2361
2362 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
2363
2364 2012-09-01 Glenn Morris <rgm@gnu.org>
2365
2366 * term.el: Tidy up menu definitions.
2367 (term-mode-map): Use easymenu for In/Out, Complete menus.
2368 (term-pager-break-map): Initialize in the defvar.
2369 (term-terminal-menu, term-signals-menu): Define with easymenu.
2370 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
2371 (term-pager-menu): New, extracted from term-process-pager.
2372 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
2373 (term-update-mode-line): Propertize line/char and page items.
2374 (term-process-pager): Move keymap initialization elsewhere.
2375
2376 2012-09-01 Martin Rudalics <rudalics@gmx.at>
2377
2378 * window.el (switch-to-prev-buffer): Handle additional values of
2379 BURY-OR-KILL argument. Don't switch in minibuffer window.
2380 (switch-to-next-buffer): Don't switch in minibuffer window.
2381 (quit-restore-window): New function based on quit-window.
2382 Handle additional values of former KILL argument.
2383 (quit-window): Call quit-restore-window with appropriate
2384 interpretation of KILL argument.
2385 (display-buffer-below-selected): New buffer display action
2386 function.
2387
2388 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2389
2390 * minibuffer.el (completion-at-point-functions): Complete docstring
2391 (bug#12254).
2392
2393 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2394
2395 Better seed support for (random).
2396 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
2397 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
2398 * play/mpuz.el, play/tetris.el, play/zone.el:
2399 * calc/calc-comb.el (math-init-random-base):
2400 * play/blackbox.el (bb-init-board):
2401 * play/life.el (life):
2402 * server.el (server-use-tcp):
2403 * type-break.el (type-break):
2404 Remove unnecessary call to (random t).
2405 * net/sasl.el (sasl-unique-id-function):
2406 Change (random t) to (random), now that the latter is more random.
2407 * play/life.el (life-initialized): Remove no-longer-needed var.
2408
2409 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
2410
2411 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2412 Consider frame's buffer predicate when choosing the buffer.
2413 (Bug#12081)
2414
2415 2012-08-30 Richard Stallman <rms@gnu.org>
2416
2417 * simple.el (special-mode-map): Delete binding for `z'.
2418
2419 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
2420
2421 * progmodes/compile.el (compilation-always-kill): Doc fix.
2422
2423 2012-08-30 Chong Yidong <cyd@gnu.org>
2424
2425 * window.el (display-buffer-reuse-frames): Make the obsolescence
2426 message more informative.
2427
2428 2012-08-30 Glenn Morris <rgm@gnu.org>
2429
2430 * paren.el (show-paren-delay):
2431 Add a :set function. Doc fix. (Bug#12297)
2432
2433 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
2434
2435 * progmodes/compile.el (compilation-always-kill): New var.
2436 (compilation-start): Use it.
2437
2438 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2439
2440 * simple.el (read-only-mode): Move from files.el for bootstrapping.
2441 * files.el (read-only-mode): Move to simple.el.
2442
2443 * files.el (read-only-mode): New minor mode.
2444 (toggle-read-only): Use it and mark obsolete.
2445 (find-file--read-only):
2446 * vc/vc.el (vc-next-action, vc-checkout):
2447 * vc/vc-cvs.el (vc-cvs-checkout):
2448 * obsolete/vc-mcvs.el (vc-mcvs-update):
2449 * ffap.el (ffap--toggle-read-only): Update callers.
2450
2451 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
2452
2453 * eshell/esh-ext.el (eshell-external-command): Do not examine
2454 remote shell scripts.
2455 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
2456
2457 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
2458 "/usr/local/sbin".
2459
2460 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
2463
2464 2012-08-28 Leo Liu <sdl.web@gmail.com>
2465
2466 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
2467 completion-at-point. (Bug#12220)
2468
2469 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
2470
2471 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
2472
2473 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
2476 be buffer-local; add delete-trailing-whitespace (bug#12259).
2477
2478 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
2479
2480 * progmodes/hideif.el (hif-compress-define-list):
2481 Fix typo. (Bug#11951)
2482
2483 2012-08-28 Dan Nicolaescu <dann@gnu.org>
2484
2485 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
2486 buffer local setting.
2487
2488 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
2489 rcirc-encode-coding-system.
2490
2491 2012-08-28 Leo Liu <sdl.web@gmail.com>
2492
2493 * net/rcirc.el (rcirc-split-message): New function.
2494 (rcirc-send-message): Use it. (Bug#12051)
2495
2496 2012-08-28 Juri Linkov <juri@jurta.org>
2497
2498 * info.el (Info-fontify-node): Hide empty lines at the end of
2499 the node. (Bug#12272)
2500
2501 2012-08-27 Drew Adams <drew.adams@oracle.com>
2502
2503 * dired.el (dired-pop-to-buffer): Make window start at beginning
2504 of buffer (Bug#12281).
2505
2506 2012-08-26 Chong Yidong <cyd@gnu.org>
2507
2508 * window.el (special-display-regexps, special-display-frame-alist)
2509 (special-display-buffer-names, special-display-function)
2510 (display-buffer-reuse-frames): Mark as obsolete.
2511
2512 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
2513
2514 * help.el (help-print-return-message): Don't treat
2515 display-buffer-reuse-frames specially.
2516
2517 2012-08-26 Chong Yidong <cyd@gnu.org>
2518
2519 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2520 New variable, replacing gdb-frame-parameters.
2521 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
2522 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
2523 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
2524 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
2525 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
2526 the functions directly with gdb-display-buffer-other-frame-action.
2527 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
2528 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
2529 (gdb-display-stack-buffer, gdb-display-locals-buffer)
2530 (gdb-display-registers-buffer): Define directly.
2531 (def-gdb-display-buffer): Macro deleted.
2532 (gdb-display-buffer): Remove second and third args, callers don't
2533 use them. Defer to the default display-buffer behavior, apart
2534 from making windows dedicated.
2535 (gdb-setup-windows): Don't call display-buffer unnecessarily.
2536
2537 * progmodes/gud.el (gud-display-line): Just use display-buffer.
2538
2539 * window.el (display-buffer-pop-up-frame): Handle a
2540 pop-up-frame-parameters alist entry.
2541 (display-buffer): Document it.
2542
2543 2012-08-26 Chong Yidong <cyd@gnu.org>
2544
2545 * isearch.el (search-whitespace-regexp): Make string and nil
2546 values apply to both ordinary and regexp search. Allow a cons
2547 cell value to distinguish between the two.
2548 (isearch-whitespace-regexp, isearch-search-forward)
2549 (isearch-search-backward): New functions.
2550 (isearch-occur, isearch-search-fun-default, isearch-search)
2551 (isearch-lazy-highlight-new-loop): Use them.
2552 (isearch-forward, isearch-forward-regexp): Doc fix.
2553
2554 2012-08-26 Chong Yidong <cyd@gnu.org>
2555
2556 * faces.el (help-argument-name): Always inherit from italic
2557 (Bug#12213).
2558
2559 2012-08-25 Martin Rudalics <rudalics@gmx.at>
2560
2561 * window.el (window--even-window-heights): Even heights when
2562 WINDOW and the selected window form a vertical combination.
2563 (display-buffer-use-some-window): Provide that window used gets
2564 sized back by quit-window. (Bug#11880) and (Bug#12091)
2565
2566 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2567
2568 Fix file time stamp problem with bzr and CVS (Bug#12001).
2569 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
2570 in the file's time stamp, since the version control system loses
2571 that information.
2572
2573 2012-08-22 Juri Linkov <juri@jurta.org>
2574
2575 * info.el (Info-fontify-node): Hide the suffix of the
2576 Info file name in the header line. (Bug#12187)
2577
2578 2012-08-22 Glenn Morris <rgm@gnu.org>
2579
2580 * calendar/cal-tex.el (cal-tex-weekly-common):
2581 Restore leading blank page.
2582
2583 2012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
2584
2585 * misc.el (forward-to-word, backward-to-word): Activate or extend
2586 the region under `shift-select-mode'. (Bug#12231)
2587
2588 2012-08-22 Bastien Guerry <bzg@gnu.org>
2589
2590 * progmodes/executable.el (executable-prefix): Set to "#!" instead
2591 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
2592 gives details on why the space is never needed.
2593
2594 2012-08-22 Martin Rudalics <rudalics@gmx.at>
2595
2596 * window.el (walk-window-tree, window-with-parameter):
2597 New optional argument MINIBUF to control whether these functions
2598 should run on the minibuffer window.
2599 (window-at-side-list): Don't operate on minibuffer window.
2600 (window-in-direction): Simplify and rewrite doc-string.
2601 (window--size-ignore): Rename to window--size-ignore-p.
2602 Update callers.
2603 (display-buffer-in-atom-window, window--major-non-side-window)
2604 (window--major-side-window, display-buffer-in-major-side-window)
2605 (delete-side-window, display-buffer-in-side-window):
2606 New functions.
2607 (window--side-check, window-deletable-p, delete-window)
2608 (delete-other-windows, split-window): Handle side windows and
2609 atomic windows appropriately.
2610 (window--display-buffer): Call display-buffer-record-window also
2611 when the window buffer did not change.
2612
2613 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
2614
2615 * help-fns.el (help-fns--key-bindings):
2616 Abbreviate non-symbol remap targets. (Bug#12174)
2617
2618 2012-08-22 Martin Rudalics <rudalics@gmx.at>
2619
2620 * dired.el (dired-mark-remembered): Don't clobber point.
2621 (Bug#11795)
2622
2623 2012-08-22 Glenn Morris <rgm@gnu.org>
2624
2625 * progmodes/bug-reference.el (bug-reference): New custom group.
2626 (bug-reference-bug-regexp): Make it a defcustom.
2627
2628 2012-08-22 Daiki Ueno <ueno@unixuser.org>
2629
2630 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
2631 (js-paren-indent-offset, js-square-indent-offset)
2632 (js-curly-indent-offset): Add :safe (Bug#12257).
2633
2634 2012-08-22 Edward O'Connor <hober0@gmail.com>
2635
2636 * json.el (json-key-format): Add error properties.
2637 (json-encode-key): New function.
2638 (json-encode-hash-table, json-encode-alist, json-encode-plist):
2639 Use json-encode-key.
2640
2641 2012-08-22 Glenn Morris <rgm@gnu.org>
2642
2643 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
2644 (cal-tex-leftday, cal-tex-rightday): Remove functions.
2645 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
2646 Update for above change.
2647
2648 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
2649
2650 * cus-face.el (custom-face-attributes): Fix customize type for the
2651 :underline attribute. (Bug#11805)
2652
2653 2012-08-21 Martin Rudalics <rudalics@gmx.at>
2654
2655 * window.el (window-point-1, set-window-point-1): Remove.
2656 (window-in-direction, record-window-buffer)
2657 (set-window-buffer-start-and-point, split-window-below)
2658 (window--state-get-1, display-buffer-record-window):
2659 Replace calls to window-point-1 and set-window-point-1 by calls to
2660 window-point and set-window-point respectively.
2661
2662 2012-08-21 Glenn Morris <rgm@gnu.org>
2663
2664 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
2665 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
2666 Use it.
2667
2668 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
2669 (cal-tex-shortday): New function.
2670 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
2671 (cal-tex-cursor-filofax-daily): Use the above.
2672
2673 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
2674 New functions.
2675 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
2676 (cal-tex-cursor-filofax-week): Use them.
2677
2678 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
2679 New constants.
2680 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
2681 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
2682
2683 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
2684 (cal-tex-end-document): Don't rely on buffer name.
2685
2686 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
2687 Use cal-tex-vspace.
2688 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
2689 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2690 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
2691 Use cal-tex-arg.
2692
2693 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
2694 (cal-tex-cursor-week, cal-tex-cursor-week2)
2695 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
2696 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2697 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
2698 (cal-tex-insert-preamble, cal-tex-b-document)
2699 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
2700 Improve cal-tex-cmd usage.
2701
2702 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
2703 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
2704 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
2705 (cal-tex-weekly-paper): New function.
2706 (cal-tex-cursor-week, cal-tex-cursor-week2)
2707 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2708 (cal-tex-cursor-day): Use it.
2709
2710 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
2711 (cal-tex-cursor-filofax-week): Remove leading blank page.
2712
2713 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
2714 Add autoload cookie. For now at least, don't use color, since
2715 no other cal-tex function does.
2716
2717 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
2718 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2719 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
2720
2721 2012-08-21 Juri Linkov <juri@jurta.org>
2722
2723 * info.el (Info-file-attributes): New variable.
2724 (info-insert-file-contents): Add file attributes to
2725 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
2726 `Info-toc-nodes' when previous modtime of the Info file is less
2727 than new modtime.
2728 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
2729 of info.el. (Bug#12230)
2730
2731 2012-08-20 Glenn Morris <rgm@gnu.org>
2732
2733 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
2734 * calendar/holidays.el (calendar-holiday-list):
2735 Report errors with display-warning rather than beep'n'sleep.
2736
2737 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
2738
2739 * net/tramp.el (tramp-accept-process-output): Accept only output
2740 from PROC. Otherwise, process filters and sentinels might be
2741 confused. (Bug#12145)
2742
2743 2012-08-20 Chong Yidong <cyd@gnu.org>
2744
2745 * descr-text.el (describe-text-properties-1): Use overlays-in to
2746 report on empty overlays (Bug#3322).
2747
2748 2012-08-20 Glenn Morris <rgm@gnu.org>
2749
2750 * mail/rmailout.el (rmail-output-read-file-name):
2751 Trap and report errors in rmail-output-file-alist elements.
2752
2753 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
2754 since most non-font-lock faces are not also variables).
2755
2756 2012-08-20 Edward Reingold <reingold@iit.edu>
2757
2758 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
2759 New function. (Bug12160)
2760
2761 2012-08-19 Glenn Morris <rgm@gnu.org>
2762
2763 * mail/rmailout.el (rmail-output-read-file-name):
2764 Fix previous change (when the alist is nil or does not match).
2765
2766 2012-08-19 Chong Yidong <cyd@gnu.org>
2767
2768 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
2769 (Bug#12228).
2770
2771 2012-08-18 Chong Yidong <cyd@gnu.org>
2772
2773 * simple.el (yank-handled-properties): New defcustom.
2774 (yank-excluded-properties): Add font-lock-face and category.
2775 (yank): Doc fix.
2776
2777 * subr.el (remove-yank-excluded-properties):
2778 Obey yank-handled-properties. The special handling of font-lock-face
2779 and category is now done this way, instead of being hard-coded.
2780 (insert-for-yank-1): Remove font-lock-face handling.
2781 (yank-handle-font-lock-face-property)
2782 (yank-handle-category-property): New function.
2783
2784 2012-08-17 Glenn Morris <rgm@gnu.org>
2785
2786 * mail/rmailout.el (rmail-output-read-file-name):
2787 Check rmail-output-file-alist against the full message body
2788 in the correct rmail buffer. (Bug#12214)
2789
2790 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
2791
2792 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2793 Eliminate superfluous prompt. (Bug#12203)
2794
2795 2012-08-17 Chong Yidong <cyd@gnu.org>
2796
2797 * mouse.el (mouse-appearance-menu): If x-select-font returns a
2798 font spec, set the font directly (Bug#3228).
2799
2800 2012-08-17 Martin Rudalics <rudalics@gmx.at>
2801
2802 * window.el (delete-window): Fix last fix.
2803
2804 2012-08-16 Martin Rudalics <rudalics@gmx.at>
2805
2806 * window.el (window-valid-p): Move to window.c.
2807 (window-child, window-child-count, window-last-child)
2808 (window-normalize-window, window-combined-p)
2809 (window-combinations, window-atom-root, window-min-size)
2810 (window-sizable, window-sizable-p, window-size-fixed-p)
2811 (window-min-delta, window-max-delta, window--resizable)
2812 (window--resizable-p, window-resizable, window-total-size)
2813 (window-full-height-p, window-full-width-p, window-body-size)
2814 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
2815 (minimize-window, window-deletable-p, delete-window)
2816 (delete-other-windows, set-window-buffer-start-and-point)
2817 (next-buffer, previous-buffer, split-window, balance-windows-2)
2818 (set-window-text-height, window-buffer-height)
2819 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
2820 (truncated-partial-width-window-p): Minor code adjustments.
2821 In doc-strings state whether the argument window has to denote a
2822 live, valid or any window.
2823
2824 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
2825
2826 * progmodes/subword.el (subword-forward-function)
2827 (subword-backward-function, subword-forward-regexp)
2828 (subword-backward-regexp): New variables.
2829 (subword-forward, subword-forward-internal, subword-backward-internal):
2830 Use new variables, eg so that different "word" definitions
2831 can be easily used. (Bug#11411)
2832
2833 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
2836 for composite selectors.
2837 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
2838 operation just because we can't find a previous revision.
2839
2840 2012-08-15 Chong Yidong <cyd@gnu.org>
2841
2842 * frame.el (set-frame-font): Accept font objects.
2843
2844 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
2847
2848 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
2849
2850 * man.el (Man-overstrike-face, Man-underline-face)
2851 (Man-reverse-face): Remove variables.
2852 (Man-overstrike, Man-underline, Man-reverse): New faces.
2853 (Man-fontify-manpage): Use them instead of the variables.
2854 (Man-cleanup-manpage): Comment change.
2855 (Man-ansi-color-map): New variable.
2856 (Man-fontify-manpage): Use it.
2857 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
2858
2859 Implement ANSI SGR parameters 22-27 (bug#12146).
2860 * ansi-color.el (ansi-colors): Doc fix.
2861 (ansi-color-context, ansi-color-context-region): Doc fix.
2862 (ansi-color--find-face): New function.
2863 (ansi-color-apply, ansi-color-apply-on-region): Use it.
2864 Rename the local variable `face' to `codes' since it is now a list of
2865 ansi codes. Doc fix.
2866 (ansi-color-get-face): Remove.
2867 (ansi-color-parse-sequence): New function, derived from
2868 ansi-color-get-face.
2869 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
2870 codes 22-27.
2871
2872 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * subr.el (read-passwd): Allow use from a minibuffer.
2875
2876 2012-08-14 Eli Zaretskii <eliz@gnu.org>
2877
2878 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
2879 inside comments and strings as identifiers.
2880
2881 * progmodes/gud.el (gud-tooltip-print-command): Quote the
2882 expression to evaluate. This allows to evaluate expressions with
2883 embedded whitespace.
2884 (gud-tooltip-tips): Add a blank before the newline in the
2885 message-box text, for the benefit of message-box emulation on
2886 MS-Windows.
2887
2888 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
2889 messages from GDB, pop them up in a tooltip to give feedback to
2890 user.
2891 (gdb-tooltip-print-1): Quote the expression to evaluate.
2892 This allows to evaluate expressions with embedded whitespace.
2893 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
2894 if the TTY name is nil or empty (which happens when communicating
2895 with the inferior via pipes, e.g. on MS-Windows).
2896 (gdb-internals): If GDB sends a "&\n" empty debugging message,
2897 don't send that to the GUD buffer.
2898
2899 2012-08-14 Glenn Morris <rgm@gnu.org>
2900
2901 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
2902 Optimize away setq-default with no args, as for setq. (Bug#12195)
2903
2904 2012-08-14 Chong Yidong <cyd@gnu.org>
2905
2906 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
2907
2908 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
2909 (Bug#12085).
2910
2911 2012-08-14 Glenn Morris <rgm@gnu.org>
2912
2913 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
2914
2915 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
2916
2917 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
2918 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2919 Use cached shell name.
2920
2921 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
2922
2923 * progmodes/python.el (python-shell-send-string):
2924 (python-shell-send-setup-code): Do not use `format' with `message'.
2925
2926 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
2927
2928 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
2929 (ruby-percent-literal-beg-re): New constant.
2930 (ruby-syntax-general-delimiters-goto-beg): Rename to
2931 `ruby-syntax-enclosing-percent-literal', improve literal type check.
2932 (ruby-syntax-propertize-general-delimiters): Rename to
2933 `ruby-syntax-propertize-percent-literal', it's a shorter and more
2934 popular term. Adjust comments everywhere.
2935 (ruby-syntax-propertize-percent-literal): Only propertize when not
2936 inside a simple string or comment. When the literal is unclosed,
2937 leave the text after it unpropertized.
2938 (ruby-syntax-methods-before-regexp): New constant.
2939 (ruby-syntax-propertize-function): Use it to recognize regexps.
2940 Don't look at the text after regexp, just use the whitelist.
2941
2942 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
2943
2944 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
2945 non-nil always load the compiled file if it exists. (Bug#12197)
2946
2947 2012-08-14 Chong Yidong <cyd@gnu.org>
2948
2949 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
2950 (hi-lock-set-pattern): When deciding whether to use font lock or
2951 overlays, look at font-lock-mode instead of font-lock-fontified
2952 (Bug#12168).
2953 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
2954 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
2955
2956 2012-08-14 Daiki Ueno <ueno@unixuser.org>
2957
2958 * subr.el (internal--after-with-selected-window): Fix typo
2959 (Bug#12193).
2960
2961 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
2962
2963 Use `completion-table-dynamic' for completion functions.
2964 * progmodes/python.el
2965 (python-shell-completion--do-completion-at-point)
2966 (python-shell-completion--get-completions):
2967 Remove functions.
2968 (python-shell-completion-complete-at-point): New function.
2969 (python-completion-complete-at-point): Use it.
2970
2971 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
2972
2973 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
2974 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
2975
2976 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * subr.el (function-get): Refine `autoload' arg so it can also
2979 autoload functions for gv.el (bug#12191).
2980 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
2981 autoloads macros.
2982
2983 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
2984 Prefer pcase-let over destructuring-bind.
2985 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
2986 Also, remove whitespace as we go, rather than after accumulating the
2987 various places.
2988
2989 * subr.el (internal--before-with-selected-window)
2990 (internal--after-with-selected-window): Fix typo seleted->selected.
2991 (with-selected-window): Adjust callers.
2992 Reported by Dmitry Gutov <dgutov@yandex.ru>.
2993
2994 2012-08-13 Bastien Guerry <bzg@gnu.org>
2995
2996 * window.el (special-display-popup-frame): Minor docstring
2997 enhancement. (Bug#12172)
2998
2999 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3000
3001 * tar-mode.el (tar-header-data-end): Only ignore size for files of
3002 type 1-6.
3003 (tar-header-block-summarize, tar-get-descriptor): Handle pax
3004 extended headers.
3005
3006 * files.el (hack-local-variables-filter): Remove useless eval.
3007
3008 2012-08-13 Martin Rudalics <rudalics@gmx.at>
3009
3010 * subr.el (with-selected-window): Fix last change.
3011
3012 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * subr.el (internal--before-with-seleted-window)
3015 (internal--after-with-seleted-window): New functions.
3016 (with-selected-window): Use them, to replace dependency on
3017 tty-top-frame.
3018
3019 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
3020
3021 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3022 binding for `newline'.
3023 (ruby-move-to-block): When moving backward, stop at block opening,
3024 not indentation.
3025 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3026 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3027 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3028 `ruby-toggle-block'.
3029
3030 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3031
3032 * ibuffer.el (ibuffer-do-toggle-read-only):
3033 * dired.el (dired-toggle-read-only):
3034 * buff-menu.el (Buffer-menu-toggle-read-only):
3035 * bindings.el (mode-line-toggle-read-only):
3036 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3037
3038 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
3039
3040 * descr-text.el (describe-char): Put the overlays over the
3041 "displayed as" character.
3042
3043 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
3044
3045 * calc/calc-units.el (math-default-units-table): Give an
3046 initial value.
3047 (math-put-default-units): Add options to put composite units and
3048 unit systems in the default units table.
3049 (calc-convert-units): Send composite units to
3050 `math-put-default-units' when appropriate.
3051
3052 2012-08-11 Glenn Morris <rgm@gnu.org>
3053
3054 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3055
3056 * tutorial.el (help-with-tutorial):
3057 * emacs-lisp/copyright.el (copyright-update-directory):
3058 * emacs-lisp/autoload.el (autoload-find-generated-file)
3059 (autoload-find-file): Disable local eval: (for insurance).
3060
3061 * files.el (hack-local-variables-filter): If an eval: form is not
3062 known to be safe, and enable-local-variables is :safe, then ignore
3063 the form totally, as is done for non-eval forms. (Bug#12155)
3064 This is CVE-2012-3479.
3065
3066 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3067
3068 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3069 (rx-form): Simplify.
3070
3071 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
3072
3073 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3074 ?, _, and : are symbol constituents, ! is not (but kinda should be).
3075 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
3076 (ruby-syntax-propertize-function): Adjust for changes in
3077 `ruby-syntax-propertize-heredoc'.
3078
3079 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
3080
3081 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3082 binding (use `M-;' instead).
3083 (ruby-singleton-class-p): New function.
3084 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
3085
3086 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3087
3088 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3089
3090 2012-08-10 Chong Yidong <cyd@gnu.org>
3091
3092 * progmodes/python.el (python-shell-get-process-name): Don't mess
3093 with same-window-buffer-names.
3094
3095 * eshell/eshell.el (eshell-add-to-window-buffer-names)
3096 (eshell-remove-from-window-buffer-names): Make obsolete.
3097 (eshell-buffer-name, eshell-unload-hook): Don't use them.
3098 (eshell): Just use pop-to-buffer-same-window instead.
3099
3100 2012-08-10 Chong Yidong <cyd@gnu.org>
3101
3102 * bindings.el: Bind M-= back to count-words-region.
3103
3104 * simple.el (count-words-region): Accept a prefix arg for acting
3105 on the entire buffer.
3106 (count-words--buffer-message): New helper function.
3107
3108 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3109
3110 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
3111 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
3112 (event-start, event-end): Use posn-at-point to return a more
3113 informative posn.
3114 (posnp): New function.
3115 * mouse.el (popup-menu-normalize-position): Use it.
3116
3117 2012-08-10 Masatake YAMATO <yamato@redhat.com>
3118
3119 * mouse.el (popup-menu-normalize-position): New function.
3120 (popup-menu): Use `popup-menu-normalize-position' to normalize
3121 the form for POSITION argument.
3122
3123 * term/x-win.el (x-menu-bar-open):
3124 Use the value returend from (posn-at-point) as position
3125 passed to `popup-menu'.
3126
3127 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3128
3129 * calc/calccomp.el (math-compose-expr): Add extra argument
3130 indicating that parentheses should be put around products in
3131 denominators. Give multiplication precedence over division during
3132 composition.
3133
3134 2012-08-09 Chong Yidong <cyd@gnu.org>
3135
3136 * man.el (Man-switches, Man-sed-command, Man-awk-command)
3137 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
3138 (Man-untabify-command, manual-program): Convert to defcustom
3139 (Bug#10429).
3140
3141 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
3142
3143 * descr-text.el (describe-char): Don't insert extra newlines
3144 (Bug#10127).
3145
3146 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
3147 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
3148
3149 * align.el (align-region): Delete temporary markers (Bug#10047).
3150 Plus some code cleanups.
3151
3152 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3153
3154 * progmodes/python.el (python-pdbtrack-tracked-buffer)
3155 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
3156 (python-shell-internal-last-output): Use make-local-variable
3157 instead of make-variable-buffer-local.
3158
3159 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3160
3161 * progmodes/python.el: Enhancements to forward-sexp.
3162 (python-nav-forward-sexp): Rename from
3163 python-nav-forward-sexp-function.
3164 (python-nav--forward-sexp, python-nav--backward-sexp):
3165 New functions.
3166
3167 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3168
3169 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
3170 modes and simplification modes.
3171
3172 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3173
3174 * delsel.el (delete-selection-pre-hook): Don't propagate the
3175 file-supersession signals (bug#12161).
3176
3177 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3178
3179 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
3180 (cl-map-extents): Add compatibility aliases (bug#12135).
3181
3182 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
3183
3184 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
3185 tests by `ignore-error'.
3186 (tramp-find-shell): Open also a new shell, when cache is already
3187 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
3188
3189 2012-08-08 Juri Linkov <juri@jurta.org>
3190
3191 * bookmark.el: Add `defaults' property to the bookmark record.
3192 (bookmark-current-buffer): Doc fix.
3193 (bookmark-make-record): Add `defaults' property with default values
3194 to the bookmark record.
3195 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
3196 with `bookmark-insert-current-bookmark'.
3197 (bookmark-set): Get `defaults' property from the bookmark record
3198 and use it in `read-from-minibuffer'.
3199 (bookmark-insert-current-bookmark): Remove function.
3200
3201 * info.el (Info-bookmark-make-record): Add `defaults' property
3202 with values of canonical Info node name, the current Info file
3203 name and the current Info node name. (Bug#12107)
3204
3205 2012-08-08 Juri Linkov <juri@jurta.org>
3206
3207 * files.el (basic-save-buffer): Use `buffer-name' as the default
3208 of `read-file-name' when buffer is not visiting a file (bug#12128).
3209
3210 2012-08-08 Juri Linkov <juri@jurta.org>
3211
3212 * info.el (Info-isearch-search): Doc fix.
3213 (Info-search): Change search-failed message from "initial node" to
3214 "end of node" (bug#12078).
3215 (Info-isearch-search): Change `isearch-string-state' to
3216 `isearch--state-string'.
3217
3218 2012-08-08 Glenn Morris <rgm@gnu.org>
3219
3220 * language/persian.el: Remove file.
3221 * language/misc-lang.el: Move unique part of persian.el here.
3222 * loadup.el: Remove language/persian.
3223
3224 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
3225
3226 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
3227
3228 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
3229
3230 * progmodes/python.el Fixed defsubst warning.
3231 (python-syntax-context) Rename from python-info-ppss-context.
3232 (python-syntax-context-type): Rename from
3233 python-info-ppss-context-type.
3234 (python-syntax-comment-or-string-p): Rename from
3235 python-info-ppss-comment-or-string-p.
3236
3237 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3238
3239 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
3240
3241 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
3242
3243 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
3244 a defcustom that is quoted with backquote.
3245
3246 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
3247 Fix handling of interactive spec when the body uses return.
3248 (math-do-arg-check, math-define-function-body): Use backquote forms.
3249 * calc/calc-ext.el (math-defcache): Likewise.
3250 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
3251 * allout.el (allout-new-exposure): Likewise.
3252 * calc/calcalg2.el (math-tracing-integral): Likewise.
3253 * info.el (Info-last-menu-item): Likewise.
3254 * emulation/vip.el (vip-loop): Likewise.
3255 * textmodes/artist.el (artist-funcall): Likewise.
3256 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
3257 Construct menu-item directly.
3258
3259 * progmodes/autoconf.el (font-lock-syntactic-keywords):
3260 Don't declare.
3261
3262 2012-08-07 Chong Yidong <cyd@gnu.org>
3263
3264 * simple.el (deactivate-mark): Preserve text properties when
3265 saving the primary selection (Bug#8384).
3266
3267 2012-08-07 Kevin Ryde <user42@zip.com.au>
3268
3269 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
3270 (woman-parse-numeric-value): On a bad .IP line, issue a warning
3271 and continue processing (Bug#12110).
3272
3273 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
3276 syntax-propertize-function (bug#10095).
3277
3278 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * help-fns.el (help-fns--key-bindings, help-fns--signature)
3281 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
3282 describe-function-1.
3283 (describe-function-1): Use them. Move compiler macro after sig.
3284 (help-fns--compiler-macro): Use function-get. Assume we're already in
3285 standard-output. Adjust layout to new call order.
3286
3287 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
3288 re-binding a symbol that has a symbol-macro (bug#12119).
3289
3290 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
3291
3292 * language/persian.el: New file. (Bug#11812)
3293 * loadup.el: Add language/persian.el.
3294
3295 2012-08-06 Chong Yidong <cyd@gnu.org>
3296
3297 * window.el (window--maybe-raise-frame): New function.
3298 (window--display-buffer): Split off from here.
3299 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3300 (display-buffer-pop-up-window, display-buffer-use-some-window):
3301 Obey an inhibit-switch-frame action alist entry.
3302 (display-buffer): Update doc.
3303
3304 * replace.el (occur-after-change-function): Avoid losing focus by
3305 using the inhibit-switch-frame display parameter (Bug#12139).
3306
3307 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
3308
3309 Make internal shell process buffer names start with space.
3310 * progmodes/python.el (python-shell-make-comint): Add optional
3311 argument INTERNAL.
3312 (run-python-internal): Use it.
3313 (python-shell-internal-get-or-create-process): Check for new
3314 internal buffer names.
3315
3316 2012-08-06 Glenn Morris <rgm@gnu.org>
3317
3318 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
3319 Do less getting and setting of environment variables.
3320
3321 2012-08-05 Chong Yidong <cyd@gnu.org>
3322
3323 * proced.el (proced): Add substitution string to docstring to
3324 trigger autoloading of the proced library on C-h f (Bug#1768).
3325
3326 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3327 Don't show defvars which have no second argument (Bug#8638).
3328
3329 * imenu.el (imenu-generic-expression): Move documentation here
3330 from imenu--generic-function.
3331 (imenu--generic-function): Refer to imenu-generic-expression.
3332
3333 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
3334
3335 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
3336 indentation declaration.
3337 (viper-loop): Add indentation declaration (Bug#7025).
3338
3339 2012-08-05 Chong Yidong <cyd@gnu.org>
3340
3341 * help-fns.el (describe-variable): Add hyperlink for
3342 directory-local variables files. Improve buffer-local and
3343 permanent-local reporting; suggested by MON KEY (Bug#6644).
3344
3345 * help-mode.el (help-dir-local-var-def): New button type.
3346
3347 * files.el (kill-buffer-hook): Provide a defvar.
3348
3349 2012-08-05 Glenn Morris <rgm@gnu.org>
3350
3351 * eshell/esh-ext.el (eshell/addpath):
3352 Also update eshell-path-env. (Bug#12013)
3353
3354 2012-08-05 Chong Yidong <cyd@gnu.org>
3355
3356 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
3357
3358 * fringe.el (fringe-styles): Add docstring.
3359 (fringe--check-mode): New function.
3360 (set-fringe-mode, set-fringe-style): Use it.
3361 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
3362
3363 * files.el (set-auto-mode): Fix invalid setq call.
3364
3365 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3366
3367 * isearch.el: Misc simplification; use defstruct.
3368 (isearch-mode-map): Dense maps now work like sparse ones.
3369 (isearch--state): New defstruct.
3370 (isearch-string-state, isearch-message-state, isearch-point-state)
3371 (isearch-success-state, isearch-forward-state)
3372 (isearch-other-end-state, isearch-word-state, isearch-error-state)
3373 (isearch-wrapped-state, isearch-barrier-state)
3374 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
3375 replaced by defstruct's accessors.
3376 (isearch--set-state): Rename from isearch-top-state and change
3377 calling convention.
3378 (isearch-push-state): Use new isearch--get-state.
3379 (isearch-toggle-word): Disable regexp when enabling word.
3380 (isearch-message-prefix): Remove unused arg _c-q-hack.
3381 (isearch-message-suffix): Remove unused arg _ellipsis.
3382
3383 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
3384
3385 * simple.el (list-processes--refresh): For a server use :host or
3386 :local as the address.
3387 (list-processes): Doc fix.
3388
3389 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
3390
3391 * lisp/mpc.el: Support password in host argument.
3392 (mpc--proc-connect): Parse and use new password element.
3393 Set mpc-proc variable instead of returning process.
3394 (mpc-proc): Adjust accordingly.
3395
3396 2012-08-03 Eli Zaretskii <eliz@gnu.org>
3397
3398 * whitespace.el (whitespace-display-mappings): Use Unicode
3399 codepoints, instead of emacs-mule codepoints. See
3400 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
3401 for the details.
3402
3403 * files.el (file-truename): Don't skip symlink-chasing part on
3404 windows-nt. Incorporate the resolution of 8+3 short aliases on
3405 Windows into the loop that recursively chases symlinks.
3406 Compare directory and its parent case-insensitively on MS-Windows and
3407 MS-DOS.
3408
3409 2012-08-03 Chong Yidong <cyd@gnu.org>
3410
3411 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
3412
3413 * sort.el (sort-regexp-fields): Doc fix.
3414
3415 2012-08-03 Tassilo Horn <tsdh@gnu.org>
3416
3417 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
3418 labels regex position point at the expected place.
3419
3420 2012-08-03 MON KEY <monkey@sandpframing.com>
3421
3422 * net/imap.el (imap-interactive-login, imap-authenticate)
3423 (imap-mailbox-lsub, imap-mailbox-list)
3424 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
3425 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
3426 (imap-parse-response): Doc fix.
3427
3428 2012-08-03 João Távora <joaotavora@gmail.com>
3429
3430 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
3431 if sexp scanning does not move point (Bug#5734).
3432
3433 2012-08-02 Tassilo Horn <tsdh@gnu.org>
3434
3435 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
3436 Add listings, minted, and ctable packages.
3437 (reftex-label-alist-builtin): Move listings, minted, and ctable
3438 entries before LaTeX.
3439 (reftex-label-alist): Docfix.
3440
3441 2012-08-02 Bastien Guerry <bzg@gnu.org>
3442
3443 * replace.el (occur): Fix docstring (bug#12122).
3444
3445 2012-08-02 Glenn Morris <rgm@gnu.org>
3446
3447 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
3448
3449 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3450
3451 Obsolete alias inactivate-current-input-method-function (Bug#10150).
3452 * international/mule-cmds.el: Create
3453 inactivate-current-input-method-function as an obsolete alias for
3454 deactivate-current-input-method-function. See Katsumi Yamaoka in
3455 <http://bugs.gnu.org/10150#46>.
3456
3457 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
3458
3459 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
3460 of nested `if's.
3461
3462 2012-08-01 Glenn Morris <rgm@gnu.org>
3463
3464 * progmodes/autoconf.el (autoconf-definition-regexp):
3465 Add AH_TEMPLATE, adjust submatch numbering.
3466 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
3467 (autoconf-current-defun-function): Update for above change.
3468 (autoconf-current-defun-function): First skip to end of current word.
3469
3470 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
3471
3472 * calendar/cal-html.el (cal-html-insert-agenda-days):
3473 Fix typo. (Bug#12018)
3474
3475 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3476
3477 Shell processes: enhancements to startup and CEDET compatibility.
3478 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
3479 (python-shell-make-comint): accept-process-output at startup.
3480 (run-python-internal): Set inferior-python-mode-hook to nil.
3481 (python-shell-internal-get-or-create-process): call sit-for.
3482 (python-preoutput-result): Add obsolete alias.
3483 (python-shell-internal-send-string): Use it.
3484 (python-shell-send-setup-code): Remove call to
3485 accept-process-output.
3486
3487 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3488
3489 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
3490 (Bug#12108)
3491
3492 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
3493
3494 * calc-mode.el (calc-basic-simplification-mode): Rename from
3495 `calc-limited-simplification-mode'.
3496 (calc-alg-simplification-mode): New function.
3497 (calc-set-simplify-mode): Adjust message.
3498
3499 * calc.el (calc-set-mode-line): Adjust mode line display for
3500 basic simplification mode.
3501
3502 * calc-help.el (calc-m-prefix-help): Update help message.
3503
3504 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
3505 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
3506
3507 2012-07-31 Bastien Guerry <bzg@gnu.org>
3508
3509 * man.el (man): Fix comment. (bug#12101)
3510
3511 2012-07-31 Martin Rudalics <rudalics@gmx.at>
3512
3513 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3514 Don't return a non-nil value when no suitable buffer was found.
3515
3516 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3517
3518 * progmodes/python.el (run-python-internal): Disable font lock for
3519 internal shells.
3520
3521 2012-07-30 Stefan Merten <smerten@oekonux.de>
3522
3523 * textmodes/rst.el: Silence `checkdoc-ispell'.
3524 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3525 (rst-official-version, rst-official-cvs-rev)
3526 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
3527 (rst-mode-map): New key binding.
3528
3529 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3530
3531 Update .PHONY listings in makefiles.
3532 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
3533 autoloads, update-subdirs, updates, bzr-update, update-authors,
3534 compile-onefile, compile-calc, backup-compiled-files,
3535 compile-after-backup, compile-one-process, mh-autoloads,
3536 bootstrap-clean, distclean, maintainer-clean.
3537
3538 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3539
3540 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
3541 (calc-set-mode-line): Don't display "AlgSimp ".
3542
3543 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
3544 (calc-lim-simplify-mode): New function.
3545 (calc-set-simplify-mode): Default to 'alg.
3546 (calc-default-simplify-mode): Make algebraic simplifications
3547 the default.
3548
3549 * calc/calc-ext.el (calc-init-extensions): Remove binding for
3550 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
3551
3552 * calc/calc-help.el (calc-m-prefix-help): Change messages to
3553 indicate new simplification modes.
3554
3555 * calc/README: Mention new default simplification mode.
3556
3557 * calc/calc.el (math-normalize-error): New variable.
3558 (math-normalize): Set `math-normalize-error' to t
3559 when there's an error.
3560
3561 * calc/calc-alg.el (math-simplify): Don't simplify when
3562 `math-normalize' returns an error.
3563
3564 2012-07-29 Eli Zaretskii <eliz@gnu.org>
3565
3566 * international/mule-cmds.el (set-locale-environment): Revert last
3567 change, since display-graphic-p returns nil when this function is
3568 called during startup. Instead...
3569
3570 * term/w32console.el (terminal-init-w32console): ...setup the
3571 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
3572
3573 2012-07-29 Juri Linkov <juri@jurta.org>
3574
3575 * simple.el (goto-line): Don't display default line number in the
3576 prompt because it should be displayed by `read-number' (bug#9952).
3577 Add the current line number to the defaults of `goto-line' to
3578 allow its easier modification by users with `M-n' (bug#9201).
3579
3580 * subr.el (read-number): Support multiple default values like in
3581 other minibuffer reading functions. Replace `read' with
3582 `string-to-number' for consistency with `number-to-string'.
3583
3584 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3585
3586 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
3587 * emulation/viper-init.el (viper-deactivate-input-method-action):
3588 Rename from viper-inactivate-input-method-action.
3589 (viper-deactivate-input-method):
3590 Rename from viper-inactivate-input-method.
3591 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
3592 * international/mule-cmds.el (deactivate-input-method):
3593 Rename from inactivate-input-method.
3594 Also run input-method-deactivate-hook.
3595 (deactivate-current-input-method-function):
3596 Rename from inactivate-current-input-method-function.
3597 (input-method-deactivate-hook): New hook.
3598 (input-method-inactivate-hook): Mark obsolete.
3599 (inactivate-input-method): Mark obsolete.
3600
3601 * international/quail.el (quail-activate):
3602 Also run quail-deactivate-hook.
3603 (quail-deactivate): Rename from quail-inactivate.
3604 * international/robin.el (robin-activate):
3605 Also run robin-deactivate-hook.
3606 (robin-deactivate): Rename from robin-inactivate.
3607
3608 2012-07-29 Chong Yidong <cyd@gnu.org>
3609
3610 * simple.el (indicate-copied-region): New function.
3611 (kill-ring-save): Split off from here.
3612
3613 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
3614 (kill-rectangle): Set deactivate-mark to t on read-only error.
3615
3616 * register.el (copy-to-register, copy-rectangle-to-register):
3617 Deactivate the mark, and use indicate-copied-region (Bug#10056).
3618 (append-to-register, prepend-to-register): Call indicate-copied-region.
3619
3620 2012-07-29 Juri Linkov <juri@jurta.org>
3621
3622 * simple.el (async-shell-command-buffer): New defcustom.
3623 (shell-command): Use it. (Bug#4719)
3624
3625 2012-07-28 Eli Zaretskii <eliz@gnu.org>
3626
3627 * international/mule-cmds.el (set-locale-environment): In a
3628 console session on MS-Windows, set up keyboard and terminal
3629 encoding from the OEM codepage, not the ANSI codepage.
3630 (Bug#12055)
3631
3632 2012-07-28 Chong Yidong <cyd@gnu.org>
3633
3634 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
3635 gdb-get-location.
3636
3637 2012-07-28 Leo Liu <sdl.web@gmail.com>
3638
3639 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
3640 the alist (bug#12029).
3641
3642 2012-07-28 Eli Zaretskii <eliz@gnu.org>
3643
3644 * makefile.w32-in (custom-deps, finder-data, updates, compile)
3645 (compile-always, compile-first)
3646 ($(lisp)/calendar/cal-loaddefs.el)
3647 ($(lisp)/calendar/diary-loaddefs.el)
3648 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
3649 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
3650 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
3651 instead of on update-subdirs.
3652 (bootstrap-clean): Delete $(lisp)/subdirs.el.
3653
3654 2012-07-28 Chong Yidong <cyd@gnu.org>
3655
3656 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
3657 directory if vc-deduce-backend returns nil (Bug#7350).
3658
3659 * simple.el (delete-trailing-lines): New option.
3660 (delete-trailing-whitespace): Obey it (Bug#11879).
3661
3662 2012-07-28 David Engster <deng@randomsample.de>
3663
3664 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
3665 Explanation of new 'symbol-qnames feature in doc-strings.
3666 (xml-maybe-do-ns): Return expanded names as plain symbols if
3667 'symbol-qnames was provided in XML-NS argument (Bug#11916).
3668 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
3669
3670 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
3671
3672 Consistent completion in inferior python with emacs -nw.
3673 * progmodes/python.el (inferior-python-mode): replace "<tab>"
3674 binding in inferior-python-mode-map with "\t".
3675 (python-shell-completion-complete-at-point)
3676 (python-completion-complete-at-point): Remove interactive spec.
3677
3678 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
3679
3680 * calc/calccomp.el (math-compose-expr): Undo previous change.
3681
3682 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
3683
3684 * progmodes/python.el (python-mode-map): Add keybinding for
3685 run-python.
3686 (python-shell-make-comint): Fix pop-to-buffer call.
3687 (run-python): Autoload. New arg SHOW.
3688 (python-shell-get-or-create-process): Do not pop python process
3689 buffer.
3690
3691 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
3692
3693 * notifications.el (notifications-on-action-signal)
3694 (notifications-on-closed-signal): Use also the bus address for the map.
3695 (notifications-notify, notifications-close-notification)
3696 (notifications-get-capabilities): Add optional argument BUS.
3697
3698 2012-07-27 Tassilo Horn <tsdh@gnu.org>
3699
3700 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3701 Add support for the lstlisting and minted environments, and for the
3702 ctable macro.
3703 * textmodes/reftex.el (reftex-compile-variables): Also recognize
3704 labels written in keyvals syntax.
3705
3706 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
3707
3708 * calc/calccomp.el (math-compose-expr): Use parentheses when
3709 there is a product in the denominator of a fraction.
3710
3711 2012-07-26 Eli Zaretskii <eliz@gnu.org>
3712
3713 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
3714 ($(lisp)/calendar/diary-loaddefs.el)
3715 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
3716 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
3717 Fixes failures in parallel bootstrap because subdirs.el is being
3718 rewritten while the autoload files are built at the same time,
3719 which needs to load subdirs.el.
3720
3721 2012-07-26 Martin Rudalics <rudalics@gmx.at>
3722
3723 * mouse.el (popup-menu): Fix doc-string and re-indent code.
3724 (mouse-drag-line): Don't exit tracking when a switch-frame or
3725 switch-window event occurs (Bug#12006).
3726
3727 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3728
3729 * mouse.el (popup-menu): Fix last change.
3730
3731 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3732
3733 Autoload from Lisp with more care. Follow aliases when looking for
3734 function properties.
3735 * subr.el (autoloadp): New function.
3736 (symbol-file): Use it.
3737 (function-get): New function.
3738 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
3739 autoload-do-load.
3740 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
3741 (lisp-indent-function):
3742 * emacs-lisp/gv.el (gv-get):
3743 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
3744 * emacs-lisp/byte-opt.el (byte-optimize-form):
3745 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
3746 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
3747 Use function-get.
3748 * emacs-lisp/cl.el: Don't propagate function properties any more.
3749
3750 * speedbar.el (speedbar-add-localized-speedbar-support):
3751 * emacs-lisp/disass.el (disassemble-internal):
3752 * desktop.el (desktop-load-file):
3753 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
3754 (describe-function-1):
3755 * emacs-lisp/find-func.el (find-function-noselect):
3756 * emacs-lisp/elp.el (elp-instrument-function):
3757 * emacs-lisp/advice.el (ad-has-proper-definition):
3758 * apropos.el (apropos-safe-documentation, apropos-macrop):
3759 * emacs-lisp/debug.el (debug-on-entry):
3760 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
3761 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3762 * calc/calc.el (name): Use autoloadp & autoload-do-load.
3763
3764 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
3765
3766 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
3767 function, not an obsolete variable (Bug#12046).
3768
3769 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
3770
3771 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
3772
3773 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
3774
3775 * emacs-lisp/pp.el (pp-display-expression): Select old selected
3776 window only if it is still live (Bug#12034).
3777
3778 2012-07-25 Martin Rudalics <rudalics@gmx.at>
3779
3780 * subr.el (redirect-frame-focus): Add advertised calling
3781 convention (Bug#12030).
3782
3783 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
3784
3785 Prefer typical American spelling for "acknowledgment".
3786 * vc/add-log.el (change-log-acknowledgment): Rename from
3787 change-log-acknowledgement, with an alias for the old name.
3788
3789 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
3790
3791 * calc-alg.el (math-simplify-divide): Don't cross multiply
3792 in an equation when the lhs is a variable.
3793
3794 2012-07-24 Julien Danjou <julien@danjou.info>
3795
3796 * net/netrc.el (netrc-find-service-number, netrc-store-data):
3797 Remove, unused.
3798
3799 2012-07-23 Eli Zaretskii <eliz@gnu.org>
3800
3801 * startup.el (command-line): Don't display an empty user name in
3802 the error message about non-existent home directory, when
3803 init-file-user was set to an empty string. See
3804 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
3805 for the details and context.
3806
3807 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
3808
3809 * ses.el (ses-cell-formula-aset): New macro.
3810 (ses-cell-references-aset): New macro.
3811 (ses-cell-p): New function.
3812 (ses-rename-cell): Do no longer rely on complex operations like
3813 ses-cell-set-formula or ses-set-cell to change the cell and handle
3814 the undo at the same time, but rather use lower level new macros
3815 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
3816 the undo directly. Refresh the mode line.
3817
3818 2012-07-21 Leo Liu <sdl.web@gmail.com>
3819
3820 * progmodes/cc-cmds.el (c-defun-name):
3821 Use match-string-no-properties instead for consistency.
3822
3823 2012-07-20 Leo Liu <sdl.web@gmail.com>
3824
3825 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
3826 (Bug#7879)
3827
3828 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
3829
3830 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
3833 * progmodes/bug-reference.el, misearch.el: Provide themselves
3834 (bug#11915).
3835
3836 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
3837 of narrowed buffer (bug#11966).
3838
3839 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
3840
3841 * ses.el (ses-rename-cell): Set new name also in reference list of
3842 cells of which the renamed cell depends.
3843
3844 2012-07-20 Masatake YAMATO <yamato@redhat.com>
3845
3846 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
3847 to check whether menu-bar is shown or not. If not shown,
3848 show the menu-bar as a popup menu instead of using tmm.
3849 * mouse.el (popup-menu): Accept `point' as `position' argument.
3850
3851 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
3852
3853 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
3854 up inside string symbol literal (bug#11923).
3855
3856 2012-07-20 Eli Zaretskii <eliz@gnu.org>
3857
3858 * startup.el (fancy-startup-text): Read the whole tutorial, not
3859 just its first 256 bytes. Prevents gibberish in display of the
3860 tutorial title.
3861
3862 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
3863
3864 Drop idle buffer compaction due to an absence of the
3865 proved efficiency.
3866 * compact.el: Remove.
3867
3868 2012-07-19 Sam Steingold <sds@gnu.org>
3869
3870 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
3871 vc-bzr-pull & vc-bzr-merge-branch.
3872 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
3873 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
3874 for consistency with compilation-error-regexp-alist.
3875 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
3876 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
3877 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
3878 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
3879
3880 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * emacs-lisp/chart.el: Use lexical-binding.
3883 (chart-emacs-storage): Don't hardcode the list of entries.
3884
3885 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
3886
3887 Next round of tweaks caused by Fgarbage_collect changes.
3888 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
3889
3890 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
3891
3892 Compact buffers when idle.
3893 * compact.el: New file.
3894
3895 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
3896
3897 * subr.el (eventp): Presume that if it looks vaguely like an event,
3898 it's an event (bug#10190).
3899
3900 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
3901
3902 Enhancements to ppss related code (thanks Stefan).
3903 * progmodes/python.el (python-indent-context)
3904 (python-indent-calculate-indentation, python-indent-dedent-line)
3905 (python-indent-electric-colon, python-nav-forward-block)
3906 (python-mode-abbrev-table)
3907 (python-info-assignment-continuation-line-p): Simplify checks
3908 for ppss context.
3909 (python-info-continuation-line-p): Cleanup.
3910 (python-info-ppss-context): Do not catch 'quote.
3911 (python-info-ppss-context-type)
3912 (python-info-ppss-comment-or-string-p): Simplify.
3913
3914 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
3915
3916 * progmodes/python.el: Enhancements to eldoc support.
3917 (python-info-current-symbol): New function.
3918 (python-eldoc-at-point): Use python-info-current-symbol.
3919 (python-info-current-defun): Fix cornercase on first defun scan.
3920 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
3921 and signal error when no inferior python process is available.
3922
3923 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
3924
3925 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
3926 assume it's always t.
3927 (vc-git-registered): Remove caching, the function is only called
3928 once.
3929 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
3930
3931 2012-07-18 Chong Yidong <cyd@gnu.org>
3932
3933 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
3934
3935 * simple.el (count-words): Report on narrowing (Bug#9959).
3936
3937 * bindings.el: Bind M-= to count-words.
3938
3939 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
3940
3941 2012-07-18 Masatake YAMATO <yamato@redhat.com>
3942
3943 * progmodes/sh-script.el (sh-imenu-generic-expression):
3944 Capture a function with `function' keyword and without parentheses
3945 like "function FOO" (bug#11856).
3946
3947 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
3948
3949 * window.el (split-window-sensibly): Make WINDOW argument
3950 optional.
3951
3952 2012-07-18 Chong Yidong <cyd@gnu.org>
3953
3954 * subr.el (keyboard-translate): Doc fix (Bug#7261).
3955
3956 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
3957 and make C-x 8 RET exit isearch (Bug#11439).
3958
3959 * international/iso-transl.el: Move isearch-mode-map key
3960 definitions to isearch.el.
3961
3962 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
3965 (eieio-defclass): Use gv-define-setter when possible.
3966
3967 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
3968
3969 Reflect recent changes in Fgarbage_collect.
3970 * emacs-lisp/chart.el (chart-emacs-storage): Change to
3971 reflect new format of data returned by Fgarbage_collect.
3972
3973 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
3974
3975 New utility functions + python-info-ppss-context fix (Bug#11910).
3976 * progmodes/python.el (python-info-beginning-of-block-statement-p)
3977 (python-info-ppss-comment-or-string-p): New functions.
3978 (python-info-ppss-context): Small fix for string check.
3979
3980 2012-07-17 Juri Linkov <juri@jurta.org>
3981
3982 * dired-aux.el (dired-do-async-shell-command): Doc fix.
3983 (dired-do-async-shell-command): Don't add `*' at the end of the
3984 command (Bug#11815).
3985 (dired-do-shell-command): Doc fix.
3986 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
3987 Join the individual commands using either "&" or ";" as the
3988 separator depending on the values of these trailing characters.
3989 At the end re-add the trailing "&". (Bug#10598)
3990
3991 * simple.el (async-shell-command): Sync the interactive spec with
3992 `shell-command'. Doc fix.
3993 (shell-command): Doc fix.
3994
3995 2012-07-17 Juri Linkov <juri@jurta.org>
3996
3997 * descr-text.el (describe-char): Fix format args. (Bug#10129)
3998
3999 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4000
4001 Final renames and doc fixes for movement commands (bug#11899).
4002 * progmodes/python.el (python-nav-beginning-of-statement):
4003 Rename from python-nav-statement-start.
4004 (python-nav-end-of-statement): Rename from
4005 python-nav-statement-end.
4006 (python-nav-beginning-of-block): Rename from
4007 python-nav-block-start.
4008 (python-nav-end-of-block): Rename from python-nav-block-end.
4009
4010 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4011
4012 * progmodes/python.el (python-shell-send-string-no-output):
4013 Allow accept-process-output to quit, keeping shell process ready for
4014 future interactions (Bug#11868).
4015
4016 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4019
4020 * emacs-lisp/elint.el (elint-find-args-in-code):
4021 Use help-function-arglist, so as to handle lexical byte-code.
4022
4023 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4024 change (bug#11826).
4025
4026 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4029 Avoid spuriously marking the buffer as modified because of c-is-sws.
4030
4031 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4032 as not-a-comment (bug#11946).
4033
4034 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4035 for uninterned vars.
4036
4037 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4038 Use read-event since we don't really want to read chars but bytes.
4039
4040 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4041 $$..$$ but also $..$ using regexps (bug#11953).
4042 Use tex-verbatim for \url and \path.
4043 (tex-font-lock-keywords): Define as defconst like the others.
4044 (tex-common-initialization): Don't use font-lock-syntax-table any more.
4045
4046 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4047
4048 * international/mule-cmds.el (ucs-insert): Make it an obsolete
4049 alias for insert-char.
4050
4051 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4052
4053 * progmodes/python.el: Simplified imenu implementation.
4054 (python-nav-jump-to-defun): Remove command.
4055 (python-mode-map): Use `imenu' instead.
4056 (python-nav-list-defun-positions-cache)
4057 (python-imenu-include-defun-type, python-imenu-make-tree)
4058 (python-imenu-subtree-root-label, python-imenu-index-alist):
4059 Remove vars.
4060 (python-nav-list-defun-positions, python-nav-read-defun)
4061 (python-imenu-tree-assoc, python-imenu-make-element-tree)
4062 (python-imenu-make-tree, python-imenu-create-index):
4063 Remove functions.
4064 (python-mode): Update to interact with imenu by setting
4065 `imenu-extract-index-name-function' only.
4066
4067 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4068
4069 * progmodes/python.el: Enhancements to navigation commands.
4070 (python-nav-backward-sentence)
4071 (python-nav-forward-sentence): Remove.
4072 (python-nav-backward-statement, python-nav-forward-statement)
4073 (python-nav-statement-start, python-nav-statement-end)
4074 (python-nav-backward-block, python-nav-forward-block)
4075 (python-nav-block-start, python-nav-block-end)
4076 (python-nav-forward-sexp-function)
4077 (python-info-current-line-comment-p)
4078 (python-info-current-line-empty-p): New functions.
4079 (python-indent-context): Use `python-nav-statement-start'.
4080
4081 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
4082
4083 * eshell/em-ls.el (eshell/ls): Use `apply'.
4084
4085 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
4086 multi-hops, instead of Tramp internals.
4087
4088 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
4089
4090 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
4091 when F1 and F2 are located on different hosts.
4092
4093 2012-07-14 Chong Yidong <cyd@gnu.org>
4094
4095 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4096 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
4097 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
4098 (xterm-mouse--read-event-sequence-1000)
4099 (xterm-mouse--read-event-sequence-1006): New functions. For old
4100 mouse protocol, handle M-mouse-X events correctly.
4101 (xterm-mouse-event): New arg specifying mouse protocol.
4102 (turn-on-xterm-mouse-tracking-on-terminal)
4103 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
4104 sequence to toggle extended coordinates on newer XTerms.
4105 This appears to be harmless on terminals which do not support this.
4106
4107 2012-07-14 Leo Liu <sdl.web@gmail.com>
4108
4109 Add fringe bitmap indicators for flymake. (Bug#11253)
4110 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
4111 (flymake-make-overlay): New arg BITMAP.
4112 (flymake-error-bitmap, flymake-warning-bitmap)
4113 (flymake-fringe-indicator-position): New user variables.
4114
4115 * fringe.el: New bitmap exclamation-mark.
4116
4117 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
4118
4119 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
4120 also (Bug#7879).
4121
4122 2012-07-14 Chong Yidong <cyd@gnu.org>
4123
4124 * electric.el (electric-pair-post-self-insert-function): Fix pair
4125 insertion in empty-region case (Bug#11520).
4126
4127 2012-07-14 Chong Yidong <cyd@gnu.org>
4128
4129 * bindings.el: Consolidate ctl-x-r-map bindings.
4130 Bind copy-rectangle-as-kill to C-x r w.
4131
4132 * rect.el, register.el: Move bindings to bindings.el.
4133
4134 2012-07-14 Reuben Thomas <rrt@sc3d.org>
4135
4136 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
4137
4138 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
4139
4140 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
4141
4142 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
4143
4144 * bindings.el (top): Use `mapc' instead of `mapcar'.
4145
4146 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
4147
4148 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
4149
4150 * progmodes/sql.el (sql-comint): Suppress the check for program on
4151 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
4152 (Bug#11908)
4153
4154 2012-07-13 Chong Yidong <cyd@gnu.org>
4155
4156 * bindings.el: Assign a non-nil permanent-local property to
4157 per-buffer variables which lack a default value (Bug#11930).
4158
4159 * help-fns.el (describe-variable): In the "automatically becomes
4160 local" notice, take note of permanent-local variables.
4161
4162 2012-07-13 Chong Yidong <cyd@gnu.org>
4163
4164 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
4165 to allow printing the message when called from Lisp.
4166
4167 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4168 Remove toggle-read-only.
4169
4170 * bs.el (bs-toggle-readonly):
4171 * buff-menu.el (Buffer-menu-toggle-read-only):
4172 Remove with-no-warnings around toggle-read-only.
4173
4174 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
4175 Remove with-no-warnings around toggle-read-only.
4176 (ffap-read-only, ffap-read-only-other-window)
4177 (ffap-read-only-other-frame): Callers changed.
4178
4179 * help-mode.el: Don't require view package.
4180 (help-mode-finish): Set buffer-read-only instead of calling
4181 toggle-read-only.
4182
4183 * bindings.el (mode-line-toggle-read-only):
4184 * dired.el (dired-toggle-read-only):
4185 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
4186 with non-nil second arg.
4187
4188 * emacs-lisp/eieio-custom.el (eieio-customize-object):
4189 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
4190 directly.
4191
4192 2012-07-12 Eli Zaretskii <eliz@gnu.org>
4193
4194 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
4195 not incf.
4196
4197 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4198
4199 More CL cleanups and reduction of use of cl.el.
4200 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
4201 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
4202 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
4203 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
4204 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
4205 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
4206 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
4207 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
4208 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
4209 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
4210 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
4211 * eshell/em-cmpl.el, eshell/em-banner.el:
4212 * calendar/parse-time.el: Use cl-lib.
4213 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
4214 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
4215 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
4216 * term/ns-win.el, term.el, shell.el, ps-samp.el:
4217 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
4218 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
4219 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
4220 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
4221 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
4222 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
4223 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
4224 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
4225 `lambda' rather than with `quote'.
4226 (eshell-do-opt): Adjust accordingly.
4227 (eshell-process-option): Simplify.
4228 * eshell/esh-var.el:
4229 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
4230 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
4231 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
4232 to `pcase--dontcare'.
4233 * emacs-lisp/cl.el (labels): Mark obsolete.
4234 (cl--letf, letf): Move to cl-lib.
4235 (cl--letf*, letf*): Remove.
4236 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
4237 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
4238 (cl-progv): Rewrite.
4239 (cl--letf, cl-letf): Move from cl.el.
4240 (cl-letf*): New macro.
4241 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
4242
4243 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
4244
4245 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
4246
4247 2012-07-11 Chong Yidong <cyd@gnu.org>
4248
4249 * vc/log-edit.el (log-edit-vc-backend): New variable.
4250 (log-edit): Doc fix.
4251
4252 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
4253 argument of log-edit to set up all local variables.
4254 (vc-start-logentry): New optional arg specifying VC backend.
4255
4256 * vc/vc.el (vc-checkin): Use it.
4257 (vc-deduce-fileset): Handle Log Edit buffers.
4258 (vc-diff): Make first argument optional too.
4259
4260 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
4261
4262 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
4263
4264 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
4265 command, just in case. The function is not needed anymore.
4266 (eshell-external-command): Do not call `eshell-remote-command'.
4267
4268 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 Reduce use of (require 'cl).
4271 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
4272 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
4273 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
4274 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
4275 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
4276 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
4277 * battery.el, avoid.el, abbrev.el: Use cl-lib.
4278 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
4279 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
4280 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
4281 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
4282 * calculator.el, autorevert.el, apropos.el: Don't require CL.
4283 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
4284 (byte-compile-unfold-bcf, byte-compile-check-variable):
4285 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4286 (byte-compile-nilconstp):
4287 * emacs-lisp/autoload.el (make-autoload): Use pcase.
4288 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
4289
4290 * emacs-lisp/gv.el (cond): Make it a valid place.
4291 (if): Simplify slightly.
4292
4293 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
4294 (pcase--self-quoting-p): New function.
4295 (pcase--u1): Use it.
4296
4297 2012-07-10 Glenn Morris <rgm@gnu.org>
4298
4299 * emacs-lisp/authors.el (authors-fixed-entries):
4300 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
4301
4302 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
4303
4304 Rename configure.in to configure.ac (Bug#11603).
4305 * emacs-lisp/authors.el (authors-canonical-file-name):
4306 * progmodes/autoconf.el (autoconf-mode):
4307 Prefer configure.ac to configure.in.
4308
4309 2012-07-08 Chong Yidong <cyd@gnu.org>
4310
4311 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
4312 Implement the mouse-1-click-follows-link handling properly.
4313
4314 * info.el (Info-link-keymap): Use follow-link mechanism for
4315 header-line links (Bug#374).
4316
4317 * simple.el (deactivate-mark): Do not set the primary selection
4318 if another program has acquired it (Bug#11772).
4319
4320 2012-07-07 Kevin Ryde <user42@zip.com.au>
4321
4322 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
4323 (woman-decode-region): Replace escaped-escapes without destroying
4324 bold or underline (Bug#11552).
4325 (woman2-process-escapes): Handle nofill regions (Bug#11591).
4326
4327 2012-07-07 Chong Yidong <cyd@gnu.org>
4328
4329 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
4330 (interprogram-cut-function, interprogram-paste-function):
4331 Mention that we typically mean the clipboard.
4332
4333 2012-07-06 Glenn Morris <rgm@gnu.org>
4334
4335 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
4336
4337 * files.el (toggle-read-only): Restrict message to interactive use.
4338
4339 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
4340
4341 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
4342
4343 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
4344
4345 2012-07-06 Glenn Morris <rgm@gnu.org>
4346
4347 * Makefile.in (compile-one-process): Rename from "recompile".
4348
4349 * Makefile.in (bzr-update): "compile" is the same as "recompile
4350 autoloads", but parallelizable, so use that instead.
4351
4352 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
4353
4354 * window.el (quit-window): Always restore window height when
4355 it's saved in quit-restore parameter (Bug#11810).
4356
4357 2012-07-06 Glenn Morris <rgm@gnu.org>
4358
4359 * simple.el (kill-whole-line): Doc tweak.
4360
4361 2012-07-06 Eli Zaretskii <eliz@gnu.org>
4362
4363 * files.el (file-relative-name): Compare file names
4364 case-insensitively if on MS-Windows or MS-DOS, or if
4365 read-file-name-completion-ignore-case is non-nil. Don't use
4366 case-fold-search for this purpose. (Bug#11827)
4367
4368 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
4369
4370 * calendar/cal-dst.el (calendar-current-time-zone):
4371 Return calendar-current-time-zone-cache if non-nil.
4372
4373 2012-07-17 Masatake YAMATO <yamato@redhat.com>
4374 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
4375
4376 * calendar/cal-dst.el (calendar-current-time-zone):
4377 Return calendar-current-time-zone-cache if non-nil.
4378
4379 2012-07-06 Glenn Morris <rgm@gnu.org>
4380
4381 * Makefile.in (cvs-update): Remove old alias.
4382
4383 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
4384
4385 Sync with Tramp 2.2.6-pre.
4386
4387 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
4388 compatible declaration.
4389
4390 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4391 Protect `list-load-path-shadows' call.
4392
4393 * net/tramp-compat.el (top): Require packages, which aren't
4394 autoloaded anymore for XEmacs. Protect call of
4395 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
4396 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
4397 it hurts at least for SXEmacs.
4398 (tramp-compat-temporary-file-directory): In XEmacs, there is no
4399 standard-value for `temporary-file-directory'.
4400
4401 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
4402 Redirect stderr to /dev/null.
4403 (tramp-sh-handle-write-region): uid and gid can be floats.
4404 Reported by Russell Sim <russell.sim@gmail.com>.
4405 (tramp-sh-handle-vc-registered): Hide errors.
4406 (tramp-vc-file-name-handler): Use dummy results for `process-file'
4407 and `start-file-process'.
4408 (tramp-maybe-open-connection): Check also whether `non-essential'
4409 is bound.
4410
4411 2012-07-04 Chong Yidong <cyd@gnu.org>
4412
4413 * xml.el (xml--parse-buffer): Use xml-syntax-table.
4414 (xml-parse-tag): Likewise, and avoid changing entity tables.
4415 (xml-syntax-table): Define from scratch, making sure not to give
4416 x2000 and other Unicode spaces whitespace syntax, since those are
4417 not spaces in XML.
4418 (xml-parse-fragment): Delete unused function.
4419 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
4420 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
4421 (xml-entity-ref, xml-pe-reference-re)
4422 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
4423 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
4424 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
4425 (xml-entity-value-re): Use syntax references in regexps where
4426 possible; no need to define inside a let-binding.
4427 (xml-parse-dtd): Use xml-pe-reference-re.
4428 (xml-entity-or-char-ref-re): New defconst.
4429 (xml-parse-string, xml-substitute-special): Use it.
4430
4431 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4432
4433 * files.el (locate-dominating-file): Allow `name' to be a predicate.
4434 (find-file--read-only): New function.
4435 (find-file-read-only, find-file-read-only-other-window)
4436 (find-file-read-only-other-frame): Use it.
4437 (insert-file-contents-literally): Don't `fset'.
4438 (get-free-disk-space): Use locate-dominating-file.
4439
4440 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
4441 function is already compiled.
4442
4443 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
4444
4445 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
4446
4447 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
4448 files on the same host.
4449
4450 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
4451
4452 * help-fns.el (describe-function-1): Only call
4453 help-fns--autoloaded-p when we have a file name. (Bug#11848)
4454
4455 2012-07-03 Chong Yidong <cyd@gnu.org>
4456
4457 * xml.el: Protect parser against XML bombs.
4458 (xml-entity-expansion-limit): New variable.
4459 (xml-parse-string, xml-substitute-special): Use it.
4460 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
4461
4462 2012-07-03 Glenn Morris <rgm@gnu.org>
4463
4464 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4465 Allow linking to specific messages in debbugs reports (eg 123#5).
4466
4467 2012-07-02 Chong Yidong <cyd@gnu.org>
4468
4469 * xml.el: Fix entity and character reference expansion, allowing
4470 them to expand into markup as per XML spec.
4471 (xml-default-ns): New variable.
4472 (xml-entity-alist): Use XML spec definitions for lt and amp.
4473 (xml-parse-region): Make first two arguments optional.
4474 Discard text properties.
4475 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
4476 All callers changed.
4477 (xml-parse-tag): Call xml-parse-tag-1. For backward
4478 compatibility, this function should not modify buffer contents.
4479 (xml-parse-tag-1): Fix opening-tag regexp.
4480 (xml-parse-string): Rewrite, handling entity and character
4481 references properly.
4482 (xml--entity-replacement-text): Signal an error if a parameter
4483 entity is undefined.
4484
4485 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * comint.el (comint-output-filter): Filter out repeated prompts.
4488
4489 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
4490 and file-name-absolute-p.
4491 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
4492 internal calls.
4493
4494 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
4495
4496 Spelling fixes.
4497 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
4498 Rename from byte-compile--refiy-function. All uses changed.
4499
4500 2012-07-01 Chong Yidong <cyd@gnu.org>
4501
4502 * xml.el (xml--parse-buffer): New function. Move most of
4503 xml-parse-region here.
4504 (xml-parse-region): Copy region into a temporary buffer, since
4505 parameter entity substitution requires changing buffer contents.
4506 Use xml--parse-buffer.
4507 (xml-parse-file): Use xml--parse-buffer.
4508 (xml-parse-dtd): Make parameter entity substitution work right.
4509 Use proper regexps for ELEMENT declarations (Bug#7172).
4510
4511 2012-06-30 Glenn Morris <rgm@gnu.org>
4512
4513 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
4514
4515 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
4516 Remove outdated and unnecessary dbus declarations.
4517
4518 2012-06-30 Eli Zaretskii <eliz@gnu.org>
4519
4520 * emacs-lisp/timer.el (timer-until): Subtract results of
4521 float-time, instead of taking float-time of the result of
4522 time-subtract, since float-time signals an error for negative time
4523 arguments.
4524
4525 2012-06-30 Chong Yidong <cyd@gnu.org>
4526
4527 * xml.el (xml-*-re): Convert defvars into defconsts, and
4528 eval-and-compile them so eval-and-compile works on derivatives.
4529 (xml--entity-replacement-text): Use eval-and-comple.
4530
4531 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
4532
4533 * vc/vc-git.el (vc-git-registered): Use cache property
4534 `git-registered'.
4535 (vc-git-mode-line-string): Call `vc-working-revision' instead of
4536 `vc-git-working-revision' in order to benefit from the cache.
4537 (vc-git-root): Use cache property `git-root'. (Bug#11757)
4538
4539 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
4540
4541 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
4542 removed (likely outside Emacs). (Bug#11757)
4543
4544 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4545
4546 * emacs-lisp/cl-lib.el: Require macroexp.
4547
4548 2012-06-30 Chong Yidong <cyd@gnu.org>
4549
4550 * xml.el: Implement XML parameter entities.
4551 (xml-parameter-entity-alist): New variable.
4552 (xml-parse-region, xml-parse-fragment): Preserve previous values
4553 of xml-entity-alist and xml-parameter-entity-alist, so that
4554 repeated calls on different documents do not change them.
4555 (xml-parse-tag): Fix doctype regexp.
4556 (xml--entity-replacement-text): New function.
4557 (xml-parse-dtd): Use it. Don't handle system entities; doing that
4558 properly requires url retrieval which is unimplemented.
4559 (xml-escape-string): Doc fix.
4560
4561 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4562
4563 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
4564
4565 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
4566
4567 * fringe.el (fringe-mode): Doc fix.
4568
4569 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
4570
4571 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
4572 is non-nil.
4573 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
4574 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
4575
4576 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
4577
4578 * calendar/cal-dst.el (calendar-current-time-zone):
4579 Return calendar-current-time-zone-cache if non-nil.
4580
4581 2012-06-29 Masatake YAMATO <yamato@redhat.com>
4582
4583 * progmodes/which-func.el (which-func-format):
4584 Add mouse-face. (Bug#11698)
4585
4586 2012-06-29 Leo Liu <sdl.web@gmail.com>
4587
4588 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
4589
4590 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4591
4592 * minibuffer.el (minibuffer-confirm-exit-commands):
4593 Add completion-at-point (bug#11725).
4594
4595 2012-06-29 Glenn Morris <rgm@gnu.org>
4596
4597 * progmodes/f90.el (f90-font-lock-keywords-2):
4598 Add some preprocessor elements. (Bug#10499)
4599
4600 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * progmodes/cperl-mode.el (cperl-update-syntaxification):
4603 Use syntax-propertize (bug#11739).
4604
4605 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
4606
4607 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
4608
4609 2012-06-28 Julien Danjou <julien@danjou.info>
4610
4611 * term.el (term-handle-colors-array): Use a set of new faces to
4612 color the terminal. Also uses :inverse-video property.
4613 (term-default-fg-color): Set to nil by default, deprecate in favor
4614 of `term-face'.
4615 (term-default-bg-color): Set to nil by default, deprecate in favor
4616 of `term-face'.
4617 (term-current-face): Use `term-face' by default.
4618 (term-bold-attribute): Variable deleted.
4619
4620 2012-06-28 Glenn Morris <rgm@gnu.org>
4621
4622 * simple.el (completion-list-mode-finish):
4623 Don't use toggle-read-only. (Since completion-list-mode has
4624 a special mode-class, it wasn't doing anything extra anyway.)
4625
4626 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
4627
4628 Make inlining of other-mode interpreted functions work (bug#11799).
4629 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
4630 (byte-compile): Use it to fix compilation of lexical-binding closures.
4631 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
4632 function, if needed.
4633
4634 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * help-mode.el (help-make-xrefs): Don't just withstand
4637 cyclic-variable-indirection but any error in documentation-property.
4638
4639 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
4640 memory use.
4641 * bindings.el (bindings--define-key): New function.
4642 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
4643 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
4644 * bindings.el: Use it to purecopy define-key bindings.
4645
4646 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
4647
4648 * emacs-lisp/cl.el (flet): Mark obsolete.
4649 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
4650 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
4651 * progmodes/js.el (js-c-fill-paragraph):
4652 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
4653 (ebrowse-switch-member-buffer-to-derived-class):
4654 * play/5x5.el (5x5-solver): Use cl-flet.
4655
4656 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
4657 (cl--symbol-function): New macro.
4658 (cl--letf, cl--letf*): Use it.
4659
4660 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4661 Strip "toggle-" if any.
4662
4663 2012-06-27 Glenn Morris <rgm@gnu.org>
4664
4665 * info.el (Info-default-directory-list): Move here from paths.el.
4666 * paths.el: Remove file, which is now empty.
4667 * loadup.el: No longer load "paths".
4668
4669 * custom.el (custom-initialize-delay): Doc fix.
4670
4671 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4672 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4673 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4674 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4675 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4676 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
4677 * eshell/eshell.el (eshell-defgroup): Remove alias.
4678
4679 2012-06-27 Chong Yidong <cyd@gnu.org>
4680
4681 * help.el (help-enable-auto-load): New variable.
4682
4683 * help-fns.el (help-fns--autoloaded-p): New function.
4684 (describe-function-1): Refer to a function as "autoloaded" if it
4685 was autoloaded at any time in the past. Perform autoloading if
4686 help-enable-auto-load is non-nil.
4687
4688 2012-06-26 Eli Zaretskii <eliz@gnu.org>
4689
4690 * makefile.w32-in (compile, compile-always): Depend on
4691 update-subdirs, not on subdirs.el. Otherwise, several different
4692 sub-targets of 'bootstrap' running in parallel could
4693 simultaneously write to subdirs.el, producing a garbled file.
4694
4695 2012-06-26 Sam Steingold <sds@gnu.org>
4696
4697 * files.el (file-name-base): New convenience function.
4698 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
4699 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
4700 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
4701 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
4702 * textmodes/ispell.el, textmodes/reftex-ref.el:
4703 * textmodes/tex-mode.el: Use it.
4704 Did not touch cedet and org because they are maintained elsewhere.
4705
4706 2012-06-26 Martin Rudalics <rudalics@gmx.at>
4707
4708 * calendar/calendar.el (calendar-exit): Don't try to delete or
4709 iconify last frame. See:
4710 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
4711
4712 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
4713
4714 * server.el (server-process-filter): Remember dir in the
4715 process's `server-client-directory' properties.
4716
4717 2012-06-24 Chong Yidong <cyd@gnu.org>
4718
4719 * xml.el (xml-parse-tag): Correctly handle comment embedded in
4720 non-tag text.
4721
4722 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
4723
4724 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
4725
4726 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4727
4728 * help-fns.el (describe-variable): Don't croak when doc is not found.
4729 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
4730 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
4731 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
4732 * emacs-lisp/smie.el (smie-next-sexp): CSE.
4733 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
4734 ((lambda ..) ..).
4735 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
4736
4737 2012-06-23 Chong Yidong <cyd@gnu.org>
4738
4739 * info.el (Info-mouse-follow-link): Accept symbol values of
4740 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
4741 (Info-fontify-node): Use Info-link-keymap for all navigation
4742 buttons, with link-args property to perform the desired action.
4743 (Info-link-keymap): Doc fix.
4744 (Info-next-link-keymap, Info-prev-link-keymap)
4745 (Info-up-link-keymap): Delete now-unused keymaps.
4746
4747 2012-06-23 Chong Yidong <cyd@gnu.org>
4748
4749 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
4750
4751 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
4752 system abbrevs.
4753
4754 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
4755
4756 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4757
4758 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
4759 (bug#11719).
4760
4761 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
4762 the requote function doesn't work properly (bug#11714).
4763
4764 2012-06-23 Glenn Morris <rgm@gnu.org>
4765
4766 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
4767
4768 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4769
4770 Further GV/CL cleanups.
4771 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
4772 gv-expander.
4773 (gv--defun-declaration): New function.
4774 (defun-declarations-alist): Use it.
4775 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
4776 (gv-place): Autoload.
4777 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
4778 original definition of dotimes and dolist.
4779 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
4780 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
4781 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
4782 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
4783 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
4784 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
4785 to the function's definition.
4786 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
4787 * window.el:
4788 * files.el:
4789 * faces.el:
4790 * env.el: Don't use CL.
4791
4792 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
4793
4794 Support higher-resolution time stamps (Bug#9000).
4795
4796 * calendar/time-date.el (with-decoded-time-value): New arg
4797 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
4798 (encode-time-value): New optional arg PICO. New type 3.
4799 (time-to-seconds) [!float-time]: Support the new picoseconds
4800 component if it's used.
4801 (seconds-to-time, time-subtract, time-add):
4802 Support ps-resolution time stamps as well.
4803
4804 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
4805 (timerp): Timer vectors now have length 9, not 8.
4806 (timer--time): Support new-style (4-part) time stamps.
4807 (timer-next-integral-multiple-of-time): Time stamps now have
4808 picosecond resolution, so take a bit more care about rounding.
4809 (timer-relative-time, timer-inc-time): New optional arg psecs.
4810 (timer-set-time-with-usecs): Set psecs to 0.
4811 (timer--activate): Check psecs component, too.
4812
4813 * proced.el (proced-time-lessp): Support ps-resolution stamps.
4814
4815 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4816
4817 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
4818 Move the non-essential binding to the post/pre-command-hook where it is
4819 more obviously correct.
4820
4821 * subr.el (read-passwd): Don't use a history at all.
4822 * savehist.el (savehist-save): Remove password saved accidentally
4823 because of the above bug.
4824
4825 2012-06-22 Bastien Guerry <bzg@gnu.org>
4826
4827 * files.el (toggle-read-only): Display a message telling whether
4828 the buffer is read-only or not (bug#11726).
4829
4830 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4831
4832 * emacs-lisp/gv.el: New file.
4833 * subr.el (push, pop): Extend to generalized variables.
4834 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
4835 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
4836 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
4837 gv-define-simple-setter, and gv-define-expander.
4838 Remove setf-methods defined in gv. Rename cl-setf -> setf.
4839 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
4840 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
4841 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
4842 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
4843 gv-letplace.
4844 (cl-defstruct): Don't define setf-method any more.
4845 * emacs-lisp/cl.el (flet): Don't autoload.
4846 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
4847 (define-setf-expander, defsetf, define-modify-macro)
4848 (cl-struct-setf-expander): Move from cl-lib.el.
4849 * emacs-lisp/syntax.el:
4850 * emacs-lisp/ewoc.el:
4851 * emacs-lisp/smie.el:
4852 * emacs-lisp/cconv.el:
4853 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
4854 (timer--time): Use gv-define-simple-setter.
4855 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
4856 to avoid coding-system problems in subr.el. Adjust all users.
4857 (macroexp--maxsize, macroexp-small-p): New functions.
4858 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
4859 * scroll-bar.el (scroll-bar-mode):
4860 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
4861 (normal-erase-is-backspace-mode): Don't use the `eq' place.
4862 * winner.el (winner-configuration, winner-make-point-alist)
4863 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
4864 * files.el (locate-file-completion-table): Avoid list*.
4865
4866 2012-06-22 Chong Yidong <cyd@gnu.org>
4867
4868 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
4869 (dired-create-files): Doc fix (Bug#11329).
4870 (dired-do-copy): Doc fix (Bug#11334).
4871 (dired-mark-read-string): Doc fix (Bug#11553).
4872
4873 * dired.el (dired-recursive-copies, dired-recursive-deletes):
4874 Doc fix (Bug#11326).
4875 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
4876 (dired-dwim-target): Doc fix.
4877
4878 * wdired.el (wdired-mode): Doc fix.
4879
4880 2012-06-22 Glenn Morris <rgm@gnu.org>
4881
4882 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
4883 (pcmpl-rpm-cache-stamp-file): New constant.
4884 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
4885 (pcmpl-rpm-packages): Optionally cache list of packages.
4886
4887 * pcmpl-rpm.el (pcmpl-rpm): New group.
4888 (pcmpl-rpm-query-options): New option.
4889 (pcmpl-rpm-packages): No need to inline it.
4890 Use pcmpl-rpm-query-options.
4891
4892 * calendar/calendar.el (calendar-in-read-only-buffer):
4893 Avoid some needless mode changes.
4894
4895 2012-06-21 Chong Yidong <cyd@gnu.org>
4896
4897 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
4898 (desktop-path): Remove . from the default value (Bug#10977).
4899 (desktop-read): Use user-emacs-directory if desktop-path is nil.
4900
4901 2012-06-20 Chong Yidong <cyd@gnu.org>
4902
4903 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
4904
4905 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
4906
4907 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
4908 (bug#11201).
4909
4910 2012-06-20 Chong Yidong <cyd@gnu.org>
4911
4912 * term.el (term-window-width): Handle the case of a missing right
4913 fringe (Bug#8837).
4914 (term-check-size): Use window-text-height (Bug#5445).
4915 (term-mode): Use define-derived-mode. Minor cleanups.
4916 Set font-lock-defaults (Bug#7692).
4917 (term-move-columns, term-insert-char, term-emulate-terminal)
4918 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
4919
4920 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
4921
4922 * net/ange-ftp.el (ange-ftp-get-passwd):
4923 Bind `enable-recursive-minibuffers'.
4924 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
4925
4926 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
4927
4928 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
4929
4930 2012-06-19 Glenn Morris <rgm@gnu.org>
4931
4932 * progmodes/python.el (python-mode): Derive from prog-mode.
4933
4934 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
4935
4936 * emulation/edt.el (edt-default-menu-bar-update-buffers)
4937 (edt-user-menu-bar-update-buffers): New functions.
4938 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
4939
4940 2012-06-19 Chong Yidong <cyd@gnu.org>
4941
4942 * subr.el (with-selected-window): Preserve the selected window's
4943 terminal's top-frame (Bug#4702).
4944
4945 * window.el (save-selected-window): Likewise.
4946
4947 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4948
4949 * progmodes/python.el (python-rx-constituents): Move backquote.
4950 (python-skeleton-define, python-define-auxiliary-skeleton):
4951 Use `declare'.
4952
4953 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
4954
4955 * minibuffer.el (read-file-name-default): Revert the patch from
4956 2012-06-17.
4957
4958 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4959
4960 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
4961 (pcase--u1, pcase--q1): Don't use apply-partially.
4962
4963 2012-06-18 Glenn Morris <rgm@gnu.org>
4964
4965 * progmodes/python.el (python-proc, python-buffer)
4966 (python-send-receive, python-send-string): Fix obsolete versions.
4967
4968 2012-06-18 Martin Rudalics <rudalics@gmx.at>
4969
4970 * window.el (special-display-p): Completely remove stringp
4971 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
4972
4973 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
4974
4975 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
4976
4977 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
4978
4979 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
4980 * net/tramp-sh.el (tramp-maybe-open-connection):
4981 Throw if `non-essential' is non-nil.
4982
4983 2012-06-17 Martin Rudalics <rudalics@gmx.at>
4984
4985 * window.el (special-display-p): Signal an error if BUFFER-NAME
4986 is not a string (Bug#11713).
4987
4988 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
4989
4990 * progmodes/python.el (python-info-beginning-of-backslash):
4991 Rename from python-info-beginning-of-backlash, as a spelling fix.
4992
4993 2012-06-17 Chong Yidong <cyd@gnu.org>
4994
4995 * term.el (term-emulate-terminal): If term-check-size is called,
4996 move point to the process mark without resetting point (Bug#4635).
4997
4998 2012-06-17 Glenn Morris <rgm@gnu.org>
4999
5000 * international/mule-cmds.el (mule-menu-keymap)
5001 (set-language-environment, set-locale-environment): Doc tweaks.
5002
5003 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5004
5005 * cus-face.el (custom-face-attributes): Add wave-style underline
5006 attribute.
5007 * faces.el (set-face-attribute): Update docstring to describe
5008 wave-style underline attribute.
5009
5010 2012-06-16 Chong Yidong <cyd@gnu.org>
5011
5012 * term/xterm.el (terminal-init-xterm): Discard input before
5013 querying background mode (Bug#10959).
5014
5015 2012-06-16 Stefan Merten <smerten@oekonux.de>
5016
5017 * textmodes/rst.el: Added and corrected some comments.
5018 (rst-re-alist-def): Improve symbol syntax.
5019 (rst-mode-syntax-table): Correct syntax entries.
5020 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5021 (rst-official-version, rst-official-cvs-rev): Update version
5022 information.
5023
5024 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
5025
5026 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5027 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5028
5029 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
5030
5031 * progmodes/python.el: New python.el merge.
5032 (python-guess-indent): Obsolete var.
5033 (python-indent-guess-indent-offset): New defcustom.
5034 (python-indent): Obsolete var.
5035 (python-indent-offset): New defcustom.
5036 (python-python-command, python-jython-command): Delete var.
5037 (python-shell-interpreter): New defcustom.
5038 (python-pdbtrack-do-tracking-p): Delete var.
5039 (python-pdbtrack-activate): New defcustom.
5040 (python-use-skeletons): Obsolete var.
5041 (python-skeleton-autoinsert): New defcustom.
5042 (inferior-python-filter-regexp, python-continuation-offset)
5043 (python-honour-comment-indentation, python-indent-string-contents)
5044 (python-jython-packages, python-mode-hook)
5045 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5046 (python-shell-prompt-alist)
5047 (python-source-modes): Delete defcustoms.
5048 (python-check-buffer-name, python-eldoc-setup-code)
5049 (python-eldoc-string-code, python-ffap-setup-code)
5050 (python-ffap-string-code, python-fill-comment-function)
5051 (python-fill-decorator-function, python-fill-paren-function)
5052 (python-fill-string-function, python-imenu-include-defun-type)
5053 (python-imenu-make-tree, python-imenu-subtree-root-label)
5054 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5055 (python-shell-compilation-regexp-alist)
5056 (python-shell-completion-module-string-code)
5057 (python-shell-completion-pdb-string-code)
5058 (python-shell-completion-setup-code)
5059 (python-shell-completion-string-code)
5060 (python-shell-enable-font-lock, python-shell-exec-path)
5061 (python-shell-extra-pythonpaths)
5062 (python-shell-internal-buffer-name, python-shell-interpreter-args)
5063 (python-shell-process-environment)
5064 (python-shell-prompt-block-regexp)
5065 (python-shell-prompt-output-regexp)
5066 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5067 (python-shell-send-setup-max-wait, python-shell-setup-codes)
5068 (python-shell-virtualenv-path): New defcustoms.
5069 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5070 (inferior-python-mode-syntax-table, python--prompt-regexp)
5071 (python-buffer, python-command python-python-command)
5072 (python-default-template, python-imports, python-indent-index)
5073 (python-indent-list, python-indent-list-length)
5074 (python-mode-running, python-pdbtrack-is-tracking-p)
5075 (python-preoutput-continuation, python-preoutput-leftover)
5076 (python-preoutput-result, python-preoutput-skip-next-prompt)
5077 (python-prev-dir/file, python-recursing)
5078 (python-saved-check-command, python-version-checked)
5079 (python-which-func-length-limit)
5080 (view-return-to-alist): Delete vars.
5081 (python-check-custom-command, python-dotty-syntax-table)
5082 (python-imenu-index-alist, python-indent-current-level)
5083 (python-indent-dedenters, python-indent-levels)
5084 (python-nav-beginning-of-defun-regexp)
5085 (python-nav-list-defun-positions-cache)
5086 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
5087 (python-shell-internal-buffer)
5088 (python-skeleton-available): New vars.
5089 (def-python-skeleton): Delete macro.
5090 (python-skeleton-define): New macro.
5091 (python-define-auxiliary-skeleton, python-rx): New macros.
5092 (python-insert-class): Delete command.
5093 (python-skeleton-class): New command.
5094 (python-insert-def): Delete command.
5095 (python-skeleton-def): New command.
5096 (python-insert-for): Delete command.
5097 (python-skeleton-for): New command.
5098 (python-insert-if): Delete command.
5099 (python-skeleton-if): New command.
5100 (python-insert-try/except, python-insert-try/finally): Delete commands.
5101 (python-skeleton-try): New command.
5102 (python-insert-while): Delete command.
5103 (python-skeleton-while): New command.
5104 (python-backspace): Delete command.
5105 (python-indent-dedent-line-backspace): New command.
5106 (python-electric-colon): Delete command.
5107 (python-indent-electric-colon): New command.
5108 (python-guess-indent): Delete command.
5109 (python-indent-guess-indent-offset): New command.
5110 (python-shift-left): Delete command.
5111 (python-indent-shift-left): New command.
5112 (python-shift-right): Delete command.
5113 (python-indent-shift-right): New command.
5114 (python-find-function): Delete command.
5115 (python-nav-jump-to-defun): New command.
5116 (python-next-statement): Delete command.
5117 (python-nav-forward-sentence): New command.
5118 (python-previous-statement): Delete command.
5119 (python-nav-backward-sentence): New command.
5120 (python-fill-paragraph): Delete command.
5121 (python-fill-paragraph-function): New command.
5122 (python-send-buffer): Delete command.
5123 (python-shell-send-buffer): New command.
5124 (python-send-defun): Delete command.
5125 (python-shell-send-defun): New command.
5126 (python-send-region, python-send-region-and-go): Delete commands.
5127 (python-shell-send-region)
5128 (python-shell-switch-to-shell): New commands.
5129 (python-send-string): Delete command.
5130 (python-shell-send-string): New command.
5131 (python-switch-to-python): Delete command.
5132 (python-shell-switch-to-shell): New command.
5133 (python-describe-symbol): Delete command.
5134 (python-eldoc-at-point): New command.
5135 (python--set-prompt-regexp, python-args-to-list)
5136 (python-after-info-look, python-check-version)
5137 (python-check-comint-prompt, python-find-imports)
5138 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
5139 (python-unload-function, python-expand-template)
5140 (python-maybe-jython, python-preoutput-filter)
5141 (python-pdbtrack-get-source-buffer)
5142 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
5143 (python-pdbtrack-toggle-stack-tracking)
5144 (python-pdbtrack-track-stack-file, python-initial-text)
5145 (python-first-word, python-comment-line-p, python-send-command)
5146 (python-setup-brm, python-sentinel, python-set-proc)
5147 (python-skip-out, python-input-filter, python-outdent-p)
5148 (python-outline-level, python-backslash-continuation-line-p)
5149 (python-end-of-block, python-end-of-statement, python-mark-block)
5150 (python-beginning-of-block, python-beginning-of-statement)
5151 (python-blank-line-p, python-beginning-of-string)
5152 (python-open-block-statement-p): Delete functions.
5153 (python-indent-line, python-indent-line-1): Delete functions.
5154 (python-indent-line): New function.
5155 (python-indentation-levels): Delete function.
5156 (python-indent-calculate-levels): New function.
5157 (python-proc): Delete function.
5158 (python-shell-get-process): New function.
5159 (python-send-receive): Delete function.
5160 (python-shell-send-string-no-output): New function.
5161 (python-module-path): Delete function.
5162 (python-ffap-module-path): New function.
5163 (python-completion-at-point)
5164 (python-symbol-completions): Delete functions.
5165 (python-completion-complete-at-point): New function.
5166 (python-load-file): Delete function.
5167 (python-shell-send-file): New function.
5168 (python-calculate-indentation): Delete function.
5169 (python-indent-calculate-indentation): New function.
5170 (python-skip-comments/blanks): Delete function.
5171 (python-util-forward-comment): New function.
5172 (python-continuation-line-p): Delete function.
5173 (python-info-continuation-line-p): New function.
5174 (python-which-func, python-current-defun): Delete function.
5175 (python-info-current-defun): New function.
5176 (python-beginning-of-defun): Delete function.
5177 (python-nav-beginning-of-defun): New function.
5178 (python-close-block-statement-p)
5179 (python-block-end-p): Delete function.
5180 (python-info-closing-block): New function.
5181 (python-comint-output-filter-function)
5182 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
5183 (python-fill-comment, python-fill-decorator, python-fill-paren)
5184 (python-fill-string, python-imenu-make-element-tree)
5185 (python-imenu-make-tree, python-imenu-tree-assoc)
5186 (python-indent-context, python-indent-dedent-line)
5187 (python-indent-line-function)
5188 (python-indent-post-self-insert-function)
5189 (python-indent-toggle-levels)
5190 (python-info-assignment-continuation-line-p)
5191 (python-info-beginning-of-backlash)
5192 (python-info-block-continuation-line-p)
5193 (python-info-closing-block-message)
5194 (python-info-line-ends-backslash-p)
5195 (python-info-looking-at-beginning-of-defun)
5196 (python-info-ppss-context, python-info-ppss-context-type)
5197 (python-nav-list-defun-positions, python-nav-read-defun)
5198 (python-nav-sentence-end, python-nav-sentence-start)
5199 (python-pdbtrack-comint-output-filter-function)
5200 (python-pdbtrack-set-tracked-buffer)
5201 (python-shell-calculate-exec-path)
5202 (python-shell-calculate-process-environment)
5203 (python-shell-completion--do-completion-at-point)
5204 (python-shell-completion--get-completions)
5205 (python-shell-completion-complete-at-point)
5206 (python-shell-completion-complete-or-indent)
5207 (python-shell-get-or-create-process)
5208 (python-shell-get-process-name)
5209 (python-shell-internal-get-or-create-process)
5210 (python-shell-internal-get-process-name)
5211 (python-shell-internal-send-string, python-shell-make-comint)
5212 (python-shell-parse-command, python-shell-send-setup-code)
5213 (python-skeleton-add-menu-items)
5214 (python-util-clone-local-variables, python-util-position)
5215 (run-python-internal, python-indentation-levels)
5216 (python-nav-beginning-of-defun)
5217 (python-completion-complete-at-point): New functions.
5218 (run-python): Change arguments. New API requirements.
5219
5220 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5221
5222 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
5223 (bug#11649).
5224
5225 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
5226 (macroexp--expand-all): Use it.
5227
5228 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
5229 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
5230 Use `cl-function' instead.
5231
5232 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
5233
5234 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
5235 Suggested by Stefan Monnier while discussing bug#11657.
5236
5237 2012-06-14 Sam Steingold <sds@gnu.org>
5238
5239 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
5240
5241 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
5242
5243 * play/doctor.el (doctor-doc): Remove parameter and use
5244 doctor-sent instead of sent.
5245 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
5246
5247 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5248
5249 * files.el: Require cl-lib.
5250 (file-name-non-special): Replace case -> cl-case.
5251
5252 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
5253
5254 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
5255 mapping from #' to function*.
5256
5257 2012-06-13 Chong Yidong <cyd@gnu.org>
5258
5259 * mouse.el (mouse-drag-track): Do not set the mark if the user
5260 releases the mouse without selecting anything (Bug#11588).
5261
5262 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5263
5264 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
5265 as well (bug#11646).
5266
5267 * loadup.el: Count byte-code functions as well.
5268
5269 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
5270 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
5271
5272 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
5273 (bug#11649). Add cl-defun and cl-defmacro.
5274
5275 2012-06-13 Drew Adams <drew.adams@oracle.com>
5276
5277 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5278 Fix last change.
5279
5280 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
5281
5282 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
5283 Otherwise, it blocks in batch mode.
5284
5285 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
5286
5287 * help-mode.el (bookmark-make-record-default): Declare.
5288
5289 2012-06-13 Chong Yidong <cyd@gnu.org>
5290
5291 * emacs-lisp/package.el (list-packages): Compute a list of
5292 packages that are newly-available since the last list-packages
5293 invocation.
5294 (package-menu--new-package-list): New var.
5295 (package-menu--generate, package-menu--print-info)
5296 (package-menu--status-predicate, package-menu-mark-install):
5297 Handle new status label "new".
5298
5299 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5300
5301 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
5302 conversion to backquotes.
5303
5304 2012-06-12 Chong Yidong <cyd@gnu.org>
5305
5306 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
5307 Rename from gud-inhibit-global-bindings.
5308
5309 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
5310
5311 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
5312 hook from nxml-glyph-set-hook.
5313
5314 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
5315 declaration.
5316
5317 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
5318
5319 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
5320 Convert to defcustom.
5321
5322 2012-06-12 Drew Adams <drew.adams@oracle.com>
5323
5324 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5325 New functions.
5326 (help-mode): Use them.
5327
5328 2012-06-11 Glenn Morris <rgm@gnu.org>
5329
5330 * progmodes/fortran.el (fortran-font-lock-keywords-3):
5331 Use preprocessor face for directives.
5332 (fortran-directive-re): Doc fix.
5333
5334 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5335
5336 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
5337 conversion to backquotes (bug#11652).
5338
5339 Fix compiler-expansion of CL's cXXr functions (bug#11673).
5340 * emacs-lisp/cl-lib.el (cl--defalias): New function.
5341 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
5342 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
5343 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5344 (cl-ninth, cl-tenth): Mark them as inlinable.
5345 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
5346 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
5347 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
5348 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
5349 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
5350 (cl-list*, cl-adjoin): Don't put an autoload manually.
5351 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
5352 (cl--compiler-macro-list*): Add autoload cookie.
5353 (cl--compiler-macro-cXXr): New function.
5354
5355 * help-fns.el (help-fns--compiler-macro): New function extracted from
5356 describe-function-1; follow aliases and use `compiler-macro' property.
5357 (describe-function-1): Use it.
5358
5359 2012-06-11 Chong Yidong <cyd@gnu.org>
5360
5361 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
5362 is uninstalled, if imagemagick is installed.
5363
5364 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5365
5366 * emacs-lisp/cl-lib.el: Use lexical-binding.
5367 (cl-map-extents, cl-maclisp-member): Remove.
5368 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
5369 (cl--set-substring, cl--block-wrapper, cl--block-throw)
5370 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
5371 * emacs-lisp/cl-extra.el: Use lexical-binding.
5372 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
5373 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
5374 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
5375 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
5376 * emacs-lisp/cl-seq.el: Use lexical-binding.
5377 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
5378 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
5379 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
5380 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
5381 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
5382 CL's internals.
5383
5384 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
5385
5386 Sync with Tramp 2.2.6-pre.
5387
5388 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
5389 `print-length' and `print-level' to nil, in order to avoid
5390 truncation. Reported by Christopher Schmidt
5391 <christopher@ristopher.com>.
5392
5393 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
5394
5395 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
5396 New defmacro.
5397 (tramp-compat-copy-directory): Add optional argument
5398 COPY-CONTENTS. It is not handled yet.
5399
5400 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
5401 (tramp-ftp-file-name-p): Simplify.
5402
5403 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
5404 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
5405 connection vector.
5406
5407 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
5408 (tramp-methods): Do not use `tramp-password-end-of-line'.
5409 (tramp-completion-function-alist-putty): Handle UNIX case.
5410 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
5411 (tramp-do-file-attributes-with-stat)
5412 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
5413 gid as real numbers. They could run out of integer range on cygwin.
5414 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
5415 (tramp-sh-handle-expand-file-name): Handle hops.
5416 (tramp-open-connection-setup-interactive-shell):
5417 Use `tramp-cleanup'. Move check for busyboxes ...
5418 (tramp-find-shell): ... here. Simplify implementation.
5419 Set "remote-shell" property also for alternative shells.
5420 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
5421 If failing, a regular file would be written otherwise.
5422 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
5423 (tramp-find-inline-encoding): Cache the coding commands in the
5424 process cache. Apply test command on the remote side, if defined.
5425 (tramp-find-inline-compress): Cache the compress commands in the
5426 process cache.
5427 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
5428 when requested. Handle hops.
5429 (tramp-current-connection): New defvar.
5430 (tramp-maybe-open-connection): Use `tramp-cleanup'.
5431 Throw `suppress', if there was a failed connection shortly before.
5432 Handle user interrupt. (Bug#10187)
5433 (tramp-get-inline-compress, tramp-get-inline-coding):
5434 Read connection properties from the process cache.
5435
5436 * net/tramp-smb.el (tramp-smb-server-version)
5437 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
5438 New defconsts.
5439 (tramp-smb-prompt): Extend for powershell prompt.
5440 (tramp-smb-file-name-handler-alist): Add handlers for
5441 `process-file', `shell-command' and `start-file-process'.
5442 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
5443 (tramp-smb-winexe-shell-command-switch): New defcustoms.
5444 (tramp-smb-file-name-p): Simplify.
5445 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
5446 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
5447 (tramp-smb-shell-quote-argument): New defuns.
5448 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
5449 Implement using "tar". By this, time-stamps are preserved.
5450 (tramp-smb-handle-copy-file): Handle also the case of directories.
5451 (tramp-smb-do-file-attributes-with-stat)
5452 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
5453 Use `tramp-get-connection-buffer').
5454 (tramp-smb-handle-rename-file): Use "rename", when source and
5455 target are on the same share.
5456 (tramp-smb-maybe-open-connection): Handle wrong passwords.
5457 Use `tramp-smb-server-version'.
5458 (tramp-smb-wait-for-output): Remove prompt.
5459
5460 * net/tramp.el (top): Require 'cl.
5461 (tramp-methods, tramp-rsh-end-of-line):
5462 Remove `tramp-password-end-of-line' from docstring.
5463 (tramp-save-ad-hoc-proxies): New defcustom.
5464 (tramp-completion-function-alist): Adapt docstring.
5465 (tramp-default-password-end-of-line): Remove defcustom.
5466 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
5467 (tramp-user-regexp, tramp-file-name-regexp-unified)
5468 (tramp-file-name-regexp-url): Extend regexp by hop separator.
5469 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
5470 (tramp-remote-file-name-spec-regexp): New defconst.
5471 (tramp-file-name-structure): Extend structure for hops.
5472 (tramp-get-method-parameter): Move up.
5473 (tramp-file-name-p, tramp-dissect-file-name)
5474 (with-parsed-tramp-file-name): Handle hops.
5475 (tramp-file-name-hop): New defun.
5476 (tramp-make-tramp-file-name): New optional arg HOP.
5477 (tramp-message-show-progress-reporter-message): New defvar.
5478 (tramp-with-progress-reporter): Use it. We cannot use
5479 `tramp-message-show-message' here, because this suppresses also
5480 error buffers.
5481 (tramp-error-with-buffer): Suppress buffer view, if
5482 `tramp-message-show-message' is nil.
5483 Use `tramp-get-connection-buffer'.
5484 (tramp-cleanup): New defun.
5485 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
5486 (tramp-file-name-handler): If `debug-on-error' is set, propagate
5487 an error unchanged.
5488 (tramp-completion-handle-file-name-all-completions): Handle hops.
5489 Fix an error when called from ido.
5490 (tramp-completion-dissect-file-name): Use better local variable
5491 name. Add hop to the vector.
5492 (tramp-handle-insert-file-contents): Use progress-reporter for the
5493 whole scenario.
5494 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
5495 to `t'.
5496 (tramp-check-for-regexp): Simplify search.
5497 (tramp-enter-password): Remove it. Move implementation ...
5498 (tramp-action-password): ... here.
5499 (tramp-mode-string-to-int, tramp-local-host-p)
5500 (tramp-make-tramp-temp-file, tramp-read-passwd)
5501 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
5502 Set tramp-autoload cookie.
5503
5504 * net/trampver.el: Update release number.
5505
5506 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5507 Michael Albinus <michael.albinus@gmx.de>
5508
5509 * net/tramp.el (tramp-set-completion-function): Fix docstring.
5510 (tramp-parse-group, tramp-parse-file)
5511 (tramp-parse-shostkeys-sknownhosts): New defuns.
5512 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
5513 (tramp-parse-shosts-group, tramp-parse-sconfig)
5514 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
5515 (tramp-parse-sknownhosts, tramp-parse-hosts)
5516 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
5517 Use them.
5518 (tramp-parse-passwd-group, tramp-parse-netrc-group)
5519 (tramp-parse-putty-group): Don't narrow.
5520 (tramp-parse-putty): Make a loop.
5521 (tramp-file-name-handler): Catch the `suppress' signal.
5522
5523 2012-06-11 Chong Yidong <cyd@gnu.org>
5524
5525 * image.el (imagemagick-register-types): Put the ImageMagick entry
5526 at the end of image-type-file-name-regexps.
5527
5528 2012-06-11 Johan Bockgård <bojohan@gnu.org>
5529
5530 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
5531 (pcase, pcase-let*, pcase-dolist): Use them.
5532
5533 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 * emacs-lisp/pcase.el (pcase--let*): New function.
5536 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
5537 (pcase--expand): Use macroexp-let².
5538
5539 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5540
5541 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
5542 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
5543 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
5544 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
5545 * emacs-lisp/derived.el: Use pcase instead of `cl'.
5546 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
5547
5548 2012-06-10 Glenn Morris <rgm@gnu.org>
5549
5550 * mail/rmail.el (rmail-yank-current-message): Leave point at
5551 correct position. (Bug#11660)
5552
5553 2012-06-10 Chong Yidong <cyd@gnu.org>
5554
5555 * allout-widgets.el: Fix code header.
5556
5557 2012-06-10 Chong Yidong <cyd@gnu.org>
5558
5559 * cus-edit.el (customize-changed-options-previous-release):
5560 Bump to 24.1.
5561
5562 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
5563
5564 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
5565
5566 2012-06-09 Chong Yidong <cyd@gnu.org>
5567
5568 * ebuff-menu.el (electric-buffer-list): Preserve header line.
5569
5570 2012-06-09 Martin Rudalics <rudalics@gmx.at>
5571
5572 * window.el (special-display-popup-frame): Don't use
5573 window--display-buffer (Bug#11651).
5574
5575 2012-06-09 Eli Zaretskii <eliz@gnu.org>
5576
5577 Fix parallel builds: make sure loaddefs.el is not being written
5578 while Lisp files are compiled.
5579 (compile): Don't depend on 'mh-autoloads'.
5580 (compile-CMD, compile-SH): Depend on 'autoloads'.
5581 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
5582
5583 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
5584
5585 2012-06-09 Chong Yidong <cyd@gnu.org>
5586
5587 * face-remap.el (face-remap-add-relative, face-remap-set-base)
5588 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
5589 Doc fixes (Bug#11225).
5590
5591 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5592
5593 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
5594 a function if there's a clear indication that it has a compiler-macro.
5595 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
5596 (macro-declarations-alist): Add arglist to declaration functions.
5597 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
5598 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
5599 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
5600 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
5601 Also add autoload to find the compiler macro.
5602 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
5603 (cl--compiler-macro-member, cl--compiler-macro-assoc)
5604 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
5605 (cl--compiler-macro-get): New functions, replacing calls to
5606 cl-define-compiler-macro.
5607 (cl-typep) [compiler-macro]: Use macroexp-let².
5608
5609 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
5610
5611 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
5612 string properly, fixes Bug#11473.
5613
5614 2012-06-08 Chong Yidong <cyd@gnu.org>
5615
5616 * faces.el (set-face-attribute): Doc fix.
5617 (modify-face): Don't use :bold and :italic.
5618 (error, warning, success): Tweak definitions.
5619
5620 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
5621 (custom-modified, custom-set, custom-changed, custom-themed)
5622 (custom-saved, custom-button, custom-button-mouse)
5623 (custom-button-pressed, custom-state, custom-comment-tag)
5624 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
5625 (custom-group-subtitle): Use new-style face specs.
5626 (custom-invalid-face, custom-rogue-face, custom-modified-face)
5627 (custom-set-face, custom-changed-face, custom-saved-face)
5628 (custom-button-face, custom-button-pressed-face)
5629 (custom-documentation-face, custom-state-face)
5630 (custom-comment-face, custom-comment-tag-face)
5631 (custom-variable-tag-face, custom-variable-button-face)
5632 (custom-face-tag-face, custom-group-tag-face-1)
5633 (custom-group-tag-face): Remove obsolete face alias.
5634
5635 * epa.el (epa-validity-high, epa-validity-medium)
5636 (epa-validity-low, epa-mark, epa-field-name, epa-string)
5637 (epa-field-name, epa-field-body):
5638 * font-lock.el (font-lock-comment-face, font-lock-string-face)
5639 (font-lock-keyword-face, font-lock-builtin-face)
5640 (font-lock-function-name-face, font-lock-variable-name-face)
5641 (font-lock-type-face, font-lock-constant-face):
5642 * ido.el (ido-first-match, ido-only-match, ido-subdir)
5643 (ido-virtual, ido-indicator, ido-incomplete-regexp):
5644 * speedbar.el (speedbar-button-face, speedbar-file-face)
5645 (speedbar-directory-face, speedbar-tag-face)
5646 (speedbar-selected-face, speedbar-highlight-face)
5647 (speedbar-separator-face):
5648 * whitespace.el (whitespace-newline, whitespace-space)
5649 (whitespace-hspace, whitespace-tab, whitespace-trailing)
5650 (whitespace-line, whitespace-space-before-tab)
5651 (whitespace-space-after-tab, whitespace-indentation)
5652 (whitespace-empty):
5653 * emulation/cua-base.el (cua-global-mark):
5654 * eshell/em-prompt.el (eshell-prompt):
5655 * net/newst-plainview.el (newsticker-new-item-face)
5656 (newsticker-old-item-face, newsticker-immortal-item-face)
5657 (newsticker-obsolete-item-face, newsticker-date-face)
5658 (newsticker-statistics-face, newsticker-default-face):
5659 * net/newst-reader.el (newsticker-feed-face)
5660 (newsticker-extra-face, newsticker-enclosure-face):
5661 * net/newst-treeview.el (newsticker-treeview-face)
5662 (newsticker-treeview-new-face, newsticker-treeview-old-face)
5663 (newsticker-treeview-immortal-face)
5664 (newsticker-treeview-obsolete-face)
5665 (newsticker-treeview-selection-face):
5666 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
5667 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
5668 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
5669 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
5670 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
5671 (nxml-outline-active-indicator, nxml-outline-ellipsis):
5672 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
5673 (mpuz-text):
5674 * progmodes/vera-mode.el (vera-font-lock-number)
5675 (vera-font-lock-function, vera-font-lock-interface):
5676 * textmodes/table.el (table-cell): Use new-style face specs, and
5677 don't use the old :bold and :italic attributes.
5678
5679 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
5680 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
5681 (ebrowse-member-class, ebrowse-progress): Likewise.
5682 (ebrowse-tree-mark-face, ebrowse-root-class-face)
5683 (ebrowse-file-name-face, ebrowse-default-face)
5684 (ebrowse-member-attribute-face, ebrowse-member-class-face)
5685 (ebrowse-progress-face): Remove obsolete faces.
5686
5687 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5688 Inherit from error and warning faces respectively.
5689
5690 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5691 Likewise.
5692 (flyspell-incorrect-face, flyspell-duplicate-face):
5693 Remove obsolete aliases.
5694
5695 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
5696
5697 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
5698 Avoid infloop.
5699
5700 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * startup.el (argv, argi): Make lexically scoped.
5703 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
5704 * emacs-lisp/cl-macs.el: Use lexical-binding.
5705 Rename cl-bind-* to cl--bind-*.
5706 * files.el: Don't require `cl' since it doesn't use it.
5707 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
5708
5709 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
5710
5711 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
5712 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
5713 instead of calling external sort utility.
5714 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
5715
5716 2012-06-08 Eli Zaretskii <eliz@gnu.org>
5717
5718 * descr-text.el (describe-char): Mention how to insert the
5719 character, if the current input method doesn't support it.
5720 See the discussion in this thread for the details:
5721 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
5722
5723 2012-06-08 Sam Steingold <sds@gnu.org>
5724
5725 * bindings.el (global-map): Bind XF86Forward to next-buffer and
5726 XF86Back to previous-buffer.
5727 (minibuffer-local-map): Bind them to next-history-element and
5728 previous-history-element respectively.
5729 * help-mode.el (help-mode-map): Bind them to help-go-forward and
5730 help-go-back respectively.
5731 * info.el (Info-mode-map): Bind them to Info-history-forward and
5732 Info-history-back respectively.
5733 These are the keys next to Up on the ThinkPad keyboard.
5734
5735 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
5738 * emacs-lisp/cl-macs.el: Provide itself.
5739 (cl--labels-convert-cache): New var.
5740 (cl--labels-convert): New function.
5741 (cl-flet, cl-labels): New implementation with new semantics, relying on
5742 lexical-binding.
5743 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
5744 (cl-closure-vars, cl--function-convert-cache)
5745 (cl--function-convert): Move from cl-macs.el.
5746 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
5747 rename by removing the "cl-" prefix.
5748 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
5749
5750 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
5753 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
5754 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
5755 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
5756 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
5757 (cl-hash-table-count): Add old compatibility aliases.
5758
5759 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
5760 Use macroexpand-all-environment instead.
5761 (cl--old-macroexpand): New var.
5762 (cl--sm-macroexpand): New function.
5763 (cl-symbol-macrolet): Use it during macro expansion.
5764 (cl--function-convert-cache): New var.
5765 (cl--function-convert): New function, extracted from
5766 cl-macroexpand-all.
5767 (cl-lexical-let): Use it.
5768
5769 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
5770 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
5771 (cl-member): Remove old alias.
5772
5773 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
5774 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
5775 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
5776 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
5777 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
5778 (cl-macroexpand-cmacs): Remove var.
5779 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
5780 Use macroexpand-all instead.
5781
5782 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5783
5784 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
5785 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
5786 (macroexp-copyable-p): New functions and macros.
5787 * emacs-lisp/edebug.el (edebug-unwrap):
5788 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
5789 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
5790 (pcase--let*): Remove.
5791 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
5792 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
5793 macroexp-const-p instead.
5794 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
5795
5796 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
5797 instead of "cl-" for internal definitions. Use macroexp-const-p.
5798 (cl-old-bc-file-form): Remove var.
5799 (cl-const-exprs-p): Remove fun.
5800 (cl-labels, cl-macrolet): Use backquote.
5801 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
5802 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
5803 (cl-define-setf-expander): Rename from cl-define-setf-method.
5804 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
5805
5806 * international/mule-cmds.el: Don't require CL.
5807 (view-hello-file): Don't use `letf'.
5808
5809 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5810
5811 * tmm.el (tmm-prompt): Use string-prefix-p.
5812 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
5813 (tmm-add-prompt): Use minibuffer-completion-help.
5814 (tmm-delete-map): Remove.
5815
5816 * subr.el (kbd): Make it its own function.
5817
5818 2012-06-07 Stefan Merten <smerten@oekonux.de>
5819
5820 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
5821 Silence compiler warnings. Fix versions.
5822 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
5823 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
5824 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
5825 (rst-package-emacs-version-alist): Correct Emacs version to
5826 represent major merge with upstream.
5827 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
5828
5829 2012-06-06 Glenn Morris <rgm@gnu.org>
5830
5831 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
5832 Only print environment variables if set.
5833
5834 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
5835
5836 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
5837 (macroexp--cons): Rename from maybe-cons.
5838 (macroexp--accumulate): Rename from macroexp-accumulate.
5839 (macroexp--all-forms): Rename from macroexpand-all-forms.
5840 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
5841 (macroexp--expand-all): Rename from macroexpand-all-1.
5842
5843 2012-06-06 Sam Steingold <sds@gnu.org>
5844
5845 * calendar/calendar.el (calendar-in-read-only-buffer):
5846 Call `special-mode' to enable the standard read-only keybindings.
5847
5848 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
5851 with "loading" messages (bug#11635).
5852
5853 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
5854
5855 * files.el (enable-remote-dir-locals): New option.
5856 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
5857
5858 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
5859 Ensure, that the temp directory is local.
5860
5861 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
5862 `temporary-file-directory'.
5863
5864 * progmodes/python.el (python-send-region): Ensure, that the
5865 temporary file is created also in the remote case.
5866
5867 2012-06-06 Glenn Morris <rgm@gnu.org>
5868
5869 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
5870 (vc-rcs-update-changelog): Use it.
5871
5872 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
5873
5874 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
5875 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
5876 (vc-sccs-diff): Replace use of the external vcdiff script.
5877
5878 2012-06-05 Glenn Morris <rgm@gnu.org>
5879
5880 * ledit.el: Move to obsolete/.
5881
5882 2012-06-05 Sam Steingold <sds@gnu.org>
5883
5884 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
5885 patch (Bug#11140).
5886
5887 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5888
5889 * emacs-lisp/cust-print.el: Move to obsolete.
5890
5891 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
5892 compiler-macro expansion.
5893
5894 Add native compiler-macro support.
5895 * emacs-lisp/macroexp.el (macroexpand-all-1):
5896 Support compiler-macros directly. Properly follow aliases and apply
5897 the compiler macros more thoroughly.
5898 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
5899 macroexpand now properly follows aliases.
5900 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
5901 (cl-compiler-macroexpand): Use new prop.
5902 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
5903
5904 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
5905
5906 2012-06-05 Martin Rudalics <rudalics@gmx.at>
5907
5908 * window.el (get-lru-window, get-mru-window, get-largest-window):
5909 New argument NOT-SELECTED to avoid picking the selected window.
5910 (window--display-buffer-1, window--display-buffer-2): Replace by
5911 new function window--display-buffer
5912 (display-buffer-same-window, display-buffer-reuse-window)
5913 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5914 Use window--display-buffer.
5915 (display-buffer-use-some-window): Remove temporary dedication
5916 hack by calling get-lru-window and get-largest-window with
5917 NOT-SELECTED argument non-nil. Call window--display-buffer.
5918
5919 2012-06-05 Glenn Morris <rgm@gnu.org>
5920
5921 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
5922 Replace external vcdiff script.
5923
5924 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
5925
5926 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
5927
5928 2012-06-04 Chong Yidong <cyd@gnu.org>
5929
5930 * image.el (imagemagick-types-inhibit): Revert last change.
5931 Add INFO and M.
5932 (imagemagick-enabled-types): Remove CIN and EPS*.
5933
5934 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
5935
5936 * emacs-lisp/cl-lib.el: Rename from cl.el.
5937 * emacs-lisp/cl.el: New compatibility file.
5938 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
5939 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
5940 to obey the "cl-" prefix.
5941 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
5942
5943 2012-06-03 Glenn Morris <rgm@gnu.org>
5944
5945 * emacs-lisp/authors.el (authors-aliases): Addition.
5946
5947 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
5948 Fix :version.
5949
5950 2012-06-03 Stefan Merten <smerten@oekonux.de>
5951
5952 * textmodes/rst.el: Add comments.
5953 (rst-transition, rst-adornment): New faces.
5954 (rst-adornment-faces-alist): Make default safe to reevaluate.
5955 Fixes
5956 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
5957 Improve customization tags.
5958 (rst-define-level-faces): Clarify meaning.
5959
5960 2012-06-03 Chong Yidong <cyd@gnu.org>
5961
5962 * progmodes/compile.el (compilation-mode-line-fail)
5963 (compilation-mode-line-run, compilation-mode-line-exit):
5964 New faces.
5965 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
5966
5967 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
5968
5969 * progmodes/which-func.el (which-func-update-ediff-windows):
5970 New function. Use it in ediff-select-hook (Bug#11478).
5971
5972 2012-06-03 Chong Yidong <cyd@gnu.org>
5973
5974 * bindings.el: Remove explicit help text from format-mode-line.
5975 It is now supplied by mode-line-default-help-echo.
5976 (mode-line-front-space, mode-line-end-spaces)
5977 (mode-line-misc-info): New variables.
5978 (mode-line-modes, mode-line-position): Move the default value to
5979 the variable definition.
5980 (mode-line-default-help-echo): New defcustom.
5981 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
5982 (mode-line-modified-help-echo): New functions.
5983 (mode-line-mule-info, mode-line-modified): Use them.
5984 (mode-line-eol-desc, propertized-buffer-identification):
5985 Consistency fixes for help text.
5986 (mode-line-coding-system-map): Allow using mouse-3 to invoke
5987 set-buffer-file-coding-system (Bug#289).
5988 (mode-line-mule-info-help-echo): Update help text.
5989
5990 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * simple.el (execute-extended-command): Set real-this-command
5993 (bug#11506).
5994
5995 2012-06-02 Chong Yidong <cyd@gnu.org>
5996
5997 Remove incorrect uses of "modeline" in comments, docstrings, and
5998 function/variable names (Bug#10329).
5999
6000 * cus-edit.el (mode-line):
6001 * dframe.el (dframe-mouse-hscroll):
6002 * emacs-lisp/re-builder.el:
6003 * emacs-lisp/easy-mmode.el (define-minor-mode):
6004 * frame.el (set-frame-name):
6005 * help.el (lookup-minor-mode-from-indicator):
6006 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6007 * progmodes/cc-cmds.el (c-toggle-auto-newline)
6008 (c-toggle-hungry-state):
6009 * progmodes/antlr-mode.el (antlr-language-alist):
6010 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6011 * progmodes/vhdl-mode.el (vhdl-mode):
6012 * progmodes/which-func.el (which-func, which-func-cleanup-function):
6013 * term/ns-win.el (ns-face-at-pos):
6014 * term/sup-mouse.el (sup-mouse-report):
6015 * textmodes/flyspell.el (flyspell-mode-line-string):
6016 * textmodes/ispell.el (ispell-highlight-face):
6017 * textmodes/reftex-global.el:
6018 * vc/vc-arch.el (vc-arch-mode-line-string):
6019 * vc/vc-cvs.el (vc-cvs-mode-line-string):
6020 * vc/vc-git.el (vc-git-mode-line-string):
6021 * vc/vc-hooks.el (vc-display-status)
6022 (vc-default-mode-line-string):
6023 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6024
6025 * ansi-color.el (ansi-color-faces-vector): Change default faces.
6026
6027 * dired.el (dired-sort-set-mode-line): Rename from
6028 dired-sort-set-modeline. All callers changed.
6029
6030 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6031 eshell-status-in-modeline.
6032
6033 * foldout.el (foldout-mode-line-string): Rename from
6034 foldout-modeline-string. All callers changed.
6035 (foldout-update-mode-line): Rename from foldout-update-modeline.
6036
6037 * subr.el (redraw-modeline): Make into obsolete alias.
6038
6039 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6040 timeclock-modeline-display. Make old name an alias.
6041 (timeclock-update-mode-line): Likewise. All callers changed.
6042 (timeclock-mode-line-display): No need to check before using
6043 add-hook.
6044 (timeclock-relative, timeclock-day-over-hook)
6045 (timeclock-use-elapsed, timeclock-mode-string)
6046 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6047
6048 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6049 crisp-mode-modeline-string.
6050
6051 * play/solitaire.el (solitaire-build-mode-line): Rename from
6052 solitaire-build-modeline. All callers changed.
6053
6054 * play/zone.el (zone-hiding-mode-line): Rename from
6055 zone-hiding-modeline. All callers changed.
6056 (zone): Remove unusued `modeline-hidden-level' property.
6057
6058 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6059 xscheme-modeline-initialize. All callers changed.
6060
6061 * strokes.el (strokes-lighter): Rename from
6062 strokes-modeline-string.
6063
6064 * textmodes/sgml-mode.el (html-face-tag-alist)
6065 (html-tag-face-alist): Use mode-line face instead of obsolete
6066 alias modeline.
6067
6068 2012-06-02 Stefan Merten <smerten@oekonux.de>
6069
6070 * textmodes/rst.el: Always require `cl'.
6071 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
6072
6073 2012-06-02 Chong Yidong <cyd@gnu.org>
6074
6075 * image.el (imagemagick-enabled-types): Rename from
6076 imagemagick-types-enable. Add many more types.
6077 (imagemagick-types-inhibit): Change default to nil.
6078 (imagemagick-filter-types): Caller changed.
6079
6080 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6081
6082 * emacs-lisp/cl-macs.el: Use backquotes.
6083 (cl-transform-function-property): Use eval-and-compile rather than
6084 abusing `require'.
6085 (defstruct): Use declare-function instead of with-no-warnings.
6086
6087 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
6088 (byte-compile-output-docform): Re-add the print-circle bindings.
6089 (byte-compile-fix-header): Use #$ just because it's shorter.
6090 (byte-compile-output-file-form): Remove defun/defmacro.
6091
6092 2012-06-01 Martin Rudalics <rudalics@gmx.at>
6093
6094 * simple.el (choose-completion): Remove now obsolete binding for
6095 owindow.
6096
6097 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
6098
6099 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
6100 in order to avoid "Stack overflow in regexp matcher".
6101
6102 2012-05-31 Glenn Morris <rgm@gnu.org>
6103
6104 * image.el: For clarity, call imagemagick-register-types at
6105 top-level, rather than relying on a custom :initialize.
6106 (imagemagick-types-enable): New option. (Bug#11557)
6107 (imagemagick-filter-types): New function. (Bug#7406)
6108 (imagemagick-register-types): Use imagemagick-filter-types.
6109 If disabling support, remove elements altogether rather
6110 than using an impossible regexp.
6111 (imagemagick-types-inhibit): Give it the default init function.
6112
6113 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6114
6115 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
6116 Handle arbitrary file name lengths (Bug#11585).
6117
6118 2012-05-31 Martin Rudalics <rudalics@gmx.at>
6119
6120 * desktop.el (desktop-read): Clear previous and next buffers for
6121 all windows and bury *Messages* buffer (bug#11556).
6122
6123 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6124
6125 Add `declare' for `defun'. Align `defmacro's with it.
6126 * emacs-lisp/easy-mmode.el (define-minor-mode)
6127 (define-globalized-minor-mode): Don't autoload the var definitions.
6128 * emacs-lisp/byte-run.el: Use lexical-binding.
6129 (defun-declarations-alist, macro-declarations-alist): New vars.
6130 (defmacro, defun): Use them.
6131 (make-obsolete, define-obsolete-function-alias)
6132 (make-obsolete-variable, define-obsolete-variable-alias):
6133 Use `declare'.
6134 (macro-declaration-function): Mark obsolete.
6135 * emacs-lisp/autoload.el: Use lexical-binding.
6136 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
6137
6138 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6139
6140 * textmodes/ispell.el (ispell-with-no-warnings):
6141 Define as a macro.
6142 (ispell-kill-ispell, ispell-change-dictionary):
6143 Use `called-interactively-p' for Emacs instead of obsolete
6144 `interactive-p'.
6145
6146 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6147
6148 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
6149 (macro-declaration-function): Move var from C code.
6150 (macro-declaration-function): Define function with defalias.
6151 * emacs-lisp/macroexp.el (macroexpand-all-1):
6152 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6153 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
6154 defun/defmacro any more.
6155 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
6156 Provide fallback for unknown arglist.
6157 (byte-compile-arglist-warn): Change calling convention.
6158 (byte-compile-output-file-form): Move print-vars binding.
6159 (byte-compile-output-docform): Simplify accordingly.
6160 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
6161 (byte-compile-defmacro-declaration): Remove.
6162 (byte-compile-file-form-defmumble): Generalize to defalias.
6163 (byte-compile-output-as-comment): Return byte-positions.
6164 Simplify callers accordingly.
6165 (byte-compile-lambda): Use `assert'.
6166 (byte-compile-defun, byte-compile-defmacro): Remove.
6167 (byte-compile-file-form-defalias):
6168 Use byte-compile-file-form-defmumble.
6169 (byte-compile-defalias-warn): Remove.
6170
6171 2012-05-29 Stefan Merten <smerten@oekonux.de>
6172
6173 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
6174 possible. Fix authors. Improve comments. Improve loading of `cl'.
6175
6176 (rst-mode-abbrev-table): Merge definition.
6177 (rst-mode): Make sure `font-lock-defaults' is buffer local.
6178 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
6179
6180 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
6181
6182 * calendar/icalendar.el
6183 (icalendar-export-region): Export UID properly.
6184
6185 2012-05-29 Leo Liu <sdl.web@gmail.com>
6186 * calendar/icalendar.el (icalendar-import-format):
6187 Add `icalendar-import-format-uid' (Bug#11525).
6188 (icalendar-import-format-uid): New.
6189 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
6190 Export UID.
6191
6192 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6193
6194 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
6195 different alternative patterns.
6196 (pcase-codegen): Be more careful to preserve identity.
6197 (pcase--u1): Don't forget to mark vars as used.
6198
6199 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
6200 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
6201 (byte-compile-from-buffer): ...rather than here.
6202
6203 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
6204 functions from byte-compile-function-environment.
6205
6206 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
6207
6208 * window.el (window-deletable-p): Avoid deleting the root window
6209 of a frame with an active minibuffer.
6210
6211 2012-05-29 Martin Rudalics <rudalics@gmx.at>
6212
6213 * simple.el (choose-completion): Use quit-window (Bug#11567).
6214
6215 2012-05-29 Chong Yidong <cyd@gnu.org>
6216
6217 * whitespace.el (whitespace-cleanup): Fix usage of
6218 whitespace-empty-at-bob-regexp (Bug#11492).
6219
6220 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6221
6222 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
6223 revert (Bug#11488).
6224
6225 2012-05-29 Juri Linkov <juri@jurta.org>
6226
6227 * isearch.el (isearch-mode-map): Bind `M-s _' to
6228 `isearch-toggle-symbol'. Bind `M-s c' to
6229 `isearch-toggle-case-fold'.
6230 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
6231 (isearch-forward): Add `M-s _' to the docstring.
6232 (isearch-forward-symbol, isearch-toggle-case-fold)
6233 (isearch-symbol-regexp): New functions. (Bug#11381)
6234
6235 2012-05-29 Juri Linkov <juri@jurta.org>
6236
6237 * isearch.el (isearch-word): Add docstring. (Bug#11381)
6238 (isearch-occur, isearch-search-and-update): If `isearch-word' is
6239 a function, call it to get the regexp.
6240 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
6241 property `isearch-message-prefix' instead of the string "word ".
6242 (isearch-search-fun-default): For the case of `isearch-word',
6243 return a lambda that calls re-search-forward/re-search-backward
6244 with a regexp returned by `word-search-regexp' or by the function
6245 in `isearch-word'.
6246
6247 2012-05-29 Juri Linkov <juri@jurta.org>
6248
6249 * isearch.el (isearch-search-fun-default): New function.
6250 (isearch-search-fun): Move default part to the new function
6251 `isearch-search-fun-default'.
6252 (isearch-search-fun-function): Set the default value to
6253 `isearch-search-fun-default'. (Bug#11381)
6254
6255 * comint.el (comint-history-isearch-end):
6256 Use `isearch-search-fun-default'.
6257 (comint-history-isearch-search): Use `isearch-search-fun-default'
6258 and remove spacial case for `isearch-word'.
6259 (comint-history-isearch-wrap): Remove spacial case for
6260 `isearch-word'.
6261
6262 * hexl.el (hexl-isearch-search-function):
6263 Use `isearch-search-fun-default'.
6264
6265 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
6266 Use `word-search-regexp' for `isearch-word'.
6267
6268 * misearch.el (multi-isearch-search-fun):
6269 Use `isearch-search-fun-default'.
6270
6271 * simple.el (minibuffer-history-isearch-search):
6272 Use `isearch-search-fun-default' and remove spacial case for
6273 `isearch-word'.
6274 (minibuffer-history-isearch-wrap): Remove spacial case for
6275 `isearch-word'.
6276
6277 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
6278 Remove spacial case for `isearch-word'.
6279 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
6280
6281 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6282
6283 Decrease XEmacs incompatibilities.
6284 * textmodes/flyspell.el (flyspell-check-pre-word-p):
6285 Use `string-match'.
6286 (flyspell-delete-region-overlays): Use alternative definition for
6287 XEmacs.
6288 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
6289 (flyspell-word): Use `process-kill-without-query' if XEmacs.
6290 (flyspell-mode-on): Use `interactive-p' if XEmacs.
6291 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
6292 `define-obsolete-face-alias' under XEmacs, but old method.
6293
6294 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
6295 `with-no-warnings' definition or Emacs alias.
6296 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
6297 (ispell-word): Do not use `region-p' if XEmacs.
6298
6299 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6300
6301 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6302 Check for `ispell-dictionary-base-alist' instead of full
6303 `ispell-dictionary-alist'.
6304 (ispell-init-process): Show spellchecker when starting new Ispell
6305 process.
6306
6307 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
6310 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
6311
6312 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
6313
6314 * version.el (motif-version-string, gtk-version-string)
6315 (ns-version-string): Declare.
6316
6317 2012-05-27 Juri Linkov <juri@jurta.org>
6318
6319 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
6320 after the `eval-defun-1' specialcaseing
6321 like in `edebug-eval-defun' (bug#10181).
6322
6323 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
6324 like in `eval-defun-1'.
6325
6326 2012-05-27 Eli Zaretskii <eliz@gnu.org>
6327
6328 * mail/sendmail.el (mail-yank-region):
6329 Recognize rmail-yank-current-message in addition to insert-buffer.
6330 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
6331 a *mail* buffer created through rmail-start-mail with sendmail as
6332 mail-user-agent.
6333
6334 2012-05-27 Chong Yidong <cyd@gnu.org>
6335
6336 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
6337 Default to 256 (Bug#11267).
6338
6339 * help.el (describe-mode): Doc fix.
6340
6341 2012-05-26 Glenn Morris <rgm@gnu.org>
6342
6343 * w32-fns.el (w32-init-info): Remove.
6344 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
6345
6346 * info.el (info-initialize): For self-contained NS builds, put the
6347 included info/ directory at the front. (Bug#2791)
6348
6349 * paths.el (Info-default-directory-list): Make it a defcustom,
6350 mainly so that we can use custom-initialize-delay.
6351
6352 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6353
6354 * subr.el (buffer-has-markers-at): Mark obsolete.
6355
6356 * subr.el (lambda): Use declare.
6357
6358 * emacs-lisp/lisp-mode.el (lambda):
6359 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
6360
6361 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6362
6363 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
6364
6365 2012-05-26 Glenn Morris <rgm@gnu.org>
6366
6367 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
6368
6369 2012-05-25 Glenn Morris <rgm@gnu.org>
6370
6371 * paths.el: Remove no-byte-compile.
6372 * loadup.el: No need to load paths.el uncompiled.
6373
6374 * image.el (imagemagick-types-inhibit): Doc fix.
6375
6376 * version.el: Remove no-byte-compile and associated formatting.
6377 * loadup.el: No need to load version.el uncompiled. AFAICS, this
6378 is ancient code from when there was an "inc-vers.el".
6379
6380 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6381
6382 * progmodes/gdb-mi.el: Minor style changes.
6383 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
6384 Turn into minor modes.
6385 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
6386 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
6387 (gdb-shell): Remove unneeded let-binding.
6388 (gdb-get-many-fields): Eliminate O(n²) behavior.
6389
6390 2012-05-25 Eli Zaretskii <eliz@gnu.org>
6391
6392 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
6393 platforms that don't link in fontset.c.
6394
6395 2012-05-25 Juri Linkov <juri@jurta.org>
6396
6397 Use the same diff color scheme as in modern VCSes (bug#10181).
6398
6399 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
6400 to avoid confusion with `diff-added' that now uses green colors.
6401 (diff-removed): Use shades of red.
6402 (diff-added): Use shades of green.
6403 (diff-changed): Leave just the yellow color.
6404 (diff-use-changed-face): New variable.
6405 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
6406 how to highlight context diff changes.
6407 (diff-refine-change): Use shades of yellow.
6408 (diff-refine-removed): New face that uses shades of red.
6409 (diff-refine-added): New face that uses shades of green.
6410 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
6411 `diff-refine-removed' in the call to `smerge-refine-subst'
6412 depending on the value of `diff-use-changed-face'.
6413
6414 * vc/smerge-mode.el (smerge-mine): Use shades of red.
6415 (smerge-other): Use shades of green.
6416 (smerge-base): Use shades of yellow.
6417 (smerge-refined-change): Empty face.
6418 (smerge-refined-removed): New face that uses shades of red.
6419 (smerge-refined-added): New face that uses shades of green.
6420 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
6421 args `props-r' and `props-a', and use them. Doc fix.
6422 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
6423 on its value use different faces `smerge-refined-change',
6424 `smerge-refined-removed', `smerge-refined-added' in the call to
6425 `smerge-refine-subst'.
6426
6427 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
6428 Add face condition `min-colors 88' with shades of red.
6429 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
6430 `min-colors 88' with shades of green.
6431 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
6432 `min-colors 88' with shades of yellow.
6433
6434 2012-05-24 Glenn Morris <rgm@gnu.org>
6435
6436 * paths.el (prune-directory-list, remote-shell-program): Move to...
6437 * files.el (prune-directory-list, remote-shell-program): ...here.
6438 For the latter, delay initialization, prefer ssh, just search PATH.
6439
6440 * paths.el (term-file-prefix): Move to faces.el (the only user).
6441 * faces.el (term-file-prefix): Move here, make it a defcustom.
6442
6443 * paths.el (news-directory, news-path, news-inews-program):
6444 Move to gnus/nnspool.el.
6445
6446 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
6447
6448 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
6449 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
6450 Make the latter a defcustom, with a delayed initialization.
6451
6452 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
6453 These were deleted from Gnus itself late 2010.
6454
6455 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
6456
6457 * progmodes/which-func.el (which-func-ff-hook):
6458 Check against user-error, not error.
6459
6460 * emacs-lisp/edebug.el (top): Do not load or set up loading of
6461 cl-specs.el, which no longer exists.
6462
6463 2012-05-22 Glenn Morris <rgm@gnu.org>
6464
6465 * info.el (info-emacs-bug): New command.
6466 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
6467 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
6468
6469 2012-05-21 Glenn Morris <rgm@gnu.org>
6470
6471 * makefile.w32-in (update-subdirs-SH):
6472 * Makefile.in (update-subdirs): Update for moved update-subdirs.
6473
6474 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6475
6476 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
6477
6478 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6479 Simplify Maven regexp, and make sure the file can't start with a space
6480 (bug#11517).
6481
6482 2012-05-21 Glenn Morris <rgm@gnu.org>
6483
6484 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6485 Scrap superfluous subshells.
6486
6487 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6488
6489 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
6490 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
6491
6492 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
6493
6494 * calc/calc.el (calc-ensure-consistent-units): New variable.
6495
6496 * calc/calc-units.el (math-consistent-units-p)
6497 (math-check-unit-consistency): New functions.
6498 (calc-quick-units, calc-convert-units):
6499 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
6500 is non-nil.
6501 (calc-extract-units): Fix typo.
6502
6503 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6504
6505 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
6506
6507 * textmodes/flyspell.el: Commenting style, plus code simplifications.
6508 (flyspell-default-deplacement-commands): Don't spell check after
6509 repeated window/frame switches (e.g. triggered by mouse-movement).
6510 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
6511 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
6512 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
6513 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
6514 Remove unused vars.
6515 (flyspell-get-casechars, flyspell-get-not-casechars):
6516 Simplify; Don't bother removing a ] just to add it back.
6517 * textmodes/ispell.el (ispell-program-name): Use executable-find.
6518
6519 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6520
6521 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
6522 New functions.
6523 (math-function-table): Add support for more C functions.
6524
6525 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6526
6527 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6528 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6529 Protect delay handling for otherchars against empty otherchars.
6530
6531 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6532
6533 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
6534 their respective macro declarations.
6535 * skeleton.el (define-skeleton):
6536 * progmodes/compile.el (define-compilation-mode):
6537 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
6538 (define-ibuffer-filter):
6539 * emacs-lisp/generic.el (define-generic-mode):
6540 * emacs-lisp/easy-mmode.el (define-minor-mode)
6541 (define-globalized-minor-mode):
6542 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
6543 * emacs-lisp/byte-run.el (defsubst):
6544 * custom.el (deftheme): Add doc-string metadata.
6545
6546 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6547
6548 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
6549
6550 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
6553
6554 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
6555 * emacs-lisp/cl-macs.el: Idem.
6556 * emacs-lisp/cl-specs.el: Remove.
6557
6558 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6559
6560 Minor renaming of internal CL functions and variables.
6561 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
6562 (cl--position): Rename from cl-position.
6563 (cl--delete-duplicates): Rename from cl-delete-duplicates.
6564 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
6565 (cl--random-state): Rename from *random-state*.
6566
6567 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
6570 parens around the arg list (bug#11499).
6571
6572 2012-05-17 Juri Linkov <juri@jurta.org>
6573
6574 * isearch.el (word-search-regexp, word-search-backward)
6575 (word-search-forward, word-search-backward-lax)
6576 (word-search-forward-lax): Move functions from search.c
6577 (bug#10145, bug#11381).
6578
6579 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6580
6581 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6582 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6583 Delay for otherchars as for normal word components.
6584
6585 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * minibuffer.el (completion--sifn-requote): Fix last change.
6588 (minibuffer-local-must-match-filename-map):
6589 Move define-obsolete-variable-alias before its var.
6590
6591 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6592
6593 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
6594
6595 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
6596 behavior.
6597 (completion--string-equal-p): New function.
6598 (completion--twq-all): Use it to get better assertion failure data.
6599
6600 Only handle ".." and '..' quoting in shell-mode (bug#11466).
6601 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
6602 (shell--requote-argument): New functions.
6603 (shell-completion-vars): Use them.
6604 (shell--parse-pcomplete-arguments): Rename from
6605 shell-parse-pcomplete-arguments.
6606 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
6607 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
6608 Obey comint-file-name-quote-list.
6609
6610 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
6611 (smie-indent-keyword): Use it.
6612
6613 2012-05-14 Stefan Merten <smerten@oekonux.de>
6614
6615 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
6616
6617 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6618
6619 * net/rlogin.el (rlogin-mode-map): Fix last change.
6620
6621 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
6622
6623 * mail/smtpmail.el (smtpmail-send-command): Send the command and
6624 the following \r\n using a single `process-send-string', since the
6625 Lotus SMTP server refuses to accept any commands if they are sent
6626 with two `process-send-string's (Bug#11444).
6627
6628 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
6629
6630 * shell.el (shell-parse-pcomplete-arguments):
6631 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
6632
6633 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
6634
6635 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
6636 (image-transform-scale, image-transform-right-angle-fudge): New vars.
6637 (image-transform-width, image-transform-fit-width): New functions.
6638 (image-transform-properties): Use them.
6639 (image-transform-check-size): New function.
6640 (image-toggle-display-image): Use it (for testing).
6641 (image-transform-set-rotation): Reduce angle mod 360.
6642 Delete obsolete comment.
6643
6644 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
6645
6646 * image-mode.el: Fix scaling (bug#11399).
6647 (image-transform-resize): Doc fix.
6648 (image-transform-properties): Default scale is 1 and height should
6649 be an integer.
6650
6651 2012-05-13 Johan Bockgård <bojohan@gnu.org>
6652
6653 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
6654 than hard-coding `car', to fix misbehavior when moving forward.
6655
6656 2012-05-13 Chong Yidong <cyd@gnu.org>
6657
6658 * emacs-lisp/tabulated-list.el (tabulated-list-format)
6659 (tabulated-list-entries, tabulated-list-padding)
6660 (tabulated-list-sort-key): Make permanent-local.
6661
6662 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
6663 (electric-buffer-list): Put electric buffer menu
6664 command descriptions in this docstring, instead of the docstring
6665 of electric-buffer-menu-mode. Code cleanups.
6666 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
6667 Electric-buffer-menu-mode.
6668 (electric-buffer-update-highlight): Minor code cleanup.
6669
6670 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
6671
6672 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
6673 (Bug#11447)
6674
6675 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6676
6677 Move define-obsolete-variable-alias before the var's definition.
6678 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
6679 * tooltip.el (tooltip-hook):
6680 * textmodes/reftex-toc.el (reftex-toc-map):
6681 * textmodes/reftex-sel.el (reftex-select-label-map)
6682 (reftex-select-bib-map):
6683 * textmodes/reftex-index.el (reftex-index-map)
6684 (reftex-index-phrases-map):
6685 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
6686 * progmodes/meta-mode.el (meta-mode-map):
6687 * novice.el (disabled-command-hook):
6688 * loadhist.el (unload-hook-features-list):
6689 * frame.el (blink-cursor):
6690 * files.el (find-file-not-found-hooks, write-file-hooks)
6691 (write-contents-hooks):
6692 * emulation/tpu-edt.el (GOLD-map):
6693 * emacs-lock.el (emacs-lock-from-exiting):
6694 * emacs-lisp/generic.el (generic-font-lock-defaults):
6695 * emacs-lisp/chart.el (chart-map):
6696 * dos-fns.el (register-name-alist):
6697 * dired-x.el (dired-omit-files-p):
6698 * desktop.el (desktop-enable):
6699 * cus-edit.el (custom-mode-hook):
6700 * buff-menu.el (buffer-menu-mode-hook):
6701 * bookmark.el (bookmark-read-annotation-text-func)
6702 (bookmark-exit-hooks):
6703 * allout.el (allout-mode-deactivate-hook)
6704 (allout-exposure-change-hook, allout-structure-added-hook)
6705 (allout-structure-deleted-hook, allout-structure-shifted-hook):
6706 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
6707 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
6708 comes before the corresponding variable's definition.
6709
6710 2012-05-12 Chong Yidong <cyd@gnu.org>
6711
6712 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
6713 (Buffer-menu-mouse-select): Restore function (Bug#11459).
6714 (Buffer-menu-mode-map): Bind it.
6715 (Buffer-menu--pretty-name): Add a mouse-face property.
6716
6717 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
6720 (prolog-upper-case-string, prolog-lower-case-string)
6721 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
6722 (prolog-use-smie, prolog-smie-grammar): New vars.
6723 (prolog-smie-forward-token, prolog-smie-backward-token)
6724 (prolog-smie-rules): New funs.
6725 (prolog-comment-indent): Remove.
6726 (prolog-mode-variables): Use default comment indentation instead.
6727 Setup SMIE.
6728 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
6729 (prolog-mode): Don't call them any more.
6730 (prolog-electric-colon, prolog-electric-dash)
6731 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
6732
6733 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
6734
6735 * minibuffer.el (completion--twq-all): Again, allow case differences.
6736
6737 * term.el: Move keymap initialization code to be more idiomatic.
6738 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
6739 (term-terminal-menu): Move initialization into declaration.
6740 (term-escape-char): Let the user set it in her .emacs.
6741
6742 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
6743 Provide SMIE-based indentation (not enabled by default yet).
6744 (sh-mode-map): Don't bind electric keys.
6745 Use electric-pair-mode instead of skeleton-pair.
6746 (sh-assignment-regexp): Fit within 80 columns.
6747 (sh-indent-supported): Specify actual shell name instead of boolean.
6748 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
6749 (sh-maybe-here-document): Use it. Make obsolete.
6750 (sh-electric-here-document-mode) New minor mode.
6751 (sh-mode): Use it. Don't set sh-indent-supported-here here.
6752 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
6753 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
6754 (sh-smie-rc-grammar, sh-use-smie): New vars.
6755 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
6756 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
6757 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
6758 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
6759 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
6760 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
6761 (sh-set-shell): Use smie-setup if requested.
6762
6763 * term.el (term-set-escape-char): Properly set term-escape-char.
6764 See http://stackoverflow.com/questions/10524656.
6765
6766 2012-05-10 Chong Yidong <cyd@gnu.org>
6767
6768 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
6769 Use url-generic-parse-url, and handle host names and Windows
6770 filenames properly.
6771 (ffap-url-unwrap-remote): Use url-generic-parse-url.
6772 (ffap-url-unwrap-remote): Accept list values, specifying a list of
6773 URL schemes to work on.
6774 (ffap--toggle-read-only): New function.
6775 (ffap-read-only, ffap-read-only-other-window)
6776 (ffap-read-only-other-frame): Use it.
6777 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
6778 necessary for ffap-url-unwrap-remote.
6779
6780 2012-05-10 Dave Abrahams <dave@boostpro.com>
6781
6782 * cus-start.el (create-lockfiles): Add it.
6783
6784 2012-05-09 Chong Yidong <cyd@gnu.org>
6785
6786 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
6787 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
6788
6789 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6790
6791 * shell.el (shell-completion-vars): Fix last change (bug#11348).
6792
6793 2012-05-09 Chong Yidong <cyd@gnu.org>
6794
6795 * ansi-color.el (ansi-color-process-output): Check for validity of
6796 comint-last-output-start before using it. This avoids a bad
6797 interaction with gdb-mi's input/output buffer.
6798
6799 2012-05-09 Glenn Morris <rgm@gnu.org>
6800
6801 * files.el (dir-locals-read-from-file):
6802 Mention dir-locals in any error message.
6803
6804 2012-05-09 Chong Yidong <cyd@gnu.org>
6805
6806 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
6807 package (Bug#11410).
6808
6809 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
6810 variables into description.
6811
6812 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
6815 shell-delimiter-argument-list (bug#11348).
6816 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
6817
6818 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
6819
6820 * textmodes/rst.el: Silence byte-compiler warnings.
6821 (rst-re-alist, rst-reset-section-caches): Move around.
6822 (rst-re): Use `characterp', not `char-valid-p'.
6823 (font-lock-beg, font-lock-end): Declare.
6824
6825 * progmodes/idlw-shell.el (specs): Remove reference to deleted
6826 variable `idlwave-shell-activate-alt-keybindings' and simplify.
6827
6828 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
6829
6830 2012-05-08 Glenn Morris <rgm@gnu.org>
6831
6832 * files.el (auto-mode-alist): Treat ".make" like ".mk".
6833
6834 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * vc/log-edit.el: Add GNU coding standards highlighting.
6837 (log-edit-font-lock-gnu-style)
6838 (log-edit-font-lock-gnu-keywords): New vars.
6839 (log-edit-font-lock-keywords): New fun.
6840 (log-edit-mode): Don't fold case in font-lock.
6841 (log-edit-font-lock-keywords): Do not assume case-folding.
6842
6843 * imenu.el: Misc cleanup. Make docstrings out of comments.
6844 Use lexical-binding.
6845 (imenu--index-alist, imenu--last-menubar-index-alist)
6846 (imenu-menubar-modified-tick): Use defvar-local.
6847 (imenu--split-menu): Remove unused var.
6848 (imenu--cleanup-seen): Declare as global.
6849 (imenu--cleanup): Use dolist.
6850
6851 * subr.el (defvar-local): Add debug spec and doc-string position.
6852
6853 2012-05-08 Glenn Morris <rgm@gnu.org>
6854
6855 * language/burmese.el, language/cham.el, language/czech.el:
6856 * language/english.el, language/georgian.el, language/greek.el:
6857 * language/japanese.el, language/khmer.el, language/korean.el:
6858 * language/lao.el, language/misc-lang.el, language/romanian.el:
6859 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
6860 * language/thai.el, language/utf-8-lang.el:
6861 Remove no-byte-compile setting.
6862
6863 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
6864
6865 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6866
6867 * progmodes/make-mode.el (makefile-browse):
6868 Remove unnecessary interactive. (Bug#11324)
6869
6870 2012-05-07 Glenn Morris <rgm@gnu.org>
6871
6872 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
6873
6874 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
6875
6876 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * loadup.el: Preload newcomment.el.
6879 * newcomment.el: Move autoload-only code to toplevel.
6880
6881 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
6882 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6883 Handle new :right-align column property.
6884 (tabulated-list-print-col): Idem, plus use `display' text-property to
6885 try and preserve alignment for variable pitch fonts.
6886
6887 2012-05-07 Chong Yidong <cyd@gnu.org>
6888
6889 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
6890 (tabulated-list-use-header-line): New var.
6891 (tabulated-list-init-header): Use it.
6892 (tabulated-list-print-fake-header): New function.
6893 (tabulated-list-print): Use it.
6894 (tabulated-list-sort-button-map): Add non-header-line commands.
6895 (tabulated-list-init-header): Add column name property to basic
6896 labels as well.
6897 (tabulated-list-col-sort): Handle non-header-line button case.
6898 (tabulated-list--sort-by-column-name): Fix a corner case.
6899
6900 * buff-menu.el (list-buffers--refresh):
6901 Handle Buffer-menu-use-header-line.
6902
6903 2012-05-06 Chong Yidong <cyd@gnu.org>
6904
6905 * buff-menu.el: Convert to Tabulated List mode.
6906 (Buffer-menu-buffer+size-width): Make obsolete.
6907 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
6908 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
6909 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
6910 documentation into docstring of buffer-menu.
6911 (Buffer-menu-toggle-files-only): Add an informative message.
6912 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
6913 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
6914 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
6915 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
6916 (Buffer-menu-execute, Buffer-menu-select)
6917 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
6918 (Buffer-menu-bury): Use Tabulated List machinery.
6919 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
6920 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
6921 Delete.
6922 (list-buffers--refresh): New function.
6923 (list-buffers-noselect): Use it.
6924 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
6925 (Buffer-menu--pretty-file-name): New helper functions.
6926
6927 * loadup.el: Preload tabulated-list.
6928
6929 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
6930 tabulated-list-sort-column.
6931 (tabulated-list-init-header): Add the initial aligning space even
6932 if tabulated-list-padding is zero.
6933
6934 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
6935
6936 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
6937 whose cdr is not a cons cell correctly (bug#11038).
6938
6939 2012-05-06 Chong Yidong <cyd@gnu.org>
6940
6941 * emacs-lisp/tabulated-list.el (tabulated-list-format):
6942 Accept additional plist in column descriptors.
6943 (tabulated-list-init-header): Obey it.
6944 (tabulated-list-get-entry): New function.
6945 (tabulated-list-put-tag): Use it. Use string-width instead of
6946 length.
6947 (tabulated-list--column-number): New function.
6948 (tabulated-list-print): Use it.
6949 (tabulated-list-print-col): New function.
6950 Set `tabulated-list-column-name' property on each column's text.
6951 (tabulated-list-print-entry): Use it.
6952 (tabulated-list-delete-entry, tabulated-list-set-col):
6953 New functions.
6954 (tabulated-list-sort-column): New command (Bug#11337).
6955
6956 * buff-menu.el (list-buffers): Move C-x C-b binding from
6957 buff-menu.el to bindings.el.
6958
6959 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
6960 :advertised-binding feature.
6961
6962 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
6963
6964 * progmodes/compile.el (compilation-internal-error-properties):
6965 Calculate start position correctly when end-col is set but
6966 end-line is not (Bug#11382).
6967
6968 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
6969
6970 * man.el (Man-unindent): Use text-property-default-nonsticky to
6971 prevent untabify from inheriting face properties (Bug#11408).
6972
6973 2012-05-05 Stefan Merten <smerten@oekonux.de>
6974
6975 * textmodes/rst.el: Major merge with upstream development up to
6976 Docutils SVN r7399 / rst.el V1.2.1.
6977
6978 Clarify maintainership and authors.
6979
6980 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
6981 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
6982 (rst-official-version, rst-official-cvs-rev, rst-version)
6983 (rst-package-emacs-version-alist): New functions and variables
6984 for version information.
6985
6986 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
6987 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
6988 (rst-mode-syntax-table, rst-mode): New and corrected functions
6989 and variables representing reStructuredText features.
6990
6991 (rst-re): New function for reStructuredText regexes. Use in
6992 many places.
6993
6994 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
6995 (rst-mode-map): Rebind keys.
6996
6997 (rst-mode-lazy, rst-font-lock-keywords)
6998 (rst-font-lock-extend-region)
6999 (rst-font-lock-extend-region-internal)
7000 (rst-font-lock-extend-region-extend)
7001 (rst-font-lock-find-unindented-line-limit)
7002 (rst-font-lock-find-unindented-line-match)
7003 (rst-adornment-level, rst-font-lock-adornment-level)
7004 (rst-font-lock-adornment-match)
7005 (rst-font-lock-handle-adornment-pre-match-form)
7006 (rst-font-lock-handle-adornment-matcher): Major revision of
7007 font-locking. Integrate with other code. Use `jit-lock-mode'.
7008
7009 (rst-preferred-adornments, rst-adjust-hook)
7010 (rst-new-adornment-down, rst-preferred-bullets)
7011 (rst-preferred-bullets, rst-indent, rst-indent-width)
7012 (rst-indent-field, rst-indent-literal-normal)
7013 (rst-indent-literal-minimized, rst-indent-comment): Change,
7014 extend and improve customization.
7015
7016 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7017 (rst-normalize-cursor-position, rst-get-decoration)
7018 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7019 (rst-rstrip, rst-toc-insert-find-delete-contents)
7020 (rst-shift-fill-region, rst-compute-bullet-tabs)
7021 (rst-debug-print-tabs, rst-debug-mark-found)
7022 (rst-shift-region-guts, rst-shift-region-right)
7023 (rst-shift-region-left, rst-use-char-classes)
7024 (rst-font-lock-keywords-function)
7025 (rst-font-lock-indentation-point)
7026 (rst-font-lock-find-unindented-line-begin)
7027 (rst-font-lock-find-unindented-line-end)
7028 (rst-font-lock-find-unindented-line)
7029 (rst-font-lock-adornment-point, rst-font-lock-level)
7030 (rst-adornment-level-alist): Remove functions and variables.
7031
7032 (rst-compare-adornments, rst-get-adornment-match)
7033 (rst-suggest-new-adornment, rst-get-adornments-around)
7034 (rst-adornment-complete-p, rst-get-next-adornment)
7035 (rst-adjust-adornment, rst-display-adornments-hierarchy)
7036 (rst-straighten-adornments): Standardize function names to
7037 use "adornment" instead of "decoration". Correct callers.
7038 Similar standardizing in many places.
7039
7040 (rst-update-section, rst-adjust, rst-promote-region)
7041 (rst-enumerate-region, rst-bullet-list-region)
7042 (rst-repeat-last-character): Correct use of `interactive'.
7043
7044 (rst-classify-adornment, rst-find-all-adornments)
7045 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7046 (rst-find-leftmost-column, rst-repeat-last-character):
7047 Refactor functions.
7048
7049 (rst-find-title-line, rst-reset-section-caches)
7050 (rst-get-adornments-around, rst-adjust-adornment-work)
7051 (rst-arabic-to-roman, rst-roman-to-arabic)
7052 (rst-insert-list-pos, rst-insert-list-new-item)
7053 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7054 New functions.
7055
7056 (rst-all-sections, rst-section-hierarchy)
7057 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7058 New variables.
7059
7060 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7061 configuration instead of only buffer. Change where necessary.
7062
7063 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7064 (rst-shift-region, rst-adaptive-fill): New functions for
7065 indentation and filling.
7066
7067 (rst-comment-line-break, rst-comment-indent)
7068 (rst-comment-insert-comment, rst-comment-region)
7069 (rst-uncomment-region): New functions for handling comments.
7070
7071 (rst-compile): Quote shell arguments.
7072
7073 (rst-compile-pdf-preview, rst-compile-slides-preview):
7074 Delete temporary files after use.
7075
7076 2012-05-05 Glenn Morris <rgm@gnu.org>
7077
7078 * calendar/cal-html.el: Optionally include holidays in the output.
7079 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
7080 (cal-html-holidays): New option.
7081 (cal-html-css-default): Add holiday entry.
7082 (holiday-in-range): Autoload it.
7083 (cal-html-htmlify-entry): Add optional class argument.
7084 (cal-html-htmlify-list): Add optional holidays argument.
7085 (cal-html-insert-agenda-days): Include holidays in the output.
7086 (cal-html-one-month): Maybe include holidays.
7087
7088 * calendar/holidays.el (holiday-in-range):
7089 Move here from cal-tex-list-holidays.
7090 * calendar/cal-tex.el (cal-tex-list-holidays):
7091 Make it an obsolete alias for holiday-in-range. Update all callers.
7092
7093 2012-05-05 Chong Yidong <cyd@gnu.org>
7094
7095 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7096 Nextstep.
7097
7098 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
7099
7100 * files.el (file-auto-mode-skip): New var.
7101 (set-auto-mode-1): Use it.
7102
7103 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7104
7105 * repeat.el: Use lexical-binding.
7106 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
7107 (repeat-undo-count): Remove.
7108 (repeat):
7109 * progmodes/octave-mod.el (octave-abbrev-start):
7110 * progmodes/f90.el (f90-abbrev-start):
7111 * face-remap.el (text-scale-adjust):
7112 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
7113
7114 * emacs-lisp/pcase.el (pcase--let*): New function.
7115 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
7116 a bit more.
7117 (pcase--split-pred): Be more clever about ruling out overlap between
7118 a predicate and some constant pattern.
7119 (pcase--q1): Use `null' instead of (eq foo nil).
7120
7121 * subr.el (setq-local, defvar-local): New macros.
7122 (kbd): Redefine as an alias.
7123 (with-selected-window): Leave unrelated frames alone.
7124 (set-temporary-overlay-map): New function.
7125
7126 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7127
7128 * subr.el (user-error): New function.
7129 * window.el (switch-to-buffer):
7130 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
7131 (smerge-match-conflict):
7132 * simple.el (previous-matching-history-element)
7133 (next-matching-history-element, goto-history-element, undo-more)
7134 (undo-start):
7135 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
7136 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
7137 (next-file, tags-loop-scan, list-tags, complete-tag):
7138 * progmodes/compile.el (compilation-loop):
7139 * mouse.el (mouse-minibuffer-check):
7140 * man.el (Man-bgproc-sentinel, Man-goto-page):
7141 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
7142 (Info-history-forward, Info-follow-reference, Info-menu)
7143 (Info-extract-menu-item, Info-extract-menu-counting)
7144 (Info-forward-node, Info-backward-node, Info-next-menu-item)
7145 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
7146 (Info-next-reference, Info-prev-reference, Info-index)
7147 (Info-index-next, Info-follow-nearest-node)
7148 (Info-copy-current-node-name):
7149 * imenu.el (imenu--make-index-alist)
7150 (imenu-default-create-index-function, imenu-add-to-menubar):
7151 * files.el (basic-save-buffer, recover-file):
7152 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7153 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7154 (checkdoc-message-text, checkdoc-defun):
7155 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
7156 * cus-edit.el (customize-changed-options, customize-rogue)
7157 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
7158 (custom-variable-mark-to-reset-standard)
7159 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
7160 (custom-file):
7161 * completion.el (check-completion-length):
7162 * comint.el (comint-search-arg)
7163 (comint-previous-matching-input-string-position)
7164 (comint-previous-matching-input)
7165 (comint-replace-by-expanded-history-before-point, comint-send-input)
7166 (comint-copy-old-input, comint-backward-matching-input)
7167 (comint-goto-process-mark, comint-set-process-mark):
7168 * calendar/calendar.el (calendar-cursor-to-date): Use it.
7169 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
7170
7171 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7172
7173 * dabbrev.el (dabbrev--ignore-case-p): New function.
7174 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
7175 Use it.
7176
7177 * files.el (automount-dir-prefix): Mark as obsolete.
7178
7179 2012-05-04 Glenn Morris <rgm@gnu.org>
7180
7181 * patcomp.el, play/bruce.el: Move to obsolete/.
7182
7183 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
7184
7185 Fix minor Y10k bugs.
7186 * arc-mode.el (archive-unixdate):
7187 * autoinsert.el (auto-insert-alist):
7188 * calc/calc-forms.el (math-this-year):
7189 * emacs-lisp/copyright.el (copyright-current-year)
7190 (copyright-update-year, copyright):
7191 * tar-mode.el (tar-clip-time-string):
7192 * time.el (display-time-update):
7193 Don't assume years have 4 digits.
7194
7195 2012-05-04 Chong Yidong <cyd@gnu.org>
7196
7197 * dos-w32.el (file-name-buffer-file-type-alist)
7198 (direct-print-region-use-command-dot-com):
7199 * ffap.el (ffap-menu-regexp):
7200 * find-file.el (ff-special-constructs):
7201 * follow.el (follow-debug):
7202 * forms.el (forms--debug):
7203 * iswitchb.el (iswitchb-all-frames):
7204 * ido.el (ido-all-frames):
7205 * emacs-lisp/timer.el (timer-max-repeats):
7206 * mail/feedmail.el (feedmail-mail-send-hook)
7207 (feedmail-mail-send-hook-queued):
7208 * mail/footnote.el (footnote-signature-separator):
7209 * mail/mailabbrev.el (mail-alias-separator-string)
7210 (mail-abbrev-mode-regexp):
7211 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
7212 * progmodes/idlwave.el (idlwave-libinfo-file)
7213 (idlwave-default-completion-case-is-down)
7214 (idlwave-library-routines): Convert defvars to defcustoms.
7215
7216 * mail/rmail.el (rmail-decode-mime-charset):
7217 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
7218 (idlwave-shell-fix-inserted-breaks)
7219 (idlwave-shell-activate-alt-keybindings)
7220 (idlwave-shell-use-breakpoint-glyph):
7221 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
7222
7223 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
7226
7227 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
7228
7229 * progmodes/verilog-mode.el (font-lock-keywords):
7230 Fix mis-highligting auto. Reported by Craig Barner.
7231 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
7232 defines from global name space. Reported by Dan Dever.
7233 (verilog-auto-reset, verilog-auto-reset-widths)
7234 (verilog-auto-tieoff): Support using unbased numbers for
7235 AUTORESET and AUTOTIEOFF.
7236 (verilog-submit-bug-report): Update variable list.
7237 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
7238 parenthesis from not matching. Reported by Michael Rytting.
7239 (verilog-auto-template-lint): Fix hash error when linting modules
7240 with no used templates.
7241 (verilog-warn, verilog-warn-error)
7242 (verilog-warn-fatal): When non-interactive report multiple
7243 warnings before exiting. Suggested by Brad Dobbie.
7244 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
7245 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
7246 to report unused template errors. Reported by Brad Dobbie.
7247 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
7248 nets, bug438. Reported by Vns Blore.
7249 (verilog-auto-inout-module, verilog-auto-reg)
7250 (verilog-read-decls, verilog-read-sub-decls-sig)
7251 (verilog-signals-edit-wire-reg, verilog-signals-with):
7252 Fix passing of Verilog data types in ANSI input/output ports
7253 such as "output logic" into the AUTOs. Special case "wire" and
7254 "reg" for backwards compatibility presuming Verilog 2001.
7255 (verilog-auto-ascii-enum): Add "auto enum" as alias.
7256 (verilog-preprocess): Fix replication of preprocess output.
7257 Reported by Brad Dobbie.
7258 (verilog-auto-inst-interfaced-ports):
7259 Create verilog-auto-inst-interfaced-ports, bug429.
7260 Reported by Julian Gorfajn.
7261 (verilog-after-save-font-hook)
7262 (verilog-before-save-font-hook): New variable.
7263 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
7264 (verilog-save-font-mods): Wrap disabling fontification, reported
7265 by David Rogoff.
7266 (verilog-do-indent, verilog-pretty-declarations-auto)
7267 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
7268 Reported by Pierre-David Pfister.
7269 (verilog-set-auto-endcomments): Fix endtask auto comments outside
7270 of class declarations, bug292. Reported by Kevin Heilman.
7271 (verilog-read-decls): Fix 'parameter type' not appearing in
7272 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
7273 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
7274 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
7275 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
7276 Reported by David Kravitz.
7277
7278 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
7279
7280 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
7281 assignment with tests in ifs and for loops.
7282 (verilog-extended-complete-re, verilog-complete-reg): Change so
7283 that DPI inport functions don't look like fuction declarations.
7284 (verilog-pretty-expr): Don't line up assignment
7285 operations to the test and increment in if and for loops
7286 (verilog-extended-complete-re, verilog-complete-reg): Change so
7287 that DPI inport functions don't look like fuction declarations.
7288
7289 2012-05-03 Kenichi Handa <handa@m17n.org>
7290
7291 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
7292 decoding, and show a warning message without signaling an error
7293 (Bug#11282).
7294
7295 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * emacs-lisp/bytecomp.el
7298 (byte-compile-file-form-custom-declare-variable): Compile all elements,
7299 since cconv.el might have introduced :fun-body, internal-make-closure,
7300 and friends for bytecomp to handle (bug#11391).
7301 * custom.el (defcustom): Avoid ((λ ..) ..).
7302
7303 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
7306
7307 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
7308
7309 * notifications.el (dbus-debug):
7310 * term/linux.el (gpm-mouse-enable):
7311 * term/screen.el (xterm-register-default-colors): Declare.
7312
7313 2012-05-02 Chong Yidong <cyd@gnu.org>
7314
7315 * cus-start.el (gc-cons-percentage, exec-suffixes)
7316 (dos-display-scancodes, dos-hyper-key, dos-super-key)
7317 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
7318 (make-cursor-line-fully-visible, void-text-area-pointer)
7319 (font-list-limit): Add customization data.
7320
7321 * allout.el (allout-exposure-change-functions)
7322 (allout-structure-added-functions)
7323 (allout-structure-deleted-functions)
7324 (allout-structure-shifted-functions): Rename abnormal hooks from
7325 *-hook, and convert to defcustoms.
7326 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
7327 Convert to defcustoms.
7328 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
7329
7330 * allout-widgets.el: Hook callers changed.
7331
7332 2012-05-02 Eli Zaretskii <eliz@gnu.org>
7333
7334 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
7335 the yanked message in preference to the default value of
7336 buffer-file-coding-system.
7337
7338 2012-05-02 Martin Rudalics <rudalics@gmx.at>
7339
7340 * window.el (display-buffer--action-function-custom-type):
7341 Fix entry.
7342
7343 2012-05-02 Alan Mackenzie <acm@muc.de>
7344
7345 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
7346
7347 2012-05-01 Glenn Morris <rgm@gnu.org>
7348
7349 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
7350
7351 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
7352
7353 * cus-edit.el (custom-variable-documentation): Simplify with format.
7354
7355 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7356 Stefan Monnier <monnier@iro.umontreal.ca>
7357
7358 * simple.el (suggest-key-bindings, execute-extended-command):
7359 Move from keyboard.c.
7360
7361 2012-05-01 Chong Yidong <cyd@gnu.org>
7362
7363 * follow.el: Eliminate advice.
7364 (set-process-filter, process-filter, sit-for): Advice deleted.
7365 (follow-mode-off-hook): Obsolete hook removed.
7366 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
7367 Vars deleted.
7368 (follow-auto): Use a :set function.
7369 (follow-mode): Rewritten. Don't advise process filters.
7370 (follow-switch-to-current-buffer-all, follow-scroll-up)
7371 (follow-scroll-down): Assume follow-mode is bound.
7372 (follow-comint-scroll-to-bottom)
7373 (follow-align-compilation-windows): New functions.
7374 (follow--window-sorter): New function.
7375 (follow-all-followers): Use it to explicitly sort windows by their
7376 positions; don't make assumptions about next-window order.
7377 (follow-windows-start-end, follow-delete-other-windows-and-split)
7378 (follow-calc-win-start): Doc fix.
7379 (follow-windows-aligned-p, follow-select-if-visible): Don't call
7380 vertical-motion unnecessarily.
7381 (follow-adjust-window): New function.
7382 (follow-post-command-hook): Use it.
7383 (follow-call-set-process-filter, follow-call-process-filter)
7384 (follow-intercept-process-output, follow-tidy-process-filter-alist)
7385 (follow-stop-intercept-process-output, follow-generic-filter):
7386 Functions deleted.
7387 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
7388 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
7389 New functions, replacing advice on scroll-bar-* commands.
7390 (follow-mwheel-scroll): New function (Bug#4112).
7391
7392 * comint.el (comint-adjust-point): New function.
7393 (comint-postoutput-scroll-to-bottom): Use it.
7394 Call follow-comint-scroll-to-bottom for Follow mode buffers.
7395
7396 2012-05-01 Glenn Morris <rgm@gnu.org>
7397
7398 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
7399 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
7400 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
7401 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
7402 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
7403 Remove no-byte-compile setting.
7404
7405 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * minibuffer.el (completion-table-with-quoting): Fix compatibility
7408 all-completions code to not return a number in the last cdr.
7409
7410 2012-04-30 Leo Liu <sdl.web@gmail.com>
7411
7412 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
7413 read-only error.
7414
7415 2012-04-29 Chong Yidong <cyd@gnu.org>
7416
7417 * follow.el (follow-calc-win-end): Rewrite to handle partial
7418 screen lines correctly (Bug#8390).
7419 (follow-avoid-tail-recenter): Minor cleanup.
7420
7421 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7422
7423 Avoid the obsolete `assoc' package.
7424 * speedbar.el (speedbar-refresh): Avoid adelete.
7425 (speedbar-file-lists): Simplify and avoid aput.
7426 * man.el (Man--sections, Man--refpages): New vars, replacing
7427 Man-sections-alist and Man-refpages-alist.
7428 (Man-build-section-alist, Man-build-references-alist):
7429 Use them; avoid aput.
7430 (Man--last-section, Man--last-refpage): New vars.
7431 (Man-follow-manual-reference): Use them.
7432 Use the `default' arg of completing-read.
7433 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
7434
7435 2012-04-27 Chong Yidong <cyd@gnu.org>
7436
7437 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
7438
7439 * startup.el (x-apply-session-resources): New function.
7440
7441 * term/ns-win.el (ns-initialize-window-system):
7442 * term/w32-win.el (w32-initialize-window-system):
7443 * term/x-win.el (x-initialize-window-system): Use it to properly
7444 set menu-bar-mode and other vars from X resources, even if the
7445 initial frame is not a window-system frame (Bug#2299).
7446
7447 * subr.el (read-key): Avoid running filter function when setting
7448 up temporary tool bar entries (Bug#9922).
7449
7450 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
7451
7452 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
7453 (Bug#11344)
7454
7455 2012-04-27 Chong Yidong <cyd@gnu.org>
7456
7457 * select.el (xselect--encode-string): New function, split from
7458 xselect-convert-to-string.
7459 (xselect-convert-to-string): Use it.
7460 (xselect-convert-to-filename, xselect-convert-to-os)
7461 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
7462 returned strings are properly encoded (Bug#11315).
7463
7464 2012-04-27 Chong Yidong <cyd@gnu.org>
7465
7466 * simple.el (delete-active-region): Move to killing custom group.
7467
7468 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
7469
7470 * progmodes/which-func.el (which-func-current): Quote %
7471 characters for mode-line processing.
7472
7473 2012-04-27 Chong Yidong <cyd@gnu.org>
7474
7475 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
7476 reaching eob (Bug#11286).
7477
7478 2012-04-27 Eli Zaretskii <eliz@gnu.org>
7479
7480 * progmodes/gdb-mi.el (gdb-control-level): New variable.
7481 (gdb): Make it buffer-local and init to zero.
7482 (gdb-control-commands-regexp): New variable.
7483 (gdb-send): Don't wrap in "-interpreter-exec console" if
7484 gdb-control-level is positive. Increment gdb-control-level
7485 whenever the command matches gdb-control-commands-regexp, and
7486 decrement it each time the command is "end". (Bug#11279)
7487
7488 2012-04-27 Martin Rudalics <rudalics@gmx.at>
7489
7490 * window.el (adjust-window-trailing-edge, enlarge-window)
7491 (shrink-window, window-resize):
7492 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
7493 windows (Bug#11276).
7494
7495 2012-04-27 Chong Yidong <cyd@gnu.org>
7496
7497 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
7498 fix "missing prefix" warning. All callers changed.
7499
7500 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * emacs-lisp/assoc.el: Move to obsolete/.
7503
7504 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7505
7506 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
7507
7508 * term/ns-win.el (ns-define-service):
7509 * progmodes/pascal.el (pascal-goto-defun):
7510 * progmodes/js.el (js--read-tab):
7511 * progmodes/etags.el (tags-lazy-completion-table):
7512 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
7513 * emacs-lisp/ewoc.el (ewoc--wrap):
7514 * emacs-lisp/assoc.el (aput, adelete, amake):
7515 * doc-view.el (doc-view-convert-current-doc):
7516 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
7517
7518 2012-04-26 Chong Yidong <cyd@gnu.org>
7519
7520 * image.el (image-type-from-buffer): Only return supported image
7521 type (Bug#9045).
7522
7523 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
7524 value, for symmetry with diff-end-of-hunk.
7525 (diff-split-hunk, diff-find-source-location)
7526 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
7527 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
7528 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
7529 compute the relevant hunk or file properly (Bug#6005).
7530 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
7531
7532 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * vc/vc-mtn.el:
7535 * vc/vc-hg.el:
7536 * vc/vc-git.el:
7537 * vc/vc-dir.el:
7538 * vc/vc-cvs.el:
7539 * vc/vc-bzr.el:
7540 * vc/vc-arch.el:
7541 * vc/vc.el: Replace lexical-let by lexical-binding.
7542 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
7543 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
7544 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
7545
7546 2012-04-26 Chong Yidong <cyd@gnu.org>
7547
7548 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
7549 (diff-mode-shared-map): Bind it to / and [remap undo].
7550
7551 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
7552 (ediff-window-setup-function): Use it as the default, to set up
7553 windows based on whether the current frame is graphical (Bug#2138).
7554 (ediff-choose-window-setup-function-automatically): Make obsolete.
7555
7556 * vc/ediff-init.el: Always define ediff-pixel-width/height.
7557
7558 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7559
7560 * ffap.el: Remove old code for obsolete package.
7561 (ffap-complete-as-file-p): Remove.
7562
7563 Use completion-table-with-quoting for comint and pcomplete.
7564 * comint.el (comint--unquote&requote-argument)
7565 (comint--unquote-argument, comint--requote-argument): New functions.
7566 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
7567 (comint-quote-filename): Use regexp-opt-charset.
7568 (comint--common-suffix, comint--common-quoted-suffix)
7569 (comint--table-subvert): Remove.
7570 (comint-unquote-function, comint-requote-function): New vars.
7571 (comint--complete-file-name-data): Use them with
7572 completion-table-with-quoting.
7573 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
7574 * pcomplete.el (pcomplete-arg-quote-list)
7575 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
7576 (pcomplete-unquote-argument-function): Default to non-nil.
7577 (pcomplete-unquote-argument): Simplify.
7578 (pcomplete--common-quoted-suffix): Remove.
7579 (pcomplete-requote-argument-function): New var.
7580 (pcomplete--common-suffix): New function.
7581 (pcomplete-completions-at-point): Use completion-table-with-quoting
7582 and completion-table-subvert.
7583
7584 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
7585 (minibuffer--double-dollars): Preserve properties.
7586 (completion--sifn-requote): New function.
7587 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
7588
7589 * minibuffer.el: Add support for completion of quoted/escaped data.
7590 (completion-table-with-quoting, completion-table-subvert): New funs.
7591 (completion--twq-try, completion--twq-all): New functions.
7592 (completion--nth-completion): New function.
7593 (completion-try-completion, completion-all-completions): Use it.
7594
7595 2012-04-25 Leo Liu <sdl.web@gmail.com>
7596
7597 * progmodes/python.el (python-pdbtrack-get-source-buffer):
7598 Use compilation-message if available to find real filename.
7599
7600 2012-04-25 Chong Yidong <cyd@gnu.org>
7601
7602 * vc/diff-mode.el (diff-setup-whitespace): New function.
7603 (diff-mode): Use it.
7604
7605 * vc/diff.el (diff-sentinel):
7606 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
7607 Whitespace mode variables based on diff style (Bug#8612).
7608
7609 2012-04-25 Leo Liu <sdl.web@gmail.com>
7610
7611 * progmodes/python.el (python-send-region): Add suffix .py to the
7612 temp file.
7613
7614 * files.el (auto-mode-alist): Use javascript-mode instead.
7615
7616 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
7617
7618 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
7619
7620 * net/soap-client.el (soap-resolve-references-for-sequence-type)
7621 (soap-resolve-references-for-array-type): Hack to prevent self
7622 references, see Bug#9.
7623 (soap-parse-envelope): Report the contents of the 'detail' node
7624 when receiving a fault reply.
7625 (soap-parse-envelope): Report the contents of the entire 'detail' node.
7626
7627 * net/soap-inspect.el (soap-sample-value-for-simple-type)
7628 (soap-inspect-simple-type): New function.
7629
7630 * net/soap-client.el (soap-simple-type): New struct.
7631 (soap-default-xsd-types, soap-default-soapenc-types)
7632 (soap-decode-basic-type, soap-encode-basic-type):
7633 support unsignedInt and double basic types.
7634 (soap-resolve-references-for-simple-type)
7635 (soap-parse-simple-type, soap-encode-simple-type): New function.
7636 (soap-parse-schema): Parse xsd:simpleType declarations.
7637
7638 * net/soap-client.el (soap-default-xsd-types)
7639 (soap-default-soapenc-types): Add integer, byte and anyURI types.
7640 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
7641 the local name of "soapenc:Array".
7642 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
7643 decoding integer, byte and anyURI xsd types.
7644
7645 2012-04-25 Chong Yidong <cyd@gnu.org>
7646
7647 * cus-edit.el (custom-buffer-create-internal): Update header text.
7648
7649 2012-04-25 Eli Zaretskii <eliz@gnu.org>
7650
7651 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
7652 settings on 'system-type', not on 'window-system'. On MS-Windows,
7653 set interactive-mode on in GDB.
7654
7655 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7656
7657 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
7658 (ruby-syntax-propertize-regexp): Remove.
7659 (ruby-syntax-propertize-function): Split regexp into chunks.
7660 Match following code directly.
7661
7662 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
7663
7664 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
7665 (ruby-syntax-propertize-regexp): New function.
7666 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
7667 by a special keyword.
7668
7669 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
7670 (ruby-syntax-general-delimiters-goto-beg)
7671 (ruby-syntax-propertize-general-delimiters): New functions.
7672 (ruby-syntax-propertize-function): Use them to handle GDL.
7673 (ruby-font-lock-keywords): Move old handling of GDL...
7674 (ruby-font-lock-syntactic-keywords): .. to here.
7675 (ruby-calculate-indent): Adjust indentation for GDL.
7676
7677 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
7678
7679 * notifications.el (top): Remove unneeded declarations.
7680 (notifications-specification-version): Change to "1.2".
7681 (notifications-interface, notifications-notify-method)
7682 (notifications-close-notification-method): Fix docstring.
7683 (notifications-get-capabilities-method): New defconst.
7684 (notifications-notify): Add :action-items, :resident and
7685 :transient hints. Change "image_data" to "image-data" and
7686 "image_path" to "image-path".
7687 (notifications-get-capabilities): New defun.
7688
7689 2012-04-24 Leo Liu <sdl.web@gmail.com>
7690
7691 * progmodes/python.el: Move hideshow setup to the end.
7692
7693 2012-04-24 Martin Rudalics <rudalics@gmx.at>
7694
7695 * window.el (handle-select-window): Clear echo area since this is
7696 no more done by read_char (Bug#11304).
7697
7698 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
7701 and `/ M' to filter-derived-mode.
7702 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
7703 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
7704 (ibuffer-mark-by-mode): Use default rather than initial-input.
7705 (ibuffer-filter-by-derived-mode): Autoload and require-match.
7706
7707 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
7708
7709 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
7710 (ibuffer-filter-by-derived-mode): New filter.
7711 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
7712
7713 2012-04-23 Andreas Politz <politza@fh-trier.de>
7714
7715 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
7716
7717 2012-04-23 Chong Yidong <cyd@gnu.org>
7718
7719 * cus-edit.el (customize-apropos, customize-apropos-options):
7720 Disable matching of non-option variables (Bug#11176).
7721 (customize-option, customize-option-other-window)
7722 (customize-changed-options): Doc fix.
7723 (customize-apropos-options, customize-apropos-faces)
7724 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
7725
7726 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
7727 Fix word list splitting (Bug#11132).
7728 (apropos-symbol, apropos-keybinding, apropos-label)
7729 (apropos-property, apropos-function-button)
7730 (apropos-variable-button, apropos-misc-button): New faces.
7731 (apropos-symbol-face, apropos-keybinding-face)
7732 (apropos-label-face, apropos-property-face, apropos-match-face):
7733 Variables removed (Bug#8396).
7734 (apropos-library-button, apropos-format-plist, apropos-print)
7735 (apropos-print-doc, apropos-describe-plist): Callers changed.
7736
7737 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
7738
7739 * net/xesam.el (xesam-mode-map): Use let-bound map in
7740 initialization. (Bug#11292)
7741
7742 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7743
7744 Preserve ispell session localwords when switching back to
7745 original buffer.
7746
7747 * textmodes/ispell.el (ispell-buffer-session-localwords):
7748 New buffer-local variable to hold buffer session localwords.
7749 (ispell-kill-ispell): Add option 'clear to delete session
7750 localwords.
7751 (ispell-command-loop, ispell-change-dictionary)
7752 (ispell-buffer-local-words): Preserve session localwords when
7753 needed.
7754
7755 * textmodes/flyspell.el (flyspell-process-localwords)
7756 (flyspell-do-correct): Preserve session localwords when needed.
7757
7758 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7759
7760 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
7761 using obsolete `translation-table-for-input'.
7762 (ispell-word, ispell-process-line, ispell-complete-word):
7763 Use plain `insert' instead of removed `ispell-insert-word'.
7764
7765 2012-04-22 Chong Yidong <cyd@gnu.org>
7766
7767 * cus-edit.el (custom-variable-menu)
7768 (custom-variable-reset-saved, custom-face-menu)
7769 (custom-face-reset-saved): If there is no saved value, make the
7770 "reset-saved" operation bring back the default (Bug#9509).
7771 (custom-face-state): Properly detect themed faces.
7772
7773 * faces.el (face-spec-set): Stop supporting deprecated form of
7774 third arg.
7775
7776 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
7777
7778 Move functions from C to Lisp. Make non-blocking method calls
7779 the default. Implement further D-Bus standard interfaces.
7780
7781 * net/dbus.el (dbus-message-internal): Declare function.
7782 Remove unneeded function declarations.
7783 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
7784 (dbus-message-type-method-return, dbus-message-type-error)
7785 (dbus-message-type-signal): Declare variables. Remove local
7786 definitions.
7787 (dbus-interface-dbus, dbus-interface-peer)
7788 (dbus-interface-introspectable, dbus-interface-properties)
7789 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
7790 Adapt docstring.
7791 (dbus-interface-objectmanager): New defconst.
7792 (dbus-call-method, dbus-call-method-asynchronously)
7793 (dbus-send-signal, dbus-method-return-internal)
7794 (dbus-method-error-internal, dbus-register-service)
7795 (dbus-register-signal, dbus-register-method): New defuns, moved
7796 from dbusbind.c
7797 (dbus-call-method-handler, dbus-setenv)
7798 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
7799 New defuns.
7800 (dbus-call-method-non-blocking): Make it an obsolete function.
7801 (dbus-unregister-object, dbus-unregister-service)
7802 (dbus-handle-event, dbus-register-property)
7803 (dbus-property-handler): Obey the new structure of
7804 `bus-registered-objects'.
7805 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
7806 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7807 Use `dbus-call-method'.
7808
7809 2012-04-22 Chong Yidong <cyd@gnu.org>
7810
7811 * cus-edit.el (custom-commands, custom-reset-menu)
7812 (Custom-reset-standard): Tweak labels.
7813 (custom-reset-button-menu): Change default to t.
7814 (custom-buffer-create-internal): For the custom-reset-button-menu
7815 case, put the revert button first.
7816 (custom-group-subtitle): New face.
7817 (custom-group-value-create): Align docstring to a specific column.
7818
7819 * wid-edit.el (widget-documentation-link-add): Don't handle
7820 indentation in this function.
7821 (widget-documentation-string-indent-to): New function.
7822 (widget-documentation-string-value-create): Use it.
7823
7824 * autorevert.el (auto-revert):
7825 * epg-config.el (epg):
7826 * ibuffer.el (ibuffer):
7827 * mpc.el (mpc):
7828 * ses.el (ses):
7829 * eshell/eshell.el (eshell):
7830 * net/ange-ftp.el (ange-ftp):
7831 * progmodes/ebnf2ps.el (postscript):
7832 * progmodes/flymake.el (flymake):
7833 * progmodes/prolog.el (prolog):
7834 * progmodes/verilog-mode.el (verilog-mode):
7835 * progmodes/which-func.el (which-func):
7836 * term/xterm.el (xterm):
7837 * textmodes/picture.el (picture):
7838 * textmodes/tildify.el (tildify):
7839 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
7840 customization buffers.
7841
7842 2012-04-22 Alan Mackenzie <acm@muc.de>
7843
7844 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
7845 Adding a ) can hide the resulting (..) from searches. Fix it.
7846 Bound the backward search to the position of the existing (.
7847
7848 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
7849
7850 * progmodes/verilog-mode.el (verilog-mode): Check whether
7851 which-func-modes is t before adding verilog-mode.
7852 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
7853
7854 2012-04-21 Leo Liu <sdl.web@gmail.com>
7855
7856 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
7857
7858 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
7859
7860 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
7861 filling of the last column of a table (Bug#5635).
7862 (woman-find-next-control-line): New arg, specifying an additional
7863 regexp component for the control line.
7864 (woman2-roff-buffer): Use it.
7865 (woman-break-table): New function.
7866 (woman2-TS): Use it.
7867
7868 2012-04-21 Chong Yidong <cyd@gnu.org>
7869
7870 * woman.el (woman-set-buffer-display-table, woman-decode-region)
7871 (woman-horizontal-escapes, woman-negative-vertical-space)
7872 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
7873 (WoMan-warn-ignored): Use ?\s instead of ?\ .
7874
7875 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * minibuffer.el (completion-file-name-table): Complete user names.
7878
7879 2012-04-20 Leo Liu <sdl.web@gmail.com>
7880
7881 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
7882 and pcase-let*.
7883
7884 2012-04-20 Chong Yidong <cyd@gnu.org>
7885
7886 * server.el (server-execute): Respect initial-buffer-choice if it
7887 is a string and there are no files to open (Bug#2825).
7888 (server-create-window-system-frame, server-create-tty-frame):
7889 Don't switch buffers here.
7890 (server-process-filter): Only try to open a window system frame if
7891 compiled with graphical support (Bug#8314).
7892
7893 2012-04-20 Dan Nicolaescu <dann@gnu.org>
7894
7895 * battery.el (battery-echo-area-format): Display remaining time
7896 for sysfs backend too (Bug#11269).
7897 (battery-linux-sysfs): Fix conditional for the charge.
7898
7899 2012-04-20 Chong Yidong <cyd@gnu.org>
7900
7901 * progmodes/gdb-mi.el (gdb): Revert previous change.
7902 (gdb-inferior-io--init-proc): New function.
7903 (gdb-init-1): Use it.
7904 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
7905 responsible for allocating a new pty and hooking it to gdb when
7906 the old pty gets an EIO due to process exit.
7907 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
7908 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
7909 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
7910
7911 2012-04-20 Eli Zaretskii <eliz@gnu.org>
7912
7913 * window.el (window-min-size, window-sizable, window-min-delta)
7914 (window-max-delta, window--resizable, window-resizable)
7915 (window-total-size, window-full-height-p, window-full-width-p)
7916 (window-in-direction, window--resize-mini-window, window-resize)
7917 (window--resize-child-windows-normal)
7918 (window--resize-child-windows, window--resize-siblings)
7919 (window--resize-this-window, adjust-window-trailing-edge)
7920 (enlarge-window, shrink-window): Doc fixes.
7921
7922 2012-04-20 Chong Yidong <cyd@gnu.org>
7923
7924 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
7925 New function to call delete-process on the gdb-inferior buffer's pty.
7926 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
7927 pty process (Bug#11273).
7928 (gdb-update): New arg to suppress talking to the gdb process.
7929 (gdb-done-or-error): Use it.
7930 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
7931 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
7932 sentinel not being called.
7933
7934 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
7935
7936 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
7937
7938 2012-04-20 Glenn Morris <rgm@gnu.org>
7939
7940 * net/network-stream.el (open-network-stream): Doc fix.
7941
7942 2012-04-20 Chong Yidong <cyd@gnu.org>
7943
7944 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
7945
7946 2012-04-20 Alan Mackenzie <acm@muc.de>
7947
7948 Ensure searching for keywords is case sensitive.
7949
7950 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
7951 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
7952 (c-defun-name, c-mark-function, c-cpp-define-name)
7953 (c-comment-indent, c-scan-conditionals, c-indent-defun)
7954 (c-context-line-break): Bind case-fold-search to nil.
7955
7956 * progmodes/cc-mode.el (c-font-lock-fontify-region):
7957 Bind case-fold-search to nil.
7958
7959 2012-04-20 Chong Yidong <cyd@gnu.org>
7960
7961 * mail/sendmail.el (mail-bury): Call return action with the right
7962 Rmail buffer (Bug#11242).
7963
7964 * server.el (server-process-filter): Handle corner case where both
7965 tty and nowait options are present (Bug#11102).
7966
7967 2012-04-20 Eli Zaretskii <eliz@gnu.org>
7968
7969 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
7970 (top level): Put into the executable the ident-style '$Id:' tag on
7971 windows-nt as well.
7972
7973 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * electric.el (electric-indent-post-self-insert-function): Check that
7976 electric-indent-mode is enabled in current buffer.
7977
7978 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
7979
7980 * imenu.el (imenu-progress-message): Restore; it is "used" in
7981 erc/erc-imenu.el and net/snmp-mode.el.
7982
7983 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
7984
7985 * avoid.el (mouse-avoidance-mode): Mark unused arg.
7986 (mouse-avoidance-nudge-mouse): Remove unused binding.
7987
7988 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
7989
7990 * descr-text.el (describe-char):
7991 * progmodes/python.el (python-describe-symbol):
7992 Don't call `toggle-read-only', set `buffer-read-only'.
7993
7994 * imenu.el (imenu-default-goto-function): Mark unused args.
7995 (imenu-progress-message): Remove obsolete macro; all callers changed.
7996
7997 * subr.el (keymap-canonicalize): Remove unused binding.
7998 (read-passwd): Mark unused arg.
7999
8000 * tutorial.el (tutorial--display-changes): Remove unused binding.
8001 (tutorial--save-tutorial-to): Remove unused variable.
8002
8003 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8004 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8005 (package-generate-autoloads, package-menu--generate)
8006 (package-menu--find-upgrades): Remove unused bindings.
8007
8008 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8009 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
8010 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8011 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8012 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8013 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8014 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8015 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8016 (cua-delete-char-rectangle): Mark unused args.
8017 (cua-align-rectangle): Remove unused binding.
8018
8019 * mail/rmail.el (compilation--message->loc)
8020 (epa--find-coding-system-for-mime-charset): Declare.
8021
8022 * net/dbus.el (dbus-register-service): Declare.
8023 (dbus-name-owner-changed-handler): Remove unused binding.
8024
8025 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8026 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8027 (nxml-scan-backward-within): Mark unused arg.
8028 (nxml-dynamic-markup-word): Remove unused binding.
8029
8030 * mouse.el (mouse-menu-major-mode-map):
8031 * emacs-lisp/authors.el (authors-scan-change-log)
8032 (authors-add-to-author-list):
8033 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8034 * emacs-lisp/smie.el (smie-auto-fill):
8035 * mail/sendmail.el (mail-bury):
8036 * mail/unrmail.el (unrmail):
8037 * net/tls.el (open-tls-stream):
8038 * textmodes/picture.el (picture-mouse-set-point):
8039 Remove unused bindings.
8040
8041 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
8042
8043 * net/tramp.el (tramp-action-password): Let-bind
8044 `enable-recursive-minibuffers' to t.
8045
8046 2012-04-18 Sam Steingold <sds@gnu.org>
8047
8048 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8049 instead of 'string to accommodate values like [f11].
8050 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8051 * progmodes/gdb-mi.el: Likewise.
8052
8053 2012-04-18 Leo Liu <sdl.web@gmail.com>
8054
8055 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8056 current buffer.
8057 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8058 LOCAL is nil.
8059
8060 2012-04-18 Chong Yidong <cyd@gnu.org>
8061
8062 * simple.el (line-move): Use forward-line if in batch mode
8063 (Bug#11053).
8064
8065 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
8066
8067 * files.el (after-find-file): Do not try to add a final newline if
8068 the buffer is read-only (Bug#11156).
8069
8070 2012-04-17 Richard Stallman <rms@gnu.org>
8071
8072 * mail/rmail.el (rmail-start-mail):
8073 Pass (rmail-mail-return...) for the return-action.
8074 Pass (rmail-yank-current-message...) for the yank-action.
8075 (rmail-yank-current-message): New function.
8076 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
8077 (rmail-reply): Likewise.
8078 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
8079
8080 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
8081 buffer, not the last. Reject temp buffers. Use the rmail-mode
8082 buffer, not newbuf.
8083
8084 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
8085
8086 * server.el (server-ensure-safe-dir): Simplify.
8087
8088 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * emacs-lisp/smie.el: Provide smarter auto-filling.
8091 (smie-auto-fill): New function.
8092 (smie-setup): Use it.
8093
8094 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8095
8096 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8097
8098 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
8099 (comment-indent): Use it.
8100
8101 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
8102
8103 * ses.el: The overall change is to add cell renaming, that is
8104 setting fancy names for cell symbols other than name matching
8105 "\\`[A-Z]+[0-9]+\\'" regexp .
8106 (ses-localvars): Add ses--renamed-cell-symb-list.
8107 (ses-create-cell-variable): New defun.
8108 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
8109 (ses-relocate-formula): Relocate formulas only for cells the
8110 symbols of which are not renamed, i.e. symbols whose names do not
8111 match regexp "\\`[A-Z]+[0-9]+\\'".
8112 (ses-relocate-all): Relocate values only for cells the symbols of
8113 which are not renamed.
8114 (ses-load): Create cells variables as the (ses-cell ...) are read,
8115 in order to check row col consistency with cell symbol name only
8116 for cells that are not renamed.
8117 (ses-replace-name-in-formula): New defun.
8118 (ses-rename-cell): New defun.
8119
8120 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
8121
8122 * progmodes/perl-mode.el (perl-indent-parens-as-block):
8123 New option (bug#11118).
8124 (perl-calculate-indent): Respect it.
8125
8126 2012-04-17 Glenn Morris <rgm@gnu.org>
8127
8128 * dired-aux.el (dired-mark-read-string): Doc fix.
8129
8130 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
8131
8132 * dired-aux.el (dired-mark-read-string): Offer optional completion.
8133 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
8134
8135 2012-04-17 Glenn Morris <rgm@gnu.org>
8136
8137 * mouse.el (mouse-drag-track):
8138 * speedbar.el (speedbar-frame-mode):
8139 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
8140
8141 2012-04-16 Leo Liu <sdl.web@gmail.com>
8142
8143 * progmodes/python.el: Trivial cleanup.
8144
8145 2012-04-16 Glenn Morris <rgm@gnu.org>
8146
8147 * vc/vc.el (vc-string-prefix-p):
8148 * vc/pcvs-util.el (cvs-string-prefix-p):
8149 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
8150 * mpc.el (mpc-string-prefix-p):
8151 Make all of these into obsolete aliases for string-prefix-p.
8152 Update callers.
8153 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
8154
8155 * textmodes/two-column.el: Move custom options to the start.
8156 (frame-width): Remove compat definition.
8157 (2C-associate-buffer, 2C-dissociate):
8158 Use with-current-buffer rather than save-excursion.
8159 (2C-dissociate): Force a mode-line update.
8160 (2C-autoscroll): Use ignore-errors.
8161
8162 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
8163 Autoload trivia.
8164
8165 * emacs-lisp/cl-extra.el (*random-state*):
8166 Remove unnecessary declaration.
8167
8168 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
8169
8170 * play/cookie1.el (cookie-snarf):
8171 Give an explicit error if input file cannot be read.
8172
8173 * play/yow.el (yow-file): Use expand-file-name rather than concat.
8174
8175 * progmodes/perl-mode.el (c-macro-expand):
8176 Remove unnecessary autoload (it is in loaddefs.el).
8177
8178 * textmodes/picture.el (picture-desired-column)
8179 (picture-update-desired-column): Convert comments to doc-strings.
8180 (picture-substitute): Remove function.
8181 (picture-mode-map): Initialize in the defvar.
8182
8183 * woman.el: Remove eval-after-load for tar-mode.
8184 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
8185 (woman-tar-extract-file): Autoload it.
8186
8187 * frame.el (automatic-hscrolling): Make this alias obsolete.
8188
8189 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8190
8191 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
8192 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
8193 (ispell-dictionary-base-alist): Revert to original XEmacs
8194 friendly version for default. [:alpha:] will be added in
8195 `ispell-set-spellchecker-params' if needed.
8196
8197 2012-04-16 Chong Yidong <cyd@gnu.org>
8198
8199 * image.el (imagemagick--file-regexp): New variable.
8200 (imagemagick-register-types): Use it.
8201 (imagemagick-types-inhibit): Add :set function. Allow new value
8202 of t to inhibit all types.
8203
8204 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
8205 so we can preload it.
8206
8207 * loadup.el (fboundp): Preload regexp-opt, needed by
8208 imagemagick-register-types.
8209
8210 2012-04-15 Chong Yidong <cyd@gnu.org>
8211
8212 * frame.el (scrolling): Remove nearly unused customization group.
8213
8214 * scroll-all.el (scroll-all-mode): Move to windows group.
8215
8216 2012-04-15 Chong Yidong <cyd@gnu.org>
8217
8218 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
8219
8220 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8221
8222 Avoid the use of ((lambda ...) ...) in lexical-binding code.
8223 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
8224
8225 2012-04-15 Glenn Morris <rgm@gnu.org>
8226
8227 * simple.el (process-file-side-effects): Doc fix.
8228
8229 2012-04-15 Glenn Morris <rgm@gnu.org>
8230
8231 * international/mule-cmds.el (set-language-environment): Doc fix.
8232
8233 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
8234
8235 * server.el (server-auth-key, server-generate-key): Doc fixes.
8236 (server-get-auth-key): Doc fix. Use `string-match-p'.
8237 (server-start): Reflow docstring.
8238
8239 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
8240
8241 * server.el (server-generate-key): `called-interactively-p'
8242 requires a parameter.
8243
8244 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
8245
8246 * server.el (server-auth-key): New variable.
8247 (server-generate-key, server-get-auth-key): New function.
8248 (server-start): Use the new variable and functions to allow
8249 setting a permanent server key (bug#9423).
8250
8251 2012-04-14 Leo Liu <sdl.web@gmail.com>
8252
8253 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
8254
8255 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
8256
8257 Spelling fixes.
8258 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
8259 Emacs uses American spelling.
8260
8261 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
8262
8263 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
8264 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
8265 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
8266 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
8267
8268 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * progmodes/which-func.el (which-func-modes): Change default.
8271
8272 2012-04-14 Kim F. Storm <storm@cua.dk>
8273
8274 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
8275 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
8276
8277 2012-04-14 Chong Yidong <cyd@gnu.org>
8278
8279 * custom.el (custom-theme-set-variables): Doc fix.
8280
8281 2012-04-14 Glenn Morris <rgm@gnu.org>
8282
8283 * international/mule.el (set-auto-coding-for-load): Doc fix.
8284
8285 2012-04-14 Alan Mackenzie <acm@muc.de>
8286
8287 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
8288 imenu work again for Objective C Mode. Correct the *-index values,
8289 these having been disturbed by a previous change in 2011-08.
8290
8291 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
8292 Correct two search limits.
8293
8294 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8295
8296 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
8297
8298 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
8299
8300 * international/characters.el: Fix sorting.
8301
8302 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8303
8304 * international/characters.el: Add more missing Latin case pairs.
8305
8306 2012-04-14 Glenn Morris <rgm@gnu.org>
8307
8308 * files.el (dir-locals-set-class-variables): Doc fix.
8309
8310 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8311
8312 * international/characters.el: Add set-case-syntax-pair call for
8313 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
8314 counterpart. (Bug#11209)
8315
8316 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
8317
8318 2012-04-14 Glenn Morris <rgm@gnu.org>
8319
8320 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8321
8322 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8323
8324 * textmodes/ispell.el (ispell-dictionary-base-alist):
8325 Add data for Hebrew.
8326
8327 2012-04-14 Chong Yidong <cyd@gnu.org>
8328
8329 * net/rcirc.el (rcirc-cmd-quit):
8330 Revert 2012-03-18 change (Bug#11192).
8331
8332 2012-04-14 Glenn Morris <rgm@gnu.org>
8333
8334 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
8335
8336 2012-04-14 Eli Zaretskii <eliz@gnu.org>
8337
8338 * minibuffer.el (completion-in-region-mode-map):
8339 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
8340
8341 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
8342
8343 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
8344
8345 2012-04-13 Masatake YAMATO <yamato@redhat.com>
8346
8347 * minibuffer.el (minibuffer-local-filename-syntax): New variable
8348 to allow `C-M-f' and `C-M-b' to move to the nearest path
8349 separator (bug#9511).
8350
8351 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
8352
8353 * avoid.el: Require cl when compiling. And also move the
8354 `provide' to the end.
8355
8356 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8357
8358 * avoid.el (mouse-avoidance-banish-position): New variable.
8359 (mouse-avoidance-banish-destination): Use it (bug#10165).
8360
8361 2012-04-13 Leo Liu <sdl.web@gmail.com>
8362
8363 * progmodes/which-func.el (which-func-modes): Add objc-mode.
8364
8365 2012-04-13 Ken Brown <kbrown@cornell.edu>
8366
8367 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
8368 this is no longer needed now that cygstart understands file:// URLs.
8369 (browse-url-filename-alist): For the same reason, don't modify
8370 file:// URLs on Cygwin.
8371
8372 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8373
8374 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
8375 the region on shift if the binding is already shifted (bug#11221).
8376
8377 2012-04-12 Glenn Morris <rgm@gnu.org>
8378
8379 * mail/mailpost.el: Move to obsolete/.
8380
8381 2012-04-12 Drew Adams <drew.adams@oracle.com>
8382
8383 * imenu.el (imenu--generic-function): Ignore invisible definitions
8384 (bug#10123).
8385
8386 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
8387
8388 * hexl.el (hexl-bits): New variable.
8389 (hexl-options): Mention the variable in the doc string.
8390 (hexl-rulerise, hexl-line-displen): New functions.
8391 (hexl-mode): Mention the new variable.
8392 (hexl-mode, hexl-current-address, hexl-current-address):
8393 Use the displen.
8394 (hexl-ascii-start-column): New function.
8395 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
8396 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
8397
8398 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8399
8400 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
8401 '("-i" ENCODING), in 2 separate command-line arguments, to specify
8402 the encoding, as expected by hunspell.
8403
8404 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8405
8406 * battery.el (battery--linux-sysfs-regexp): New const.
8407 (battery-status-function): Use it. Remove yeeloong special case.
8408 (battery-yeeloong-sysfs): Remove.
8409 (battery-echo-area-format): Remove yeeloong special case.
8410
8411 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8412
8413 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
8414 Reported by Noah Friedman.
8415
8416 * subr.el (read-passwd): Use read-string.
8417
8418 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8419
8420 * vcursor.el (vcursor-move): Increase the priority of the overlay
8421 (bug#9663).
8422
8423 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8424
8425 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
8426 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
8427
8428 2012-04-11 William Stevenson <yhvh2000@gmail.com>
8429
8430 * textmodes/artist.el (artist-mode): Convert artist-mode to use
8431 define-minor-mode (bug#10760).
8432
8433 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8434
8435 * progmodes/grep.el (rgrep): Tweak the find command line so
8436 that directories matching `grep-find-ignored-files' won't be
8437 pruned (bug#10351).
8438
8439 2012-04-11 Chong Yidong <cyd@gnu.org>
8440
8441 * startup.el (command-line): Remove support for long-obsolete
8442 variable font-lock-face-attributes.
8443
8444 2012-04-11 Glenn Morris <rgm@gnu.org>
8445
8446 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
8447
8448 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * window.el (window--state-get-1): Obey window-point-insertion-type.
8451
8452 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
8453
8454 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
8455 to previous function when point is on the first character of a
8456 function. Take care of that in `narrow-to-defun' (bug#6157).
8457
8458 2012-04-11 Glenn Morris <rgm@gnu.org>
8459
8460 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
8461 not just file-errors.
8462
8463 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
8464 (vc-bzr-sha1): Use internal sha1.
8465
8466 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
8469
8470 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
8471
8472 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
8473 that start in the middle of the line (bug#10496).
8474
8475 2012-04-10 Dan Nicolaescu <dann@gnu.org>
8476
8477 * battery.el (battery-linux-proc-acpi): Only one battery is
8478 discharged at a time, but that seems to confuse battery.el when
8479 computing `rate-type' for the battery not being discharged
8480 (bug#10332).
8481
8482 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
8485
8486 * international/quail.el: Use dolist and simplify.
8487 (quail-define-package, quail-update-keyboard-layout)
8488 (quail-define-rules): Use dolist.
8489 (quail-insert-kbd-layout, quail-get-translation): CSE.
8490
8491 * tmm.el: Use dolist, remove left over hook.
8492 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
8493 Use dolist.
8494 (calendar-load-hook): Don't mess with it.
8495
8496 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
8497 Use derived-mode-p. Run the diff asynchronously.
8498
8499 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8500
8501 * obsolete/mouse-sel.el: Add an Obsolete-since header.
8502
8503 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
8504
8505 * misc.el: Display absolute path of loaded DLLs (bug#10424).
8506 (list-dynamic-libraries--loaded): New function.
8507 (list-dynamic-libraries--refresh): Use it.
8508
8509 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
8510
8511 * progmodes/python.el (python-fill-paragraph):
8512 Make python-fill-region in a multiline string work when font-lock is
8513 disabled (bug#7018).
8514
8515 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
8516
8517 * language/european.el (cp775): Add oem/legacy (en)coding on
8518 DOS/MS Windows for the Baltic languages. There are still plenty
8519 of texts written in this encoding/codepage (bug#6519).
8520
8521 2012-04-10 Glenn Morris <rgm@gnu.org>
8522
8523 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
8524 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
8525
8526 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
8527
8528 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
8529 next-line "n" and previous-line "p" in order to make recentf more
8530 consistent with ibuffer, dired or org-mode (bug#9387).
8531
8532 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8533
8534 * image.el (put-image): Return the overlay created instead of the
8535 optional input string (bug#7834). Note that this may break code
8536 that is (for some reason or other) depending on `put-image'
8537 returning the string.
8538
8539 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
8540
8541 * simple.el (zap-to-char): Allow zapping using input methods
8542 (bug#1580).
8543
8544 * textmodes/fill.el (fill-region): Leave point and mark where they
8545 were before filling (bug#5399).
8546
8547 2012-04-09 Glenn Morris <rgm@gnu.org>
8548
8549 * version.el (emacs-bzr-get-version):
8550 Handle lightweight checkouts of local branches.
8551
8552 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
8553
8554 * international/characters.el: Recover lost case pairs. (Bug#11209)
8555
8556 2012-04-09 Chong Yidong <cyd@gnu.org>
8557
8558 * custom.el (custom-variable-p): Return nil for non-symbol
8559 arguments instead of signaling an error.
8560 (user-variable-p): Obsolete alias for custom-variable-p.
8561
8562 * apropos.el (apropos-variable):
8563 * files-x.el (read-file-local-variable):
8564 * simple.el (set-variable):
8565 * woman.el (woman-mini-help):
8566 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
8567
8568 2012-04-09 Glenn Morris <rgm@gnu.org>
8569
8570 * startup.el (normal-top-level): Don't look for leim-list.el
8571 in places where it will not be found. (Bug#910)
8572
8573 * international/mule-cmds.el (set-default-coding-systems):
8574 * files.el (normal-mode):
8575 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
8576 This function was removed with ucs-tables.el in 2008.
8577
8578 2012-04-08 Eli Zaretskii <eliz@gnu.org>
8579
8580 * textmodes/ispell.el (ispell-check-version): For hunspell, set
8581 ispell-encoding8-command to "-i", without a trailing space.
8582 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
8583 separate command-line arguments, to specify the encoding, since
8584 that's how hunspell expects it.
8585
8586 2012-04-08 Glenn Morris <rgm@gnu.org>
8587
8588 * loadup.el: Load bindings before cus-start.
8589 This reduces somewhat the number of "rogue" settings in emacs -Q.
8590
8591 2012-04-07 Glenn Morris <rgm@gnu.org>
8592
8593 * version.el (emacs-bzr-get-version): New function.
8594 (emacs-bzr-version): New variable.
8595 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
8596 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
8597
8598 2012-04-07 Eli Zaretskii <eliz@gnu.org>
8599
8600 * international/uni-bidi.el, international/uni-category.el:
8601 * international/uni-combining.el, international/uni-decimal.el:
8602 * international/uni-decomposition.el, international/uni-digit.el:
8603 * international/uni-lowercase.el, international/uni-mirrored.el:
8604 * international/uni-name.el, international/uni-numeric.el:
8605 * international/uni-titlecase.el, international/uni-uppercase.el:
8606 Update for Unicode 6.1.
8607
8608 2012-04-07 Eli Zaretskii <eliz@gnu.org>
8609
8610 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
8611
8612 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8613
8614 * window.el (shrink-window): Mention the `window-min-height'
8615 variable in the doc string.
8616
8617 2012-04-05 Bastien Guerry <bzg@altern.org>
8618
8619 * color.el (color-lighten-name): Fix typo.
8620
8621 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8622
8623 * server.el (server--on-display-p): New function.
8624 (server--on-display-p): Use it.
8625
8626 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
8627
8628 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
8629 (bug#11145).
8630
8631 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8632
8633 * comint.el (comint--common-quoted-suffix): Check string boundary
8634 before comparing (bug#11158).
8635 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
8636
8637 2012-04-04 Chong Yidong <cyd@gnu.org>
8638
8639 * minibuffer.el (completion-extra-properties): Doc fix.
8640
8641 * subr.el (delayed-warnings-hook): Doc fix.
8642
8643 2012-04-04 Daiki Ueno <ueno@unixuser.org>
8644
8645 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
8646 selection (Bug#11159).
8647 (epa-insert-keys): Inform that the default public key will be
8648 exported if no key is selected.
8649
8650 2012-04-04 Richard Stallman <rms@gnu.org>
8651
8652 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
8653
8654 2012-04-03 Chong Yidong <cyd@gnu.org>
8655
8656 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
8657 mail-insert-file, not its obsolete alias mail-attach-file.
8658
8659 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
8660
8661 * notifications.el (notifications-notify): Fix docstring.
8662
8663 2012-04-02 Glenn Morris <rgm@gnu.org>
8664
8665 * emacs-lisp/authors.el (authors-aliases): Another addition.
8666
8667 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
8668
8669 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
8670 `tramp-compat-call-process' instead of `tramp-local-call-process'.
8671 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
8672
8673 2012-04-01 Chong Yidong <cyd@gnu.org>
8674
8675 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
8676 Handle root directory properly.
8677 (copy-directory): Caller changed.
8678
8679 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8680 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
8681
8682 2012-03-31 Glenn Morris <rgm@gnu.org>
8683
8684 * term/xterm.el (xterm-extra-capabilities): Doc fix.
8685
8686 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
8687
8688 * calendar/calendar.el (calendar-window-list)
8689 (calendar-hide-window): Restore. (Bug#11140)
8690 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
8691
8692 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
8693
8694 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8695
8696 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
8697 Check if file is a symlink (Bug#10489).
8698
8699 * files.el (copy-directory): Likewise.
8700
8701 2012-03-30 Chong Yidong <cyd@gnu.org>
8702
8703 * image.el (imagemagick-types-inhibit)
8704 (imagemagick-register-types): Doc fix.
8705
8706 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8707
8708 * textmodes/ispell.el (ispell-get-extended-character-mode):
8709 Disable extended-char-mode for hunspell. hunspell does not support it
8710 and treats ~word as ordinary words in pipe mode.
8711
8712 2012-03-30 Glenn Morris <rgm@gnu.org>
8713
8714 * tutorial.el (help-with-tutorial): Ensure local variables don't
8715 happen to make the buffer read-only. (Bug#11127)
8716
8717 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8718
8719 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
8720 (perl-calculate-indent): Return `noindent' in strings.
8721
8722 2012-03-28 Sam Steingold <sds@gnu.org>
8723
8724 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
8725 instead of the broken adhockery which does not prevent calendar
8726 buffers from being displayed at random after exit.
8727 (calendar-window-list, calendar-hide-window): Remove the broken
8728 adhockery.
8729
8730 2012-03-28 Glenn Morris <rgm@gnu.org>
8731
8732 * replace.el (query-replace-map): Doc fix.
8733
8734 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
8735
8736 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
8737 contents. (Bug#11109)
8738
8739 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8740
8741 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
8742 (bug#11077).
8743 (avl-tree--check, avl-tree--check-node): New funs.
8744
8745 2012-03-27 Martin Rudalics <rudalics@gmx.at>
8746
8747 * window.el (switch-to-visible-buffer): New option.
8748 (switch-to-prev-buffer, switch-to-next-buffer):
8749 Observe switch-to-visible-buffer. Make sure that checking for a window
8750 showing a buffer already is done on the same frame.
8751
8752 2012-03-27 Glenn Morris <rgm@gnu.org>
8753
8754 * startup.el (mail-host-address): Doc fix.
8755
8756 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8757
8758 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
8759 than 197 variables.
8760
8761 2012-03-26 Ami Fischman <ami@fischman.org>
8762
8763 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
8764
8765 2012-03-26 Glenn Morris <rgm@gnu.org>
8766
8767 * files.el (save-buffers-kill-emacs): Doc fix.
8768
8769 * startup.el (normal-top-level, command-line, command-line-1):
8770 Give them doc strings.
8771
8772 2012-03-25 Eli Zaretskii <eliz@gnu.org>
8773
8774 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
8775 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
8776
8777 2012-03-25 Chong Yidong <cyd@gnu.org>
8778
8779 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
8780 theme if it was previously enabled before (Bug#11031).
8781
8782 * cus-theme.el (custom-theme-write-faces): Retrieve current face
8783 spec with custom-face-get-current-spec if its :shown-value is not
8784 determined yet (Bug#9337).
8785 (customize-create-theme, custom-theme-revert): Doc fixes.
8786
8787 * button.el (button-at): Minor addition to docstring.
8788
8789 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
8790
8791 * vc/vc.el (vc-merge): Fix a prompt.
8792
8793 2012-03-24 Chong Yidong <cyd@gnu.org>
8794
8795 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
8796 point (Bug#9623).
8797
8798 * button.el (button-at): Minor addition to docstring.
8799
8800 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 * newcomment.el (comment-choose-indent): No space after BOL.
8803
8804 2012-03-22 Sam Steingold <sds@gnu.org>
8805
8806 * window.el (switch-to-prev-buffer): Revert last patch because the
8807 bug turned out to be an advertised feature (Elisp manual 28.14).
8808
8809 2012-03-22 Glenn Morris <rgm@gnu.org>
8810
8811 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
8812 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
8813
8814 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
8815
8816 * net/network-stream.el (network-stream-open-starttls): Make error
8817 message under Windows be less misleading.
8818
8819 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
8820
8821 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
8822 understands (bug#9942).
8823
8824 2012-03-22 Chong Yidong <cyd@gnu.org>
8825
8826 * simple.el (end-of-visible-line): Handle return value of
8827 next-single-property-change properly (Bug#9371).
8828
8829 2012-03-22 Kenichi Handa <handa@m17n.org>
8830
8831 * international/quail.el (quail-insert-kbd-layout): Fix previous
8832 change. To avoid unwanted bidi reordering, use
8833 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
8834
8835 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
8836
8837 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
8838 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
8839 (ruby-beginning-of-indent): Be more careful with the difference
8840 between word-boundary and symbol boundary.
8841 (ruby-mode-syntax-table): Make : a symbol constituent.
8842
8843 2012-03-21 Andreas Politz <politza@fh-trier.de>
8844
8845 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
8846
8847 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * progmodes/etags.el (tags-completion-at-point-function):
8850 Improve last fix.
8851
8852 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
8853
8854 2012-03-21 Sam Steingold <sds@gnu.org>
8855
8856 * progmodes/etags.el (tags-completion-at-point-function):
8857 Avoid the error when point is inside the pattern.
8858
8859 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
8860
8861 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
8862 line (Bug#10855).
8863
8864 2012-03-21 Drew Adams <drew.adams@oracle.com>
8865
8866 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
8867
8868 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
8869
8870 * ido.el (ido-set-current-directory, ido-read-internal)
8871 (ido-choose-completion-string, ido-completion-help): Handle nil
8872 value of ido-completion-buffer (Bug#11008).
8873
8874 2012-03-21 Sam Steingold <sds@gnu.org>
8875
8876 * window.el (switch-to-prev-buffer): Do not switch to a visible
8877 window previous buffer, just like with the frame previous buffers.
8878
8879 2012-03-21 Chong Yidong <cyd@gnu.org>
8880
8881 * faces.el (make-face, make-empty-face, copy-face):
8882 * face-remap.el (face-remap-add-relative, face-remap-set-base):
8883 Doc fixes.
8884
8885 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * wid-edit.el (widget-complete-field): Remove (bug#11051).
8888 (widget-complete): Remove broken use of it.
8889
8890 2012-03-20 Chong Yidong <cyd@gnu.org>
8891
8892 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8893 Use string-width and truncate-string-width to handle arbitrary
8894 characters.
8895
8896 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
8897
8898 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
8899 to draw rectangles, not squares. (Regression introduced by revno
8900 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
8901
8902 2012-03-18 Chong Yidong <cyd@gnu.org>
8903
8904 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
8905 it is not yet defined (for temacs).
8906
8907 2012-03-18 Leo Liu <sdl.web@gmail.com>
8908
8909 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
8910 prefix.
8911
8912 2012-03-17 Eli Zaretskii <eliz@gnu.org>
8913
8914 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
8915 (ispell-choices-win-default-height, ispell-silently-savep)
8916 (ispell-dictionary-alist, ispell-encoding8-command)
8917 (ispell-check-version, ispell-aspell-find-dictionary)
8918 (ispell-valid-dictionary-list, ispell-words-keyword)
8919 (ispell-get-word, ispell-internal-change-dictionary)
8920 (ispell-region, ispell-skip-region-list)
8921 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
8922 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
8923 (ispell-message-text-end, ispell-message)
8924 (ispell-buffer-local-parsing): Doc fix.
8925
8926 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
8927
8928 * htmlfontify.el: Add support for code block fontification for ODT
8929 export (Bug #9914).
8930 (hfy-optimisations): Define new option
8931 `body-text-only'
8932 (hfy-fontify-buffer): Honor above setting.
8933 (hfy-begin-span, hfy-end-span): New routines factored out form
8934 `hfy-fontify-buffer'.
8935 (hfy-begin-span-handler, hfy-end-span-handler): New variables
8936 that permit insertion of custom tags.
8937 (hfy-fontify-buffer): Use above handlers.
8938 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
8939 (hfy-face-to-css): Re-defined to be a variable.
8940 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
8941 over multiple runs. This is made possible by having the caller let
8942 bind a special variable `hfy-user-sheet-assoc'.
8943 (htmlfontify-string): New defun.
8944 (hfy-compile-face-map): Make sure that the last char in the
8945 buffer is correctly fontified.
8946 (hfy-face-resolve-face): Whitespace only change.
8947
8948 2012-03-17 Eli Zaretskii <eliz@gnu.org>
8949
8950 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
8951 message more clear.
8952
8953 2012-03-16 Leo Liu <sdl.web@gmail.com>
8954
8955 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
8956
8957 2012-03-16 Alan Mackenzie <acm@muc.de>
8958
8959 Further optimise the handling of large macros.
8960
8961 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
8962 limit to a call of `c-literal-limits'.
8963 (c-determine-+ve-limit): New function.
8964 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
8965 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
8966 In CASE 5B, restrict a search limit to 500.
8967 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
8968
8969 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
8970 Restrict macro bounds to +-500 from after-change's BEG END.
8971
8972 2012-03-16 Leo Liu <sdl.web@gmail.com>
8973
8974 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
8975
8976 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
8977
8978 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
8979 `special-mode' setting of `buffer-read-only'. (Bug#11010)
8980
8981 2012-03-16 Glenn Morris <rgm@gnu.org>
8982
8983 * view.el (view-buffer, view-buffer-other-window)
8984 (view-buffer-other-frame): Doc fixes re special mode-class.
8985
8986 * subr.el (eval-after-load): If named feature is provided not from
8987 a file, run after-load forms. (Bug#10946)
8988
8989 * calendar/calendar.el (calendar-insert-at-column):
8990 Handle non-unit-width characters a bit better. (Bug#10978)
8991
8992 2012-03-15 Chong Yidong <cyd@gnu.org>
8993
8994 * emacs-lisp/ring.el (ring-extend): New function.
8995 (ring-insert+extend): Extend the ring correctly (Bug#11019).
8996
8997 * comint.el (comint-read-input-ring)
8998 (comint-add-to-input-history): Grow comint-input-ring lazily.
8999
9000 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9003 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9004
9005 * imenu.el: Fix multiple inheritance breakage (bug#9199).
9006 (imenu-add-to-menubar): Don't add a redundant index.
9007 (imenu-update-menubar): Handle a dynamically composed keymap.
9008
9009 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9010
9011 * mail/sendmail.el (mail-encode-header):
9012 Bind rfc2047-encode-encoded-words to nil.
9013
9014 2012-03-13 Glenn Morris <rgm@gnu.org>
9015
9016 * calendar/calendar.el (calendar-string-spread):
9017 Handle non-unit-width characters a bit better. (Bug#10978)
9018
9019 2012-03-13 Leo Liu <sdl.web@gmail.com>
9020
9021 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9022 directory and file as argument (Bug#10822).
9023
9024 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9025
9026 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9027 For dynamically generated code, follow $PC.
9028 (gdb-disassembly-handler-custom): Handle no function name case.
9029
9030 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
9031
9032 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9033 * emulation/ws-mode.el (ws-query-replace):
9034 * sort.el (sort-regexp-fields):
9035 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
9036
9037 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9038
9039 * dabbrev.el: Fix cycle completion order (bug#10963).
9040 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9041 (dabbrev-completion): Don't use an obarray; provide
9042 a cycle-sort-function.
9043
9044 2012-03-12 Leo Liu <sdl.web@gmail.com>
9045
9046 * simple.el (kill-new): Use equal-including-properties for comparison.
9047 (kill-do-not-save-duplicates): Doc fix.
9048
9049 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9050
9051 * dabbrev.el: Fix cycle completion (bug#10963).
9052 Use lexical binding and wrap to 80 columns.
9053 (dabbrev-completion): Delay computing the list of completions.
9054
9055 2012-03-12 Kenichi Handa <handa@m17n.org>
9056
9057 * international/quail.el (quail-insert-kbd-layout): Surround each
9058 row by LRO and PDF instead of inserting many LRMs. Pad the left
9059 and right of each non-spacing marks. Insert invisible space
9060 between lower and upper characters to prevent composition.
9061
9062 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9063
9064 * minibuffer.el (minibuffer-complete): Don't get confused when the
9065 function is run twice via different commands (bug#10958).
9066 (complete-with-action): Fix docstring.
9067
9068 2012-03-12 Chong Yidong <cyd@gnu.org>
9069
9070 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9071 (nxml-completion-at-point-function): New function.
9072 (nxml-mode): Use it.
9073 (nxml-bind-meta-tab-to-complete-flag): Default to t.
9074
9075 * emacs-lisp/package.el (package-unpack, package-unpack-single):
9076 Load generated autoloads file before byte compiling (Bug#10970).
9077 (package--make-autoloads-and-compile): New helper fun.
9078
9079 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
9080
9081 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9082
9083 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
9084
9085 * autorevert.el (auto-revert-handler): Ensure, that
9086 file-readable-p is applied only for local files or in
9087 auto-revert-tail-mode.
9088
9089 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
9090
9091 * server.el (server-eval-at): Handle non-tcp connections.
9092 Decode result string.
9093
9094 * server.el (server-msg-size): New constant.
9095 (server-reply-print): New function.
9096 (server-eval-and-print): Use it.
9097 (server-eval-at): Use server-quote-arg and server-unquote-arg.
9098 Handle -print-nonl.
9099
9100 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
9101
9102 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
9103 (Bug#10987).
9104
9105 2012-03-11 Chong Yidong <cyd@gnu.org>
9106
9107 * simple.el (goto-line): Doc fix (Bug#9938).
9108
9109 * subr.el (save-window-excursion): Doc fix (Bug#9979).
9110
9111 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
9112 when finished (Bug#10963).
9113
9114 2012-03-11 Martin Rudalics <rudalics@gmx.at>
9115
9116 * window.el (split-window-below): Fix bug in case where
9117 split-window-keep-point is nil (Bug#10971).
9118
9119 2012-03-11 Juri Linkov <juri@jurta.org>
9120
9121 * replace.el (replace-highlight): Set isearch-word to nil
9122 unconditionally. (Bug#10887)
9123
9124 2012-03-10 Eli Zaretskii <eliz@gnu.org>
9125
9126 * net/mairix.el (mairix-replace-invalid-chars): Rename from
9127 mairix-replace-illegal-chars; all callers changed. Don't remove
9128 ^, ~, and = characters: they are meaningful in mairix search specs.
9129 (mairix-widget-create-query): Add usage information about mairix
9130 search forms: negating words, searching for substrings, etc.
9131
9132 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
9133
9134 * international/fontset.el (font-encoding-alist): Add an entry for
9135 ksx1001 (Bug#5667).
9136
9137 2012-03-10 Richard Stallman <rms@gnu.org>
9138
9139 * mail/sendmail.el (mail-encode-header):
9140 Set rfc2047-encode-encoded-words.
9141
9142 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
9143
9144 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
9145 view buffer means not swapped.
9146 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
9147 (rmail-write-region-annotate): Error if real text has disappeared.
9148
9149 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
9150
9151 2012-03-10 Chong Yidong <cyd@gnu.org>
9152
9153 * emulation/cua-rect.el (cua--init-rectangles):
9154 * emulation/cua-base.el (cua--init-keymaps):
9155 Add delete-forward-char to remappings (Bug#9666).
9156
9157 2012-03-10 Martin Rudalics <rudalics@gmx.at>
9158
9159 * speedbar.el (speedbar-unhighlight-one-tag-line):
9160 Avoid unhighlighting due to frame switching (Bug#10275).
9161
9162 2012-03-10 Chong Yidong <cyd@gnu.org>
9163
9164 * minibuffer.el (completion-in-region, completion-help-at-point):
9165 Give the completion field overlay a high priority (Bug#6830).
9166
9167 * dired.el (dired-goto-file): Recognize absolute file name
9168 listings (Bug#7126).
9169 (dired-goto-file-1): New helper function.
9170 (dired-toggle-read-only): Inhibit warnings.
9171
9172 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
9173
9174 * net/dbus.el (dbus-property-handler): Return empty array if
9175 there are no properties.
9176
9177 2012-03-09 Leo Liu <sdl.web@gmail.com>
9178
9179 * savehist.el (savehist-printable): Stricter check for string
9180 value (Bug#10937).
9181
9182 2012-03-09 Eli Zaretskii <eliz@gnu.org>
9183
9184 * mail/smtpmail.el (smtpmail-send-it):
9185 Bind coding-system-for-write to *-unix, so that FCC files are kept in
9186 valid mbox format.
9187
9188 2012-03-09 Glenn Morris <rgm@gnu.org>
9189
9190 * files.el (dir-locals-find-file):
9191 Don't check result is regular, readable.
9192 (dir-locals-read-from-file): Demote errors.
9193
9194 2012-03-08 Eli Zaretskii <eliz@gnu.org>
9195
9196 * international/quail.el (quail-insert-kbd-layout):
9197 Insert invisible LRM characters before each character in a keyboard
9198 layout cell, to prevent their reordering by bidi display engine.
9199 For details, see the discussion in
9200 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
9201
9202 2012-03-08 Alan Mackenzie <acm@muc.de>
9203
9204 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
9205 the starting position; make it extend the marked region when
9206 invoked repeatedly - all under appropriate circumstances.
9207 Fixes bugs #5525, #10906.
9208
9209 2012-03-08 Glenn Morris <rgm@gnu.org>
9210
9211 * files.el (locate-dominating-file, dir-locals-find-file):
9212 Undo 2012-03-06 change.
9213
9214 2012-03-07 Eli Zaretskii <eliz@gnu.org>
9215
9216 * international/quail.el (quail-help):
9217 Force bidi-paragraph-direction be left-to-right. See discussion in
9218 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
9219 for the reason.
9220
9221 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
9222
9223 Avoid superfluous registering of signals. (Bug#10807)
9224
9225 * notifications.el (notifications-on-action-object)
9226 (notifications-on-close-object): New defvars.
9227 (notifications-on-action-signal, notifications-on-closed-signal):
9228 Unregister the signal if not needed any longer.
9229 (notifications-notify): Register `notifications-action-signal' or
9230 `notifications-closed-signal', if :on-action or :on-close has been
9231 passed as argument.
9232
9233 2012-03-07 Chong Yidong <cyd@gnu.org>
9234
9235 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
9236 non-X platforms.
9237
9238 2012-03-06 Glenn Morris <rgm@gnu.org>
9239
9240 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9241 (x-disown-selection-internal, x-get-selection-internal):
9242 Doc fix (add arglist signatures). (Bug#10783)
9243
9244 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9245
9246 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9247 Handle breakpoints with no "type".
9248
9249 2012-03-06 Glenn Morris <rgm@gnu.org>
9250
9251 * files.el (locate-dominating-file): Add optional predicate argument.
9252 (dir-locals-find-file): Make use of above change.
9253
9254 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
9255
9256 * info.el (Info-insert-dir): Also try "dir.gz".
9257
9258 2012-03-06 Glenn Morris <rgm@gnu.org>
9259
9260 * files.el (dir-locals-find-file):
9261 Ignore non-readable or non-regular files. (Bug#10928)
9262
9263 * files.el (locate-dominating-file): Doc fix.
9264
9265 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
9266
9267 * calendar/calendar.el (calendar-set-mode-line):
9268 `getenv' returns a string. (Bug#10951)
9269
9270 2012-03-05 Leo Liu <sdl.web@gmail.com>
9271
9272 * simple.el (backward-delete-char-untabify): Constrain point to
9273 field (Bug#10939).
9274
9275 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
9276
9277 2012-03-05 Chong Yidong <cyd@gnu.org>
9278
9279 * simple.el (count-words): If called from Lisp, return the word
9280 count, for symmetry with `count-lines'. Arglist changed.
9281 (count-words--message): Args changed. Consolidate counting code
9282 from count-words and count-words-region.
9283 (count-words-region): Caller changed.
9284 (count-lines-region): Make it an obsolete alias.
9285
9286 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
9287
9288 * saveplace.el (save-place-to-alist)
9289 (save-place-ignore-files-regexp): Allow value nil to disable this
9290 feature.
9291
9292 2012-03-04 Chong Yidong <cyd@gnu.org>
9293
9294 * faces.el (face-spec-reset-face): For the default face, reset the
9295 attributes to default values (Bug#10748).
9296
9297 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9298
9299 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
9300 previous patch: Check `message-send-mail-function', and not the
9301 default function (bug#10897).
9302
9303 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
9304
9305 * notifications.el (notifications-on-action-signal)
9306 (notifications-on-closed-signal): Check for unique service name of
9307 incoming event. Fix error in removing entry.
9308 (top): Register for signals with wildcard service name.
9309 (notifications-notify): Use daemon unique service name for map entries.
9310
9311 2012-03-04 Chong Yidong <cyd@gnu.org>
9312
9313 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
9314
9315 2012-03-04 Glenn Morris <rgm@gnu.org>
9316
9317 * abbrev.el (copy-abbrev-table, abbrev-table-p)
9318 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
9319 (expand-abbrev, define-abbrev-table): Doc fixes.
9320
9321 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9322
9323 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
9324 `message-default-send-mail-function' and not `send-mail-function'
9325 when doing the prompting for `sendmail-query-once' before sending
9326 in Message buffers (bug#10897).
9327
9328 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
9329 This is inconsistent with all the other stream functions, which leave
9330 the setting up to the higher levels (if so wanted) (bug#10931).
9331
9332 2012-03-02 Alan Mackenzie <acm@muc.de>
9333
9334 Depessimize the handling of very large macros.
9335
9336 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
9337 (c-macro-cache-syntactic): New variables to implement a one
9338 element macro cache.
9339 (c-invalidate-macro-cache): New function.
9340 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
9341 Adapt to use the new cache.
9342 (c-state-safe-place): Use better the cache of safe positions.
9343 (c-state-semi-nonlit-pos-cache)
9344 (c-state-semi-nonlit-pos-cache-limit):
9345 New variables for...
9346 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
9347 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
9348 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
9349 Use c-state-semi-safe-place.
9350
9351 * progmodes/cc-langs.el (c-get-state-before-change-functions):
9352 Add c-invalidate-macro-cache to the C, C++, Obj entries.
9353
9354 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
9355
9356 * jka-compr.el (jka-compr-call-process):
9357 Apply `file-accessible-directory-p' only when the default directory is
9358 not remote.
9359
9360 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
9361
9362 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
9363 access of FILE2, if FILE1 does not exist.
9364
9365 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
9366 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
9367
9368 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
9369 Add "PAGER=" to `process-environment'.
9370
9371 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
9372
9373 * progmodes/sql.el: Bug fix
9374 (sql-get-login-ext): Save login values in globals.
9375 (sql-get-login): Use new version of `sql-get-login-ext'.
9376 (sql-interactive-mode): Set global `sql-connection' to nil.
9377 (sql-connect): Set global values for connection.
9378 (sql-product-interactive): Save global values as buffer local.
9379
9380 2012-02-29 Leo Liu <sdl.web@gmail.com>
9381
9382 * abbrev.el (define-abbrevs): Reset sys to nil.
9383
9384 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9385
9386 * files.el (file-equal-p): Rename from `files-equal-p'.
9387 Return nil when one or both files don't exist.
9388 (file-subdir-of-p): Now only top directory must exists,
9389 return nil if it doesn't.
9390 (copy-directory): No need to test with `file-subdir-of-p' after
9391 creating dir.
9392 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
9393 to `file-equal-p'.
9394
9395 2012-02-28 Glenn Morris <rgm@gnu.org>
9396
9397 * shell.el (shell-mode):
9398 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
9399 * play/landmark.el (landmark-font-lock-face-O):
9400 * play/handwrite.el (handwrite):
9401 * play/gomoku.el (gomoku-O):
9402 * net/browse-url.el (browse-url-browser-display):
9403 * international/mule.el (define-charset):
9404 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
9405 * filesets.el (filesets-find-file-delay):
9406 * eshell/em-xtra.el (eshell-xtra):
9407 * eshell/em-unix.el (eshell-grep):
9408 * emulation/viper.el (viper-mode):
9409 * emacs-lisp/regexp-opt.el (regexp-opt-group):
9410 * emacs-lisp/easymenu.el (easy-menu-define):
9411 * calendar/timeclock.el (timeclock-use-display-time):
9412 * bs.el (bs-mode):
9413 * bookmark.el (bookmark-save-flag):
9414 Doc fix (standardize possessive apostrophe usage).
9415
9416 2012-02-27 Chong Yidong <cyd@gnu.org>
9417
9418 * emulation/viper-cmd.el (viper-intercept-ESC-key):
9419 Fix key-binding lookup for ESC key (Bug#9146).
9420
9421 * font-lock.el (font-lock-specified-p): Rename from
9422 font-lock-spec-present. Callers changed.
9423
9424 2012-02-27 Daniel Hackney <dan@haxney.org>
9425
9426 * emacs-lisp/package.el (package-compute-transaction):
9427 Handle holding a package version to t in package-load-list.
9428
9429 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
9430
9431 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
9432 (tramp-get-inode, tramp-get-device): Use cached values.
9433
9434 2012-02-26 Alan Mackenzie <acm@muc.de>
9435
9436 Check there is a font-lock specification before doing initial
9437 fontification.
9438
9439 * font-core.el (font-lock-mode): Move the conditional from
9440 :after-hook to font-lock-initial-fontify.
9441 (font-lock-default-function): Move the check for a specification
9442 to font-lock-spec-present.
9443
9444 * font-lock.el (font-lock-initial-fontify): Call ...
9445 (font-lock-spec-present): New function.
9446
9447 2012-02-26 Jim Blandy <jimb@red-bean.com>
9448
9449 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
9450 (gdb-send): Apply it to the operand of the '-interpreter-exec
9451 console' command, so that we can pass arguments with (say) quotes
9452 in them. Store exact string sent in gdb-debug-log (Bug#10765).
9453
9454 2012-02-26 Chong Yidong <cyd@gnu.org>
9455
9456 * help-fns.el (describe-function-1): Clarify description of
9457 remapping (Bug#10844).
9458
9459 * files.el (files-equal-p): Doc fix.
9460 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
9461 and quit the loop once a mismatch is found.
9462
9463 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
9464
9465 * bs.el (bs--show-with-configuration): Don't throw an error
9466 if the window cannot be split; otherwise, subsequent calls to
9467 bs-show fail, restoring a stale window config. (Bug#10882)
9468
9469 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
9470
9471 * term/ns-win.el (global-map): Bind ns-drag-file to
9472 ns-find-file (Bug#5855, Bug#10050).
9473
9474 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
9475
9476 * calendar/parse-time.el (parse-time-string): Allow extractor to
9477 return nil.
9478
9479 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
9480
9481 * net/tramp.el (tramp-file-name-for-operation):
9482 Add `files-equal-p' and `file-subdir-of-p'.
9483
9484 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
9485 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
9486 Add COPY-CONTENTS argument.
9487
9488 2012-02-25 Chong Yidong <cyd@gnu.org>
9489
9490 Add custom groups for VC backends, for consistency with vc-bzr.
9491
9492 * vc/vc-arch.el (vc-arch):
9493 * vc/vc-cvs.el (vc-cvs):
9494 * vc/vc-git.el (vc-git):
9495 * vc/vc-hg.el (vc-hg):
9496 * vc/vc-mtn.el (vc-mtn):
9497 * vc/vc-rcs.el (vc-rcs):
9498 * vc/vc-sccs.el (vc-sccs):
9499 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
9500 All relevant defcustoms reassigned.
9501
9502 2012-02-25 Chong Yidong <cyd@gnu.org>
9503
9504 * newcomment.el (comment-styles): Add autoload (Bug#10868).
9505
9506 * term/x-win.el (x-initialize-window-system): Reduce default for
9507 x-selection-timeout to 5 seconds (Bug#8869).
9508
9509 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9510
9511 * files.el (files-equal-p, file-subdir-of-p): New functions.
9512 (copy-directory): Error when trying to copy a directory on itself.
9513 Add missing copy-contents arg to tramp handler.
9514 * dired-aux.el (dired-copy-file-recursive): Same.
9515 (dired-create-files): Modify destination when source is equal to
9516 dest when copying files.
9517 Return also when dest is a subdir of source. (Bug#10489)
9518
9519 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
9520
9521 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
9522 (Bug#10874)
9523
9524 2012-02-23 Alan Mackenzie <acm@muc.de>
9525
9526 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
9527 parameter "after-hook:" to allow the expansion to run code after
9528 the execution of the mode hooks.
9529
9530 * font-lock.el (font-lock-initial-fontify): New function extracted
9531 from font-lock-mode-internal.
9532
9533 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
9534 :after-hook.
9535
9536 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9537
9538 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
9539 (completion--cache-all-sorted-completions): New function.
9540 (completion-all-sorted-completions): Use it.
9541 (completion--do-completion, minibuffer-force-complete):
9542 Use it to re-instate the flush hook.
9543
9544 * icomplete.el (icomplete-completions): Replace last fix with a better
9545 one (bug#10850).
9546
9547 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
9548
9549 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
9550 when it might call us back infinitely (bug#10797).
9551
9552 2012-02-23 Glenn Morris <rgm@gnu.org>
9553
9554 * minibuffer.el (completion-category-overrides): Doc fix.
9555
9556 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9557
9558 * minibuffer.el (completion-table-with-context): Fix inf-loop.
9559 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
9560
9561 2012-02-23 Glenn Morris <rgm@gnu.org>
9562
9563 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
9564 (authors-obsolete-files-regexps, authors-ignored-files)
9565 (authors-ambiguous-files, authors-renamed-files-alist):
9566 Add more entries.
9567
9568 2012-02-23 Juri Linkov <juri@jurta.org>
9569
9570 * isearch.el (isearch-occur): Sync interactive spec with occur's
9571 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
9572
9573 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
9574
9575 2012-02-22 Juri Linkov <juri@jurta.org>
9576
9577 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
9578 (ucs-insert): Doc fix. Check for hex digits in the string.
9579 Don't display `nil' in the error message. (Bug#10857)
9580
9581 2012-02-22 Alan Mackenzie <acm@muc.de>
9582
9583 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
9584
9585 2012-02-22 Glenn Morris <rgm@gnu.org>
9586
9587 * ffap.el (ffap-c-path):
9588 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
9589
9590 2012-02-22 Chong Yidong <cyd@gnu.org>
9591
9592 * custom.el (load-theme): Doc fix.
9593
9594 2012-02-22 Glenn Morris <rgm@gnu.org>
9595
9596 * dired-x.el (dired-guess-shell-alist-default):
9597 Remove escape sequences from nroff output. (Bug#172)
9598
9599 2012-02-21 Glenn Morris <rgm@gnu.org>
9600
9601 * vc/emerge.el (emerge-defvar-local):
9602 Set `permanent-local' property rather than unused `preserved'.
9603
9604 * textmodes/picture.el (picture-delete-char): New alias.
9605 (picture-mode-map): Use it. (Bug#10860)
9606 (picture-mode): Doc fix.
9607
9608 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
9609
9610 * newcomment.el (uncomment-region-default): Remove unused binding.
9611
9612 2012-02-21 Glenn Morris <rgm@gnu.org>
9613
9614 * textmodes/picture.el (picture-motion, picture-motion-reverse)
9615 (picture-self-insert, picture-tab-chars): Doc fix.
9616 (picture-mode-map): Fix C-a, C-e.
9617
9618 2012-02-20 Glenn Morris <rgm@gnu.org>
9619
9620 * emacs-lisp/authors.el (authors-aliases): Add another entry.
9621
9622 2012-02-20 Leo Liu <sdl.web@gmail.com>
9623
9624 * icomplete.el (icomplete-completions): Check FROM arg before
9625 passing to substring (Bug#10850).
9626
9627 2012-02-19 Chong Yidong <cyd@gnu.org>
9628
9629 * comint.el: Require ansi-color.
9630 (comint-output-filter-functions): Add ansi-color-process-output.
9631
9632 * ansi-color.el: Don't set comint-output-filter-functions; it is
9633 now in the initial value defined in comint.el.
9634 (ansi-color-apply-face-function): New variable.
9635 (ansi-color-apply-on-region): Use it.
9636 (ansi-color-apply-overlay-face): New function.
9637
9638 * shell.el (shell): No need to require ansi-color.
9639 (shell-mode): Use ansi-color-apply-face-function to highlight
9640 color escapes using font-lock-face property (Bug#10835).
9641
9642 2012-02-19 Chong Yidong <cyd@gnu.org>
9643
9644 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
9645 mode-line formats (Bug#10839).
9646
9647 2012-02-18 Glenn Morris <rgm@gnu.org>
9648
9649 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
9650
9651 * mail/undigest.el (unforward-rmail-message): Doc fix.
9652
9653 * saveplace.el (save-place-ignore-files-regexp): Add :version.
9654
9655 2012-02-18 Eli Zaretskii <eliz@gnu.org>
9656
9657 * international/characters.el (script-list): Sync with the latest
9658 Unicode Character Database.
9659
9660 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
9661
9662 * international/titdic-cnv.el: Remove duplicate coding tag.
9663 * language/cham.el: Likewise.
9664 * language/tai-viet.el: Likewise.
9665
9666 2012-02-18 Glenn Morris <rgm@gnu.org>
9667
9668 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
9669 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
9670 (calendar-bahai-all-holidays-flag, calendar-other-dates):
9671 * calendar/diary-lib.el (diary-abbreviated-year-flag):
9672 * calendar/holidays.el (holiday-bahai-holidays)
9673 (calendar-holidays, list-holidays):
9674 Use utf-8 Bahá'í in doc-strings, menus, etc.
9675
9676 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
9677
9678 * saveplace.el (save-place-ignore-files-regexp): New variable
9679 allowing for excluding files from saving their location of point.
9680 The default value matches the temporary commit message editing
9681 files from Git, SVN, Bazaar, and Mercurial.
9682 (save-place-to-alist): Use it.
9683
9684 2012-02-17 Lawrence Mitchell <wence@gmx.li>
9685 Stefan Monnier <monnier@iro.umontreal.ca>
9686
9687 * newcomment.el (uncomment-region-default): Don't leave extra space
9688 when an arg is provided (bug#8150).
9689
9690 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
9691
9692 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
9693
9694 2012-02-17 Glenn Morris <rgm@gnu.org>
9695
9696 * net/socks.el: Require network-stream. (Bug#10599)
9697
9698 2012-02-17 Kenichi Handa <handa@m17n.org>
9699
9700 * international/charprop.el:
9701 * international/uni-name.el:
9702 * international/uni-old-name.el:
9703 * international/uni-comment.el: Regenerate.
9704
9705 2012-02-16 Glenn Morris <rgm@gnu.org>
9706
9707 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
9708 Interactively in calendar buffer, give an error if not on a date.
9709
9710 2012-02-15 Glenn Morris <rgm@gnu.org>
9711
9712 * shell.el (shell-delimiter-argument-list):
9713 Revert 2011-02-17 change. (Bug#8027)
9714
9715 2012-02-15 Chong Yidong <cyd@gnu.org>
9716
9717 * minibuffer.el (completion-at-point-functions): Doc fix.
9718
9719 * custom.el (defcustom): Doc fix; note use of defvar.
9720
9721 2012-02-15 Glenn Morris <rgm@gnu.org>
9722
9723 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
9724 Doc fixes.
9725
9726 2012-02-14 Glenn Morris <rgm@gnu.org>
9727
9728 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
9729
9730 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
9731
9732 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
9733 way the ports list is computed.
9734 (smtpmail-query-smtp-server): Prompt the user for a port number if
9735 we can't connect to any of the standard ports (bug#10810).
9736
9737 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
9738
9739 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
9740
9741 2012-02-13 Glenn Morris <rgm@gnu.org>
9742
9743 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
9744
9745 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
9746
9747 * net/gnutls.el (gnutls-trustfiles): New variable.
9748 (gnutls-negotiate): Use it.
9749
9750 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
9751
9752 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
9753 does its stuff if Gnus is running.
9754
9755 2012-02-13 Alan Mackenzie <acm@muc.de>
9756
9757 Fix a loop in c-set-fl-decl-start.
9758
9759 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
9760 c-backward-syntactic-ws actually moves backwards.
9761
9762 2012-02-13 Leo Liu <sdl.web@gmail.com>
9763
9764 * net/rcirc.el (rcirc-markup-attributes): Move point to the
9765 beginning so that all \C-o chars are removed.
9766
9767 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
9768
9769 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
9770
9771 2012-02-12 Alan Mackenzie <acm@muc.de>
9772
9773 Fix infinite loop with long macros.
9774 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
9775
9776 2012-02-12 Chong Yidong <cyd@gnu.org>
9777
9778 * window.el (display-buffer): Doc fix (Bug#10785).
9779
9780 2012-02-12 Glenn Morris <rgm@gnu.org>
9781
9782 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9783 (x-disown-selection-internal, x-get-selection-internal):
9784 Sync docs with the xselect.c versions.
9785
9786 * allout-widgets.el: Add missing license notice.
9787
9788 2012-02-11 Glenn Morris <rgm@gnu.org>
9789
9790 * select.el (x-get-selection-internal, x-own-selection-internal)
9791 (x-disown-selection-internal):
9792 * x-dnd.el (x-get-selection-internal): Update declarations.
9793
9794 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
9795
9796 * window.el (window-sides-slots):
9797 * tool-bar.el (tool-bar-position):
9798 * term/xterm.el (xterm-extra-capabilities):
9799 * ses.el (ses-self-reference-early-detection):
9800 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
9801 (verilog-auto-wire-type)
9802 (verilog-auto-delete-trailing-whitespace)
9803 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
9804 (verilog-auto-tieoff-declaration):
9805 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
9806 (sql-oracle-statement-starters, sql-oracle-scan-on):
9807 * progmodes/prolog.el (prolog-align-comments-flag)
9808 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
9809 (prolog-left-indent-regexp, prolog-paren-indent-p)
9810 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
9811 (prolog-types, prolog-mode-specificators)
9812 (prolog-determinism-specificators, prolog-directives)
9813 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
9814 (prolog-electric-dot-flag)
9815 (prolog-electric-dot-full-predicate-template)
9816 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
9817 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
9818 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
9819 (prolog-program-switches, prolog-prompt-regexp)
9820 (prolog-debug-on-string, prolog-debug-off-string)
9821 (prolog-trace-on-string, prolog-trace-off-string)
9822 (prolog-zip-on-string, prolog-zip-off-string)
9823 (prolog-use-standard-consult-compile-method-flag)
9824 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
9825 (prolog-imenu-max-lines, prolog-info-predicate-index)
9826 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
9827 (prolog-char-quote-workaround):
9828 * progmodes/cc-vars.el (c-defun-tactic):
9829 * net/tramp.el (tramp-encoding-command-interactive)
9830 (tramp-local-end-of-line):
9831 * net/soap-client.el (soap-client):
9832 * net/netrc.el (netrc-file):
9833 * net/gnutls.el (gnutls):
9834 * minibuffer.el (completion-category-overrides)
9835 (completion-cycle-threshold)
9836 (completion-pcm-complete-word-inserts-delimiters):
9837 * man.el (Man-name-local-regexp):
9838 * mail/feedmail.el (feedmail-display-full-frame):
9839 * international/characters.el (glyphless-char-display-control):
9840 * eshell/em-ls.el (eshell-ls-date-format):
9841 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
9842 (lisp-lambda-list-keyword-parameter-indentation)
9843 (lisp-lambda-list-keyword-parameter-alignment):
9844 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
9845 * dired-x.el (dired-omit-verbose):
9846 * cus-theme.el (custom-theme-allow-multiple-selections):
9847 * calc/calc.el (calc-highlight-selections-with-faces)
9848 (calc-lu-field-reference, calc-lu-power-reference)
9849 (calc-note-threshold):
9850 * battery.el (battery-mode-line-limit):
9851 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
9852 (archive-7z-update):
9853 * allout.el (allout-prefixed-keybindings)
9854 (allout-unprefixed-keybindings)
9855 (allout-inhibit-auto-fill-on-headline)
9856 (allout-flattened-numbering-abbreviation):
9857 * allout-widgets.el (allout-widgets-auto-activation)
9858 (allout-widgets-icons-dark-subdir)
9859 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
9860 (allout-widgets-theme-dark-background)
9861 (allout-widgets-theme-light-background)
9862 (allout-widgets-item-image-properties-emacs)
9863 (allout-widgets-item-image-properties-xemacs)
9864 (allout-widgets-run-unit-tests-on-load)
9865 (allout-widgets-time-decoration-activity)
9866 (allout-widgets-hook-error-post-time)
9867 (allout-widgets-track-decoration):
9868 Add missing :version tags to new defcustoms and defgroups.
9869
9870 * progmodes/sql.el (sql-ansi-statement-starters)
9871 (sql-oracle-statement-starters): Add custom type.
9872
9873 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
9874 (prolog-system-version): Give it a type.
9875
9876 2012-02-11 Eli Zaretskii <eliz@gnu.org>
9877
9878 * term/pc-win.el (x-select-text, x-selection-owner-p)
9879 (x-own-selection-internal, x-disown-selection-internal)
9880 (x-get-selection-internal): Sync doc strings and argument lists
9881 with xselect.c, common-win.el and x-win.el. (Bug#10783)
9882
9883 2012-02-11 Leo Liu <sdl.web@gmail.com>
9884
9885 * progmodes/python.el (python-end-of-statement): Fix infinite
9886 loop. (Bug#10788)
9887
9888 2012-02-10 Glenn Morris <rgm@gnu.org>
9889
9890 * international/mule-cmds.el (unify-8859-on-encoding-mode)
9891 (unify-8859-on-decoding-mode): Properly mark as obsolete.
9892
9893 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
9894
9895 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
9896 about SMTP before checking the From header.
9897
9898 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
9899 into own function for reuse by emacsbug.el.
9900
9901 2012-02-10 Leo Liu <sdl.web@gmail.com>
9902
9903 * subr.el (condition-case-unless-debug): Rename from
9904 condition-case-no-debug. All callers changed.
9905 (with-demoted-errors): Fix caller.
9906
9907 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
9908 * nxml/rng-valid.el (rng-do-some-validation):
9909 * emacs-lisp/package.el (package-refresh-contents)
9910 (package-menu-execute):
9911 * desktop.el (desktop-create-buffer):
9912 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
9913
9914 2012-02-10 Glenn Morris <rgm@gnu.org>
9915
9916 * textmodes/bibtex.el:
9917 Add missing :version tags for new/changed defcustoms.
9918
9919 * files.el (remote-file-name-inhibit-cache): Doc fixes.
9920
9921 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
9922
9923 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
9924 (smtpmail-via-smtp): Use it, or fall back on the From address.
9925 (smtpmail-send-it): Ditto.
9926
9927 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
9928
9929 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
9930 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
9931 (byte-compile-tmp-var): New const.
9932 (byte-compile-defvar): Use it to minimize .elc size.
9933 Just use `defvar' rather than simulate it (bug#10761).
9934
9935 2012-02-09 Glenn Morris <rgm@gnu.org>
9936
9937 * files.el (rename-uniquely): Doc fix. (Bug#3806)
9938
9939 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
9940 Add :version tags.
9941
9942 * progmodes/compile.el (compilation-error-screen-columns)
9943 (compilation-first-column, compilation-filter-start): Doc fixes.
9944
9945 * vc/log-view.el (log-view-toggle-entry-display):
9946 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
9947
9948 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
9949 (report-emacs-bug-can-use-xdg-email):
9950 (report-emacs-bug-insert-to-mailer): Doc fixes.
9951 (report-emacs-bug): Message fix.
9952
9953 * net/browse-url.el (browse-url-can-use-xdg-open)
9954 (browse-url-xdg-open): Doc fixes.
9955
9956 * electric.el (electric-indent-mode, electric-pair-mode)
9957 (electric-layout-rules, electric-layout-mode): Doc fixes.
9958 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
9959
9960 2012-02-08 Martin Rudalics <rudalics@gmx.at>
9961
9962 * server.el (server-unselect-display): Don't inadvertently kill
9963 the current buffer. (Bug#10729)
9964
9965 2012-02-08 Glenn Morris <rgm@gnu.org>
9966
9967 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
9968 (sql-list-table): Doc fixes.
9969
9970 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
9971 Comment out (does nothing).
9972
9973 * completion.el (dynamic-completion-mode):
9974 * dirtrack.el (dirtrack-debug-mode):
9975 * electric.el (electric-layout-mode):
9976 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
9977 * face-remap.el (text-scale-mode, buffer-face-mode):
9978 * iimage.el (iimage-mode):
9979 * image-mode.el (image-transform-mode):
9980 * minibuffer.el (completion-in-region-mode):
9981 * scroll-lock.el (scroll-lock-mode):
9982 * simple.el (next-error-follow-minor-mode):
9983 * tar-mode.el (tar-subfile-mode):
9984 * tooltip.el (tooltip-mode):
9985 * vcursor.el (vcursor-use-vcursor-map):
9986 * wid-browse.el (widget-minor-mode):
9987 * emulation/tpu-edt.el (tpu-edt-mode):
9988 * emulation/tpu-extras.el (tpu-cursor-free-mode):
9989 * international/iso-ascii.el (iso-ascii-mode):
9990 * language/thai-util.el (thai-word-mode):
9991 * mail/supercite.el (sc-minor-mode):
9992 * net/goto-addr.el (goto-address-mode):
9993 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
9994 * progmodes/cwarn.el (cwarn-mode):
9995 * progmodes/flymake.el (flymake-mode):
9996 * progmodes/glasses.el (glasses-mode):
9997 * progmodes/hideshow.el (hs-minor-mode):
9998 * progmodes/pascal.el (pascal-outline-mode):
9999 * textmodes/enriched.el (enriched-mode):
10000 * vc/smerge-mode.el (smerge-mode):
10001 Doc fixes (minor mode argument).
10002
10003 2012-02-07 Eli Zaretskii <eliz@gnu.org>
10004
10005 * ls-lisp.el (ls-lisp-sanitize): New function.
10006 (ls-lisp-insert-directory): Use it to fix or remove any elements
10007 in file-alist with missing attributes. (Bug#4673)
10008
10009 2012-02-07 Alan Mackenzie <acm@muc.de>
10010
10011 Fix spurious recognition of c-in-knr-argdecl.
10012
10013 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10014 putative K&R region.
10015
10016 2012-02-07 Alan Mackenzie <acm@muc.de>
10017
10018 * progmodes/cc-engine.el (c-forward-objc-directive):
10019 Prevent looping in "#pragma mark @implementation".
10020
10021 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
10022
10023 * notifications.el (notifications-on-closed-signal): Make `reason'
10024 optional. (Bug#10744)
10025
10026 2012-02-07 Glenn Morris <rgm@gnu.org>
10027
10028 * emacs-lisp/easy-mmode.el (define-minor-mode):
10029 Doc fixes for the macro and the mode it defines.
10030
10031 * image.el (imagemagick-types-inhibit): Doc fix.
10032
10033 * cus-start.el (imagemagick-render-type): Add it.
10034
10035 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10036
10037 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10038 Set the default at load time, too, so that `font-lock-fontify-buffer'
10039 can be called without setting up the entire mode first. This fixes
10040 a bug in `mm-inline-text' with C MIME parts.
10041
10042 2012-02-06 Chong Yidong <cyd@gnu.org>
10043
10044 * simple.el (list-processes--refresh): Delete exited processes
10045 (Bug#8094).
10046
10047 * comint.el (comint-next-prompt): next-single-char-property-change
10048 and prev-single-char-property-change never return nil (Bug#8657).
10049
10050 * custom.el (defcustom): Doc fix (Bug#9711).
10051
10052 2012-02-05 Chong Yidong <cyd@gnu.org>
10053
10054 * cus-edit.el (custom-variable-reset-backup): Quote the value
10055 before storing it in the customized-value property (Bug#6712).
10056 (custom-display): Add a customization type tag.
10057 (custom-buffer-create-internal): Improve tooltip message.
10058
10059 * wid-edit.el (widget-field-value-get): New optional arg to
10060 suppress trailing whitespace truncation.
10061 (character): Use it (Bug#2689).
10062
10063 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
10064
10065 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10066 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10067
10068 2012-02-05 Chong Yidong <cyd@gnu.org>
10069
10070 * cus-edit.el (custom-variable-value-create): For mismatched
10071 types, show the current value (Bug#7600).
10072
10073 * custom.el (defcustom): Doc fix.
10074
10075 2012-02-05 Glenn Morris <rgm@gnu.org>
10076
10077 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10078
10079 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
10080
10081 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
10082 (pp-buffer): Use `ignore-errors', `looking-at-p'.
10083 (pp-last-sexp): Use `looking-at-p'.
10084
10085 2012-02-04 Glenn Morris <rgm@gnu.org>
10086
10087 * files.el (revert-buffer):
10088 Doc fix (mention revert-buffer-in-progress-p).
10089
10090 * emacs-lisp/ert-x.el (ert-simulate-command):
10091 Check deferred-action-list (which is obsolete) is bound.
10092
10093 * subr.el (with-wrapper-hook): Doc fixes.
10094
10095 * simple.el (filter-buffer-substring-functions)
10096 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10097
10098 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
10099
10100 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
10101 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
10102
10103 2012-02-04 Leo Liu <sdl.web@gmail.com>
10104
10105 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
10106
10107 2012-02-04 Glenn Morris <rgm@gnu.org>
10108
10109 * image.el (image-extension-data): Add obsolete alias.
10110
10111 * isearch.el (isearch-update): Doc fix.
10112
10113 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
10114
10115 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
10116
10117 2012-02-03 Glenn Morris <rgm@gnu.org>
10118
10119 * image.el (image-animated-p): Doc fix. Use image-animated-types.
10120 (image-animate-timeout): Doc fix.
10121
10122 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
10123
10124 2012-02-02 Glenn Morris <rgm@gnu.org>
10125
10126 * server.el (server-auth-dir): Doc fix.
10127 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
10128
10129 * subr.el (run-mode-hooks): Doc fix.
10130
10131 2012-02-02 Juri Linkov <juri@jurta.org>
10132
10133 * image-mode.el (image-toggle-display-image): Remove tautological
10134 `major-mode' from the `derived-mode-p' test.
10135
10136 2012-02-02 Kenichi Handa <handa@m17n.org>
10137
10138 * composite.el (compose-region): Cancel previous change.
10139
10140 2012-02-02 Kenichi Handa <handa@m17n.org>
10141
10142 * composite.el (compose-region, compose-string): Signal error for
10143 a null string component (Bug#6988).
10144
10145 2012-02-01 Chong Yidong <cyd@gnu.org>
10146
10147 * view.el (view-buffer-other-window, view-buffer-other-frame):
10148 Handle special modes like view-buffer (Bug#10650).
10149 (view-buffer): Simplify.
10150
10151 * frame.el (set-frame-font): Tweak meaning of third argument.
10152
10153 * dynamic-setting.el (font-setting-change-default-font):
10154 Use set-frame-font (Bug#9982).
10155
10156 2012-02-01 Glenn Morris <rgm@gnu.org>
10157
10158 * progmodes/compile.el (compilation-internal-error-properties):
10159 Respect compilation-first-column in the "*compilation*" buffer.
10160
10161 * emacs-lisp/easy-mmode.el (define-minor-mode):
10162 Relax :variable's test for a named function.
10163
10164 2012-01-31 Alan Mackenzie <acm@muc.de>
10165
10166 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
10167 off by one error.
10168
10169 2012-01-31 Chong Yidong <cyd@gnu.org>
10170
10171 * frame.el (set-frame-font): New arg ALL-FRAMES.
10172
10173 * menu-bar.el (menu-set-font): Use set-frame-font.
10174
10175 * faces.el (face-spec-reset-face): Don't apply unspecified
10176 attribute values to the default face.
10177
10178 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
10179
10180 * progmodes/cwarn.el (cwarn): Remove dead link.
10181 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
10182 Remove * from defcustom docstrings.
10183 (turn-on-cwarn-mode): Make obsolete.
10184 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
10185 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
10186
10187 2012-01-31 Glenn Morris <rgm@gnu.org>
10188
10189 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10190 Fix :variable handling of mode a symbol not equal to modefun.
10191 Allow named functions to be used as the cdr of :variable.
10192
10193 2012-01-30 Glenn Morris <rgm@gnu.org>
10194
10195 * emacs-lisp/authors.el (authors-fixed-entries):
10196 Remove reference to deleted file rnewspost.el.
10197
10198 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
10199
10200 * window.el (window-with-parameter): Remove unused variable `windows'.
10201 (window--side-check): Remove unused variable `code'.
10202 (window--resize-siblings): Remove unused variable `first'.
10203 (adjust-window-trailing-edge): Remove unused variable `failed'.
10204 (window-deletable-p, window--delete): Remove unused variable `buffer'.
10205 Use `let', not `let*'.
10206 (balance-windows-2): Remove unused variable `found'.
10207 (window--state-put-2): Remove unused variable `splits'.
10208 (window-state-put): Remove unused variable `selected'.
10209 (same-window-p): Use `string-match-p'.
10210 (display-buffer-assq-regexp): Remove unused variable `value'.
10211 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10212 Mark argument ALIST as ignored.
10213 (pop-to-buffer): Remove unused variable `old-window'.
10214
10215 2012-01-29 Eli Zaretskii <eliz@gnu.org>
10216
10217 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
10218 and .lzma compressed files.
10219
10220 2012-01-29 Chong Yidong <cyd@gnu.org>
10221
10222 * frame.el (window-system-default-frame-alist): Doc fix.
10223
10224 * dynamic-setting.el (font-setting-change-default-font): Don't
10225 change the default face if SET-FONT argument is non-nil (Bug#9982).
10226
10227 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
10228
10229 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
10230
10231 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
10232
10233 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
10234 breakpoints in files outside current directory (Bug#6098).
10235
10236 2012-01-29 Chong Yidong <cyd@gnu.org>
10237
10238 * progmodes/python.el: Require ansi-color at top-level.
10239
10240 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
10241 Define and use in Emacs Lisp mode (Bug#9360).
10242 (lisp-mode-abbrev-table): Add doc.
10243 (lisp-mode-variables): Don't set local-abbrev-table.
10244 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
10245
10246 2012-01-28 Roland Winkler <winkler@gnu.org>
10247
10248 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
10249
10250 2012-01-28 Roland Winkler <winkler@gnu.org>
10251
10252 * textmodes/bibtex.el (bibtex-entry-alist): New function.
10253 (bibtex-set-dialect): Use it. Either set global values of
10254 dialect-dependent variables or bind these variables buffer-locally
10255 (Bug#10254).
10256 (bibtex-mode): Call bibtex-set-dialect via
10257 hack-local-variables-hook.
10258 (bibtex-dialect): Update docstring.
10259 Add safe-local-variable predicate.
10260 (bibtex-entry-alist, bibtex-field-alist): Initialize via
10261 bibtex-set-dialect.
10262 (bibtex-mode-map): Define menu for each dialect.
10263 (bibtex-entry): Fix docstring.
10264
10265 2012-01-28 Chong Yidong <cyd@gnu.org>
10266
10267 * eshell/esh-arg.el (eshell-quote-argument): New function.
10268
10269 * eshell/esh-ext.el (eshell-invoke-batch-file):
10270 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
10271 first arg to eshell-parse-command (Bug#10523).
10272
10273 2012-01-28 Drew Adams <drew.adams@oracle.com>
10274
10275 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
10276 `default-directory' is non-nil.
10277
10278 2012-01-28 Eli Zaretskii <eliz@gnu.org>
10279
10280 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
10281 line that displays system-configuration-options. (Bug#9924)
10282
10283 2012-01-28 Drew Adams <drew.adams@oracle.com>
10284
10285 * descr-text.el (describe-char): Show information about POS, in
10286 addition to information about the character at POS. Improve and
10287 update the doc string. Change "code point" to "code point in
10288 charset", to avoid confusion with the character's Unicode code
10289 point shown above that. (Bug#10129)
10290
10291 2012-01-28 Eli Zaretskii <eliz@gnu.org>
10292
10293 * descr-text.el (describe-char): Show the raw character, not only
10294 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
10295 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
10296 for the reasons.
10297
10298 2012-01-28 Phil Hagelberg <phil@hagelb.org>
10299
10300 * emacs-lisp/package.el (package-install):
10301 Run package-refresh-contents if there is no archive yet (Bug#9798).
10302
10303 2012-01-28 Chong Yidong <cyd@gnu.org>
10304
10305 * emacs-lisp/package.el (package-maybe-load-descriptor):
10306 New function, split from package-maybe-load-descriptor.
10307 (package-maybe-load-descriptor): Use it.
10308 (package-download-transaction): Fully load required packages
10309 inside the loop, so that `require' calls work (Bug#10593).
10310 (package-install): No need to call package-initialize now.
10311
10312 2012-01-28 Chong Yidong <cyd@gnu.org>
10313
10314 * simple.el (deactivate-mark): Doc fix (Bug#8614).
10315
10316 * tooltip.el (tooltip-mode): Doc fix.
10317 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
10318
10319 * frame.el (set-cursor-color): Doc fix (Bug#352).
10320
10321 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
10322 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
10323
10324 * cus-edit.el (custom-buffer-create-internal): Fix search button
10325 action (Bug#10542).
10326 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
10327
10328 2012-01-27 Eduard Wiebe <usenet@pusto.de>
10329
10330 * dired.el (dired-mark-files-regexp):
10331 Include any subdirectory components. (Bug#10445)
10332
10333 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
10334
10335 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
10336 Handle [host]:port syntax. (Bug#10533)
10337
10338 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
10339
10340 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
10341
10342 2012-01-26 Glenn Morris <rgm@gnu.org>
10343
10344 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
10345 * term.el (term-raw-escape-map): Use Control-X-prefix.
10346 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
10347
10348 2012-01-25 Martin Rudalics <rudalics@gmx.at>
10349
10350 * window.el (window-state-get, window--state-get-1): Don't deal
10351 with fixed-sizeness of windows. Simplify code.
10352
10353 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
10354
10355 * window.el (window--state-get-1, window--state-put-2):
10356 Don't save and restore the mark.
10357
10358 2012-01-25 Chong Yidong <cyd@gnu.org>
10359
10360 * custom.el (custom-variable-p): Doc fix.
10361
10362 2012-01-25 Glenn Morris <rgm@gnu.org>
10363
10364 * dired.el (dired-goto-file): Handle some of the more common
10365 characters that `ls -b' escapes. (Bug#10596)
10366
10367 * progmodes/compile.el (compilation-next-error-function):
10368 Respect compilation-first-column in the "*compilation*" buffer.
10369 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
10370
10371 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
10372
10373 2012-01-24 Glenn Morris <rgm@gnu.org>
10374
10375 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
10376
10377 2012-01-24 Julien Danjou <julien@danjou.info>
10378
10379 * color.el (color-rgb-to-hsl): Fix value computing.
10380 (color-hue-to-rgb): New function.
10381 (color-hsl-to-rgb): New function.
10382 (color-clamp, color-saturate-hsl, color-saturate-name)
10383 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
10384 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
10385
10386 2012-01-24 Glenn Morris <rgm@gnu.org>
10387
10388 * vc/vc-rcs.el (vc-rcs-create-tag):
10389 * vc/vc-sccs.el (vc-sccs-create-tag):
10390 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
10391
10392 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
10393
10394 * eshell/esh-util.el (eshell-read-hosts-file):
10395 Skip comment lines. (Bug#10549)
10396
10397 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
10398
10399 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
10400
10401 * subr.el (display-delayed-warnings): Doc fix.
10402 (collapse-delayed-warnings): New function to collapse identical
10403 adjacent warnings.
10404 (delayed-warnings-hook): Add it.
10405
10406 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
10407
10408 * net/tramp.el (tramp-action-login): Set connection property "login-as".
10409
10410 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
10411 (tramp-default-user-alist): Don't add "pscp".
10412 (tramp-do-copy-or-rename-file-out-of-band): Use connection
10413 property "login-as", if set. (Bug#10530)
10414
10415 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
10416
10417 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
10418 "plink1" and "psftp". (Bug#10530)
10419
10420 2012-01-21 Kenichi Handa <handa@m17n.org>
10421
10422 * international/mule-cmds.el (prefer-coding-system): Show a
10423 warning message if the default value of file-name-coding-system
10424 was not changed.
10425
10426 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10427
10428 * windmove.el (windmove-reference-loc):
10429 Fix windmove-reference-loc miscalculation.
10430
10431 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
10432
10433 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
10434 default unit.
10435
10436 2012-01-21 Glenn Morris <rgm@gnu.org>
10437
10438 * international/mule.el (auto-coding-alist): Add .tbz.
10439
10440 * files.el (local-enable-local-variables): Doc fix.
10441 (inhibit-local-variables-regexps): Rename from
10442 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
10443 Doc fix. Add some extensions from auto-coding-alist.
10444 (inhibit-local-variables-suffixes):
10445 Rename from inhibit-first-line-modes-suffixes. Doc fix.
10446 (inhibit-local-variables-p):
10447 New function, extracted from set-auto-mode-1.
10448 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
10449 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
10450 (hack-local-variables): Doc fix. Make the mode-only case
10451 respect enable-local-variables and friends.
10452 Respect inhibit-local-variables-regexps for file-locals, but
10453 not for directory-locals.
10454 (set-visited-file-name):
10455 Take account of inhibit-local-variables-regexps.
10456 Whether it applies may change as the file name is changed.
10457 * jka-cmpr-hook.el (jka-compr-install):
10458 * jka-compr.el (jka-compr-uninstall):
10459 Update for inhibit-first-line-modes-suffixes name change.
10460
10461 2012-01-20 Martin Rudalics <rudalics@gmx.at>
10462
10463 * help-macro.el (make-help-screen): Temporarily restore original
10464 binding for minor-mode-map-alist (Bug#10454).
10465
10466 2012-01-19 Julien Danjou <julien@danjou.info>
10467
10468 * color.el (color-name-to-rgb): Use the white color to find the max
10469 color component value and return correctly computed values.
10470 (color-name-to-rgb): Add missing float conversion for max value.
10471
10472 2012-01-19 Martin Rudalics <rudalics@gmx.at>
10473
10474 * window.el (window--state-get-1, window-state-get): Do not use
10475 special state value for window-persistent-parameters.
10476 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
10477 (window--state-put-2): Reset all window parameters to nil before
10478 assigning values of persistent parameters.
10479
10480 2012-01-18 Alan Mackenzie <acm@muc.de>
10481
10482 Eliminate sluggishness and hangs in fontification of "semicolon
10483 deserts".
10484
10485 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
10486 Change value 10000 -> 3000.
10487 (c-state-safe-place): Reformulate so it doesn't stack up an
10488 infinite number of wrong entries in c-state-nonlit-pos-cache.
10489 (c-determine-limit-get-base, c-determine-limit): New functions to
10490 determine backward search limits disregarding literals.
10491 (c-find-decl-spots): Amend commenting.
10492 (c-cheap-inside-bracelist-p): New function which detects "={".
10493
10494 * progmodes/cc-fonts.el
10495 (c-make-font-lock-BO-decl-search-function): Give a limit to a
10496 backward search.
10497 (c-font-lock-declarations): Fix an occurrence of point being
10498 undefined. Check additionally for point being in a bracelist or
10499 near a macro invocation without a semicolon so as to avoid a
10500 fruitless time consuming search for a declarator. Give a more
10501 precise search limit for declarators using the new
10502 c-determine-limit.
10503
10504 2012-01-18 Glenn Morris <rgm@gnu.org>
10505
10506 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
10507 (set-auto-mode): Doc fixes.
10508
10509 2012-01-17 Glenn Morris <rgm@gnu.org>
10510
10511 * isearch.el (search-nonincremental-instead): Fix doc typo.
10512
10513 * dired.el (dired-insert-directory): Handle newlines in directory name.
10514 (dired-build-subdir-alist): Unescape newlines in directory name.
10515
10516 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
10517
10518 * net/tramp.el (tramp-local-end-of-line): New defcustom.
10519 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
10520 (tramp-action-terminal): Use it. (Bug#10530)
10521
10522 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * minibuffer.el (completion--replace): Strip properties (bug#10062).
10525
10526 2012-01-16 Martin Rudalics <rudalics@gmx.at>
10527
10528 * window.el (window-state-ignored-parameters): Remove variable.
10529 (window--state-get-1): Rename argument MARKERS to IGNORE.
10530 Handle persistent window parameters. Make copy of clone-of
10531 parameter only if requested. (Bug#10348)
10532 (window--state-put-2): Install a window parameter only if it has
10533 a non-nil value or an existing parameter shall be overwritten.
10534
10535 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
10536
10537 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
10538
10539 2012-01-14 Eli Zaretskii <eliz@gnu.org>
10540
10541 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
10542 don't pass the (nil) value of `upnode' to string-match.
10543
10544 2012-01-14 Chong Yidong <cyd@gnu.org>
10545
10546 * startup.el (command-line): Fix X resource class for cursorColor.
10547 Fix values recognized by the cursorBlink resource.
10548
10549 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
10550
10551 * epg.el (epg--make-temp-file): Avoid permission race condition
10552 when running on old Emacs versions (bug#10403).
10553
10554 2012-01-14 Glenn Morris <rgm@gnu.org>
10555
10556 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
10557
10558 2012-01-13 Alan Mackenzie <acm@muc.de>
10559
10560 Fix filling for when filladapt mode is enabled.
10561
10562 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
10563 c-mask-paragraph, pass in `fill-paragraph' rather than
10564 `fill-region-as-paragraph'. (This is a reversion of a previous
10565 change.)
10566 * progmodes/cc-mode.el (c-basic-common-init):
10567 Make fill-paragraph-handle-comment buffer local and set it to nil.
10568
10569 2012-01-13 Glenn Morris <rgm@gnu.org>
10570
10571 * dired.el (dired-switches-escape-p): New function.
10572 (dired-insert-directory): Use dired-switches-escape-p.
10573 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
10574
10575 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
10576
10577 2012-01-12 Glenn Morris <rgm@gnu.org>
10578
10579 * mail/sendmail.el (mail-mode): Update paragraph-separate for
10580 changes in adaptive-fill-regexp. (Bug#10276)
10581
10582 2012-01-11 Alan Mackenzie <acm@muc.de>
10583
10584 Fix Emacs bug #10463 - put `widen's around the critical spots.
10585
10586 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
10587 widen around each invocation of c-state-pp-to-literal. Remove an
10588 unused let variable.
10589
10590 2012-01-11 Glenn Morris <rgm@gnu.org>
10591
10592 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
10593 Doc fix.
10594
10595 2012-01-10 Chong Yidong <cyd@gnu.org>
10596
10597 * net/network-stream.el (network-stream-open-starttls):
10598 Avoid emitting a confusing error message when the server gives a bad
10599 response to the capability command.
10600
10601 2012-01-10 Glenn Morris <rgm@gnu.org>
10602
10603 * mail/unrmail.el (unrmail): Tweak previous change.
10604
10605 2012-01-09 Chong Yidong <cyd@gnu.org>
10606
10607 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
10608
10609 2012-01-08 Alan Mackenzie <acm@muc.de>
10610
10611 Optimise font locking in long enum definitions.
10612
10613 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
10614 arm to a cond form to handle enums.
10615 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
10616 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
10617
10618 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
10619
10620 * files.el (move-file-to-trash): Preserve default file modes on error.
10621 (Bug#10401)
10622
10623 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10624
10625 * faces.el (set-face-attribute): Clarify the meaning of the nil
10626 frame (bug#10294).
10627
10628 * subr.el (with-selected-frame): Mention that the selected frame
10629 is restored (bug#9980).
10630
10631 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
10632 (bug#9759).
10633
10634 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
10635 (password-read): Don't autoload unused function.
10636
10637 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
10638
10639 * progmodes/which-func.el (which-func-mode): Turn into a
10640 non-interactive function and mark as obsolete (bug#10428).
10641
10642 2012-01-06 Chong Yidong <cyd@gnu.org>
10643
10644 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
10645 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
10646 functions, along with 1 and -1.
10647
10648 2012-01-06 Eli Zaretskii <eliz@gnu.org>
10649
10650 * time.el (display-time-load-average)
10651 (display-time-default-load-average): Doc fixes. See the thread
10652 starting at
10653 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
10654 for the details.
10655
10656 2012-01-06 Glenn Morris <rgm@gnu.org>
10657
10658 * mail/unrmail.el (unrmail): Give an explicit error if the input file
10659 has no messages. (Bug#10377)
10660
10661 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
10662 than Info-edit. (Bug#10385)
10663
10664 * time.el (display-time-load-average, display-time-next-load-average):
10665 Doc fixes.
10666
10667 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
10668 local setting of buffer-read-only to the input buffer. (Bug#10419)
10669
10670 * calendar/calendar.el (calendar-mode):
10671 Locally set scroll-margin to 0. (Bug#10379)
10672
10673 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
10674
10675 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
10676
10677 2012-01-05 Glenn Morris <rgm@gnu.org>
10678
10679 * eshell/em-unix.el (diff-no-select): Autoload it.
10680 (eshell/diff): Use diff-no-select. (Bug#10420)
10681
10682 2012-01-05 Chong Yidong <cyd@gnu.org>
10683
10684 * shell.el (shell-dynamic-complete-functions): Revert last change.
10685 (shell-command-completion-function): New function.
10686 (shell-completion-vars): Use it to implement
10687 shell-completion-execonly (Bug#10417).
10688
10689 * custom.el (enable-theme): Don't set custom-safe-themes.
10690
10691 * cus-theme.el (custom-theme-merge-theme):
10692 Ignore custom-enabled-themes and custom-safe-themes.
10693
10694 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
10695
10696 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
10697 first prompt in `sql-interacive-mode'.
10698 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
10699 keywords.
10700 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
10701 (sql-product-interactive): Bug fix: Set `sql-buffer' in
10702 context of original buffer. Invoke `sql-login-hook'.
10703
10704 2012-01-04 Eli Zaretskii <eliz@gnu.org>
10705
10706 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
10707 letters in cite-prefix.
10708
10709 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10710
10711 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
10712
10713 2012-01-03 Chong Yidong <cyd@gnu.org>
10714
10715 * shell.el (shell-dynamic-complete-functions):
10716 Put pcomplete-completions-at-point, so as to try
10717 comint-filename-completion first (Bug#10417).
10718
10719 2012-01-02 Richard Stallman <rms@gnu.org>
10720
10721 * battery.el (battery-status-function):
10722 Detect when to use battery-yeeloong-sysfs.
10723 (battery-echo-area-format): Add string for Yeeloong.
10724 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
10725 (battery-yeeloong-sysfs): New function.
10726
10727 2012-01-02 Chong Yidong <cyd@gnu.org>
10728
10729 * dirtrack.el (dirtrack-list): Eliminate unused third element.
10730 (dirtrack): Merge code for handling relative filenames in prompt
10731 from shell-dir-cookie-watcher.
10732 (dirtrack-debug-message): New arg to avoid excess format calls.
10733
10734 * shell.el (shell-dir-cookie-re): Variable deleted.
10735 (shell-dir-cookie-watcher): Function deleted.
10736 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
10737 with dirtrack-mode.
10738
10739 2012-01-01 Eli Zaretskii <eliz@gnu.org>
10740
10741 * term/w32-win.el (dynamic-library-alist) <gnutls>:
10742 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
10743 libgnutls-26.dll.
10744
10745 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
10746
10747 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
10748
10749 2011-12-31 Eli Zaretskii <eliz@gnu.org>
10750
10751 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
10752 headers of non-MIME messages, when rmail-enable-mime is non-nil.
10753
10754 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
10755
10756 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
10757 also for alternative shells.
10758 (tramp-open-connection-setup-interactive-shell): Check, whether
10759 the shell is a busybox.
10760 (tramp-send-command): Don't suppress multiple prompts for
10761 busyboxes, it hurts.
10762
10763 2011-12-28 Chong Yidong <cyd@gnu.org>
10764
10765 * progmodes/gdb-mi.el (gdb-get-source-file-list)
10766 (gdb-get-source-file): Move mode line update to
10767 gdb-get-source-file (Bug#10087).
10768
10769 2011-12-25 Chong Yidong <cyd@gnu.org>
10770
10771 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
10772 gud-gdb-marker-filter without taking it as an argument.
10773 (gud-gdb-run-command-fetch-lines): Caller changed.
10774 (gud-gdb-completion-function): New variable.
10775 (gud-gdb-completion-at-point): Use it.
10776 (gud-gdb-completions-1): Split from gud-gdb-completions.
10777
10778 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
10779 function as separate arguments.
10780 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
10781 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
10782 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
10783 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
10784 (gdb-stopped, def-gdb-auto-update-trigger)
10785 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
10786 (gdb-get-changed-registers, gdb-get-main-selected-frame):
10787 Callers changed.
10788 (gud-gdbmi-completions): New function.
10789 (gdb): Use it for generating the completion table.
10790
10791 2011-12-24 Alan Mackenzie <acm@muc.de>
10792
10793 Introduce a mechanism to widen the region used in context font
10794 locking. Use this to protect declarations from losing their contexts.
10795
10796 * progmodes/cc-langs.el (c-before-font-lock-functions):
10797 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
10798 (c-before-context-fontification-functions): New defvar, a list of
10799 functions to be run just before context (etc.) font locking.
10800
10801 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
10802 New, functionality extracted from
10803 c-neutralize-syntax-in-and-mark-CPP.
10804 (c-in-after-change-fontification): New variable.
10805 (c-after-change): Set c-in-after-change-fontification.
10806 (c-set-fl-decl-start): Rejig its interface, so it can be called
10807 from both after-change and context fontifying.
10808 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
10809 New functions.
10810 (c-standard-font-lock-fontify-region-function): New variable.
10811 (c-font-lock-fontify-region): New function.
10812
10813 2011-12-24 Juri Linkov <juri@jurta.org>
10814
10815 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
10816 (Bug#10348)
10817
10818 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
10819
10820 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
10821 existence of source file. (Bug#10325)
10822
10823 2011-12-23 Alan Mackenzie <acm@muc.de>
10824
10825 Fix unstable fontification inside templates.
10826
10827 * progmodes/cc-langs.el (c-before-font-lock-functions):
10828 Newly created from the singular version. The (c c++ objc) entry now
10829 additionally has c-set-fl-decl-start. The other languages (apart
10830 from AWK) have that as a single entry.
10831
10832 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10833 The functionality for "local" declarations has been extracted to
10834 c-set-fl-decl-start.
10835
10836 * progmodes/cc-mode.el (c-common-init, c-after-change):
10837 Changes due to pluralisation of c-before-font-lock-functions.
10838 (c-set-fl-decl-start): New function, extracted from
10839 c-font-lock-enclosing-decls and enhanced.
10840
10841 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
10842
10843 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
10844
10845 2011-12-22 Juri Linkov <juri@jurta.org>
10846
10847 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
10848
10849 2011-12-22 Chong Yidong <cyd@gnu.org>
10850
10851 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
10852
10853 2011-12-21 Drew Adams <drew.adams@oracle.com>
10854
10855 * files.el (file-remote-p): Fix docstring. (Bug#10319)
10856
10857 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10858
10859 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
10860
10861 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
10862
10863 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
10864 highlighting and support. Fix up comments for capitalization.
10865 (cfengine-mode-debug): New var.
10866 (cfengine3-mode): Change the modeline indicator to "CFE3".
10867 (cfengine3-font-lock-keywords): Improve defun highlighting.
10868 (cfengine2-actions): Rename from `cfengine-actions'.
10869 (cfengine2-font-lock-keywords): Rename from
10870 `cfengine-font-lock-keywords'.
10871 (cfengine2-imenu-expression): Rename from
10872 `cfengine-imenu-expression'.
10873 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
10874 (cfengine2-beginning-of-defun): Rename from
10875 `cfengine-beginning-of-defun'.
10876 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
10877 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
10878 (cfengine2-mode): Rename from `cfengine-mode'. Change the
10879 modeline indicator to "CFE2".
10880 (cfengine-mode): Defalias to `cfengine-auto-mode'.
10881 (cfengine-mode-abbrevs): Mark obsolete.
10882
10883 2011-12-21 Chong Yidong <cyd@gnu.org>
10884
10885 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
10886 filename argument.
10887
10888 2011-12-20 Martin Rudalics <rudalics@gmx.at>
10889
10890 * window.el (window-normalize-buffer-to-display): Remove.
10891 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
10892
10893 2011-12-19 Chong Yidong <cyd@gnu.org>
10894
10895 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
10896 Don't signal an error in a predicate function; return non-nil.
10897 (vc-dir-mark-file): Move the error here.
10898 (vc-dir-mark-unmark): If acting on the region, keep going if one
10899 of the entries cannot be marked/unmarked.
10900 (vc-dir-mark-all-files): If current entry is a directory, mark
10901 only child files, as documented.
10902
10903 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
10904
10905 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
10906 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
10907 addition.
10908
10909 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
10910
10911 * term/ns-win.el (ns-get-selection-internal)
10912 (ns-store-selection-internal): Declare.
10913 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
10914 Declare as obsolete.
10915 (ns-get-pasteboard, ns-paste-secondary):
10916 Use ns-get-selection-internal.
10917 (ns-set-pasteboard, ns-copy-including-secondary):
10918 Use ns-store-selection-internal.
10919
10920 2011-12-17 Chong Yidong <cyd@gnu.org>
10921
10922 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
10923 (vc-deduce-fileset): Doc fix.
10924
10925 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
10926
10927 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
10928
10929 2011-12-13 Sam Steingold <sds@gnu.org>
10930
10931 * man.el (Man-getpage-in-background): When running under a
10932 window-system, ignore $MANWIDTH and $COLUMNS.
10933
10934 2011-12-15 Kenichi Handa <handa@m17n.org>
10935
10936 * language/ethio-util.el: Change coding tag to utf-8-emacs.
10937 (setup-ethiopic-environment-internal): Comment out key-binding for
10938 ethio-toggle-punctuation.
10939
10940 2011-12-13 Alan Mackenzie <acm@muc.de>
10941
10942 Add the switch statement to AWK Mode.
10943
10944 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
10945 "default" to the keywords regexp.
10946
10947 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
10948 expression as the rest.
10949 (c-nonlabel-token-key): Allow string literals for AWK.
10950 Refactor for the other modes.
10951
10952 Large brace-block initialisation makes CC Mode slow: Fix.
10953 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
10954 routines. Limit backward searching in c-font-lock-enclosing.decl.
10955
10956 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
10957 pp-state and literal type in addition to the limits.
10958 (c-state-safe-place): New defun, extracted from c-state-literal-at.
10959 (c-state-literal-at): Use the above new defun.
10960 (c-slow-in-literal, c-fast-in-literal): Remove.
10961 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
10962
10963 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
10964 being in a literal. Add a limit for backward searching.
10965
10966 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
10967 c-slow-in-literal.
10968
10969 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10970
10971 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
10972
10973 2011-12-13 Martin Rudalics <rudalics@gmx.at>
10974
10975 * window.el (delete-other-windows): Use correct frame in call to
10976 window-with-parameter.
10977
10978 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
10979
10980 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
10981 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
10982 (makefile-gmake-statements, makefile-makepp-statements):
10983 Use it and add new makepp keywords.
10984 (makefile-makepp-font-lock-keywords): Add new patterns.
10985 (makefile-match-function-end): Match new [...] and [[...]].
10986
10987 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
10988
10989 * ses.el (ses-call-printer-return, ses-cell-property-get)
10990 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
10991 (ses-create-cell-variable, ses-reset-header-string)
10992 (ses-cell-set-formula, ses-repair-cell-reference-all)
10993 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
10994 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
10995 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
10996 (ses-aset-with-undo, ses-load, ses-truncate-cell)
10997 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
10998 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
10999 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11000 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11001 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11002 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11003 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11004 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11005
11006 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
11007
11008 * ses.el: The overall change is to add cell renaming, that is
11009 setting fancy names for cell symbols other than name matching
11010 "\\`[A-Z]+[0-9]+\\'" regexp .
11011 (ses-create-cell-variable): New defun.
11012 (ses-relocate-formula): Relocate formulas only for cells the
11013 symbols of which are not renamed, i.e. symbols whose names do not
11014 match regexp "\\`[A-Z]+[0-9]+\\'".
11015 (ses-relocate-all): Relocate values only for cells the symbols of
11016 which are not renamed.
11017 (ses-load): Create cells variables as the (ses-cell ...) are read,
11018 in order to check row col consistency with cell symbol name only
11019 for cells that are not renamed.
11020 (ses-replace-name-in-formula): New defun.
11021 (ses-rename-cell): New defun.
11022
11023 2011-12-11 Chong Yidong <cyd@gnu.org>
11024
11025 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11026 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11027
11028 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11029
11030 * window.el (other-window): Fix docstring.
11031
11032 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11033
11034 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
11035 `from' or `to' address before taking its substring.
11036 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
11037 encoded name is chopped in the middle of the encoded string, and
11038 thus displayed encoded.
11039
11040 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
11041
11042 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11043
11044 2011-12-10 Eli Zaretskii <eliz@gnu.org>
11045
11046 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
11047 to use texinfo-update-node and commands that call it if the
11048 Texinfo file uses @node lines without next/prev/up pointers.
11049 Correct outdated description about texinfo-master-menu.
11050 (texinfo-all-menus-update, texinfo-master-menu)
11051 (texinfo-update-node, texinfo-every-node-update)
11052 (texinfo-multiple-files-update): Doc fix. Warn against updating
11053 all the @node lines.
11054 (texinfo-master-menu): Only call texinfo-update-node if the prefix
11055 argument is numeric. Explain better in the doc string what the
11056 function really does.
11057 (texinfo-insert-master-menu-list): Improve the error message
11058 displayed if there's no menu in the Top node.
11059 (Bug#2975) See also this thread:
11060 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11061
11062 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
11063
11064 * speedbar.el (speedbar-supported-extension-expressions):
11065 Add .adb and .ads, commonly used for Ada source code (bug#10256).
11066
11067 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
11068
11069 * printing.el (pr-mode-alist):
11070 * simple.el (filter-buffer-substring-functions)
11071 (completion-list-insert-choice-function):
11072 * window.el (window-with-parameter, window-atom-root)
11073 (window-sides-slots, window-size-fixed, window-min-delta)
11074 (window-max-delta, window--resize-mini-window)
11075 (window--resize-child-windows-normal, window-tree)
11076 (delete-other-windows, quit-window, split-window)
11077 (display-buffer-record-window, special-display-buffer-names)
11078 (special-display-regexps, special-display-popup-frame)
11079 (same-window-p, split-window-sensibly)
11080 (display-buffer-overriding-action, display-buffer-alist)
11081 (display-buffer-base-action, display-buffer, switch-to-buffer)
11082 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
11083 (fit-window-to-buffer, recenter-positions)
11084 (mouse-autoselect-window-state, mouse-autoselect-window-select):
11085 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
11086 and remove unneeded backslashes in docstrings.
11087
11088 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11089
11090 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11091
11092 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
11093 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
11094 end in ".mk".
11095 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
11096 when reading the makefile (bug#10116).
11097
11098 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11099
11100 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
11101 (bug#10116).
11102
11103 2011-12-06 Glenn Morris <rgm@gnu.org>
11104
11105 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
11106
11107 2011-12-06 Chong Yidong <cyd@gnu.org>
11108
11109 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
11110
11111 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
11112
11113 * textmodes/table.el (table-shorten-cell): Fix typo.
11114
11115 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
11116
11117 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
11118
11119 2011-12-05 Eli Zaretskii <eliz@gnu.org>
11120
11121 * descr-text.el (describe-char): Fix display of strong
11122 right-to-left characters and directional embeddings and overrides.
11123
11124 * simple.el (what-cursor-position): Fix display of codepoints of
11125 strong right-to-left characters.
11126
11127 2011-12-05 Chong Yidong <cyd@gnu.org>
11128
11129 * faces.el (read-color): Doc fix.
11130
11131 2011-12-05 Glenn Morris <rgm@gnu.org>
11132
11133 * align.el (align--set-marker): Add doc-string.
11134 Don't try to move something that is not a marker. (Bug#10216)
11135
11136 2011-12-04 Glenn Morris <rgm@gnu.org>
11137
11138 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
11139 overly zealous deletion of trailing whitespace.
11140
11141 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
11142
11143 * server.el (server-delete-client): On Windows, do not try to delete
11144 the only terminal.
11145 (server-process-filter): On Windows, treat requests for a tty frame as
11146 if they were for a GUI frame if the running server is in GUI mode.
11147
11148 2011-12-03 Glenn Morris <rgm@gnu.org>
11149
11150 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
11151
11152 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11153
11154 * electric.el: Streamline electric-indent's hook.
11155 (electric-indent-chars): Revert to simple list.
11156 (electric-indent-functions): New var.
11157 (electric-indent-post-self-insert-function): Use it.
11158
11159 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
11160 there's no inferior buffer (bug#10196).
11161 (prolog-consult-compile): Don't use toggle-read-only.
11162
11163 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
11164
11165 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
11166 interrupt. (Bug#10187)
11167
11168 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
11171 (bug#9160).
11172
11173 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
11174 (bug#10191).
11175
11176 2011-12-02 Juri Linkov <juri@jurta.org>
11177
11178 * info.el (Info-search): Display "end of manual" when Isearch
11179 reaches the end of single-file Info manual. (Bug#9918)
11180
11181 2011-12-02 Eli Zaretskii <eliz@gnu.org>
11182
11183 * isearch.el (isearch-message-prefix): Run the input method part
11184 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
11185
11186 2011-12-02 Juri Linkov <juri@jurta.org>
11187
11188 * isearch.el (isearch-occur): Use `word-search-regexp' for
11189 `isearch-word'.
11190 (isearch-search-and-update): Add condition for `isearch-word' and
11191 call `word-search-regexp'. (Bug#10145)
11192
11193 2011-12-01 Glenn Morris <rgm@gnu.org>
11194
11195 * eshell/em-hist.el (eshell-hist-initialize):
11196 Handle eshell-history-size nil and HISTSIZE set or unset.
11197 (eshell-history-file-name, eshell-history-size): Fix custom type.
11198
11199 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11200
11201 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
11202
11203 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
11204
11205 * progmodes/verilog-mode.el (verilog-pretty-expr):
11206 Rework verilog-pretty-expr to handle new assignment operators in system
11207 verilog, such as += *= and the like.
11208 (verilog-assignment-operator-re): Regular expression to find the
11209 assigment operator in a verilog assignment.
11210 (verilog-assignment-operation-re): Regular expression to find an
11211 assignment statement for pretty-expr.
11212 (verilog-in-attribute-p): Query returns true if point is in an
11213 attribute context; used to skip these for expression line up from
11214 pretty-expr.
11215 (verilog-in-parameter-p): Query returns true if point is in an
11216 parameter definition context; used to skip these for expression
11217 line up from pretty-expr.
11218 (verilog-in-parenthesis-p): Query returns true if point is in a
11219 parenthetical expression, specifically ( ) but not [ ] or { };
11220 used by pretty-expr.
11221 (verilog-just-one-space): If there is no space, don't add one.
11222 (verilog-get-lineup-indent-2): Specifically skip just attribute
11223 contexts for expression lineup, rather than skipping all
11224 parenthetical expressions.
11225 (verilog-calculate-indent): Fix comment, and fix indent.
11226 (verilog-do-indent): Indent declarations in lists (suggested by
11227 Joachim Lechner).
11228 (verilog-mode-abbrev-table): Populate abbrev mode with the various
11229 skeleton items.
11230 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
11231 by Alain Mellan).
11232
11233 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
11234
11235 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
11236 parameters with embedded comments. Reported by Ray Stevens.
11237 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
11238 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
11239 Reported by Tim Holt.
11240 (verilog-auto): Fix AUTOing a upper module then AUTOing module
11241 instantiated by upper module causing wrong expansion until AUTOed a
11242 second time. Reported by K C Buckenmaier.
11243 (verilog-diff-auto): Fix showing .* as a difference when
11244 `verilog-auto-star-save' off. Reported by Dan Dever.
11245 (verilog-auto-reset, verilog-read-always-signals)
11246 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
11247 temporary signals in reset list if
11248 verilog-auto-reset-blocking-in-non is nil, and match assignment
11249 style to each signal's assignment type, bug381.
11250 Reported by Thomas Esposito.
11251 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
11252 (verilog-uvm-statement-re): Support UVM indentation and
11253 highlighting, with old OVM keywords only.
11254 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
11255 Support AUTOTIEOFF creating non-wire data types.
11256 Suggested by Jonathan Greenlaw.
11257 (verilog-auto-insert-lisp, verilog-delete-to-paren)
11258 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
11259 (verilog-inject-sense, verilog-read-inst-pins)
11260 (verilog-read-sub-decls, verilog-read-sub-decls-line):
11261 Fix mismatching parenthesis inside commented out code when deleting
11262 AUTOINST, bug383. Reported by Jonathan Greenlaw.
11263 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
11264 non-numeric vector width. Reported by Alex Reed.
11265 (verilog-auto-ascii-enum): Add "onehot" option to work around not
11266 detecting signals with parameter widths. Reported by Alex Reed.
11267 (verilog-auto-delete-trailing-whitespace):
11268 With `verilog-auto-delete-trailing-whitespace' remove trailing
11269 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
11270 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
11271 Fix verilog-scan-cache corruption when running user AUTO expansion
11272 hooks that call indentation routines.
11273 (verilog-simplify-range-expression): Fix typo ignoring lower case
11274 identifiers.
11275 (verilog-delete-auto): Fix delete-autos to also remove user created
11276 automatics, as long as they start with AUTO.
11277 (verilog-batch-diff-auto, verilog-diff-auto)
11278 (verilog-diff-function): Add `verilog-diff-auto' and bind to
11279 "C-c?" to report differences in AUTO expansion, ignoring spaces.
11280 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
11281 (verilog-in-paren-quick, verilog-re-search-backward-quick)
11282 (verilog-re-search-forward-quick, verilog-syntax-ppss):
11283 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
11284 is disabled and its cache will get corrupt, causing AUTOS not to
11285 expand. Instead use only -quick functions.
11286 (verilog-scan-region): Fix scanning over escaped quotes.
11287 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
11288 (verilog-re-search-backward-quick)
11289 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
11290 related functions now ignore strings, to fix misparsing of strings
11291 with magic comments embedded in them.
11292 (verilog-read-auto-template):
11293 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
11294 Reported by Brad Dobbie.
11295 (verilog-read-auto-template):
11296 Fix 'verilog-auto-inst-template-numbers' with comments.
11297 Reported by Brad Dobbie.
11298 (verilog-auto-inst, verilog-auto-inst-param)
11299 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
11300 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
11301 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
11302 debugging templates without merge conflicts, bug357.
11303 Reported by Brad Dobbie.
11304 (verilog-read-auto-template):
11305 Fix verilog-auto-inst-template-numbers with multiple templates.
11306 Reported by Brad Dobbie.
11307 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
11308 abbrevs so user won't be asked to save.
11309 (verilog-read-auto-lisp-present): Fix to start at beginning of
11310 buffer in case called outside of verilog-auto.
11311 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
11312 to "X-2". Reported by Matthew Myers.
11313 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
11314 all inputs from module templates. Reported by Leith Johnson.
11315 (verilog-module-inside-filename-p): Fix locating programs as with
11316 modules.
11317 (verilog-auto-inst-port): Fix vl-width expressions when using
11318 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
11319 (verilog-decls-get-regs, verilog-decls-get-signals,
11320 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
11321 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
11322 verilog-read-decls): Combine reg and wire structures into one var
11323 structure to represent SystemVerilog concepts.
11324 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
11325 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
11326 (verilog-auto-wire-type, verilog-insert-definition):
11327 Add verilog-auto-wire-type and AUTOLOGIC to support using
11328 SystemVerilog "logic" keyword instead of "wire"/"reg".
11329 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
11330 to declares outputs that also have assignments (presumably in an
11331 ifdef or generate if so there's not a driver conflict).
11332 Reported by Matthew Myers.
11333 (verilog-auto-declare-nettype, verilog-insert-definition):
11334 Add verilog-auto-declare-nettype to fix declarations using
11335 `default_nettype none. Reported by Julian Gorfajn.
11336 (verilog-read-always-signals-recurse, verilog-read-decls)
11337 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
11338 malformed end statement, bug325. Reported by Joshua Wise and
11339 Andrew Drake.
11340 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
11341 (verilog-inst-comment-re): Fix not deleting Interfaced comment
11342 when expanding .* in interfaces, bug320.
11343 Reported by Pierre-David Pfister.
11344 (verilog-read-module-name): Fix import statements between module
11345 name and open parenthesis, bug317.
11346 Reported by Pierre-David Pfister.
11347 (verilog-simplify-range-expression): Fix simplification of
11348 multiplications inside AUTOWIRE connections, bug303.
11349 (verilog-auto-inst-port): Support parameter expansion in
11350 multidimensional arrays.
11351 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
11352 after "assert property". Reported by Julian Gorfajn.
11353 (verilog-simplify-range-expression): Fix "couldn't merge" errors
11354 with multiplication, bug303.
11355 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
11356 Reported by Jan Frode Lonnum.
11357
11358 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
11359
11360 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
11361 (hfy-shell-file-name, hfy-shell):
11362 * international/fontset.el (x-decompose-font-name): Fix typos.
11363
11364 2011-11-29 Ken Brown <kbrown@cornell.edu>
11365
11366 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
11367 (gdb-version): Remove defvar.
11368 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
11369 (gdb-gud-context-command, gdb-non-stop-handler)
11370 (gdb-current-context-command, gdb-stopped): Use it.
11371 (gdb-init-1): Enable pretty printing here.
11372 (gdb-non-stop-handler): Don't enable pretty-printing here.
11373 Check to see if the target supports non-stop mode; if not, turn off
11374 non-stop mode. Use the following.
11375 (gdb-check-target-async): New defun.
11376 (gud-watch, gdb-stopped): Fix whitespace.
11377 (gdb-get-source-file): Don't try to display the source file if
11378 `gdb-main-file' is nil.
11379
11380 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11381
11382 * align.el: Try to generate fewer markers (bug#10047).
11383 (align--set-marker): New macro.
11384 (align-region): Use it.
11385
11386 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11387
11388 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
11389
11390 2011-11-29 Chong Yidong <cyd@gnu.org>
11391
11392 * indent.el (indent-for-tab-command, indent-according-to-mode):
11393 Doc fix.
11394 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
11395
11396 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
11397
11398 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
11399 aware of remote file names. (Bug#10124)
11400
11401 2011-11-29 Chong Yidong <cyd@gnu.org>
11402
11403 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
11404
11405 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11406
11407 * files.el (find-file): Don't use force-same-window (bug#10144).
11408 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
11409 use pop-to-buffer if the selected window can't be used.
11410 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
11411
11412 2011-11-28 Eli Zaretskii <eliz@gnu.org>
11413
11414 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
11415 special-mode-map.
11416
11417 2011-11-28 Chong Yidong <cyd@gnu.org>
11418
11419 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
11420
11421 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
11422
11423 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
11424 gdb-get-source-file-list on gdb-create-source-file-list.
11425
11426 2011-11-26 Eli Zaretskii <eliz@gnu.org>
11427
11428 * whitespace.el (whitespace-newline): Use a different foreground
11429 color for 16-color light-background displays.
11430
11431 2011-11-24 Chong Yidong <cyd@gnu.org>
11432
11433 * window.el (display-buffer--special-action): Doc fix.
11434
11435 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
11436
11437 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
11438 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
11439 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
11440 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
11441 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
11442 (avl-tree-stack-first):
11443 * emacs-lisp/cconv.el (cconv--analyse-use):
11444 * net/gnutls.el (gnutls-negotiate): Fix typos.
11445
11446 2011-11-24 Glenn Morris <rgm@gnu.org>
11447
11448 * lpr.el (lpr-windows-system, lpr-lp-system):
11449 * mail/binhex.el (binhex-begin-line):
11450 * progmodes/grep.el (grep-history, grep-find-history):
11451 * textmodes/flyspell.el:
11452 * vc/pcvs-defs.el (cvs-global-menu):
11453 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
11454 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
11455 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
11456
11457 * net/tls.el: Fix case of "GnuTLS".
11458
11459 * paths.el (rmail-file-name): Format doc-string for make-docfile.
11460
11461 * version.el (emacs-build-system): Give it a doc-string.
11462
11463 2011-11-24 Juri Linkov <juri@jurta.org>
11464
11465 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
11466
11467 2011-11-24 Glenn Morris <rgm@gnu.org>
11468
11469 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
11470 if called on a non-mime message just toggle the headers. (Bug#8006)
11471
11472 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
11473
11474 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
11475 (allout-lead-with-comment-string, allout-structure-deleted-hook)
11476 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
11477 (allout-rebullet-heading, allout-open-sibtopic)
11478 (allout-toggle-current-subtree-encryption)
11479 (allout-toggle-subtree-encryption, allout-encrypt-string)
11480 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
11481 (allout-distinctive-bullets-string, allout-auto-activation):
11482 * window.el (window-normalize-buffer-to-display):
11483 * progmodes/verilog-mode.el (verilog-batch-indent):
11484 * textmodes/bibtex.el (bibtex-field-braces-opt)
11485 (bibtex-field-strings-opt):
11486 * vc/cvs-status.el (cvs-tree-merge):
11487 Fix typos.
11488
11489 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
11490
11491 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
11492 `non-essential' to t, in order to avoid remote connections.
11493
11494 2011-11-23 Eli Zaretskii <eliz@gnu.org>
11495
11496 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11497 On MS-DOS and MS-Windows, compare with loaddefs.el
11498 case-insensitively.
11499
11500 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11501
11502 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
11503
11504 2011-11-23 Glenn Morris <rgm@gnu.org>
11505
11506 * paths.el (rmail-file-name): Reformat the doc-string so that it
11507 is picked up.
11508
11509 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
11510 (rmail-auto-file): Ignore case in the "special" field names,
11511 as mail-fetch-field does for all others.
11512
11513 * mail/rmail.el (rmail-forward):
11514 * mail/rmailkwd.el (rmail-set-label):
11515 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
11516 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
11517
11518 * mail/rmail.el (rmail-current-message): Doc fix.
11519
11520 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
11521
11522 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * server.el (server-eval-and-print): Allow C-g (bug#6585).
11525
11526 2011-11-22 Glenn Morris <rgm@gnu.org>
11527
11528 * mail/rmailmm.el (test-rmail-mime-handler)
11529 (test-rmail-mime-bulk-handler)
11530 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
11531
11532 2011-11-21 Juri Linkov <juri@jurta.org>
11533
11534 * calc/calc.el (calc-read-key-sequence):
11535 Let-bind `input-method-function' to nil. (Bug#10018)
11536
11537 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11538
11539 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
11540 Tell the caller that the next line needs recomputation, even
11541 though it doesn't start a sexp (bug#10094).
11542
11543 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11544
11545 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
11546
11547 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11548
11549 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11550 Use force-same-window.
11551
11552 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
11553
11554 * descr-text.el (describe-char-unicode-data):
11555 * json.el (json-string-escape):
11556 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
11557 (Footnote-unicode, Footnote-style-p):
11558 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
11559
11560 2011-11-20 Chong Yidong <cyd@gnu.org>
11561
11562 * window.el (replace-buffer-in-windows): Restore interactive spec.
11563
11564 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11565
11566 * electric.el (electric-indent-mode): Fix last change (too optimistic).
11567
11568 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
11569 (byte-compile-global-not-obsolete-vars): New var.
11570 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
11571 Use it.
11572 (byte-compile-warn-obsolete): Align text with the one in *Help*.
11573
11574 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
11575
11576 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
11577 * progmodes/pascal.el (electric-pascal-equal):
11578 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
11579 * xml.el (xml-substitute-special): Fix typos.
11580
11581 2011-11-20 Glenn Morris <rgm@gnu.org>
11582
11583 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
11584 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
11585 Doc fixes.
11586 (rmail-decode-mime-charset): Mark as obsolete.
11587
11588 * mail/rmailsum.el (rmail-message-regexp-p-1):
11589 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
11590 Before using mime functions, check they are set. (Bug#10077)
11591
11592 2011-11-19 Juri Linkov <juri@jurta.org>
11593
11594 * info.el (Info-finder-find-node): Use `package--builtins' instead
11595 of `package-alist'. Use node names formed by the pattern "Keyword "
11596 and the keyword name.
11597
11598 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11599
11600 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
11601
11602 2011-11-19 Juri Linkov <juri@jurta.org>
11603
11604 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
11605 that calls `revert-buffer' on all Info buffers. (Bug#9915)
11606 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
11607 `old-history', `old-history-forward'. Add let-binding
11608 `window-selected'. Remove calls to `kill-buffer',
11609 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
11610 before calling `Info-find-node', so `Info-find-node-2' will reread
11611 the Info file. Restore window positions only when `window-selected'
11612 is non-nil.
11613
11614 2011-11-19 Juri Linkov <juri@jurta.org>
11615
11616 * isearch.el (isearch-lazy-highlight-new-loop):
11617 Remove condition `(not isearch-error)'. (Bug#9918)
11618
11619 * misearch.el (multi-isearch-search-fun): Add condition
11620 `(not bound)' to ignore lazy-highlighting search.
11621 Add the search-failed message "end of multi" when the end of
11622 multi-sequence is reached. Uncapitalize the search-failed
11623 message "Repeat for next buffer".
11624
11625 * info.el (Info-search): Add the search-failed message
11626 "end of the manual" when the end of the manual is reached
11627 in Isearch mode.
11628
11629 2011-11-19 Juri Linkov <juri@jurta.org>
11630
11631 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
11632 Use non-destructive `remove' instead of `delete' because
11633 `Info-history-list' stored to `Info-isearch-initial-history-list' in
11634 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
11635
11636 2011-11-19 Juri Linkov <juri@jurta.org>
11637
11638 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
11639 to nil instead of binding `search-ring' and `regexp-search-ring'.
11640 (Bug#9185)
11641
11642 2011-11-19 Eli Zaretskii <eliz@gnu.org>
11643
11644 * simple.el (line-move): Force movement by logical lines for any
11645 hscrolled window, not only when auto-hscroll-mode is on.
11646 (line-move-visual): Update doc string to that effect. (Bug#10076)
11647
11648 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11649
11650 * language/european.el (macintosh): Define as alias for mac-roman.
11651
11652 2011-11-19 Eli Zaretskii <eliz@gnu.org>
11653
11654 * mail/rmailmm.el (rmail-mime-display-header)
11655 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
11656 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
11657 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
11658 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
11659 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
11660 of a raw aref.
11661 (rmail-mime-entity-segment): To get past the tagline, move forward
11662 2 more lines, to account for the 2 empty lines that precede and
11663 follow the line with the buttons.
11664 (rmail-mime-update-tagline): Move one more line, to get past the
11665 empty line that follows the buttons in the tagline. (Bug#9520)
11666
11667 2011-11-19 Martin Rudalics <rudalics@gmx.at>
11668
11669 * window.el (window-max-delta-1, window-min-delta-1)
11670 (window-min-size-1, window-state-get-1, window-state-put-1)
11671 (window-state-put-2): Use "window--" prefix.
11672
11673 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
11674
11675 * emacs-lisp/smie.el: Improve warnings and conflict detection.
11676 (smie-warning-count): New var.
11677 (smie-set-prec2tab): Use it.
11678 (smie-bnf->prec2): Improve warnings. Add docstring.
11679 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
11680 (smie-bnf--set-class): New function.
11681 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
11682 corner case.
11683
11684 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
11685 (compilation-error-properties, compilation-move-to-column):
11686 Handle compilation-first-column while in the target buffer.
11687
11688 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
11689 Don't hardcode point-min==1.
11690
11691 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
11692 (eshell-rewrite-for-command): Remove workaround.
11693 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
11694 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
11695 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
11696
11697 * files-x.el (modify-file-local-variable): Obey commenting conventions.
11698
11699 2011-11-17 Glenn Morris <rgm@gnu.org>
11700
11701 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11702 Ignore buffer-local generated-autoload-file if it is the same
11703 as the global value. (Bug#10049)
11704
11705 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
11706
11707 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
11708 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
11709 (reftex-toc-previous-heading, reftex-toc-max-level)
11710 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
11711 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
11712 (reftex-toc-do-promote, reftex-toc-promote-prepare)
11713 (reftex-toc-promote-action, reftex-toc-extract-section-number)
11714 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
11715 (reftex-toc-rename-label, reftex-toc-visit-location)
11716 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
11717 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
11718 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
11719 leaving "*toc*" only for references to the buffer.
11720
11721 2011-11-17 Martin Rudalics <rudalics@gmx.at>
11722
11723 * window.el (window-resize, delete-window, split-window):
11724 Replace window-splits by window-combination-resize.
11725 * cus-start.el (window-splits): Replace by window-combination-resize.
11726
11727 2011-11-17 Glenn Morris <rgm@gnu.org>
11728
11729 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11730 Make bash entry derive from sh entry, not shell entry.
11731
11732 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
11733
11734 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
11735 local file name.
11736
11737 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
11738
11739 * menu-bar.el (menu-bar-file-menu):
11740 * printing.el (pr-ps-utility):
11741 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
11742 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
11743 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
11744 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
11745 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
11746 (icalendar--convert-cyclic-to-ical)
11747 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
11748 (icalendar--convert-ical-to-diary)
11749 (icalendar--convert-recurring-to-diary)
11750 (icalendar--convert-non-recurring-all-day-to-diary)
11751 (icalendar-import-format-sample):
11752 * progmodes/idlw-shell.el (idlwave-shell-mode):
11753 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
11754 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
11755 (vhdl-ps-print-init): Fix typos.
11756
11757 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
11758
11759 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
11760 FSF and collapse date sequence, obscure author/maintainer email address
11761 better, remove extra version line, track relocation of author's webpage.
11762
11763 * progmodes/python.el (python-pdbtrack-input-prompt)
11764 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
11765 regular python pdb prompts. Adjustments shamelessly taken exactly as
11766 suggested in EmacsWiki page (tiny change):
11767 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
11768
11769 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
11770
11771 * expand.el (expand-pos, expand-index, expand-point):
11772 Remove redundant info from docstring.
11773 (expand-add-abbrevs): Doc fix.
11774 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
11775 (expand-sample-perl-mode-expand-list): Fix typos.
11776
11777 * net/dbus.el (dbus-event-member-name):
11778 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
11779 * term/pc-win.el (msdos-create-frame-with-faces):
11780 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
11781
11782 2011-11-16 Martin Rudalics <rudalics@gmx.at>
11783
11784 * window.el (split-window, window-state-get-1)
11785 (window-state-put-1, window-state-put-2): Rename occurrences of
11786 window-nest to window-combination-limit.
11787 * cus-start.el (window-nest): Rename to window-combination-limit.
11788
11789 2011-11-16 Chong Yidong <cyd@gnu.org>
11790
11791 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
11792 regexp (Bug#10033).
11793
11794 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11795
11796 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
11797 `completing-read' will remove *Completions* and will preserve
11798 current-buffer for us.
11799 (tmm-add-prompt): Users of *Completions* will always (re)set its
11800 major mode.
11801 (tmm-old-comp-map): Remove.
11802
11803 2011-11-16 Glenn Morris <rgm@gnu.org>
11804
11805 * mail/rmailedit.el: Require rmailmm when compiling.
11806 (rmail-old-mime-state): New declaration.
11807 (rmail-edit-current-message): If editing a mime message,
11808 edit the "raw" message from the mbox buffer.
11809 (rmail-cease-edit): Handle mime messages. (Bug#9840)
11810
11811 2011-11-15 Glenn Morris <rgm@gnu.org>
11812
11813 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
11814 which wasn't being used. Add optional arg to force given state.
11815 (rmail-mime): Add optional arg to force given state.
11816
11817 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
11818
11819 * allout.el (allout-encryption-plaintext-sanitization-regexps):
11820 * frame.el (display-mm-dimensions-alist):
11821 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
11822 (outline-move-subtree-down):
11823 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
11824 (newsticker--treeview-do-get-node):
11825 * net/quickurl.el (quickurl-list-buffer-name):
11826 * progmodes/dcl-mode.el (dcl-mode):
11827 * progmodes/gdb-mi.el (gdb-mapcar*):
11828 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
11829
11830 2011-11-15 Glenn Morris <rgm@gnu.org>
11831
11832 * mail/rmail.el (rmail-file-coding-system): It's only ever used
11833 in a boolean sense, so just make it a boolean, and fix the doc.
11834 (rmail-show-mime-function, rmail-mime-feature)
11835 (rmail-require-mime-maybe): Doc fixes.
11836 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
11837
11838 * mail/rmailmm.el (rmail-show-mime): Doc fix.
11839
11840 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
11841
11842 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
11843 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
11844 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
11845 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
11846
11847 2011-11-15 Glenn Morris <rgm@gnu.org>
11848
11849 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
11850 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
11851 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
11852 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
11853 (rmail-mime, rmail-show-mime): Doc fixes.
11854
11855 * term/ns-win.el (mode-line-frame-identification):
11856 Leave it alone. (Bug#10051)
11857
11858 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
11859
11860 * mail/rmailout.el (rmail-output-to-rmail-buffer):
11861 Handle empty buffers. (Bug#9978)
11862
11863 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
11864
11865 * international/mule.el (define-charset):
11866 * mail/rmailmm.el (rmail-mime-find-header-encoding):
11867 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
11868 * progmodes/verilog-mode.el (verilog-backward-token):
11869 * textmodes/ispell.el (lookup-words):
11870 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
11871
11872 2011-11-14 Glenn Morris <rgm@gnu.org>
11873
11874 * progmodes/executable.el
11875 (executable-make-buffer-file-executable-if-script-p):
11876 Handle file-modes returning nil.
11877
11878 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
11879 message - not necessary, and causes problems. (Bug#9831)
11880
11881 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
11882
11883 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
11884
11885 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
11886 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
11887 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
11888
11889 2011-11-12 Martin Rudalics <rudalics@gmx.at>
11890
11891 * window.el (window-resize, delete-window): Use window-splits
11892 variable instead of function.
11893 (window-state-get-1, window-state-put-2, window-state-put):
11894 Don't deal with windows' splits status.
11895
11896 2011-11-12 Glenn Morris <rgm@gnu.org>
11897
11898 * apropos.el (apropos-do-all, apropos-library, apropos-value)
11899 (apropos-documentation): Doc fixes.
11900
11901 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
11902
11903 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
11904 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
11905
11906 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11907
11908 * electric.el (electric-indent-post-self-insert-function): Make it
11909 possible for a char to only indent in some circumstances.
11910 (electric-indent-mode): Simplify.
11911
11912 2011-11-11 Martin Rudalics <rudalics@gmx.at>
11913
11914 * window.el (windows-with-parameter): Remove unused function.
11915 (windows-at-side): Rename to window-at-side-list.
11916 (window-check, window-atom-check, window-atom-check-1)
11917 (window-side-check, window-size-ignore, window-size-fixed-1)
11918 (window-in-direction-2): Prefix with "window--".
11919 (window-tree-1): Rename to window--subtree, fix doc-string.
11920
11921 2011-11-11 Glenn Morris <rgm@gnu.org>
11922
11923 * subr.el (eval-after-load): If FILE is already loaded,
11924 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
11925
11926 2011-11-10 Glenn Morris <rgm@gnu.org>
11927
11928 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
11929 Call svn via vc-svn-command rather than vc-do-command.
11930 (vc-svn-command): Add --non-interactive. (Bug#9993)
11931 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
11932
11933 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11934 Add toggle-read-only. (Bug#7292)
11935 * files.el (toggle-read-only): Mention that it should only
11936 be used interactively. (Bug#10006)
11937
11938 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11939
11940 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11941 Adjust regexp for OCaml warnings.
11942
11943 * electric.el (electric-pair-post-self-insert-function): Let user
11944 turn it off buffer-locally (bug#9932).
11945
11946 * progmodes/python.el (python-beginning-of-statement):
11947 Rewrite (bug#2703).
11948
11949 * progmodes/compile.el: Better handle TABs (bug#9749).
11950 (compilation-internal-error-properties)
11951 (compilation-next-error-function): Obey the target buffer's
11952 compilation-error-screen-columns.
11953
11954 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
11955
11956 * progmodes/meta-mode.el: Remove obsolete comments.
11957 (meta-right-comment-regexp, meta-ignore-comment-regexp):
11958 Fix typos in docstrings.
11959
11960 2011-11-09 Martin Rudalics <rudalics@gmx.at>
11961
11962 * window.el (window-size-fixed-p): Rewrite doc-string.
11963 (window-resizable-p): Rename to window--resizable-p. Update callers.
11964 (window--resizable): New function. Make all callers of
11965 window-resizable call window--resizable instead.
11966 (window-resizable): Rewrite in terms of window--resizable.
11967
11968 2011-11-08 Glenn Morris <rgm@gnu.org>
11969
11970 * progmodes/delphi.el (delphi-mode-syntax-table):
11971 Let define-derived-mode define a proper syntax table. (Bug#9994)
11972
11973 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11974
11975 * window.el: Stay away from defsubst.
11976 (window-list-no-nils): Remove.
11977 (window-state-get-1, window-state-get): Use backquote instead.
11978
11979 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11980
11981 * emacs-lisp/find-func.el (find-function-read):
11982 Fix incorrect use of default argument in `completing-read'.
11983
11984 2011-11-08 Martin Rudalics <rudalics@gmx.at>
11985
11986 * window.el (display-buffer-function, special-display-function):
11987 Mention display-buffer-record-window but do not mention
11988 help-setup parameter in doc-strings.
11989 (window-min-delta): Fix doc-string typo.
11990
11991 2011-11-08 Chong Yidong <cyd@gnu.org>
11992
11993 * window.el (window-total-height, window-total-width): Doc fix.
11994 (window-body-size): Move from C.
11995 (window-body-height, window-body-width): Move to C.
11996
11997 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
11998
11999 * window.el: Make special-display like display-buffer-alist (bug#9532).
12000 (display-buffer--special-action): New function, morphed
12001 from display-buffer--special.
12002 (display-buffer): Use it to handle special-display-buffers at higher
12003 priority (just after display-buffer-alist).
12004 (display-buffer-fallback-action, display-buffer--other-frame-action)
12005 (pop-to-buffer-same-window): Remove display-buffer--special.
12006
12007 2011-11-07 Glenn Morris <rgm@gnu.org>
12008
12009 * calendar/cal-menu.el (cal-menu-set-date-title):
12010 Do nothing if not in a calendar. (Bug#9976)
12011
12012 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12013
12014 * files.el (find-file): Always use selected-window.
12015
12016 2011-11-07 Martin Rudalics <rudalics@gmx.at>
12017
12018 * window.el (window-combinations): Make WINDOW argument
12019 mandatory. Rewrite doc-string.
12020 (walk-window-subtree, window-atom-check, window-min-delta)
12021 (window-max-delta, window--resize-this-window)
12022 (window--resize-root-window-vertically, window-tree)
12023 (balance-windows, window-state-put): Rewrite doc-strings as to
12024 not mention the term "subwindow".
12025 (window--resize-subwindows-skip-p): Rename to
12026 window--resize-child-windows-skip-p.
12027 (window--resize-subwindows-normal): Rename to
12028 window--resize-child-windows-normal.
12029 (window--resize-subwindows): Rename to
12030 window--resize-child-windows.
12031 (window-or-subwindow-p): Rename to window--in-subtree-p.
12032
12033 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12034
12035 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12036 Ensure that mbox format messages end in two newlines (Bug#9974).
12037
12038 2011-11-06 Chong Yidong <cyd@gnu.org>
12039
12040 * window.el (window-combination-p): Function deleted; its
12041 side-effect is not used in any existing code.
12042 (window-combinations, window-combined-p): Call window-*-child
12043 directly.
12044
12045 2011-11-05 Chong Yidong <cyd@gnu.org>
12046
12047 * window.el (window-valid-p): Rename from window-any-p.
12048 (window-size-ignore, window-state-get): Callers changed.
12049 (window-normalize-window): Rename from window-normalize-any-window.
12050 New arg LIVE-ONLY, replacing window-normalize-live-window.
12051 (window-normalize-live-window): Delete.
12052 (window-combination-p, window-combined-p, window-combinations)
12053 (walk-window-subtree, window-atom-root, window-min-size)
12054 (window-sizable, window-sizable-p, window-size-fixed-p)
12055 (window-min-delta, window-max-delta, window-resizable)
12056 (window-resizable-p, window-full-height-p, window-full-width-p)
12057 (window-current-scroll-bars, window-point-1, set-window-point-1)
12058 (window-at-side-p, window-in-direction, window-resize)
12059 (adjust-window-trailing-edge, maximize-window, minimize-window)
12060 (window-deletable-p, delete-window, delete-other-windows)
12061 (record-window-buffer, unrecord-window-buffer)
12062 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12063 (quit-window, split-window, window-state-put)
12064 (set-window-text-height, fit-window-to-buffer)
12065 (shrink-window-if-larger-than-buffer): Callers changed.
12066
12067 2011-11-04 Eli Zaretskii <eliz@gnu.org>
12068
12069 * mail/rmail.el (rmail-simplified-subject): Decode subject with
12070 rfc2047-decode-string.
12071 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12072 warnings.
12073
12074 * window.el (window-body-height, window-body-width): Mention in
12075 the doc string that the return values are in frame's canonical
12076 units. (Bug#9949)
12077
12078 2011-11-03 Alan Mackenzie <acm@muc.de>
12079
12080 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
12081 change in cc-engine.el.
12082
12083 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12084
12085 * window.el (switch-to-buffer): Use `force-same-window' interactively.
12086
12087 2011-11-02 Martin Rudalics <rudalics@gmx.at>
12088
12089 * window.el (quit-window): Call unrecord-window-buffer after
12090 showing another buffer in the window. (Bug#9937)
12091 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
12092
12093 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
12094
12095 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
12096 Accept status with more than 9 shelves. (Bug#9935)
12097 Reported by Colin D Bennett <colin@gibibit.com>.
12098
12099 2011-11-01 Martin Rudalics <rudalics@gmx.at>
12100
12101 * help.el (with-help-window): Don't reference
12102 temp-buffer-show-specifiers in doc-string.
12103
12104 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
12105
12106 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
12107 menu-item.
12108
12109 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12110
12111 * whitespace.el: New version 13.2.2.
12112 (whitespace-newline-mode): Disable properly. Reported by Sarah
12113 <EmacsWiki>.
12114
12115 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
12116
12117 * net/newst-treeview.el: Remove "Time-stamp".
12118 (newsticker--group-manage-orphan-feeds): Do not call
12119 newsticker--treeview-tree-update.
12120 (newsticker-treeview-update, newsticker-treeview):
12121 Call newsticker--treeview-tree-update if necessary.
12122
12123 2011-10-30 Martin Rudalics <rudalics@gmx.at>
12124
12125 * window.el (window-iso-combination-p, window-iso-combined-p)
12126 (window-iso-combinations): Remove "iso-" infix.
12127 Suggested by Chong Yidong.
12128 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
12129 (window-max-delta-1, window-resize, window--resize-siblings)
12130 (window--resize-this-window, adjust-window-trailing-edge)
12131 (split-window, balance-windows-1)
12132 (shrink-window-if-larger-than-buffer):
12133 * calendar/calendar.el (calendar-generate-window):
12134 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
12135
12136 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12137
12138 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
12139 in place (bug#9907).
12140 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
12141 (eshell-rewrite-if-command, eshell-rewrite-for-command)
12142 (eshell-structure-basic-command, eshell-rewrite-while-command)
12143 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
12144 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
12145 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
12146 (eshell-do-pipelines-synchronously, eshell-eval-command):
12147 Use backquotes and prefer setq to set.
12148 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
12149 (eshell-macrop): Use functionp.
12150 (eshell-do-eval): Handle multiple expressions in `while' body.
12151
12152 2011-10-30 Chong Yidong <cyd@gnu.org>
12153
12154 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
12155 instead of set-mark (Bug#9810).
12156
12157 2011-10-30 Chong Yidong <cyd@gnu.org>
12158
12159 * window.el (split-window-below, split-window-right): Rename from
12160 split-window-above-each-other and split-window-side-by-side
12161 respectively. All callers changed.
12162 (split-window-sensibly, split-window-sensibly): Use them.
12163 (split-window-keep-point): Doc fix.
12164
12165 * isearch.el: Add isearch-scroll property to split-window-below
12166 and split-window-right.
12167
12168 * follow.el (follow-mode):
12169 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12170 * progmodes/ada-xref.el (ada-gdb-application):
12171 * emulation/vip.el (vip-buffer-in-two-windows):
12172 * image-dired.el (image-dired-dired-with-window-configuration):
12173 * dired-x.el (dired-do-find-marked-files):
12174 * dired.el (dired-pop-to-buffer):
12175 * bs.el (bs--show-with-configuration):
12176 * vc/emerge.el (emerge-setup-windows):
12177 * textmodes/two-column.el (2C-two-columns):
12178 * textmodes/reftex-toc.el (reftex-toc):
12179 * progmodes/gdb-mi.el (gdb-setup-windows):
12180 * progmodes/fortran.el (fortran-window-create):
12181 * net/newst-treeview.el (newsticker--treeview-window-init):
12182 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
12183 * emulation/tpu-edt.el (tpu-gold-map):
12184 * emulation/crisp.el (crisp-mode-map):
12185 * calendar/calendar.el (calendar-basic-setup): Callers changed.
12186
12187 2011-10-29 Chong Yidong <cyd@gnu.org>
12188
12189 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
12190
12191 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
12192
12193 * textmodes/flyspell.el (flyspell-word): Fix char offset for
12194 forged Ispell output (Bug#7904).
12195
12196 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
12197
12198 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12199
12200 * doc-view.el: Avoid ugly errors about not finding nil.
12201 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12202 (doc-view-dvipdf-program, doc-view-unoconv-program)
12203 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
12204 Avoid nil or absolute file name as default value.
12205 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
12206
12207 2011-10-28 Alan Mackenzie <acm@muc.de>
12208
12209 * progmodes/cc-defs.el (c-version): -> 5.32.2.
12210
12211 2011-10-28 Alan Mackenzie <acm@muc.de>
12212
12213 Amend the handling of c-beginning/end-of-defun in nested declaration
12214 scopes.
12215
12216 * progmodes/cc-vars.el (c-defun-tactic): Move here from
12217 cc-langs.el. Change it to a defcustom.
12218
12219 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
12220 cc-vars.el.
12221
12222 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12223 Prevent "class foo : bar" being spuriously recognized as a label.
12224
12225 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
12226 Add parameter `inclusive' (to include enclosing braces in the region).
12227 (c-widen-to-enclosing-decl-scope): New function.
12228 (c-while-widening-to-decl-block): New macro.
12229 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
12230 outward for defun boundaries, and correspondingly change symbol
12231 `respect-enclosure' to `go-outward'.
12232 (c-declaration-limits): Change algorithm to report only the "innermost"
12233 defun's boundaries.
12234
12235 2011-10-28 Deniz Dogan <deniz@dogan.se>
12236
12237 * net/rcirc.el (rcirc-mode): Use hard newlines.
12238
12239 2011-10-28 Alan Mackenzie <acm@muc.de>
12240
12241 Amend to indent and fontify macros "which include their own semicolon"
12242 correctly, using the "virtual semicolon" mechanism.
12243
12244 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
12245
12246 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
12247 Recode to scan one line at a time rather than having \n and \r
12248 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
12249 (c-forward-label): Amend for virtual semicolons.
12250 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
12251
12252 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
12253 of the new C macros.
12254
12255 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
12256 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
12257 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
12258 (c-opt-cpp-macro-define): Make into a full language variable.
12259 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
12260 AWK Mode (including \n, \r) removed, no longer needed.
12261
12262 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
12263 Invoke c-make-macro-with-semi-re.
12264
12265 * progmodes/cc-vars.el (c-macro-with-semi-re):
12266 (c-macro-names-with-semicolon): New variables.
12267 (c-make-macro-with-semi-re): New function.
12268
12269 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12270
12271 * vc/log-edit.el: Fill empty field rather than adding new one.
12272 (log-edit-add-field): New function.
12273 (log-edit-insert-changelog): Use it.
12274
12275 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12276
12277 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
12278
12279 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12280
12281 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
12282 (gdb--check-interpreter): New function.
12283 (gdb): Use it.
12284
12285 2011-10-27 Glenn Morris <rgm@gnu.org>
12286
12287 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
12288 (least-positive-float, least-negative-float)
12289 (least-positive-normalized-float, least-negative-normalized-float)
12290 (float-epsilon, float-negative-epsilon):
12291 Remove unnecessary declarations.
12292
12293 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
12294 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
12295 (least-positive-float, least-negative-float)
12296 (least-positive-normalized-float, least-negative-normalized-float)
12297 (float-epsilon, float-negative-epsilon): Add doc-strings,
12298 based on those in cl.texi.
12299
12300 * files.el (set-visited-file-name): If the major-mode changed,
12301 reload the local variables. (Bug#9796)
12302
12303 2011-10-27 Chong Yidong <cyd@gnu.org>
12304
12305 * subr.el (change-major-mode-after-body-hook): New hook.
12306 (run-mode-hooks): Run it.
12307
12308 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12309 Use change-major-mode-before-body-hook.
12310
12311 * simple.el (fundamental-mode):
12312 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
12313 change introducing fundamental-mode-hook.
12314
12315 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
12316
12317 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
12318
12319 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
12320
12321 * ido.el (ido-file-name-all-completions-1): Do not require
12322 tramp.el explicitly. (Bug#7583)
12323
12324 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 * progmodes/octave-mod.el:
12327 * progmodes/octave-inf.el: Update maintainer.
12328
12329 2011-10-26 Chong Yidong <cyd@gnu.org>
12330
12331 * subr.el (with-wrapper-hook): Rewrite doc.
12332
12333 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
12334
12335 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
12336 filenames "/method:foo:". (Bug#9793)
12337
12338 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12339
12340 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
12341 (bug#9865).
12342
12343 2011-10-24 Glenn Morris <rgm@gnu.org>
12344
12345 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
12346
12347 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
12348
12349 * notifications.el: Add the requirement of a running D-Bus session
12350 bus to the Commentary.
12351
12352 2011-10-24 Juri Linkov <juri@jurta.org>
12353
12354 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12355 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
12356 (Bug#9364)
12357
12358 2011-10-24 Juri Linkov <juri@jurta.org>
12359
12360 * info.el (Info-following-node-name-re): Add newline to the list
12361 of allowed characters for leading space. (Bug#9824)
12362
12363 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12364
12365 * progmodes/octave-inf.el (inferior-octave-mode-map):
12366 Fix C-c C-h binding.
12367 * progmodes/octave-mod.el (octave-help): Remove.
12368
12369 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
12370
12371 Sync with Tramp 2.2.3.
12372
12373 * net/tramp-cache.el (top): Pacify byte-compiler using
12374 `init-file-user' and `site-run-file'.
12375
12376 * net/trampver.el: Update release number.
12377
12378 2011-10-23 Chong Yidong <cyd@gnu.org>
12379
12380 * files.el (toggle-read-only): Remove obsolete comment about
12381 version control.
12382
12383 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
12384 for toggle-read-only. Note that this hasn't called vc-next-action
12385 since 2008-05-02, though it wasn't documented at the time.
12386
12387 * vc/ediff-init.el (ediff-toggle-read-only-function):
12388 Use toggle-read-only.
12389
12390 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
12391
12392 Fix bug #9560, sporadic wrong indentation; improve instrumentation
12393 of c-parse-state.
12394
12395 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
12396 correct faulty logical expression.
12397 (c-parse-state-state, c-record-parse-state-state):
12398 (c-replay-parse-state-state): New defvar/defuns.
12399 (c-debug-parse-state): Use new functions.
12400
12401 2011-10-22 Martin Rudalics <rudalics@gmx.at>
12402
12403 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
12404 last fix. Use window-in-direction correctly.
12405
12406 2011-10-21 Chong Yidong <cyd@gnu.org>
12407
12408 * progmodes/idlwave.el (idlwave-mode):
12409 * progmodes/vera-mode.el (vera-mode): No need to set
12410 require-final-newline; that's done in prog-mode.
12411 Suggested by Stefan Monnier.
12412
12413 2011-10-21 Martin Rudalics <rudalics@gmx.at>
12414
12415 * mouse.el (mouse-drag-window-above)
12416 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
12417 (mouse-drag-mode-line-1, mouse-drag-header-line)
12418 (mouse-drag-vertical-line-rightward-window): Remove.
12419 (mouse-drag-line): New function.
12420 (mouse-drag-mode-line, mouse-drag-header-line)
12421 (mouse-drag-vertical-line): Call mouse-drag-line.
12422 * window.el (window-at-side-p, windows-at-side): New functions.
12423
12424 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
12425
12426 * tar-mode.el (tar-grind-file-mode):
12427 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
12428
12429 2011-10-21 Chong Yidong <cyd@gnu.org>
12430
12431 * progmodes/idlwave.el (idlwave-mode):
12432 * progmodes/vera-mode.el (vera-mode):
12433 Use mode-require-final-newline.
12434
12435 2011-10-20 Glenn Morris <rgm@gnu.org>
12436
12437 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
12438
12439 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
12440
12441 * emulation/cua-base.el (cua-set-mark): Fix case of string.
12442
12443 2011-10-20 Chong Yidong <cyd@gnu.org>
12444
12445 * emulation/cua-base.el (cua-mode):
12446 * mail/footnote.el (footnote-mode):
12447 * mail/mailabbrev.el (mail-abbrevs-mode):
12448 * net/xesam.el (xesam-minor-mode):
12449 * progmodes/bug-reference.el (bug-reference-mode):
12450 * progmodes/cap-words.el (capitalized-words-mode):
12451 * progmodes/compile.el (compilation-minor-mode)
12452 (compilation-shell-minor-mode):
12453 * progmodes/gud.el (gud-tooltip-mode):
12454 * progmodes/hideif.el (hide-ifdef-mode):
12455 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12456 * progmodes/subword.el (subword-mode):
12457 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12458 * progmodes/which-func.el (which-function-mode):
12459 * term/tvi970.el (tvi970-set-keypad-mode):
12460 * term/vt100.el (vt100-wide-mode):
12461 * textmodes/flyspell.el (flyspell-mode):
12462 * textmodes/ispell.el (ispell-minor-mode):
12463 * textmodes/nroff-mode.el (nroff-electric-mode):
12464 * textmodes/paragraphs.el (use-hard-newlines):
12465 * textmodes/refill.el (refill-mode):
12466 * textmodes/reftex.el (reftex-mode):
12467 * textmodes/rst.el (rst-minor-mode):
12468 * textmodes/sgml-mode.el (html-autoview-mode)
12469 (sgml-electric-tag-pair-mode):
12470 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
12471 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
12472 * emulation/crisp.el (crisp-mode):
12473 * emacs-lisp/eldoc.el (eldoc-mode):
12474 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
12475 minor mode behavior.
12476
12477 2011-10-19 Juri Linkov <juri@jurta.org>
12478
12479 * descr-text.el (describe-char): Add #x2010 and #x2011 to
12480 the list of hard-coded chars with escape-glyph face.
12481
12482 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12483
12484 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
12485
12486 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
12487
12488 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
12489 running process.
12490
12491 2011-10-19 Glenn Morris <rgm@gnu.org>
12492
12493 * vc/vc-bzr.el (vc-bzr-after-dir-status):
12494 Ignore ignored files. (Bug#9726)
12495
12496 2011-10-19 Chong Yidong <cyd@gnu.org>
12497
12498 Doc fix for minor modes, stating that an omitted argument enables
12499 the mode unconditionally when called from Lisp.
12500
12501 * abbrev.el (abbrev-mode):
12502 * allout.el (allout-mode):
12503 * autoinsert.el (auto-insert-mode):
12504 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12505 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12506 (global-auto-revert-mode):
12507 * battery.el (display-battery-mode):
12508 * composite.el (global-auto-composition-mode)
12509 (auto-composition-mode):
12510 * delsel.el (delete-selection-mode):
12511 * desktop.el (desktop-save-mode):
12512 * dired-x.el (dired-omit-mode):
12513 * dirtrack.el (dirtrack-mode):
12514 * doc-view.el (doc-view-minor-mode):
12515 * double.el (double-mode):
12516 * electric.el (electric-indent-mode, electric-pair-mode):
12517 * emacs-lock.el (emacs-lock-mode):
12518 * epa-hook.el (auto-encryption-mode):
12519 * follow.el (follow-mode):
12520 * font-core.el (font-lock-mode):
12521 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
12522 * help.el (temp-buffer-resize-mode):
12523 * hilit-chg.el (highlight-changes-mode)
12524 (highlight-changes-visible-mode):
12525 * hi-lock.el (hi-lock-mode):
12526 * hl-line.el (hl-line-mode, global-hl-line-mode):
12527 * icomplete.el (icomplete-mode):
12528 * ido.el (ido-everywhere):
12529 * image-file.el (auto-image-file-mode):
12530 * image-mode.el (image-minor-mode):
12531 * iswitchb.el (iswitchb-mode):
12532 * jka-cmpr-hook.el (auto-compression-mode):
12533 * linum.el (linum-mode):
12534 * longlines.el (longlines-mode):
12535 * master.el (master-mode):
12536 * mb-depth.el (minibuffer-depth-indicate-mode):
12537 * menu-bar.el (menu-bar-mode):
12538 * minibuf-eldef.el (minibuffer-electric-default-mode):
12539 * mouse-sel.el (mouse-sel-mode):
12540 * msb.el (msb-mode):
12541 * mwheel.el (mouse-wheel-mode):
12542 * outline.el (outline-minor-mode):
12543 * paren.el (show-paren-mode):
12544 * recentf.el (recentf-mode):
12545 * reveal.el (reveal-mode, global-reveal-mode):
12546 * rfn-eshadow.el (file-name-shadow-mode):
12547 * ruler-mode.el (ruler-mode):
12548 * savehist.el (savehist-mode):
12549 * scroll-all.el (scroll-all-mode):
12550 * scroll-bar.el (scroll-bar-mode):
12551 * server.el (server-mode):
12552 * shell.el (shell-dirtrack-mode):
12553 * simple.el (auto-fill-mode, transient-mark-mode)
12554 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
12555 (line-number-mode, column-number-mode, size-indication-mode)
12556 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
12557 * strokes.el (strokes-mode):
12558 * time.el (display-time-mode):
12559 * t-mouse.el (gpm-mouse-mode):
12560 * tool-bar.el (tool-bar-mode):
12561 * tooltip.el (tooltip-mode):
12562 * type-break.el (type-break-mode-line-message-mode)
12563 (type-break-query-mode):
12564 * view.el (view-mode):
12565 * whitespace.el (whitespace-mode, whitespace-newline-mode)
12566 (global-whitespace-mode, global-whitespace-newline-mode):
12567 * xt-mouse.el (xterm-mouse-mode): Doc fix.
12568
12569 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12570 Fix autogenerated docstring.
12571
12572 2011-10-19 Juri Linkov <juri@jurta.org>
12573
12574 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
12575 by checking environment variables "DESKTOP_SESSION" and
12576 "XDG_CURRENT_DESKTOP". (Bug#9779)
12577
12578 2011-10-19 Juri Linkov <juri@jurta.org>
12579
12580 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
12581 (browse-url-chromium-program, browse-url-chromium-arguments):
12582 New defcustoms.
12583 (browse-url-default-browser): Check for `browse-url-chromium' and
12584 call `browse-url-chromium-program'.
12585 (browse-url-chromium): New command. (Bug#9779)
12586
12587 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
12588
12589 * facemenu.el (list-colors-duplicates): On Windows, detect more
12590 duplicates by assuming that only colors matching "^System" are
12591 special "system colors". (Bug#9722)
12592
12593 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12594
12595 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
12596 to distinguish the author from the committer.
12597
12598 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
12599
12600 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
12601
12602 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
12603
12604 * international/mule.el (sgml-html-meta-auto-coding-function):
12605 Add support for detecting encoding in HTML5 specified only as
12606 <meta charset="UTF-8">. Implementation just makes http-equiv and
12607 content-type parts from HTML4 encoding string optional. (Bug#9716)
12608
12609 2011-10-18 Glenn Morris <rgm@gnu.org>
12610
12611 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
12612
12613 2011-10-18 Chong Yidong <cyd@gnu.org>
12614
12615 * faces.el (cursor): Doc fix.
12616
12617 2011-10-17 Chong Yidong <cyd@gnu.org>
12618
12619 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
12620
12621 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
12622
12623 * dirtrack.el (dirtrack): Support shell buffers with path
12624 prefixes, e.g. tramp-based remote shells. (Bug#9647)
12625
12626 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
12627
12628 * json.el: Bump version to 1.3 and note change in History.
12629 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
12630
12631 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12632
12633 * comint.el (comint-insert-input, comint-send-input)
12634 (comint-get-old-input-default, comint-backward-matching-input)
12635 (comint-next-prompt): Use nil instead of `input' for field property of
12636 past user input (bug#114).
12637
12638 * minibuffer.el (completion--replace): Inherit surrounding properties
12639 (bug#114).
12640 (minibuffer-complete-and-exit): Use it.
12641
12642 * comint.el (comint--table-subvert): Quote the all-completions output
12643 (bug#9160).
12644
12645 2011-10-17 Martin Rudalics <rudalics@gmx.at>
12646
12647 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
12648
12649 * menu-bar.el (menu-bar-file-menu): Add entry for making new
12650 window on right of selected. (Bug#9350) Reword other window
12651 entries and separate them from frame entries.
12652
12653 2011-10-15 Glenn Morris <rgm@gnu.org>
12654
12655 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
12656 Doc fixes.
12657
12658 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
12659
12660 * net/network-stream.el (network-stream-open-starttls):
12661 Improve detection of failure due to lack of TLS support.
12662
12663 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
12664 putting the input text in front and in bold.
12665
12666 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12667
12668 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
12669
12670 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
12671 empty buffer.
12672
12673 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
12674 unread-command-events rather than pushing yet-another event.
12675
12676 2011-10-14 Eli Zaretskii <eliz@gnu.org>
12677
12678 * mail/sendmail.el (sendmail-query-once): Improve the wording of
12679 the explanation of the possible choices. Make the options passed
12680 to completing-read shorter.
12681
12682 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12683
12684 * textmodes/flyspell.el (flyspell-large-region): Make sure
12685 extended character mode is used if defined (Bug#1339).
12686
12687 2011-10-13 Eli Zaretskii <eliz@gnu.org>
12688
12689 * simple.el (what-cursor-position): Fix the display of the
12690 character info for LRE, LRO, RLE, and RLO characters by appending
12691 an invisible PDF.
12692
12693 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12694
12695 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
12696 even in case of error; add debug spec; simplify data flow.
12697 (with-timeout-handler): Remove.
12698
12699 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
12700
12701 Fix Bug#6019, Bug#9315.
12702
12703 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
12704 complete `buffer-file-name', the local file name part could look
12705 remotely (for example on VMS).
12706
12707 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
12708 `tramp-run-real-handler'.
12709 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
12710 already quoted by '"'.
12711
12712 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
12713 Let `file-name-handler-alist' be nil, the local file name part
12714 could look remotely (for example on VMS).
12715
12716 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12717
12718 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
12719 from here...
12720 (flyspell-post-command-hook): ...to here.
12721
12722 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12723
12724 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
12725 if not needed.
12726 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
12727 using completion. Protect against "slow" callers.
12728 Remove the "message hack".
12729
12730 2011-10-11 Juri Linkov <juri@jurta.org>
12731
12732 * isearch.el (isearch-lazy-highlight-word): New variable.
12733 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
12734 Use it. (Bug#9727)
12735
12736 2011-10-11 Glenn Morris <rgm@gnu.org>
12737
12738 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
12739 like f90-previous-statement does.
12740
12741 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12742
12743 * eshell/eshell.el (eshell-command): History should be saved
12744 only in interactive use, to avoid error.
12745
12746 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12747
12748 * minibuffer.el (completion-file-name-table): Fix last change,
12749 i.e. ignore normal errors but not the other ones.
12750
12751 2011-10-10 Martin Rudalics <rudalics@gmx.at>
12752
12753 * window.el (special-display-buffer-names)
12754 (special-display-regexps): Remove some remnants of earlier
12755 changes from doc-strings.
12756 (quit-windows-on): New function.
12757
12758 * vc/vc.el (vc-revert, vc-rollback):
12759 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
12760 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
12761 (Bug#6183) (Bug#7074) (Bug#7447)
12762
12763 2011-10-09 Martin Rudalics <rudalics@gmx.at>
12764
12765 * window.el (frame-auto-hide-function): Add version tag.
12766 (Bug#9699)
12767
12768 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
12769
12770 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
12771 condition.
12772
12773 2011-10-09 Leo Liu <sdl.web@gmail.com>
12774
12775 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
12776 (Bug#9701)
12777
12778 2011-10-08 Glenn Morris <rgm@gnu.org>
12779
12780 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
12781 before the first code statement zero indent. (Bug#9690)
12782
12783 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
12784
12785 * simple.el (count-words-region): Always count in the region.
12786 Report the number of lines and characters too.
12787 (count-words): New command, which counts in the buffer if the
12788 region is inactive, as count-words-region used to.
12789 (count-words--message): New function. Handle plurals.
12790 (count-lines-region): Make it an alias for count-words-region.
12791
12792 * bindings.el (esc-map): Replace count-lines-region with
12793 count-words-region.
12794
12795 2011-10-08 Martin Rudalics <rudalics@gmx.at>
12796
12797 * window.el (window--delete): Delete dedicated frame
12798 unconditionally when argument KILL is non-nil. (Bug#9699)
12799 (switch-to-buffer): Fix doc-string typo.
12800
12801 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12802
12803 * eshell/eshell.el (eshell-command): Avoid using hooks.
12804
12805 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
12806
12807 * bindings.el ([M-left],[M-right]): Bind to left-word and
12808 right-word respectively.
12809
12810 2011-10-07 Glenn Morris <rgm@gnu.org>
12811
12812 * cus-start.el (debug-on-quit): Fix custom type.
12813
12814 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12815
12816 * subr.el (define-key-after): Clarify that the function is not
12817 useful for non-menu keymaps.
12818
12819 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
12820
12821 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12822
12823 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
12824 in current minibuffer (Fix bug with recursive minibuffers).
12825
12826 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
12827
12828 * progmodes/gdb-mi.el (gdb): Doc fix.
12829
12830 2011-10-05 Martin Rudalics <rudalics@gmx.at>
12831
12832 * window.el (frame-auto-hide-function): New option replacing
12833 frame-auto-delete. Suggested by Stefan Monnier.
12834 (window--delete): Call frame-auto-hide-function instead of
12835 investigating frame-auto-delete.
12836 (window-point-1, set-window-point-1): New functions.
12837 (window-in-direction, record-window-buffer, window-state-get-1)
12838 (display-buffer-record-window): Use window-point-1 instead of
12839 window-point.
12840 (set-window-buffer-start-and-point): Use set-window-point-1.
12841
12842 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12843
12844 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
12845
12846 2011-10-05 Glenn Morris <rgm@gnu.org>
12847
12848 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
12849 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
12850
12851 2011-10-05 Leo Liu <sdl.web@gmail.com>
12852
12853 * subr.el (read-char-choice): Fix argument to buffer-live-p which
12854 works with buffer object.
12855
12856 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12857
12858 * mpc.el (mpc-tool-bar-map): Add labels.
12859
12860 2011-10-04 Glenn Morris <rgm@gnu.org>
12861
12862 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12863
12864 2011-10-04 Martin Rudalics <rudalics@gmx.at>
12865
12866 * window.el (window--delete): New function.
12867 (frame-auto-delete): Resuscitate option.
12868 (bury-buffer, replace-buffer-in-windows)
12869 (quit-window): Rewrite using window--delete.
12870 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
12871 Pass display-buffer-mark-dedicated to window--display-buffer-2
12872 (Bug#9639).
12873
12874 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12875
12876 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
12877 returns a list (bug#9554). Add remote file name completion.
12878 * comint.el (comint--table-subvert): Curry and get quote&unquote
12879 functions as arguments.
12880 (comint--complete-file-name-data): Adjust call accordingly.
12881 * pcomplete.el (pcomplete--table-subvert): Remove.
12882 (pcomplete-completions-at-point): Use comint--table-subvert instead.
12883
12884 * minibuffer.el (completion-table-case-fold): Use currying.
12885 (completion--styles-type, completion--cycling-threshold-type):
12886 New constants.
12887 (completion-styles, completion-category-overrides)
12888 (completion-cycle-threshold): Use them.
12889 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
12890 completion-table-case-fold.
12891
12892 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
12893
12894 * minibuffer.el (completion-category-overrides): Fix type of styles
12895 and add more user friendly tags (bug#9660).
12896
12897 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12898
12899 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
12900 (mule-input-method-string): New widget.
12901 (default-input-method, language-info-custom-alist): Use it.
12902
12903 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12904
12905 * pcomplete.el: Require comint.
12906 (pcomplete--common-suffix): Remove.
12907 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
12908 (pcomplete--table-subvert): Sync with comint--table-subvert.
12909 (pcomplete--entries): Use comint-completion-file-name-table.
12910 * comint.el (comint-unquote-filename): Simplify.
12911 (comint-completion-file-name-table): New function (bug#9616).
12912 (comint--complete-file-name-data): Use it.
12913
12914 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
12915 (pcmpl-gnu-tar-buffer): Remove.
12916 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
12917 around. Make sure pcomplete-suffix-list is only changed temporarily.
12918 Don't look inside the tar's file if it's too large.
12919
12920 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
12921
12922 * cus-edit.el (custom-mode-map):
12923 * epa.el (epa-key-list-mode-map):
12924 * man.el (Man-mode-map):
12925 * startup.el (splash-screen-keymap):
12926 * simple.el (special-mode-map): Use scroll-up-command and
12927 scroll-down-command.
12928
12929 * progmodes/idlw-help.el (idlwave-help-mode-map):
12930 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
12931 * net/newst-plainview.el (newsticker-mode-map):
12932 * emulation/ws-mode.el (wordstar-mode-map):
12933 * emulation/vi.el (vi-com-map):
12934 * calc/calc-graph.el (calc-graph-show-dumb):
12935 * term/sun.el (terminal-init-sun):
12936 * term/ns-win.el (global-map):
12937 * progmodes/grep.el (grep-mode-map):
12938 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
12939 * mail/rmail.el (rmail-mode-map):
12940 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
12941
12942 * custom.el (custom-safe-themes, load-theme): Treat value of t for
12943 custom-safe-themes as special.
12944
12945 2011-10-01 Julien Danjou <julien@danjou.info>
12946
12947 * notifications.el (notifications-notify): Fix docstring.
12948
12949 2011-10-01 Per Starbäck <per@starback.se>
12950
12951 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
12952
12953 2011-09-30 Martin Rudalics <rudalics@gmx.at>
12954
12955 * startup.el (command-line-1): Fix last fix by inserting
12956 initial-scratch-message into *scratch* before displaying it.
12957 (Bug#9605) and (Bug#9636)
12958
12959 2011-09-29 Eli Zaretskii <eliz@gnu.org>
12960
12961 * simple.el (line-move): If auto-hscroll-mode is disabled and the
12962 window is hscrolled, move by logical lines. (Bug#9607)
12963 (line-move-visual): Update the doc string to the above effect.
12964
12965 2011-09-29 Martin Rudalics <rudalics@gmx.at>
12966
12967 * window.el (display-buffer-record-window): When WINDOW is the
12968 selected window use `point' instead of `window-point'. (Bug#9626)
12969
12970 * startup.el (command-line-1): Use insert-before-markers when
12971 inserting initial-scratch-message. (Bug#9605)
12972
12973 * help.el (help-window): Remove variable.
12974
12975 2011-09-29 Glenn Morris <rgm@gnu.org>
12976
12977 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
12978
12979 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
12980
12981 * descr-text.el (describe-char-categories): Accept category
12982 descriptions more than one line long.
12983
12984 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12985
12986 * simple.el (delete-trailing-whitespace): Fix last change.
12987
12988 * progmodes/perl-mode.el (perl-syntax-propertize-function):
12989 Don't confuse "y => 3" as the beginning of a `y' operation.
12990
12991 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
12992 object has more than 4 slots (bug#9613).
12993
12994 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
12995
12996 * subr.el (with-output-to-temp-buffer):
12997 * net/quickurl.el (quickurl, quickurl-browse-url):
12998 Fix typos in docstrings.
12999
13000 2011-09-27 Eli Zaretskii <eliz@gnu.org>
13001
13002 * minibuffer.el (completion-styles)
13003 (completion-category-overrides): Cross reference each other in doc
13004 strings.
13005
13006 2011-09-27 Glenn Morris <rgm@gnu.org>
13007
13008 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13009 to split-string. (Bug#9606)
13010
13011 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13012
13013 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13014 (bug#9615).
13015
13016 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
13017
13018 * emacs-lisp/package.el (list-packages): Fix echo area message.
13019
13020 2011-09-27 Leo Liu <sdl.web@gmail.com>
13021
13022 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13023
13024 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
13025
13026 * net/dbus.el (dbus-unregister-object): Don't release services for
13027 registered signals. (Bug#9581)
13028
13029 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13030
13031 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13032 function that picks between cfengine 2 and 3 support
13033 automatically. Update docs accordingly.
13034
13035 2011-09-22 Kenichi Handa <handa@m17n.org>
13036
13037 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13038 ZERO.
13039 (indian-itrans-v5-table-for-tamil): New variable.
13040 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13041
13042 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
13043
13044 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13045 that's true if the current command involved collapsing of text.
13046 It's reset to false at the beginning of the next command.
13047 (allout-post-command-business): Move the cursor to the beginning
13048 of entry if the cursor is hidden and collapsing activity just
13049 happened.
13050
13051 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
13052
13053 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13054 tracking (Bug#9541).
13055
13056 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
13057
13058 * net/newst-reader.el (newsticker-html-renderer)
13059 (newsticker-show-news): Automatically load html rendering package
13060 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
13061 because w3m-fill-column is let-bound" and the error "Symbol's value
13062 as variable is void: w3m-fill-column".
13063
13064 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
13065
13066 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13067 Release services only if they are defined. (Bug#9581)
13068
13069 2011-09-23 Richard Stallman <rms@gnu.org>
13070
13071 * textmodes/paragraphs.el (forward-sentence): For backwards case,
13072 distinguish start of paragraph from start of its text.
13073
13074 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13075
13076 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
13077 (rmail-generate-viewer-buffer): Put that hook on view buffer.
13078 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
13079
13080 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
13081
13082 * international/mule-diag.el (mule-diag): Insert a newline after
13083 each fontset description.
13084
13085 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13086
13087 * simple.el (delete-trailing-whitespace):
13088 Document last change; simplify.
13089
13090 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
13091
13092 * simple.el (delete-trailing-whitespace): Also delete
13093 extra newlines at the end of the buffer.
13094
13095 * textmodes/picture.el: Make motion commands obey shift-select-mode.
13096 (picture-newline): Use forward-line so as to ignore fields.
13097
13098 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13099
13100 * subr.el (with-wrapper-hook): Fix edebug spec.
13101
13102 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13103
13104 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
13105 (bug#4538).
13106
13107 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
13108
13109 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
13110 Fix nasty bug using wrong cached values.
13111
13112 2011-09-23 Alan Mackenzie <acm@muc.de>
13113
13114 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
13115
13116 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
13117
13118 * window.el (pop-to-buffer): Ensure right window is selected if we
13119 chose another frame.
13120
13121 2011-09-22 Eli Zaretskii <eliz@gnu.org>
13122
13123 * simple.el (what-cursor-position): Use get-char-property-change
13124 and next-single-char-property-change, to be able to show display
13125 properties that come from overlays as well as text properties.
13126
13127 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
13128
13129 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
13130
13131 * cmuscheme.el (run-scheme, switch-to-scheme):
13132 * cus-edit.el (customize-group, custom-buffer-create)
13133 (customize-browse):
13134 * info.el (info):
13135 * shell.el (shell):
13136 * mail/sendmail.el (mail):
13137 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
13138
13139 2011-09-22 Richard Stallman <rms@gnu.org>
13140
13141 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
13142 move back only to line beg, don't move back over blank lines.
13143
13144 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
13145
13146 * files.el (copy-directory): Set directory attributes only in case
13147 they could be retrieved from the source directory. (Bug#9565)
13148
13149 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
13150
13151 * progmodes/hideshow.el (hs-looking-at-block-start-p)
13152 (hs-find-block-beginning, hs-hide-level-recursive):
13153 Ignore strings as well as comments. (Bug#9502)
13154
13155 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
13156
13157 * progmodes/sql.el (sql-comint-postgres):
13158 Convert port number to a string. (Bug#9566)
13159
13160 2011-09-22 Martin Rudalics <rudalics@gmx.at>
13161
13162 * window.el (quit-window): Undedicate window when switching to
13163 previous buffer. Reported by Thierry Volpiatto
13164 <thierry.volpiatto@gmail.com>.
13165 (special-display-popup-frame): When popping up a new frame reset
13166 its previous buffers to nil. Simplify code.
13167
13168 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
13169
13170 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
13171 and process filter, as done also in `shell-command'.
13172
13173 2011-09-21 Martin Rudalics <rudalics@gmx.at>
13174
13175 * window.el (set-window-buffer-start-and-point):
13176 Call set-window-start with NOFORCE argument t.
13177 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13178 (quit-window): Reword doc-string. Handle new format of
13179 quit-restore parameter. Don't delete window if it has a
13180 previous buffer we can show instead of the present one.
13181 (display-buffer-record-window): Rewrite using a new format for
13182 the quit-restore window parameter
13183 (special-display-popup-frame, display-buffer-same-window)
13184 (display-buffer-reuse-window, display-buffer-pop-up-frame)
13185 (display-buffer-pop-up-window, display-buffer-use-some-window):
13186 Adapt symbol passed to display-buffer-record-window.
13187 * help.el (help-window-setup): Handle new format of quit-restore
13188 parameter.
13189
13190 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13191
13192 * faces.el (face-list): Fix docstring (bug#9564).
13193
13194 * window.el (display-buffer--action-function-custom-type):
13195 Don't include internal functions in the Custom interface.
13196
13197 2011-09-20 Juri Linkov <juri@jurta.org>
13198
13199 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
13200 (Info-forward-node, Info-backward-node, Info-next-preorder)
13201 (Info-last-preorder): Use it. (Bug#9528)
13202
13203 2011-09-20 Juri Linkov <juri@jurta.org>
13204
13205 * info.el (Info-last-preorder): Visit last menu item only when
13206 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
13207
13208 2011-09-20 Julien Danjou <julien@danjou.info>
13209
13210 * password-cache.el (password-cache-remove): Remove entries even if the
13211 value is nil, so that password with a nil value (negative caching) is
13212 possible to invalidate.
13213
13214 2011-09-20 Lawrence Mitchell <wence@gmx.li>
13215
13216 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
13217 all whitespace around breakpoint. (Bug#9553)
13218 (f90-find-breakpoint): Only break at whitespace inside a comment.
13219
13220 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13221
13222 * minibuffer.el (completion-file-name-table): Keep track of errors.
13223 (completion-table-with-predicate): Handle the case where pred1 is nil.
13224 * pcomplete.el (pcomplete-completions-at-point): Simplify.
13225
13226 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13227
13228 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
13229 (debugger-return-value): Signal an error if the debugging context does
13230 not await any return value.
13231
13232 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
13233 * image-mode.el (image-toggle-display-text)
13234 (image-toggle-display-image): Stay away from evil `intangible'.
13235
13236 2011-09-19 Leo Liu <sdl.web@gmail.com>
13237
13238 * replace.el (occur-revert-arguments): Make it permanent-local.
13239 (occur-mode): Don't call font-lock-defontify.
13240
13241 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
13242
13243 * net/ldap.el (ldap-search-internal): Don't push empty search
13244 result (Bug#9508).
13245
13246 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13247
13248 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
13249
13250 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
13251
13252 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
13253 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
13254
13255 2011-09-18 Juri Linkov <juri@jurta.org>
13256
13257 * buff-menu.el (Buffer-menu-mode-map):
13258 * dired.el (dired-mode-map):
13259 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
13260 (lisp-interaction-mode-map):
13261 * emacs-lisp/package.el (package-menu-mode-map):
13262 * epa.el (epa-key-list-mode-map):
13263 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
13264 (menu-bar-options-menu):
13265 * outline.el (outline-mode-menu-bar-map):
13266 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
13267 * vc/vc-dir.el (vc-dir-menu-map):
13268 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
13269 Capitalize non-function content words in menu item strings.
13270
13271 * dired.el (dired-mode-map): Add menu item for
13272 `image-dired-dired-toggle-marked-thumbs'.
13273
13274 2011-09-18 Juri Linkov <juri@jurta.org>
13275
13276 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
13277 to `isearch-case-fold-search' and restore its original value
13278 after the `isearch-mode' call.
13279
13280 2011-09-18 Juri Linkov <juri@jurta.org>
13281
13282 * progmodes/grep.el (grep-process-setup): Don't check code for 1
13283 because `zgrep' returns 1 for successful matches (bug#9226).
13284
13285 2011-09-18 Juri Linkov <juri@jurta.org>
13286
13287 * info.el (Info-extract-menu-node-name): Check the second match
13288 for empty string (second test-case of bug#9528).
13289 (Info-last-preorder): Let-bind `Info-history' to nil to not add
13290 intermediate nodes to the history (first test-case of bug#9528).
13291
13292 2011-09-18 Juri Linkov <juri@jurta.org>
13293
13294 * info.el (Info-mode-syntax-table): New variable.
13295 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
13296
13297 2011-09-18 Juri Linkov <juri@jurta.org>
13298
13299 * info.el (Info-file-supports-index-cookies):
13300 Increment line-beginning-position's arg from 3 to 4 because makeinfo
13301 outputs one more line for long file names (bug#4142).
13302
13303 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
13304
13305 * newcomment.el (comment-normalize-vars): If prompting for
13306 comment-start, set comment-start-skip too (Bug#8424).
13307
13308 2011-09-18 Johan Bockgård <bojohan@gnu.org>
13309
13310 * icomplete.el: Fix previous fix of Bug#5849.
13311 (icomplete-mode): Don't set completion-show-inline-help.
13312 (icomplete-minibuffer-setup): Set completion-show-inline-help
13313 locally during icompletion.
13314
13315 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
13316
13317 * woman.el (woman2-process-escapes): Don't delete unrecognized
13318 escapes (Bug#7843).
13319
13320 * files.el (inhibit-first-line-modes-regexps): Add image files.
13321 (hack-local-variables-prop-line): Return nil for malformed
13322 prop-lines (Bug#9044).
13323
13324 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
13325
13326 * net/tramp.el (top): Don't require 'shell.
13327 (tramp-methods): Fix docstring.
13328 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
13329 Return complete remote file name. Handle "smb" case.
13330 Use `tramp-tmpdir', if defined for the respective method.
13331 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
13332
13333 * net/tramp-compat.el (top): Require 'shell.
13334
13335 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
13336 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
13337 `tramp-current-host'.
13338 (tramp-get-remote-tmpdir): Remove.
13339
13340 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
13341 `tramp-tmpdir' entries.
13342 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
13343 (tramp-smb-handle-file-attributes): Ignore errors.
13344 (tramp-smb-wait-for-output): Check also for process end.
13345
13346 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13347
13348 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
13349 when sending QUIT (bug#9312).
13350
13351 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
13352
13353 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
13354 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
13355 occur-mode-display-occurrence.
13356 (occur-edit-mode): Add usage message.
13357 (occur-cease-edit): New command.
13358 (occur-after-change-function): Use text properties to find the
13359 position of the prefix text.
13360 (occur-engine): Set stickiness of prefix text properties.
13361
13362 2011-09-17 Glenn Morris <rgm@gnu.org>
13363
13364 * progmodes/etags.el (complete-tag):
13365 Fix call to completion-in-region. (Bug#9526)
13366
13367 2011-09-17 Juri Linkov <juri@jurta.org>
13368
13369 * textmodes/ispell.el (ispell-word): Add to the error message
13370 the word, ispell program name and current dictionary (bug#9121).
13371 (ispell-tex-arg-end): Capitalize "error" in the error message.
13372
13373 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
13374
13375 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
13376 check. (Bug#4251)
13377
13378 2011-09-17 Juri Linkov <juri@jurta.org>
13379
13380 * window.el (window-safe-min-height, window-safe-min-width):
13381 Fix typos (followup to bug#9522).
13382
13383 2011-09-17 Sven Joachim <svenjoac@gmx.de>
13384
13385 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
13386
13387 2011-09-16 Eli Zaretskii <eliz@gnu.org>
13388
13389 * simple.el (line-move): If goal-column is set, move by logical
13390 lines, not by display lines. (Bug#971)
13391 (next-line, previous-line, goal-column, line-move-visual): Doc fix
13392 to reflect the above change.
13393
13394 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13395
13396 * image.el (imagemagick-register-types): Use regexp-opt.
13397
13398 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
13399
13400 * window.el (display-buffer-base-action): Rename from
13401 display-buffer-default-action. Make default value empty.
13402 (display-buffer-overriding-action): Convert to defvar.
13403 (display-buffer-fallback-action): New var.
13404
13405 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
13406
13407 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
13408 declaration.
13409 (package--add-to-archive-contents): If there is a duplicate entry
13410 with an older version, remove it.
13411 (package-menu-mark-delete, package-menu-mark-install)
13412 (package-menu-mark-unmark): Make unused args optional.
13413 (package-menu-mark-obsolete-for-deletion):
13414 Use package-menu-get-status instead of a regexp search.
13415 (package-menu-get-status): Use tabulated-list-entry.
13416 (package-menu-mark-upgrades): New command.
13417 (package-menu-mode-map): Bind it to U. Add it to menu bar.
13418 (package-menu-execute): Do installation before deletion.
13419 (package-menu-refresh, package-menu-execute): Use derived-mode-p
13420 instead of checking major-mode.
13421 (package-menu--find-upgrades): New function.
13422
13423 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13424
13425 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
13426 passwords in the log buffer.
13427 (smtpmail-process-filter): Update the process marker so that the
13428 "broken by peer" status message is inserted in the right place.
13429
13430 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13431
13432 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
13433 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
13434 bibtex-completion-at-point-function.
13435 (bibtex-completion-at-point-function): Use them.
13436
13437 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
13438
13439 * mpc.el (mpc-constraints-tag-lookup): New function.
13440 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
13441 also to browser "album|playlist".
13442
13443 2011-09-14 Juri Linkov <juri@jurta.org>
13444
13445 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
13446 (isearch-edit-string): Use length of `isearch-string' when
13447 `isearch-fail-pos' returns nil.
13448 (isearch-message): Remove duplicate code and call
13449 `isearch-fail-pos' with arg `t'.
13450
13451 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
13452
13453 * replace.el (occur-mode-goto-occurrence): Don't force using other
13454 window (Bug#9499).
13455
13456 * dired-aux.el (dired-do-chmod): Don't provide initial input.
13457
13458 2011-09-14 Martin Rudalics <rudalics@gmx.at>
13459
13460 * window.el (display-buffer-window): Remove.
13461 (display-buffer-record-window): Use help-setup window parameter
13462 instead of variable display-buffer-window.
13463 (display-buffer-function, special-display-buffer-names)
13464 (special-display-function): Mention help-setup parameter instead
13465 of display-buffer-window in doc-string.
13466 * help.el (help-window-setup): New argument help-window.
13467 Use help-window-setup parameter instead of display-buffer-window.
13468 Reword some messages.
13469 (with-help-window): Pass window used for displaying the buffer
13470 to help-window-setup. Don't set display-buffer-window.
13471
13472 2011-09-13 Glenn Morris <rgm@gnu.org>
13473
13474 * emacs-lisp/debug.el (debugger-make-xrefs):
13475 Preserve point. (Bug#9462)
13476
13477 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
13478
13479 * window.el (window-deletable-p): Use next-frame.
13480
13481 2011-09-13 Martin Rudalics <rudalics@gmx.at>
13482
13483 * window.el (window-auto-delete): Remove.
13484 (window-deletable-p): Remove argument FORCE. Don't deal with
13485 dedication and previous buffers.
13486 (switch-to-prev-buffer): Don't delete window.
13487 (delete-windows-on): Delete a window's frame if and only if the
13488 window is dedicated.
13489 (replace-buffer-in-windows): Delete buffer's window or frame if
13490 and only if window is dedicated.
13491 (quit-window): Handle quit-restore as before last change.
13492 (bury-buffer): Delete window only if window-deletable-p returns t.
13493
13494 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
13495
13496 * window.el (window-deletable-p): Never delete the last frame on a
13497 given terminal.
13498
13499 2011-09-13 Glenn Morris <rgm@gnu.org>
13500
13501 * help.el (describe-key-briefly): Copy previous standard-output change.
13502
13503 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
13504
13505 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
13506
13507 2011-09-13 Glenn Morris <rgm@gnu.org>
13508
13509 * emacs-lisp/lisp-mode.el (lisp-indent-function):
13510 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
13511
13512 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
13513
13514 * dired-aux.el (dired-mark-read-string): Don't return default
13515 value on empty input (Bug#9361).
13516 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
13517 Omit initial minibuffer contents.
13518 (dired-do-chmod): Signal an error on empty input.
13519 (dired-mark-read-string): Don't return default on empty input.
13520
13521 * files.el (file-modes-symbolic-to-number): Doc fix.
13522
13523 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13524
13525 * international/mule-cmds.el (ucs-completions): Remove.
13526 (read-char-by-name): Use complete-with-action instead; add metadata.
13527
13528 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
13529
13530 * window.el (display-buffer--action-function-custom-type)
13531 (display-buffer--action-custom-type): New vars.
13532 (display-buffer-alist, display-buffer-default-action)
13533 (display-buffer-overriding-action): Add defcustom types.
13534
13535 * frame.el (delete-other-frames): Doc fix (Bug#276).
13536
13537 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13538
13539 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
13540
13541 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
13542
13543 Change modes that used same-window-* vars to use switch-to-buffer.
13544
13545 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
13546 Use switch-to-buffer.
13547
13548 * cus-edit.el (customize-group, custom-buffer-create)
13549 (customize-browse, custom-buffer-create-other-window):
13550 Use switch-to-buffer or switch-to-buffer-other-window.
13551
13552 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
13553 (Info-prev, Info-up, Info-speedbar-goto-node)
13554 (info-display-manual): Use switch-to-buffer.
13555 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
13556
13557 * mail/sendmail.el (mail): Use switch-to-buffer.
13558 (mail-recover): Use switch-to-buffer-other-window.
13559
13560 * cmuscheme.el (run-scheme, switch-to-scheme):
13561 * ielm.el (ielm):
13562 * shell.el (shell):
13563 * net/rlogin.el (rlogin):
13564 * net/telnet.el (telnet, rsh):
13565 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
13566
13567 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
13568
13569 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
13570
13571 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13572
13573 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
13574 so don't mention it (bug#9301).
13575 (dired-sort-toggle-or-edit): Clarify string further.
13576
13577 * faces.el (face-spec-set-match-display): Make `(type graphic)'
13578 match `x', `w32' and `ns', like the manual says (bug#9029).
13579
13580 * subr.el (eval-after-load): Doc string clarification (bug#9125).
13581 (process-kill-buffer-query-function): Mention the buffer name in
13582 the query.
13583
13584 * image-mode.el (image-next-line): The line parameter is mandatory
13585 (bug#9258).
13586
13587 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
13588 which can be useful (bug#9301).
13589
13590 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
13591
13592 * subr.el (match-string): Mention that the current buffer should
13593 be the same as the search was done in (bug#9282).
13594
13595 * facemenu.el: Disable the remove-* commands if the mark isn't
13596 active (bug#9162).
13597
13598 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
13599
13600 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
13601 of display-buffer.
13602 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
13603
13604 * replace.el (occur-mode-goto-occurrence)
13605 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
13606 and display-buffer.
13607
13608 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
13609 display-buffer.
13610
13611 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
13612 special-display and same-window variables.
13613 (mail-other-window): Use switch-to-buffer-other-window.
13614 (mail-other-frame): USe switch-to-buffer-other-frame.
13615
13616 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
13617 Use display-buffer-other-frame.
13618 (gdb-display-gdb-buffer): Use pop-to-buffer.
13619
13620 * progmodes/gud.el (gud-goto-info): Use info-other-window.
13621
13622 * progmodes/python.el: Don't set same-window-buffer-names.
13623
13624 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
13625
13626 * window.el (display-buffer-alist): Add *Python*.
13627
13628 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
13629
13630 * window.el (display-buffer-alist): Add entry for buffers
13631 previously handled same-window-*.
13632 (display-buffer-alist, display-buffer-default-action)
13633 (display-buffer-overriding-action): Mark as risky.
13634 (display-buffer-alist): Document action function changes.
13635 (display-buffer--same-window-action)
13636 (display-buffer--other-frame-action): New variables.
13637 (switch-to-buffer, display-buffer-other-frame): Use them.
13638 (display-buffer): Rename reuse-frame entry to reusable-frames.
13639 (display-buffer-reuse-selected-window): Function deleted.
13640 (display-buffer-reuse-window): Handle reusable-frames alist entry.
13641 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
13642 (display-buffer-special): New function.
13643 (display-buffer--maybe-pop-up-frame-or-window): Rename from
13644 display-buffer-reuse-or-pop-window. Split off special-display
13645 part into display-buffer-special.
13646 (display-buffer-use-some-window): Don't perform any special
13647 pop-up-frames handling.
13648 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
13649 (display-buffer--maybe-same-window): Rename from
13650 display-buffer-maybe-same-window.
13651
13652 * info.el: Don't set same-window-regexps.
13653 (info-setup): New function.
13654 (info-other-window, info): Call it.
13655
13656 * cus-edit.el: Don't set same-window-regexps.
13657 (customize-group): New argument.
13658 (customize-group-other-window): Use it.
13659 (customize-face, customize-face-other-window): Likewise.
13660 (custom-buffer-create-other-window): Use pop-to-buffer directly.
13661
13662 * net/rlogin.el:
13663 * net/telnet.el:
13664 * progmodes/gud.el: Don't set same-window-regexps.
13665
13666 * cmuscheme.el:
13667 * ielm.el:
13668 * shell.el:
13669 * mail/sendmail.el:
13670 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
13671
13672 2011-09-10 Juri Linkov <juri@jurta.org>
13673
13674 * isearch.el (isearch-edit-string): Remove obsolete mention of
13675 `C-w' (`isearch-yank-word-or-char') from docstring.
13676 (isearch-query-replace): Fix typo in docstring (bug#9466).
13677
13678 2011-09-10 Juri Linkov <juri@jurta.org>
13679
13680 * paren.el (show-paren-function): Don't show escaped parens.
13681 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
13682
13683 2011-09-10 Eli Zaretskii <eliz@gnu.org>
13684
13685 * mail/sendmail.el (mml-to-mime, mml-attach-file)
13686 (mm-default-file-encoding): Remove autoload forms, they are
13687 replaced with autoload cookies in mml.el and mm-encode.el.
13688 (mail-add-attachment): New command.
13689 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
13690 (mail-mode): Mention mail-insert-file and mail-add-attachment in
13691 the doc string.
13692 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
13693
13694 2011-09-10 Reuben Thomas <rrt@sc3d.org>
13695
13696 * simple.el (count-words-region): Use buffer if there's no region
13697 (bug#9429).
13698
13699 2011-09-09 Juri Linkov <juri@jurta.org>
13700
13701 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
13702 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
13703 (wdired-isearch-filter-read-only): New function. (Bug#6362)
13704
13705 2011-09-09 Alan Mackenzie <acm@muc.de>
13706
13707 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
13708 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
13709
13710 2011-09-09 Eli Zaretskii <eliz@gnu.org>
13711
13712 Fix for Savannah bug#9392.
13713 * simple.el (mail-encode-mml): New defvar.
13714
13715 * mail/rmail.el (mail-encode-mml): Add a defvar.
13716 (rmail-enable-mime-composing): Default to t.
13717 (rmail-forward): Use MIME method of forwarding only if both
13718 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
13719 Set mail-encode-mml non-nil if the MIME method was used.
13720
13721 * mail/sendmail.el (mml-to-mime): Add autoload form.
13722 (mail-encode-mml): Add a defvar.
13723 (mail-mode): Make mail-encode-mml buffer-local and initialize it
13724 to nil.
13725 (mail-send): If mail-encode-mml is non-nil, run the outgoing
13726 message through mml-to-mime, and reset mail-encode-mml to nil.
13727
13728 2011-09-09 Glenn Morris <rgm@gnu.org>
13729
13730 * woman.el (woman-if-body): When processing an .el block,
13731 do not delete the next .el block as well. (Bug#9447)
13732 (woman-special-characters): Add oq, cq, and hy characters.
13733
13734 2011-09-08 Martin Rudalics <rudalics@gmx.at>
13735
13736 * window.el (window-deletable-p): Make sure window is live before
13737 invoking window-prev-buffers.
13738
13739 2011-09-08 Leo Liu <sdl.web@gmail.com>
13740
13741 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
13742
13743 2011-09-08 Juri Linkov <juri@jurta.org>
13744
13745 * progmodes/compile.el (compilation-environment): Make it
13746 a defcustom (bug#8340).
13747
13748 2011-09-08 Martin Rudalics <rudalics@gmx.at>
13749
13750 * window.el (frame-auto-delete): Rename to window-auto-delete.
13751 Make it control auto-deletion of windows and/or frames.
13752 (window-deletable-p): New argument FORCE. Rewrite conditions
13753 for deleting window/frame. (Bug#9419)
13754 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
13755 Rewrite handling of case when window/frame can be deleted.
13756 (delete-windows-on): Call window-deletable-p with new FORCE
13757 argument t. (Bug#9456)
13758
13759 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
13760
13761 * help-mode.el (help-mode): Restore autoload.
13762
13763 2011-09-07 Juri Linkov <juri@jurta.org>
13764
13765 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
13766 `compilation-environment'. Set buffer-local
13767 `compilation-environment' to `thisenv' later after (funcall mode).
13768 (Bug#8340)
13769
13770 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
13771 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
13772 instead of replacing its value. (Bug#8340)
13773
13774 2011-09-07 Juri Linkov <juri@jurta.org>
13775
13776 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
13777 based on text properties put by `grep-filter' instead of matching
13778 escape sequences.
13779 (grep-mode): Set buffer-local `compilation-error-screen-columns'
13780 to the value of `grep-error-screen-columns' (bug#9438).
13781
13782 2011-09-07 Juri Linkov <juri@jurta.org>
13783
13784 * simple.el (next-error-highlight, next-error-highlight-no-select):
13785 Doc fix (bug#9432).
13786
13787 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
13788
13789 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
13790 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
13791
13792 2011-09-07 Leo Liu <sdl.web@gmail.com>
13793
13794 * net/rcirc.el (rcirc-mode): Conditionally initialize
13795 rcirc-input-ring.
13796
13797 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13798
13799 * emacs-lisp/find-func.el (find-function-C-source): Only set
13800 find-function-C-source-directory after checking that we found a source
13801 file there (bug#9440).
13802
13803 2011-09-06 Alan Mackenzie <acm@muc.de>
13804
13805 * isearch.el (isearch-other-meta-char): Wherever a key list is
13806 unread, "unread" the prefix arg, too. This fixes bug #8901.
13807
13808 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
13809
13810 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
13811
13812 2011-09-05 Juri Linkov <juri@jurta.org>
13813
13814 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
13815
13816 2011-09-05 Juri Linkov <juri@jurta.org>
13817
13818 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
13819 keeping point where processing of grep matches begins, and
13820 continue to delete remaining escape sequences from the same point.
13821 (grep-filter): Make leading zero optional in "0?1;31m" because
13822 git-grep emits "\033[1;31m" escape sequences unlike expected
13823 "\033[01;31m" as GNU Grep does (bug#9408).
13824 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
13825
13826 2011-09-05 Juri Linkov <juri@jurta.org>
13827
13828 * subr.el (y-or-n-p): Capitalize "yes".
13829
13830 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
13831
13832 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
13833 `tramp-cache-unload-hook' where appropriate.
13834 (tramp-methods): Rename `tramp-remote-sh' to
13835 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
13836 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
13837
13838 * net/tramp-sh.el (top): Don't require 'shell.
13839 (tramp-methods): Add `tramp-remote-shell' and
13840 `tramp-remote-shell-args' entries.
13841 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
13842 (tramp-sh-handle-shell-command): Remove.
13843 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13844 Use `tramp-remote-shell'.
13845
13846 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
13847
13848 * mail/sendmail.el (sendmail-query-once-function): Delete.
13849 (sendmail-query-once): Save directly to send-mail-function.
13850 Update message-send-mail-function too.
13851
13852 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
13853
13854 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
13855
13856 * progmodes/python.el (python-mode-map): Use correct function to
13857 start python interpreter from menu-bar (as reported by Geert
13858 Kloosterman).
13859 (inferior-python-mode-map): Fix typo.
13860 (python-shell-map): Remove.
13861
13862 2011-09-03 Deniz Dogan <deniz@dogan.se>
13863
13864 * net/rcirc.el (rcirc-print): Simplify code for
13865 rcirc-scroll-show-maximum-output. There is no need to walk
13866 through all windows to find the right one.
13867
13868 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
13869
13870 * help.el (help-return-method): Doc fix.
13871
13872 2011-09-03 Martin Rudalics <rudalics@gmx.at>
13873
13874 * window.el (window-deletable-p): Don't return a non-nil value
13875 when there's a buffer that was shown in the window before.
13876 (Bug#9419)
13877 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13878 Set window's previous buffers to nil.
13879
13880 2011-09-03 Eli Zaretskii <eliz@gnu.org>
13881
13882 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
13883 newline before and after the tag line, so it doesn't interfere
13884 with determining the paragraph direction of bidirectional text.
13885
13886 2011-09-03 Leo Liu <sdl.web@gmail.com>
13887
13888 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
13889
13890 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
13891
13892 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
13893 (pop-to-buffer): Change interactive spec. Pass second argument
13894 directly to display-buffer.
13895 (display-buffer): Fix interactive spec. Use functionp to
13896 distinguish between a function and a list of functions.
13897
13898 * abbrev.el (edit-abbrevs):
13899 * arc-mode.el (archive-extract):
13900 * autoinsert.el (auto-insert):
13901 * bookmark.el (bookmark-bmenu-list):
13902 * files.el (find-file):
13903 * view.el (view-buffer):
13904 * progmodes/compile.el (compilation-goto-locus):
13905 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
13906
13907 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
13908
13909 * window.el (display-buffer-alist): Doc fix.
13910 (display-buffer): Add docstring. Don't treat
13911 display-buffer-default specially.
13912 (display-buffer-reuse-selected-window)
13913 (display-buffer-same-window, display-buffer-maybe-same-window)
13914 (display-buffer-reuse-window, display-buffer-pop-up-frame)
13915 (display-buffer-pop-up-window)
13916 (display-buffer-reuse-or-pop-window)
13917 (display-buffer-use-some-window): New functions.
13918 (display-buffer-default-action): Use them.
13919 (display-buffer-default): Delete.
13920 (pop-to-buffer-1): Fix choice of actions.
13921
13922 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
13923
13924 * minibuffer.el (completion--insert-strings): Don't get confused by
13925 completion entries that end with an LF char.
13926
13927 2011-09-01 Eli Zaretskii <eliz@gnu.org>
13928
13929 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
13930
13931 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
13932
13933 * window.el (display-buffer): Restore interactive spec.
13934 (display-buffer-same-window, display-buffer-other-window):
13935 New functions.
13936 (pop-to-buffer-1): New function. Use the above.
13937 (pop-to-buffer, pop-to-buffer-same-window): Use it.
13938 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
13939
13940 * view.el (view-buffer-other-window, view-buffer-other-frame):
13941 Just use pop-to-buffer.
13942
13943 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13944
13945 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
13946
13947 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
13948
13949 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
13950
13951 2011-08-31 Richard Stallman <rms@gnu.org>
13952
13953 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
13954 of the separation of rmail-view-buffer from rmail-buffer.
13955 If you say no to "replace original", the decrypt is in the
13956 view buffer. If you say yes, the decrypt goes into the
13957 rmail buffer also.
13958
13959 2011-08-31 Martin Rudalics <rudalics@gmx.at>
13960
13961 * window.el (display-buffer-window): Rewrite doc-string.
13962 (display-buffer-record-window): New function.
13963 (display-buffer-macro-specifiers)
13964 (display-buffer-even-window-sizes, display-buffer-set-height)
13965 (display-buffer-set-width, display-buffer-in-window)
13966 (display-buffer-reuse-window, display-buffer-split-specifiers)
13967 (display-buffer-side-specifiers, display-buffer-split-window-1)
13968 (display-buffer-split-window, display-buffer-split-atom-window)
13969 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
13970 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
13971 (display-buffer-other-window-means-other-frame)
13972 (display-buffer-normalize-special)
13973 (display-buffer-normalize-default)
13974 (display-buffer-normalize-argument)
13975 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
13976 (display-buffer-normalize-specifiers, display-buffer-frame)
13977 (display-buffer-same-window, display-buffer-same-frame)
13978 (display-buffer-other-window)
13979 (display-buffer-same-frame-other-window)
13980 (display-buffer-other-frame, pop-to-buffer-same-window)
13981 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
13982 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
13983 (switch-to-buffer-same-frame)
13984 (switch-to-buffer-other-window-same-frame)
13985 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
13986 (display-buffer-alist-set-1, display-buffer-alist-set-2)
13987 (display-buffer-alist-set): Remove.
13988 (display-buffer-function, special-display-buffer-names)
13989 (special-display-regexps, special-display-function):
13990 In doc-string refer to display-buffer-window and quit-restore
13991 parameter.
13992 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
13993 (special-display-frame-alist, special-display-popup-frame)
13994 (same-window-buffer-names, same-window-regexps, same-window-p)
13995 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13996 (split-window-preferred-function, split-height-threshold)
13997 (split-width-threshold, window-splittable-p)
13998 (split-window-sensibly, window--try-to-split-window)
13999 (window--frame-usable-p, even-window-heights)
14000 (window--even-window-heights, window--display-buffer-1)
14001 (window--display-buffer-2, display-buffer-other-frame):
14002 Restore old Emacs 23 code, order and doc-strings where applicable.
14003 (display-buffer-default, display-buffer-assq-regexp): New functions.
14004 (display-buffer-alist): Rewrite doc-string.
14005 (display-buffer-default-action)
14006 (display-buffer-overriding-action): New variables.
14007 (display-buffer, switch-to-buffer): Rewrite.
14008 (pop-to-buffer): Restore Emacs 23 behavior but use
14009 window-normalize-buffer-to-display.
14010 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14011 Restore Emacs 23 behavior but use
14012 window-normalize-buffer-to-switch-to.
14013 (pop-to-buffer-same-window): Rewrite.
14014 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14015 Rewrite using Emacs 23 options.
14016
14017 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
14018
14019 * net/tramp.el (tramp-root-regexp): Remove.
14020 (tramp-completion-file-name-regexp-unified)
14021 (tramp-completion-file-name-regexp-separate)
14022 (tramp-completion-file-name-regexp-url): Don't use leading volume
14023 letter on w32 systems. (Bug#5303, Bug#9311)
14024 (tramp-drop-volume-letter): Simplify definition.
14025 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14026
14027 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14028
14029 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14030 (bug#9356).
14031
14032 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14033
14034 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
14035
14036 2011-08-29 Juri Linkov <juri@jurta.org>
14037
14038 * isearch.el (isearch-done): Don't display message "Mark saved"
14039 when arg `edit' is non-nil to prevent its flicker in the echo area.
14040
14041 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14042
14043 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14044 obsolete packages for deletion.
14045
14046 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14047
14048 * help-mode.el (help-mode-map): Add special-mode-map to parent.
14049 (help-mode): Derive help-mode from special-mode. Don't invoke
14050 view-mode from help-mode.
14051 (help-xref-override-view-map): Remove.
14052 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14053 view-mode is not used anymore.
14054
14055 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
14056
14057 * server.el (server-port): Doc fix.
14058
14059 * cus-theme.el (custom-theme-choose-mode): Inherit from
14060 special-mode (Bug#9124).
14061 (custom-theme-choose-mode-map): Add special-mode to parent.
14062
14063 2011-08-28 Alan Mackenzie <acm@muc.de>
14064
14065 * progmodes/cc-fonts.el
14066 (c-make-font-lock-BO-decl-search-function): New function.
14067 (c-basic-matchers-after - "Fontify the clauses after various
14068 keywords"): Extract the three keyword lists for the 3 erroneous
14069 constructs from the list of four, and use the new function above
14070 in place of an old one.
14071
14072 2011-08-28 Deniz Dogan <deniz@dogan.se>
14073
14074 * net/rcirc.el (rcirc-insert-prev-input)
14075 (rcirc-insert-next-input): Remove unused argument.
14076
14077 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14078
14079 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14080
14081 2011-08-27 Alan Mackenzie <acm@muc.de>
14082
14083 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
14084 handle function pointer parameters properly.
14085
14086 2011-08-27 Martin Rudalics <rudalics@gmx.at>
14087
14088 * window.el (display-buffer-reuse-window): Fix case where
14089 selected window was reused with non-nil OTHER-WINDOW argument.
14090 (Bug#9381)
14091
14092 2011-08-27 Deniz Dogan <deniz@dogan.se>
14093
14094 * net/rcirc.el (rcirc-check-auth-status): Adding support for
14095 oftc's NickServ messages.
14096
14097 2011-08-27 Glenn Morris <rgm@gnu.org>
14098
14099 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
14100
14101 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
14102
14103 * emacs-lisp/package.el (package-install): Call package-initialize
14104 if called interactively.
14105
14106 2011-08-26 Leo Liu <sdl.web@gmail.com>
14107
14108 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
14109
14110 2011-08-25 Juri Linkov <juri@jurta.org>
14111
14112 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14113 `search-whitespace-regexp' (bug#9364).
14114
14115 2011-08-25 Juri Linkov <juri@jurta.org>
14116
14117 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
14118 `regexp-search-ring' to their global values to protect from
14119 updating by `read-from-minibuffer' (bug#9185).
14120
14121 2011-08-25 Juri Linkov <juri@jurta.org>
14122
14123 * textmodes/ispell.el (ispell-command-loop): Add newline
14124 at the end of the "Use option `i'..." line.
14125
14126 2011-08-25 Juri Linkov <juri@jurta.org>
14127
14128 * battery.el (display-battery-mode): If `battery-status-function'
14129 or `battery-mode-line-format' is nil, display the message and set
14130 `display-battery-mode' to nil (bug#9363).
14131
14132 2011-08-25 Eli Zaretskii <eliz@gnu.org>
14133
14134 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
14135 bidi-string-mark-left-to-right; they are unnecessary now.
14136
14137 2011-08-25 Deniz Dogan <deniz@dogan.se>
14138
14139 * net/quickurl.el: Documentation typo fixes.
14140
14141 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
14142
14143 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
14144
14145 2011-08-25 Glenn Morris <rgm@gnu.org>
14146
14147 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14148
14149 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
14150 (smtpmail-via-smtp): Handle nil response from smtp.
14151
14152 2011-08-24 Juri Linkov <juri@jurta.org>
14153
14154 * proced.el (proced-marked): Inherit from `error' instead of
14155 `font-lock-warning-face'.
14156
14157 * ibuffer.el (ibuffer-marked-face): Change default face from
14158 `font-lock-warning-face' to `warning'.
14159 (ibuffer-deletion-face): Change default face from
14160 `font-lock-type-face' to `error'.
14161
14162 * battery.el (battery-update): Use the face `error' instead of
14163 `font-lock-warning-face' (bug#6117).
14164
14165 2011-08-24 Juri Linkov <juri@jurta.org>
14166
14167 * faces.el (success): Change face color from "Green3" to
14168 "ForestGreen" on light background (bug#9353).
14169
14170 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
14171
14172 * window.el (quit-window): Rename from quit-restore-window.
14173 Use same arglist as old quit-window.
14174 (frame-auto-delete): Doc fix.
14175
14176 * view.el (view-mode-exit): Use quit-window.
14177
14178 2011-08-24 Juri Linkov <juri@jurta.org>
14179
14180 * isearch.el (isearch-ring-adjust1): Start visiting previous
14181 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
14182 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
14183 for empty search string (when the last search string is reused
14184 automatically) to adjust the isearch ring to the last element and
14185 prepare the correct index for further M-p commands (bug#9185).
14186
14187 2011-08-24 Kenichi Handa <handa@m17n.org>
14188
14189 * international/ucs-normalize.el: If decomposition property of
14190 CHAR is the default one (i.e. a list of CHAR itself), treat it as
14191 nil.
14192 (nfd, nfkd): Likewise.
14193
14194 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14195
14196 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
14197 from process filters aren't reliably transmitted to the surrounding
14198 accept-process-output.
14199 (mpc-proc-check): New function.
14200 (mpc-proc-sync): Use it (bug#8293)
14201
14202 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14203
14204 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
14205 Add compatibility functions (bug#9313).
14206
14207 2011-08-23 Eli Zaretskii <eliz@gnu.org>
14208
14209 * cus-start.el (all): Add entry for bidi-paragraph-direction.
14210
14211 * international/uni-bidi.el: Regenerate.
14212
14213 2011-08-23 Kenichi Handa <handa@m17n.org>
14214
14215 * international/charprop.el:
14216 * international/uni-bidi.el:
14217 * international/uni-category.el:
14218 * international/uni-combining.el:
14219 * international/uni-comment.el:
14220 * international/uni-decimal.el:
14221 * international/uni-decomposition.el:
14222 * international/uni-digit.el:
14223 * international/uni-lowercase.el:
14224 * international/uni-mirrored.el:
14225 * international/uni-name.el:
14226 * international/uni-numeric.el:
14227 * international/uni-old-name.el:
14228 * international/uni-titlecase.el:
14229 * international/uni-uppercase.el: Regenerate.
14230
14231 2011-08-23 Martin Rudalics <rudalics@gmx.at>
14232
14233 * help.el (help-window-setup): Fix message displayed when other
14234 window is reused. (Bug#9341)
14235
14236 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14237
14238 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
14239 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
14240
14241 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
14242 Mark obsolete.
14243 * shell.el (shell-parse-pcomplete-arguments): New function.
14244 (shell-completion-vars): Use it instead (bug#9160).
14245
14246 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14247
14248 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
14249 strings and comments (bug#9333).
14250
14251 * emacs-lisp/debug.el (debug-arglist): New function.
14252 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
14253 (debug-on-entry-1): Handle interpreted closures (bug#9120).
14254
14255 2011-08-22 Juri Linkov <juri@jurta.org>
14256
14257 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14258 Revert regexp that highlights output switches to its old
14259 pre-2010-10-28 value and remove one `?' from it (bug#9319).
14260
14261 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
14262 to check for empty output (bug#9226).
14263
14264 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
14265
14266 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
14267 symbol-constituent as the default, as that stops font-lock from
14268 working properly (Bug#8843).
14269
14270 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14271
14272 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
14273 `coding-system-for-*' around the process open call to avoid
14274 auth-source side effects.
14275 (smtpmail-try-auth-methods): Expand the secret password.
14276 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
14277 probe hangs.
14278
14279 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
14280
14281 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
14282
14283 * emacs-lisp/find-func.el (find-function-noselect): New arg
14284 lisp-only.
14285
14286 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
14287 signal an error for built-in functions (Bug#6664).
14288
14289 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14290
14291 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
14292 (smtpmail-try-auth-methods): Use it.
14293
14294 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
14295
14296 * font-lock.el (font-lock-fontify-region)
14297 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
14298 (font-lock-default-unfontify-buffer)
14299 (font-lock-default-fontify-region)
14300 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
14301
14302 * progmodes/compile.el (compilation-error-properties):
14303 Fix confusion between file struct and message struct (Bug#9319).
14304 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
14305 `ant' regexp.
14306
14307 * net/browse-url.el (browse-url-firefox): Don't call
14308 browse-url-firefox-sentinel unless using -remote (Bug#9328).
14309
14310 2011-08-20 Glenn Morris <rgm@gnu.org>
14311
14312 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
14313
14314 * tutorial.el (tutorial--default-keys): Update some default bindings.
14315
14316 * files.el (hack-local-variables): Fully ignore case for "mode:".
14317
14318 2011-08-20 Alan Mackenzie <acm@muc.de>
14319
14320 Resolve invalid use of a regexp in regexp-opt.
14321
14322 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
14323 detection for a java annotation.
14324
14325 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
14326 detection for a java annotation.
14327
14328 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
14329 handling for java.
14330 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
14331
14332 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
14333
14334 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
14335 (Bug#9274).
14336
14337 2011-08-20 Alan Mackenzie <acm@muc.de>
14338
14339 Fontify CPP expressions correctly when starting in the middle of
14340 such a construct. Mainly for when jit-lock etc. starts a chunk
14341 here.
14342
14343 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
14344 variable.
14345 (c-make-font-lock-search-form): New function, extracted from
14346 c-make-font-lock-search-function.
14347 (c-make-font-lock-search-function): Use the above function.
14348 (c-make-font-lock-context-search-function): New function.
14349 (c-cpp-matchers): Enhance the preprocessor expression case with
14350 the above function
14351 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
14352 which takes an expression.
14353
14354 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
14355
14356 2011-08-20 Martin Rudalics <rudalics@gmx.at>
14357
14358 * window.el (display-buffer-reuse-window)
14359 (display-buffer-pop-up-window): Don't reuse or split a side
14360 window.
14361
14362 2011-08-19 Glenn Morris <rgm@gnu.org>
14363
14364 * files.el (hack-local-variables-prop-line, hack-local-variables):
14365 Downcase "Mode:". (Bug#9331)
14366
14367 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
14368
14369 * international/characters.el: Add L and R categories.
14370
14371 * subr.el (bidi-string-mark-left-to-right): Rename from
14372 string-mark-left-to-right. Use category search.
14373
14374 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
14375
14376 2011-08-18 Juri Linkov <juri@jurta.org>
14377
14378 * faces.el (error, warning, success): New faces with definitions
14379 copied from old default values of `font-lock-warning-face',
14380 `compilation-warning', `compilation-info' (bug#6117).
14381
14382 * font-lock.el (font-lock-warning-face): Inherit from `error'.
14383
14384 * progmodes/compile.el (compilation-error): Inherit from `error'.
14385 (compilation-warning): Inherit from `warning'.
14386 (compilation-info): Inherit from `success'.
14387
14388 * dired.el (dired-marked): Inherit from `warning'.
14389 (dired-flagged): Inherit from `error'.
14390
14391 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14392
14393 * mail/smtpmail.el (auth-source): Require to avoid problems with
14394 binding variables (bug#9298). Also clean up some unused
14395 autoloads.
14396
14397 * net/network-stream.el (network-stream-open-starttls):
14398 Support using starttls.el without using gnutls-cli.
14399
14400 2011-08-17 Juri Linkov <juri@jurta.org>
14401
14402 * progmodes/grep.el (rgrep): Handle the case when
14403 `grep-find-command' is a cons cell (bug#9278).
14404
14405 2011-08-17 Martin Rudalics <rudalics@gmx.at>
14406
14407 * window.el (display-buffer-pop-up-frame): Run frame creation
14408 function with BUFFER current (as special-display-popup-frame
14409 does). Reported by Drew Adams.
14410
14411 2011-08-17 Daiki Ueno <ueno@unixuser.org>
14412
14413 * epa-mail.el: Simplify GnuPG group expansion using
14414 epg-expand-group.
14415 (epa-mail-group-alist, epa-mail-group-modtime)
14416 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
14417 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
14418 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
14419 Remove.
14420
14421 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
14422
14423 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
14424
14425 2011-08-16 Alan Mackenzie <acm@muc.de>
14426
14427 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
14428 Correct, to avoid the inside of macros.
14429
14430 2011-08-16 Richard Stallman <rms@gnu.org>
14431
14432 * epa-mail.el: Handle GnuPG group definitions.
14433 (epa-mail-group-alist, epa-mail-group-modtime)
14434 (epa-mail-gnupg-conf-file): New variables.
14435 (epa-mail-parse-groups, epa-mail-sync-groups)
14436 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
14437 (epa-mail-expand-recipients): New functions.
14438 (epa-mail-encrypt): Call epa-mail-expand-recipients.
14439
14440 * mail/rmail.el (rmail-epa-decrypt): New command.
14441
14442 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
14443 Don't bind buffer-read-only, just inhibit-read-only.
14444 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
14445 (epa-decrypt-armor-in-region): Make error message clearer.
14446
14447 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
14448
14449 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
14450 and "a2b" to "ab" for `prefix'.
14451
14452 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
14453
14454 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
14455 filter groups.
14456 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
14457 Fourquet (Bug#8804).
14458
14459 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
14460
14461 * startup.el (argi): Declare as global variable (bug#9275).
14462
14463 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
14464
14465 * subr.el (string-mark-left-to-right): Search the entire string
14466 for RTL script, not just the terminating character. Doc fix.
14467
14468 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
14469
14470 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
14471 New function.
14472 (js--regexp-literal, js-syntax-propertize-function): Remove.
14473 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
14474 (js-mode-map): Don't rebind electric keys.
14475 (js-insert-and-indent): Remove.
14476 (js-mode): Setup electric-layout and electric-indent instead.
14477
14478 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
14479
14480 2011-08-12 Daiki Ueno <ueno@unixuser.org>
14481
14482 * epa.el (epa-progress-callback-function): Fix the logic of
14483 displaying progress.
14484 * epa-file.el (epa-file-insert-file-contents): Make progress
14485 display more user-friendly.
14486 (epa-file-write-region): Ditto.
14487
14488 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
14489
14490 * subr.el (string-mark-left-to-right): New function.
14491
14492 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
14493 Use string-mark-left-to-right.
14494 (list-buffers-noselect): Caller changed.
14495
14496 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14497 Use string-mark-left-to-right.
14498 (tabulated-list-print): Recenter after moving point.
14499
14500 2011-08-10 Juri Linkov <juri@jurta.org>
14501
14502 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
14503 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
14504 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
14505
14506 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
14507
14508 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
14509 (Bug#7554).
14510
14511 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
14512
14513 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
14514 character. (Bug#6594)
14515
14516 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
14517
14518 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
14519 (image-dired--with-db-file): New macro.
14520 (image-dired-write-tags, image-dired-remove-tag)
14521 (image-dired-create-gallery-lists, image-dired-write-comments)
14522 (image-dired-get-comment, image-dired-mark-tagged-files)
14523 (image-dired-list-tags, image-dired-gallery-generate): Use it.
14524 (image-dired-gallery-generate): Use insert-file-contents.
14525
14526 * time.el (display-time-world-list, display-time-world-display):
14527 * time-stamp.el (time-stamp-string):
14528 * vc/add-log.el (add-change-log-entry): Use setenv instead of
14529 set-time-zone-rule (Bug#7337).
14530
14531 2011-08-08 Daiki Ueno <ueno@unixuser.org>
14532
14533 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
14534 (epg-error-to-string, epg-errors-to-string): New function.
14535 (epg-wait-for-completion): Reverse errors list.
14536 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
14537 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
14538 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
14539 (epg-sign-keys, epg-generate-key-from-file)
14540 (epg-generate-key-from-string): Format errors by using
14541 epg-errors-to-string (bug#9255).
14542 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
14543
14544 2011-08-07 Juri Linkov <juri@jurta.org>
14545
14546 * faces.el (list-faces-display): Remove extra angle bracket
14547 from `help-mode-map'.
14548
14549 * info.el (Info-history-toc-nodes): Doc fix.
14550
14551 * longlines.el (longlines-mode): Doc fix.
14552
14553 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
14554
14555 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
14556 of statements and in a few more cases (bug#9183).
14557
14558 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
14559 New functions.
14560 (cl-transform-lambda): Use them (bug#9239).
14561
14562 2011-08-05 Martin Rudalics <rudalics@gmx.at>
14563
14564 * window.el (display-buffer-same-window)
14565 (display-buffer-same-frame, display-buffer-other-window)
14566 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
14567 (pop-to-buffer-other-window)
14568 (pop-to-buffer-same-frame-other-window)
14569 (pop-to-buffer-other-frame): Make them defuns.
14570 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
14571
14572 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14573
14574 * subr.el (make-composed-keymap): Move from C. Change calling
14575 convention, and improve docstring to bring attention to a subtle point.
14576 * minibuffer.el (completing-read-default): Adjust accordingly.
14577
14578 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
14579
14580 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
14581 (tramp-open-shell): Use `tramp-shell-quote-argument'.
14582
14583 * net/trampver.el: Update release number.
14584
14585 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14586
14587 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
14588 "in" (bug#9190).
14589
14590 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14591
14592 * mail/sendmail.el (sendmail-query-once): Restore the current
14593 buffer after querying (bug#9074).
14594
14595 * dired.el (dired-flagged): Use different faces for marked and
14596 flagged files (bug#6117).
14597
14598 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
14599 (bug#4433).
14600
14601 * ido.el (ido-mode): Switch off the message if called
14602 non-interactively.
14603
14604 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
14605 before 587, since it appears that that's more likely to work for
14606 more people.
14607
14608 * cus-edit.el (custom-file): When running under emacs -q, always
14609 refuse to save the customizations, even if the .emacs file doesn't
14610 exist.
14611
14612 * info.el: Remove the `Info-beginning-of-buffer' function
14613 (bug#8325).
14614
14615 * net/network-stream.el (network-stream-open-starttls):
14616 Use `starttls-available-p' to see whether starttls.el can be used.
14617
14618 2011-08-01 Martin Rudalics <rudalics@gmx.at>
14619
14620 * window.el (display-buffer-in-window): Don't set dedicated status
14621 of window here (Bug#9215).
14622 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14623 (display-buffer-pop-up-side-window)
14624 (display-buffer-in-side-window): Set dedicated status of window here.
14625
14626 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
14627
14628 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
14629 before binding generated-autoload-file.
14630
14631 2011-08-01 Deniz Dogan <deniz@dogan.se>
14632
14633 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
14634
14635 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
14636
14637 Sync with Tramp 2.2.2.
14638
14639 * net/trampver.el: Update release number.
14640
14641 2011-07-30 Juri Linkov <juri@jurta.org>
14642
14643 * dired-aux.el (dired-touch-initial): Remove function.
14644 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
14645 current time, and `default' to the last modification time of the
14646 current marked file (bug#6887).
14647
14648 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
14649
14650 * simple.el (goto-line): Use string-to-number to provide a
14651 numeric argument to read-number (bug#9163).
14652
14653 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
14654
14655 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
14656 connection process, it could be nil.
14657
14658 2011-07-27 Leo Liu <sdl.web@gmail.com>
14659
14660 Simplify url handling in rcirc-mode.
14661
14662 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
14663 (rcirc-browse-url-at-mouse): Remove.
14664 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
14665
14666 2011-07-26 Alan Mackenzie <acm@muc.de>
14667
14668 Fontify bitfield declarations properly.
14669
14670 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
14671 (c-symbol-chars): Now exported as a lang variable.
14672 (c-not-primitive-type-keywords): New lang variable.
14673
14674 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
14675 QT keyword "more" to prevent "more slots: ...." being spuriously
14676 parsed as a bitfield declaration.
14677
14678 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14679 Refactor and enhance to handle bitfield declarations.
14680 (c-punctuation-in): New function.
14681 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
14682 declarations properly.
14683
14684 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
14685
14686 * calendar/icalendar.el (icalendar--all-events): Take care of
14687 multiple vcalendars in a single file.
14688 (icalendar--convert-float-to-ical): Checkdoc fixes.
14689
14690 2011-07-25 Deniz Dogan <deniz@dogan.se>
14691
14692 * image.el (insert-image): Clarifying docstring.
14693
14694 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
14695
14696 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
14697 `tramp-send-command-and-check' if there is no error.
14698 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
14699
14700 2011-07-22 Alan Mackenzie <acm@muc.de>
14701
14702 Prevent cc-langs.elc being loaded at run time.
14703
14704 * progmodes/cc-mode.el: Remove two autoload forms which loaded
14705 cc-langs.
14706
14707 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
14708 "(require 'cc-langs)". Quote a form so it will evaluate at
14709 (cc-mode's) compilation time.
14710
14711 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
14712
14713 * net/tramp.el (tramp-file-name-handler): Avoid recursive
14714 loading. (Bug#9114)
14715
14716 2011-07-21 Martin Rudalics <rudalics@gmx.at>
14717
14718 * window.el (display-buffer-pop-up-window)
14719 (display-buffer-pop-up-side-window)
14720 (display-buffer-in-side-window): Call display-buffer-set-height
14721 and display-buffer-set-width after setting the new window's
14722 buffer so `fit-window-to-buffer' and friends work on the right buffer.
14723
14724 2011-07-20 Sam Steingold <sds@gnu.org>
14725
14726 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
14727 (etags-tags-included-tables): Call `convert-standard-filename' on
14728 the file names contained in TAGS so that windows Emacs can handle
14729 TAGS files created by cygwin ctags.
14730
14731 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14732
14733 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
14734 which apparently didn't work.
14735
14736 2011-07-19 Roland Winkler <winkler@gnu.org>
14737
14738 * proced.el (proced-send-signal): For *Marked Processes* buffer
14739 put point at beginning of buffer.
14740
14741 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
14742
14743 * proced.el (proced-format): Make header lines align with the text
14744 (bug#1779).
14745
14746 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14747
14748 * view.el (view-buffer): Allow running in `special' modes if we're
14749 visiting a file (bug#8615).
14750
14751 2011-07-19 Martin Rudalics <rudalics@gmx.at>
14752
14753 * window.el (display-buffer-alist-of-strings-p)
14754 (display-buffer-alist-set-1, display-buffer-alist-set-2):
14755 New functions.
14756 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
14757 more accurately.
14758
14759 2011-07-18 Alan Mackenzie <acm@muc.de>
14760
14761 Fontify declarators properly when, e.g., a jit-lock chunk begins
14762 inside a declaration.
14763
14764 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
14765
14766 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14767 New function.
14768 (c-complex-decl-matchers): Insert reference to
14769 c-font-lock-enclosing-decls.
14770
14771 * progmodes/cc-engine.el (c-backward-single-comment):
14772 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
14773 to nil around calls to (forward-comment -1).
14774
14775 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14776
14777 * image.el (put-image): Doc typo fix.
14778
14779 * progmodes/etags.el (tags-search): Doc typo fix.
14780
14781 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
14782 password if we get errors 550 to 554.
14783
14784 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14785
14786 * net/gnutls.el (gnutls-log-level): Remove.
14787
14788 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
14789 indentation character (bug#6380).
14790
14791 * files.el (buffer-offer-save): Made permanently local (bug#6241).
14792
14793 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
14794 to clarify what the problem is (bug#4291).
14795
14796 * simple.el (current-kill): Clarify what
14797 `interprogram-paste-function' does (bug#7500).
14798 (auto-fill-mode): Document `auto-fill-function' in relation to
14799 `auto-fill-mode' (bug#2470).
14800
14801 2011-07-16 Lawrence Mitchell <wence@gmx.li>
14802
14803 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
14804 method if slot is read-only (bug#9035).
14805
14806 2011-07-16 Martin Rudalics <rudalics@gmx.at>
14807
14808 * frame.el (select-frame-set-input-focus): New argument NORECORD.
14809 * window.el (pop-to-buffer): Select window used even if it was
14810 selected before, see discussion of (Bug#8615), (Bug#6954).
14811 Pass argument NORECORD on to select-frame-set-input-focus.
14812
14813 2011-07-15 Glenn Morris <rgm@gnu.org>
14814
14815 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
14816 Respect help-form.
14817
14818 2011-07-09 Lawrence Mitchell <wence@gmx.li>
14819
14820 * net/gnutls.el (gnutls-min-prime-bits): New variable.
14821 (gnutls-negotiate): Use it.
14822
14823 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14824
14825 * net/gnutls.el (gnutls-negotiate):
14826 Upcase `gnutls-algorithm-priority'.
14827
14828 2011-07-15 Glenn Morris <rgm@gnu.org>
14829
14830 * jka-compr.el (jka-compr-verbose): Move from here...
14831 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
14832 Add missing :version tag.
14833 * info.el: No need to require jka-compr when compiling.
14834
14835 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14836
14837 * net/gnutls.el (gnutls-algorithm-priority): New variable.
14838 (gnutls-negotiate): Use it.
14839
14840 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
14841
14842 * info.el (Info-beginning-of-buffer): New command.
14843 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
14844 announcing `b' as the key (bug#8325).
14845 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
14846
14847 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
14848
14849 * international/mule-cmds.el
14850 (describe-specified-language-support): Make the error message
14851 clearer (bug#8905).
14852
14853 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
14854
14855 * isearch.el (isearch-barrier): Add a doc string, since it's
14856 mentioned in a function doc string (bug#8678).
14857
14858 2011-07-15 Martin Rudalics <rudalics@gmx.at>
14859
14860 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
14861 buffer argument (Bug#9083) and self-identifying label argument.
14862
14863 2011-07-15 Glenn Morris <rgm@gnu.org>
14864
14865 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
14866
14867 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14868
14869 * man.el (Man-fontify-manpage): Fix message when formatting the
14870 man page (bug#7929).
14871
14872 2011-07-14 Eli Zaretskii <eliz@gnu.org>
14873
14874 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
14875 argument LRM; if non-nil, append an invisible LRM character to the
14876 buffer name.
14877 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
14878 last argument non-nil, when formatting buffer names.
14879 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
14880 paragraph direction.
14881
14882 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14883
14884 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
14885 the man page name (bug#7929).
14886
14887 * image.el (put-image): Mention the `put-image' overlay property
14888 (bug#7834).
14889
14890 * scroll-bar.el (set-scroll-bar-mode): Mention that
14891 `scroll-bar-mode' lists the values (bug#7772).
14892
14893 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
14894 command (bug#7729).
14895
14896 * rect.el (apply-on-rectangle): Return the point after the last
14897 operation.
14898 (string-rectangle): Go to the point after the last operation
14899 (bug#7522).
14900
14901 * printing.el (pr-toggle-region): Clarify the documentation
14902 slightly (bug#7493).
14903
14904 * time.el (display-time-update):
14905 Allow `display-time-mail-function' to return nil (bug#7158).
14906 Fix suggested by Detlev Zundel.
14907
14908 * vc/diff.el (diff): Clarify the order the file names are read
14909 (bug#7111).
14910
14911 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
14912 the doc string (bug#7015).
14913
14914 * font-lock.el (font-lock-maximum-decoration): Mention what
14915 numeric levels mean (bug#6935).
14916
14917 * startup.el (initial-buffer-choice): Don't mention the `none'
14918 selection, which is against policy.
14919
14920 2011-07-14 Martin Rudalics <rudalics@gmx.at>
14921
14922 * window.el (display-buffer-normalize-special):
14923 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
14924
14925 2011-07-14 Eli Zaretskii <eliz@gnu.org>
14926
14927 * subr.el (version<, version<=, version=): Mention "-CVS" and
14928 "-12345" alpha version numbers.
14929
14930 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
14931
14932 * bindings.el: Add advertised binding for set-mark-command
14933 (Bug#5772).
14934
14935 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
14936
14937 * bindings.el (mode-line-other-buffer):
14938 * bookmark.el (bookmark-bmenu-2-window):
14939 * bs.el (bs-cycle-next, bs-cycle-previous):
14940 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
14941 switch-to-buffer.
14942
14943 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
14944 Delete.
14945
14946 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
14947
14948 * follow.el (follow-debug-message, follow-redisplay):
14949 * jka-cmpr-hook.el (with-auto-compression-mode):
14950 Fix typos in docstrings.
14951
14952 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14953
14954 * subr.el (with-silent-modifications): Clarify somewhat what the
14955 macro inhibits (bug#6525).
14956
14957 * simple.el (eval-expression): Note what it does if called
14958 interactively (bug#6495).
14959
14960 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
14961
14962 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
14963 Use pop-to-buffer buffer-or-name if it is nil.
14964
14965 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14966 Remove switch-to-buffer.
14967
14968 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14969
14970 * files.el (make-directory): Clarify that an error will be raised
14971 if there's an error (bug#6397).
14972
14973 * startup.el (initial-buffer-choice): Add `none' as a choice
14974 (bug#6234).
14975
14976 * subr.el (add-hook): Clarify section about buffer-local hooks
14977 (bug#6218).
14978
14979 * dired.el (dired-flagged): Clarify doc string (bug#6117).
14980
14981 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
14982
14983 * tabify.el (untabify): Preserve the current column so that point
14984 doesn't move (bug#6032).
14985
14986 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14987
14988 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
14989 Rewrite to avoid awkward possessive "s" (bug#5986).
14990
14991 2011-07-13 Glenn Morris <rgm@gnu.org>
14992
14993 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
14994 (dired-insert-directory): Give a message the first time
14995 if ls is found not to support --dired.
14996
14997 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14998
14999 * simple.el (toggle-truncate-lines): Clarify what is toggled
15000 (bug#5580). Text by Drew Adams.
15001
15002 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
15003
15004 * simple.el (blink-matching-open): Make the error message from the
15005 last change less verbose.
15006
15007 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15008
15009 * font-lock.el (font-lock-comment-face): Use the high contrast
15010 "yellow" color for font-lock-comment-face on low color terminals
15011 using a dark background color (bug#4221).
15012
15013 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15014
15015 * dired.el (dired-insert-set-properties): Make the doc string
15016 reflect what it does now (bug#5325).
15017
15018 * simple.el (blink-matching-open): Say that we were unable to find
15019 the match within the limit, if we're limited (bug#5122).
15020
15021 * international/mule-cmds.el (prefer-coding-system): Add an
15022 example (bug#4869).
15023
15024 * progmodes/etags.el (tags-search): Document `file-list-form'
15025 (bug#4731).
15026
15027 2011-07-13 Lawrence Mitchell <wence@gmx.li>
15028
15029 * net/browse-url.el (browse-url-default-browser)
15030 (browse-url-browser-function): Make the default browser choice a
15031 bit more logical (bug#4300). Also clean up the doc string.
15032
15033 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
15034
15035 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15036 binary endings (bug#4440).
15037
15038 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15039
15040 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15041 which can be pretty annoying (bug#8971).
15042
15043 * jka-compr.el (jka-compr-verbose): New variable, and use
15044 throughout (bug#8971).
15045
15046 * info.el (Info-find-file): Fall back on the installation
15047 directory if we can't find the info node anywhere else.
15048
15049 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
15050
15051 * vc/vc.el (vc-revert-file):
15052 Don't set file time-stamp in the past. (Bug#5181)
15053
15054 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15055
15056 * files.el (after-find-file): Give a better error message when
15057 trying to find a symlink that points to a file that doesn't exist
15058 (bug#4398).
15059
15060 * progmodes/cc-vars.el: Remove (probably) misleading comment
15061 (bug#4396).
15062
15063 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15064
15065 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15066
15067 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15068
15069 * mouse-sel.el: Hack restoring functionality, while keeping
15070 compatibility with 2010-07-03 changes to mouse selection.
15071 (mouse-sel-primary-overlay): New var.
15072 (mouse-sel-selection-alist): Use it.
15073 (mouse-sel-mode): Doc fix; remove points that are default features
15074 of mouse.el.
15075
15076 2011-07-12 Johan Bockgård <bojohan@gnu.org>
15077
15078 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15079 Fix previous fix (bug#2490).
15080
15081 2011-07-12 Roland Winkler <winkler@gnu.org>
15082
15083 * textmodes/bibtex.el (bibtex-initialize):
15084 Use pop-to-buffer-same-window.
15085 (bibtex-search-entries): Fix interactive call.
15086
15087 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15088
15089 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15090 Fontise bytecomp Error lines more correctly (bug#2490).
15091 Fix suggested by Johan Bockgård.
15092
15093 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15094
15095 * dired-x.el (dired-guess-default): Use `delete-dups'.
15096
15097 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
15098
15099 * dired.el (dired-mark-prompt):
15100 * dired-aux.el (dired-read-shell-command): Doc fix.
15101
15102 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15103
15104 * mail/sendmail.el (sendmail-query-once):
15105 Use `customize-save-variable' unconditionally, now that it works under
15106 emacs -Q.
15107
15108 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15109
15110 * cus-edit.el (custom-file): Take an optional no-error variable.
15111 (customize-save-variable): Set the variable, and give a warning if
15112 running under "emacs -q".
15113
15114 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
15115
15116 * loadhist.el (unload-feature-special-hooks):
15117 Add `auto-coding-functions', `fill-nobreak-predicate' and
15118 `find-directory-functions' (bug#5327).
15119
15120 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15121
15122 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
15123
15124 * cus-edit.el (custom-guess-name-alist): -alist variables should
15125 use the `alist' type (bug#3120). Suggested by Drew Adams.
15126
15127 * printing.el: Add documentation to all the `pr-toggle-' commands.
15128
15129 2011-07-11 Leo Liu <sdl.web@gmail.com>
15130
15131 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
15132 backends where it makes sense (bug#2623).
15133
15134 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15135
15136 * dired-x.el (dired-guess-default): Remove duplicate shell command
15137 entries (bug#2028).
15138 (dired-guess-default): Fix grammar in doc string (bug#2028).
15139 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
15140
15141 * subr.el (remove-duplicates): New conveniency function.
15142
15143 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15144
15145 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
15146 (bug#1526).
15147
15148 2011-07-10 Martin Rudalics <rudalics@gmx.at>
15149
15150 * window.el (display-buffer-normalize-default): Don't invert
15151 meaning of even-window-heights. Reported by Eli Zaretskii
15152 <eliz@gnu.org>.
15153
15154 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
15155
15156 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
15157
15158 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
15159
15160 * window.el (display-buffer): Fix arguments to
15161 display-buffer-reuse-window in last change.
15162
15163 * faces.el (link): Use a less saturated blue on light backgrounds.
15164
15165 * startup.el (fancy-startup-text, fancy-about-text)
15166 (fancy-startup-tail): Use font-lock faces, for background safety.
15167
15168 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
15169
15170 * emulation/viper-cmd.el (viper-change-state-to-vi):
15171 Limit triggering of abbrev expansion (Bug#9038).
15172
15173 2011-07-09 Martin Rudalics <rudalics@gmx.at>
15174
15175 * window.el (display-buffer-default-specifiers): Remove.
15176 (display-buffer-macro-specifiers): Remove default specifiers.
15177 (display-buffer-alist): Default to nil.
15178 (display-buffer-reuse-window): New optional argument other-window.
15179 (display-buffer-pop-up-window): Allow splitting internal
15180 windows. Check whether a live window was created.
15181 (display-buffer-other-window-means-other-frame)
15182 (display-buffer-normalize-arguments): Rename to
15183 display-buffer-normalize-argument and rewrite. Set the
15184 other-window specifier.
15185 (display-buffer-normalize-special): New function.
15186 (display-buffer-normalize-options): Rename to
15187 display-buffer-normalize-default and rewrite.
15188 (display-buffer-normalize-options-inhibit): Remove.
15189 (display-buffer-normalize-specifiers): Rewrite.
15190 (display-buffer): Process other-window specifier and call
15191 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
15192 more faithfully.
15193 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
15194 (display-buffer-alist-set): Don't handle 'unset default values.
15195 (display-buffer-in-window, display-buffer-alist-set):
15196 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
15197 <tassilo@member.fsf.org>.
15198
15199 2011-07-09 Leo Liu <sdl.web@gmail.com>
15200
15201 * register.el (insert-register): Restore accidental change on
15202 2011-06-26. (Bug#9028)
15203
15204 2011-07-09 Glenn Morris <rgm@gnu.org>
15205
15206 * subr.el (remq): Handle the empty list. (Bug#9024)
15207
15208 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
15209
15210 * mail/sendmail.el (send-mail-function): No longer delay custom
15211 initialization.
15212 * custom.el (custom-initialize-delay): Doc fix.
15213
15214 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15215
15216 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
15217
15218 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
15219
15220 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
15221 human-friendly prompt.
15222
15223 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15224
15225 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
15226 provided by a particular plugin.
15227
15228 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15229
15230 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
15231 save customizations (with "emacs -Q"), just set the variable
15232 instead of erroring out.
15233
15234 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15235
15236 2011-07-08 Juri Linkov <juri@jurta.org>
15237
15238 * arc-mode.el (archive-zip-expunge, archive-zip-update)
15239 (archive-zip-update-case): Use 7z if found by `executable-find'.
15240 The order of searching the available programs is the same as in
15241 `archive-zip-extract' (bug#8968).
15242
15243 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15244
15245 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
15246 (menu-bar-options-menu): Tweak descriptions.
15247
15248 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15249
15250 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
15251 menu items into verb phrases (bug#1421). Also refill to fit under
15252 80 columns.
15253
15254 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15255
15256 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
15257 (Info-read-node-name): Doc fix (Bug#1084).
15258
15259 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
15260 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
15261 (end-of-sexp, beginning-of-sexp)
15262 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
15263 (forward-symbol, forward-same-syntax, word-at-point)
15264 (sentence-at-point): Doc fix (Bug#1144).
15265
15266 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15267
15268 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
15269 should cover it (bug#1281).
15270
15271 * cus-edit.el (custom-show): Mark as obsolete.
15272
15273 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
15274 negotiation fails, then possibly try again with a non-encrypted
15275 connection (bug#9017).
15276
15277 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
15278 be used.
15279
15280 2011-07-07 Richard Stallman <rms@gnu.org>
15281
15282 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
15283 property, and handle its changed format.
15284 Look for the correct line number.
15285 Use file's line contents (but not past first =) to find
15286 correct line in message.
15287
15288 2011-07-07 Kenichi Handa <handa@m17n.org>
15289
15290 * international/characters.el (build-unicode-category-table):
15291 Delete it.
15292 (unicode-category-table): Set it by unicode-property-table-internal.
15293
15294 * international/mule-cmds.el (char-code-property-alist): Move to
15295 to src/chartab.c.
15296 (get-char-code-property): Call unicode-property-table-internal to
15297 load a file. Call get-unicode-property-internal where necessary.
15298 (put-char-code-property): Call unicode-property-table-internal to
15299 load a file. Call put-unicode-property-internal where necessary.
15300 put-unicode-property-internal where necessary.
15301 (char-code-property-description):
15302 Call unicode-property-table-internal to load a file.
15303
15304 * international/charprop.el:
15305 * international/uni-bidi.el:
15306 * international/uni-category.el:
15307 * international/uni-combining.el:
15308 * international/uni-comment.el:
15309 * international/uni-decimal.el:
15310 * international/uni-decomposition.el:
15311 * international/uni-digit.el:
15312 * international/uni-lowercase.el:
15313 * international/uni-mirrored.el:
15314 * international/uni-name.el:
15315 * international/uni-numeric.el:
15316 * international/uni-old-name.el:
15317 * international/uni-titlecase.el:
15318 * international/uni-uppercase.el: Regenerate.
15319
15320 * loadup.el: Load international/charprop.el before
15321 international/characters.
15322
15323 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
15324
15325 * window.el (next-buffer, previous-buffer): Signal an error if
15326 called from a minibuffer window.
15327
15328 * bindings.el: Revert 2011-07-04 change.
15329
15330 2011-07-06 Richard Stallman <rms@gnu.org>
15331
15332 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
15333 (rmail-mime-insert-bulk, rmail-mime-insert-text):
15334 Treat markers like ints.
15335 (rmail-mime-entity): Doc fix.
15336
15337 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15338
15339 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
15340 defcustom again for backwards compatibility.
15341
15342 * simple.el (shell-command-on-region): Fill.
15343
15344 * dired-aux.el (dired-kill-line): Add a doc string.
15345
15346 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
15347 to "\\sw\\|\\s_" (bug#358).
15348
15349 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
15350 (dired-unmark-backward): Ditto.
15351 (dired-flag-backup-files): Ditto.
15352
15353 * dired-x.el (dired-mark-sexp): Ditto.
15354
15355 2011-07-06 Richard Stallman <rms@gnu.org>
15356
15357 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
15358 (rmail-mime-entity): New arg TRUNCATED.
15359 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
15360 New functions.
15361 (rmail-mime-save): Warn if entity is truncated.
15362 (rmail-mime-toggle-hidden): Likewise, for showing.
15363 (rmail-mime-process-multipart): Record when an entity is truncated.
15364
15365 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
15366 if ENTITY is a string.
15367
15368 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15369
15370 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
15371 of faces when `M-C-x'-ing their definitions (bug#8378).
15372 Also clean up the code slightly.
15373
15374 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
15375 because that makes the colors go away.
15376
15377 * mail/sendmail.el (send-mail-function): Change the default to
15378 `sendmail-query-once'.
15379 (sendmail-query-once): Add an autoload cookie.
15380
15381 * net/network-stream.el (network-stream-open-starttls): Try using
15382 a plain connection even if the server offered STARTTLS, and we
15383 kinda wanted to use it, if Emacs doesn't have any STARTTLS
15384 capability. This should make smtpmail.el work in slightly more
15385 configurations.
15386
15387 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
15388
15389 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15390 New defun.
15391 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
15392
15393 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
15394
15395 * progmodes/sql.el: Version 3.0
15396 (sql-product-alist): Add product :completion-object,
15397 :completion-column, and :statement attributes.
15398 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
15399 (sql-mode-syntax-table): Mark all punctuation.
15400 (sql-font-lock-keywords-builder): Temporarily remove fallback on
15401 ansi keywords.
15402 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
15403 (sql-mode-oracle-font-lock-keywords): Improve.
15404 (sql-oracle-show-reserved-words): New function for development.
15405 (sql-product-font-lock): Simplify for source code buffers.
15406 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
15407 New functions.
15408 (sql-highlight-product): Set product specific syntax table.
15409 (sql-mode-map): Add statement movement functions.
15410 (sql-ansi-statement-starters, sql-oracle-statement-starters):
15411 New variable.
15412 (sql-statement-regexp, sql-beginning-of-statement)
15413 (sql-end-of-statement, sql-signum): New functions.
15414 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
15415 (sql-show-sqli-buffer): Bug fix.
15416 (sql-interactive-mode): Store connection data as buffer local.
15417 (sql-connect): Add NEW-NAME parameter. Redesign interaction
15418 with sql-interactive-mode.
15419 (sql-save-connection): Save buffer local settings.
15420 (sql-connection-menu-filter): Change menu entry name.
15421 (sql-product-interactive): Bug fix.
15422 (sql-preoutput-hold): New variable.
15423 (sql-interactive-remove-continuation-prompt): Bug fixes.
15424 (sql-debug-redirect): New variable.
15425 (sql-str-literal): New function.
15426 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
15427 Redesign.
15428 (sql-oracle-save-settings, sql-oracle-restore-settings)
15429 (sql-oracle-list-all, sql-oracle-list-table): New functions.
15430 (sql-completion-object, sql-completion-column)
15431 (sql-completion-sqlbuf): New variables.
15432 (sql-build-completions-1, sql-build-completions)
15433 (sql-try-completion): New functions.
15434 (sql-read-table-name): Use them.
15435 (sql-contains-names): New buffer local variable.
15436 (sql-list-all, sql-list-table): Use it.
15437 (sql-oracle-completion-types): New variable.
15438 (sql-oracle-completion-object, sql-sqlite-completion-object)
15439 (sql-postgres-completion-object): New functions.
15440
15441 2011-07-06 Glenn Morris <rgm@gnu.org>
15442
15443 * window.el (pop-to-buffer): Doc fix.
15444
15445 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
15446
15447 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
15448
15449 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
15450
15451 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
15452
15453 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
15454
15455 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
15456
15457 * button.el (button): Inherit from link face. Suggested by Dan
15458 Nicolaescu.
15459
15460 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15461
15462 * progmodes/gdb-mi.el: Fit in 80 columns.
15463 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
15464 switch-to-buffer.
15465
15466 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
15467 if imenu is simply not configured (bug#8941).
15468
15469 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
15470
15471 * allout.el (allout-post-undo-hook): New allout outline-change
15472 event hook to signal undo activity.
15473 (allout-post-command-business): Run allout-post-undo-hook if an
15474 undo just occurred.
15475 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
15476 * allout-widgets.el (allout-widgets-after-undo-function):
15477 Ensure the integrity of the current item's decoration after it has been
15478 in the vicinity of an undo.
15479 (allout-widgets-mode): Include allout-widgets-after-undo-function
15480 on the new allout-post-undo-hook.
15481
15482 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15483
15484 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
15485 Let define-derived-mode define it.
15486 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
15487 cycles of abbrev-table inheritance (bug#8998).
15488
15489 2011-07-05 Roland Winkler <winkler@gnu.org>
15490
15491 * textmodes/bibtex.el: Add support for biblatex.
15492 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
15493 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
15494 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
15495 (bibtex-entry-alist, bibtex-field-alist): New variables.
15496 (bibtex-entry-field-alist): Obsolete alias for
15497 bibtex-BibTeX-entry-alist.
15498 (bibtex-entry-alist, bibtex-field-alist): New widgets.
15499 (bibtex-set-dialect): New command.
15500 (bibtex-entry-type, bibtex-entry-head)
15501 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
15502 Bind via bibtex-set-dialect.
15503 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
15504 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
15505 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
15506 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
15507 Define via bibtex-set-dialect.
15508 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
15509 Obey bibtex-no-opt-remove-re.
15510 (bibtex-vec-push, bibtex-vec-incr): New functions.
15511 (bibtex-format-entry, bibtex-field-list)
15512 (bibtex-print-help-message, bibtex-validate)
15513 (bibtex-search-entries): Use new format of bibtex-entry-alist.
15514
15515 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15516
15517 * progmodes/compile.el (compilation-goto-locus):
15518 * net/tramp-cmds.el (tramp-append-tramp-buffers):
15519 * bs.el (bs-cycle-next, bs-cycle-previous):
15520 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
15521 * bindings.el (mode-line-other-buffer):
15522 * autoinsert.el (auto-insert):
15523 * arc-mode.el (archive-extract):
15524 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
15525
15526 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
15527
15528 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
15529 Fix check of `emacs-lock-unlockable-modes'.
15530 Coerce true values of `emacs-lock--try-unlocking' to t.
15531
15532 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
15533
15534 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
15535 * emacs-lock.el: New file.
15536
15537 2011-07-05 Julien Danjou <julien@danjou.info>
15538
15539 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
15540 than `boundp' to check if face is set.
15541
15542 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
15543
15544 * register.el (registerv-make):
15545 * window.el (window-min-height): Fix typos in docstrings.
15546
15547 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
15548
15549 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
15550 Update doc string.
15551
15552 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
15553
15554 * server.el (server-execute): Catch quit and call
15555 `server-return-error' to pass the error back to emacsclient and
15556 close the connection (bug#8942).
15557
15558 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
15559
15560 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
15561 insecure exception for current topic. Also note that auto-saves
15562 are handled differently.
15563
15564 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
15565 State variables for tracking auto-save inhibition situation.
15566
15567 (allout-write-contents-hook-handler): Rename from
15568 'allout-write-file-hook-handler', and describe how it depends on
15569 write-contents-functions sensitivity to non-nil value to prevent
15570 file write.
15571
15572 (allout-auto-save-hook-handler): Remove. auto-save does not check
15573 this in individual buffers, only in the starting buffer, so this
15574 is not the right way for us to inhibit auto-save in a buffer
15575 according to its condition.
15576
15577 (allout-mode): Use new allout-write-contents-hook-handler, and
15578 only with write-contents-functions. Remove auto-save provisions -
15579 they're implemented elsewhere.
15580
15581 (allout-before-change-handler): If undo is in progress, note that
15582 for attention of allout-post-command-business.
15583
15584 (allout-post-command-business): If the command we're following was
15585 an undo, check for change in the status of encrypted items and
15586 adjust auto-save inhibitions accordingly.
15587
15588 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
15589 according to whether there are or aren't any plain-text topics
15590 pending encryption.
15591
15592 (allout-inhibit-auto-save-info-for-decryption):
15593 Adjust buffer-saved-size and some allout state to inhibit auto-saves
15594 if there are plain-text topics pending encryption.
15595
15596 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
15597 buffer-saved-size and some allout state to not inhibit auto-saves
15598 if there are no longer any plain-text topics pending encryption.
15599
15600 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
15601 No longer provide for exemption of the current topic.
15602
15603 2011-07-04 Juri Linkov <juri@jurta.org>
15604
15605 Add 7z operations to delete and save changed members (bug#8968).
15606 * arc-mode.el (archive-7z-expunge, archive-7z-update):
15607 New defcustoms.
15608 (archive-7z-write-file-member): New function.
15609 (archive-7z-summarize): Fix the number of dashes in the
15610 listing output.
15611
15612 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15613
15614 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
15615 (bug#8958).
15616
15617 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
15618
15619 * bindings.el: Ignore next-buffer and previous-buffer in
15620 minibuffer-local-map.
15621
15622 * font-lock.el (font-lock-builtin-face): Change light background
15623 color to dark slate blue (Bug#6693).
15624
15625 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
15626
15627 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
15628
15629 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15630
15631 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
15632 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15633 Add switch-to-buffer.
15634
15635 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15636
15637 * isearch.el (isearch-search-fun-function): Clarify further the
15638 meaning of the function returned.
15639
15640 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
15641
15642 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
15643
15644 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
15645 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
15646 Use it.
15647 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
15648 `tramp-default-remote-path' does not exist.
15649 (tramp-send-command-and-read): New optional argument NOERROR.
15650 (tramp-open-connection-setup-interactive-shell)
15651 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
15652 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
15653 (tramp-process-sentinel): Flush also process' connection property.
15654 (tramp-sh-handle-start-file-process): Do not set process
15655 sentinel. It is done now ...
15656 (tramp-maybe-open-connection): ... here. (Bug#8929)
15657
15658 2011-07-04 MON KEY <monkey@sandpframing.com>
15659
15660 * play/animate.el (animate-string): Doc fixes and allow changing
15661 the buffer name (bug#5417).
15662
15663 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15664
15665 * play/animate.el (animation-buffer-name): Rename from *animate*.
15666
15667 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
15668
15669 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
15670 This is simpler and helps future-proof the code.
15671 (timer-until): Use time-subtract and float-time.
15672 (timer--time-less-p): Use time-less-p.
15673
15674 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
15675
15676 * type-break.el (timep): Use the value of `float-time' to avoid a
15677 byte-compiler warning.
15678
15679 * server.el (server-eval-and-print): Return any result, even nil.
15680
15681 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
15682
15683 * type-break.el: Accept time formats that the builtins accept.
15684 (timep, type-break-time-difference): Accept any format that
15685 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
15686 This is simpler and helps future-proof the code.
15687 (type-break-time-difference): Round rather than ignoring
15688 subseconds components.
15689
15690 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15691
15692 * info.el (Info-apropos-matches): Make non-interactive, since it
15693 doesn't seem to do anything useful as a command (bug#8829).
15694
15695 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
15696
15697 * frame.el (frame-background-mode, frame-set-background-mode):
15698 Move from faces.el.
15699 (frame-default-terminal-background): New function.
15700
15701 * custom.el (custom-push-theme): Don't record faces in `changed'
15702 theme; this doesn't work correctly for per-frame face settings.
15703 (disable-theme): Use face-set-after-frame-default to reset faces.
15704 (custom--frame-color-default): New function.
15705
15706 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15707
15708 * dired.el (dired-flagging-regexp): Remove unused variable
15709 (bug#8769).
15710
15711 2011-03-29 Kevin Ryde <user42@zip.com.au>
15712
15713 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15714 `perl-Test2' extend to match possible "fail #N" rep count
15715 (bug#8377).
15716
15717 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15718
15719 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
15720 `smtpmail-via-smtp' now returns the error instead of nil.
15721
15722 * isearch.el (isearch-search-fun-function): Clarify the doc string
15723 (bug#8101).
15724
15725 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
15726
15727 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
15728 unnecessary spaces (bug#8987).
15729
15730 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15731
15732 * net/network-stream.el (open-network-stream): Use the
15733 :end-of-capability command thoughout.
15734
15735 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15736
15737 * net/network-stream.el (open-network-stream): Add the
15738 :end-of-capability command parameter, used by pop3.el.
15739
15740 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15741
15742 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
15743
15744 * fringe.el (fringe-query-style): Remove redundant text " (type ?
15745 for list)" (bug#6475).
15746
15747 * files.el (file-expand-wildcards): Ignore non-readable
15748 sub-directories while trying to find matches instead of signaling
15749 an error (bug#6297).
15750
15751 * man.el (Man-reference-regexp): Allow matching possible
15752 word-wrapped references (bug#6289).
15753
15754 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
15755 for consistency with the other vc buffers (bug#6197).
15756 (vc-checkin): Ditto.
15757
15758 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
15759
15760 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
15761
15762 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15763
15764 * custom.el (defcustom): Clarify that :set is only used in the
15765 Customize user interface (bug#6089).
15766
15767 * progmodes/flymake.el (flymake-mode): If the buffer isn't
15768 associated with a file, refuse to run instead of erroring out
15769 (bug#6084).
15770
15771 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
15772 the doc string, since it appears that using `fill-column' always
15773 controls the width (bug#7845).
15774
15775 * simple.el (shell-command-on-region): Say where the error output
15776 went if `shell-command-default-error-buffer' is set (bug#6857).
15777
15778 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
15779
15780 * allout.el (allout-yank-processing): Adjust cursor position for
15781 backwards-deleted space.
15782
15783 (allout-rebullet-heading): Register changes with
15784 allout-exposure-changed-hook, so the modified topic is properly
15785 decorated.
15786
15787 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15788
15789 * minibuffer.el (completion-in-region): Document PREDICATE
15790 (bug#7136).
15791
15792 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
15793 of keyword/argument pairs (bug#6904).
15794
15795 * replace.el (multi-occur):
15796 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
15797
15798 2011-07-02 Drew Adams <drew.adams@oracle.com>
15799
15800 * dired.el (dired-mark-if): Make the message about whether it's
15801 marking or unmarking clearer (bug#8523).
15802
15803 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15804
15805 * disp-table.el (display-table-print-array): New function.
15806 (describe-display-table): Use it to print the vectors more pretty
15807 (Bug#8859).
15808
15809 2011-07-02 Martin Rudalics <rudalics@gmx.at>
15810
15811 * window.el (window-state-get-1): Don't assign clone numbers.
15812 Add clone-of item to list of window parameters.
15813 (window-state-put-2): Don't process clone numbers.
15814 (display-buffer-alist): Fix doc-string.
15815
15816 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
15817
15818 * subr.el (remq): Don't allocate if it's not needed.
15819 (keymap--menu-item-binding, keymap--menu-item-with-binding)
15820 (keymap--merge-bindings): New functions.
15821 (keymap-canonicalize): Use them to refine the canonicalization.
15822 * minibuffer.el (minibuffer-local-completion-map)
15823 (minibuffer-local-must-match-map): Move initialization from C.
15824 (minibuffer-local-filename-completion-map): Move initialization from C;
15825 don't inherit from anything here.
15826 (minibuffer-local-filename-must-match-map): Make obsolete.
15827 (completing-read-default): Use make-composed-keymap to combine
15828 minibuffer-local-filename-completion-map with either
15829 minibuffer-local-must-match-map or
15830 minibuffer-local-filename-completion-map.
15831
15832 2011-07-01 Glenn Morris <rgm@gnu.org>
15833
15834 * type-break.el (type-break-time-sum): Use dolist.
15835
15836 * textmodes/flyspell.el (flyspell-word-search-backward):
15837 Replace CL function.
15838
15839 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
15840
15841 * mouse.el (mouse--strip-first-event): New function.
15842 (function-key-map): Use it to map fringe clicks to normal clicks
15843 by default.
15844
15845 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
15846 (vc-bzr-revision-completion-table): Add support for annotate and date.
15847
15848 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
15849 inherit from parent.
15850
15851 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15852
15853 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
15854 (dired-show-file-type): Doc fixup (bug#8818).
15855
15856 * dired.el (dired-mode): Fix up the doc string as suggested by
15857 Drew Adams (bug#8817).
15858
15859 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
15860 cookie, since the manual says that it should be possible to add
15861 this function to `find-file-hook' (bug#8709).
15862
15863 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
15864
15865 * progmodes/cfengine.el: Moved all cfengine3.el functionality
15866 here. Noted Ted Zlatanov as the maintainer.
15867 (cfengine-common-settings, cfengine-common-syntax): New functions
15868 to set up common things between `cfengine-mode' and
15869 `cfengine3-mode'.
15870 (cfengine3-mode): New mode.
15871 (cfengine3-defuns cfengine3-defuns-regex
15872 (cfengine3-class-selector-regex cfengine3-category-regex)
15873 (cfengine3-vartypes cfengine3-font-lock-keywords)
15874 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
15875 (cfengine3-indent-line): Add from cfengine3.el.
15876
15877 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
15878
15879 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
15880
15881 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
15882
15883 2011-07-01 Martin Rudalics <rudalics@gmx.at>
15884
15885 * window.el (same-window-buffer-names, same-window-regexps)
15886 (same-window-p, special-display-frame-alist)
15887 (special-display-popup-frame, special-display-function)
15888 (special-display-buffer-names, special-display-regexps)
15889 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
15890 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
15891 (split-window-preferred-function, split-height-threshold)
15892 (split-width-threshold, even-window-heights)
15893 (display-buffer-mark-dedicated, window-splittable-p)
15894 (split-window-sensibly, window-safely-shrinkable-p):
15895 Un-obsolete.
15896 (display-buffer): Don't spread args with function specifier
15897 because special-display-popup-frame won't like it.
15898
15899 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
15900
15901 Time-stamp simplifications and fixes.
15902 These improve accuracy slightly, and future-proof the code
15903 against some potential changes to current-time format.
15904
15905 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
15906 by using time-since and float-time.
15907
15908 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
15909 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
15910 + NNN microseconds".
15911
15912 * type-break.el (type-break-time-sum): Rewrite using time-add.
15913
15914 * play/hanoi.el (hanoi-current-time-float): Remove.
15915 All uses replaced by float-time.
15916
15917 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
15918 This yields a more-accurate answer.
15919 (rng-time-to-float): Remove; no longer needed.
15920
15921 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
15922
15923 * calendar/timeclock.el (timeclock-seconds-to-time):
15924 Defalias to seconds-to-time, since they're the same thing.
15925
15926 * emacs-lisp/elp.el (elp-elapsed-time):
15927 * emacs-lisp/benchmark.el (benchmark-elapse):
15928 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
15929
15930 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
15931
15932 * window.el (bury-buffer): Don't iconify the only frame.
15933 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
15934 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
15935
15936 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
15937
15938 * eshell/em-smart.el (eshell-smart-display-navigate-list):
15939 Add mouse-yank-primary.
15940
15941 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
15942
15943 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
15944
15945 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
15946
15947 * emacs-lisp/find-func.el (find-library--load-name): New fun.
15948 (find-library-name): Use it to find relative load names when provided
15949 absolute file name (bug#8803).
15950
15951 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15952
15953 * textmodes/flyspell.el (flyspell-word): Consider words that
15954 differ only in case as potential doublons (bug#5687).
15955
15956 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
15957 Remove two rather uninteresting debugging-like messages to make
15958 debbugs.el more silent.
15959
15960 * comint.el (comint-password-prompt-regexp): Accept "Response" as
15961 a password-like phrase.
15962
15963 2011-06-30 Masatake YAMATO <yamato@redhat.com>
15964
15965 * progmodes/cc-guess.el: New file.
15966
15967 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
15968
15969 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
15970 derived from `c-basic-common-init'.
15971
15972 * progmodes/cc-mode.el (top-level): Require cc-guess.
15973 (c-basic-common-init): Use `cc-choose-style-for-mode'.
15974
15975 2011-06-30 Lawrence Mitchell <wence@gmx.li>
15976
15977 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
15978
15979 2011-06-30 Alan Mackenzie <acm@muc.de>
15980
15981 * progmodes/cc-engine.el (c-guess-continued-construct):
15982 Correct the handling of template-args-cont, particularly for when font
15983 lock is disabled. Name this case as "CASE G".
15984
15985 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
15986
15987 * allout.el (allout-yank-processing): Fix injection of extra space
15988 between bullet and non-whitespace character in first topic when
15989 pasting, ensuring that the actual spacing in the pasted topic
15990 following the bullet char is preserved. This extra space was
15991 causing pasted encrypted topics to get a decrypted status even
15992 when the content was actually still encrypted. Now the decryption
15993 status from before the paste is preserved.
15994
15995 (allout-flag-region): Set all allout overlays so they evaporate
15996 when reduced to zero length (evanescent), to prevent overlay
15997 leakage.
15998
15999 2011-06-30 Glenn Morris <rgm@gnu.org>
16000
16001 * w32-fns.el (w32-charset-info-alist): Declare.
16002
16003 * find-dired.el (find-grep-options): Simplify.
16004
16005 * term/ns-win.el (ns-set-resource): Declare.
16006
16007 * ses.el (row, col): Declare dynamic variables honestly.
16008
16009 * textmodes/reftex-parse.el (index-tags): Declare.
16010
16011 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
16012
16013 * cus-edit.el (customize-push-and-save): New function.
16014
16015 * files.el (hack-local-variables-confirm): Use it.
16016
16017 * custom.el (load-theme): New arg NO-CONFIRM.
16018 Use customize-push-and-save (Bug#8720).
16019 (custom-enabled-themes): Doc fix.
16020
16021 * cus-theme.el (customize-create-theme)
16022 (custom-theme-merge-theme): Callers to load-theme changed.
16023
16024 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16025
16026 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16027 short URLs have at least one dot in them (bug #7614).
16028
16029 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16030 nil, because using a pty is apparently too slow (bug #895).
16031
16032 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16033
16034 * mail/sendmail.el (sendmail-query-once): New function.
16035 (sendmail-query-once-function): New variable.
16036
16037 2011-06-29 Glenn Morris <rgm@gnu.org>
16038
16039 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16040
16041 * ses.el (top-level): Require cl when compiling.
16042 (ses-set-localvars): Fix error statement.
16043 Call it at compile time to silence a storm of warnings.
16044
16045 2011-06-29 Martin Rudalics <rudalics@gmx.at>
16046
16047 * window.el (normalize-live-buffer): Rename to
16048 window-normalize-buffer.
16049 (normalize-live-frame): Rename to window-normalize-frame.
16050 (normalize-any-window): Rename to window-normalize-any-window.
16051 (normalize-live-window): Rename to window-normalize-live-window.
16052 (make-window-atom): Rename to window-make-atom.
16053 (window-resize-reset): Rename to window--resize-reset.
16054 (window-resize-reset-1): Rename to window--resize-reset-1.
16055 (resize-mini-window): Rename to window--resize-mini-window.
16056 (resize-subwindows-skip-p): Rename to
16057 window--resize-subwindows-skip-p.
16058 (resize-subwindows-normal): Rename to
16059 window--resize-subwindows-normal.
16060 (resize-subwindows): Rename to window--resize-subwindows.
16061 (resize-other-windows): Rename to window--resize-siblings.
16062 (resize-this-window): Rename to window--resize-this-window.
16063 (resize-root-window): Rename to window--resize-root-window.
16064 (resize-root-window-vertically): Rename to
16065 window--resize-root-window-vertically.
16066 (normalize-buffer-to-display): Rename to
16067 window-normalize-buffer-to-display.
16068 (normalize-buffer-to-switch-to): Rename to
16069 window-normalize-buffer-to-switch-to.
16070 Correspondingly update all callers of the functions listed
16071 above.
16072 (display-buffer-alist, display-buffer-normalize-arguments)
16073 (display-buffer-normalize-options, display-buffer)
16074 (display-buffer-alist-set): Use "function" instead of
16075 "fun-with-args".
16076
16077 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
16078
16079 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
16080 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
16081 debbugs.gnu.org. Mention acknowledgment email.
16082
16083 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
16084
16085 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
16086 buffer multibyteness, since it shouldn't matter.
16087
16088 2011-06-28 Martin Rudalics <rudalics@gmx.at>
16089
16090 * window.el (display-buffer-in-side-window): Handle dedicated
16091 windows as in display-buffer-reuse-window.
16092 (display-buffer-normalize-alist): Use value of override
16093 specifier.
16094 (display-buffer-normalize-specifiers): Use value of
16095 other-window-means-other-frame specifier.
16096 (display-buffer-alist): Rewrite some texts in widgets.
16097 (display-buffer): Spread arguments when calling function
16098 specified by fun-with-args.
16099
16100 2011-06-28 Deniz Dogan <deniz@dogan.se>
16101
16102 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16103 Unnest `let'.
16104
16105 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
16106 selectors (Bug#5732).
16107 (css-proprietary-nmstart-re): Use `regexp-opt'.
16108
16109 2011-06-27 Jari Aalto <jari.aalto@cante.net>
16110
16111 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
16112 (eshell-ls-date-format): New defcustom.
16113 (eshell-ls-file): Use it.
16114
16115 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16116
16117 * help-fns.el (describe-variable): Fix message for terminal-local vars.
16118
16119 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
16120
16121 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
16122 (ange-ftp-make-tmp-name): New arg.
16123 (ange-ftp-file-local-copy): Use it.
16124
16125 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
16126
16127 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
16128 no-conversion (Bug#8870).
16129
16130 2011-06-27 Martin Rudalics <rudalics@gmx.at>
16131
16132 * window.el (window-right, window-left, window-child)
16133 (window-child-count, window-last-child)
16134 (window-iso-combination-p, walk-window-tree-1)
16135 (window-atom-check-1, window-tree-1, delete-window)
16136 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
16137 new naming conventions - window-vchild, window-hchild,
16138 window-next and window-prev are now called window-top-child,
16139 window-left-child, window-next-sibling and window-prev-sibling
16140 respectively.
16141 (resize-window-reset): Rename to window-resize-reset.
16142 (resize-window-reset-1): Rename to window-resize-reset-1.
16143 (resize-window): Rename to window-resize.
16144 (window-min-height, window-min-width)
16145 (resize-mini-window, resize-this-window, resize-root-window)
16146 (resize-root-window-vertically, adjust-window-trailing-edge)
16147 (enlarge-window, shrink-window, maximize-window)
16148 (minimize-window, delete-window, quit-restore-window)
16149 (split-window, balance-windows, balance-windows-area-adjust)
16150 (balance-windows-area, window-state-put-2)
16151 (display-buffer-even-window-sizes, display-buffer-set-height)
16152 (display-buffer-set-width, set-window-text-height)
16153 (fit-window-to-buffer): Rename all "resize-window" prefixed
16154 calls to use the "window-resize" prefix convention.
16155 (display-buffer-alist): Fix symbol for label specifier.
16156 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
16157 corresponding specifier.
16158 Reported by Juanma Barranquero <lekktu@gmail.com>.
16159
16160 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16161
16162 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
16163 convention.
16164 (ses-call-printer): Does not pass an empty string to formatter when the
16165 cell is empty to keep from barking printer Calc math-format-value.
16166
16167 2011-06-27 Richard Stallman <rms@gnu.org>
16168
16169 * battery.el (battery-mode-line-limit): New variable.
16170 (battery-update): Handle it.
16171
16172 * mail/rmailmm.el (rmail-mime-process-multipart):
16173 Handle truncated messages.
16174
16175 2011-06-27 Glenn Morris <rgm@gnu.org>
16176
16177 * progmodes/flymake.el (flymake-err-line-patterns):
16178 Allow for column numbers in the ant/javac pattern. (Bug#8866)
16179
16180 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16181
16182 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
16183 (ses--clean-!, ses--clean-_): New functions.
16184 (ses-range): Add configurability of readout order, and conversion
16185 to Calc vector.
16186
16187 * ses.el (ses-repair-cell-reference-all): New function.
16188 (ses-cell-symbol): Set macro as safe, so that it can be used in
16189 formulas.
16190
16191 * ses.el: Update cycle detection algorithm.
16192 (ses-localvars): Add ses--Dijkstra-attempt-nb and
16193 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
16194 (ses-set-localvars): New function.
16195 (ses-make-cell): Add property-list as a cell element.
16196 (ses-cell-property-get-fun, ses-cell-property-get)
16197 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
16198 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
16199 New functions.
16200 (ses-cell-property-set, ses-cell-property-pop)
16201 (ses-cell-property-get-handle): New macro.
16202 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
16203 New aliases, used for code readability.
16204 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
16205 cycle detection.
16206 (ses-self-reference-early-detection): New defcustom.
16207 (ses-formula-references): Robustify against self-referring cells.
16208 (ses-mode): Use ses-set-localvars.
16209 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
16210 before lauching the update processing.
16211 (ses-initialize-Dijkstra-attempt): New function.
16212 (ses-recalculate-cell): Update for cycle detection based on
16213 Dijkstra algorithm.
16214
16215 * ses.el: Fix commenting and indenting convention.
16216
16217 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16218
16219 * bs.el (bs-cycle-next): Complete last change.
16220
16221 2011-06-27 Drew Adams <drew.adams@oracle.com>
16222
16223 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
16224
16225 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16226
16227 * net/network-stream.el (network-stream-open-starttls):
16228 Don't re-get capabilities unless we've reestablished connection.
16229 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
16230
16231 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
16232 to binary to possibly avoid line encoding issues on Windows (among
16233 other things).
16234
16235 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16236
16237 * net/network-stream.el (open-network-stream): Return an :error
16238 saying what the problem was, if possible.
16239
16240 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
16241 server.
16242
16243 * net/network-stream.el (network-stream-open-starttls): If we
16244 wanted to use STARTTLS, and the server offered it, but we weren't
16245 able to because we had no STARTTLS support, then close the connection.
16246 (open-network-stream): Return an :error element, if present.
16247
16248 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
16249
16250 * hl-line.el (hl-line-sticky-flag): Doc fix.
16251 (global-hl-line-sticky-flag): New option (Bug#8323).
16252 (global-hl-line-highlight): Obey it.
16253
16254 * vc/vc.el (vc-revert-show-diff): Default to t.
16255
16256 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
16257
16258 * allout-widgets.el (allout-widgets-post-command-business):
16259 Stop decorating intermediate isearch matches. They're not being
16260 undecorated when an isearch is continued past, and isearch
16261 automatically collapses them. This leads to "widget leaks", where
16262 decorated items accumulate in collapsed areas. Lines with lots of
16263 hidden widgets can slow down cursor travel, substantially.
16264 Too much complicated machinery would be needed to ensure undecoration,
16265 so we're doing without this nicety.
16266
16267 (allout-widgets-tally-string): Don't try to do a hash-table-count
16268 of allout-widgets-tally when it's nil. This eliminates spurious "Error
16269 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
16270 *Messages* when allout-widgets-maintain-tally is t.
16271
16272 2011-06-26 Martin Rudalics <rudalics@gmx.at>
16273
16274 * window.el (display-buffer-normalize-argument): Rename to
16275 display-buffer-normalize-arguments. Handle special meaning of
16276 LABEL argument. Respect special-display-function when popping up
16277 a new frame. Fix code searching for a window showing the buffer
16278 on another frame.
16279 (display-buffer-normalize-specifiers):
16280 Call display-buffer-normalize-arguments.
16281 (display-buffer-in-window): Don't undedicate the window if its
16282 buffer remains the same.
16283 Reported by Drew Adams <drew.adams@oracle.com>.
16284 (display-buffer-alist): Add choice for same-window macro
16285 specfier.
16286 (display-buffer): Mention special meaning of LABEL argument in
16287 doc-string. Fix quoting. Don't pop up a new frame even as
16288 fallback.
16289
16290 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
16291
16292 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
16293 avoid deleting the current window in some cases (bug#8911).
16294
16295 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
16296
16297 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
16298 (Bug#8934)
16299
16300 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16301
16302 * net/network-stream.el (network-stream-open-starttls):
16303 Use built-in TLS support if `gnutls-available-p' is true.
16304 (network-stream-open-tls): Ditto.
16305
16306 2011-06-26 Leo Liu <sdl.web@gmail.com>
16307
16308 * register.el (registerv): New struct.
16309 (registerv-make): New function.
16310 (jump-to-register, describe-register-1, insert-register):
16311 Support the jump-func, print-func and insert-func slot of a registerv
16312 struct. (Bug#8415)
16313
16314 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
16315
16316 * vc/vc.el (vc-revert-show-diff): New defcustom.
16317 (vc-diff-internal): New arg specifying diff buffer.
16318 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
16319 reuse an existing *vc-diff* buffer (Bug#8927).
16320
16321 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
16322
16323 2011-06-26 Glenn Morris <rgm@gnu.org>
16324
16325 * progmodes/f90.el (f90-critical-indent): New option.
16326 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
16327 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
16328 (f90-mode): Doc fix.
16329 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
16330 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
16331 (f90-beginning-of-block, f90-next-block, f90-indent-region)
16332 (f90-match-end): Handle block, critical.
16333
16334 2011-06-25 Glenn Morris <rgm@gnu.org>
16335
16336 * calendar/diary-lib.el (diary-included-files): Doc fix.
16337 (diary-include-files): New function, extracted from
16338 diary-include-other-diary-files and diary-mark-included-diary-files.
16339 (diary-include-other-diary-files, diary-mark-included-diary-files):
16340 Just call diary-include-files.
16341 (diary-mark-entries): Reset diary-included-files on first call.
16342
16343 * calendar/diary-lib.el (diary-mark-entries)
16344 (diary-mark-included-diary-files):
16345 Visit included diary-files in temp buffers.
16346
16347 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
16348 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
16349 (f90-start-block-re, f90-imenu-generic-expression)
16350 (f90-looking-at-program-block-start, f90-no-block-limit):
16351 Add support for submodules.
16352
16353 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16354 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
16355
16356 2011-06-25 Eli Zaretskii <eliz@gnu.org>
16357
16358 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
16359 buffer-file-type before setting its value, to avoid disastrous
16360 global effects on decoding files for DOS/Windows systems. (Bug#8780)
16361
16362 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
16363
16364 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
16365
16366 * ses.el (ses-unload-function):
16367 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
16368
16369 * proced.el (proced-unload-function):
16370 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
16371
16372 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
16373
16374 * server.el (server-create-window-system-frame): Add parameters arg.
16375 (server-process-filter): Doc fix. Handle frame-parameters.
16376
16377 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
16378
16379 Fix bug#8730, bug#8781.
16380
16381 * loadhist.el (unload--set-major-mode): New function.
16382 (unload-feature): Use it.
16383
16384 * progmodes/python.el (python-after-info-look): Add autoload cookie.
16385 (python-unload-function): New function.
16386
16387 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16388
16389 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
16390
16391 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
16392
16393 * net/browse-url.el (browse-url-firefox-program): Add icecat to
16394 the candidates list.
16395
16396 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
16397
16398 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
16399
16400 2011-06-23 Richard Stallman <rms@gnu.org>
16401
16402 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
16403 (rmail-variables): Set next-error-move-function.
16404 (rmail-what-message): Take argument POS.
16405 (rmail-next-error-move): New function.
16406
16407 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
16408
16409 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
16410 messages for adjacent non-terminals.
16411
16412 2011-06-23 Richard Stallman <rms@gnu.org>
16413
16414 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
16415 (rmail-show-message-1): Preserve buffer modified flag.
16416 (rmail-start-mail): Don't specify use of rmail-mail-return;
16417 that's done by mail-bury now.
16418 (rmail-mail-return): Handle arg NEWBUF.
16419
16420 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
16421
16422 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
16423 SIZE is a number.
16424
16425 2011-06-23 Martin Rudalics <rudalics@gmx.at>
16426
16427 * window.el (get-lru-window, get-mru-window)
16428 (get-largest-window): Never return a minibuffer window.
16429 (display-buffer-pop-up-window): Fix a bug that could lead to
16430 reusing the minibuffer window.
16431 (display-buffer): Pass original specifier argument to
16432 display-buffer-function instead of the normalized one.
16433 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16434
16435 2011-06-22 Leo Liu <sdl.web@gmail.com>
16436
16437 * minibuffer.el (completing-read-function)
16438 (completing-read-default): Move from minibuf.c.
16439
16440 2011-06-22 Richard Stallman <rms@gnu.org>
16441
16442 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
16443 to Rmail even if not started by a special Rmail command.
16444
16445 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
16446 Copy the buffer currently showing just one message.
16447
16448 2011-06-22 Roland Winkler <winkler@gnu.org>
16449
16450 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
16451 (bibtex-clean-entry): First delete the old key so that a
16452 customized algorithm for generating the new key does not get
16453 confused by the old key.
16454 (bibtex-url): Obey regexp of first step.
16455 (bibtex-search-entries): Do not use add-to-list with local
16456 list-var.
16457
16458 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16459
16460 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
16461 stored a user name, then query for the password first, instead of
16462 waiting for SMTP to give an error message and the trying again.
16463
16464 2011-06-22 Lawrence Mitchell <wence@gmx.li>
16465
16466 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
16467 BUFFER in call-process.
16468
16469 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16470
16471 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
16472 QUIT twice.
16473 (smtpmail-try-auth-methods): Require user name and password from
16474 auth-source.
16475
16476 2011-06-22 Martin Rudalics <rudalics@gmx.at>
16477
16478 * window.el (display-buffer-default-specifiers)
16479 (display-buffer-alist): Remove entries for pop-up-frame-alist.
16480 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
16481 (split-window): Normalize SIDE argument (Bug#8916).
16482
16483 * frame.el (pop-up-frame-alist, pop-up-frame-function)
16484 (special-display-frame-alist, special-display-popup-frame):
16485 Remove duplicate declarations. These are now in window.el.
16486
16487 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16488
16489 * mail/smtpmail.el (smtpmail-via-smtp):
16490 Set :use-starttls-if-possible so that we always use STARTTLS if the
16491 server supports it. SMTP servers that support STARTTLS commonly
16492 require it.
16493
16494 * net/network-stream.el (network-stream-open-starttls): Support
16495 upgrading to STARTTLS always, even if we don't have built-in support.
16496 (open-network-stream): Add the :always-query-capabilities keyword.
16497
16498 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
16499 upgrades with `open-network-stream', and rely solely on
16500 auth-source for all credentials. Big changes throughout the file,
16501 but in particular:
16502 (smtpmail-auth-credentials): Remove.
16503 (smtpmail-starttls-credentials): Remove.
16504 (smtpmail-via-smtp): Check for servers saying they want AUTH after
16505 MAIL FROM, too.
16506
16507 * net/network-stream.el (network-stream-open-starttls):
16508 Provide support for client certificates both for external and built-in
16509 STARTTLS.
16510 (auth-source): Require.
16511 (open-network-stream): Document the :client-certificate keyword.
16512 (network-stream-certificate): Change cert-cert to cert and
16513 cert-key to key.
16514
16515 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
16516
16517 * net/tramp-cache.el (top): Don't load the persistency file when
16518 "emacs -Q" has been called.
16519
16520 2011-06-21 Tim Harper <timcharper@gmail.com>
16521
16522 * term/ns-win.el (ns-initialize-window-system):
16523 Set application-specific `ApplePressAndHoldEnabled' system
16524 resource to NO as it is not yet supported by the NS port.
16525
16526 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
16527
16528 * misc.el (list-dynamic-libraries--refresh): Compute header here...
16529 (list-dynamic-libraries): ...not here.
16530
16531 2011-06-21 Leo Liu <sdl.web@gmail.com>
16532
16533 * subr.el (sha1): Implement sha1 using secure-hash.
16534
16535 2011-06-21 Martin Rudalics <rudalics@gmx.at>
16536
16537 * window.el (display-buffer-alist): In default value do not
16538 enforce searching a window on any but the selected frame.
16539 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16540 (display-buffer-select-window): Remove function.
16541 (display-buffer-in-window): When a window on another frame gets
16542 reused, do not select it any more but just raise its frame if
16543 necessary (Bug#8851) and (Bug#8856).
16544 (display-buffer-normalize-options): Handle pop-up-frames related
16545 options more faithfully.
16546 (pop-to-buffer): Don't rely on `display-buffer' selecting the
16547 window if it is on another frame.
16548 (display-buffer-alist, display-buffer-default-specifiers):
16549 Don't make new frame unsplittable by default.
16550 (display-buffer-normalize-argument): Fix doc-string typo and use
16551 'same-frame-other-window instead of 'other-window when associating
16552 with display-buffer-macro-specifiers.
16553
16554 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
16555
16556 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
16557 New functions.
16558 (5x5-mode-map, 5x5-mode-menu): Bind them.
16559 (5x5-draw-grid): Tweak the solver's rendering.
16560
16561 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16562
16563 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
16564 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
16565
16566 2011-06-21 Drew Adams <drew.adams@oracle.com>
16567
16568 * menu-bar.el: Use function variable instead of switch-to-buffer.
16569 (menu-bar-select-buffer-function): New variable.
16570 (menu-bar-update-buffers): Use it (bug#8876).
16571
16572 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16573
16574 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
16575 variable's status.
16576
16577 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
16578
16579 * x-dnd.el (x-dnd-version-from-flags)
16580 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
16581 and long as number (Bug#8899).
16582 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
16583
16584 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16585
16586 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
16587 (completion-try-completion, completion-all-completions): Compute the
16588 metadata argument if it's missing; make it optional (bug#8795).
16589
16590 * wid-edit.el: Use lex-bind and move towards completion-at-point.
16591 (widget-complete): Use new :completion-function property.
16592 (widget-completions-at-point): New function.
16593 (default): Use :completion-function instead of :complete.
16594 (widget-default-completions): Rename from widget-default-complete;
16595 Rewrite.
16596 (widget-string-complete, widget-file-complete, widget-color-complete):
16597 Remove functions.
16598 (file, symbol, function, variable, coding-system, color):
16599 * international/mule-cmds.el (default-input-method, charset)
16600 (language-info-custom-alist):
16601 * cus-edit.el (face): Use new property :completions.
16602
16603 * progmodes/pascal.el (pascal-completions-at-point): New function.
16604 (pascal-mode): Use it.
16605 (pascal-mode-map): Use completion-at-point.
16606 (pascal-toggle-completions): Make obsolete.
16607 (pascal-complete-word, pascal-show-completions):
16608 * progmodes/octave-mod.el (octave-complete-symbol):
16609 Redefine as obsolete alias.
16610 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
16611 Signal absence of completion info for old Octave,
16612 (inferior-octave-complete): Redefine as obsolete alias.
16613 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
16614 (meta-completions-at-point): Rename from meta-complete-symbol and
16615 adapt it for use on completion-at-point-functions.
16616 (meta-common-mode): Use it.
16617 (meta-looking-at-backward, meta-match-buffer): Remove.
16618 (meta-complete-symbol): Redefine as obsolete alias.
16619 (meta-common-mode-map): Use completion-at-point.
16620 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
16621 (makefile-mode-map): Use completion-at-point.
16622 (makefile-completions-at-point): Rename from makefile-complete and
16623 adapt it for use on completion-at-point-functions.
16624 (makefile-mode): Use it.
16625 (makefile-complete): Redefine as obsolete alias.
16626
16627 2011-06-20 Deniz Dogan <deniz@dogan.se>
16628
16629 * net/rcirc.el: Delete trailing whitespaces once and for all.
16630
16631 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
16632
16633 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
16634
16635 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
16636
16637 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
16638
16639 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
16640
16641 2011-06-19 Martin Rudalics <rudalics@gmx.at>
16642
16643 * window.el (display-buffer-other-window-means-other-frame):
16644 Call display-buffer-normalize-alist.
16645 (display-buffer-normalize-specifiers-1): Rename to
16646 display-buffer-normalize-argument. New argument other-frame.
16647 Rewrite.
16648 (display-buffer-normalize-specifiers-2): Rename to
16649 display-buffer-normalize-options.
16650 (display-buffer-normalize-alist-1): New function.
16651 (display-buffer-normalize-specifiers-3): Rename to
16652 display-buffer-normalize-alist.
16653 Call display-buffer-normalize-alist-1.
16654 (display-buffer-normalize-options-inhibit): New variable.
16655 (display-buffer-normalize-specifiers): Rewrite calling
16656 display-buffer-normalize-alist,
16657 display-buffer-normalize-argument, and
16658 display-buffer-normalize-options. Don't call the latter if
16659 display-buffer-normalize-options-inhibit is non-nil.
16660 (frame-auto-delete): New option.
16661 (window-deletable-p): Use frame-auto-delete.
16662 (window-list-no-nils, window-state-ignored-parameters)
16663 (window-state-get-1, window-state-get, window-state-put-list)
16664 (window-state-put-1, window-state-put-2, window-state-put):
16665 New functions.
16666 (display-buffer-normalize-options): Move special-display-p group
16667 after pop-up-frame group (Bug#8851) and (Bug#8856).
16668
16669 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
16670
16671 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
16672 groups (Bug#8776).
16673 (rx-submatch-n): New function.
16674 (rx): Document it.
16675
16676 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
16677 (Bug#8768).
16678
16679 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
16680
16681 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
16682
16683 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
16684 anytime existing face settings are present (Bug#8889).
16685
16686 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
16687 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
16688 Remove unused argument.
16689
16690 2011-06-18 Martin Rudalics <rudalics@gmx.at>
16691
16692 * window.el (display-buffer-default-specifiers):
16693 Remove pop-up-frame. Add pop-up-window-min-height,
16694 pop-up-window-min-width, and another reuse-window specifier
16695 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
16696 (display-buffer-normalize-specifiers-2):
16697 Handle split-height-threshold and split-width-threshold also when
16698 pop-up-windows is unset. Add a reuse-window specifier for the
16699 case popping up a new window fails.
16700 (special-display-popup-frame): Remove double quoting.
16701 (display-buffer-normalize-specifiers-1): Fix thinko.
16702
16703 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
16704
16705 * shell.el (shell-completion-vars): Set pcomplete-termination-string
16706 according to comint-completion-addsuffix.
16707
16708 * pcomplete.el: Convert to lexical binding and fix bug#8819.
16709 (pcomplete-suffix-list): Mark as obsolete.
16710 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
16711 pcomplete-seen in the closure.
16712 (pcomplete-comint-setup): Setup completion-at-point as well.
16713 (pcomplete--entries): New function.
16714 (pcomplete--env-regexp): New var.
16715 (pcomplete-entries): Rewrite to work with partial-completion and
16716 without relying on pcomplete-suffix-list.
16717 (pcomplete-pare-list): Remove, unused.
16718
16719 2011-06-17 Martin Rudalics <rudalics@gmx.at>
16720
16721 * window.el (display-buffer-alist): Set pop-up-window-min-height
16722 and pop-up-window-min-width in default value. Reported by
16723 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
16724 other-window-means-other-frame.
16725 (display-buffer-macro-specifiers): Comment out entry for
16726 other-window specifier.
16727 (display-buffer-other-window-means-other-frame): New function.
16728 (display-buffer-normalize-specifiers-1): New arguments
16729 buffer-name and label. Treat other-window case specially.
16730 (display-buffer-normalize-specifiers-2): Treat other-window case
16731 specially.
16732 (display-buffer-normalize-specifiers-3): New function.
16733 (display-buffer-normalize-specifiers):
16734 Call display-buffer-normalize-specifiers-3.
16735
16736 2011-06-17 Martin Rudalics <rudalics@gmx.at>
16737
16738 * window.el (same-window-p): Fix two typos introduced when
16739 adding with-no-warnings.
16740 (display-buffer-normalize-specifiers-1): Don't check
16741 pop-up-frames for 'unset initialization.
16742 (display-buffer-normalize-specifiers-2): Major rewrite using
16743 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
16744 (pop-up-frames, display-buffer-reuse-frames)
16745 (display-buffer-mark-dedicated): Don't initialize to 'unset.
16746 Suggested by David Engster <deng@randomsample.de>.
16747 (even-window-heights): Initialize to 'unset.
16748 (display-buffer-alist-set): Handle new 'unset initializations.
16749 (display-buffer-macro-specifiers): Don't pop up a new frame in the
16750 other window case.
16751
16752 2011-06-16 Martin Rudalics <rudalics@gmx.at>
16753
16754 * window.el (display-buffer-normalize-specifiers-1):
16755 Respect current value of pop-up-frames for most reasonable values of
16756 second argument of display-buffer (Bug#8865).
16757 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
16758 (switch-to-buffer-other-window-same-frame)
16759 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
16760 Adams (Bug#8875).
16761 (display-buffer): Don't check noninteractive when calling
16762 display-buffer-pop-up-frame.
16763 (display-buffer-pop-up-frame): Never pop up a frame in
16764 noninteractive mode (Bug#8857).
16765 (enlarge-window, shrink-window): Don't report an error when the
16766 window can't be resized as requested (Bug#8862).
16767
16768 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16769
16770 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
16771
16772 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
16773
16774 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
16775
16776 2011-06-15 Alan Mackenzie <acm@muc.de>
16777
16778 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
16779 for declarators, disable knr checking to speed up for normal files.
16780 2: Refactor, replacing a sequence of nested if forms by a cond form.
16781
16782 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16783
16784 * net/network-stream.el (open-network-stream): Add the keyword
16785 :always-query-capabilities for the case where you want to force a
16786 `plain' network connection, but the protocol still requires the
16787 capabilitiy command (i.e., SMTP and EHLO).
16788
16789 * subr.el (process-live-p): Rename from `process-alive-p' for
16790 consistency with other `-live-p' functions.
16791
16792 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16793
16794 * window.el (same-window-buffer-names, same-window-regexps)
16795 (special-display-frame-alist, special-display-popup-frame)
16796 (special-display-function, special-display-buffer-names)
16797 (special-display-regexps, pop-up-frame-alist)
16798 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
16799 (pop-up-windows, split-window-preferred-function)
16800 (split-height-threshold, split-width-threshold, even-window-heights)
16801 (display-buffer-mark-dedicated): Don't encourage the use of
16802 display-buffer-alist from Elisp code.
16803
16804 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
16805
16806 * progmodes/python.el (python-mode): Derive from prog-mode.
16807 * progmodes/ps-mode.el (ps-mode):
16808 * progmodes/mixal-mode.el (mixal-mode):
16809 * progmodes/cfengine.el (cfengine-mode):
16810 * progmodes/ld-script.el (ld-script-mode): Likewise.
16811
16812 2011-06-15 Martin Rudalics <rudalics@gmx.at>
16813
16814 * window.el (display-buffer-alist): Trim default value to avoid
16815 popping up a new frame (Bug#8857) or reusing an arbitrary window
16816 on another frame.
16817 (display-buffer): Do not fall back on popping up a new frame in
16818 batch mode (Bug#8857).
16819
16820 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
16821
16822 * cus-theme.el (describe-theme-1): Use custom-theme-p.
16823 (custom-theme-summary): New function.
16824 (customize-themes): Use it.
16825
16826 2011-06-13 Glenn Morris <rgm@gnu.org>
16827
16828 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
16829
16830 2011-06-13 Martin Rudalics <rudalics@gmx.at>
16831
16832 * help.el (help-window): Remove variable.
16833 (help-window-point-marker, temp-buffer-max-height)
16834 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
16835 (help-print-return-message): Don't set help-window.
16836 (resize-temp-buffer-window): Rewrite cod eand doc-string.
16837 (help-window-setup-finish): Remove.
16838 (help-window-display-message, help-window-setup)
16839 (with-help-window): Major rewrite based on new
16840 display-buffer-window variable.
16841
16842 * help-mode.el (help-mode-finish): Remove help-window related
16843 code.
16844
16845 * view.el (view-exits-all-viewing-windows): Remove reference to
16846 view-return-to-alist in doc-string.
16847 (view-return-to-alist): Make obsolete.
16848 (view-buffer): Call pop-to-buffer-same-window and remove
16849 undo-window code.
16850 (view-buffer-other-window): Call pop-to-buffer-other-window and
16851 simplify code. Ignore second argument.
16852 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
16853 simplify code. Ignore second argument.
16854 (view-return-to-alist-update): Make obsolete.
16855 (view-mode-enter): Rename second argument to QUIT-RESTORE.
16856 Rewrite using quit-restore window parameters.
16857 (view-mode-exit): Rename second argument to EXIT-ONLY.
16858 Rewrite using quit-restore-window.
16859 (View-exit, View-exit-and-edit, View-leave, View-quit)
16860 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
16861 appropriate arguments.
16862 (view-end-message): Use quit-restore window parameter.
16863
16864 * window.el (display-buffer-function): Rewrite doc-string.
16865 (display-buffer-window, display-buffer-alist): New variables.
16866 (display-buffer-split-specifiers)
16867 (display-buffer-side-specifiers)
16868 (display-buffer-macro-specifiers): New constants.
16869 (display-buffer-even-window-sizes, display-buffer-set-height)
16870 (display-buffer-set-width, display-buffer-select-window)
16871 (display-buffer-in-window, display-buffer-reuse-window)
16872 (display-buffer-split-window-1, display-buffer-split-window)
16873 (display-buffer-split-atom-window, display-buffer-pop-up-window)
16874 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
16875 (display-buffer-in-side-window, normalize-buffer-to-display)
16876 (display-buffer-normalize-specifiers-1)
16877 (display-buffer-normalize-specifiers-2)
16878 (display-buffer-normalize-specifiers, display-buffer-frame):
16879 New functions.
16880 (display-buffer): Major rewrite.
16881 (display-buffer-other-window, display-buffer-other-frame)
16882 (pop-to-buffer, switch-to-buffer-other-window)
16883 (switch-to-buffer-other-frame): Rewrite.
16884 (display-buffer-same-window, display-buffer-same-frame)
16885 (display-buffer-same-frame-other-window)
16886 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
16887 (pop-to-buffer-other-window)
16888 (pop-to-buffer-same-frame-other-window)
16889 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
16890 (switch-to-buffer-other-window-same-frame): New functions.
16891 (same-window-p, special-display-p): Rewrite disabling warnings.
16892 Make obsolete.
16893 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16894 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
16895 Make obsolete
16896 (same-window-buffer-names, same-window-regexps)
16897 (special-display-frame-alist, special-display-popup-frame)
16898 (special-display-function, special-display-buffer-names)
16899 (special-display-regexps, pop-up-frame-alist)
16900 (pop-up-frame-function, split-window-preferred-function)
16901 (split-height-threshold, split-width-threshold)
16902 (even-window-heights): Make obsolete.
16903
16904 2011-06-12 Glenn Morris <rgm@gnu.org>
16905
16906 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
16907 Misc simplifications.
16908
16909 2011-06-12 Martin Rudalics <rudalics@gmx.at>
16910
16911 * window.el (window-safely-shrinkable-p): Restore function which
16912 was inadvertently removed in change from 2011-06-11. Declare as
16913 obsolete.
16914
16915 * calendar/calendar.el (calendar-generate-window):
16916 Use window-iso-combined-p instead of combination of one-window-p and
16917 window-safely-shrinkable-p.
16918
16919 2011-06-12 Glenn Morris <rgm@gnu.org>
16920
16921 * progmodes/fortran.el (fortran-mode-syntax-table):
16922 * progmodes/f90.el (f90-mode-syntax-table):
16923 Set % to punctuation. (Bug#8820)
16924 (f90-find-tag-default): Remove, no longer needed.
16925
16926 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
16927
16928 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
16929
16930 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
16931
16932 * image.el (image-animated-p): Return animation delay in seconds.
16933 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
16934 (image-animate-timeout): Remove DELAY argument. Don't assume
16935 every subimage has the same delay; get it from image-animated-p.
16936 (image-animate): Caller changed.
16937
16938 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
16939
16940 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
16941 to ignored backtrace functions.
16942
16943 2011-06-11 Glenn Morris <rgm@gnu.org>
16944
16945 * calendar/appt.el (appt-disp-window-function): Doc fix.
16946 (appt-check): Handle overlapping appointments. (Bug#8337)
16947
16948 2011-06-11 Martin Rudalics <rudalics@gmx.at>
16949
16950 * window.el (window-tree-1, window-tree): New functions, moving
16951 the latter to window.el.
16952 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
16953 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
16954 (bw-refresh-edges): Remove.
16955 (balance-windows-1, balance-windows-2): New functions.
16956 (balance-windows): Rewrite in terms of window tree functions,
16957 balance-windows-1 and balance-windows-2.
16958 (bw-adjust-window): Remove.
16959 (balance-windows-area-adjust): New function with functionality of
16960 bw-adjust-window but using resize-window.
16961 (set-window-text-height): Rewrite doc-string.
16962 Use normalize-live-window and resize-window.
16963 (enlarge-window-horizontally, shrink-window-horizontally):
16964 Rename argument to DELTA.
16965 (window-buffer-height): New function.
16966 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
16967 Rewrite using new window resize routines.
16968 (kill-buffer-and-window, mouse-autoselect-window-select):
16969 Use ignore-errors instead of condition-case.
16970 (quit-window): Call delete-frame instead of delete-windows-on
16971 for the only buffer on frame.
16972
16973 2011-06-10 Martin Rudalics <rudalics@gmx.at>
16974
16975 * loadup.el (top-level): Load window before files for the sake
16976 of replace-buffer-in-windows.
16977
16978 * files.el (read-buffer-to-switch)
16979 (switch-to-buffer-other-window)
16980 (switch-to-buffer-other-frame, display-buffer-other-frame):
16981 Move to window.el.
16982
16983 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
16984 (previous-buffer): Move to window.el.
16985
16986 * bindings.el (unbury-buffer): Move to window.el.
16987
16988 * window.el (delete-other-windows-vertically): Move after
16989 definition of delete-other-windows.
16990 (other-window, delete-windows-on, replace-buffer-in-windows):
16991 Move here from window.c.
16992 (record-window-buffer, unrecord-window-buffer)
16993 (set-window-buffer-start-and-point, switch-to-prev-buffer)
16994 (switch-to-next-buffer): New functions.
16995 (get-next-valid-buffer, last-buffer, next-buffer): Move here
16996 from simple.el. Call switch-to-next-buffer.
16997 (previous-buffer): Move here from simple.el.
16998 Call switch-to-prev-buffer.
16999 (bury-buffer): Move here from buffer.c. Switch to previous
17000 buffer when window cannot be deleted.
17001 (unbury-buffer): Move here from bindings.el.
17002 (ctl-x-map): Move binding for other-window from window.c to
17003 here.
17004 (read-buffer-to-switch, switch-to-buffer-other-window)
17005 (switch-to-buffer-other-frame): Move here from files.el.
17006 (normalize-buffer-to-switch-to): New functions.
17007 (switch-to-buffer): Move here from buffer.c.
17008 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
17009
17010 2011-06-10 Martin Rudalics <rudalics@gmx.at>
17011
17012 * window.el (window-min-height, window-min-width): Move here
17013 from window.c. Add defcustoms and rewrite doc-strings.
17014 (resize-mini-window, resize-window): New functions.
17015 (adjust-window-trailing-edge, enlarge-window, shrink-window):
17016 Move here from window.c.
17017 (maximize-window, minimize-window): New functions.
17018 (delete-window, delete-other-windows, split-window): Move here
17019 from window.c.
17020 (window-split-min-size): New function.
17021 (split-window-keep-point): Mention split-window-above-each-other
17022 instead of split-window-vertically.
17023 (split-window-above-each-other, split-window-vertically):
17024 Rename split-window-vertically to split-window-above-each-other
17025 and provide defalias for old definition.
17026 (split-window-side-by-side, split-window-horizontally):
17027 Rename split-window-horizontally to split-window-side-by-side
17028 and provide defalias for the old definition.
17029 (ctl-x-map): Move bindings for delete-window,
17030 delete-other-windows and enlarge-window here from window.c.
17031 Replace bindings for split-window-vertically and
17032 split-window-horizontally by bindings for
17033 split-window-above-each-other and split-window-side-by-side.
17034
17035 * cus-start.el (all): Remove entries for window-min-height and
17036 window-min-width. Add entries for window-splits and
17037 window-nest.
17038
17039 2011-06-09 Glenn Morris <rgm@gnu.org>
17040
17041 * calendar/appt.el (appt-mode-line): New function.
17042 (appt-check, appt-disp-window): Use it.
17043
17044 * files.el (hack-one-local-variable-eval-safep):
17045 Allow minor-modes with explicit +/-1 arguments.
17046
17047 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
17048
17049 * term/xterm.el (xterm): Add defgroup.
17050 (xterm-extra-capabilities): Add defcustom to supply known xterm
17051 capabilities, skip querying them, or query them (default).
17052 (terminal-init-xterm): Use it.
17053 (terminal-init-xterm-modify-other-keys): New function to set up
17054 modifyOtherKeys support to simplify `terminal-init-xterm'.
17055
17056 2011-06-09 Martin Rudalics <rudalics@gmx.at>
17057
17058 * window.el (resize-window-reset, resize-window-reset-1)
17059 (resize-subwindows-skip-p, resize-subwindows-normal)
17060 (resize-subwindows, resize-other-windows, resize-this-window)
17061 (resize-root-window, resize-root-window-vertically)
17062 (window-deletable-p, window-or-subwindow-p)
17063 (frame-root-window-p): New functions.
17064
17065 2011-06-09 Glenn Morris <rgm@gnu.org>
17066
17067 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17068 (ange-ftp-get-files): Use it.
17069
17070 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17071
17072 * mail/sendmail.el (mail-recover-1, mail-recover):
17073 * files.el (recover-file, recover-session):
17074 Handle dired-listing-switches not being just a single short option.
17075
17076 2011-06-09 Glenn Morris <rgm@gnu.org>
17077
17078 * calendar/appt.el (appt-display-message, appt-disp-window):
17079 Handle lists of appointments.
17080
17081 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17082
17083 * window.el (one-window-p): Move down in code.
17084 Rewrite doc-string.
17085 (window-current-scroll-bars): Rewrite doc-string.
17086 Normalize live window argument.
17087 (walk-windows, get-window-with-predicate, count-windows):
17088 Rewrite doc-string. Use window-list-1.
17089 (window-in-direction-2, window-in-direction, get-mru-window):
17090 New functions.
17091
17092 2011-06-08 Reuben Thomas <rrt@sc3d.org>
17093
17094 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17095 Doc fix (Bug#8713).
17096
17097 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
17098
17099 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
17100
17101 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
17102
17103 * loadhist.el (unload-feature-special-hooks):
17104 Add `comint-output-filter-functions'.
17105
17106 2011-06-08 Ivan Kanis <gnu@kanis.fr>
17107
17108 * calendar/appt.el (appt-check): Move some initializations into the let.
17109
17110 2011-06-08 Martin Rudalics <rudalics@gmx.at>
17111
17112 * window.el (window-height): Defalias to window-total-height.
17113 (window-width): Defalias to window-body-width.
17114
17115 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
17116
17117 * image-mode.el (image-toggle-animation): New command.
17118 (image-mode-map): Bind it to RET.
17119 (image-mode): Update message.
17120 (image-toggle-display-image): Avoid a spurious cache flush.
17121 (image-transform-rotation): Doc fix.
17122 (image-transform-properties): Return quickly in the normal case.
17123 (image-animate-loop): Rename from image-animate-max-time.
17124
17125 * image.el (image-animate-max-time): Move to image-mode.el.
17126 (create-animated-image): Remove unnecessary function.
17127 (image-animate): Rename from image-animate-start. New arg.
17128 (image-animate-stop): Remove; just use image-animate-timer.
17129 (image-animate-timer): Use car-safe.
17130 (image-animate-timeout): Rename argument.
17131
17132 2011-06-07 Martin Rudalics <rudalics@gmx.at>
17133
17134 * window.el (get-lru-window, get-largest-window): Move here from
17135 window.c. Rename first argument to ALL-FRAMES.
17136 Rephrase doc-strings.
17137 (get-buffer-window-list): Rewrite using window-list-1.
17138 Rephrase doc-string.
17139 (window-safe-min-height, window-safe-min-width): New constants.
17140 (window-size-ignore, window-min-size, window-min-size-1)
17141 (window-sizable, window-sizable-p, window-size-fixed-1)
17142 (window-size-fixed-p, window-min-delta-1, window-min-delta)
17143 (window-max-delta-1, window-max-delta, window-resizable)
17144 (window-resizable-p, window-total-height, window-total-width)
17145 (window-body-width): New functions.
17146 (window-full-height-p, window-full-width-p): Rewrite using
17147 window-total-size.
17148 (window-body-height): Rewrite using window-body-size.
17149
17150 2011-06-06 Martin Rudalics <rudalics@gmx.at>
17151
17152 * window.el (window-right, window-left, window-child)
17153 (window-child-count, window-last-child, window-any-p)
17154 (normalize-live-buffer, normalize-live-frame)
17155 (normalize-any-window, normalize-live-window)
17156 (window-iso-combination-p, window-iso-combined-p)
17157 (window-iso-combinations)
17158 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
17159 (windows-with-parameter, window-with-parameter)
17160 (window-atom-root, make-window-atom, window-atom-check-1)
17161 (window-atom-check, window-side-check, window-check):
17162 New functions.
17163 (ignore-window-parameters, window-sides, window-sides-vertical)
17164 (window-sides-slots): New variables.
17165 (window-size-fixed): Move down in code. Minor doc-string fix.
17166
17167 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
17168
17169 * comint.el (comint-dynamic-complete-as-filename)
17170 (comint-dynamic-complete-filename): Correctly call
17171 completion-in-region.
17172
17173 2011-06-05 Deniz Dogan <deniz@dogan.se>
17174
17175 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
17176 in last change.
17177
17178 2011-06-05 Deniz Dogan <deniz@dogan.se>
17179
17180 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
17181 (rcirc): Use it to prompt for encryption.
17182
17183 2011-06-05 Roland Winkler <winkler@gnu.org>
17184
17185 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
17186 (bibtex-search-entries): New command bound to C-c C-a.
17187 (bibtex-display-entries): New function.
17188
17189 2011-06-05 Roland Winkler <winkler@gnu.org>
17190
17191 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
17192 (bibtex-insert-kill): After yanking insert newline if necessary.
17193 (bibtex-initialize): Call bibtex-string-files-init only once.
17194 (bibtex-mode): Do not call easy-menu-add.
17195 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
17196 (bibtex-yank): Set arg properly if nil.
17197
17198 2011-06-05 Roland Winkler <winkler@gnu.org>
17199
17200 * textmodes/bibtex.el (bibtex-search-entry-globally):
17201 New variable.
17202 (bibtex-search-entry): Use it.
17203
17204 2011-06-05 Roland Winkler <winkler@gnu.org>
17205
17206 * textmodes/bibtex.el (bibtex-entry-format): New option
17207 sort-fields.
17208 (bibtex-format-entry, bibtex-reformat): Honor this option.
17209 (bibtex-parse-entry): Return fields in proper order.
17210
17211 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
17212
17213 * doc-view.el (doc-view-remove-if): Move computation of result out
17214 of `dolist' to silence misleading lexical-binding warning.
17215
17216 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
17217
17218 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
17219 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
17220
17221 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17222
17223 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
17224 "SunOS 5.10".
17225
17226 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
17227
17228 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
17229 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
17230 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
17231 (tramp-parse-putty):
17232 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
17233 (tramp-completion-function-alist-ssh)
17234 (tramp-completion-function-alist-telnet)
17235 (tramp-completion-function-alist-su)
17236 (tramp-completion-function-alist-putty): Set `tramp-autoload'
17237 cookie.
17238
17239 * net/tramp-ftp.el:
17240 * net/tramp-sh.el:
17241 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
17242 load "tramp.el" `tramp-set-completion-function'.
17243
17244 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
17245
17246 * shell.el: Require and use pcomplete.
17247 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
17248 (shell-completion-vars): Set pcomplete-default-completion-function.
17249
17250 2011-06-04 Deniz Dogan <deniz@dogan.se>
17251
17252 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
17253 `memq' (Bug#8799).
17254
17255 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17256
17257 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
17258
17259 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
17260
17261 * bs.el (bs--mark-unmark, bs--nth-wrapper):
17262 * mpc.el (mpc-select-extend, mpc-songpointer-context):
17263 * vc/log-view.el (log-view-beginning-of-defun):
17264 * vc/smerge-mode.el (smerge-apply-resolution-patch)
17265 (smerge-refine-forward, smerge-refine-chopup-region):
17266 Silence warning for unused `dotimes' counter variables.
17267
17268 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17269
17270 * net/tramp.el (tramp-with-progress-reporter): Rename from
17271 with-progress-reporter. Use `declare'.
17272 * net/tramp-smb.el:
17273 * net/tramp-sh.el:
17274 * net/tramp-gvfs.el: Update all uses.
17275
17276 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
17277
17278 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
17279 buffer isn't killed before making it current.
17280
17281 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17282
17283 Silence various byte-compiler warnings.
17284 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
17285 `access-type' and new obsolescence format.
17286 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
17287 new format.
17288 (byte-compile-check-variable): New `access-type' argument.
17289 Only warn if the access-type is obsolete.
17290 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
17291 (byte-compile-variable-set): Adjust callers.
17292 * help-fns.el (describe-variable): Adjust to new obsolescence format.
17293 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
17294 setting it as obsolete.
17295 * simple.el (minibuffer-completing-symbol):
17296 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
17297 access as obsolete.
17298 * minibuffer.el (minibuffer-completing-file-name): Don't make it
17299 obsolete yet.
17300 * international/quail.el (quail-mouse-choose-completion): Remove unused
17301 code referring to obsolete var.
17302 (quail-choose-completion-string): Remove.
17303 * server.el (server-clients-with, server-kill-buffer-query-function)
17304 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
17305 * proced.el (proced-send-signal):
17306 * emacs-lisp/lisp.el (lisp-complete-symbol):
17307 Replace completion-annotate-function with completion-extra-properties.
17308
17309 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17310
17311 * simple.el (goto-line): Use read-number.
17312 (overriding-map-is-bound): Remove.
17313 (saved-overriding-map): Change default.
17314 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
17315 Take the map as argument.
17316 (universal-argument, negative-argument, digit-argument): Use it.
17317 (restore-overriding-map): Adjust.
17318 (do-auto-fill): Use fill-forward-paragraph.
17319 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
17320
17321 * minibuffer.el (minibuffer-inactive-mode-map): New var.
17322 (minibuffer-inactive-mode): New major mode.
17323 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
17324 the *Messages* buffer" hack.
17325 (mouse-popup-menubar): Don't burp if the event is a normal key.
17326
17327 Miscellaneous tweaks.
17328 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
17329 lexical scoping as in subr.el's dolist and dotimes.
17330 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
17331 Silence compiler warning.
17332 * thingatpt.el (forward-whitespace): Trivial coding style fix.
17333 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
17334 * international/ccl.el (ccl-compile): Trivial simplification.
17335 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
17336 * emacs-lisp/testcover.el (testcover-end): Remove spurious
17337 `printflag' argument.
17338 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17339 Purecopy the whole obsolescence data.
17340
17341 2011-06-01 Leo Liu <sdl.web@gmail.com>
17342
17343 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
17344 improve doc-string as suggested by Marco Pessotto
17345 <melmothx@gmail.com>.
17346 (rcirc-print): Fix last change.
17347
17348 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17349
17350 * minibuffer.el (complete-with-action): Return nil for the metadata and
17351 boundaries of non-functional tables.
17352 (completion-table-dynamic): Return nil for the metadata.
17353 (completion-table-with-terminator): Add default case, using
17354 complete-with-action.
17355 (completion--metadata): New function.
17356 (completion-all-sorted-completions, minibuffer-completion-help): Use it
17357 to try and avoid pathological performance problems.
17358 (completion--embedded-envvar-table): Return `category' metadata.
17359
17360 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
17361
17362 * subr.el (process-alive-p): New tiny convenience function.
17363
17364 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17365
17366 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
17367 content but also its previous major mode.
17368
17369 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
17370
17371 * emacs-lisp/debug.el (debug): Restore the previous content of the
17372 *Backtrace* buffer when we exit with C-M-c.
17373
17374 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17375
17376 * minibuffer.el: Add metadata method to completion tables.
17377 (completion-category-overrides): New defcustom.
17378 (completion-metadata, completion--field-metadata)
17379 (completion-metadata-get, completion--styles)
17380 (completion--cycle-threshold): New functions.
17381 (completion-try-completion, completion-all-completions):
17382 Add `metadata' argument to choose completion-styles.
17383 (completion--do-completion): Use metadata to choose cycling.
17384 (completion-all-sorted-completions): Use metadata for sorting.
17385 Remove :completion-cycle-penalty which is not needed any more.
17386 (completion--try-word-completion): Add `metadata' argument.
17387 (minibuffer-completion-help): Check metadata for annotation function
17388 and sorting.
17389 (completion-file-name-table): Return `category' metadata.
17390 (minibuffer-completing-file-name): Make obsolete.
17391 * simple.el (minibuffer-completing-symbol): Make obsolete.
17392 * icomplete.el (icomplete-completions): Pass new `metadata' param to
17393 completion-try-completion.
17394
17395 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17396
17397 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
17398
17399 2011-05-30 Leo Liu <sdl.web@gmail.com>
17400
17401 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
17402 (rcirc-print): Decode all incoming messages (bug#8744).
17403 (rcirc-decode-coding-system): Allow value nil for automatic coding
17404 system detection.
17405
17406 2011-06-01 Glenn Morris <rgm@gnu.org>
17407
17408 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
17409
17410 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17411
17412 * image.el (image-animate-max-time): Allow nil and t values.
17413 Default to nil.
17414 (create-animated-image): Doc fix.
17415 (image-animate-start): Remove second arg; just use
17416 image-animate-max-time.
17417 (image-animate-timeout): Doc fix. Args changed.
17418
17419 * image-mode.el (image-toggle-display-image): Ensure that the
17420 image spec passed to the animate timer is the same object as in
17421 the buffer's display property (Bug#6981).
17422 (image-transform-properties): Doc fix.
17423
17424 * image.el (image-animate-max-time): Default to nil.
17425
17426 2011-05-29 Martin Rudalics <rudalics@gmx.at>
17427
17428 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
17429 entire buffer list (Bug#8184).
17430
17431 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17432
17433 * image.el (imagemagick-types-inhibit)
17434 (imagemagick-register-types): Doc fix.
17435
17436 2011-05-29 Deniz Dogan <deniz@dogan.se>
17437
17438 * net/rcirc.el (rcirc): Use the user's stored encryption method by
17439 default.
17440
17441 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
17442
17443 * select.el: Don't perform clipboard-manager saving in hooks;
17444 leave the hooks empty.
17445
17446 2011-05-28 Leo Liu <sdl.web@gmail.com>
17447
17448 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
17449 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
17450 (occur-edit-mode): New major mode (Bug#8463).
17451 (occur-after-change-function): New function.
17452 (occur-engine): Give Occur tags a read-only property.
17453
17454 2011-05-28 Kevin Ryde <user42@zip.com.au>
17455
17456 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
17457
17458 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17459
17460 * bindings.el (help-echo): Make the initial non-indicator dash
17461 empty on graphical terminals (Bug#7295).
17462
17463 * files.el (auto-mode-alist): Move config rule after the
17464 in-stripping one (Bug#8547).
17465
17466 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
17467
17468 * startup.el (normal-splash-screen): Remove gratuitous mode-line
17469 setting (Bug#8740).
17470
17471 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
17472
17473 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
17474 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
17475 (Bug#8539).
17476
17477 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17478
17479 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
17480
17481 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
17482
17483 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
17484 (hs-hide-block-at-point, hs-find-block-beginning)
17485 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
17486 (Bug#8279).
17487
17488 2011-05-28 Glenn Morris <rgm@gnu.org>
17489
17490 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
17491
17492 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
17493
17494 * help-fns.el (describe-function-1): If the function is a derived
17495 major mode, print the parent mode.
17496
17497 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
17498 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
17499
17500 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17501
17502 * minibuffer.el (completion--capf-wrapper): Check applicability before
17503 returning non-nil for non-exclusive completion data.
17504 * progmodes/etags.el (tags-completion-at-point-function):
17505 * info-look.el (info-lookup-completions-at-point): Mark as
17506 non-exclusive.
17507 (info-complete): Adjust accordingly.
17508
17509 * info-look.el: Convert to lexical-binding and completion-at-point.
17510 (info-lookup-completions-at-point): New function.
17511 (info-complete): Use it and completion-in-region.
17512
17513 2011-05-28 Drew Adams <drew.adams@oracle.com>
17514
17515 * isearch.el: Let M-e start with point at the first mismatched char.
17516 (isearch-fail-pos): New function.
17517 (isearch-edit-string): Use it.
17518
17519 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17520
17521 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17522
17523 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
17524
17525 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
17526 traversal functions for avl-trees.
17527 (avl-tree--stack): New struct.
17528 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
17529 (avl-tree-enter): Add optional `updatefun' arg.
17530 (avl-tree--do-enter): Add optional `updatefun' arg.
17531 Change return value.
17532 (avl-tree-delete): Add optional `test' and `nilflag' args.
17533 (avl-tree--do-delete): Add `test' and `nilflag' args.
17534 Change return value.
17535 (avl-tree-member): Add optional `nilflag'
17536 (avl-tree-member-p): New function.
17537 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
17538 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
17539 (avl-tree-stack-empty-p): New functions.
17540
17541 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
17542 avl-tree--del-balance1 and make it work both ways.
17543 (avl-tree--del-balance2): Remove.
17544 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
17545 make it work both ways.
17546 (avl-tree--enter-balance2): Remove.
17547 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
17548 New macros.
17549 (avl-tree--mapc, avl-tree-map): Add direction argument.
17550
17551 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
17552
17553 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
17554
17555 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
17556
17557 * select.el: Support clipboard managers with built-in function
17558 x-clipboard-manager-save, via delete-frame-functions and
17559 kill-emacs-hook.
17560 (xselect-convert-to-targets): Add MULTIPLE target to list.
17561 (xselect-convert-to-save-targets): New function.
17562
17563 2011-05-27 Kenichi Handa <handa@m17n.org>
17564
17565 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
17566 let-binding rfc2047-encode-encoded-words to nil.
17567
17568 2011-05-27 Glenn Morris <rgm@gnu.org>
17569
17570 * mail/emacsbug.el: Don't require url-util.
17571
17572 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
17573
17574 * files.el (set-auto-mode):
17575 Also respect mode: entries at the end of the file. (Bug#8586)
17576
17577 2011-05-26 Glenn Morris <rgm@gnu.org>
17578
17579 * files.el (hack-local-variables-prop-line, hack-local-variables):
17580 Downcase mode names, as seems to be traditional.
17581 (hack-local-variables, hack-local-variables-apply): Doc fixes.
17582
17583 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
17584 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
17585
17586 2011-05-25 Julien Danjou <julien@danjou.info>
17587
17588 * textmodes/rst.el (rst-define-level-faces): Do not define face
17589 symbol if it is already defined.
17590
17591 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
17592
17593 * play/5x5.el (5x5-new-game, 5x5-randomize):
17594 Reset 5x5-solver-output to nil when a new grid is cast.
17595 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
17596 these debugging traces, as defmacro breaks the compiled code.
17597
17598 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17599
17600 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17601
17602 2011-05-24 Leo Liu <sdl.web@gmail.com>
17603
17604 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
17605 (vc-bzr-sha1): Adapt.
17606
17607 * sha1.el: Remove. Function `sha1' is now builtin.
17608
17609 * bindings.el: Provide sha1 feature.
17610
17611 2011-05-24 Kenichi Handa <handa@m17n.org>
17612
17613 * mail/sendmail.el: Require `rfc2047'.
17614 (mail-insert-from-field): Do not perform RFC2047 encoding.
17615 (mail-encode-header): New function.
17616 (sendmail-send-it): Set buffer-file-coding-system of the work
17617 buffer to the return value of select-message-coding-system.
17618 Call mail-encode-header.
17619
17620 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
17621
17622 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
17623
17624 * mail/supercite.el (sc-default-cite-frame):
17625 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
17626
17627 2011-05-24 Glenn Morris <rgm@gnu.org>
17628
17629 * progmodes/python.el (brm-menu): Declare.
17630
17631 * emulation/viper.el (viper-set-hooks): Declare.
17632
17633 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
17634 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
17635 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
17636 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
17637 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
17638 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
17639
17640 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
17641
17642 Add an :exit-function for completion-at-point.
17643
17644 * minibuffer.el (completion--done): New fun.
17645 (completion--do-completion): Use it. New arg `expect-exact'.
17646 (minibuffer-complete, minibuffer-complete-word): Don't output message,
17647 since completion--do-completion does it for us now.
17648 (minibuffer-force-complete): Use completion--done and
17649 completion--replace. Handle sole-completion case with more care.
17650 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
17651 (completion-extra-properties): New var.
17652 (completion-annotate-function): Make obsolete.
17653 (minibuffer-completion-help): Adjust accordingly.
17654 Use completion-list-insert-choice-function.
17655 (completion-at-point, completion-help-at-point):
17656 Bind completion-extra-properties.
17657 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
17658 * simple.el (completion-list-insert-choice-function): New var.
17659 (completion-setup-function): Preserve it.
17660 (choose-completion): Pay attention to it, shuffle the code a bit.
17661 (choose-completion-string): New arg `insert-function'.
17662
17663 * textmodes/bibtex.el: Convert to lexical binding.
17664 (bibtex-mode-map): Use completion-at-point.
17665 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
17666 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
17667 (bibtex-complete): Define as obsolete alias.
17668 (bibtex-complete-internal): Remove.
17669 (bibtex-format-entry): Remove unused sub-group in regexp.
17670 * shell.el (shell--command-completion-data)
17671 (shell-environment-variable-completion):
17672 * pcomplete.el (pcomplete-completions-at-point):
17673 * comint.el (comint--complete-file-name-data): Use :exit-function
17674 instead of completion-table-with-terminator so it also works for
17675 choose-completion.
17676
17677 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
17678
17679 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
17680
17681 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
17682 (bug#8710).
17683
17684 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
17685
17686 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
17687
17688 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
17689 customization variable and implement: If non-nil, auto-fill will
17690 be inhibited while on topic's header line.
17691
17692 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
17693
17694 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
17695 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
17696 always have a solution in grid size = 5 cases.
17697 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
17698 (5x5-solver-output, 5x5-log-buffer): New vars.
17699 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
17700 Make these variables buffer local to achieve 5x5 multi-session-ness.
17701 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
17702 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
17703 (5x5-solve-suggest): New funs.
17704 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
17705 randomize a grid so that we ensure that there is always a solution.
17706 (5x5-make-random-grid): Allow other movement than flipping.
17707
17708 2011-05-23 Kevin Ryde <user42@zip.com.au>
17709
17710 * emacs-lisp/advice.el (ad-read-advised-function):
17711 Use `function-called-at-point' as the default, if it has
17712 advice and passes PREDICATE.
17713
17714 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
17715
17716 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
17717 byte-compile-lambda if it's actually a lambda.
17718
17719 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
17720 Fix function quoting. Use backquote better.
17721
17722 2011-05-22 Yuanle Song <sylecn@gmail.com>
17723
17724 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
17725 matching (Bug#8516).
17726
17727 2011-01-22 Jari Aalto <jari.aalto@cante.net>
17728
17729 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
17730 different face (Bug#8178).
17731
17732 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
17733
17734 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
17735 defface (Bug#8144).
17736
17737 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17738
17739 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
17740 funcall as well (bug#8712). Warn when performing those conversions.
17741 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
17742
17743 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
17744
17745 2011-05-22 Glenn Morris <rgm@gnu.org>
17746
17747 * files.el (hack-local-variables-prop-line): Small simplifications.
17748 (hack-local-variables, hack-local-variables-prop-line):
17749 If MODE-ONLY, return the mode, rather than just `t'.
17750
17751 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
17752
17753 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
17754
17755 2011-05-21 Glenn Morris <rgm@gnu.org>
17756
17757 * files.el (hack-local-variables-prop-line, hack-local-variables):
17758 If only interested in the mode, don't bother doing the other stuff.
17759
17760 * image-mode.el (image-after-revert-hook):
17761 Redraw all frames on which the image is visible. (Bug#8567)
17762
17763 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
17764
17765 * wid-edit.el (widget-checklist-match-inline):
17766 Fix 2011-04-19 change. (Bug#8649)
17767
17768 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17769
17770 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
17771 Also allow singlespace after single-letter capitals followed by a dot.
17772
17773 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
17774 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
17775
17776 2011-05-20 Nix <nix@esperi.org.uk>
17777
17778 * files.el (basic-save-buffer-2):
17779 Fix handling of break-hardlink-on-save with non-existent files.
17780
17781 2011-05-19 Deniz Dogan <deniz@dogan.se>
17782
17783 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
17784 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
17785
17786 2011-05-19 Glenn Morris <rgm@gnu.org>
17787
17788 * progmodes/f90.el (f90-type-def-re):
17789 Handle "type, bind(c)". (Bug#8691)
17790
17791 * emacs-lisp/autoload.el (batch-update-autoloads):
17792 Set autoload-excludes by parsing loadup.el rather than Makefiles.
17793
17794 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
17795
17796 * net/tramp.el (tramp-process-actions): Set "first-password-request"
17797 property for the correct connection in case of multihops.
17798
17799 2011-05-18 Glenn Morris <rgm@gnu.org>
17800
17801 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
17802 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
17803
17804 Rationalize calendar handling of day and month abbrev-arrays.
17805 * calendar/calendar.el (calendar-customized-p): New function.
17806 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
17807 (calendar-day-name-array, calendar-month-name-array): Doc fix.
17808 Add :set function.
17809 (calendar-abbrev-length, calendar-day-abbrev-array)
17810 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
17811 (calendar-day-abbrev-array, calendar-month-abbrev-array):
17812 Elements may no longer be nil.
17813 (calendar-day-name, calendar-month-name):
17814 Update for changed nature of abbrev arrays.
17815 * calendar/diary-lib.el (diary-name-pattern):
17816 Update for changed nature of abbrev arrays.
17817 (diary-mark-entries-1): Update calendar-make-alist calls.
17818 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
17819 * calendar/cal-html.el (cal-html-day-abbrev-array):
17820 Simply inherit from calendar-day-abbrev-array.
17821
17822 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
17823
17824 * progmodes/grep.el (grep-mode): Disable default
17825 compilation-directory-matcher setting (bug#8684).
17826
17827 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
17828
17829 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
17830 instead of "head" and "tail". There were problems with SunOS 5.9,
17831 and it performs better.
17832
17833 2011-05-17 Glenn Morris <rgm@gnu.org>
17834
17835 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
17836
17837 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
17838 Replace obsolete function.
17839
17840 * shell.el (pcomplete-parse-arguments-function): Declare.
17841
17842 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
17843 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
17844 (appt-check): Doc fixes.
17845 (appt-disp-window-function, appt-delete-window-function):
17846 Remove needless special case in custom :type.
17847 (appt-display-count): Default to 0, not nil.
17848 (appt-check): Reset appt-display-count to 0, not nil.
17849
17850 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
17851
17852 * progmodes/python.el (python-font-lock-keywords):
17853 Add the Python 3.X keyword "nonlocal" (bug#8639).
17854
17855 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
17856
17857 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
17858
17859 2011-05-16 Kevin Ryde <user42@zip.com.au>
17860
17861 * info-look.el (makefile-automake-mode): New setups, looking in
17862 automake manual, then makefile-mode.
17863 (makefile-mode): Remove automake manual, have it just in
17864 makefile-automake-mode since there's various things different or
17865 not relevant to plain make.
17866 (makefile-mode): Remove "other-modes" non-existent automake-mode,
17867 believe a hypothetical automake-mode would go to makefile-mode,
17868 not the other way around.
17869
17870 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
17871
17872 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
17873 hunk-end tags (Bug#8672).
17874
17875 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
17876 vc-annotate-show-diff-revision-at-line (Bug#8671).
17877
17878 2011-05-14 Glenn Morris <rgm@gnu.org>
17879
17880 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
17881 in the middle of an existing one with multiple authors. (Bug#8645)
17882 (change-log-font-lock-keywords): Also handle multiple author lines
17883 with leading tabs. (Bug#8644)
17884
17885 * calendar/appt.el (appt-check): Rename some local variables.
17886 Some simplification/reordering.
17887
17888 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
17889 (feedmail-sendmail-f-doesnt-sell-me-out)
17890 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
17891 (feedmail-debug-sit-for, feedmail-queue-express-hook)
17892 (feedmail-queue-runner-message-sender): Set :version.
17893 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
17894 (bbdb-dwim-net-address, vm-mail): Declare.
17895 (feedmail-binmail-gnulinuxish-template):
17896 Rename from feedmail-binmail-linuxish-template.
17897 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
17898 Use insert-buffer-substring.
17899
17900 2011-05-14 Bill Carpenter <bill@carpenter.org>
17901
17902 * mail/feedmail.el (feedmail-patch-level): Increase.
17903 (feedmail-debug): New custom group.
17904 (feedmail-confirm-outgoing-timeout)
17905 (feedmail-sendmail-f-doesnt-sell-me-out)
17906 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
17907 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
17908 (feedmail-sender-line, feedmail-from-line)
17909 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
17910 (feedmail-spray-this-address)
17911 (feedmail-spray-address-fiddle-plex-list)
17912 (feedmail-queue-use-send-time-for-date)
17913 (feedmail-queue-use-send-time-for-message-id)
17914 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
17915 (feedmail-buffer-eating-function):
17916 Doc fixes.
17917 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
17918 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
17919 (feedmail-message-action-scroll-down): New functions.
17920 (feedmail-queue-directory, feedmail-queue-draft-directory):
17921 Use expand-file-name.
17922 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
17923 Remove C-v help entry.
17924 (feedmail-queue-buffer-file-name): New variable.
17925 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
17926 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
17927 (feedmail-message-action-send-strong, feedmail-message-action-edit)
17928 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
17929 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
17930 (feedmail-message-action-toggle-spray)
17931 (feedmail-run-the-queue-no-prompts)
17932 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
17933 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
17934 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
17935 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
17936 (feedmail-envelope-deducer, feedmail-fiddle-from)
17937 (feedmail-fiddle-sender, feedmail-default-date-generator)
17938 (feedmail-fiddle-date, feedmail-fiddle-message-id)
17939 (feedmail-fiddle-spray-address)
17940 (feedmail-fiddle-list-of-spray-fiddle-plexes)
17941 (feedmail-fiddle-list-of-fiddle-plexes)
17942 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
17943 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
17944 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
17945 Change default. Doc fix.
17946 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
17947 (feedmail-binmail-linuxish-template): New constant.
17948 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
17949 Respect feedmail-sendmail-f-doesnt-sell-me-out.
17950 (feedmail-send-it): Add debug call.
17951 Use feedmail-queue-buffer-file-name, and
17952 feedmail-send-it-immediately-wrapper.
17953 (feedmail-message-action-send): Add debug call.
17954 Use feedmail-send-it-immediately-wrapper.
17955 (feedmail-queue-express-to-queue): Add debug call.
17956 Run feedmail-queue-express-hook.
17957 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
17958 (feedmail-message-action-help-blat):
17959 Rename from feedmail-queue-send-edit-prompt-help-first.
17960 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
17961 Check line-endings. Handle errors better.
17962 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
17963 Doc fix. Add debug call.
17964 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
17965 Use feedmail-queue-send-edit-prompt-inner.
17966 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
17967 (feedmail-queue-send-edit-prompt-inner): New function, extracted
17968 from feedmail-queue-send-edit-prompt.
17969 (feedmail-queue-send-edit-prompt-help)
17970 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
17971 (feedmail-tidy-up-slug): Add debug call.
17972 Respect feedmail-queue-slug-suspect-regexp.
17973 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
17974 (feedmail-dump-message-to-queue): Add debug call.
17975 Expand queue-directory.
17976 (feedmail-dump-message-to-queue): Change message slightly.
17977 Use feedmail-say-chatter.
17978 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
17979 (feedmail-send-it-immediately-wrapper): New function.
17980 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
17981 Insert empty string rather than newline. Handle full-frame case.
17982 Use catch/throw. Use feedmail-say-chatter.
17983 (feedmail-fiddle-from): Try mail-host-address.
17984 (feedmail-default-message-id-generator): Doc fix.
17985 Bind system-time-locale. Handle missing end.
17986 (feedmail-fiddle-x-mailer): Add debug call.
17987 Handle feedmail-x-mailer-line being nil.
17988 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
17989 Add debug call. Use buffer-substring-no-properties.
17990 (feedmail-say-debug, feedmail-say-chatter): New functions.
17991 (feedmail-find-eoh): Give an explicit error.
17992
17993 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
17994
17995 * net/newst-treeview.el (newsticker-treeview-face): Change default
17996 family from helvetica to sans.
17997 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
17998 etc/images/newsticker.
17999
18000 * net/newst-reader.el (newsticker-feed-face): Change default
18001 family from helvetica to sans.
18002
18003 * net/newst-plainview.el (newsticker-new-item-face)
18004 (newsticker-old-item-face, newsticker-immortal-item-face)
18005 (newsticker-obsolete-item-face, newsticker-date-face)
18006 (newsticker-statistics-face): Change default family from
18007 helvetica to sans.
18008 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
18009 etc/images/newsticker.
18010
18011 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18012 (newsticker--process-auto-mark-filter-match): Tell user about
18013 auto-marking.
18014
18015 2011-05-13 Didier Verna <didier@xemacs.org>
18016
18017 Common Lisp indentation improvements on defmethod and lambda-lists.
18018 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18019 TODO entries.
18020 (lisp-lambda-list-keyword-parameter-indentation)
18021 (lisp-lambda-list-keyword-parameter-alignment)
18022 (lisp-lambda-list-keyword-alignment): New customizable user options.
18023 (lisp-indent-defun-method): Improve docstring.
18024 (extended-loop-p): Fix comment.
18025 (lisp-indent-lambda-list-keywords-regexp): New variable.
18026 (lisp-indent-lambda-list): New function.
18027 (lisp-indent-259): Use it.
18028 (lisp-indent-defmethod): Support for more than one
18029 method qualifier and properly indent methods lambda-lists.
18030 (defgeneric): Provide a missing common-lisp-indent-function property.
18031
18032 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18033
18034 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18035 bounds for the empty string (bug#8667).
18036
18037 2011-05-13 Glenn Morris <rgm@gnu.org>
18038
18039 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18040
18041 * mail/sendmail.el (sendmail-program): Try executable-find first.
18042 (sendmail-send-it): `sendmail-program' cannot be unbound.
18043
18044 * calendar/appt.el (appt-make-list): Simplify.
18045 (appt-time-msg-list): Doc fix.
18046 (appt-check): Change mode-line message at the time of the appointment.
18047
18048 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
18049
18050 * progmodes/ld-script.el (ld-script-keywords)
18051 (ld-script-builtins): Update keywords list.
18052
18053 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18054
18055 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18056
18057 * shell.el (shell-completion-vars): New function.
18058 (shell-mode):
18059 * simple.el (read-shell-command): Use it.
18060 (blink-matching-open): No need for " [...]" in minibuffer-message.
18061
18062 2011-05-12 Glenn Morris <rgm@gnu.org>
18063
18064 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18065 (appt-check): Simplify.
18066
18067 2011-05-12 Eli Zaretskii <eliz@gnu.org>
18068
18069 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
18070 literal "/dev/null".
18071
18072 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18073
18074 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18075 Fix typo.
18076
18077 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
18078
18079 * progmodes/which-func.el (which-function):
18080 Use add-log-current-defun instead of add-log-current-defun-function,
18081 which might not be defined (Bug#8260).
18082
18083 2011-05-12 Glenn Morris <rgm@gnu.org>
18084
18085 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18086 Let byte-compile-initial-macro-environment always take precedence.
18087
18088 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18089
18090 * net/rcirc.el: Add support for SSL/TLS connections.
18091 (rcirc-server-alist): New field `encryption'.
18092 (rcirc): Check `encryption' settings.
18093 (rcirc-connect): New arg `encryption'. Use open-network-stream.
18094 Merge make-local-variable into `set'.
18095 (rcirc--connection-open-p): New function.
18096 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
18097 the process is not a network process (e.g. running gnutls-cli).
18098 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
18099 Make rcirc-(en|de)code-coding-system local here.
18100 (rcirc-mode): Merge make-local-variable into `set'.
18101 (rcirc-parent-buffer): Make permanent buffer-local.
18102 (rcirc-multiline-minor-mode): Don't do it here.
18103 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
18104 there's no server buffer.
18105
18106 2011-05-11 Glenn Morris <rgm@gnu.org>
18107
18108 * newcomment.el (comment-kill): Prefix "unused" local.
18109
18110 * term/w32console.el (get-screen-color): Declare.
18111
18112 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
18113 Handle symbol elements of byte-compile-initial-macro-environment.
18114
18115 2011-05-10 Leo Liu <sdl.web@gmail.com>
18116
18117 * bookmark.el (bookmark-bmenu-mode-map):
18118 Bind bookmark-bmenu-search to `/'.
18119
18120 * mail/footnote.el: Convert to utf-8 encoding.
18121 (footnote-unicode-string, footnote-unicode-regexp): New variable.
18122 (Footnote-unicode): New function.
18123 (footnote-style-alist): Add unicode style to the list.
18124 (footnote-style): Doc fix.
18125
18126 2011-05-10 Jim Meyering <meyering@redhat.com>
18127
18128 Fix doubled-word typos.
18129 * international/quail.el (quail-insert-kbd-layout): and and -> and
18130 * kermit.el: and and -> and
18131 * net/ldap.el (ldap-search-internal): to to -> to
18132 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
18133 * progmodes/js.el (js-mode): and and -> and
18134 * textmodes/artist.el (artist-move-to-xy): at at -> at
18135 (artist-draw-region-trim-line-endings): if if -> if
18136 And Safetyc -> Safety.
18137 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
18138
18139 2011-05-10 Glenn Morris <rgm@gnu.org>
18140 Stefan Monnier <monnier@iro.umontreal.ca>
18141
18142 * files.el (hack-one-local-variable-eval-safep):
18143 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
18144
18145 2011-05-10 Glenn Morris <rgm@gnu.org>
18146
18147 * calendar/diary-lib.el (diary-list-entries-hook)
18148 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
18149 (diary-nongregorian-marking-hook, diary-list-entries)
18150 (diary-include-other-diary-files, diary-mark-entries)
18151 (diary-mark-included-diary-files): Doc fixes.
18152
18153 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18154
18155 * misc.el: Require tabulated-list.el during compilation.
18156
18157 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18158
18159 * progmodes/compile.el (compilation-start):
18160 Run compilation-filter-hook for the async case too.
18161 (compilation-filter-hook): Doc fix.
18162
18163 2011-05-09 Deniz Dogan <deniz@dogan.se>
18164
18165 * wdired.el: Remove outdated installation comment. Fix usage
18166 comment.
18167
18168 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
18169
18170 * misc.el: Implement new command `list-dynamic-libraries'.
18171 (list-dynamic-libraries--loaded-only-p): New variable.
18172 (list-dynamic-libraries--refresh): New function.
18173 (list-dynamic-libraries): New command.
18174
18175 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
18176
18177 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18178 Fix the ant regexp to handle end-line and end-column info from jikes.
18179 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
18180 higher priority to avoid clobbering by gnu.
18181
18182 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18183
18184 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
18185 if the face has existing theme settings (Bug#8454).
18186
18187 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
18188
18189 * progmodes/perl-mode.el (perl-imenu-generic-expression):
18190 Only match variables declared via `my' or `our' (Bug#8261).
18191
18192 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
18193 special file names `.' and `..' (Bug#8259).
18194
18195 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
18196
18197 * progmodes/grep.el (grep-mode-font-lock-keywords):
18198 Remove buffer-changing entries.
18199 (grep-filter): New function.
18200 (grep-mode): Add it to compilation-filter-hook.
18201
18202 * progmodes/compile.el (compilation-filter-hook)
18203 (compilation-filter-start): New defvars.
18204 (compilation-filter): Call compilation-filter-hook prior to
18205 updating the process mark.
18206
18207 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
18208
18209 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
18210
18211 2011-05-07 Eli Zaretskii <eliz@gnu.org>
18212
18213 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
18214 mailclient-send-it even if window-system is nil. (Bug#8595)
18215
18216 * term/w32console.el (terminal-init-w32console):
18217 Call get-screen-color and use its output to set the frame
18218 background-mode. (Bug#8597)
18219
18220 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
18221
18222 Make bytecomp.el understand that defmethod defines funs (bug#8631).
18223 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
18224 New functions.
18225 (defgeneric, eieio--defmethod): Use them.
18226 (eieio-defgeneric): Remove.
18227 (defmethod): Call defgeneric in a way visible to the byte-compiler.
18228
18229 2011-05-07 Glenn Morris <rgm@gnu.org>
18230
18231 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
18232 Use let rather than let*.
18233 (timeclock-find-discrep): Remove unused local.
18234
18235 * calendar/diary-lib.el (diary-comment-start): Doc fix.
18236
18237 * calendar/appt.el (appt-time-msg-list): Doc fix.
18238
18239 2011-05-06 Noah Friedman <friedman@splode.com>
18240
18241 * apropos.el (apropos-print-doc): Only use
18242 emacs-lisp-docstring-fill-column when it is bound to an integer,
18243 per that variable's documentation.
18244
18245 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18246
18247 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
18248 and warnings are not silently discarded (e.g. use -d instead of -P).
18249
18250 2011-05-06 Glenn Morris <rgm@gnu.org>
18251
18252 * calendar/appt.el (appt-message-warning-time): Doc fix.
18253 (appt-warning-time-regexp): New option.
18254 (appt-make-list): Respect appt-message-warning-time.
18255
18256 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
18257 New options.
18258 (diary-add-to-list): Strip comments from the displayed string.
18259 (diary-mode): Set comment-start and comment-end.
18260
18261 * vc/diff-mode.el (smerge-refine-subst): Declare.
18262 (diff-refine-hunk): Don't require smerge-mode when compiling.
18263
18264 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
18265
18266 * simple.el (list-processes): Return nil as the docstring says.
18267
18268 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
18269
18270 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
18271 to "".
18272 (ange-ftp-write-region, ange-ftp-insert-file-contents)
18273 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
18274 determining of binary transfer. (Bug#7383)
18275
18276 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
18277
18278 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18279 Fix port computation bug. (Bug#8618)
18280
18281 2011-05-05 Glenn Morris <rgm@gnu.org>
18282
18283 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
18284
18285 * simple.el (shell-dynamic-complete-functions)
18286 (comint-dynamic-complete-functions): Declare.
18287
18288 * net/network-stream.el (gnutls-negotiate):
18289 * simple.el (tabulated-list-print): Fix declarations.
18290
18291 * progmodes/gud.el (syntax-symbol, syntax-point):
18292 Remove unnecessary and incorrect declarations.
18293
18294 * emacs-lisp/check-declare.el (check-declare-scan):
18295 Handle byte-compile-initial-macro-environment in bytecomp.el.
18296
18297 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18298
18299 Fix earlier half-done eieio-defmethod change (bug#8338).
18300 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
18301 Streamline and change calling convention.
18302 (defmethod): Adjust accordingly and simplify.
18303 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
18304 new eieio--defmethod.
18305 (slot-boundp): Minor CSE simplification.
18306
18307 2011-05-05 Milan Zamazal <pdm@zamazal.org>
18308
18309 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
18310 (glasses-make-readable): Use glasses-separate-capital-groups.
18311
18312 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
18313
18314 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
18315 (warning-series): Doc fix.
18316 (display-warning): Don't try to create the buffer if we just found it.
18317
18318 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
18319
18320 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
18321 (autoload-find-generated-file): New function.
18322 (generate-file-autoloads): Bind generated-autoload-file to
18323 buffer-file-name.
18324 (update-file-autoloads, update-directory-autoloads):
18325 Use autoload-find-generated-file. If called interactively, prompt for
18326 output file (Bug#7989).
18327 (batch-update-autoloads): Doc fix.
18328
18329 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
18330
18331 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
18332
18333 2011-05-04 Glenn Morris <rgm@gnu.org>
18334
18335 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
18336 function, so it follows changes in calendar-date-style.
18337 (diary-fancy-date-matcher): New function.
18338 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
18339 (diary-fancy-font-lock-fontify-region-function):
18340 Use diary-fancy-date-pattern as a function.
18341
18342 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
18343 non-numbers for `year' etc pseudo-variables. (Bug#8583)
18344
18345 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
18346
18347 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
18348 instead of positional arguments. Allow :keylist and :crlfiles
18349 arguments.
18350 (open-gnutls-stream): Call it.
18351
18352 * net/network-stream.el (network-stream-open-starttls): Adjust to
18353 call `gnutls-negotiate' with :process and :hostname arguments.
18354
18355 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
18356
18357 * minibuffer.el (completion--message): New function.
18358 (completion--do-completion, minibuffer-complete)
18359 (minibuffer-force-complete, minibuffer-complete-word): Use it.
18360 (completion--do-completion): Don't ignore completion-auto-help when in
18361 icomplete-mode.
18362
18363 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
18364 internal encoding (e.g. tibetan zero is not whitespace).
18365 (global-whitespace-mode): Prefer save-current-buffer.
18366 (whitespace-trailing-regexp): Remove useless save-match-data.
18367 (whitespace-empty-at-bob-regexp): Minor simplification.
18368
18369 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
18370
18371 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
18372
18373 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18374
18375 * textmodes/ispell.el (ispell-add-per-file-word-list):
18376 Use `concat' to create string for insertion.
18377
18378 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18379
18380 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
18381 Avoid open-line which runs post-self-insert-hook.
18382 (bibtex-fill-entry): Remove unused `end' var.
18383
18384 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
18385
18386 * textmodes/ispell.el (ispell-add-per-file-word-list):
18387 Protect against `nil' value of `comment-start' (Bug#8579).
18388
18389 2011-05-03 Leo Liu <sdl.web@gmail.com>
18390
18391 * isearch.el (isearch-yank-pop): New command.
18392 (isearch-mode-map): Bind it to `M-y'.
18393 (isearch-forward): Mention it.
18394
18395 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18396
18397 * simple.el (minibuffer-complete-shell-command): Remove.
18398 (minibuffer-local-shell-command-map): Use completion-at-point.
18399 (read-shell-command): Setup completion vars here instead.
18400 (read-expression-map): Bind TAB to symbol completion.
18401
18402 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
18403 error directly rather via storing it into `results'.
18404
18405 2011-05-02 Leo Liu <sdl.web@gmail.com>
18406
18407 * vc/diff.el: Fix description.
18408
18409 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18410
18411 * server.el (server-eval-at): New function.
18412
18413 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18414
18415 * net/network-stream.el (open-network-stream): Take a :nowait
18416 parameter and pass it on to `make-network-process'.
18417 (network-stream-open-plain): Ditto.
18418
18419 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
18420
18421 * faces.el (face-spec-set-match-display): Don't match toolkit
18422 options on terminal frames.
18423
18424 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18425
18426 * progmodes/pascal.el: Use lexical binding.
18427 (pascal-mode-map): Remove author preferences.
18428
18429 * pcomplete.el (pcomplete-std-complete): Don't abuse
18430 completion-at-point.
18431
18432 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
18433
18434 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
18435 removing code that has been dead since 1991 or so.
18436
18437 * startup.el (command-line): When warning about "_emacs", use a
18438 delayed warning to allow the user to filter it out.
18439
18440 2011-04-28 Deniz Dogan <deniz@dogan.se>
18441
18442 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
18443 user has not joined.
18444
18445 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18446
18447 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
18448 aren't any completions at point.
18449
18450 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
18451
18452 * subr.el (display-delayed-warnings): New function.
18453 (delayed-warnings-hook): New variable.
18454
18455 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18456
18457 * minibuffer.el (completion-at-point, completion-help-at-point):
18458 Don't presume that a given completion-at-point-function will always
18459 use the same calling convention.
18460
18461 * pcomplete.el (pcomplete-completions-at-point):
18462 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
18463 pcomplete-seen is non-nil.
18464 (pcomplete-comint-setup): Also recognize the new comint/shell
18465 completion functions.
18466 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
18467 pcomplete-seen is non-nil.
18468
18469 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
18470
18471 * calendar/icalendar.el (diary-lib): Add require statement.
18472 (icalendar--create-uid): Read out a uid from a text-property on
18473 the first character in the entry. This allows for code to add its
18474 own uid to the entry.
18475 (icalendar--convert-float-to-ical): Add export of
18476 `diary-float'-entries save for those with the optional DAY
18477 argument.
18478
18479 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
18480
18481 * subr.el (shell-quote-argument): Use alternate escaping strategy
18482 when we spot a variable reference in a string.
18483
18484 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
18485
18486 * cus-start.el (all): Define customization for debug-on-event.
18487
18488 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
18489
18490 * subr.el (shell-quote-argument): Escape correctly under Windows.
18491
18492 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18493
18494 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
18495
18496 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
18497
18498 * net/tramp.el (tramp-process-actions): Add POS argument.
18499 Delete region between POS and (pos).
18500
18501 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18502 Use `nil' position in `tramp-process-actions' call.
18503 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
18504
18505 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
18506 position in `tramp-process-actions' call.
18507
18508 * net/trampver.el: Update release number.
18509
18510 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18511
18512 * custom.el (defcustom): Obey lexical-binding.
18513
18514 Fix octave-inf completion problems reported by Alexander Klimov.
18515 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
18516 Inherit from octave-mode-syntax-table.
18517 (inferior-octave-mode): Set info-lookup-mode.
18518 (inferior-octave-completion-at-point): New function.
18519 (inferior-octave-complete): Use it and completion-in-region.
18520 (inferior-octave-dynamic-complete-functions): Use it as well, and use
18521 comint-filename-completion.
18522 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
18523 symbol elements which shouldn't be word elements.
18524 (octave-font-lock-keywords, octave-beginning-of-defun)
18525 (octave-function-header-regexp): Adjust regexps accordingly.
18526 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
18527
18528 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
18529
18530 * net/gnutls.el (gnutls-errorp): Declare before first use.
18531
18532 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
18533
18534 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
18535 verify-error, and verify-hostname-error parameters. Check whether
18536 default trustfile exists before going to use it. Add missing
18537 argument to gnutls-message-maybe call. Return value.
18538 Reported by Claudio Bley <claudio.bley@gmail.com>.
18539 (open-gnutls-stream): Add usage example.
18540
18541 * net/network-stream.el (network-stream-open-starttls): Give host
18542 parameter to `gnutls-negotiate'.
18543 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
18544 * subr.el (shell-quote-argument): Escape correctly under Windows.
18545
18546 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
18547
18548 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
18549 Use correct match group (bug#8438).
18550
18551 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
18552
18553 * emacs-lisp/package.el (package-built-in-p): Fix typo.
18554 (package-menu--generate): New arg specifying packages to show.
18555 (package-menu-refresh, package-menu-execute, list-packages):
18556 Callers changed.
18557 (package-show-package-list): New function, replacing deleted
18558 package--list-packages (renamed because it is non-internal).
18559
18560 * finder.el (finder-list-matches): Use package-show-package-list
18561 instead of deleted package--list-packages.
18562
18563 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
18564 Based on a previous implementation by Juanma Barranquero (Bug#8366).
18565 (vc-annotate-mode-map): Bind it to RET.
18566
18567 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
18568
18569 * progmodes/etags.el (next-file): Don't use set-buffer to change
18570 buffers (Bug#8478).
18571
18572 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
18573
18574 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
18575
18576 * apropos.el (apropos-label-face): Avoid variable-pitch face.
18577 (apropos-accumulator): Doc fix.
18578 (apropos-function, apropos-macro, apropos-command)
18579 (apropos-variable, apropos-face, apropos-group, apropos-widget)
18580 (apropos-plist): Add face property.
18581 (apropos-symbols-internal): Fix indentation.
18582 (apropos-print): Simplify help, and recognize apropos-multi-type.
18583 (apropos-print-doc): Use button-type-get to extract the button's
18584 face property. Fill docstring (Bug#8352).
18585
18586 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
18587
18588 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
18589
18590 * play/mpuz.el (mpuz-silent): Doc fix.
18591 (mpuz-mode-map): Use mapc.
18592 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
18593 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
18594 Fix typos in docstrings.
18595
18596 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
18597 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
18598
18599 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
18600
18601 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
18602
18603 * minibuffer.el (completion--do-completion): Avoid the "Next char
18604 not unique" prompt if icomplete-mode is enabled (Bug#5849).
18605
18606 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
18607 mouse-2 into unread-command-events, it is interpreted correctly.
18608
18609 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
18610 (image-toggle-display): Doc fix.
18611
18612 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
18613
18614 * textmodes/page.el (what-page): Use line-number-at-pos to
18615 calculate line number (Bug#6825).
18616
18617 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
18618
18619 * eshell/esh-mode.el (find-tag-interactive): Declare function.
18620 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
18621 Pass argument NO-DEFAULT to `find-tag-interactive'.
18622
18623 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
18624
18625 Lexical-binding cleanup.
18626
18627 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
18628 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
18629 * progmodes/ada-prj.el (ada-prj-initialize-values)
18630 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
18631 (ada-prj-show-value):
18632 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
18633 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
18634 (antlr-invalidate-context-cache, antlr-options-menu-filter)
18635 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
18636 * progmodes/bug-reference.el (bug-reference-push-button):
18637 * progmodes/fortran.el (fortran-line-length):
18638 * progmodes/glasses.el (glasses-change):
18639 * progmodes/octave-mod.el (octave-fill-paragraph):
18640 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
18641 (python-pdbtrack-grub-for-buffer, python-sentinel):
18642 * progmodes/sql.el (sql-save-connection):
18643 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
18644 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
18645 Mark unused parameters.
18646
18647 * progmodes/compile.el (compilation--flush-directory-cache)
18648 (compilation--flush-parse, compile-internal): Mark unused parameters.
18649 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
18650 (compilation-next-error-function): Remove unused variable `timestamp'.
18651
18652 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
18653 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
18654
18655 * progmodes/dcl-mode.el (dcl-end-of-command):
18656 Remove unused variable `start'.
18657 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
18658 (dcl-option-value-basic, dcl-option-value-offset)
18659 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
18660 Mark unused parameters.
18661 (dcl-save-local-variable): Remove unused variable `val'.
18662 (mode): Declare.
18663
18664 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
18665 Mark unused parameters.
18666 (delphi-ignore-changes): Move before first use.
18667 (delphi-charset-token-at): Remove unused variable `start'.
18668 (delphi-else-start): Remove unused variable `if-count'.
18669 (delphi-comment-block-start, delphi-comment-block-end):
18670 Remove unused variable `kind'.
18671 (delphi-indent-line): Remove unused variable `new-point'.
18672
18673 * progmodes/ebrowse.el (ebrowse-files-list)
18674 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
18675 Mark unused parameters. Don't quote `lambda'.
18676 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
18677 Don't quote `lambda'.
18678 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
18679 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
18680 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
18681 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
18682 Use `ignore-errors'.
18683 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
18684 (ebrowse-view/find-file-and-search-pattern)
18685 (ebrowse-view/find-member-declaration/definition):
18686 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
18687 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
18688 Rename parameter PREFIX-ARG to PREFIX.
18689 (ebrowse-tags-read-name): Remove unused variables `start' and
18690 `member-info'.
18691 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
18692 to `tags-file'.
18693
18694 * progmodes/etags.el (local-find-tag-hook): Declare.
18695 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
18696 Mark unused parameters.
18697
18698 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
18699 (executable-interpret): Mark unused parameter.
18700
18701 * progmodes/flymake.el (flymake-process-sentinel)
18702 (flymake-after-change-function)
18703 (flymake-create-temp-with-folder-structure)
18704 (flymake-get-include-dirs-dot): Mark unused parameters.
18705 (flymake-safe-delete-directory): Remove unused variable `err'.
18706
18707 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
18708 (speedbar-timer-fn, speedbar-line-text)
18709 (speedbar-change-expand-button-char, speedbar-delete-subblock)
18710 (speedbar-center-buffer-smartly): Declare functions.
18711 (gdb-find-watch-expression): Remove unused variable `array'.
18712 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
18713 (gdb-starting): Mark unused parameters.
18714 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
18715 (gdb-table-string): Remove unused variable `res'.
18716 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
18717 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
18718 (gdb-display-buffer): Remove unused variable `cur-size'.
18719
18720 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
18721 allow lexical-binding compilation.
18722 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
18723 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
18724 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
18725 Mark unused parameters.
18726 (gud-gdb-marker-filter): Remove unused variable `match'.
18727 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
18728 lambda expressions and funcall them, instead of using `fset'.
18729
18730 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
18731 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
18732
18733 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
18734 variable `header-beg'; use `let'.
18735
18736 * progmodes/icon.el (indent-icon-exp): Remove unused variables
18737 `restart', `last-sexp' and `at-do'.
18738
18739 * progmodes/js.el (js--debug): Mark unused parameter.
18740 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
18741 (js--splice-into-items): Remove unused variable `item'.
18742 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
18743
18744 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
18745 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
18746 (makefile-complete): Remove unused variable `try'.
18747 (makefile-fill-paragraph, makefile-match-function-end):
18748 Mark unused parameters.
18749
18750 * progmodes/octave-inf.el (inferior-octave-complete):
18751 Remove unused variable `proc'.
18752 (inferior-octave-output-digest): Mark unused parameter.
18753
18754 * progmodes/perl-mode.el (perl-calculate-indent):
18755 Remove unused variable `err'.
18756
18757 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
18758 (prolog-indent-line): Mark unused parameters.
18759 (prolog-indent-line): Remove unused variable `beg'.
18760
18761 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
18762 (reporter-dont-compact-list): Declare.
18763
18764 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
18765 Remove unused variable `char'.
18766 (sh-debug): Mark unused parameter.
18767 (sh-get-indent-info): Remove unused variable `start'.
18768 (sh-calculate-indent): Remove unused variable `var'.
18769
18770 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
18771 (simula-electric-keyword): Remove unused variable `null'.
18772 (simula-search-backward, simula-search-forward): Remove unused
18773 variables `begin' and `end'.
18774
18775 * progmodes/vera-mode.el (vera-guess-basic-syntax):
18776 Remove unused variable `pos'.
18777 (vera-electric-tab, vera-comment-uncomment-region):
18778 Mark unused parameters.
18779 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
18780
18781 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
18782
18783 * emacs-lisp/package.el (package--builtins, package-alist)
18784 (package-load-descriptor, package-built-in-p, package-activate)
18785 (define-package, package-installed-p)
18786 (package-compute-transaction, package-buffer-info)
18787 (package--push): Doc fix. Distinguish more clearly between
18788 version strings and version lists.
18789
18790 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
18791
18792 Lexical-binding cleanup.
18793
18794 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
18795 (5x5-make-mutate-best):
18796 * play/fortune.el (fortune-in-buffer):
18797 * play/gomoku.el (gomoku-init-display):
18798 * play/solitaire.el (solitaire, solitaire-do-check):
18799 * play/tetris.el (tetris-default-update-speed-function):
18800 Mark unused parameters.
18801
18802 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
18803 (bubbles--shift): Remove unused variable `char-org'.
18804 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
18805 (bubbles--show-images): Remove unused variable `char'.
18806
18807 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
18808 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
18809 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
18810 (decipher-analyze-buffer): Use ?\s.
18811 (decipher-make-checkpoint): Remove unused variable `mapping'.
18812
18813 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
18814
18815 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
18816 Remove unused variable `result'; use `let'.
18817
18818 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
18819 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
18820 (gametree-children-shown-p, gametree-compute-reduced-score):
18821 Use `ignore-errors'.
18822
18823 * play/handwrite.el (ps-lpr-switches): Declare.
18824 (handwrite): Remove unused variables `pmin' and `lastp'.
18825
18826 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
18827
18828 * play/landmark.el (landmark-init-display)
18829 (landmark-update-naught-weights): Mark unused parameters.
18830 (landmark-y): Remove unused variable `noise'. Simplify.
18831 (landmark-human-plays): Remove unused variable `score'.
18832
18833 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
18834 (mpuz-try-proposal): Remove unused variable `game'.
18835
18836 * play/zone.el (life-patterns): Declare.
18837
18838 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
18839
18840 * vc/vc.el (ediff-vc-internal): Declare function.
18841
18842 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18843
18844 * shell.el: Use lexical-binding and std completion UI.
18845 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
18846 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
18847 comint-preoutput-filter-functions rather than on
18848 comint-output-filter-functions.
18849 (shell-command-completion, shell--command-completion-data)
18850 (shell-filename-completion, shell-environment-variable-completion)
18851 (shell-c-a-p-replace-by-expanded-directory): New functions.
18852 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
18853 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
18854 (shell-dynamic-complete-environment-variable): Use them.
18855 (shell-dynamic-complete-as-environment-variable)
18856 (shell-dynamic-complete-as-command): Remove.
18857 (shell-match-partial-variable): Match past point.
18858 * comint.el: Clean up use of completion-at-point-functions.
18859 (comint-completion-at-point): New function.
18860 (comint-mode): Use it completion-at-point-functions.
18861 (comint-dynamic-complete): Make it obsolete.
18862 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
18863 (comint-c-a-p-replace-by-expanded-history): New function.
18864 (comint-dynamic-complete-functions)
18865 (comint-replace-by-expanded-history): Use it.
18866 * minibuffer.el (completion-table-with-terminator): Allow dynamic
18867 termination strings. Try harder to avoid second try-completion.
18868 (completion-in-region-mode-map): Disable bindings that don't work yet.
18869
18870 * comint.el: Use lexical-binding. Require CL.
18871 (comint-dynamic-complete-functions): Use comint-filename-completion.
18872 (comint-completion-addsuffix): Tweak custom type.
18873 (comint-filename-completion, comint--common-suffix)
18874 (comint--common-quoted-suffix, comint--table-subvert)
18875 (comint--complete-file-name-data): New functions.
18876 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
18877 (comint-dynamic-list-filename-completions): Use them.
18878 (comint-dynamic-simple-complete): Make obsolete.
18879
18880 * minibuffer.el (completion-in-region-mode):
18881 Keep completion-in-region-mode--predicate global.
18882 (completion-in-region--postch):
18883 Assume completion-in-region-mode--predicate is not null.
18884
18885 * progmodes/flymake.el (flymake-start-syntax-check-process):
18886 Obey `dir'. Simplify.
18887
18888 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
18889 we're in VC after all.
18890
18891 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
18892
18893 * vc/vc.el (vc-diff-build-argument-list-internal)
18894 (vc-version-ediff, vc-ediff): New commands.
18895 (vc-version-diff): Use vc-diff-build-argument-list-internal.
18896
18897 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18898
18899 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
18900 add sanity check.
18901
18902 * obsolete/erc-hecomplete.el: Make obsolete.
18903 * obsolete/: Standardize obsolescence info in the header.
18904
18905 2011-04-20 Glenn Morris <rgm@gnu.org>
18906
18907 * calendar/solar.el (solar-horizontal-coordinates):
18908 Use the longitude argument rather than `calendar-longitude'.
18909 (solar-date-next-longitude): Remove unused locals.
18910
18911 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18912
18913 * whitespace.el: New version 13.2.1.
18914
18915 2011-04-20 felix <EmacsWiki> (tiny change)
18916
18917 * whitespace.el (global-whitespace-mode): Keep highlight when
18918 switching between major modes on a file.
18919
18920 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
18921
18922 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
18923 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
18924 multi-line comments as well.
18925
18926 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
18927
18928 Lexical-binding cleanup.
18929
18930 * arc-mode.el (archive-mode-revert):
18931 * cmuscheme.el (scheme-interactively-start-process):
18932 * custom.el (custom-initialize-delay):
18933 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
18934 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
18935 * emacs-lock.el (emacs-lock-clear-sentinel):
18936 * ezimage.el (defezimage):
18937 * follow.el (follow-avoid-tail-recenter):
18938 * fringe.el (set-fringe-mode-1):
18939 * generic-x.el (bat-generic-mode-compile):
18940 * help-mode.el (help-info-variable, help-do-xref)
18941 (help-mode-revert-buffer):
18942 * help.el (view-emacs-todo):
18943 * iswitchb.el (iswitchb-completion-help):
18944 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
18945 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
18946 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
18947 * locate.el (locate-update):
18948 * longlines.el (longlines-encode-region)
18949 (longlines-after-change-function):
18950 * outline.el (outline-isearch-open-invisible):
18951 * ps-def.el (declare-function, charset-dimension, char-width)
18952 (encode-char):
18953 * ps-mule.el (ps-mule-plot-string):
18954 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
18955 (recentf-edit-list-select, recentf-edit-list-validate)
18956 (recentf-open-files-action):
18957 * rect.el (delete-whitespace-rectangle-line)
18958 (rectangle-number-line-callback):
18959 * register.el (window-configuration-to-register)
18960 (frame-configuration-to-register):
18961 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
18962 * select.el (xselect-convert-to-string, xselect-convert-to-length)
18963 (xselect-convert-to-targets, xselect-convert-to-delete)
18964 (xselect-convert-to-filename, xselect-convert-to-charpos)
18965 (xselect-convert-to-lineno, xselect-convert-to-colno)
18966 (xselect-convert-to-os, xselect-convert-to-host)
18967 (xselect-convert-to-user, xselect-convert-to-class)
18968 (xselect-convert-to-name, xselect-convert-to-integer)
18969 (xselect-convert-to-atom, xselect-convert-to-identity):
18970 * subr.el (declare, ignore, process-kill-without-query)
18971 (text-clone-maintain):
18972 * terminal.el (te-get-char, te-tic-sentinel):
18973 * tool-bar.el (tool-bar-make-keymap):
18974 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
18975 * type-break.el (type-break-mode, type-break-noninteractive-query):
18976 * view.el (View-back-to-mark):
18977 * wid-browse.el (widget-browse-action, widget-browse-widget)
18978 (widget-browse-widgets, widget-browse-sexp):
18979 * widget.el (define-widget-keywords):
18980 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
18981 Mark unused parameters.
18982
18983 * align.el (align-adjust-col-for-rule): Mark unused parameter.
18984 (align-areas): Remove unused variable `look'.
18985 (align-region): Remove unused variables `real-end' and `pos-list'.
18986
18987 * apropos.el (apropos-score-doc): Remove unused variable `i'.
18988
18989 * bindings.el (mode-line-modified, mode-line-remote):
18990 Mark unused parameters.
18991 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
18992
18993 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
18994 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
18995
18996 * comint.el (comint-history-isearch-pop-state)
18997 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
18998 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
18999 (comint-substitute-in-file-name): Doc fix.
19000
19001 * completion.el (cmpl-statistics-block): Mark unused parameter.
19002 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19003 (save-completions-to-file, load-completions-from-file):
19004 Remove unused local variable `e'.
19005
19006 * composite.el (compose-chars): Remove unused variable `len'.
19007 (lgstring-insert-glyph): Remove unused variable `g'.
19008 (compose-glyph-string): Remove unused variables `ascent',
19009 `descent', `lbearing' and `rbearing'.
19010 (compose-glyph-string-relative): Remove unused variables
19011 `lbearing', `rbearing' and `wadjust'.
19012 (compose-gstring-for-graphic): Remove unused variables `header',
19013 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
19014 (compose-gstring-for-terminal): Remove unused variables `header'
19015 and `nchars'. Use `let', not `let*'.
19016
19017 * cus-edit.el (Custom-set, Custom-save, custom-reset)
19018 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19019 (Custom-buffer-done, custom-buffer-create-internal)
19020 (custom-browse-visibility-action, custom-browse-group-tag-action)
19021 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19022 (widget-magic-mouse-down-action, custom-toggle-parent)
19023 (custom-add-parent-links, custom-toggle-hide-variable)
19024 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19025 (custom-toggle-hide-face, face, hook, custom-group-link-action)
19026 (custom-face-menu-create, custom-variable-menu-create, get)
19027 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19028 (custom-reset-standard-save-and-update): Remove unused variable `value'.
19029 (customize-apropos): Remove unused variable `tests'.
19030 (custom-group-value-create): Remove unused variable `hidden-p'.
19031 (sort-fold-case): Declare.
19032
19033 * cus-theme.el (custom-reset-standard-faces-list)
19034 (custom-reset-standard-variables-list): Declare.
19035 (customize-create-theme, custom-theme-revert, custom-theme-write)
19036 (custom-theme-choose-mode, customize-themes, custom-theme-save):
19037 Mark unused parameters.
19038
19039 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19040
19041 * delim-col.el (delimit-columns-max): Move defvar before first use.
19042
19043 * descr-text.el (describe-char-categories): Don't quote `lambda'.
19044 (describe-char): Don't quote `lambda'. Mark unused parameter.
19045
19046 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19047 (auto-insert): Declare.
19048 (desktop-restore-file-buffer): Rename desktop-* parameters;
19049 mark unused ones.
19050 (desktop-create-buffer): Rename desktop-* parameters and bind them.
19051 (desktop-buffer): Rename desktop-* parameters.
19052
19053 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19054 (dframe-reposition-frame-xemacs, dframe-help-echo)
19055 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19056 Mark unused parameters.
19057
19058 * dired-aux.el (backup-extract-version-start, overwrite-query)
19059 (overwrite-backup-query, rename-regexp-query)
19060 (rename-non-directory-query): Declare.
19061 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19062 (dired-add-entry): Remove unused variable `orig-file-name'.
19063 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19064 Use parameter PRESERVE-TIME instead of accessing dynamic variable
19065 `dired-copy-preserve-time' directly.
19066 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19067 (dired-insert-subdir-newpos): Rename unused variable `pos'.
19068
19069 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19070 (dired-virtual-revert, dired-make-relative-symlink):
19071 Mark unused parameters.
19072 (manual-program): Declare.
19073 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19074 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19075 wrapped in `with-no-warnings' to avoid replacing one warning by another.
19076
19077 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
19078
19079 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
19080
19081 * echistory.el (electric-history-in-progress, Helper-return-blurb):
19082 Declare.
19083
19084 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
19085
19086 * electric.el (Electric-command-loop): Rename parameter
19087 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
19088
19089 * expand.el (expand-in-literal): Remove unused variable `here'.
19090
19091 * facemenu.el (facemenu-add-new-color):
19092 Remove unused variable `docstring'.
19093
19094 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
19095 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
19096 (face-attr-construct): Mark unused parameter. Doc fix.
19097 (read-color): Remove unused variable `hex-string'.
19098
19099 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
19100 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
19101 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
19102 (display-buffer-other-frame): Remove unused variable `old-window'.
19103 (kill-buffer-hook): Declare.
19104 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
19105 Mark unused parameters.
19106 (after-find-file): Pass 1 to `auto-save-mode', not t.
19107
19108 * files-x.el (auto-insert): Declare.
19109 (modify-file-local-variable-prop-line): Remove unused variable `val'.
19110
19111 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
19112 variable `buf'. Mark unused parameter.
19113 (find-lisp-insert-directory): Mark unused parameter.
19114
19115 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
19116 (format-encode-region): Remove unused variables `cur-buf' and `result'.
19117 (format-common-tail): Remove, unused.
19118 (format-deannotate-region): Remove unused variable `loc'.
19119 (format-annotate-region): Remove unused variable `p'.
19120 (format-annotate-single-property-change): Remove unused variables
19121 `default' and `tail'.
19122
19123 * forms.el (read-file-filter): Declare.
19124 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
19125
19126 * frame.el (frame-creation-function-alist): Mark unused parameter.
19127 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
19128
19129 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
19130 Remove unused parameters.
19131 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
19132 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
19133
19134 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
19135 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
19136 (hfy-prepare-tag-map): Mark unused parameters.
19137 (htmlfontify-buffer): Use `called-interactively-p'.
19138
19139 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
19140 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
19141 (ibuffer-do-occur): Mark unused parameters.
19142 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
19143 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
19144
19145 * ibuffer.el: Don't quote `lambda'.
19146 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
19147 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
19148 Mark unused parameters.
19149
19150 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
19151 (ido-completing-read): Mark unused parameters.
19152 (ido-copy-current-word): Mark unused parameters;
19153 remove unused variable `name'.
19154 (ido-sort-merged-list): Remove unused parameter `dirs'.
19155
19156 * ielm.el (ielm-input-sender): Mark unused parameter.
19157 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
19158 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
19159 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
19160 `ielm-string' as a dynamic variable accessible from the IELM prompt.
19161 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
19162
19163 * image-dired.el (image-dired-display-thumbs): Remove unused
19164 variables `curr-file' and `count'.
19165 (image-dired-remove-tag): Remove unused variable `start'.
19166 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
19167 variable `curr-file'
19168 (image-dired-rotate-original): Remove unused variable `temp-file'.
19169 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
19170 Remove unused variable `file'.
19171 (image-dired-gallery-generate): Remove unused variable `curr'.
19172 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
19173
19174 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
19175
19176 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
19177
19178 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
19179
19180 * isearch.el (minibuffer-history-symbol): Declare.
19181 (isearch-edit-string): Remove unused variable `err'.
19182 (isearch-message-prefix, isearch-message-suffix):
19183 Mark unused parameters.
19184
19185 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
19186
19187 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
19188
19189 * makesum.el (double-column): Remove unused variable `cnt'.
19190
19191 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
19192 (ido-ignore-item-temp-list): Declare.
19193
19194 * mouse-drag.el (mouse-drag-throw): Remove unused variables
19195 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
19196 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
19197 (mouse-drag-drag): Remove unused variables `mouse-delta' and
19198 `mouse-col-delta'.
19199
19200 * mouse-sel.el (mouse-extend-internal):
19201 Remove unused variable `orig-window-frame'.
19202
19203 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
19204 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
19205 Move declarations before first use.
19206 (pcomplete-opt): Mark unused parameters; doc fix.
19207
19208 * proced.el (proced-revert): Mark unused parameter.
19209 (proced-send-signal): Remove unused variable `err'.
19210
19211 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
19212 Rename parameter PREFIX-ARG to ARG.
19213 (ps-basic-plot-string, ps-basic-plot-whitespace):
19214 Mark unused parameters.
19215
19216 * replace.el (replace-count): Define.
19217 (occur-revert-function): Mark unused parameters.
19218 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
19219 (isearch-case-fold-search, isearch-string): Declare.
19220 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
19221 bind `case-fold-search'. Remove unused variables `beg' and `end',
19222 and simplify.
19223 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
19224 COUNT and bind `replace-count'.
19225 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
19226 to COUNT.
19227
19228 * savehist.el (print-readably, print-string-length): Declare.
19229
19230 * shadowfile.el (shadow-expand-cluster-in-file-name):
19231 Remove unused variable `cluster'.
19232 (shadow-copy-file): Remove unused variable `i'.
19233 (shadow-noquery, shadow-clusters, shadow-site-cluster)
19234 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
19235 (shadow-define-literal-group, shadow-define-regexp-group)
19236 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
19237
19238 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
19239 (shell): Use `called-interactively-p'.
19240 (shell-directory-tracker): Remove unused variable `chdir-failure'.
19241
19242 * simple.el (compilation-context-lines, comint-file-name-quote-list)
19243 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
19244 (delete-backward-char): Remove unused variable `ocol'.
19245 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
19246 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
19247 (event-apply-hyper-modifier, event-apply-shift-modifier)
19248 (event-apply-control-modifier, event-apply-meta-modifier):
19249 Mark unused parameters.
19250 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
19251 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
19252
19253 * speedbar.el (speedbar-ignored-directory-expressions)
19254 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
19255 (speedbar-find-file, speedbar-dir-follow)
19256 (speedbar-directory-buttons-follow, speedbar-tag-find)
19257 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
19258 (speedbar-buffers-line-directory, speedbar-buffer-click):
19259 Mark unused parameters.
19260 (speedbar-tag-file): Remove unused variable `mode'.
19261 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
19262
19263 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
19264
19265 * talk.el (talk): Remove unused variable `display'.
19266
19267 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
19268 (tar-write-region-annotate): Mark unused parameter.
19269
19270 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
19271 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
19272 Declare them, wrapped in `with-no-warnings' to avoid replacing one
19273 warning by another.
19274
19275 * time-stamp.el (time-stamp-string-preprocess):
19276 Remove unused variable `require-padding'.
19277
19278 * tree-widget.el (widget-glyph-enable): Declare.
19279 (tree-widget-action): Mark unused parameter.
19280
19281 * w32-fns.el (x-get-selection): Mark unused parameter.
19282 (autoload-make-program, generated-autoload-file): Declare.
19283
19284 * wdired.el (wdired-revert): Mark unused parameters.
19285 (wdired-xcase-word): Remove unused variable `err'.
19286
19287 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
19288 (whitespace-help-scroll): Remove unused variable `data-help'.
19289
19290 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
19291 (widget-image-insert, widget-after-change, default)
19292 (widget-default-format-handler, widget-default-notify)
19293 (widget-default-prompt-value, widget-info-link-action)
19294 (widget-url-link-action, widget-function-link-action)
19295 (widget-variable-link-action, widget-file-link-action)
19296 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
19297 (widget-field-prompt-internal, widget-field-action, widget-field-match)
19298 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
19299 (widget-insert-button-action, widget-delete-button-action, visibility)
19300 (widget-documentation-link-action, widget-documentation-string-action)
19301 (widget-const-prompt-value, widget-regexp-match, symbol)
19302 (widget-coding-system-prompt-value)
19303 (widget-key-sequence-value-to-external, sexp)
19304 (widget-sexp-value-to-internal, character, vector, cons)
19305 (widget-choice-prompt-value, widget-boolean-prompt-value)
19306 (widget-color--choose-action): Mark unused parameters.
19307 (widget-item-match-inline, widget-choice-match-inline)
19308 (widget-checklist-match, widget-checklist-match-inline)
19309 (widget-group-match): Rename parameter VALUES to VALS.
19310 (widget-field-value-set): Remove unused variable `size'.
19311 (widget-color-action): Remove unused variables `value' and `start'.
19312
19313 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
19314 variable `dir'. Doc fix.
19315 (windmove-find-other-window): Don't pass it.
19316
19317 * window.el (count-windows): Mark unused parameter.
19318 (bw-adjust-window): Remove unused variable `err'.
19319
19320 * woman.el (woman-file-name): Remove unused variable `default'.
19321 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
19322 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
19323 (global-font-lock-mode): Declare.
19324 (woman-decode-region): Mark unused parameter.
19325 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
19326
19327 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
19328 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
19329 (x-dnd-handle-moz-url): Remove unused variable `title'.
19330 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
19331
19332 * xml.el (xml-parse-tag, xml-parse-attlist):
19333 Remove unused variable `pos'.
19334
19335 2011-04-19 Glenn Morris <rgm@gnu.org>
19336
19337 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
19338 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19339 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19340 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
19341 * calendar/cal-html.el (cal-html-insert-minical):
19342 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
19343 (calendar-mark-date-pattern):
19344 Prefix "unused" locals.
19345
19346 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
19347 optional argument `style'.
19348
19349 * calendar/appt.el (appt-make-list):
19350 * calendar/cal-china.el (calendar-chinese-date-string):
19351 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
19352 (diary-hebrew-yahrzeit):
19353 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
19354 * calendar/calendar.el (calendar-generate-window):
19355 * calendar/time-date.el (time-to-days):
19356 Remove unused local variables.
19357
19358 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
19359
19360 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
19361 glyphless-char-display table.
19362 (tabulated-list-glyphless-char-display): New var.
19363
19364 2011-04-18 Sam Steingold <sds@gnu.org>
19365
19366 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
19367 to acknowledgments.
19368
19369 2011-04-17 Glenn Morris <rgm@gnu.org>
19370
19371 * calendar/diary-lib.el (diary-sexp-entry):
19372 * calendar/holidays.el (holiday-sexp):
19373 Set debug-on-error rather than the removed stack-trace-on-error.
19374
19375 2011-04-16 Glenn Morris <rgm@gnu.org>
19376
19377 * progmodes/f90.el: Use lexical-binding.
19378 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
19379
19380 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19381
19382 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
19383 (mail-mode): Setup mailalias completion here instead.
19384 * mail/mailalias.el: Use lexical-binding.
19385 (pattern, mailalias-done): Declare dynamic.
19386 (mail-completion-at-point-function): New function, from mail-complete.
19387 (mail-complete): Use it.
19388 (mail-completion-expand): New function.
19389 (mail-get-names): Use it.
19390 (mail-directory, mail-directory-process, mail-directory-stream):
19391 Don't use `pattern' for lexically bound arg.
19392
19393 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
19394
19395 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
19396 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
19397 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
19398
19399 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
19400 (byte-save-window-excursion, byte-temp-output-buffer-setup)
19401 (byte-interactive-p): Define them again, for use when inlining
19402 old code.
19403
19404 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
19405
19406 * loadup.el: Use `string-to-number', not `string-to-int'.
19407
19408 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19409
19410 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
19411 gud-gdb-complete-command.
19412 (gud-gdb-completions): New function, from gud-gdb-complete-command.
19413 (gud-gdb-completion-at-point): New function.
19414 (gud-gdb-completions): Remove.
19415
19416 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
19417
19418 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
19419 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
19420 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
19421 whether `executable-find' is bound.
19422
19423 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
19424
19425 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19426
19427 * minibuffer.el (completion-in-region-mode-predicate)
19428 (completion-in-region-mode--predicate): New vars.
19429 (completion-in-region, completion-in-region--postch)
19430 (completion-in-region-mode): Use them.
19431 (completion--capf-wrapper): Also return the hook function.
19432 (completion-at-point, completion-help-at-point):
19433 Adjust and provide a predicate.
19434
19435 Preserve arg names for advice of subr and lexical functions (bug#8457).
19436 * help-fns.el (help-function-arglist): Consolidate the subr and
19437 new-byte-code cases. Add argument `preserve-names' to extract names
19438 from the docstring when needed.
19439 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
19440 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
19441 (ad-arglist): Use help-function-arglist's new arg.
19442 (ad-definition-type): Use cond.
19443
19444 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
19445
19446 * autorevert.el (auto-revert-handler):
19447 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
19448 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
19449 Don't quote lambda.
19450
19451 * image-mode.el (image-transform-set-scale):
19452 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
19453
19454 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19455
19456 * net/network-stream.el (network-stream-open-starttls): Only do
19457 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
19458 Upgrades via gnutls-cli are too slow to be done opportunistically.
19459
19460 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
19461
19462 * dframe.el (dframe-current-frame): Remove spurious quote.
19463
19464 2011-04-12 Glenn Morris <rgm@gnu.org>
19465
19466 * calendar/cal-tex.el (cal-tex-end-document):
19467 Try to automatically use latin1 input if needed.
19468
19469 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
19470 Don't try to cons a mark onto an empty element.
19471
19472 2011-04-11 Leo Liu <sdl.web@gmail.com>
19473
19474 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
19475 buffers.
19476 (ido-kill-buffer-at-head): Support killing virtual buffers.
19477
19478 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
19479
19480 * minibuffer.el (completion-show-inline-help): New var.
19481 (completion--do-completion, minibuffer-complete)
19482 (minibuffer-force-complete, minibuffer-complete-word):
19483 Inhibit minibuffer messages if completion-show-inline-help is nil.
19484
19485 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
19486 to avoid interference from inline help (Bug#5849).
19487
19488 2011-04-10 Leo Liu <sdl.web@gmail.com>
19489
19490 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19491 Fix typo.
19492
19493 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
19494
19495 * image-mode.el (image-toggle-display-image): Signal an error if
19496 not in Image mode.
19497 (image-transform-mode, image-transform-resize)
19498 (image-transform-set-rotation): Doc fix.
19499 (image-transform-set-resize): Delete.
19500 (image-transform-set-scale, image-transform-fit-to-height)
19501 (image-transform-fit-to-width): Handle image-toggle-display-image
19502 and image-transform-resize directly.
19503
19504 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
19505
19506 * doc-view.el (doc-view-fit-width-to-window)
19507 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
19508 New functions for fitting the shown image to the Emacs window size.
19509 (doc-view-mode-map): Add bindings for the new functions.
19510
19511 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
19512
19513 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
19514 Fix typo in docstring.
19515
19516 2011-04-08 Eli Zaretskii <eliz@gnu.org>
19517
19518 * files.el (file-size-human-readable): Produce one digit after
19519 decimal, like "ls -lh" does.
19520
19521 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
19522 the file size representation.
19523
19524 * simple.el (list-processes): If async subprocesses are not
19525 available, error out with a clear error message.
19526
19527 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
19528
19529 * help.el (help-form-show): New function, to be called from C.
19530 Put help-form output in a buffer named differently than *Help*.
19531
19532 2011-04-08 Eli Zaretskii <eliz@gnu.org>
19533
19534 * files.el (file-size-human-readable): New function.
19535
19536 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
19537 computing the representation inline. Don't require `cl'.
19538
19539 2011-04-08 Glenn Morris <rgm@gnu.org>
19540
19541 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
19542
19543 * net/browse-url.el (browse-url-firefox):
19544 Test system-type, not system-configuration.
19545
19546 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
19547 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
19548 Use log-edit-empty-buffer-p. (Bug#7598)
19549
19550 * net/rlogin.el (rlogin-process-connection-type): Simplify.
19551 (rlogin-mode-map): Initialize in the defvar.
19552 (rlogin): Use ignore-errors.
19553
19554 * replace.el (occur-mode-map): Some fixes for menu items.
19555
19556 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
19557
19558 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
19559
19560 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
19561
19562 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
19563 issuing unused warnings.
19564
19565 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
19566 macro directly.
19567
19568 * simple.el: Lisp reimplement of list-processes. Based on an
19569 earlier reimplementation by Leo Liu, but using tabulated-list.el.
19570 (process-menu-mode): New major mode.
19571 (list-processes--refresh, list-processes):
19572 (process-menu-visit-buffer): New functions.
19573
19574 * files.el (save-buffers-kill-emacs): Don't assume any return
19575 value of list-processes, which is undocumented anyway.
19576
19577 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
19578
19579 * emacs-lisp/tabulated-list.el: New file.
19580
19581 * emacs-lisp/package.el: Use Tabulated List mode.
19582 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
19583 (package-menu-mode): Derive from tabulated-list-mode. Set up the
19584 table format using Tabulated List mode variables.
19585 (package--push): New macro, replacing package-list-maybe-add.
19586 (package-menu--generate): Use package--push. Renamed from
19587 package--generate-package-list.
19588 (package-menu-refresh, list-packages): Use it.
19589 (package-menu--print-info): Rename from package-print-package.
19590 Return insertion data instead of inserting it directly.
19591 (package-menu-describe-package, package-menu-execute):
19592 Use tabulated-list-get-id.
19593 (package-menu-mark-delete, package-menu-mark-install)
19594 (package-menu-mark-unmark, package-menu-backup-unmark)
19595 (package-menu-mark-obsolete-for-deletion):
19596 Use tabulated-list-put-tag.
19597 (package--list-packages, package-menu-revert)
19598 (package-menu-get-package, package-menu-get-version)
19599 (package-menu-sort-by-column): Functions deleted.
19600 (package-menu-package-list, package-menu-sort-key): Vars deleted.
19601 (package-menu--status-predicate, package-menu--version-predicate)
19602 (package-menu--name-predicate)
19603 (package-menu--description-predicate): Handle arguments in the
19604 Tabulated List format.
19605 (package-list-packages-no-fetch): Call list-packages.
19606
19607 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
19608
19609 * files.el (after-find-file-from-revert-buffer): Remove variable.
19610 (after-find-file): Don't bind it.
19611 (revert-buffer-in-progress-p): New variable.
19612 (revert-buffer): Bind it.
19613 Pass nil for `after-find-file-from-revert-buffer'.
19614
19615 * saveplace.el (save-place-find-file-hook): Use new variable
19616 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
19617
19618 2011-04-06 Glenn Morris <rgm@gnu.org>
19619
19620 * Makefile.in (AUTOGEN_VCS): New variable.
19621 (autoloads): Use $AUTOGEN_VCS.
19622
19623 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
19624 * calendar/calendar.el (calendar-mode-map):
19625 Check for toolkit scroll bars. (Bug#8305)
19626
19627 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
19628
19629 * minibuffer.el (completion-in-region--postch)
19630 (completion-in-region-mode): Remove unnecessary messages.
19631
19632 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
19633
19634 * font-lock.el (font-lock-refresh-defaults):
19635 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
19636 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
19637
19638 * info.el (Info-directory-list, Info-read-node-name-2)
19639 (Info-split-parameter-string): Doc fixes.
19640 (Info-virtual-nodes): Reflow docstring.
19641 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
19642 (Info-apropos-toc-nodes, info-finder, Info-get-token)
19643 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
19644 Fix typos in docstrings.
19645 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
19646 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
19647 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
19648 (Info-restore-desktop-buffer): Mark unused parameters.
19649 (Info-directory-find-file, Info-directory-find-node)
19650 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
19651 (Info-virtual-index-find-node, Info-apropos-find-file)
19652 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
19653 Mark unused parameters; fix typos in docstrings.
19654 (Info-virtual-index): Remove unused local variable `nodename'.
19655
19656 2011-04-05 Deniz Dogan <deniz@dogan.se>
19657
19658 * net/rcirc.el: Update my e-mail address.
19659 (rcirc-mode-map): Remove M-o binding.
19660
19661 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
19662
19663 * startup.el (command-line): Save the cursor's theme-face
19664 directly, instead of using face-override-spec.
19665
19666 * custom.el (load-theme): Minor optimization in assigning faces.
19667
19668 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
19669
19670 * help-fns.el (describe-variable): Complete all variables having
19671 documentation, including keywords.
19672 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
19673
19674 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
19675
19676 Convert to lexical-binding.
19677
19678 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
19679 (bs--get-marked-string, bs--get-modified-string)
19680 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
19681 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
19682 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
19683
19684 * ehelp.el (electric-help-execute-extended)
19685 (electric-help-ctrl-x-prefix):
19686 * hexl.el (hexl-revert-buffer-function):
19687 * linum.el (linum-after-change, linum-after-scroll):
19688 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
19689
19690 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
19691
19692 2011-04-04 Daiki Ueno <ueno@unixuser.org>
19693
19694 * epa-dired.el:
19695 * epa-mail.el:
19696 * epa-hook.el:
19697 * epa-file.el:
19698 * epa.el:
19699 * epg.el: Use lexical binding.
19700
19701 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
19702
19703 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
19704
19705 * textmodes/flyspell.el (flyspell-word): Recognize default
19706 dictionary case for flyspell-mark-duplications-exceptions.
19707 Use regexp matching for languages.
19708 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
19709 default dictionary (Bug#7926).
19710
19711 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
19712
19713 * emacs-lisp/package.el (package--with-work-buffer):
19714 Recognize https URLs.
19715
19716 * net/network-stream.el: Move from gnus/proto-stream.el.
19717 Change prefix to network-stream throughout.
19718 (open-protocol-stream): Merge into open-network-stream, leaving
19719 open-protocol-stream as an alias. Handle nil BUFFER args.
19720
19721 * subr.el (open-network-stream): Move to net/network-stream.el.
19722
19723 2011-04-02 Glenn Morris <rgm@gnu.org>
19724
19725 * find-dired.el (find-exec-terminator): New option.
19726 (find-ls-option): Test for -ls support.
19727 (find-ls-subdir-switches): Test for -b in find-ls-option.
19728 (find-dired, find-grep-dired): Doc fixes.
19729 (find-dired): Use find-exec-terminator.
19730
19731 * find-dired.el (find-ls-option, find-ls-subdir-switches)
19732 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
19733 (find-name-arg): Remove purecopy.
19734
19735 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
19736 (grep-compute-defaults): Check for `-exec COMMAND +' support.
19737 Set grep-find-use-xargs, grep-find-command, and grep-find-template
19738 accordingly. Don't add the null-device if not needed.
19739
19740 * files.el (save-some-buffers): Doc fix.
19741
19742 2011-04-02 Eli Zaretskii <eliz@gnu.org>
19743
19744 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
19745
19746 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
19747
19748 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
19749 Use `dolist' rather than `mapcar'.
19750
19751 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19752
19753 Add lexical binding.
19754
19755 * subr.el (apply-partially): Use new closures rather than CL.
19756 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
19757 (dolist, dotimes): Use slightly different expansion for lexical code.
19758 (functionp): Move to C.
19759 (letrec): New macro.
19760 (with-wrapper-hook): Use it and apply-partially instead of CL.
19761 (eval-after-load): Preserve lexical-binding.
19762 (save-window-excursion, with-output-to-temp-buffer): Turn them
19763 into macros.
19764
19765 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
19766
19767 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
19768 than the arglist.
19769 (help-add-fundoc-usage): Don't add `Not documented'.
19770 (help-function-arglist): Handle closures, subroutines, and new
19771 byte-code-functions.
19772 (help-make-usage): Remove leading underscores.
19773 (describe-function-1): Handle closures.
19774 (describe-variable): Use special-variable-p for completion.
19775
19776 * files.el (lexical-binding): Declare safe.
19777
19778 * emacs-lisp/pcase.el: Don't use destructuring-bind.
19779 (pcase--memoize): Rename from pcase-memoize. Change weakness.
19780 (pcase): Add `let' pattern.
19781 Change memoization so it actually works.
19782 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
19783 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
19784 <let>: New case.
19785
19786 * emacs-lisp/macroexp.el: Use lexical binding.
19787 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
19788 Don't convert ' to #' without checking that it's indeed quoting
19789 a lambda.
19790
19791 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
19792 Use eval-sexp-add-defvars.
19793 (eval-sexp-add-defvars): New fun.
19794
19795 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
19796
19797 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
19798 Don't autoload.
19799 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
19800 than the internal `byte-compile-lambda'.
19801 (defmethod): Don't hide code under quotes.
19802 (eieio-defmethod): New `code' argument.
19803
19804 * emacs-lisp/eieio-comp.el: Remove.
19805
19806 * emacs-lisp/edebug.el (edebug-eval-defun)
19807 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
19808 (edebug-toggle): Avoid `eval'.
19809
19810 * emacs-lisp/disass.el (disassemble-internal): Handle new
19811 `closure' objects.
19812 (disassemble-1): Handle new byte codes.
19813
19814 * emacs-lisp/cl.el (pushnew): Silence warning.
19815
19816 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
19817 (cl-byte-compile-throw): Remove.
19818 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
19819
19820 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
19821 closures.
19822
19823 * emacs-lisp/cconv.el: New file.
19824
19825 * emacs-lisp/bytecomp.el: Use lexical binding instead of
19826 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
19827 (byte-compile-initial-macro-environment):
19828 Handle declare-function here.
19829 (byte-compile--lexical-environment): New var.
19830 (byte-stack-ref, byte-stack-set, byte-discardN)
19831 (byte-discardN-preserve-tos): New lap codes.
19832 (byte-interactive-p): Don't use any more.
19833 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
19834 New macros.
19835 (byte-compile-lapcode): Use them and handle new lap codes.
19836 (byte-compile-obsolete): Remove.
19837 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
19838 (byte-compile-arglist-warn): Check late def of inlinable funs.
19839 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
19840 since they should have been expanded by now.
19841 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
19842 (byte-compile-from-buffer): Remove unused second arg.
19843 (byte-compile-preprocess): New function.
19844 (byte-compile-toplevel-file-form): New function to distinguish
19845 file-form calls from outside from file-form calls from hunk-handlers.
19846 (byte-compile-file-form): Simplify.
19847 (byte-compile-file-form-defsubst): Remove.
19848 (byte-compile-file-form-defmumble): Simplify now that
19849 byte-compile-lambda always returns a byte-code-function.
19850 (byte-compile): Preprocess.
19851 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
19852 Remove, not used any more.
19853 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
19854 (byte-compile-make-args-desc): New funs.
19855 (byte-compile-lambda): Handle lexical functions. Always return
19856 a byte-code-function.
19857 (byte-compile-reserved-constants): New var, to make up room for
19858 closed-over variables.
19859 (byte-compile-constants-vector): Obey it.
19860 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
19861 (byte-compile-macroexpand-declare-function): New function.
19862 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
19863 byte-code-functions.
19864 (byte-compile-form): Check obsolescence here.
19865 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
19866 (byte-compile-variable-ref): Remove.
19867 (byte-compile-dynamic-variable-op): New fun.
19868 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
19869 (byte-compile-variable-set): New funs.
19870 (byte-compile-discard): Add 2 args.
19871 (byte-compile-stack-ref, byte-compile-stack-set)
19872 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
19873 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
19874 macroexpand-all instead.
19875 (byte-compile-quote-form): Remove.
19876 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
19877 (byte-compile-bind, byte-compile-unbind): New funs.
19878 (byte-compile-let): Handle let* and lexical binding.
19879 (byte-compile-let*): Remove.
19880 (byte-compile-catch, byte-compile-unwind-protect)
19881 (byte-compile-track-mouse, byte-compile-condition-case):
19882 Handle a new :fun-body form, used for lexical scoping.
19883 (byte-compile-save-window-excursion)
19884 (byte-compile-with-output-to-temp-buffer): Remove.
19885 (byte-compile-defun): Simplify.
19886 (byte-compile-stack-adjustment): New fun.
19887 (byte-compile-out): Use it.
19888 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
19889
19890 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
19891 handler any more.
19892
19893 * emacs-lisp/byte-opt.el: Use lexical binding.
19894 (byte-inline-lapcode): Remove (to bytecomp).
19895 (byte-compile-inline-expand): Pay attention to inlining to/from
19896 lexically bound code.
19897 (byte-compile-unfold-lambda): Don't handle byte-code-functions
19898 any more.
19899 (byte-optimize-form-code-walker): Don't handle save-window-excursion
19900 any more and don't call compiler-macros.
19901 (byte-compile-splice-in-already-compiled-code): Remove.
19902 (byte-code): Don't inline any more.
19903 (disassemble-offset): Receive `bytes' as argument rather than via
19904 dynamic scoping.
19905 (byte-compile-tag-number): Declare before first use.
19906 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
19907 `return' even if make-spliceable.
19908 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
19909 obsolete interactive-p.
19910 (byte-optimize-lapcode): Optimize new lap-codes.
19911 Don't trip up on new form of `byte-constant' lap code.
19912
19913 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
19914
19915 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
19916
19917 * custom.el (custom-initialize-default, custom-declare-variable):
19918 Use `defvar'.
19919
19920 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
19921 New variables.
19922 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
19923 (COMPILE_FIRST): Add macroexp and cconv.
19924 * makefile.w32-in: Mirror changes in Makefile.in.
19925
19926 * vc/cvs-status.el:
19927 * vc/diff-mode.el:
19928 * vc/log-edit.el:
19929 * vc/log-view.el:
19930 * vc/smerge-mode.el:
19931 * textmodes/bibtex-style.el:
19932 * textmodes/css-mode.el:
19933 * startup.el:
19934 * uniquify.el:
19935 * minibuffer.el:
19936 * newcomment.el:
19937 * reveal.el:
19938 * server.el:
19939 * mpc.el:
19940 * emacs-lisp/smie.el:
19941 * doc-view.el:
19942 * dired.el:
19943 * abbrev.el: Use lexical binding.
19944
19945 2011-04-01 Eli Zaretskii <eliz@gnu.org>
19946
19947 * info.el (info-display-manual): New function.
19948
19949 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19950
19951 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
19952
19953 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
19954
19955 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
19956 an entry for that server in rcirc-authinfo. (Bug#8385)
19957
19958 2011-03-31 Glenn Morris <rgm@gnu.org>
19959
19960 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
19961
19962 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
19963
19964 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
19965
19966 * progmodes/python.el (python-default-interpreter)
19967 (python-python-command-args, python-jython-command-args)
19968 (python-which-shell, python-which-args, python-which-bufname)
19969 (python-file-queue, python-comint-output-filter-function)
19970 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
19971 variables and functions.
19972
19973 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
19974
19975 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
19976 (completion-in-region-mode): New minor mode.
19977 (completion-in-region): Use it.
19978 (completion-in-region--data, completion-in-region-mode-map): New vars.
19979 (completion-in-region--postch): New function.
19980 (completion--capf-misbehave-funs, completion--capf-safe-funs):
19981 New vars.
19982 (completion--capf-wrapper): New function.
19983 (completion-at-point): Use it to track well-behavedness of
19984 hook functions.
19985 (completion-help-at-point): New command.
19986
19987 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
19988
19989 * vc/add-log.el (add-change-log-entry): Don't use whitespace
19990 syntax class to search for whitespace on a single line
19991 (Message-ID: <4D938140.4030905@redhat.com>).
19992
19993 2011-03-30 Leo Liu <sdl.web@gmail.com>
19994
19995 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
19996 New commands.
19997 (edit-abbrevs-map): Bind them here.
19998 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
19999
20000 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
20001
20002 * allout.el (allout-hide-by-annotation, allout-flag-region):
20003 Reduce possibility of overlay leakage by making them volatile.
20004
20005 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20006 hash is not shared between buffers. Mode initialization is
20007 responsible for giving it a useful starting value.
20008 (allout-item-span): Reduce possibility of overlay leakage by
20009 making them volatile.
20010 (allout-widgets-count-buttons-in-region): Add diagnostic function
20011 for tracking down button overlay leaks.
20012
20013 2011-03-29 Leo Liu <sdl.web@gmail.com>
20014
20015 * ido.el (ido-read-internal): Use the default history var
20016 minibuffer-history if no HISTORY is specified.
20017
20018 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20019
20020 * net/imap.el (imap-shell-open, imap-process-connection-type):
20021 Use imap-process-connection-type for 'shell' streams as well as
20022 Kerberos, SSL, other subprocesses.
20023
20024 2011-03-28 Leo Liu <sdl.web@gmail.com>
20025
20026 * abbrev.el (abbrev-table-empty-p): New function.
20027 (prepare-abbrev-list-buffer): Place empty abbrev tables after
20028 nonempty ones. (Bug#5937)
20029
20030 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20031
20032 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20033
20034 2011-03-27 Leo Liu <sdl.web@gmail.com>
20035
20036 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20037 for foreground and background colors.
20038 (ansi-color-make-color-map): Adapt.
20039
20040 2011-03-25 Leo Liu <sdl.web@gmail.com>
20041
20042 * midnight.el (midnight-time-float): Remove. Note it calculates
20043 the microsecond component incorrectly and seconds-to-time does the
20044 same job.
20045 Remove redundant (require 'timer).
20046
20047 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20048 (ido-completions): Remove unused arguments. (Bug#8329)
20049
20050 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20051
20052 * minibuffer.el (completion--flush-all-sorted-completions):
20053 Remove itself from hook.
20054 (completion-at-point): Let the functions perform the completion
20055 immediately and return nil or t.
20056 * comint.el (comint-dynamic-complete-functions): Now identical to
20057 completion-at-point-functions.
20058 (comint-dynamic-list-input-ring): Remove unused var `index'.
20059 (comint--match-partial-filename, comint--unquote&expand-filename):
20060 New funs, split from comint-match-partial-filename.
20061 (comint-dynamic-complete): Use completion-at-point.
20062 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20063
20064 2011-03-24 Drew Adams <drew.adams@oracle.com>
20065
20066 * thingatpt.el: Support `defun'.
20067
20068 2011-03-23 Leo Liu <sdl.web@gmail.com>
20069
20070 * abbrevlist.el: Move to obsolete/abbrevlist.el.
20071
20072 * help-mode.el (help-mode-finish): Tweak regexp.
20073
20074 2011-03-23 Glenn Morris <rgm@gnu.org>
20075
20076 * eshell/esh-opt.el (eshell-eval-using-options):
20077 Do not bind unused local variable `eshell-option-stub'.
20078
20079 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20080
20081 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20082
20083 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
20084 keymap variable in `with-no-warnings' to avoid a warning when the
20085 keymap has been already `defconst'ed.
20086
20087 2011-03-22 Leo Liu <sdl.web@gmail.com>
20088
20089 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
20090 encode all chars in abbrevs; otherwise use emacs-mule or
20091 utf-8-emacs. (Bug#8308)
20092
20093 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
20094
20095 * simple.el (backward-delete-char-untabify):
20096 Avoid warning about using `delete-backward-char'.
20097
20098 * image.el (image-type-file-name-regexps): Make it variable.
20099 `imagemagick-register-types' modifies it, and the user may want
20100 to add new extensions for known image types.
20101 (imagemagick-register-types): Throw error if not using ImageMagick.
20102
20103 2011-03-22 Leo Liu <sdl.web@gmail.com>
20104
20105 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
20106 located before rcirc-prompt-end-marker.
20107 (rcirc-complete): Error if point is not after rcirc prompt.
20108 Handle the case when table is nil.
20109 (rcirc-user-authenticated): Define to fix compiler warning.
20110
20111 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
20112
20113 * custom.el (custom--inhibit-theme-enable): Make it affect only
20114 custom-theme-set-variables and custom-theme-set-faces.
20115 (provide-theme): Ignore custom--inhibit-theme-enable.
20116 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
20117 (custom-enabling-themes): Delete variable.
20118 (enable-theme): Accept only loaded themes as arguments.
20119 Ignore the special custom-enabled-themes variable.
20120 (custom-enabled-themes): Forbid themes from setting this.
20121 Eliminate use of custom-enabling-themes.
20122 (custom-push-theme): Quote "changed" custom var entry.
20123
20124 2011-03-21 Leo Liu <sdl.web@gmail.com>
20125
20126 * ido.el (ido-read-internal): Add ido-selected to history instead
20127 of user input.
20128
20129 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20130
20131 * subr.el (deferred-action-list, deferred-action-function):
20132 Mark obsolete.
20133
20134 2011-03-21 Leo Liu <sdl.web@gmail.com>
20135
20136 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
20137 change on 2011-02-13 (bug#8309).
20138
20139 * minibuffer.el (read-file-name-function): Change default value.
20140 (read-file-name--defaults): Rename from read-file-name-defaults.
20141 (read-file-name-default): Rename from read-file-name.
20142 (read-file-name): Call read-file-name-function.
20143
20144 2011-03-21 Glenn Morris <rgm@gnu.org>
20145
20146 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
20147 Doc fixes.
20148
20149 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
20150
20151 * cus-theme.el: Add missing provide statement.
20152 (customize-create-theme): Extract theme value correctly.
20153 (custom-theme-visit-theme): Autoload.
20154 (customize-create-theme): Prompt before inserting default faces.
20155
20156 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
20157
20158 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
20159 units and musical notes.
20160
20161 2011-03-20 Leo Liu <sdl.web@gmail.com>
20162
20163 * ido.el (ido-read-internal): Use completing-read-default.
20164 (ido-completing-read): Fix compatibility with completing-read.
20165
20166 2011-03-20 Christian Ohler <ohler@gnu.org>
20167
20168 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
20169 (ert-delete-all-tests): Use `called-interactively-p' rather than
20170 `interactive-p'.
20171 (ert--make-xrefs-region): Respect END.
20172
20173 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20174
20175 * dired-aux.el (dired-create-directory): Signal an error if the
20176 directory already exists (Bug#8246).
20177
20178 * facemenu.el (list-colors-display): Call list-faces-display
20179 inside with-help-window.
20180 (list-colors-print): Use display property to align the final
20181 column, instead of checking window-width.
20182
20183 2011-03-19 Eli Zaretskii <eliz@gnu.org>
20184
20185 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
20186 windows-nt systems.
20187 (emerge-protect-metachars): Quote correctly for ms-dos and
20188 windows-nt systems.
20189
20190 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
20191
20192 * info.el (info-initialize): Replace all uses of `:' with
20193 path-separator for compatibility with non-Unix systems.
20194 Cache quoting of path-separator. (Bug#8258)
20195
20196 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
20197
20198 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
20199 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
20200 (mouse-avoidance-mode): Fix typos in docstrings.
20201
20202 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
20203
20204 * startup.el (package-subdirectory-regexp): Move from package.el.
20205 Omit \\` and \\', and let callers add them.
20206
20207 * emacs-lisp/package.el (package-strip-version)
20208 (package-load-all-descriptors): Add \\` and \\' to
20209 package-subdirectory-regexp before using it.
20210 (package-untar-buffer): New arg DIR; ensure that file untars only
20211 into this expected directory. Remove superfluous delete-region.
20212 (package-unpack): Caller changed.
20213 (package-tar-file-info): Use package-subdirectory-regexp.
20214
20215 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
20216
20217 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
20218 diff-mode-shared-map (bug#8284).
20219 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
20220
20221 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20222
20223 * calendar/time-date.el (format-seconds): Use assoc instead of
20224 assoc-string, since assoc-string doesn't exist in XEmacs.
20225
20226 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
20227
20228 * custom.el (custom-known-themes): Reflow docstring.
20229 (custom-theme-load-path): Fix typo in docstring.
20230 (load-theme): Fix typo in error message.
20231 (custom-available-themes, custom-variable-theme-value):
20232 Use `let', not `let*'.
20233
20234 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
20235
20236 * calc/README: Mention inclusion of musical notes.
20237
20238 * calc/calc-units.el (calc-lu-quant): Rename from
20239 `calc-logunits-quantity'.
20240 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
20241 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
20242 (calc-db): Rename from `calc-dblevel'.
20243 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
20244 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
20245 (calc-np): Rename from `calc-nplevel'.
20246 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
20247 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
20248 (calc-lu-plus): Rename from `calc-logunits-add'.
20249 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
20250 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
20251 (calc-lu-minus): Rename from `calc-logunits-sub'.
20252 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
20253 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
20254 (calc-lu-times): Rename from `calc-logunits-mul'.
20255 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
20256 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
20257 (calc-lu-divide): Rename from `calc-logunits-div'.
20258 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
20259 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
20260
20261 * calc/calc-ext.el (calc-init-extensions): Update the names of the
20262 functions being autoloaded.
20263
20264 * calc/calc.el (calc-lu-power-reference): Rename from
20265 `calc-logunits-power-reference'.
20266 (calc-lu-field-reference): Rename from
20267 `calc-logunits-field-reference'.
20268
20269 * calc/calc-help.el (calc-l-prefix-help):
20270 Mention musical note functions.
20271
20272 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20273
20274 * minibuffer.el (completion-all-sorted-completions):
20275 Use :completion-cycle-penalty text property if present.
20276
20277 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
20278
20279 * allout.el (allout-yank-processing): Adjust for new rebulleting
20280 regime so bullet being yanked is used without prompting the user
20281 for a choice.
20282
20283 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
20284
20285 * startup.el (command-line): Warn the user that _emacs is deprecated.
20286
20287 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
20288
20289 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
20290 (delphi-verbose, delphi-comment-face, delphi-string-face)
20291 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
20292 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
20293 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
20294 (delphi-new-comment-line, delphi-font-lock-defaults)
20295 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
20296 Fix typos in docstrings.
20297
20298 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
20299
20300 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
20301 Invert the roles of character and string values for INSTEAD, so a
20302 string is used for the more common case of a defaulting prompt.
20303
20304 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20305
20306 * progmodes/ruby-mode.el (ruby-backward-sexp):
20307 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
20308 * play/gamegrid.el (gamegrid-make-face):
20309 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
20310 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
20311 * notifications.el (notifications-notify):
20312 * net/xesam.el (xesam-search-engines):
20313 * net/quickurl.el (quickurl-list-insert):
20314 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
20315
20316 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
20317
20318 * startup.el (command-line): Update package subdirectory regexp.
20319
20320 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20321
20322 * allout.el (allout-abbreviate-flattened-numbering)
20323 (allout-mode-deactivate-hook): Fix up obsolescence "date".
20324
20325 * subr.el (read-char-choice): Only show the cursor after the prompt,
20326 not after the answer.
20327
20328 2011-03-15 Kevin Ryde <user42@zip.com.au>
20329
20330 * help-fns.el (variable-at-point): Skip leading quotes, if any
20331 (bug#8253).
20332
20333 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20334
20335 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
20336 warning message.
20337
20338 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
20339
20340 * shell.el (shell): When called interactively, offer to change the
20341 shell file name on remote hosts.
20342
20343 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
20344
20345 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
20346 integration for LDAP parameters. The host, base, user or binddn,
20347 and secret tokens can be specified in a netrc file, for instance.
20348 This is optional because an `auth-source' parameter must be
20349 specified in the search attributes.
20350
20351 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
20352
20353 * help.el (describe-mode): Link to the mode's definition (bug#8185).
20354
20355 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20356
20357 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
20358 into declaration. Remove redundant and harmful binding.
20359
20360 2011-03-12 Eli Zaretskii <eliz@gnu.org>
20361
20362 * files.el (file-ownership-preserved-p): Pass `integer' as an
20363 explicit 2nd argument to `file-attributes'. If the file's owner
20364 is the Administrators group on Windows, and the current user is
20365 Administrator, consider that a match.
20366
20367 * server.el (server-ensure-safe-dir): Consider server directory
20368 safe on MS-Windows if its owner is the Administrators group while
20369 the current Emacs user is Administrator. Use `=' to compare
20370 numerical UIDs, since they could be integers or floats.
20371
20372 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
20373
20374 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
20375
20376 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
20377
20378 Sync with Tramp 2.2.1.
20379
20380 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
20381
20382 * net/trampver.el: Update release number.
20383
20384 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20385
20386 * progmodes/compile.el (compilation--previous-directory): Fix up
20387 various nil/dead-marker mismatches (bug#8014).
20388 (compilation-directory-properties, compilation-error-properties):
20389 Don't call it at a position past the one we're about to change.
20390
20391 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
20392 Disable obsolescence warnings in the file that declares it.
20393
20394 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
20395
20396 * allout-widgets.el (allout-widgets-tally):
20397 Initialize allout-widgets-tally as a hash table rather than nil to
20398 prevent mode-line redisplay warnings. Also, clarify the module
20399 description and fix a comment typo.
20400
20401 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
20402
20403 * help-fns.el (describe-variable): Don't complete keywords.
20404 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
20405
20406 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
20407
20408 * emacs-lisp/package.el (package-version-join): Impose a standard
20409 string representation for pre/alpha/beta version lists.
20410 (package-unpack-single): Standardize the directory name by passing
20411 it through package-version-join.
20412 (package-strip-rcs-id): Accept any version string that does not
20413 signal an error in version-to-list.
20414
20415 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
20416
20417 * simple.el (delete-trailing-whitespace): Return nil for the
20418 benefit of `write-file-functions'.
20419
20420 2011-03-10 Glenn Morris <rgm@gnu.org>
20421
20422 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
20423
20424 * vc/vc-git.el (vc-git-program): New option.
20425 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
20426 (vc-git--call): Use it.
20427
20428 * eshell/esh-util.el (eshell-condition-case): Doc fix.
20429
20430 * cus-edit.el (Custom-newline): If no button at point, look
20431 for a subgroup button at start-of-line. (Bug#2298)
20432
20433 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
20434
20435 2011-03-10 Julien Danjou <julien@danjou.info>
20436
20437 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
20438 `cursor-type' is nil.
20439
20440 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
20441
20442 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
20443
20444 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
20445
20446 * allout.el: Change so yank of distinctive-bullet items
20447 preserves the existing header prefix, rebulleting it if necessary,
20448 rather than replacing it. This is necessary for proper operation
20449 of cooperative addons like allout-widgets.
20450 (allout-make-topic-prefix, allout-rebullet-heading):
20451 Change SOLICIT arg to INSTEAD, and interpret additionally a string
20452 value as alternate bullet to be used, instead of prompting the user
20453 for a bullet character.
20454
20455 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
20456
20457 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20458 Do not use `tramp-file-name-port', because this returns also
20459 `tramp-default-port'.
20460
20461 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
20462
20463 * net/rcirc.el (rcirc-handler-001): Remove useless
20464 with-rcirc-process-buffer.
20465 (rcirc-check-auth-status): Swap arguments to string-match.
20466
20467 2011-03-09 Glenn Morris <rgm@gnu.org>
20468
20469 * shell.el (shell-mode):
20470 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
20471
20472 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
20473 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
20474
20475 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
20476
20477 * emacs-lisp/package.el (package-refresh-contents)
20478 (package-menu-execute): Use condition-case-no-debug.
20479
20480 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
20481
20482 * simple.el (shell-command-to-string): Use `process-file'.
20483
20484 * emacs-lisp/package.el (package-tar-file-info): Handle also
20485 remote files.
20486
20487 * emacs-lisp/package-x.el (package-upload-buffer-internal):
20488 Use `equal' for upload base check.
20489
20490 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
20491
20492 * textmodes/texinfo.el (texinfo-environments):
20493 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
20494
20495 2011-03-08 Glenn Morris <rgm@gnu.org>
20496
20497 * cus-start.el (cursor-in-non-selected-windows):
20498 Fix :set quoting oddness. (Bug#8192)
20499
20500 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
20501 in some setf expressions. (Bug#2159)
20502
20503 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
20504
20505 * custom.el (custom-available-themes): Return themes in
20506 alphabetical order.
20507
20508 See ChangeLog.15 for earlier changes.
20509
20510 ;; Local Variables:
20511 ;; coding: utf-8
20512 ;; End:
20513
20514 Copyright (C) 2011-2012 Free Software Foundation, Inc.
20515
20516 This file is part of GNU Emacs.
20517
20518 GNU Emacs is free software: you can redistribute it and/or modify
20519 it under the terms of the GNU General Public License as published by
20520 the Free Software Foundation, either version 3 of the License, or
20521 (at your option) any later version.
20522
20523 GNU Emacs is distributed in the hope that it will be useful,
20524 but WITHOUT ANY WARRANTY; without even the implied warranty of
20525 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20526 GNU General Public License for more details.
20527
20528 You should have received a copy of the GNU General Public License
20529 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.