Rework the last delsel/electric fix.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c77d37e2
SM
12012-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
b1d39ccc
SL
152012-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
045ef729
CY
302012-10-20 Chong Yidong <cyd@gnu.org>
31
4c5d08a8
CY
32 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
33 no changes to show (Bug#12586).
34
045ef729
CY
35 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
36 list explicitly (Bug#12571).
37
3503c798 382012-10-20 Arne Jørgensen <arne@arnested.dk>
79e1997a 39
b1d39ccc
SL
40 * progmodes/flymake.el (flymake-create-temp-inplace):
41 Use file-truename.
79e1997a 42
2068905b
EZ
432012-10-20 Eli Zaretskii <eliz@gnu.org>
44
45 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
46
4c9e9550
JB
472012-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
1a6e7e38
DC
522012-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
8e808318
SM
582012-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
fb0104da
MR
632012-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
8c27235e
CY
682012-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
90eacf99
SM
772012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
78
aaf0c300
SM
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
90eacf99
SM
83 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
84
281c9d2b
GM
852012-10-18 Glenn Morris <rgm@gnu.org>
86
40714e3d
GM
87 * dired.el (dired-sort-toggle): Some ls implementations only allow
88 a single option string. (Bug#12666)
89
281c9d2b
GM
90 * minibuffer.el (completion-cycle-threshold): Doc fix.
91
b278604e
KH
922012-10-17 Kenichi Handa <handa@gnu.org>
93
90eacf99
SM
94 * international/mule.el (set-keyboard-coding-system):
95 Recover input meta mode when the new coding system doesn not use 8-bit.
b278604e
KH
96 Supply TERMINAL arg to set-input-meta-mode.
97
7ebc5f5a
MH
982012-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
e5a94ec4
JL
1052012-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
d18a0d24
CY
1102012-10-15 Chong Yidong <cyd@gnu.org>
111
112 * emacs-lisp/byte-run.el (defsubst): Doc fix.
113
8111f5e6
EZ
1142012-10-14 Eli Zaretskii <eliz@gnu.org>
115
7b9abf24
EZ
116 * window.el (display-buffer): Doc fix.
117
8111f5e6
EZ
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
5046ef67
SM
1242012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
125
9760c73c
SM
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
5046ef67
SM
129 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
130
0d11ff1c
CY
1312012-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
88ded8ac
MR
1362012-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
bd0ffffd
SM
1412012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
142
06485aa8
SM
143 * help-fns.el (describe-variable, describe-function-1):
144 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
145
bd0ffffd
SM
146 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
147
3a989246
GM
1482012-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
55cd00c8
FEG
1532012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
154
bd0ffffd
SM
155 * progmodes/python.el (python-mode-map):
156 Replace subtitute-key-definition with proper command remapping.
55cd00c8
FEG
157 (python-nav--up-list): Fix behavior for blocks on the same level.
158
ac9fc2c7
SM
1592012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
160
d8cc4c00 161 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
d8cc4c00 162
5253a5fd
SM
163 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
164 changes to the format of load-history.
165
ac9fc2c7
SM
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
cde44a77
KH
1692012-10-11 Kenichi Handa <handa@gnu.org>
170
171 * international/eucjp-ms.el: Re-generated.
172
4ef4a10d
KH
1732012-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
9d7f027b
MR
1782012-10-10 Martin Rudalics <rudalics@gmx.at>
179
180 * window.el (switch-to-buffer-preserve-window-point): New option.
ac9fc2c7
SM
181 (switch-to-buffer):
182 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
9d7f027b 183
238f3a58
SM
1842012-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
1d51f99c
MA
1892012-10-09 Michael Albinus <michael.albinus@gmx.de>
190
238f3a58
SM
191 * net/tramp.el (tramp-debug-message):
192 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1d51f99c
MA
193 (with-tramp-progress-reporter): Rename from
194 `tramp-with-progress-reporter'.
238f3a58
SM
195 (with-tramp-file-property, with-tramp-connection-property):
196 Move from tramp-cache.el, rename from `with-file-property' and
1d51f99c
MA
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
26b77251
GM
2092012-10-09 Glenn Morris <rgm@gnu.org>
210
9a5f296f
GM
211 * w32-fns.el (set-message-beep):
212 * term/w32-win.el (set-message-beep): Update declarations.
213
94c66ce5
SM
2142012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
215
10766e9e
SM
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
f754db08
SM
223 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
224 * progmodes/cc-vars.el (bq-process): Remove, unused.
225
94c66ce5
SM
226 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
227
a4ff7fe1
FEG
2282012-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
24517d82
FEG
2362012-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
51867ae2
FEG
2422012-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
a5b773c4
FEG
2472012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
248
249 Fix shell handling of unbalanced quotes and parens in output.
94c66ce5 250 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
a5b773c4
FEG
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
13373538
JB
2562012-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
775a132d
MA
2612012-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
3ab44929
GM
2662012-10-08 Glenn Morris <rgm@gnu.org>
267
57f1dee4
GM
268 * cus-start.el (message-log-max): Set :version.
269
3ab44929
GM
270 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
271
6a088630
MR
2722012-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
8dbce54c
FEG
2772012-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
5acd2b3e
SM
2932012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
294
295 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
296 frame-selected-windows.
297
e08348a0
DC
2982012-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
795b1482
SM
3652012-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
f27c99dc
FEG
3702012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
371
372 * progmodes/python.el (inferior-python-mode)
795b1482 373 (python-shell-make-comint): Fix initialization of local
f27c99dc
FEG
374 variables copied from parent buffer.
375
fcacb558
JD
3762012-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
be0d5bae
FEG
3832012-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
13af0d10
SM
3912012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
392
662a9d0e
SM
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
13af0d10
SM
401 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
402 forms that define macros (bug#12593).
403
6aa75fb6
KH
4042012-10-07 Kenichi Handa <handa@gnu.org>
405
13af0d10
SM
406 * international/mule-conf.el (compound-text-with-extensions):
407 Add :mime-charset property as x-ctext.
6aa75fb6 408
78d876b9
SM
4092012-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.
557337e9 414 (rst-official-cvs-rev): Correct version string.
78d876b9 415
99a1e701
GM
4162012-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
08f18c3d
FEG
4222012-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
82ed3ab4
GM
4372012-10-07 Glenn Morris <rgm@gnu.org>
438
1595ecfa
GM
439 * hi-lock.el (hi-lock-process-phrase):
440 Try to make it less fragile. (Bug#7161)
441
82ed3ab4
GM
442 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
443
f1f4dba0
GM
4442012-10-06 Glenn Morris <rgm@gnu.org>
445
addc11ed 446 * ehelp.el (electric-help-mode): Use help-mode rather than
32939005
GM
447 non-existent mode `help'.
448 (electric-help-map): Use button-buffer-map. (Bug#10917)
addc11ed 449
460042b8
GM
450 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
451 (reftex-create-bibtex-footer): Fix custom types.
452
67667c70
GM
453 * progmodes/sh-script.el (sh-indent-after-continuation):
454 Add explicit :group.
455
18dec750
GM
456 * textmodes/rst.el (rst-preferred-decorations)
457 (rst-shift-basic-offset): Clarify obsolescence versions.
458
d1a1c7e6
GM
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
ef35abb4
GM
482 * calendar/timeclock.el (timeclock-modeline-display):
483 Add missing obsolete alias for renamed user option.
484
d1aae614
GM
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
f1f4dba0
GM
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
d39109c3
SM
5022012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
503
685f87b0
SM
504 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
505
d39109c3
SM
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
5694896d
J
5102012-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
9414dd8d
CY
5152012-10-06 Chong Yidong <cyd@gnu.org>
516
517 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
518
2b89bca4
KH
5192012-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
d5acb99a
GM
5242012-10-06 Glenn Morris <rgm@gnu.org>
525
526 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
527
123ec157
JS
5282012-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
7fa36ccb
FEG
5332012-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
d8788e1e
GM
5412012-10-05 Glenn Morris <rgm@gnu.org>
542
204f3953
GM
543 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
544
d8788e1e
GM
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
8d956cef
GM
551 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
552
e8757f09 5532012-10-05 Juanma Barranquero <lekktu@gmail.com>
ea9a3563
JB
554
555 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
556 to get the correct size across symlinks.
557
e8757f09
GM
558 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
559
0e2ae83d
JL
5602012-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
93cacb6d
JL
5712012-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
fc345011
FEG
5772012-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
5694896d 585 (python-fill-paragraph-function): Enhance context detection.
fc345011
FEG
586 (python-fill-string): Honor python-fill-string-style settings.
587
6bab5d8b
MR
5882012-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
a1a9f411
FEG
5932012-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
05e153a6
GM
6022012-10-03 Glenn Morris <rgm@gnu.org>
603
604 * help-macro.el (three-step-help):
605 Revert 2012-09-29 change. (Bug#12567)
606
2e566ecb
MR
6072012-10-03 Martin Rudalics <rudalics@gmx.at>
608
96ef9ccd
MR
609 * menu-bar.el (kill-this-buffer): Don't do anything when
610 `menu-frame' is not alive or visible (Bug#8184).
611
2e566ecb
MR
612 * emacs-lisp/debug.el (debug): When quitting the debugger window
613 restore current buffer (Bug#12502).
614
a96e1cb7
CY
6152012-10-02 Chong Yidong <cyd@gnu.org>
616
5694896d
J
617 * progmodes/hideif.el (hif-lookup, hif-defined):
618 Handle semantic-c-takeover-hideif.
a96e1cb7 619
b3ecad33
PE
6202012-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
8cb51b66 6322012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
c623f81a 633
5694896d
J
634 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
635 Fix querying BBDB for entries without a last name (Bug#11580).
c623f81a 636
fd795bf4
CY
6372012-10-02 Chong Yidong <cyd@gnu.org>
638
639 * emacs-lisp/eieio.el: Restore Version header.
640
fe0a74f9
SM
6412012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
642
6be9197e
SM
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
18486139
SM
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
d83ef976
SM
658 * bookmark.el (bookmark-search-pattern): Remove var.
659 (bookmark-read-search-input): Remove function.
660 (bookmark-bmenu-search): Reimplement using a minibuffer.
661
cd386662
SM
662 * faces.el (modeline): Remove obsolete face name.
663
fe0a74f9
SM
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
9f7b98f8
DG
6682012-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
62a81506
CY
6822012-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
7002012-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
7062012-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):
1f9f395d
JB
711 (eieio-persistent-validate/fix-slot-value)
712 (eieio-persistent-slot-type-is-class-p): New functions.
713 (eieio-named::slot-missing): Doc fix.
62a81506
CY
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
375e49d4
SM
7242012-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
16ce6ccd
KF
7292012-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.
e4c4abdd
KF
733 (bookmark-write-file): Bind `print-circle' to `t' to allow
734 circular custom bookmark types. (Bug#12503)
16ce6ccd 735
19e54a4d
PE
7362012-10-01 Paul Eggert <eggert@cs.ucla.edu>
737
86ec63ba
PE
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
19e54a4d
PE
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
0478776b
FEG
7462012-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)
375e49d4
SM
750 (python-shell-fetch-lines-string, python-shell-fetched-lines):
751 New Vars.
0478776b
FEG
752 (python-shell-fetch-lines-filter): New function.
753 (python-shell-send-string-no-output): Use them.
754
c22bac2c
TM
7552012-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
e7a2937b
PE
7652012-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
4f595e15
RA
7732012-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.
375e49d4
SM
782 (reftex-arg-cite): Use `reftex-cite-key-separator'.
783 Correctly handle new value type returned by `reftex-citation'.
4f595e15
RA
784
785 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
375e49d4
SM
786 that entries with whitespace at various places are found.
787 Doc fix. Include entries that are cross-referenced from cited entries.
4f595e15
RA
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)
375e49d4
SM
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'.
4f595e15
RA
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
375e49d4
SM
829 * textmodes/reftex-parse.el (reftex-parse-from-file):
830 Move backward one char if a `\' was matched after a section macro.
4f595e15
RA
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'.
375e49d4
SM
837 (reftex-reference): Use `reftex-ref-style-list' function.
838 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4f595e15
RA
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
375e49d4
SM
842 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
843 Use only one special format function.
4f595e15
RA
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
375e49d4
SM
863 * textmodes/reftex-toc.el (reftex-re-enlarge):
864 Call `enlarge-window' only if there is something to do because in Emacs
4f595e15
RA
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.
375e49d4
SM
873 Remove the symbols for symbols for macro type distinction.
874 Add characters for macro selection.
4f595e15
RA
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.
375e49d4
SM
879 (reftex-ref-style-alist, reftex-ref-style-default-list):
880 New variables.
4f595e15
RA
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.
375e49d4
SM
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.
4f595e15
RA
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.
375e49d4
SM
897 (reftex-tie-multifile-symbols): Add doc string.
898 Initialize `reftex-ref-style-list'.
4f595e15
RA
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
440ba395
FEG
9162012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
917
918 Enhancements for triple-quote string syntax.
375e49d4
SM
919 * progmodes/python.el (python-syntax-propertize-function):
920 Match both quote cases in one regexp.
440ba395
FEG
921 (python-syntax-stringify): Handle matches properly.
922
4c478e6b
JL
9232012-09-30 Juri Linkov <juri@jurta.org>
924
925 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
93cacb6d 926 to nil around the call to `insert' to prevent
4c478e6b
JL
927 directory time modification by lock_file. (Bug#2295)
928 * tar-mode.el (tar-summarize-buffer): Idem.
929
d80d54b2
JL
9302012-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
d7e642cc
JD
9402012-09-30 Jan Djärv <jan.h.d@swipnet.se>
941
942 * term/ns-win.el (x-file-dialog): New function.
943
ee41332b
JB
9442012-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
5938d519
MR
9502012-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.
375e49d4
SM
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
5938d519
MR
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
375e49d4
SM
980 * dired.el (dired-mark-pop-up):
981 Call display-buffer-below-selected with a fit-window-to-buffer alist
5938d519
MR
982 entry.
983
c4c0c2df
CY
9842012-09-30 Chong Yidong <cyd@gnu.org>
985
48de8b12
CY
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
a97dc380
CY
993 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
994 restriction change.
995
d39d3c8e
CY
996 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
997
c4c0c2df
CY
998 * help-fns.el (help-fns--obsolete): Fix last change.
999
98a5e33b
SM
10002012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1001
34cf6f39
SM
1002 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1003 (minor-mode-map-alist): Remove redundant code.
1004
e01c13fe
SM
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
02661b3a
SM
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
43711d4b
SM
1016 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1017
38a30d64
SM
1018 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1019
4ffb41a9
SM
1020 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1021 a proper minor-mode.
1022
98a5e33b
SM
1023 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1024
de82e29b
GM
10252012-09-29 Glenn Morris <rgm@gnu.org>
1026
5cc2e639
GM
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
7bd302eb
GM
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
2923922f 1037 * help-macro.el (three-step-help): No need to autoload defcustom.
ced08382 1038
0e3e4156
GM
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):
2923922f 1042 No need to autoload defcustoms.
0e3e4156 1043
de82e29b
GM
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)
2923922f 1048 (hippie-expand-only-buffers): No need to autoload defcustoms.
de82e29b
GM
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
e60b51ab
GM
10532012-09-28 Glenn Morris <rgm@gnu.org>
1054
277f0cfa
GM
1055 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1056
e60b51ab
GM
1057 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1058 Only "cl.el" counts as cl these days.
1059
53baf48a
JL
10602012-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
9c1228c3
LL
10772012-09-28 Leo Liu <sdl.web@gmail.com>
1078
375e49d4
SM
1079 * pcomplete.el (pcomplete-show-completions):
1080 Use minibuffer-message to make pcomplete usable in minibuffer.
147c0425 1081
9c1228c3
LL
1082 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1083
7f457c06
SM
10842012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1085
3df749b0
SM
1086 * type-break.el: Use lexical-binding.
1087 (type-break-mode): Use define-minor-mode.
1088
7f457c06
SM
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
c00ebc98
TH
10952012-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
96fb7170
GM
11022012-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
5bc93c67
CY
11102012-09-28 Chong Yidong <cyd@gnu.org>
1111
1112 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
1113 Add :version tag.
1114
9cad61d6
SM
11152012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1116
e28e67b3 1117 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9cad61d6 1118
daee954c
GM
11192012-09-27 Glenn Morris <rgm@gnu.org>
1120
a88324d4
GM
1121 * faces.el (x-display-name): Declare (for without-x builds).
1122
8e5064e5
GM
1123 * linum.el (linum-format): Don't autoload it. Improve :type.
1124
cc1783c2
GM
1125 * progmodes/tcl.el: Don't require outline when compiling.
1126 (outline-regexp, outline-level): Declare.
1dddcf4c
GM
1127 * textmodes/sgml-mode.el: Don't require outline when compiling.
1128 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
1129
48c339f2
GM
1130 * term.el (term-ansi-reset):
1131 Try setting term-ansi-face-already-done to nil. (Bug#11785)
1132
daee954c
GM
1133 * vc/vc.el (vc-next-action): Only gripe about committing read-only
1134 files for RCS and SCCS. (Bug#9781)
1135
b7f42161
CY
11362012-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
a2e770db
SM
11412012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1142
83600dc8
SM
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
a2e770db
SM
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
e3b60857
JB
11612012-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
3a880af4
SM
11682012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1169 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * profiler.el: New file.
1172
07b1a5fb
SM
11732012-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
42019c2e
JB
11782012-09-26 Juanma Barranquero <lekktu@gmail.com>
1179
1180 * window.el (temp-buffer-window-setup): Fix typo in docstring.
1181
179f044b
WS
11822012-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.
07b1a5fb
SM
1193 (verilog-batch-delete-trailing-whitespace):
1194 Create verilog-batch-delete-trailing-whitespace.
1195 Reported by Brad Dobbie.
179f044b
WS
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
9c52dd5a
MR
12072012-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
863666eb
CY
12172012-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
59f7af81
CY
12232012-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):
07b1a5fb
SM
1285 * progmodes/which-func.el (which-func-update-1):
1286 Use define-obsolete-function-alias.
59f7af81
CY
1287
1288 * net/newst-backend.el (newsticker-cache-filename):
07b1a5fb
SM
1289 * net/newst-treeview.el (newsticker-groups-filename):
1290 Fix incorrect obsolescence declaration.
59f7af81
CY
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
cca96c97
GM
13042012-09-25 Glenn Morris <rgm@gnu.org>
1305
b06eeda8
GM
1306 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
1307 Doc fixes.
1308
cca96c97
GM
1309 * eshell/em-term.el (eshell-term-name):
1310 Default to term-term-name. (Bug#12485)
1311
dc4f818b
FEG
13122012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1313
cca96c97
GM
1314 * progmodes/python.el (python-shell-send-buffer): Better handling
1315 of "if __name__ == '__main__':" conditionals when sending the buffer.
dc4f818b 1316
289c24bd
GM
13172012-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
8fb8b88f
FEG
13222012-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.
07b1a5fb
SM
1327 (python-syntax-count-quotes, python-syntax-stringify):
1328 New functions.
8fb8b88f 1329
6c27f0f8
CY
13302012-09-24 Chong Yidong <cyd@gnu.org>
1331
a5f2b6ec
CY
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.
0c765e5f
CY
1338 (log-edit-require-final-newline)
1339 (log-edit-changelog-full-paragraphs): Default to t.
a5f2b6ec
CY
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
07b1a5fb
SM
1361 * font-lock.el (font-lock-reference-face):
1362 Use define-obsolete-variable-alias.
6c27f0f8
CY
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
bcc0adbf
GM
13782012-09-24 Glenn Morris <rgm@gnu.org>
1379
1380 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
1381
095bb823
FEG
13822012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
1383
1384 * progmodes/python.el (python-indent-line): More consistent cursor
1385 movement behavior.
1386
70efc5c9
SM
13872012-09-23 Stefan Merten <smerten@oekonux.de>
1388
1389 * textmodes/rst.el: Fix compiler warning.
1390
2f438239
RW
13912012-09-23 Roland Winkler <winkler@gnu.org>
1392
07b1a5fb
SM
1393 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
1394 Transcribe also LaTeX hyphenation.
2f438239
RW
1395 (bibtex-reformat): Bug fix. Do not quote twice the elements of
1396 bibtex-reformat-previous-options.
1397
936ad041
RW
13982012-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
6fab0274
RW
14062012-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
9a930676
CY
14122012-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
d07ff9db
CY
14202012-09-23 Chong Yidong <cyd@gnu.org>
1421
1422 * image.el (image-type-available-p): Adapt to init-image-library
1423 argument changes.
1424
51c4474e
JL
14252012-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
43bf5e8e
MR
14302012-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
c88b867f
CY
14362012-09-22 Chong Yidong <cyd@gnu.org>
1437
3df47cd5
CY
1438 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
1439 (Bug#12462).
1440
c88b867f
CY
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.
3171e303 1447 (read-only-mode): Doc fix.
c88b867f 1448
df9685f3
EZ
14492012-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
8e17c9ba
MR
14552012-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.
bd909927 1468 Don't resize reused window. Suggested by Glenn Morris.
8e17c9ba 1469
48a24920
SM
14702012-09-22 Stefan Merten <smerten@oekonux.de>
1471
70efc5c9 1472 * textmodes/rst.el: Revamp section title faces.
48a24920
SM
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
82f8cd94
CY
14842012-09-22 Chong Yidong <cyd@gnu.org>
1485
1486 * simple.el (undo): Handle indirect buffers (Bug#8207).
1487
acfa068f 14882012-09-21 Leo Liu <sdl.web@gmail.com>
a8c14da8
LL
1489
1490 IDO: Disable match re-ordering for buffer switching.
2bc9406c 1491 * ido.el (ido-buffer-disable-smart-matches): New variable.
a8c14da8
LL
1492 (ido-set-matches-1): Use it. (Bug#2042)
1493
acfa068f 14942012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
a316d229
JM
1495
1496 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1497 Fix 2011-05-17 change. (Bug#12418)
1498
acfa068f 14992012-09-21 Leo Liu <sdl.web@gmail.com>
d02e58f8
LL
1500
1501 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
1502
acfa068f 15032012-09-21 Glenn Morris <rgm@gnu.org>
511fd0b2
GM
1504
1505 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
1506 Be more robust about locating simple.el.
1507
acfa068f 15082012-09-21 Glenn Morris <rgm@gnu.org>
fa05bfe0
GM
1509
1510 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
1511
acfa068f
CY
15122012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
1513
1514 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
1515
41a97e6f
JL
15162012-09-20 Juri Linkov <juri@jurta.org>
1517
eb2deaff
JL
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
5825610b
JL
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
eebbf404
JL
1535 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
1536
41a97e6f
JL
1537 * replace.el (read-regexp): Don't add ": " when PROMPT already
1538 ends with a colon and space. (Bug#12321)
1539
c9e452d3
TH
15402012-09-20 Tassilo Horn <tsdh@gnu.org>
1541
1542 * doc-view.el (doc-view-display): Better fix for the cl-assertion
1543 error.
1544
ee97deee
SM
15452012-09-20 Stefan Merten <smerten@oekonux.de>
1546
70efc5c9 1547 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
ee97deee
SM
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)
07b1a5fb
SM
1554 (rst-imenu-convert-cell, rst-imenu-create-index):
1555 New function.
ee97deee 1556
f490dab9
SM
15572012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1558
95b9712e
SM
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
f490dab9
SM
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
96e8d411
MR
15692012-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
0876a82d
JL
15742012-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
9f7c28f0
CY
15792012-09-20 Chong Yidong <cyd@gnu.org>
1580
1581 * vc/diff.el (diff-latest-backup-file): Autoload.
1582
7a04bee9
SM
15832012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1584
e6f0a80d
SM
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
7a04bee9
SM
1594 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
1595
12734222
JL
15962012-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
46624b4f
SM
16042012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1605
ce97595b
SM
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
46624b4f
SM
1611 * doc-view.el (doc-view-guess-paper-size)
1612 (doc-view-scale-bounding-box): Fix unbound `caddr'.
1613
db8a5a18
TH
16142012-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
69f6644c
GM
16252012-09-19 Glenn Morris <rgm@gnu.org>
1626
35f5b19d
GM
1627 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
1628 (byte-compile-log-warning): Autoload. (Bug#12371)
1629
69f6644c
GM
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
e543ae91
JD
16362012-09-19 Jan Djärv <jan.h.d@swipnet.se>
1637
1638 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
1639
2fd5e67d
JL
16402012-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
42917e79
JL
16462012-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
20f70ede
JL
16532012-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
32fb8162
DG
16602012-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
37ab5092
MR
16672012-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
ed1f0bd3
CY
16742012-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
a11035b8
MB
16802012-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
64f6a736
SM
16852012-09-17 Stefan Merten <smerten@oekonux.de>
1686
70efc5c9 1687 * textmodes/rst.el: Add support for `testcover'.
64f6a736
SM
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
580bd868
CY
17082012-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
69de3ec6
RS
17162012-09-17 Richard Stallman <rms@gnu.org>
1717
0dee970c
RS
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
6b250df6 1721 mime processing. (Bug#12305)
0dee970c 1722
6b250df6
GM
1723 * mail/rmail.el (rmail-retry-failure):
1724 Turn off mime processing first. (Bug#12037)
acb1c47b 1725
69de3ec6
RS
1726 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
1727
d079ee5f
CY
17282012-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
865fe16f
CY
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
48093eb9
KY
17692012-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
c584eaf9
CY
17742012-09-16 Chong Yidong <cyd@gnu.org>
1775
40d70ecb
CY
1776 * align.el (align-areas): Call the indication function with
1777 positions instead of markers for arguments (Bug#12343).
1778
1667e065
CY
1779 * files.el (parse-colon-path): Use split-string (Bug#12351).
1780
fdc2806d 1781 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
71ce58e7 1782 (display-buffer-function): Mark as obsolete.
fdc2806d 1783
f1be615c 1784 * progmodes/compile.el (compilation-parse-errors): Accept list
ce97595b
SM
1785 values similar to font-lock-keywords (Bug#12136).
1786 Suggested by Oleksandr Manzyuk.
c584eaf9
CY
1787 (compilation-error-regexp-alist): Doc fix.
1788
f40a9709
GM
17892012-09-15 Glenn Morris <rgm@gnu.org>
1790
72aa16e1
GM
1791 * version.el (emacs-bzr-version-bzr): New function.
1792 (emacs-bzr-get-version): Add optional EXTERNAL argument.
1793
82375160
GM
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
f40a9709
GM
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
cb26b7f5
JL
18052012-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
2de39f08
SM
18102012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1811
0fb3cb7c
SM
1812 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
1813
2de39f08
SM
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
5b68b333
JL
18512012-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
b9800ec4
GM
18562012-09-13 Glenn Morris <rgm@gnu.org>
1857
6a2e6868
GM
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
b9800ec4
GM
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
c18e885b
PE
18692012-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
d607d303
KH
18762012-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
72eac303
PE
18822012-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
2168fe4f
GM
18902012-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
bd8d6108
SM
18952012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1896
c0c54fbd
SM
1897 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
1898 Fix last change.
1899 (edebug-update-eval-list): Use `push'.
1900
bd8d6108
SM
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
a9f9d9de
JL
19232012-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
bfeae2cf
SM
19342012-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
fbbcaf1b
MA
19502012-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
4dece104
MR
19592012-09-12 Martin Rudalics <rudalics@gmx.at>
1960
bfeae2cf
SM
1961 * emacs-lisp/debug.el (debugger-previous-window-height):
1962 New variable.
4dece104
MR
1963 (debug): When debugger-jumping-flag is non-nil try to restore
1964 height of debugger window. (Bug#8789)
1965
45b82ad0
SM
19662012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1967
60c49c0f
SM
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
45b82ad0
SM
1974 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
1975 inhibit-debugger is bound instead.
1976
baa26ea0
BG
19772012-09-11 Bastien Guerry <bzg@gnu.org>
1978
1979 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 1980 (Bug#12346)
baa26ea0 1981
04e8abfa
BG
19822012-09-11 Bastien Guerry <bzg@gnu.org>
1983
96d03571 1984 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 1985 (Bug#12347)
96d03571
BG
1986
19872012-09-11 Bastien Guerry <bzg@gnu.org>
1988
fc0c31f8 1989 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 1990
04e082b0
MM
19912012-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
399a361b
JB
19972012-09-10 Juanma Barranquero <lekktu@gmail.com>
1998
1999 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2000
0780c517
DN
20012012-09-10 Dan Nicolaescu <dann@gnu.org>
2002
45b82ad0
SM
2003 * vc/diff-mode.el (diff-mode-menu):
2004 Bind diff-remove-trailing-whitespace.
0780c517 2005
9b851e25
SM
20062012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
2009 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2010 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
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
3231d532
JL
20202012-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
70fe8236
SM
20342012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2037
8ed43f15
AM
20382012-09-09 Alan Mackenzie <acm@muc.de>
2039
70fe8236
SM
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\)?.
8ed43f15 2044
bfabf70a
AS
20452012-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
011474aa
CY
20512012-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
a8b7cd8d
CY
20662012-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
c3268831
DG
20712012-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
0979429b
J
20792012-09-08 Jambunathan K <kjambunathan@gmail.com>
2080
2081 * register.el (register): New group.
27359e99 2082 (separator-register): New user option.
0979429b
J
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
5b9c45a6 2087 `separator-register'.
0979429b 2088
ace2989a
AM
20892012-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.
0979429b
J
2094 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2095 Test more rigorously for "=" token.
ace2989a 2096
616c6c36
DG
20972012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2098
0979429b
J
2099 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
2100 Only fail when reached LIMIT.
616c6c36 2101
35d98877
CY
21022012-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
1715f2db
DA
21082012-09-08 Drew Adams <drew.adams@oracle.com>
2109
2110 * subr.el (add-to-history): Fix delete usage (Bug#12314).
2111
6dcef6ec
CY
21122012-09-08 Chong Yidong <cyd@gnu.org>
2113
2114 * subr.el (syntax-after, syntax-class): Doc fix.
2115
fa2bcf43
MR
21162012-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
daac280a
SM
21262012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2127
2128 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
2129
9dd40b00
MM
21302012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
2131
daac280a
SM
2132 * progmodes/python.el (python-shell-send-string):
2133 When default-directory is remote, create temp file on remote
9dd40b00
MM
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
145823ec
CY
21382012-09-07 Chong Yidong <cyd@gnu.org>
2139
cee2e90d
CY
2140 * window.el (switch-to-buffer): Doc fix (Bug#12181).
2141
0d7eb2ea
CY
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
145823ec
CY
2145 * subr.el (read-char-choice): Allow quitting via ESC ESC.
2146
daac280a
SM
2147 * userlock.el (ask-user-about-supersession-threat):
2148 Use read-char-choice (Bug#12093).
145823ec 2149
74c582e6
CY
21502012-09-07 Chong Yidong <cyd@gnu.org>
2151
e5c2edf7
CY
2152 * subr.el (buffer-narrowed-p): New function.
2153
2154 * ses.el (ses-widen):
2155 * simple.el (count-words--buffer-message):
1f9f395d 2156 * net/browse-url.el (browse-url-of-buffer): Use it.
e5c2edf7
CY
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.
c640e87d 2160
74c582e6
CY
2161 * help.el (describe-key-briefly): Allow the message to be seen
2162 when invoked from the minibuffer (Bug#7014).
2163
d81ceaaf
DG
21642012-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.
8f06acce
DG
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.
d81ceaaf 2172
d458ef98
SM
21732012-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
20367d28
RS
21792012-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
3424a4f6
CY
21872012-09-06 Chong Yidong <cyd@gnu.org>
2188
2189 * frame.el (window-system-version): Mark as obsolete.
2190
fcbfbdea
CY
2191 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
2192 of obsolete variable speedbar-key-map.
2193
826b3235
JL
21942012-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
1ec5e41d
JL
22122012-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
0ba2d4b6
DG
22262012-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
ef654460
MR
22432012-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
7e570fbf 22522012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
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
7e570fbf 22592012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
2260
2261 * progmodes/flymake.el (flymake-warning-re): New variable.
2262 (flymake-parse-line): Use it.
2263
7e570fbf 22642012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
2265
2266 * calendar/holidays.el (holiday-christian-holidays):
2267 Rename an entry. (Bug#12289)
2268
7e570fbf 22692012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
2270
2271 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
2272 (bug#12222).
2273
972debf2
SM
22742012-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
8ce192e3
LI
22882012-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
6578b4d8
DG
22942012-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
c5e28e39
MR
23052012-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.
972debf2
SM
2311 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
2312 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
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
73406194
MA
23202012-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
63dd1c6f
JL
23252012-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
af7dda05
CY
23562012-09-02 Chong Yidong <cyd@gnu.org>
2357
2358 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
2359
d67d3afd
GM
23602012-09-02 Glenn Morris <rgm@gnu.org>
2361
2362 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
2363
69678719
GM
23642012-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
78dd6ab1
MR
23762012-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
3d10e134
SM
23882012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2389
2390 * minibuffer.el (completion-at-point-functions): Complete docstring
2391 (bug#12254).
2392
0e23ef9d
PE
23932012-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
862382df
MR
24092012-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
262a66e1
RS
24152012-08-30 Richard Stallman <rms@gnu.org>
2416
2417 * simple.el (special-mode-map): Delete binding for `z'.
2418
f17e1d00
AS
24192012-08-30 Andreas Schwab <schwab@linux-m68k.org>
2420
2421 * progmodes/compile.el (compilation-always-kill): Doc fix.
2422
24777832
CY
24232012-08-30 Chong Yidong <cyd@gnu.org>
2424
2425 * window.el (display-buffer-reuse-frames): Make the obsolescence
2426 message more informative.
2427
69ba1f04
GM
24282012-08-30 Glenn Morris <rgm@gnu.org>
2429
2430 * paren.el (show-paren-delay):
2431 Add a :set function. Doc fix. (Bug#12297)
2432
f0019ede
MB
24332012-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
35e62fc9
SM
24382012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2439
af070a1c
SM
2440 * simple.el (read-only-mode): Move from files.el for bootstrapping.
2441 * files.el (read-only-mode): Move to simple.el.
2442
35e62fc9
SM
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
c2c43c23
MA
24512012-08-29 Michael Albinus <michael.albinus@gmx.de>
2452
2453 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
2454 remote shell scripts.
2455 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
2456
2457 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
2458 "/usr/local/sbin".
2459
9fba804b
SM
24602012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
2463
eada0861 24642012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 2465
806f0cc7
LL
2466 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
2467 completion-at-point. (Bug#12220)
2468
3bb213b9
LL
2469 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
2470
22ab32ef
LL
2471 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
2472
eada0861 24732012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 2474
19c17fc1
CY
2475 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
2476 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 2477
eada0861 24782012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
2479
2480 * progmodes/hideif.el (hif-compress-define-list):
2481 Fix typo. (Bug#11951)
2482
eada0861 24832012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
2484
2485 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
2486 buffer local setting.
2487
27d6c5a8
LL
2488 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
2489 rcirc-encode-coding-system.
2490
eada0861 24912012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
2492
2493 * net/rcirc.el (rcirc-split-message): New function.
2494 (rcirc-send-message): Use it. (Bug#12051)
2495
d44688e4
JL
24962012-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
34f10d41
MR
25012012-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
77f1f99c
CY
25062012-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
d97af5a0
CY
25172012-08-26 Chong Yidong <cyd@gnu.org>
2518
9fba804b
SM
2519 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2520 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
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
dd7ffad6
CY
25432012-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
4c47bd1e
CY
25542012-08-26 Chong Yidong <cyd@gnu.org>
2555
2556 * faces.el (help-argument-name): Always inherit from italic
2557 (Bug#12213).
2558
9aba119d
MR
25592012-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
ca5256ad
PE
25662012-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
d1c0d176
JL
25732012-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
141562ff
GM
25782012-08-22 Glenn Morris <rgm@gnu.org>
2579
2580 * calendar/cal-tex.el (cal-tex-weekly-common):
2581 Restore leading blank page.
2582
61a48e19 25832012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
add9ca2d
BG
2584
2585 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
2586 the region under `shift-select-mode'. (Bug#12231)
2587
25882012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
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
ea95074e
MR
25942012-08-22 Martin Rudalics <rudalics@gmx.at>
2595
9fba804b
SM
2596 * window.el (walk-window-tree, window-with-parameter):
2597 New optional argument MINIBUF to control whether these functions
ea95074e
MR
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.
9fba804b
SM
2601 (window--size-ignore): Rename to window--size-ignore-p.
2602 Update callers.
caceae25
MR
2603 (display-buffer-in-atom-window, window--major-non-side-window)
2604 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
2605 (delete-side-window, display-buffer-in-side-window):
2606 New functions.
caceae25
MR
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.
ea95074e 2612
80a51fa0
CS
26132012-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
fbb6300b
MR
26182012-08-22 Martin Rudalics <rudalics@gmx.at>
2619
2620 * dired.el (dired-mark-remembered): Don't clobber point.
2621 (Bug#11795)
2622
2b2c0794
GM
26232012-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
37219830
DU
26282012-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
94e0e559
EC
26342012-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
da485f5e
GM
26412012-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
c6cc78b8
AS
26482012-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
5481664a
MR
26532012-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)
9fba804b
SM
2658 (window--state-get-1, display-buffer-record-window):
2659 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
2660 window-point and set-window-point respectively.
2661
6d74698e
GM
26622012-08-21 Glenn Morris <rgm@gnu.org>
2663
b7fa2691
GM
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
52f56d5a
GM
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
9f1ee09e
GM
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
79858159
GM
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
d346b2b4
GM
2683 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
2684 (cal-tex-end-document): Don't rely on buffer name.
2685
b2403709
GM
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.
2d225a3a
GM
2690 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
2691 Use cal-tex-arg.
b2403709 2692
1cebb5c0
GM
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
c68cd5d4
GM
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
9dca4801
GM
2710 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
2711 (cal-tex-cursor-filofax-week): Remove leading blank page.
2712
1941e134
GM
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
6d74698e
GM
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
64cde199
JL
27212012-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
32757648
GM
27312012-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
a32fbbcf
MA
27372012-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
a05731a0
CY
27432012-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
36e8d1eb
GM
27482012-08-20 Glenn Morris <rgm@gnu.org>
2749
3d300447
GM
2750 * mail/rmailout.el (rmail-output-read-file-name):
2751 Trap and report errors in rmail-output-file-alist elements.
2752
36e8d1eb
GM
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
b96e5814
ER
27562012-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
7cef3569
GM
27612012-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
17975d7f
CY
27662012-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
2170b1bd
CY
27712012-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
9fba804b
SM
2777 * subr.el (remove-yank-excluded-properties):
2778 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
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
ee218151
GM
27842012-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
4a6bc3fd
MA
27902012-08-17 Michael Albinus <michael.albinus@gmx.de>
2791
9fba804b
SM
2792 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2793 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 2794
383dcbf9
CY
27952012-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
998c4a6a
MR
28002012-08-17 Martin Rudalics <rudalics@gmx.at>
2801
2802 * window.el (delete-window): Fix last fix.
2803
52162052
MR
28042012-08-16 Martin Rudalics <rudalics@gmx.at>
2805
2806 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
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)
9fba804b
SM
2820 (truncated-partial-width-window-p): Minor code adjustments.
2821 In doc-strings state whether the argument window has to denote a
85c2386b 2822 live, valid or any window.
52162052 2823
1c308380
PS
28242012-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
94c9ece1
SM
28332012-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
f2045622
CY
28402012-08-15 Chong Yidong <cyd@gnu.org>
2841
2842 * frame.el (set-frame-font): Accept font objects.
2843
582db660
SM
28442012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
2847
2f29c200
WJ
28482012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
2849
456e62c2
WJ
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
2f29c200
WJ
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
b4f5e9df
SM
28722012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * subr.el (read-passwd): Allow use from a minibuffer.
2875
ba025fbd
EZ
28762012-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.
b4f5e9df
SM
2891 (gdb-tooltip-print-1): Quote the expression to evaluate.
2892 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
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
c548f821
GM
28992012-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
55802e4a
CY
29042012-08-14 Chong Yidong <cyd@gnu.org>
2905
4abcdac8
CY
2906 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
2907
55802e4a
CY
2908 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
2909 (Bug#12085).
2910
3c3cda1a
GM
29112012-08-14 Glenn Morris <rgm@gnu.org>
2912
2913 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
2914
e1873bd0
MA
29152012-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
925411b4
FEG
29212012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
2922
2923 * progmodes/python.el (python-shell-send-string):
3c3cda1a 2924 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 2925
e636fafe
DG
29262012-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.
f063063a
DG
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.
e636fafe 2941
e5b19827
AS
29422012-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
a9f6f311
CY
29472012-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
7d806b1e
DU
29562012-08-14 Daiki Ueno <ueno@unixuser.org>
2957
2958 * subr.el (internal--after-with-selected-window): Fix typo
2959 (Bug#12193).
2960
5beed586
FEG
29612012-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)
e636fafe
DG
2966 (python-shell-completion--get-completions):
2967 Remove functions.
5beed586
FEG
2968 (python-shell-completion-complete-at-point): New function.
2969 (python-completion-complete-at-point): Use it.
2970
92cb3b04
J
29712012-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
89660017
SM
29762012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2977
3c98c962
SM
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
aa7c6dbe
SM
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
89660017
SM
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
31cd32c9
BG
29942012-08-13 Bastien Guerry <bzg@gnu.org>
2995
0fcd3d9f 2996 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
2997 enhancement. (Bug#12172)
2998
1b15d8ad
AS
29992012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3000
31e54db0
AS
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
1b15d8ad
AS
3006 * files.el (hack-local-variables-filter): Remove useless eval.
3007
35cb9c06
MR
30082012-08-13 Martin Rudalics <rudalics@gmx.at>
3009
3010 * subr.el (with-selected-window): Fix last change.
3011
1439443b
SM
30122012-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.
1b15d8ad
AS
3016 (with-selected-window): Use them, to replace dependency on
3017 tty-top-frame.
1439443b 3018
0d9e2599
NN
30192012-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
ba10c48c
SM
30302012-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
9229c658
AS
30382012-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
0fd09128
JB
30432012-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
9ff9402d 30522012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 3053
fbb5e336
GM
3054 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3055
7aacaf15
GM
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
f40b9f10
GM
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)
6f97980a 3064 This is CVE-2012-3479.
f40b9f10 3065
daa9f1a6
SM
30662012-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
9cd80478
DG
30712012-08-09 Dmitry Gutov <dgutov@yandex.ru>
3072
0d9e2599
NN
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
30792012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
3080
9cd80478
DG
3081 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3082 binding (use `M-;' instead).
9cd80478 3083 (ruby-singleton-class-p): New function.
0d9e2599 3084 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 3085
d301b413
SM
30862012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3087
3088 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3089
1530c98e
CY
30902012-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
e1293765
CY
31002012-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
e1894109
SM
31082012-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
c69f56a2
MY
31172012-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
31673780
JB
31272012-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
dab7711b
CY
31342012-08-09 Chong Yidong <cyd@gnu.org>
3135
dee4ef93
CY
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
73e2bbc5
CY
3141 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
3142
3e861c8a
CY
3143 * descr-text.el (describe-char): Don't insert extra newlines
3144 (Bug#10127).
3145
a9f5a649
CY
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
dab7711b
CY
3149 * align.el (align-region): Delete temporary markers (Bug#10047).
3150 Plus some code cleanups.
3151
e0cc4efa
FEG
31522012-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
489af14f
FEG
31592012-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.
c69f56a2
MY
3164 (python-nav--forward-sexp, python-nav--backward-sexp):
3165 New functions.
489af14f 3166
0fc50303
JB
31672012-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
5d65606a
SM
31722012-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
4250fdf5
SM
31772012-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
d9f9b465
MA
31822012-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
ce0fcefa
JL
31892012-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
53fa8652
JL
32052012-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
242c0a95
JL
32102012-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
32ac3a6b
GM
32182012-08-08 Glenn Morris <rgm@gnu.org>
3219
3220 * language/persian.el: Remove file.
f8c1afd5 3221 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
3222 * loadup.el: Remove language/persian.
3223
2c2d9c9c
OF
32242012-08-08 Óscar Fuentes <ofv@wanadoo.es>
3225
3226 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
3227
2d79ec42
FEG
32282012-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
2bd255dd
JB
32372012-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
c395097f
AS
32412012-08-07 Andreas Schwab <schwab@linux-m68k.org>
3242
6125983e
AS
3243 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
3244 a defcustom that is quoted with backquote.
3245
4250fdf5
SM
3246 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
3247 Fix handling of interactive spec when the body uses return.
651eaf36
AS
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
4250fdf5
SM
3259 * progmodes/autoconf.el (font-lock-syntactic-keywords):
3260 Don't declare.
c395097f 3261
5fb50dd3
CY
32622012-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
54eea618
KR
32672012-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
638eaeb9
SM
32732012-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
ea376861
SM
32782012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3279
f91b35be
SM
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
ea376861
SM
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
d5be7bd0
MB
32902012-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
90749b53
CY
32952012-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
ba7b0154
FEG
33072012-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
5eaeacb5
GM
33162012-08-06 Glenn Morris <rgm@gnu.org>
3317
e296d94b 3318 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
3319 Do less getting and setting of environment variables.
3320
b7ccbdc2
CY
33212012-08-05 Chong Yidong <cyd@gnu.org>
3322
777fe95e
CY
3323 * proced.el (proced): Add substitution string to docstring to
3324 trigger autoloading of the proced library on C-h f (Bug#1768).
3325
4250fdf5
SM
3326 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3327 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
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
9e3b7800 33332012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
3334
3335 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
3336 indentation declaration.
3337 (viper-loop): Add indentation declaration (Bug#7025).
3338
e5d9c0d1
CY
33392012-08-05 Chong Yidong <cyd@gnu.org>
3340
f0422feb
CY
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
e5d9c0d1
CY
3347 * files.el (kill-buffer-hook): Provide a defvar.
3348
a4f2deaa
GM
33492012-08-05 Glenn Morris <rgm@gnu.org>
3350
3351 * eshell/esh-ext.el (eshell/addpath):
3352 Also update eshell-path-env. (Bug#12013)
3353
a9dd5754
CY
33542012-08-05 Chong Yidong <cyd@gnu.org>
3355
a4f2deaa 3356 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 3357
d014c740
CY
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
a9dd5754
CY
3363 * files.el (set-auto-mode): Fix invalid setq call.
3364
7c2dc8bd
SM
33652012-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
7fcc0070
AS
33832012-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.
97ad0769 3387 (list-processes): Doc fix.
7fcc0070 3388
a11035b8 33892012-08-04 Michal Nazarewicz <mina86@mina86.com>
00340faf
MN
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
6dad7178
EZ
33962012-08-03 Eli Zaretskii <eliz@gnu.org>
3397
18949c2f
EZ
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
6dad7178
EZ
3403 * files.el (file-truename): Don't skip symlink-chasing part on
3404 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
3405 Windows into the loop that recursively chases symlinks.
3406 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
3407 MS-DOS.
3408
385b0198
CY
34092012-08-03 Chong Yidong <cyd@gnu.org>
3410
6200f3c4
CY
3411 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
3412
385b0198
CY
3413 * sort.el (sort-regexp-fields): Doc fix.
3414
b9e74744
TH
34152012-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
41013cb4
MK
34202012-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
0ffee616
JT
34282012-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
cfcc9cc8
TH
34332012-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.
a01bbb84 3439 (reftex-label-alist): Docfix.
cfcc9cc8 3440
66ec2442
BG
34412012-08-02 Bastien Guerry <bzg@gnu.org>
3442
3443 * replace.el (occur): Fix docstring (bug#12122).
3444
837b365b
GM
34452012-08-02 Glenn Morris <rgm@gnu.org>
3446
3447 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
3448
e098de97
PE
34492012-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
a0f95636
JB
34572012-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
0d26d7c4
GM
34622012-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
b686ba06
RS
34702012-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
0d49da68
FEG
34752012-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
f1a71c6e
AS
34872012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3488
3489 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
3490 (Bug#12108)
3491
d2605269
JB
34922012-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.
fc0c31f8 3497 (calc-set-simplify-mode): Adjust message.
f1a71c6e 3498
d2605269
JB
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
a3827a43
BG
35072012-07-31 Bastien Guerry <bzg@gnu.org>
3508
3509 * man.el (man): Fix comment. (bug#12101)
3510
502e3f89
MR
35112012-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
d7714961
FEG
35162012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3517
3518 * progmodes/python.el (run-python-internal): Disable font lock for
3519 internal shells.
3520
1f45e27e
SM
35212012-07-30 Stefan Merten <smerten@oekonux.de>
3522
70efc5c9 3523 * textmodes/rst.el: Silence `checkdoc-ispell'.
1f45e27e
SM
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
0aee6912
PE
35292012-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
9052f9f0
JB
35382012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3539
1823ac5a
JB
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
8d7c7eed 3552 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
3553 indicate new simplification modes.
3554
1823ac5a
JB
3555 * calc/README: Mention new default simplification mode.
3556
9052f9f0
JB
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
20ba0cb4
EZ
35642012-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
a5dcc929
JL
35732012-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
72b255c7
PE
35842012-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.
bb6eb9fc
PE
3599 (inactivate-input-method): Mark obsolete.
3600
72b255c7
PE
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
2549c068
CY
36082012-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).
4c478e6b
JL
3618 (append-to-register, prepend-to-register): Call indicate-copied-region.
3619
36202012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
3621
3622 * simple.el (async-shell-command-buffer): New defcustom.
3623 (shell-command): Use it. (Bug#4719)
3624
01bd1b0d
EZ
36252012-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
a55739d3
CY
36322012-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
0e1a094f 36372012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
3638
3639 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
3640 the alist (bug#12029).
3641
20329d73
EZ
36422012-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
345a2258
CY
36542012-07-28 Chong Yidong <cyd@gnu.org>
3655
1eee6341
CY
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
345a2258
CY
3659 * simple.el (delete-trailing-lines): New option.
3660 (delete-trailing-whitespace): Obey it (Bug#11879).
3661
049a0936
DE
36622012-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
aa81af71
FEG
36702012-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
e827b1eb
JB
36782012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
3679
3680 * calc/calccomp.el (math-compose-expr): Undo previous change.
3681
a90dfb95
FEG
36822012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
3683
4250fdf5 3684 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
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
32770973 36912012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
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)
fc0c31f8 3696 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 3697
86332df2
TH
36982012-07-27 Tassilo Horn <tsdh@gnu.org>
3699
4250fdf5
SM
3700 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
3701 Add support for the lstlisting and minted environments, and for the
86332df2
TH
3702 ctable macro.
3703 * textmodes/reftex.el (reftex-compile-variables): Also recognize
3704 labels written in keyvals syntax.
3705
ca1302a4
JB
37062012-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
f8b91036
EZ
37112012-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)
4250fdf5
SM
3716 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
3717 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
3718 rewritten while the autoload files are built at the same time,
3719 which needs to load subdirs.el.
3720
c8e5a42c
MR
37212012-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
670d85ea
SM
37272012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3728
3729 * mouse.el (popup-menu): Fix last change.
3730
7abaf5cc
SM
37312012-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
b1364986
AA
37642012-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
67ada220
AS
37692012-07-25 Andreas Schwab <schwab@linux-m68k.org>
3770
3771 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
3772
f08088e3
CS
37732012-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
8137e7b3
MR
37782012-07-25 Martin Rudalics <rudalics@gmx.at>
3779
3780 * subr.el (redirect-frame-focus): Add advertised calling
3781 convention (Bug#12030).
3782
09ae5da1
PE
37832012-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
3cc5a3a8
JB
37892012-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
b7af7f62
JD
37942012-07-24 Julien Danjou <julien@danjou.info>
3795
3796 * net/netrc.el (netrc-find-service-number, netrc-store-data):
3797 Remove, unused.
3798
ec1b09b1
EZ
37992012-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
b525fd8a
VB
38072012-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
fc0c31f8 3816 the undo directly. Refresh the mode line.
b525fd8a 3817
2c73e345
LL
38182012-07-21 Leo Liu <sdl.web@gmail.com>
3819
670d85ea
SM
3820 * progmodes/cc-cmds.el (c-defun-name):
3821 Use match-string-no-properties instead for consistency.
2c73e345 3822
542dfbde
LL
38232012-07-20 Leo Liu <sdl.web@gmail.com>
3824
3646bcd6
LL
3825 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
3826 (Bug#7879)
3827
542dfbde
LL
3828 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
3829
25721031
CY
38302012-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
316e68a7
VB
38392012-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
bbf0e7d9
MY
38442012-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
c28662a8
DG
38512012-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
87ab808f
EZ
38562012-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
89dea803
DA
38622012-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
8a4e6db8
SS
38682012-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
5db81e33
SM
38802012-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
5b835e1d
DA
38852012-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
9cd47b72
DA
38902012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
3891
3892 Compact buffers when idle.
3893 * compact.el: New file.
3894
1d6fc0df
SM
38952012-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
1d29cc7d
FEG
39002012-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)
1d6fc0df 3907 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
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
d583cbe6
FEG
39142012-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
eceb6feb
DG
39232012-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
4c8ff0fe
CY
39312012-07-18 Chong Yidong <cyd@gnu.org>
3932
19fb7186
CY
3933 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
3934
9587c688
CY
3935 * simple.el (count-words): Report on narrowing (Bug#9959).
3936
0fe776a1
CY
3937 * bindings.el: Bind M-= to count-words.
3938
4c8ff0fe
CY
3939 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
3940
7f5331cc
MY
39412012-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
2dc2a609
TH
39472012-07-18 Tassilo Horn <tassilo@member.fsf.org>
3948
3949 * window.el (split-window-sensibly): Make WINDOW argument
3950 optional.
3951
439f7677
CY
39522012-07-18 Chong Yidong <cyd@gnu.org>
3953
9aeb25a6
CY
3954 * subr.el (keyboard-translate): Doc fix (Bug#7261).
3955
439f7677
CY
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
12999ea8
SM
39622012-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
3ab6e069
DA
39672012-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
0a60bc10
FEG
39732012-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
6dafa0d5
JL
39802012-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
b19dd9d1
JL
39952012-07-17 Juri Linkov <juri@jurta.org>
3996
3997 * descr-text.el (describe-char): Fix format args. (Bug#10129)
3998
bcdc27d7 39992012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 4000
bcdc27d7 4001 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
4002 * progmodes/python.el (python-nav-beginning-of-statement):
4003 Rename from python-nav-statement-start.
bcdc27d7
FEG
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
191da00e
FEG
40102012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4011
7f5331cc
MY
4012 * progmodes/python.el (python-shell-send-string-no-output):
4013 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
4014 future interactions (Bug#11868).
4015
4dc7c8d5 40162012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 4017
88ecaf8f
SM
4018 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4019
ef501ef0
SM
4020 * emacs-lisp/elint.el (elint-find-args-in-code):
4021 Use help-function-arglist, so as to handle lexical byte-code.
4022
aa7aaf8f
SM
4023 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4024 change (bug#11826).
4025
45fd731c
SM
40262012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4027
2143fa32
SM
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
efc26dbe
SM
4031 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4032 as not-a-comment (bug#11946).
4033
f5695c9a
SM
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
45fd731c
SM
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
ddfc8813
RK
40462012-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
758e556a
FEG
40512012-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)
45fd731c
SM
4062 (python-imenu-make-tree, python-imenu-create-index):
4063 Remove functions.
758e556a
FEG
4064 (python-mode): Update to interact with imenu by setting
4065 `imenu-extract-index-name-function' only.
4066
032d23ab
FEG
40672012-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
01795a1b
MA
40812012-07-16 Michael Albinus <michael.albinus@gmx.de>
4082
9328d9aa
MA
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
01795a1b
MA
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
63408057
CY
40932012-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
45fd731c
SM
4104 sequence to toggle extended coordinates on newer XTerms.
4105 This appears to be harmless on terminals which do not support this.
63408057 4106
cd276f6e
LL
41072012-07-14 Leo Liu <sdl.web@gmail.com>
4108
28ca98ac
LL
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
cd276f6e
LL
4115 * fringe.el: New bitmap exclamation-mark.
4116
04408072
JD
41172012-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
b5cf7fc4
CY
41222012-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
be755c79
RT
41272012-07-14 Chong Yidong <cyd@gnu.org>
4128
45fd731c
SM
4129 * bindings.el: Consolidate ctl-x-r-map bindings.
4130 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
4131
4132 * rect.el, register.el: Move bindings to bindings.el.
4133
41342012-07-14 Reuben Thomas <rrt@sc3d.org>
4135
4136 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
4137
7f5b3198
AS
41382012-07-13 Andreas Schwab <schwab@linux-m68k.org>
4139
4140 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
4141
97662200
JB
41422012-07-13 Juanma Barranquero <lekktu@gmail.com>
4143
80185fed
JB
4144 * bindings.el (top): Use `mapc' instead of `mapcar'.
4145
97662200
JB
4146 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
4147
2bb1ae55
MA
41482012-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
dea31bd3
CY
41542012-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
b68b3337
CY
41622012-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):
45fd731c
SM
4171 * buff-menu.el (Buffer-menu-toggle-read-only):
4172 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
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
56bc1586
EZ
41922012-07-12 Eli Zaretskii <eliz@gnu.org>
4193
4194 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
4195 not incf.
4196
a464a6c7
SM
41972012-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
7ad4afe1
MA
42432012-07-11 Michael Albinus <michael.albinus@gmx.de>
4244
4245 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
4246
9af57756
CY
42472012-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
8477cc7a
MA
42622012-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
19faa8e8
SM
42682012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4269
f58e0fd5
SM
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
2519d43a
SM
4290 * emacs-lisp/gv.el (cond): Make it a valid place.
4291 (if): Simplify slightly.
4292
19faa8e8
SM
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
c4907a5e
GM
42972012-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
c4444d16
PE
43022012-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
d75be97d
CY
43092012-07-08 Chong Yidong <cyd@gnu.org>
4310
01ac65bd
CY
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
d75be97d
CY
4317 * simple.el (deactivate-mark): Do not set the primary selection
4318 if another program has acquired it (Bug#11772).
4319
87a92845 43202012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
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).
87a92845 4325 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 4326
621b9d6c
CY
43272012-07-07 Chong Yidong <cyd@gnu.org>
4328
4329 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
4330 (interprogram-cut-function, interprogram-paste-function):
4331 Mention that we typically mean the clipboard.
621b9d6c 4332
133a11fc
GM
43332012-07-06 Glenn Morris <rgm@gnu.org>
4334
0d27a45e
GM
4335 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
4336
133a11fc
GM
4337 * files.el (toggle-read-only): Restrict message to interactive use.
4338
07b151f1
MA
43392012-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
211b896b
GM
43452012-07-06 Glenn Morris <rgm@gnu.org>
4346
50394322
GM
4347 * Makefile.in (compile-one-process): Rename from "recompile".
4348
211b896b
GM
4349 * Makefile.in (bzr-update): "compile" is the same as "recompile
4350 autoloads", but parallelizable, so use that instead.
4351
4737eec9
DG
43522012-07-06 Dmitry Gutov <dgutov@yandex.ru>
4353
4354 * window.el (quit-window): Always restore window height when
8137e7b3 4355 it's saved in quit-restore parameter (Bug#11810).
4737eec9 4356
226c3633 43572012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
4358
4359 * simple.el (kill-whole-line): Doc tweak.
4360
226c3633 43612012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
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
4dc7c8d5
SM
43682012-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
43732012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 43742012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 4375
19faa8e8
SM
4376 * calendar/cal-dst.el (calendar-current-time-zone):
4377 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 4378
60198fc9
GM
43792012-07-06 Glenn Morris <rgm@gnu.org>
4380
4381 * Makefile.in (cvs-update): Remove old alias.
4382
957b3189
MA
43832012-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
19faa8e8
SM
4390 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4391 Protect `list-load-path-shadows' call.
957b3189
MA
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
566df3fc
CY
44112012-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
30eabd7a
SM
44312012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4432
0781098a
SM
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
b5771c0d
SM
4440 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
4441 function is already compiled.
4442
30eabd7a
SM
4443 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
4444
b4886f6e
MA
44452012-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
b9d82339
AS
44502012-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
a76e6535
CY
44552012-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
b544fef2
GM
44622012-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
a7aef6f5
CY
44672012-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.
30eabd7a
SM
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.
a7aef6f5
CY
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
3df31c9f
SM
44852012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4486
2b5208f1
SM
4487 * comint.el (comint-output-filter): Filter out repeated prompts.
4488
3df31c9f
SM
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
e3ac1281
PE
44942012-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
fbf2e7ad
CY
45002012-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.
6fe566a7 4509 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 4510
9bf0aa15
GM
45112012-06-30 Glenn Morris <rgm@gnu.org>
4512
bbce2853
GM
4513 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
4514
9bf0aa15
GM
4515 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
4516 Remove outdated and unnecessary dbus declarations.
4517
0d23c240
EZ
45182012-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
b3218de1
CY
45252012-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
a40c87a0
MA
45312012-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.
2bb1ae55 4537 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 4538
ac87de97
DG
45392012-06-30 Dmitry Gutov <dgutov@yandex.ru>
4540
4541 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 4542 removed (likely outside Emacs). (Bug#11757)
ac87de97 4543
ac10fe06
SM
45442012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4545
3df31c9f 4546 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 4547
7f3fbd5d
CY
45482012-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
3cfbebba
SM
45612012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4562
4563 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
4564
2af3565e
DA
45652012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
4566
4567 * fringe.el (fringe-mode): Doc fix.
4568
929df0e7
MA
45692012-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
c8d3a25c 45762012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 4577
c8d3a25c
GM
4578 * calendar/cal-dst.el (calendar-current-time-zone):
4579 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 4580
c8d3a25c 45812012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
4582
4583 * progmodes/which-func.el (which-func-format):
4584 Add mouse-face. (Bug#11698)
4585
c8d3a25c
GM
45862012-06-29 Leo Liu <sdl.web@gmail.com>
4587
4588 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
4589
45902012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4591
4592 * minibuffer.el (minibuffer-confirm-exit-commands):
4593 Add completion-at-point (bug#11725).
4594
45952012-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
46002012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * progmodes/cperl-mode.el (cperl-update-syntaxification):
4603 Use syntax-propertize (bug#11739).
4604
2badeec4
JB
46052012-06-28 Juanma Barranquero <lekktu@gmail.com>
4606
4607 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
4608
ae4969c2
JD
46092012-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
1c9bd870
GM
46202012-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
c207708c
SM
46262012-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
3fd56834
SM
46342012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4635
04901786
SM
4636 * help-mode.el (help-make-xrefs): Don't just withstand
4637 cyclic-variable-indirection but any error in documentation-property.
4638
1ec4b7b2
SM
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
e309e2a5
SM
4646 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
4647
d5c6faf9
SM
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
6e9590e2
SM
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
3fd56834
SM
4660 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4661 Strip "toggle-" if any.
4662
35ff222c
GM
46632012-06-27 Glenn Morris <rgm@gnu.org>
4664
1ba6038a
GM
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
0ea0e51b
GM
4669 * custom.el (custom-initialize-delay): Doc fix.
4670
35ff222c
GM
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
c89926a5
CY
46792012-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
cc06e7e7
EZ
46882012-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
d2c32364
SS
46952012-06-26 Sam Steingold <sds@gnu.org>
4696
4697 * files.el (file-name-base): New convenience function.
0d14cc21
GM
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:
d2c32364
SS
4703 * textmodes/tex-mode.el: Use it.
4704 Did not touch cedet and org because they are maintained elsewhere.
4705
5cf983b2
MR
47062012-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
8c4f2952
JD
47122012-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
772b2e2c
CY
47172012-06-24 Chong Yidong <cyd@gnu.org>
4718
4719 * xml.el (xml-parse-tag): Correctly handle comment embedded in
4720 non-tag text.
4721
711b11e1
JB
47222012-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
dc5d230c
SM
47262012-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
136e1c1d
CY
47372012-06-23 Chong Yidong <cyd@gnu.org>
4738
e8c1cabf
CY
4739 * info.el (Info-mouse-follow-link): Accept symbol values of
4740 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
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
0e9e6c6a
CY
47472012-06-23 Chong Yidong <cyd@gnu.org>
4748
05e89fea
CY
4749 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
4750
0e9e6c6a
CY
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
e33c6771
SM
47562012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4757
b68581e2
SM
4758 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
4759 (bug#11719).
4760
e33c6771
SM
4761 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
4762 the requote function doesn't work properly (bug#11714).
4763
7117e105
GM
47642012-06-23 Glenn Morris <rgm@gnu.org>
4765
4766 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
4767
36cec983
SM
47682012-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
d35af63c
PE
47922012-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
ac77b21a
SM
48152012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4816
f143bfe3
SM
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
ac77b21a
SM
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
76386c5a
BG
48252012-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
2ee3d7f0
SM
48302012-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
c5695d1d
CY
48662012-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
2ee3d7f0
SM
4873 * dired.el (dired-recursive-copies, dired-recursive-deletes):
4874 Doc fix (Bug#11326).
c5695d1d
CY
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
89b5595a
GM
48802012-06-22 Glenn Morris <rgm@gnu.org>
4881
575db3f1
GM
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
a4c8dd51
GM
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
89b5595a
GM
4892 * calendar/calendar.el (calendar-in-read-only-buffer):
4893 Avoid some needless mode changes.
4894
e76f0800
CY
48952012-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).
6b67c0d4 4899 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 4900
297a8f1d
CY
49012012-06-20 Chong Yidong <cyd@gnu.org>
4902
4903 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
4904
d34c18b1
DR
49052012-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
32f7f28e
CY
49102012-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).
d34c18b1
DR
4915 (term-mode): Use define-derived-mode. Minor cleanups.
4916 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
4917 (term-move-columns, term-insert-char, term-emulate-terminal)
4918 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 4919
493c6688
MA
49202012-06-20 Michael Albinus <michael.albinus@gmx.de>
4921
d34c18b1
DR
4922 * net/ange-ftp.el (ange-ftp-get-passwd):
4923 Bind `enable-recursive-minibuffers'.
493c6688
MA
4924 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
4925
3f06ecf4
DR
49262012-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
68f12411
GM
49302012-06-19 Glenn Morris <rgm@gnu.org>
4931
4932 * progmodes/python.el (python-mode): Derive from prog-mode.
4933
b3820318
KG
49342012-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
c6bf3022
CY
49402012-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
25f09295
SM
49472012-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
6b11952a
MA
49532012-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
ee4b1330
SM
49582012-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
35647f79
GM
49632012-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
24b0cff0
MR
49682012-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
29855149
MA
49732012-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
07463363
MR
49832012-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
48d1354e
PE
49882012-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
eb4a8a9a
CY
49932012-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
ddfbf826 49982012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
4999
5000 * international/mule-cmds.el (mule-menu-keymap)
5001 (set-language-environment, set-locale-environment): Doc tweaks.
5002
9b0e3eba
AA
50032012-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
771e3eae
CY
50102012-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
7ae2ea10
SM
50152012-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.
6665a6fd
SM
5020 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5021 (rst-official-version, rst-official-cvs-rev): Update version
5022 information.
7ae2ea10 5023
b6974efa
JB
50242012-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
8826d473
GM
50292012-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
4302f5ba
SM
52202012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5221
f38ea36d
SM
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
4302f5ba
SM
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
33377562
JB
52322012-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
54c5ba1a
SS
52372012-06-14 Sam Steingold <sds@gnu.org>
5238
5239 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
5240
f9f1b1fe
AS
52412012-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
a81068ba
SM
52472012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5248
5a315f9c
SM
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
a81068ba
SM
5254 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
5255 mapping from #' to function*.
5256
8cca9703
CY
52572012-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
a12ac9d7
SM
52622012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5263
ccf1dc18
SM
5264 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
5265 as well (bug#11646).
5266
ef62b23d
SM
5267 * loadup.el: Count byte-code functions as well.
5268
c4c8444a
SM
5269 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
5270 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
5271
a12ac9d7
SM
5272 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
5273 (bug#11649). Add cl-defun and cl-defmacro.
5274
87e6e64f
DA
52752012-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
682cefaf
MA
52802012-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
773e1f08
JB
52852012-06-13 Juanma Barranquero <lekktu@gmail.com>
5286
5287 * help-mode.el (bookmark-make-record-default): Declare.
5288
60057926
CY
52892012-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
ad4d226c
SM
52992012-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
f1a4e679
CY
53042012-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
0c9e42b5
DA
53222012-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
09e06855
GM
53282012-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
71adb94b
SM
53342012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5335
2eb87922
SM
5336 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
5337 conversion to backquotes (bug#11652).
5338
71adb94b
SM
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.
2eb87922 5354
71adb94b
SM
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
a6674402
CY
53592012-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
bb3faf5b
SM
53642012-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
2fe4b125
MA
53842012-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.
87e6e64f
DA
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>.
2fe4b125
MA
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.
87e6e64f
DA
5430 (tramp-maybe-open-connection): Use `tramp-cleanup'.
5431 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 5432 Handle user interrupt. (Bug#10187)
87e6e64f
DA
5433 (tramp-get-inline-compress, tramp-get-inline-coding):
5434 Read connection properties from the process cache.
2fe4b125
MA
5435
5436 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
5437 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
5438 New defconsts.
2fe4b125
MA
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)
87e6e64f
DA
5452 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
5453 Use `tramp-get-connection-buffer').
2fe4b125
MA
5454 (tramp-smb-handle-rename-file): Use "rename", when source and
5455 target are on the same share.
87e6e64f
DA
5456 (tramp-smb-maybe-open-connection): Handle wrong passwords.
5457 Use `tramp-smb-server-version'.
2fe4b125
MA
5458 (tramp-smb-wait-for-output): Remove prompt.
5459
5460 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
5461 (tramp-methods, tramp-rsh-end-of-line):
5462 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
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
87e6e64f
DA
5482 `tramp-message-show-message' is nil.
5483 Use `tramp-get-connection-buffer'.
2fe4b125
MA
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)
87e6e64f
DA
5501 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
5502 Set tramp-autoload cookie.
2fe4b125
MA
5503
5504 * net/trampver.el: Update release number.
5505
55062012-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
72834e10
CY
55232012-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
a4712e11
JB
55282012-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
82ad98e3
SM
55332012-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
f80efb86
SM
55392012-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
31ca4639 55482012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 5549
31ca4639
CY
5550 * mail/rmail.el (rmail-yank-current-message): Leave point at
5551 correct position. (Bug#11660)
94f0aa34 5552
31ca4639 55532012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 5554
31ca4639 5555 * allout-widgets.el: Fix code header.
9e1b8ec4 5556
31ca4639 55572012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 5558
f80efb86
SM
5559 * cus-edit.el (customize-changed-options-previous-release):
5560 Bump to 24.1.
31ca4639 5561
642b6d30
AS
55622012-06-09 Andreas Schwab <schwab@linux-m68k.org>
5563
5564 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
5565
4f5d2ba1
CY
55662012-06-09 Chong Yidong <cyd@gnu.org>
5567
5568 * ebuff-menu.el (electric-buffer-list): Preserve header line.
5569
e75852fd
MR
55702012-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
1e48e282
EZ
55752012-06-09 Eli Zaretskii <eliz@gnu.org>
5576
8a26b487
EZ
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
1e48e282
EZ
5583 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
5584
6175e34b
CY
55852012-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
d9857e53
SM
55912012-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
f81298f8 56092012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
5610
5611 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
5612 string properly, fixes Bug#11473.
5613
4b56d0fe
CY
56142012-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.
f80efb86
SM
5692 (flyspell-incorrect-face, flyspell-duplicate-face):
5693 Remove obsolete aliases.
4b56d0fe 5694
03310646
MA
56952012-06-08 Michael Albinus <michael.albinus@gmx.de>
5696
5697 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
5698 Avoid infloop.
5699
513749ee
SM
57002012-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
595ef4ad
JB
57092012-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
e9f66fcb
EZ
57162012-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
3d10db47
SS
57232012-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
de7e2b36
SM
57352012-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
6fa6c4ae
SM
57502012-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
4dd1c416
SM
57822012-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
ed8bd4d7
SM
58092012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5810
7287f2f3
SM
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
ed8bd4d7
SM
5816 * subr.el (kbd): Make it its own function.
5817
7b4cdbf4
SM
58182012-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.
ed8bd4d7 5822 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 5823 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 5824 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
5825 (rst-package-emacs-version-alist): Correct Emacs version to
5826 represent major merge with upstream.
ed8bd4d7 5827 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 5828
2b48d721
GM
58292012-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
fa779ab0
SM
58342012-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
628299e0
SS
58432012-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
b7bb5838
SM
58482012-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
dfb308ba
MA
58532012-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
0372ee92
MA
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
eed0bb91
MA
5864 * progmodes/python.el (python-send-region): Ensure, that the
5865 temporary file is created also in the remote case.
5866
7a58f64d
GM
58672012-06-06 Glenn Morris <rgm@gnu.org>
5868
f7dd4e98
GM
5869 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
5870 (vc-rcs-update-changelog): Use it.
5871
090bd7cb 5872 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 5873
7a58f64d
GM
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
daed4003
GM
58782012-06-05 Glenn Morris <rgm@gnu.org>
5879
5880 * ledit.el: Move to obsolete/.
5881
48c455c7
SS
58822012-06-05 Sam Steingold <sds@gnu.org>
5883
ed9265fc 5884 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
5885 patch (Bug#11140).
5886
57a7d507
SM
58872012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5888
090bd7cb 5889 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 5890
53aacf21
SM
5891 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
5892 compiler-macro expansion.
5893
57a7d507
SM
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
51a5f9d8
MR
59062012-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)
57a7d507
SM
5913 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
5914 Use window--display-buffer.
51a5f9d8
MR
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
08f9f738
GM
59192012-06-05 Glenn Morris <rgm@gnu.org>
5920
5921 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
5922 Replace external vcdiff script.
5923
e364a2b7
SM
59242012-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
041df390
CY
59282012-06-04 Chong Yidong <cyd@gnu.org>
5929
e364a2b7
SM
5930 * image.el (imagemagick-types-inhibit): Revert last change.
5931 Add INFO and M.
47b36b94 5932 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 5933
7c1898a7
SM
59342012-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
0c3461de
GM
59432012-06-03 Glenn Morris <rgm@gnu.org>
5944
1e266c88
GM
5945 * emacs-lisp/authors.el (authors-aliases): Addition.
5946
0c3461de
GM
5947 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
5948 Fix :version.
5949
d8a52e15
SM
59502012-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
5205d6f6
CY
59602012-06-03 Chong Yidong <cyd@gnu.org>
5961
5962 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
5963 (compilation-mode-line-run, compilation-mode-line-exit):
5964 New faces.
5205d6f6
CY
5965 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
5966
757ee657
JD
59672012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
5968
7c1898a7
SM
5969 * progmodes/which-func.el (which-func-update-ediff-windows):
5970 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 5971
5f2c76c6
CY
59722012-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.
383f7350
CY
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.
cbe46e5f
CY
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.
5f2c76c6 5989
f2d6a3df
SM
59902012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * simple.el (execute-extended-command): Set real-this-command
5993 (bug#11506).
5994
37269466
CY
59952012-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
42152ee4
SM
60682012-06-02 Stefan Merten <smerten@oekonux.de>
6069
6070 * textmodes/rst.el: Always require `cl'.
4cf9b38d 6071 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 6072
95f520b5
CY
60732012-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
4a5f187a
SM
60802012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6081
03fef3e6
SM
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
4a5f187a
SM
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
bd56924f
MR
60922012-06-01 Martin Rudalics <rudalics@gmx.at>
6093
6094 * simple.el (choose-completion): Remove now obsolete binding for
6095 owindow.
6096
046e38ce
MA
60972012-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
32d72c2f
GM
61022012-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)
60b5f187
GM
6107 (imagemagick-filter-types): New function. (Bug#7406)
6108 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
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
dd41169b
SM
61132012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6114
4a5f187a
SM
6115 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
6116 Handle arbitrary file name lengths (Bug#11585).
dd41169b 6117
efc00ab1 61182012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
6119
6120 * desktop.el (desktop-read): Clear previous and next buffers for
6121 all windows and bury *Messages* buffer (bug#11556).
6122
500fcedc
SM
61232012-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
6e8a1786
AM
61382012-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.
500fcedc
SM
6142 (ispell-kill-ispell, ispell-change-dictionary):
6143 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
6144 `interactive-p'.
6145
61b108cc
SM
61462012-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
6d3f7c2f
SM
61712012-05-29 Stefan Merten <smerten@oekonux.de>
6172
6173 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 6174 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
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
6dbaa1c7
UJ
61802012-05-29 Ulf Jasper <ulf.jasper@web.de>
6181
6182 * calendar/icalendar.el
6183 (icalendar-export-region): Export UID properly.
6184
d209e2fb 61852012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
6186 * calendar/icalendar.el (icalendar-import-format):
6187 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
6188 (icalendar-import-format-uid): New.
6189 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
6190 Export UID.
6191
6876a58d
SM
61922012-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
46b7967e
TN
62062012-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
69d565e2
MR
62112012-05-29 Martin Rudalics <rudalics@gmx.at>
6212
6213 * simple.el (choose-completion): Use quit-window (Bug#11567).
6214
a149fa51
CY
62152012-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
2b311310
AH
62202012-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
b9cb2387
JL
62252012-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
d5e61c1c
JL
62352012-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
8cbd80f7
JL
62472012-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
85c8c5b6
AM
62812012-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
8cab9efc
AM
62992012-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
fda91268
RZ
63072012-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
694ea8e3
JB
63122012-05-27 Juanma Barranquero <lekktu@gmail.com>
6313
6314 * version.el (motif-version-string, gtk-version-string)
6315 (ns-version-string): Declare.
6316
e4d4f539
JL
63172012-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
33017faf 63262012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 6327
fda91268
RZ
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
b30b64b9
EZ
6331 a *mail* buffer created through rmail-start-mail with sendmail as
6332 mail-user-agent.
6333
33017faf
GM
63342012-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
04188bb9
GM
63412012-05-26 Glenn Morris <rgm@gnu.org>
6342
38264cc9
GM
6343 * w32-fns.el (w32-init-info): Remove.
6344 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
6345
eb7afdad
GM
6346 * info.el (info-initialize): For self-contained NS builds, put the
6347 included info/ directory at the front. (Bug#2791)
6348
04188bb9
GM
6349 * paths.el (Info-default-directory-list): Make it a defcustom,
6350 mainly so that we can use custom-initialize-delay.
6351
a179e3f7
SM
63522012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6353
43416392
SM
6354 * subr.el (buffer-has-markers-at): Mark obsolete.
6355
a179e3f7 6356 * subr.el (lambda): Use declare.
43416392 6357
a179e3f7
SM
6358 * emacs-lisp/lisp-mode.el (lambda):
6359 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
6360
34a008d9
AH
63612012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6362
6363 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
6364
0a3b289f
GM
63652012-05-26 Glenn Morris <rgm@gnu.org>
6366
6367 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
6368
758c81e8
GM
63692012-05-25 Glenn Morris <rgm@gnu.org>
6370
f9f334f0
GM
6371 * paths.el: Remove no-byte-compile.
6372 * loadup.el: No need to load paths.el uncompiled.
6373
87eb79c2
GM
6374 * image.el (imagemagick-types-inhibit): Doc fix.
6375
758c81e8
GM
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
e7e85dc0
SM
63802012-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
f31237a4
EZ
63902012-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
bc1b21bb
JL
63952012-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
6df9112c
GM
64342012-05-24 Glenn Morris <rgm@gnu.org>
6435
ead5edc0
GM
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
f18b81e6
GM
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
ee2f89a6
GM
6443 * paths.el (news-directory, news-path, news-inews-program):
6444 Move to gnus/nnspool.el.
61a583ca 6445
f8815e4c
GM
6446 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
6447
c8f3b42c
GM
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
6df9112c
GM
6452 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
6453 These were deleted from Gnus itself late 2010.
6454
5dadff36
JB
64552012-05-22 Juanma Barranquero <lekktu@gmail.com>
6456
9e1701c6
JB
6457 * progmodes/which-func.el (which-func-ff-hook):
6458 Check against user-error, not error.
6459
bd7239f5 6460 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
6461 cl-specs.el, which no longer exists.
6462
3290526d
GM
64632012-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
ff0c3cfb
GM
64692012-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
5814f126
SM
64742012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6475
a52c0aa0
SM
6476 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
6477
5814f126
SM
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
b847032c
GM
64822012-05-21 Glenn Morris <rgm@gnu.org>
6483
6484 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6485 Scrap superfluous subshells.
6486
3858bfe7
SM
64872012-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
d14b0029
JB
64922012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
6493
6494 * calc/calc.el (calc-ensure-consistent-units): New variable.
6495
a52c0aa0
SM
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.
d14b0029
JB
6501 (calc-extract-units): Fix typo.
6502
60c4db3a
SM
65032012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6504
77f3b62e
SM
6505 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
6506
60c4db3a
SM
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
d209e2fb 65192012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
6520
6521 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
6522 New functions.
bd7239f5 6523 (math-function-table): Add support for more C functions.
b1a10716 6524
3f1b25b5
AM
65252012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6526
090bd7cb
JB
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.
3f1b25b5 6530
b581bb5c
SM
65312012-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
70b8ef8f
SM
65462012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6547
6548 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
6549
b1198e17
SM
65502012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6551
9abdc45d
SM
6552 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
6553
b1198e17
SM
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
4735906a
SM
65582012-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
ac348012
SM
65672012-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
a0a79cde
JL
65722012-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
65034a51
AM
65792012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6580
090bd7cb
JB
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.
65034a51 6584
1a72a195
SM
65852012-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
fdb058c2
SM
65912012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6592
c41045e6
SM
6593 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
6594
036dfb8b
SM
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
2473256d
SM
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
fdb058c2
SM
6610 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
6611 (smie-indent-keyword): Use it.
6612
51fa99f1
SM
66132012-05-14 Stefan Merten <smerten@oekonux.de>
6614
6615 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
6616
e18afed7 66172012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
6618
6619 * net/rlogin.el (rlogin-mode-map): Fix last change.
6620
e18afed7 66212012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
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
e18afed7 6626 with two `process-send-string's (Bug#11444).
8633b1f4 6627
e18afed7 66282012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 6629
fdb058c2
SM
6630 * shell.el (shell-parse-pcomplete-arguments):
6631 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 6632
2d21d7f6
WJ
66332012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
6634
e18afed7 6635 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
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
7102e6d0
WJ
66442012-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
06bc5e6e
SM
66512012-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
0ae03b6a
CY
66562012-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
205a7391
MA
66702012-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
e5bd0a28
SM
66752012-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
ac59c2f6
CY
67102012-05-12 Chong Yidong <cyd@gnu.org>
6711
6712 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
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.
ac59c2f6 6716
dee6c9a3
SM
67172012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
6718
2171cea5
SM
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
aa0382bd
SM
6733 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
6734
dbacb4bd
SM
6735 * minibuffer.el (completion--twq-all): Again, allow case differences.
6736
13bdd94c
SM
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
ff46c759
SM
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
dee6c9a3
SM
6763 * term.el (term-set-escape-char): Properly set term-escape-char.
6764 See http://stackoverflow.com/questions/10524656.
6765
9f9aa044
CY
67662012-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
836d29b3
DA
67802012-05-10 Dave Abrahams <dave@boostpro.com>
6781
6782 * cus-start.el (create-lockfiles): Add it.
6783
00fd78ed
CY
67842012-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
666b903b 67892012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
6790
6791 * shell.el (shell-completion-vars): Fix last change (bug#11348).
6792
666b903b 67932012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
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
666b903b 67992012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
6800
6801 * files.el (dir-locals-read-from-file):
6802 Mention dir-locals in any error message.
6803
666b903b 68042012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
6805
6806 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
6807 package (Bug#11410).
6808
f677562b
CY
6809 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
6810 variables into description.
6811
666b903b 68122012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
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
b499d8d0
JB
68182012-05-09 Juanma Barranquero <lekktu@gmail.com>
6819
8f6b6da8
JB
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
4824146a
JB
6825 * progmodes/idlw-shell.el (specs): Remove reference to deleted
6826 variable `idlwave-shell-activate-alt-keybindings' and simplify.
6827
b499d8d0
JB
6828 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
6829
ad89bb83
GM
68302012-05-08 Glenn Morris <rgm@gnu.org>
6831
6832 * files.el (auto-mode-alist): Treat ".make" like ".mk".
6833
8bba5a75
SM
68342012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6835
49ed9c8e
SM
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
07d00b56
SM
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
8bba5a75
SM
6851 * subr.el (defvar-local): Add debug spec and doc-string position.
6852
5075bdb5
GM
68532012-05-08 Glenn Morris <rgm@gnu.org>
6854
090bd7cb 6855 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
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
5075bdb5
GM
6863 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
6864
06f679a7
AH
68652012-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
03794570
GM
68702012-05-07 Glenn Morris <rgm@gnu.org>
6871
af8630f4
GM
6872 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
6873
03794570
GM
6874 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
6875
f0809a9d
SM
68762012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6877
28be5ce7
SM
6878 * loadup.el: Preload newcomment.el.
6879 * newcomment.el: Move autoload-only code to toplevel.
6880
f0809a9d
SM
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
1241b724
CY
68872012-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
f0809a9d
SM
6900 * buff-menu.el (list-buffers--refresh):
6901 Handle Buffer-menu-use-header-line.
1241b724 6902
e5f9458f
CY
69032012-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):
f0809a9d 6921 Delete.
e5f9458f
CY
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
e129292c
CS
69342012-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
6632d361
CY
69392012-05-06 Chong Yidong <cyd@gnu.org>
6940
e129292c
CS
6941 * emacs-lisp/tabulated-list.el (tabulated-list-format):
6942 Accept additional plist in column descriptors.
6632d361
CY
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.
e129292c
CS
6949 (tabulated-list-print-col): New function.
6950 Set `tabulated-list-column-name' property on each column's text.
6632d361 6951 (tabulated-list-print-entry): Use it.
e129292c
CS
6952 (tabulated-list-delete-entry, tabulated-list-set-col):
6953 New functions.
6632d361
CY
6954 (tabulated-list-sort-column): New command (Bug#11337).
6955
3cc99f68
CY
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
52b61776
TN
69622012-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
ebfe2597
WJ
69682012-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
6d3f7c2f
SM
69732012-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
a43f98b3
GM
70762012-05-05 Glenn Morris <rgm@gnu.org>
7077
48176e8b
GM
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
a43f98b3
GM
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
fef9d149 70932012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
7094
7095 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7096 Nextstep.
7097
248da2f4
RW
70982012-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
f95e9344
SM
71032012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7104
df96ab1e
SM
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
5342bb06
SM
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
f95e9344
SM
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
71873e2b
SM
71262012-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
8a61ee22
SM
71712012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7172
66408d1e
SM
7173 * dabbrev.el (dabbrev--ignore-case-p): New function.
7174 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
7175 Use it.
7176
8a61ee22
SM
7177 * files.el (automount-dir-prefix): Mark as obsolete.
7178
3c74813a
GM
71792012-05-04 Glenn Morris <rgm@gnu.org>
7180
7181 * patcomp.el, play/bruce.el: Move to obsolete/.
7182
0bfcf5c5
PE
71832012-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
78f3273a
CY
71952012-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
f7ae6719
SM
72232012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
7226
47086495
WS
72272012-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
fc0c31f8 7232 defines from global name space. Reported by Dan Dever.
47086495
WS
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
fc0c31f8 7238 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
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
fc0c31f8 7248 nets, bug438. Reported by Vns Blore.
47086495
WS
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
fc0c31f8 7253 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
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
fc0c31f8 7274 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
7275 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
7276 Reported by David Kravitz.
7277
72782012-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
090bd7cb 7287 that DPI inport functions don't look like fuction declarations.
47086495 7288
2e51d4b5
KH
72892012-05-03 Kenichi Handa <handa@m17n.org>
7290
7291 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 7292 decoding, and show a warning message without signaling an error
2e51d4b5
KH
7293 (Bug#11282).
7294
2bd785a2
SM
72952012-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
99d27583
SM
73032012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
7306
55a71479
JB
73072012-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
7b97c764
CY
73132012-05-02 Chong Yidong <cyd@gnu.org>
7314
2bc356d7
CY
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
7b97c764
CY
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.
5d3385a0
JB
7326 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
7327 Convert to defcustoms.
7b97c764
CY
7328 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
7329
7330 * allout-widgets.el: Hook callers changed.
7331
90207a15 73322012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
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
90207a15 73382012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 7339
5d3385a0
JB
7340 * window.el (display-buffer--action-function-custom-type):
7341 Fix entry.
d9558cad 7342
90207a15 73432012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
7344
7345 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
7346
d80ac57b
GM
73472012-05-01 Glenn Morris <rgm@gnu.org>
7348
976f7668
GM
7349 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
7350
beb83b5a
GM
7351 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
7352
d80ac57b
GM
7353 * cus-edit.el (custom-variable-documentation): Simplify with format.
7354
b593d6a9 73552012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 7356 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
7357
7358 * simple.el (suggest-key-bindings, execute-extended-command):
7359 Move from keyboard.c.
7360
782fbf2a
CY
73612012-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.
b593d6a9
AH
7366 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
7367 Vars deleted.
782fbf2a
CY
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)
b593d6a9
AH
7388 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
7389 New functions, replacing advice on scroll-bar-* commands.
87233a14 7390 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
7391
7392 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
7393 (comint-postoutput-scroll-to-bottom): Use it.
7394 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 7395
290af740
GM
73962012-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
6eac8dc9
SM
74052012-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
9cc7819c
LL
74102012-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
c93b886f
CY
74152012-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
8b6c19f4
SM
74212012-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
c5bb7569
CY
74352012-04-27 Chong Yidong <cyd@gnu.org>
7436
d1d2e2e8
CY
7437 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
7438
15cd8efd
CY
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
c5bb7569
CY
7447 * subr.el (read-key): Avoid running filter function when setting
7448 up temporary tool bar entries (Bug#9922).
7449
a8e7d6d7 74502012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
7451
7452 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
7453 (Bug#11344)
7454
a8e7d6d7 74552012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
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
a8e7d6d7 74642012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
7465
7466 * simple.el (delete-active-region): Move to killing custom group.
7467
a8e7d6d7 74682012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
7469
7470 * progmodes/which-func.el (which-func-current): Quote %
7471 characters for mode-line processing.
7472
578c1d4b 74732012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
7474
7475 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
7476 reaching eob (Bug#11286).
7477
a8e7d6d7 74782012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
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
a8e7d6d7 74882012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
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
b3608390
CY
74952012-04-27 Chong Yidong <cyd@gnu.org>
7496
7497 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 7498 fix "missing prefix" warning. All callers changed.
b3608390 7499
797e6e88
SM
75002012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * emacs-lisp/assoc.el: Move to obsolete/.
7503
e95a67dc
SM
75042012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7505
657c21e4 7506 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
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
cb3e7ae0
CY
75182012-04-26 Chong Yidong <cyd@gnu.org>
7519
dce04f7f
CY
7520 * image.el (image-type-from-buffer): Only return supported image
7521 type (Bug#9045).
7522
cb3e7ae0
CY
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
0d42eb3e
SM
75322012-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
f08ae1c9
CY
75462012-04-26 Chong Yidong <cyd@gnu.org>
7547
8b71081d
CY
7548 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
7549 (diff-mode-shared-map): Bind it to / and [remap undo].
7550
f08ae1c9
CY
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
ef24141c
SM
75582012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7559
cc356a5d
SM
7560 * ffap.el: Remove old code for obsolete package.
7561 (ffap-complete-as-file-p): Remove.
7562
b4ff4f1f
SM
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
79c4eeb4
SM
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
ef24141c
SM
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
784e7d6e
LL
75952012-04-25 Leo Liu <sdl.web@gmail.com>
7596
dd2ac746
SM
7597 * progmodes/python.el (python-pdbtrack-get-source-buffer):
7598 Use compilation-message if available to find real filename.
784e7d6e 7599
07875ee7
CY
76002012-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
5055880d
LL
76092012-04-25 Leo Liu <sdl.web@gmail.com>
7610
daf75653
LL
7611 * progmodes/python.el (python-send-region): Add suffix .py to the
7612 temp file.
7613
5055880d
LL
7614 * files.el (auto-mode-alist): Use javascript-mode instead.
7615
db9b177b
AH
76162012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
7617
ef24141c 7618 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 7619
090bd7cb 7620 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 7621 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 7622 references, see Bug#9.
ef24141c 7623 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 7624 when receiving a fault reply.
ef24141c 7625 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 7626
090bd7cb 7627 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 7628 (soap-inspect-simple-type): New function.
db9b177b 7629
090bd7cb 7630 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 7631 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
7632 (soap-decode-basic-type, soap-encode-basic-type):
7633 support unsignedInt and double basic types.
db9b177b 7634 (soap-resolve-references-for-simple-type)
ef24141c
SM
7635 (soap-parse-simple-type, soap-encode-simple-type): New function.
7636 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 7637
090bd7cb 7638 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
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
db9b177b
AH
7643 decoding integer, byte and anyURI xsd types.
7644
1fc6097b
CY
76452012-04-25 Chong Yidong <cyd@gnu.org>
7646
7647 * cus-edit.el (custom-buffer-create-internal): Update header text.
7648
afc6df87
EZ
76492012-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
dfbd787f
SM
76552012-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
85222d44
DG
76622012-04-24 Dmitry Gutov <dgutov@yandex.ru>
7663
51a8ea2a
DG
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
85222d44
DG
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
b613912b
MA
76772012-04-24 Michael Albinus <michael.albinus@gmx.de>
7678
b5380639
MA
7679 * notifications.el (top): Remove unneeded declarations.
7680 (notifications-specification-version): Change to "1.2".
e43042fe 7681 (notifications-interface, notifications-notify-method)
b613912b
MA
7682 (notifications-close-notification-method): Fix docstring.
7683 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
7684 (notifications-notify): Add :action-items, :resident and
7685 :transient hints. Change "image_data" to "image-data" and
7686 "image_path" to "image-path".
b613912b
MA
7687 (notifications-get-capabilities): New defun.
7688
257440aa
LL
76892012-04-24 Leo Liu <sdl.web@gmail.com>
7690
7691 * progmodes/python.el: Move hideshow setup to the end.
7692
b1bac16e
MR
76932012-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
d81bd059
SM
76982012-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
c4cf6d91
IA
77072012-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
7511ded8
CY
77132012-04-23 Andreas Politz <politza@fh-trier.de>
7714
7715 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
7716
775c916b
CY
77172012-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.
922d37d3 7727 Fix word list splitting (Bug#11132).
46c71e23
CY
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.
775c916b 7736
2df41f9c
MA
77372012-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
da00640a
AM
77422012-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
090bd7cb
JB
7747 * textmodes/ispell.el (ispell-buffer-session-localwords):
7748 New buffer-local variable to hold buffer session localwords.
ed9265fc 7749 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
7750 localwords.
7751 (ispell-command-loop, ispell-change-dictionary)
7752 (ispell-buffer-local-words): Preserve session localwords when
7753 needed.
7754
090bd7cb
JB
7755 * textmodes/flyspell.el (flyspell-process-localwords)
7756 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 7757
f621ccf5
AM
77582012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7759
090bd7cb
JB
7760 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
7761 using obsolete `translation-table-for-input'.
ef24141c
SM
7762 (ispell-word, ispell-process-line, ispell-complete-word):
7763 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 7764
c2d1019e
CY
77652012-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
eeddc531
CY
7773 * faces.el (face-spec-set): Stop supporting deprecated form of
7774 third arg.
7775
dcbf5805
MA
77762012-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
ef24141c
SM
7781 * net/dbus.el (dbus-message-internal): Declare function.
7782 Remove unneeded function declarations.
dcbf5805
MA
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)
ef24141c
SM
7798 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
7799 New defuns.
dcbf5805
MA
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
cf20dee0
CY
78092012-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
583e23bd
AM
78422012-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
7dd51bf1
JB
78482012-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
d64a438f
LL
78542012-04-21 Leo Liu <sdl.web@gmail.com>
7855
7dd51bf1 7856 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 7857
081e8d65
MV
78582012-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
78682012-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
ed571ccb
SM
78752012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * minibuffer.el (completion-file-name-table): Complete user names.
7878
39773899
LL
78792012-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
de6ff46d
CY
78842012-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.
2d0e8e61
CY
7890 (server-process-filter): Only try to open a window system frame if
7891 compiled with graphical support (Bug#8314).
de6ff46d 7892
54071013
DN
78932012-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
f30d612a
CY
78992012-04-20 Chong Yidong <cyd@gnu.org>
7900
c07a4c0b 7901 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
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
2116e93c
EZ
79112012-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)
cd0f830c 7920 (enlarge-window, shrink-window): Doc fixes.
2116e93c 7921
c07a4c0b 79222012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 7923
ef24141c
SM
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.
b668fa6e
CY
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
d02766ab
CY
7936 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
7937
c07a4c0b 79382012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
7939
7940 * net/network-stream.el (open-network-stream): Doc fix.
7941
c07a4c0b 79422012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
7943
7944 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
7945
c07a4c0b 79462012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
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)
c07a4c0b 7954 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 7955
ef24141c
SM
7956 * progmodes/cc-mode.el (c-font-lock-fontify-region):
7957 Bind case-fold-search to nil.
f0f6bc35 7958
c07a4c0b 79592012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
7960
7961 * mail/sendmail.el (mail-bury): Call return action with the right
7962 Rmail buffer (Bug#11242).
7963
9a864fa2
CY
7964 * server.el (server-process-filter): Handle corner case where both
7965 tty and nowait options are present (Bug#11102).
7966
539aa513
EZ
79672012-04-20 Eli Zaretskii <eliz@gnu.org>
7968
7969 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
7970 (top level): Put into the executable the ident-style '$Id:' tag on
7971 windows-nt as well.
539aa513 7972
cfc7d5da
SM
79732012-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
5b01685c
JB
79782012-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
4d6769e1
JB
79832012-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
8c8fc5df
MA
80412012-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
a77b0ac9
SS
80462012-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
12a106a9
LL
80532012-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
bc6494ef
CY
80602012-04-18 Chong Yidong <cyd@gnu.org>
8061
8062 * simple.el (line-move): Use forward-line if in batch mode
8063 (Bug#11053).
8064
c09c46b2
CS
80652012-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
5f6530ea
RS
80702012-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
c09c46b2 8081 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
8082 buffer, not newbuf.
8083
197b6f3c
JB
80842012-04-17 Juanma Barranquero <lekktu@gmail.com>
8085
8086 * server.el (server-ensure-safe-dir): Simplify.
8087
2311d8e5 80882012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 8089
2311d8e5
GM
8090 * emacs-lisp/smie.el: Provide smarter auto-filling.
8091 (smie-auto-fill): New function.
8092 (smie-setup): Use it.
98fb480e 8093
2311d8e5
GM
8094 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8095
80962012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
8097
8098 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
8099 (comment-indent): Use it.
8100
2311d8e5 81012012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
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 .
2311d8e5 8106 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 8107 (ses-create-cell-variable): New defun.
2311d8e5 8108 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
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.
4bdf2ad2 8119
fc72b15c
PO
81202012-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
12e10e61
GM
81262012-04-17 Glenn Morris <rgm@gnu.org>
8127
8128 * dired-aux.el (dired-mark-read-string): Doc fix.
8129
30009afd
DA
81302012-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
41f03f4d
GM
81352012-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
f45f90f3
LL
81412012-04-16 Leo Liu <sdl.web@gmail.com>
8142
8143 * progmodes/python.el: Trivial cleanup.
8144
94ee8db5
GM
81452012-04-16 Glenn Morris <rgm@gnu.org>
8146
121b8917
GM
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
1197ecfa
GM
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
099e7202
GM
8162 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
8163 Autoload trivia.
8164
bf350d6a
GM
8165 * emacs-lisp/cl-extra.el (*random-state*):
8166 Remove unnecessary declaration.
8167
0e829eab
GM
8168 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
8169
e3ad7552
GM
8170 * play/cookie1.el (cookie-snarf):
8171 Give an explicit error if input file cannot be read.
8172
68892d27
GM
8173 * play/yow.el (yow-file): Use expand-file-name rather than concat.
8174
20f0c46d
GM
8175 * progmodes/perl-mode.el (c-macro-expand):
8176 Remove unnecessary autoload (it is in loaddefs.el).
8177
5a0978ce
GM
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
6b955486
GM
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
94ee8db5
GM
8187 * frame.el (automatic-hscrolling): Make this alias obsolete.
8188
177eca34
AM
81892012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8190
090bd7cb 8191 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 8192 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
8193 (ispell-dictionary-base-alist): Revert to original XEmacs
8194 friendly version for default. [:alpha:] will be added in
090bd7cb 8195 `ispell-set-spellchecker-params' if needed.
177eca34 8196
c505aaeb
CY
81972012-04-16 Chong Yidong <cyd@gnu.org>
8198
b19dd9d1 8199 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
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
60efac0f
CY
82102012-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
5dd1713e
CY
82162012-04-15 Chong Yidong <cyd@gnu.org>
8217
8218 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
8219
e6fd457e
CY
82202012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8221
8222 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 8223 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 8224
e153c136
GM
82252012-04-15 Glenn Morris <rgm@gnu.org>
8226
8227 * simple.el (process-file-side-effects): Doc fix.
8228
e6fd457e 82292012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
8230
8231 * international/mule-cmds.el (set-language-environment): Doc fix.
8232
3603c3b1
JB
82332012-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
e6de100c
LI
82392012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
8240
8241 * server.el (server-generate-key): `called-interactively-p'
8242 requires a parameter.
8243
29734c21
MN
82442012-04-14 Michal Nazarewicz <mina86@mina86.com>
8245
8246 * server.el (server-auth-key): New variable.
75f1671a 8247 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
8248 (server-start): Use the new variable and functions to allow
8249 setting a permanent server key (bug#9423).
8250
d65c9521
LL
82512012-04-14 Leo Liu <sdl.web@gmail.com>
8252
8253 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
8254
5ae255c7
PE
82552012-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
d5e6342e
JB
82612012-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
ab036cd7
SM
82682012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * progmodes/which-func.el (which-func-modes): Change default.
8271
35dc09a1 82722012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
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
35dc09a1 82772012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
8278
8279 * custom.el (custom-theme-set-variables): Doc fix.
8280
35dc09a1 82812012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
8282
8283 * international/mule.el (set-auto-coding-for-load): Doc fix.
8284
35dc09a1 82852012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 8286
35dc09a1
GM
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.
57f845ee 8290
0de3da9f
AM
8291 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
8292 Correct two search limits.
8293
35dc09a1 82942012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
8295
8296 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
8297
35dc09a1 82982012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
8299
8300 * international/characters.el: Fix sorting.
8301
35dc09a1 83022012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
8303
8304 * international/characters.el: Add more missing Latin case pairs.
8305
35dc09a1 83062012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
8307
8308 * files.el (dir-locals-set-class-variables): Doc fix.
8309
35dc09a1 83102012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 8311
3f1b5bf8
EZ
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
9f847f41
EZ
8316 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
8317
35dc09a1 83182012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
8319
8320 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8321
35dc09a1 83222012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 8323
35dc09a1
GM
8324 * textmodes/ispell.el (ispell-dictionary-base-alist):
8325 Add data for Hebrew.
e2627d21 8326
35dc09a1 83272012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 8328
35dc09a1
GM
8329 * net/rcirc.el (rcirc-cmd-quit):
8330 Revert 2012-03-18 change (Bug#11192).
5c14e333 8331
35dc09a1 83322012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
8333
8334 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
8335
35dc09a1 83362012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 8337
4517fe3a
SM
8338 * minibuffer.el (completion-in-region-mode-map):
8339 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 8340
b472a594
VD
83412012-04-13 Vivek Dasmohapatra <vivek@etla.org>
8342
8343 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
8344
09b95ce3
MY
83452012-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
4b63a9ca
LI
83512012-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
7b55b8bf
TV
83562012-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
adedaa1f
LL
83612012-04-13 Leo Liu <sdl.web@gmail.com>
8362
8363 * progmodes/which-func.el (which-func-modes): Add objc-mode.
8364
70e74021
KB
83652012-04-13 Ken Brown <kbrown@cornell.edu>
8366
8367 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 8368 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
8369 (browse-url-filename-alist): For the same reason, don't modify
8370 file:// URLs on Cygwin.
8371
e75e89ba
SM
83722012-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
82f289a4
GM
83772012-04-12 Glenn Morris <rgm@gnu.org>
8378
8379 * mail/mailpost.el: Move to obsolete/.
8380
d333dc4c
DA
83812012-04-12 Drew Adams <drew.adams@oracle.com>
8382
8383 * imenu.el (imenu--generic-function): Ignore invisible definitions
8384 (bug#10123).
8385
0d15b5ba
VD
83862012-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.
75f1671a 8390 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 8391 (hexl-mode): Mention the new variable.
75f1671a
JB
8392 (hexl-mode, hexl-current-address, hexl-current-address):
8393 Use the displen.
0d15b5ba
VD
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
64a440db
AM
83982012-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
6decb6c2
SM
84042012-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
088be6fb
SM
84112012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8412
6622e416
SM
8413 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
8414 Reported by Noah Friedman.
8415
088be6fb
SM
8416 * subr.el (read-passwd): Use read-string.
8417
b49f886e
LMI
84182012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8419
8420 * vcursor.el (vcursor-move): Increase the priority of the overlay
8421 (bug#9663).
8422
a63067fc
DD
84232012-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
ac3cf14a
WS
84282012-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
c4fc691b 84332012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 8434
4d6769e1 8435 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
8436 that directories matching `grep-find-ignored-files' won't be
8437 pruned (bug#10351).
8438
af23e2e5
CY
84392012-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
ab7ce8c1
GM
84442012-04-11 Glenn Morris <rgm@gnu.org>
8445
8446 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
8447
de8c03dc
SM
84482012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * window.el (window--state-get-1): Obey window-point-insertion-type.
8451
050cc68b
LB
84522012-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
75f1671a 8456 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 8457
a38c310c
GM
84582012-04-11 Glenn Morris <rgm@gnu.org>
8459
effed0c2
GM
8460 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
8461 not just file-errors.
8462
a38c310c
GM
8463 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
8464 (vc-bzr-sha1): Use internal sha1.
8465
0221e323
SM
84662012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
8469
43956923
SG
84702012-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
6a8c9eaf
DN
84752012-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
1930bf5d
SM
84822012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8483
2a718f6f
SM
8484 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
8485
599430d0
SM
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
a2754b6c
SM
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
1930bf5d
SM
8496 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
8497 Use derived-mode-p. Run the diff asynchronously.
8498
9f67961c
LMI
84992012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8500
8501 * obsolete/mouse-sel.el: Add an Obsolete-since header.
8502
2a8ce227
JB
85032012-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
8f33b5f8
NW
85092012-04-10 Nathan Weizenbaum <nweiz@google.com>
8510
1930bf5d
SM
8511 * progmodes/python.el (python-fill-paragraph):
8512 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
8513 disabled (bug#7018).
8514
b12f0439
L
85152012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
8516
1930bf5d 8517 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
8518 DOS/MS Windows for the Baltic languages. There are still plenty
8519 of texts written in this encoding/codepage (bug#6519).
b12f0439 8520
57c3bd01
GM
85212012-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
6c3eab30
FA
85262012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
8527
1930bf5d 8528 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
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
24d78a88
LMI
85322012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8533
bc72b5d9
LMI
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
bd2dba5a
LMI
8539 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
8540
74beb59f
LMI
8541 * simple.el (zap-to-char): Allow zapping using input methods
8542 (bug#1580).
8543
24d78a88
LMI
8544 * textmodes/fill.el (fill-region): Leave point and mark where they
8545 were before filling (bug#5399).
8546
263f20cd
GM
85472012-04-09 Glenn Morris <rgm@gnu.org>
8548
8549 * version.el (emacs-bzr-get-version):
8550 Handle lightweight checkouts of local branches.
8551
58d1f797
AS
85522012-04-09 Andreas Schwab <schwab@linux-m68k.org>
8553
263f20cd 8554 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 8555
b4d3bc10
CY
85562012-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
fd06db5d
GM
85682012-04-09 Glenn Morris <rgm@gnu.org>
8569
e5fcdb5e
GM
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
fd06db5d
GM
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
b39bb7e1
EZ
85782012-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
5c5b8e23
GM
85862012-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
a1ed8b05
GM
85912012-04-07 Glenn Morris <rgm@gnu.org>
8592
8593 * version.el (emacs-bzr-get-version): New function.
dfae128a 8594 (emacs-bzr-version): New variable.
a1ed8b05
GM
8595 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
8596 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
8597
b142f158
EZ
85982012-04-07 Eli Zaretskii <eliz@gnu.org>
8599
dfae128a
GM
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.
b142f158 8607
9078ead6
EZ
86082012-04-07 Eli Zaretskii <eliz@gnu.org>
8609
8610 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
8611
f23d2c7d
LMI
86122012-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
0a0a3573
BG
86172012-04-05 Bastien Guerry <bzg@altern.org>
8618
8619 * color.el (color-lighten-name): Fix typo.
8620
e5248ac9
SM
86212012-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
b4243e22
GV
86262012-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
305d9f44
SM
86312012-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
3d439cd1
CY
86372012-04-04 Chong Yidong <cyd@gnu.org>
8638
321cc491
CY
8639 * minibuffer.el (completion-extra-properties): Doc fix.
8640
3d439cd1
CY
8641 * subr.el (delayed-warnings-hook): Doc fix.
8642
2d562c0f
DU
86432012-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
4443f204
RS
86502012-04-04 Richard Stallman <rms@gnu.org>
8651
8652 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
8653
529c06b6
CY
86542012-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
66b907dc
MA
86592012-04-03 Michael Albinus <michael.albinus@gmx.de>
8660
8661 * notifications.el (notifications-notify): Fix docstring.
8662
c0ea195d
GM
86632012-04-02 Glenn Morris <rgm@gnu.org>
8664
8665 * emacs-lisp/authors.el (authors-aliases): Another addition.
8666
5ca64e00
MA
86672012-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
42ee526b
CY
86732012-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
0b021094
GM
86822012-03-31 Glenn Morris <rgm@gnu.org>
8683
40f86458
GM
8684 * term/xterm.el (xterm-extra-capabilities): Doc fix.
8685
7019c177
GM
8686 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
8687
a1daddd6
GM
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
0b021094
GM
8692 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
8693
40311efc
TV
86942012-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
5319014e
CY
87012012-03-30 Chong Yidong <cyd@gnu.org>
8702
8703 * image.el (imagemagick-types-inhibit)
8704 (imagemagick-register-types): Doc fix.
8705
935d1290
AM
87062012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8707
090bd7cb 8708 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 8709 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 8710 and treats ~word as ordinary words in pipe mode.
935d1290 8711
61c6e8fd
GM
87122012-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
81fdff00
SM
87172012-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
6e7a6ec0
SS
87222012-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
fee88ca0
GM
87302012-03-28 Glenn Morris <rgm@gnu.org>
8731
8732 * replace.el (query-replace-map): Doc fix.
8733
38de3354
AS
87342012-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
b973155e
SM
87392012-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
dcb6e7b3
MR
87452012-03-27 Martin Rudalics <rudalics@gmx.at>
8746
8747 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
8748 (switch-to-prev-buffer, switch-to-next-buffer):
8749 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
8750 showing a buffer already is done on the same frame.
8751
b4fa35fa
GM
87522012-03-27 Glenn Morris <rgm@gnu.org>
8753
8754 * startup.el (mail-host-address): Doc fix.
8755
f9210e18
SM
87562012-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
c0bf7753
AF
87612012-03-26 Ami Fischman <ami@fischman.org>
8762
8763 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
8764
33da7b16
GM
87652012-03-26 Glenn Morris <rgm@gnu.org>
8766
02243d9d
GM
8767 * files.el (save-buffers-kill-emacs): Doc fix.
8768
33da7b16
GM
8769 * startup.el (normal-top-level, command-line, command-line-1):
8770 Give them doc strings.
8771
e5a69fd0
EZ
87722012-03-25 Eli Zaretskii <eliz@gnu.org>
8773
8774 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 8775 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 8776
9a69676a
CY
87772012-03-25 Chong Yidong <cyd@gnu.org>
8778
4125cb8b
CY
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
dd470960
CY
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).
4125cb8b 8785 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 8786
9a69676a
CY
8787 * button.el (button-at): Minor addition to docstring.
8788
6e7e90fa
SL
87892012-03-24 Simon Leinen <simon.leinen@gmail.com>
8790
8791 * vc/vc.el (vc-merge): Fix a prompt.
8792
f06e2758
CY
87932012-03-24 Chong Yidong <cyd@gnu.org>
8794
8795 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
8796 point (Bug#9623).
8797
6e7e90fa
SL
8798 * button.el (button-at): Minor addition to docstring.
8799
b9d0879b
SM
88002012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 * newcomment.el (comment-choose-indent): No space after BOL.
8803
e71cebb3
SS
88042012-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
335aff35
GM
88092012-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
c676576a
LMI
88142012-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
126f3d39
LW
88192012-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
64fee311
CY
88242012-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
a640d29a
KH
88292012-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
39675016
DG
88352012-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
0a6934fc 88432012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 8844
3d008e4f
SM
8845 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
8846
0a6934fc
SM
88472012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8848
af67c9d7
SM
8849 * progmodes/etags.el (tags-completion-at-point-function):
8850 Improve last fix.
8851
1acad97c
SM
8852 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
8853
e298b5da
SS
88542012-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
91d82a70
JY
88592012-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
69188b79
CY
88642012-03-21 Drew Adams <drew.adams@oracle.com>
8865
8866 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
8867
99fc91fe
AK
88682012-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
087bbb4c
SS
88742012-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
fb5b8aca
CY
88792012-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
dc9924b8
SM
88852012-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
f0bcceb9
CY
88902012-03-20 Chong Yidong <cyd@gnu.org>
8891
dc9924b8
SM
8892 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8893 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
8894 characters.
8895
ee52ebf3
TH
88962012-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
4c5779ab
CY
89022012-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
15360934
LL
89072012-03-18 Leo Liu <sdl.web@gmail.com>
8908
735135f9
PE
8909 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
8910 prefix.
15360934 8911
d9a8eb66
EZ
89122012-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
f02ff80d
J
89262012-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.
dc9924b8 8940 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 8941 over multiple runs. This is made possible by having the caller let
f02ff80d
J
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
9ac7a13f
EZ
89482012-03-17 Eli Zaretskii <eliz@gnu.org>
8949
8950 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
8951 message more clear.
8952
e2b5bdd7
LL
89532012-03-16 Leo Liu <sdl.web@gmail.com>
8954
8955 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
8956
2e492df3
AM
89572012-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.
dc9924b8
SM
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.
2e492df3
AM
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
50e94f0c
LL
89722012-03-16 Leo Liu <sdl.web@gmail.com>
8973
8974 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
8975
6f09f6ed
AH
89762012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
8977
8978 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 8979 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 8980
c7e73d51
GM
89812012-03-16 Glenn Morris <rgm@gnu.org>
8982
da986230
GM
8983 * view.el (view-buffer, view-buffer-other-window)
8984 (view-buffer-other-frame): Doc fixes re special mode-class.
8985
0835f01e
GM
8986 * subr.el (eval-after-load): If named feature is provided not from
8987 a file, run after-load forms. (Bug#10946)
8988
c7e73d51
GM
8989 * calendar/calendar.el (calendar-insert-at-column):
8990 Handle non-unit-width characters a bit better. (Bug#10978)
8991
3f2eafd1
CY
89922012-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
103af3fe
SM
90002012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9001
663b1677
SM
9002 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9003 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9004
103af3fe
SM
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
899cb7cb
KY
90092012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9010
9011 * mail/sendmail.el (mail-encode-header):
9012 Bind rfc2047-encode-encoded-words to nil.
9013
3809f91d
GM
90142012-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
9e345a01
LL
90192012-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
4a07df36
KS
90242012-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
4aaa9356
TL
90302012-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
225979da
SM
90372012-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
e2f1fdab
LL
90442012-03-12 Leo Liu <sdl.web@gmail.com>
9045
dc9924b8 9046 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
9047 (kill-do-not-save-duplicates): Doc fix.
9048
b19490ed
SM
90492012-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
4b05d722
KH
90552012-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
dbbc2e69
SM
90622012-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
292112ed
CY
90682012-03-12 Chong Yidong <cyd@gnu.org>
9069
5d1ac394
CY
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
292112ed
CY
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
4098f8f7
CS
90792012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
9080
9081 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9082
8f754691
MA
90832012-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
e29ab36b
AS
90892012-03-11 Andreas Schwab <schwab@linux-m68k.org>
9090
dbbc2e69
SM
9091 * server.el (server-eval-at): Handle non-tcp connections.
9092 Decode result string.
ad0bf5b6 9093
e29ab36b
AS
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
de5939ba
CS
91002012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
9101
9102 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
9103 (Bug#10987).
9104
0c93eabf
CY
91052012-03-11 Chong Yidong <cyd@gnu.org>
9106
397a688f
CY
9107 * simple.el (goto-line): Doc fix (Bug#9938).
9108
2cc775f9
CY
9109 * subr.el (save-window-excursion): Doc fix (Bug#9979).
9110
0c93eabf
CY
9111 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
9112 when finished (Bug#10963).
9113
c491fa41
MR
91142012-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
300e8fa5
JL
91192012-03-11 Juri Linkov <juri@jurta.org>
9120
9121 * replace.el (replace-highlight): Set isearch-word to nil
9122 unconditionally. (Bug#10887)
9123
dbf6c5a1
EZ
91242012-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
dc9924b8 9128 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
9129 (mairix-widget-create-query): Add usage information about mairix
9130 search forms: negating words, searching for substrings, etc.
9131
b9e501de
JP
91322012-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
92795c91
RS
91372012-03-10 Richard Stallman <rms@gnu.org>
9138
1694e6c1
RS
9139 * mail/sendmail.el (mail-encode-header):
9140 Set rfc2047-encode-encoded-words.
9141
607e8555
RS
9142 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
9143
de3bc99a
RS
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
92795c91
RS
9149 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
9150
699bd04e
CY
91512012-03-10 Chong Yidong <cyd@gnu.org>
9152
9153 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
9154 * emulation/cua-base.el (cua--init-keymaps):
9155 Add delete-forward-char to remappings (Bug#9666).
699bd04e 9156
570a1714
MR
91572012-03-10 Martin Rudalics <rudalics@gmx.at>
9158
dbbc2e69
SM
9159 * speedbar.el (speedbar-unhighlight-one-tag-line):
9160 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 9161
82dcf4e4
CY
91622012-03-10 Chong Yidong <cyd@gnu.org>
9163
7a2c7ca7
CY
9164 * minibuffer.el (completion-in-region, completion-help-at-point):
9165 Give the completion field overlay a high priority (Bug#6830).
9166
82dcf4e4
CY
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
052e28ac
MA
91722012-03-09 Michael Albinus <michael.albinus@gmx.de>
9173
75f1671a 9174 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
9175 there are no properties.
9176
95d5e396
LL
91772012-03-09 Leo Liu <sdl.web@gmail.com>
9178
9179 * savehist.el (savehist-printable): Stricter check for string
9180 value (Bug#10937).
9181
3f018d6d
EZ
91822012-03-09 Eli Zaretskii <eliz@gnu.org>
9183
dbbc2e69
SM
9184 * mail/smtpmail.el (smtpmail-send-it):
9185 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
9186 valid mbox format.
9187
f7fd3d79
GM
91882012-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
6ff6e72f
EZ
91942012-03-08 Eli Zaretskii <eliz@gnu.org>
9195
dbbc2e69
SM
9196 * international/quail.el (quail-insert-kbd-layout):
9197 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
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
9cec7834
AM
92022012-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
9a40b8d4
GM
92092012-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
7a08ed35
EZ
92142012-03-07 Eli Zaretskii <eliz@gnu.org>
9215
dbbc2e69
SM
9216 * international/quail.el (quail-help):
9217 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
9218 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
9219 for the reason.
9220
5aca4f71 92212012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
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
78e8b10a
CY
92332012-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
69481eb8
GM
92382012-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
133b8e11
KS
92442012-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
99a83064
GM
92492012-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
17798e78
TTN
92542012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
9255
9256 * info.el (Info-insert-dir): Also try "dir.gz".
9257
eb182446
GM
92582012-03-06 Glenn Morris <rgm@gnu.org>
9259
8f2114ee
GM
9260 * files.el (dir-locals-find-file):
9261 Ignore non-readable or non-regular files. (Bug#10928)
9262
eb182446
GM
9263 * files.el (locate-dominating-file): Doc fix.
9264
24679323
AS
92652012-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
01d972a9
LL
92702012-03-05 Leo Liu <sdl.web@gmail.com>
9271
109aa8a9
LL
9272 * simple.el (backward-delete-char-untabify): Constrain point to
9273 field (Bug#10939).
9274
01d972a9
LL
9275 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
9276
10607bea
CY
92772012-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
5dd11cfe
TH
92862012-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
c349f4e6
CY
92922012-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
e627be4c
LMI
92972012-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
ebeabff4
MA
93032012-03-04 Michael Albinus <michael.albinus@gmx.de>
9304
a41a6cf4
MA
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.
ebeabff4 9308 (top): Register for signals with wildcard service name.
a41a6cf4 9309 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 9310
c1ca42b4
CY
93112012-03-04 Chong Yidong <cyd@gnu.org>
9312
dc9924b8 9313 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 9314
ea16568d
GM
93152012-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
fbae4637
LMI
93212012-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
a1e7225c
LMI
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
56d093a9
AM
93322012-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.
dbbc2e69
SM
9348 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
9349 Use c-state-semi-safe-place.
56d093a9 9350
dbbc2e69
SM
9351 * progmodes/cc-langs.el (c-get-state-before-change-functions):
9352 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 9353
817e5c3d
MA
93542012-03-02 Michael Albinus <michael.albinus@gmx.de>
9355
dbbc2e69
SM
9356 * jka-compr.el (jka-compr-call-process):
9357 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
9358 not remote.
9359
a032a702
MA
93602012-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
99a54f21
MA
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
f6561e1f
MM
93712012-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
2d44d9cc
LL
93802012-02-29 Leo Liu <sdl.web@gmail.com>
9381
9382 * abbrev.el (define-abbrevs): Reset sys to nil.
9383
96b49301 93842012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9385
bf7f9bc5
JB
9386 * files.el (file-equal-p): Rename from `files-equal-p'.
9387 Return nil when one or both files don't exist.
96b49301 9388 (file-subdir-of-p): Now only top directory must exists,
9389 return nil if it doesn't.
bf7f9bc5
JB
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'.
96b49301 9394
44e97401
GM
93952012-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
c98c6276
CY
94162012-02-27 Chong Yidong <cyd@gnu.org>
9417
bf7f9bc5
JB
9418 * emulation/viper-cmd.el (viper-intercept-ESC-key):
9419 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 9420
c98c6276
CY
9421 * font-lock.el (font-lock-specified-p): Rename from
9422 font-lock-spec-present. Callers changed.
9423
9c62cd04 94242012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 9425
bf7f9bc5
JB
9426 * emacs-lisp/package.el (package-compute-transaction):
9427 Handle holding a package version to t in package-load-list.
8ac9e529 9428
530739c9
MA
94292012-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
487915d7
AM
94342012-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
dc9924b8 9444 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
9445 (font-lock-spec-present): New function.
9446
4fd96557
JB
94472012-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
9a4888c0
CY
94542012-02-26 Chong Yidong <cyd@gnu.org>
9455
07498861
CY
9456 * help-fns.el (describe-function-1): Clarify description of
9457 remapping (Bug#10844).
9458
9a4888c0
CY
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
ea8fb88d
JB
94632012-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
525795c1
JD
94692012-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
f008086f
AS
94742012-02-25 Andreas Schwab <schwab@linux-m68k.org>
9475
9476 * calendar/parse-time.el (parse-time-string): Allow extractor to
9477 return nil.
9478
a3fcfa99
MA
94792012-02-25 Michael Albinus <michael.albinus@gmx.de>
9480
91027d08
JB
9481 * net/tramp.el (tramp-file-name-for-operation):
9482 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
9483
9484 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
9485 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
9486 Add COPY-CONTENTS argument.
a3fcfa99 9487
67b0de11
CY
94882012-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
3c9dfce6
CY
95022012-02-25 Chong Yidong <cyd@gnu.org>
9503
1339bf43
CY
9504 * newcomment.el (comment-styles): Add autoload (Bug#10868).
9505
3c9dfce6
CY
9506 * term/x-win.el (x-initialize-window-system): Reduce default for
9507 x-selection-timeout to 5 seconds (Bug#8869).
9508
25b2e303 95092012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9510
ec70a47d
GM
9511 * files.el (files-equal-p, file-subdir-of-p): New functions.
9512 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 9513 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
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.
53a46cd0 9517 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 9518
914260cd
MA
95192012-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
2cb228f7
AM
95242012-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
91027d08 9531 from font-lock-mode-internal.
2cb228f7 9532
91027d08 9533 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
9534 :after-hook.
9535
8f0fde21
SM
95362012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9537
3e88618b
SM
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
8f0fde21
SM
9544 * icomplete.el (icomplete-completions): Replace last fix with a better
9545 one (bug#10850).
9546
8e911f6f
DG
95472012-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
49fe4321
GM
95522012-02-23 Glenn Morris <rgm@gnu.org>
9553
9554 * minibuffer.el (completion-category-overrides): Doc fix.
9555
b291b572
SM
95562012-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
31a9ef2e
GM
95612012-02-23 Glenn Morris <rgm@gnu.org>
9562
5e6e6794 9563 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
9564 (authors-obsolete-files-regexps, authors-ignored-files)
9565 (authors-ambiguous-files, authors-renamed-files-alist):
9566 Add more entries.
9567
0bd1e074
JL
95682012-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
b617673c
JL
9573 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
9574
19e9789e
JL
95752012-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
f41ce09d
AM
95812012-02-22 Alan Mackenzie <acm@muc.de>
9582
7a71b18d 9583 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 9584
ac2eceee
GM
95852012-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
abd1f678
CY
95902012-02-22 Chong Yidong <cyd@gnu.org>
9591
9592 * custom.el (load-theme): Doc fix.
9593
f25aef2e
GM
95942012-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
5f8dc2ca
GM
95992012-02-21 Glenn Morris <rgm@gnu.org>
9600
6ff86ec4
GM
9601 * vc/emerge.el (emerge-defvar-local):
9602 Set `permanent-local' property rather than unused `preserved'.
9603
be3223a3 9604 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
9605 (picture-mode-map): Use it. (Bug#10860)
9606 (picture-mode): Doc fix.
9607
3fe58f4f
JB
96082012-02-21 Juanma Barranquero <lekktu@gmail.com>
9609
9610 * newcomment.el (uncomment-region-default): Remove unused binding.
9611
f9a998c3
GM
96122012-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
c6029348
GM
96182012-02-20 Glenn Morris <rgm@gnu.org>
9619
9620 * emacs-lisp/authors.el (authors-aliases): Add another entry.
9621
ab1ce9d7
LL
96222012-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
0fd40f89
CY
96272012-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
20af2394
CY
96422012-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
e23a3fbe
GM
96472012-02-18 Glenn Morris <rgm@gnu.org>
9648
b474519e
GM
9649 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
9650
9651 * mail/undigest.el (unforward-rmail-message): Doc fix.
9652
e23a3fbe
GM
9653 * saveplace.el (save-place-ignore-files-regexp): Add :version.
9654
57939ff4
EZ
96552012-02-18 Eli Zaretskii <eliz@gnu.org>
9656
9657 * international/characters.el (script-list): Sync with the latest
9658 Unicode Character Database.
9659
0c23686e
AS
96602012-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
6818b449
GM
96662012-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
0311a3fc
TH
96762012-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
d209e2fb 96842012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 9685 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
9686
9687 * newcomment.el (uncomment-region-default): Don't leave extra space
9688 when an arg is provided (bug#8150).
9689
ee0ce425
TZ
96902012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
9691
eb864a71 9692 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 9693
95ddf442
GM
96942012-02-17 Glenn Morris <rgm@gnu.org>
9695
9696 * net/socks.el: Require network-stream. (Bug#10599)
9697
48dd1e39 96982012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
9699
9700 * international/charprop.el:
9701 * international/uni-name.el:
9702 * international/uni-old-name.el:
9703 * international/uni-comment.el: Regenerate.
9704
d68cd087
GM
97052012-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
13932042
GM
97102012-02-15 Glenn Morris <rgm@gnu.org>
9711
9712 * shell.el (shell-delimiter-argument-list):
9713 Revert 2011-02-17 change. (Bug#8027)
9714
c3a70e2b
CY
97152012-02-15 Chong Yidong <cyd@gnu.org>
9716
60236b0d
CY
9717 * minibuffer.el (completion-at-point-functions): Doc fix.
9718
c3a70e2b
CY
9719 * custom.el (defcustom): Doc fix; note use of defvar.
9720
9f26dc24
GM
97212012-02-15 Glenn Morris <rgm@gnu.org>
9722
9723 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
9724 Doc fixes.
9725
6546b134
GM
97262012-02-14 Glenn Morris <rgm@gnu.org>
9727
9728 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
9729
d29b2b4c
LI
97302012-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.
835bdcba
LI
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).
d29b2b4c 9736
08dcdbc9
TZ
97372012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
9738
9739 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
9740
2605051a
GM
97412012-02-13 Glenn Morris <rgm@gnu.org>
9742
9743 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
9744
7ee99f32
TZ
97452012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
9746
9747 * net/gnutls.el (gnutls-trustfiles): New variable.
9748 (gnutls-negotiate): Use it.
9749
5f0af64f
LI
97502012-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
c14fcc95
AM
97552012-02-13 Alan Mackenzie <acm@muc.de>
9756
9757 Fix a loop in c-set-fl-decl-start.
9758
7a71b18d 9759 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
9760 c-backward-syntactic-ws actually moves backwards.
9761
142b4d90
LL
97622012-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
fa9958a6
TZ
97672012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
9768
dc9924b8 9769 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 9770
0bc5886a
AM
97712012-02-12 Alan Mackenzie <acm@muc.de>
9772
9773 Fix infinite loop with long macros.
4d6769e1 9774 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 9775
d4bd55e7
CY
97762012-02-12 Chong Yidong <cyd@gnu.org>
9777
9778 * window.el (display-buffer): Doc fix (Bug#10785).
9779
66f3fe22
GM
97802012-02-12 Glenn Morris <rgm@gnu.org>
9781
bd7da63e
GM
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
66f3fe22
GM
9786 * allout-widgets.el: Add missing license notice.
9787
3e0d2fa7
GM
97882012-02-11 Glenn Morris <rgm@gnu.org>
9789
cfecdf09
GM
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
6d216d7f
GM
9794 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
9795
2bed3f04
GM
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
5fec1b8e
GM
9870 * progmodes/sql.el (sql-ansi-statement-starters)
9871 (sql-oracle-statement-starters): Add custom type.
9872
3e0d2fa7
GM
9873 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
9874 (prolog-system-version): Give it a type.
9875
90b671e2
EZ
98762012-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
5eac0c02
LL
98832012-02-11 Leo Liu <sdl.web@gmail.com>
9884
9885 * progmodes/python.el (python-end-of-statement): Fix infinite
9886 loop. (Bug#10788)
9887
f82cb659
GM
98882012-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
cc26d239
LI
98932012-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
91027d08 9898 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
9899 into own function for reuse by emacsbug.el.
9900
1be3ca5a
LL
99012012-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):
91027d08 9912 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 9913
b011fbfe
GM
99142012-02-10 Glenn Morris <rgm@gnu.org>
9915
b2096d72
GM
9916 * textmodes/bibtex.el:
9917 Add missing :version tags for new/changed defcustoms.
9918
b011fbfe
GM
9919 * files.el (remote-file-name-inhibit-cache): Doc fixes.
9920
4c7e65bf
LI
99212012-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
f3934f6f
SM
99272012-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
a075a2c5
GM
99352012-02-09 Glenn Morris <rgm@gnu.org>
9936
cf3aa21b
GM
9937 * files.el (rename-uniquely): Doc fix. (Bug#3806)
9938
354998cd
GM
9939 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
9940 Add :version tags.
9941
dc9924b8
SM
9942 * progmodes/compile.el (compilation-error-screen-columns)
9943 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 9944
dab3703d
GM
9945 * vc/log-view.el (log-view-toggle-entry-display):
9946 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
9947
3f88cd72
GM
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
d95b247d
GM
9953 * net/browse-url.el (browse-url-can-use-xdg-open)
9954 (browse-url-xdg-open): Doc fixes.
9955
a075a2c5
GM
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
ffb6157e
MR
99602012-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
e1ac4066
GM
99652012-02-08 Glenn Morris <rgm@gnu.org>
9966
34e8a2da
GM
9967 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
9968 (sql-list-table): Doc fixes.
9969
b4ac6e8c
GM
9970 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
9971 Comment out (does nothing).
9972
e1ac4066
GM
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
5e0d957f
EZ
100032012-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
98d7371e
AM
100092012-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
667ced3a
AM
100162012-02-07 Alan Mackenzie <acm@muc.de>
10017
eb864a71
LM
10018 * progmodes/cc-engine.el (c-forward-objc-directive):
10019 Prevent looping in "#pragma mark @implementation".
667ced3a 10020
5b77774d
MA
100212012-02-07 Michael Albinus <michael.albinus@gmx.de>
10022
10023 * notifications.el (notifications-on-closed-signal): Make `reason'
10024 optional. (Bug#10744)
10025
af008560
GM
100262012-02-07 Glenn Morris <rgm@gnu.org>
10027
60d47423
GM
10028 * emacs-lisp/easy-mmode.el (define-minor-mode):
10029 Doc fixes for the macro and the mode it defines.
10030
dd605cc4
GM
10031 * image.el (imagemagick-types-inhibit): Doc fix.
10032
af008560
GM
10033 * cus-start.el (imagemagick-render-type): Add it.
10034
5cc59a37
LI
100352012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10036
4d6769e1
JB
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.
5cc59a37 10041
9a6dd747
CY
100422012-02-06 Chong Yidong <cyd@gnu.org>
10043
2d16b285
CY
10044 * simple.el (list-processes--refresh): Delete exited processes
10045 (Bug#8094).
10046
171e9b6e
CY
10047 * comint.el (comint-next-prompt): next-single-char-property-change
10048 and prev-single-char-property-change never return nil (Bug#8657).
10049
9a6dd747
CY
10050 * custom.el (defcustom): Doc fix (Bug#9711).
10051
aa4589a7
CY
100522012-02-05 Chong Yidong <cyd@gnu.org>
10053
5c2a252f
CY
10054 * cus-edit.el (custom-variable-reset-backup): Quote the value
10055 before storing it in the customized-value property (Bug#6712).
4aab9006 10056 (custom-display): Add a customization type tag.
983b9602 10057 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 10058
aa4589a7
CY
10059 * wid-edit.el (widget-field-value-get): New optional arg to
10060 suppress trailing whitespace truncation.
10061 (character): Use it (Bug#2689).
10062
1ff980ae
AS
100632012-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
03988c98
CY
100682012-02-05 Chong Yidong <cyd@gnu.org>
10069
eeb6cc88
CY
10070 * cus-edit.el (custom-variable-value-create): For mismatched
10071 types, show the current value (Bug#7600).
10072
03988c98
CY
10073 * custom.el (defcustom): Doc fix.
10074
f8cdeef0
GM
100752012-02-05 Glenn Morris <rgm@gnu.org>
10076
10077 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10078
0696d255
JB
100792012-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
34c99998
GM
100852012-02-04 Glenn Morris <rgm@gnu.org>
10086
8f05da42
GM
10087 * files.el (revert-buffer):
10088 Doc fix (mention revert-buffer-in-progress-p).
10089
f160676e
GM
10090 * emacs-lisp/ert-x.el (ert-simulate-command):
10091 Check deferred-action-list (which is obsolete) is bound.
10092
c7291ad9
GM
10093 * subr.el (with-wrapper-hook): Doc fixes.
10094
34c99998
GM
10095 * simple.el (filter-buffer-substring-functions)
10096 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10097
6283a7d3
LL
100982012-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
e96e3013
LL
101032012-02-04 Leo Liu <sdl.web@gmail.com>
10104
10105 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
10106
8ded50f2
GM
101072012-02-04 Glenn Morris <rgm@gnu.org>
10108
82ff1d13
GM
10109 * image.el (image-extension-data): Add obsolete alias.
10110
987a0a16
GM
10111 * isearch.el (isearch-update): Doc fix.
10112
ea32ef46
GM
10113 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
10114
8ded50f2
GM
10115 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
10116
eea14f31
GM
101172012-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
12f381b7
GM
101242012-02-02 Glenn Morris <rgm@gnu.org>
10125
953cebf5
GM
10126 * server.el (server-auth-dir): Doc fix.
10127 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
10128
12f381b7
GM
10129 * subr.el (run-mode-hooks): Doc fix.
10130
953a8c3b
JL
101312012-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
c5d3843c
KH
101362012-02-02 Kenichi Handa <handa@m17n.org>
10137
9f6e692e 10138 * composite.el (compose-region): Cancel previous change.
c5d3843c 10139
159462d4 101402012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
10141
10142 * composite.el (compose-region, compose-string): Signal error for
10143 a null string component (Bug#6988).
10144
9f562668
CY
101452012-02-01 Chong Yidong <cyd@gnu.org>
10146
e2cef717
CY
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
9f562668
CY
10151 * frame.el (set-frame-font): Tweak meaning of third argument.
10152
9f6e692e
JB
10153 * dynamic-setting.el (font-setting-change-default-font):
10154 Use set-frame-font (Bug#9982).
9f562668 10155
781acb9f
GM
101562012-02-01 Glenn Morris <rgm@gnu.org>
10157
6035be52
GM
10158 * progmodes/compile.el (compilation-internal-error-properties):
10159 Respect compilation-first-column in the "*compilation*" buffer.
10160
781acb9f
GM
10161 * emacs-lisp/easy-mmode.el (define-minor-mode):
10162 Relax :variable's test for a named function.
10163
abbceb00
AM
101642012-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
fce3fdeb
CY
101692012-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
47893581
JB
101782012-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
e58e988a
GM
101872012-01-31 Glenn Morris <rgm@gnu.org>
10188
60dc2671 10189 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 10190 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 10191 Allow named functions to be used as the cdr of :variable.
e58e988a 10192
7a3f511d
GM
101932012-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
cb882333
JB
101982012-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
907201af
EZ
102152012-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
ea162670
CY
102202012-01-29 Chong Yidong <cyd@gnu.org>
10221
5b95ee8a
CY
10222 * frame.el (window-system-default-frame-alist): Doc fix.
10223
ea162670
CY
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
d6e6f4b1
SB
102272012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
10228
10229 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
10230
0f29fa41 102312012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
10232
10233 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
10234 breakpoints in files outside current directory (Bug#6098).
10235
db174434
CY
102362012-01-29 Chong Yidong <cyd@gnu.org>
10237
6b25e4e2
SE
10238 * progmodes/python.el: Require ansi-color at top-level.
10239
6df6ae42
JB
10240 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
10241 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
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
e70ee681
RW
102462012-01-28 Roland Winkler <winkler@gnu.org>
10247
10248 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
10249
ace88aa2
RW
102502012-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.
eb864a71
LM
10258 (bibtex-dialect): Update docstring.
10259 Add safe-local-variable predicate.
ace88aa2
RW
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
93376c5b
CY
102652012-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
4372494f
DA
102732012-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
4d4ec1f8
EZ
102782012-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
7c188927
DA
102832012-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
e0da685a
EZ
102912012-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
70550acf
PH
102982012-01-28 Phil Hagelberg <phil@hagelb.org>
10299
eb864a71
LM
10300 * emacs-lisp/package.el (package-install):
10301 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 10302
0ce8e868
CY
103032012-01-28 Chong Yidong <cyd@gnu.org>
10304
cb882333
JB
10305 * emacs-lisp/package.el (package-maybe-load-descriptor):
10306 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
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
2e7f3bea
CY
103122012-01-28 Chong Yidong <cyd@gnu.org>
10313
6e9bad14
CY
10314 * simple.el (deactivate-mark): Doc fix (Bug#8614).
10315
f823b8ca
CY
10316 * tooltip.el (tooltip-mode): Doc fix.
10317 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
10318
2680c309
CY
10319 * frame.el (set-cursor-color): Doc fix (Bug#352).
10320
d7a9e63b
CY
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
2e7f3bea
CY
10324 * cus-edit.el (custom-buffer-create-internal): Fix search button
10325 action (Bug#10542).
2ae01800 10326 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 10327
fc4f7a23
EW
103282012-01-27 Eduard Wiebe <usenet@pusto.de>
10329
10330 * dired.el (dired-mark-files-regexp):
10331 Include any subdirectory components. (Bug#10445)
10332
7dd37071
ML
103332012-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
a268160b
AH
103382012-01-27 Alex Harsanyi <harsanyi@mac.com>
10339
10340 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
10341
e43273ef
GM
103422012-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
1edf595d
MR
103482012-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
fa8eafef
JC
103532012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
10354
6df6ae42
JB
10355 * window.el (window--state-get-1, window--state-put-2):
10356 Don't save and restore the mark.
fa8eafef 10357
0b21c100
CY
103582012-01-25 Chong Yidong <cyd@gnu.org>
10359
10360 * custom.el (custom-variable-p): Doc fix.
10361
5ae1a6c8
GM
103622012-01-25 Glenn Morris <rgm@gnu.org>
10363
40047858
GM
10364 * dired.el (dired-goto-file): Handle some of the more common
10365 characters that `ls -b' escapes. (Bug#10596)
10366
5ddce96c
GM
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
5ae1a6c8
GM
10371 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
10372
b559f1a9
GM
103732012-01-24 Glenn Morris <rgm@gnu.org>
10374
10375 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
10376
6725d21a
JD
103772012-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
70df4bbe
GM
103862012-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
802a2ae2
ML
103922012-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
d7128bb1
ML
10397 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
10398
d1a5c3b4
JB
103992012-01-23 Juanma Barranquero <lekktu@gmail.com>
10400
2724d9c7
JB
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.
d1a5c3b4 10405
a5509865
MA
104062012-01-22 Michael Albinus <michael.albinus@gmx.de>
10407
10408 * net/tramp.el (tramp-action-login): Set connection property "login-as".
10409
a5509865
MA
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
cc6d5805
MA
104152012-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
104202012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
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
f0960428
JC
104262012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10427
cb882333
JB
10428 * windmove.el (windmove-reference-loc):
10429 Fix windmove-reference-loc miscalculation.
f0960428 10430
dd6f2a63
JB
104312012-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
7b447e9b
GM
104362012-01-21 Glenn Morris <rgm@gnu.org>
10437
117a9ea1
GM
10438 * international/mule.el (auto-coding-alist): Add .tbz.
10439
7b447e9b
GM
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
dd6e3cdd
MR
104612012-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
0d0deb38
JD
104662012-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
34a02f46
MR
104722012-01-19 Martin Rudalics <rudalics@gmx.at>
10473
10474 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
10475 special state value for window-persistent-parameters.
10476 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
10477 (window--state-put-2): Reset all window parameters to nil before
10478 assigning values of persistent parameters.
10479
606c44c4
AM
104802012-01-18 Alan Mackenzie <acm@muc.de>
10481
10482 Eliminate sluggishness and hangs in fontification of "semicolon
10483 deserts".
10484
cb882333
JB
10485 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
10486 Change value 10000 -> 3000.
606c44c4
AM
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
f3860cea
GM
105042012-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
1db03b16
GM
105092012-01-17 Glenn Morris <rgm@gnu.org>
10510
0e6038be
GM
10511 * isearch.el (search-nonincremental-instead): Fix doc typo.
10512
1db03b16
GM
10513 * dired.el (dired-insert-directory): Handle newlines in directory name.
10514 (dired-build-subdir-alist): Unescape newlines in directory name.
10515
4cb0aa75
MA
105162012-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
1d00653d
SM
105222012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * minibuffer.el (completion--replace): Strip properties (bug#10062).
10525
6a6ee00d
MR
105262012-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
97912def
MA
105352012-01-15 Michael Albinus <michael.albinus@gmx.de>
10536
10537 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
10538
688070a5
EZ
105392012-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
301afadc
CY
105442012-01-14 Chong Yidong <cyd@gnu.org>
10545
10546 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 10547 Fix values recognized by the cursorBlink resource.
301afadc 10548
9e5788aa
PE
105492012-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
3cdb7f5a
GM
105542012-01-14 Glenn Morris <rgm@gnu.org>
10555
10556 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
10557
8c82b1b4
AM
105582012-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.)
eb864a71
LM
10566 * progmodes/cc-mode.el (c-basic-common-init):
10567 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 10568
e517eda4
GM
105692012-01-13 Glenn Morris <rgm@gnu.org>
10570
1498536e
GM
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
e517eda4
GM
10575 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
10576
328f984d
GM
105772012-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
2cc769a8
AM
105822012-01-11 Alan Mackenzie <acm@muc.de>
10583
10584 Fix Emacs bug #10463 - put `widen's around the critical spots.
10585
1d00653d 10586 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
10587 widen around each invocation of c-state-pp-to-literal. Remove an
10588 unused let variable.
10589
e52c37fa
GM
105902012-01-11 Glenn Morris <rgm@gnu.org>
10591
10592 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 10593 Doc fix.
e52c37fa 10594
96f8741e
CY
105952012-01-10 Chong Yidong <cyd@gnu.org>
10596
1d00653d
SM
10597 * net/network-stream.el (network-stream-open-starttls):
10598 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
10599 response to the capability command.
10600
b09a806e
GM
106012012-01-10 Glenn Morris <rgm@gnu.org>
10602
10603 * mail/unrmail.el (unrmail): Tweak previous change.
10604
7655cb66
CY
106052012-01-09 Chong Yidong <cyd@gnu.org>
10606
10607 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
10608
9d5a8f0b
AM
106092012-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
9a0115ab 106182012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
10619
10620 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 10621 (Bug#10401)
6bb72cbd 10622
f186bb95
LMI
106232012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10624
29232a68
LMI
10625 * faces.el (set-face-attribute): Clarify the meaning of the nil
10626 frame (bug#10294).
10627
4e5d086d
LMI
10628 * subr.el (with-selected-frame): Mention that the selected frame
10629 is restored (bug#9980).
10630
8e66aebe
LMI
10631 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
10632 (bug#9759).
10633
cd394be1 10634 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
10635 (password-read): Don't autoload unused function.
10636
adf4e762
JB
106372012-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
89bd9ccd
CY
106422012-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
4afee9d5
EZ
106482012-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
536aea70
GM
106562012-01-06 Glenn Morris <rgm@gnu.org>
10657
665ae865
GM
10658 * mail/unrmail.el (unrmail): Give an explicit error if the input file
10659 has no messages. (Bug#10377)
10660
c869783d
GM
10661 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
10662 than Info-edit. (Bug#10385)
10663
2bb4227e
GM
10664 * time.el (display-time-load-average, display-time-next-load-average):
10665 Doc fixes.
10666
7d5944b9
GM
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
536aea70
GM
10670 * calendar/calendar.el (calendar-mode):
10671 Locally set scroll-margin to 0. (Bug#10379)
10672
7dccca16
UM
106732012-01-06 Ulrich Mueller <ulm@gentoo.org>
10674
10675 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
10676
afbb7930
GM
106772012-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
04482335
CY
106822012-01-05 Chong Yidong <cyd@gnu.org>
10683
7baca3bc
CY
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
04482335
CY
10689 * custom.el (enable-theme): Don't set custom-safe-themes.
10690
1d00653d
SM
10691 * cus-theme.el (custom-theme-merge-theme):
10692 Ignore custom-enabled-themes and custom-safe-themes.
04482335 10693
bb5aa5d6
MM
106942012-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
04482335 10699 keywords.
6df6ae42 10700 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
10701 (sql-product-interactive): Bug fix: Set `sql-buffer' in
10702 context of original buffer. Invoke `sql-login-hook'.
10703
a7183d7c
EZ
107042012-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
a1eacd1e
LMI
107092012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10710
10711 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
10712
787cdb34
CY
107132012-01-03 Chong Yidong <cyd@gnu.org>
10714
1d00653d
SM
10715 * shell.el (shell-dynamic-complete-functions):
10716 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
10717 comint-filename-completion first (Bug#10417).
10718
30710442
RS
107192012-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
f75bfc33
CY
107272012-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
651e947e
EZ
107392012-01-01 Eli Zaretskii <eliz@gnu.org>
10740
1d00653d
SM
10741 * term/w32-win.el (dynamic-library-alist) <gnutls>:
10742 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
10743 libgnutls-26.dll.
10744
94d4c7dc
AS
107452011-12-31 Andreas Schwab <schwab@linux-m68k.org>
10746
10747 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
10748
8d43f3cd
EZ
107492011-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
98c8795a
MA
107542011-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
51281b32
CY
107632011-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
2170cb53
CY
107692011-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)
b81d40f0
JB
10786 (gdb-get-changed-registers, gdb-get-main-selected-frame):
10787 Callers changed.
2170cb53
CY
10788 (gud-gdbmi-completions): New function.
10789 (gdb): Use it for generating the completion table.
10790
be8b11bb
AM
107912011-12-24 Alan Mackenzie <acm@muc.de>
10792
10793 Introduce a mechanism to widen the region used in context font
1d00653d 10794 locking. Use this to protect declarations from losing their contexts.
be8b11bb 10795
1d00653d
SM
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).
b81d40f0 10798 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
10799 functions to be run just before context (etc.) font locking.
10800
10801 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 10802 New, functionality extracted from
be8b11bb 10803 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 10804 (c-in-after-change-fontification): New variable.
be8b11bb
AM
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.
b81d40f0
JB
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.
be8b11bb 10812
341cf6ac
JL
108132011-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
bffcee0a
MA
108182011-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
cb5e207c
AM
108232011-12-23 Alan Mackenzie <acm@muc.de>
10824
10825 Fix unstable fontification inside templates.
10826
b81d40f0
JB
10827 * progmodes/cc-langs.el (c-before-font-lock-functions):
10828 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
10829 additionally has c-set-fl-decl-start. The other languages (apart
10830 from AWK) have that as a single entry.
10831
b81d40f0
JB
10832 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10833 The functionality for "local" declarations has been extracted to
cb5e207c
AM
10834 c-set-fl-decl-start.
10835
b81d40f0
JB
10836 * progmodes/cc-mode.el (c-common-init, c-after-change):
10837 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
10838 (c-set-fl-decl-start): New function, extracted from
10839 c-font-lock-enclosing-decls and enhanced.
10840
60ff536c
JB
108412011-12-23 Juanma Barranquero <lekktu@gmail.com>
10842
10843 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
10844
1c4757d6
JL
108452011-12-22 Juri Linkov <juri@jurta.org>
10846
10847 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
10848
d031f2c7
CY
108492011-12-22 Chong Yidong <cyd@gnu.org>
10850
10851 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
10852
bace743a
DA
108532011-12-21 Drew Adams <drew.adams@oracle.com>
10854
10855 * files.el (file-remote-p): Fix docstring. (Bug#10319)
10856
728a1f2b
JC
108572011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10858
10859 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
10860
0d373f73
TZ
108612011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
10862
fec0aaa4
TZ
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.
0d373f73 10882
bc86f573
CY
108832011-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
d45ba96b
MR
108882011-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
a6198c90
CY
108932011-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
34c5fb55
VB
109032011-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
c803b2b7
JD
109092011-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.
1154d12e
JB
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.
41e9b956 10917 (ns-set-pasteboard, ns-copy-including-secondary):
1154d12e 10918 Use ns-store-selection-internal.
c803b2b7 10919
9cff91f8 109202011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
10921
10922 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 10923 (vc-deduce-fileset): Doc fix.
99a289d9 10924
f16c898a
AS
109252011-12-16 Andreas Schwab <schwab@linux-m68k.org>
10926
10927 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
10928
763237c4
SS
109292011-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
5fc1c122
KH
109342011-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
13d49cbb
AM
109402011-12-13 Alan Mackenzie <acm@muc.de>
10941
898169a2
AM
10942 Add the switch statement to AWK Mode.
10943
7a71b18d 10944 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
10945 "default" to the keywords regexp.
10946
7a71b18d 10947 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 10948 expression as the rest.
1d00653d
SM
10949 (c-nonlabel-token-key): Allow string literals for AWK.
10950 Refactor for the other modes.
898169a2 10951
13d49cbb 10952 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 10953 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
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.
1d00653d 10958 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 10959 (c-state-literal-at): Use the above new defun.
1d00653d
SM
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.
13d49cbb
AM
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
15e0efc7
SM
109692011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10970
10971 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
10972
454592a6
MR
109732011-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
87393f26
DP
109782011-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
11636b22
JB
109872011-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
cf018193
VB
110062011-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
ee957461
CY
110232011-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
9a9e9ef0
MR
110282011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11029
11030 * window.el (other-window): Fix docstring.
11031
92a8eba5
EZ
110322011-12-10 Eli Zaretskii <eliz@gnu.org>
11033
11034 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
11035 `from' or `to' address before taking its substring.
11036 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
11037 encoded name is chopped in the middle of the encoded string, and
11038 thus displayed encoded.
11039
e152e577
JB
110402011-12-10 Juanma Barranquero <lekktu@gmail.com>
11041
11042 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11043
e5d84bfe
EZ
110442011-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.
b8830d28 11049 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
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
b8830d28
EZ
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:
e5d84bfe
EZ
11060 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11061
1d84e9bb
MG
110622011-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
382c953b
JB
110672011-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
39c9faef
SM
110882011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11089
98449af8
SM
11090 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11091
39c9faef
SM
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
86ed9fdc
SM
110982011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11099
11100 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
11101 (bug#10116).
11102
5580f89d
GM
111032011-12-06 Glenn Morris <rgm@gnu.org>
11104
11105 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
11106
28d3917c
CY
111072011-12-06 Chong Yidong <cyd@gnu.org>
11108
11109 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
11110
a98edce9
JB
111112011-12-06 Juanma Barranquero <lekktu@gmail.com>
11112
11113 * textmodes/table.el (table-shorten-cell): Fix typo.
11114
e65adfac
CG
111152011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
11116
11117 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
11118
71cc0b74
EZ
111192011-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
315bc30d
CY
111272011-12-05 Chong Yidong <cyd@gnu.org>
11128
11129 * faces.el (read-color): Doc fix.
11130
58a70b94
GM
111312011-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
5158face
GM
111362011-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
520fca41
JB
111412011-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
5e605a2e
GM
111482011-12-03 Glenn Morris <rgm@gnu.org>
11149
11150 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
11151
5c3fe83f
SM
111522011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11153
6f5e57e7
SM
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
5c3fe83f
SM
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
6bdac736
MA
111632011-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
6131ba7f
SM
111682011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11169
99c79fee
SM
11170 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
11171 (bug#9160).
11172
6131ba7f
SM
11173 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
11174 (bug#10191).
11175
cb0a02ea
JL
111762011-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
66e0570c
EZ
111812011-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
02b16839
JL
111862011-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
0b950688
GM
111932011-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.
e8087a76 11197 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 11198
9505c3c7
SM
111992011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11200
11201 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
11202
1bbe96b2 112032011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 11204
a1beca85
SM
11205 * progmodes/verilog-mode.el (verilog-pretty-expr):
11206 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
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
1bbe96b2 112332011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
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
a1beca85
SM
11249 style to each signal's assignment type, bug381.
11250 Reported by Thomas Esposito.
6288f0ca
WS
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.
a1beca85 11254 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
11255 Support AUTOTIEOFF creating non-wire data types.
11256 Suggested by Jonathan Greenlaw.
6288f0ca
WS
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)
a1beca85
SM
11260 (verilog-read-sub-decls, verilog-read-sub-decls-line):
11261 Fix mismatching parenthesis inside commented out code when deleting
382c953b 11262 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
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
382c953b 11266 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
11267 (verilog-auto-delete-trailing-whitespace):
11268 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
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)
a1beca85
SM
11282 (verilog-re-search-forward-quick, verilog-syntax-ppss):
11283 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
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.
a1beca85
SM
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.
6288f0ca 11297 Reported by Brad Dobbie.
6288f0ca
WS
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
a1beca85
SM
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.
6288f0ca
WS
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)
a1beca85
SM
11326 (verilog-auto-wire-type, verilog-insert-definition):
11327 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
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
a1beca85
SM
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
6288f0ca
WS
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
1d00653d
SM
11342 when expanding .* in interfaces, bug320.
11343 Reported by Pierre-David Pfister.
6288f0ca 11344 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
11345 name and open parenthesis, bug317.
11346 Reported by Pierre-David Pfister.
6288f0ca
WS
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
1bbe96b2
GM
113582011-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
113642011-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.
6131ba7f
SM
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
1bbe96b2
GM
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
113802011-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
c935221f
SM
113862011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11387
11388 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
11389
e70b5064
CY
113902011-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
f3af92b7
MA
113962011-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
ed472be9
CY
114012011-11-29 Chong Yidong <cyd@gnu.org>
11402
11403 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
11404
24510c22
SM
114052011-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
c60c3703
EZ
114122011-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
e95def75
CY
114172011-11-28 Chong Yidong <cyd@gnu.org>
11418
11419 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
11420
c3f1c606
NR
114212011-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
00db469c
EZ
114262011-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
4ad3bc2a
CY
114312011-11-24 Chong Yidong <cyd@gnu.org>
11432
11433 * window.el (display-buffer--special-action): Doc fix.
11434
e9fce1ac
JB
114352011-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
cb825e5d
GM
114462011-11-24 Glenn Morris <rgm@gnu.org>
11447
3adbe224
GM
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
321decc8
GM
11457 * net/tls.el: Fix case of "GnuTLS".
11458
420b63ad
GM
11459 * paths.el (rmail-file-name): Format doc-string for make-docfile.
11460
cb825e5d
GM
11461 * version.el (emacs-build-system): Give it a doc-string.
11462
a0649f08
JL
114632011-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
c0bc0fd4
GM
114672011-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
20db1522
JB
114722011-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
7262a87c
MA
114892011-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
283430a1
EZ
114942011-11-23 Eli Zaretskii <eliz@gnu.org>
11495
a1beca85
SM
11496 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11497 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
11498 case-insensitively.
11499
d2992a38
ML
115002011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11501
11502 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
11503
50419064
GM
115042011-11-23 Glenn Morris <rgm@gnu.org>
11505
da94eca1
GM
11506 * paths.el (rmail-file-name): Reformat the doc-string so that it
11507 is picked up.
11508
9aac4de2
GM
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
8038d2d2
GM
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
f3fe222a
GM
11518 * mail/rmail.el (rmail-current-message): Doc fix.
11519
50419064
GM
11520 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
11521
28109f49
SM
115222011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11523
11524 * server.el (server-eval-and-print): Allow C-g (bug#6585).
11525
394c65f1
GM
115262011-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
f2a0aa3a
JL
115322011-11-21 Juri Linkov <juri@jurta.org>
11533
1154d12e
JB
11534 * calc/calc.el (calc-read-key-sequence):
11535 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 11536
9c34a344
LMI
115372011-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
f04a3be9
SM
115432011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11544
11545 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
11546
7978747f
SM
115472011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11548
f04a3be9
SM
11549 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11550 Use force-same-window.
7978747f 11551
fe7a3057
JB
115522011-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
24901d61
CY
115602011-11-20 Chong Yidong <cyd@gnu.org>
11561
11562 * window.el (replace-buffer-in-windows): Restore interactive spec.
11563
bac7ff22
SM
115642011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11565
24f3d7b9
SM
11566 * electric.el (electric-indent-mode): Fix last change (too optimistic).
11567
bac7ff22
SM
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
cd1181db
JB
115742011-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
7fb18e9e
GM
115812011-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
d5a6b3ba
JL
115922011-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
e981b61f
AS
115982011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11599
1d00653d 11600 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 11601
3ffbc301
JL
116022011-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
30c62133
JL
116142011-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
645ca9cf
JL
116292011-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
df754f66
JL
116362011-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
0e23d96a
EZ
116422011-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
8a6ccb66
AS
116482011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11649
11650 * language/european.el (macintosh): Define as alias for mac-roman.
11651
49ae5b39
EZ
116522011-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
c56cad4a
MR
116672011-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
cbe71af3
SM
116732011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
11674
2ad52c60
SM
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
6944dbc1
SM
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
c400c4d7
SM
11688 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
11689 Don't hardcode point-min==1.
11690
6dbe3e96
SM
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
cbe71af3
SM
11697 * files-x.el (modify-file-local-variable): Obey commenting conventions.
11698
a8e1496d
GM
116992011-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
df85d315
JB
117052011-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
a0c2d0ae
MR
117212011-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.
1d00653d 11725 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 11726
35c0bac8
GM
117272011-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
d0c8fc8a
MA
117322011-11-16 Michael Albinus <michael.albinus@gmx.de>
11733
7262a87c
MA
11734 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
11735 local file name.
11736
7877f373
JB
117372011-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
10649b82
KM
117572011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
11758
9d0cfcd6
GM
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.
10649b82 11762
9d0cfcd6
GM
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
8642c216 11768
58179cce
JB
117692011-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
b6f67890
MR
117822011-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.
1d00653d 11787 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 11788
ce7ddba0
CY
117892011-11-16 Chong Yidong <cyd@gnu.org>
11790
11791 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
11792 regexp (Bug#10033).
11793
3ae704f4
SM
117942011-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
6ad1cdde
GM
118032011-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
d20faa20
GM
118112011-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
c7015153
JB
118172011-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
45261b50
GM
118302011-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
0d26e0b6
JB
118402011-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
447f30f6
GM
118472011-11-15 Glenn Morris <rgm@gnu.org>
11848
672b871d
GM
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
f6aa5bb1
GM
11855 * term/ns-win.el (mode-line-frame-identification):
11856 Leave it alone. (Bug#10051)
11857
947cd66b
GM
11858 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
11859
447f30f6
GM
11860 * mail/rmailout.el (rmail-output-to-rmail-buffer):
11861 Handle empty buffers. (Bug#9978)
11862
0b381c7e
JB
118632011-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
71e027ac
GM
118722011-11-14 Glenn Morris <rgm@gnu.org>
11873
56632ce4
GM
11874 * progmodes/executable.el
11875 (executable-make-buffer-file-executable-if-script-p):
11876 Handle file-modes returning nil.
11877
40500957
GM
11878 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
11879 message - not necessary, and causes problems. (Bug#9831)
11880
071c2340
GM
11881 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
11882
d3cfca60
GM
11883 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
11884
71e027ac
GM
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
89d61221
MR
118892011-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
98282f6f
GM
118962011-11-12 Glenn Morris <rgm@gnu.org>
11897
11898 * apropos.el (apropos-do-all, apropos-library, apropos-value)
11899 (apropos-documentation): Doc fixes.
11900
40a8bdf6
JB
119012011-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
65bd19ff
SM
119062011-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
54f9154c
MR
119122011-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)
5e92ca23
MR
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.
54f9154c 11920
68cbc58b
GM
119212011-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
b2621720
GM
119262011-11-10 Glenn Morris <rgm@gnu.org>
11927
9a4de110
GM
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
b2621720
GM
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
1dce7193
SM
119382011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11939
d9ac1a1e
SM
11940 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11941 Adjust regexp for OCaml warnings.
11942
0c325082
SM
11943 * electric.el (electric-pair-post-self-insert-function): Let user
11944 turn it off buffer-locally (bug#9932).
11945
90132c14
SM
11946 * progmodes/python.el (python-beginning-of-statement):
11947 Rewrite (bug#2703).
11948
1dce7193
SM
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
c4e7c63a
JB
119542011-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
2cffd681
MR
119602011-11-09 Martin Rudalics <rudalics@gmx.at>
11961
11962 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 11963 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
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
0edcba87
GM
119682011-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
4b0d61e3
SM
119732011-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
cd394be1 119792011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 11980
4b0d61e3 11981 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 11982 Fix incorrect use of default argument in `completing-read'.
11983
e1c2c6f2
MR
119842011-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.
b3f4a882 11989 (window-min-delta): Fix doc-string typo.
e1c2c6f2 11990
105216ed
CY
119912011-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
0a9f9ab5
SM
119972011-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
a769dd15
GM
120072011-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
05a61ee3
SM
120122011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12013
12014 * files.el (find-file): Always use selected-window.
12015
be7f5545
MR
120162011-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
3c6702ef
ML
120332011-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
49745b39
CY
120382011-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
24300f5f
CY
120452011-11-05 Chong Yidong <cyd@gnu.org>
12046
12047 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
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.
1dce7193 12051 (window-normalize-live-window): Delete.
447f16b8
CY
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.
24300f5f 12066
89bd5ee1
EZ
120672011-11-04 Eli Zaretskii <eliz@gnu.org>
12068
53479029
EZ
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
89bd5ee1
EZ
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
bd17fdee
AM
120782011-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
acc825c5
SM
120832011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12084
12085 * window.el (switch-to-buffer): Use `force-same-window' interactively.
12086
1885e5b8
MR
120872011-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)
acc825c5 12091 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 12092
ebe06da9
JB
120932011-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
4ee88440
MR
120992011-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
08e1d82c
AS
121042011-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
84bd6e9e
VJL
121092011-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
dba0634a
UJ
121152011-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.
db22a3c2
JB
12120 (newsticker-treeview-update, newsticker-treeview):
12121 Call newsticker--treeview-tree-update if necessary.
dba0634a 12122
3d8daefe
MR
121232011-10-30 Martin Rudalics <rudalics@gmx.at>
12124
12125 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
12126 (window-iso-combinations): Remove "iso-" infix.
12127 Suggested by Chong Yidong.
3d8daefe
MR
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):
db22a3c2 12134 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 12135
1bc4c3ae
SM
121362011-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.
c1e2f5fa 12150 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 12151
30b65d9c
CY
121522011-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
2d197ffb
CY
121572011-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
38bb2ca8
CY
121872011-10-29 Chong Yidong <cyd@gnu.org>
12188
aa4de341
CY
12189 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
12190
e1eb5385
CY
12191 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
12192
5d2ece3c
CY
12193 * textmodes/flyspell.el (flyspell-word): Fix char offset for
12194 forged Ispell output (Bug#7904).
12195
38bb2ca8
CY
12196 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
12197
d0af9f77
SM
121982011-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
52bedd34
AM
122072011-10-28 Alan Mackenzie <acm@muc.de>
12208
db22a3c2 12209 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 12210
7e43cfa5
AM
122112011-10-28 Alan Mackenzie <acm@muc.de>
12212
12213 Amend the handling of c-beginning/end-of-defun in nested declaration
12214 scopes.
12215
52bedd34
AM
12216 * progmodes/cc-vars.el (c-defun-tactic): Move here from
12217 cc-langs.el. Change it to a defcustom.
7e43cfa5 12218
52bedd34
AM
12219 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
12220 cc-vars.el.
7e43cfa5 12221
d0af9f77
SM
12222 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12223 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 12224
52bedd34 12225 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 12226 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
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
1a2ce9ee
DD
122352011-10-28 Deniz Dogan <deniz@dogan.se>
12236
12237 * net/rcirc.el (rcirc-mode): Use hard newlines.
12238
bc97a826
AM
122392011-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
52bedd34 12244 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 12245
d0af9f77 12246 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 12247 Recode to scan one line at a time rather than having \n and \r
58179cce 12248 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 12249 (c-forward-label): Amend for virtual semicolons.
58179cce 12250 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 12251
52bedd34
AM
12252 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
12253 of the new C macros.
bc97a826 12254
52bedd34 12255 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
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.
bc97a826
AM
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
d0af9f77
SM
12262 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
12263 Invoke c-make-macro-with-semi-re.
bc97a826 12264
52bedd34
AM
12265 * progmodes/cc-vars.el (c-macro-with-semi-re):
12266 (c-macro-names-with-semicolon): New variables.
58179cce 12267 (c-make-macro-with-semi-re): New function.
bc97a826 12268
7a6c0941
SM
122692011-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
b0c4cdcf
ML
122752011-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
ee1f1da9
SM
122792011-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
51bc5f8b
GM
122852011-10-27 Glenn Morris <rgm@gnu.org>
12286
416a2c45
GM
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
51bc5f8b
GM
12300 * files.el (set-visited-file-name): If the major-mode changed,
12301 reload the local variables. (Bug#9796)
12302
15de15c6
CY
123032011-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
ee1f1da9
SM
12308 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12309 Use change-major-mode-before-body-hook.
15de15c6
CY
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
5430d399
JB
123152011-10-26 Juanma Barranquero <lekktu@gmail.com>
12316
acc825c5 12317 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 12318
ad74a69e
MA
123192011-10-26 Michael Albinus <michael.albinus@gmx.de>
12320
12321 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 12322 tramp.el explicitly. (Bug#7583)
ad74a69e 12323
71d4c2a5
SM
123242011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 * progmodes/octave-mod.el:
12327 * progmodes/octave-inf.el: Update maintainer.
12328
b1f6fa26
CY
123292011-10-26 Chong Yidong <cyd@gnu.org>
12330
12331 * subr.el (with-wrapper-hook): Rewrite doc.
12332
3f04efd6
MA
123332011-10-25 Michael Albinus <michael.albinus@gmx.de>
12334
12335 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 12336 filenames "/method:foo:". (Bug#9793)
3f04efd6 12337
410488d3
SM
123382011-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
c1ebb47e
GM
123432011-10-24 Glenn Morris <rgm@gnu.org>
12344
12345 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
12346
7f5c46c7
MA
123472011-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
db2440b6
JL
123522011-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
feecf435
JL
123582011-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
a3839de2
SM
123632011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12364
acc825c5
SM
12365 * progmodes/octave-inf.el (inferior-octave-mode-map):
12366 Fix C-c C-h binding.
a3839de2
SM
12367 * progmodes/octave-mod.el (octave-help): Remove.
12368
09388e76
MA
123692011-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
86c60681
CY
123782011-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
a3839de2
SM
12387 * vc/ediff-init.el (ediff-toggle-read-only-function):
12388 Use toggle-read-only.
86c60681 12389
cd5495ff
AM
123902011-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
00b77525 12395 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 12396 correct faulty logical expression.
cd5495ff
AM
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
42ee24ed
MR
124012011-10-22 Martin Rudalics <rudalics@gmx.at>
12402
12403 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 12404 last fix. Use window-in-direction correctly.
42ee24ed 12405
a7dee7e7
CY
124062011-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
a3839de2
SM
12410 require-final-newline; that's done in prog-mode.
12411 Suggested by Stefan Monnier.
a7dee7e7 12412
e07b9a6d
MR
124132011-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
7e1361d9
UM
124242011-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
30fcaf3a
CY
124292011-10-21 Chong Yidong <cyd@gnu.org>
12430
12431 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
12432 * progmodes/vera-mode.el (vera-mode):
12433 Use mode-require-final-newline.
30fcaf3a 12434
516eddb0
GM
124352011-10-20 Glenn Morris <rgm@gnu.org>
12436
db22a3c2 12437 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 12438
10d5f513
CS
124392011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
12440
12441 * emulation/cua-base.el (cua-set-mark): Fix case of string.
12442
ac6c8639
CY
124432011-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
aa42ab43
JL
124772011-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
89400f1d
SM
124822011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12483
12484 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
12485
305c07f6
MA
124862011-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
13754b54
GM
124912011-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
06e21633
CY
124962011-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
a3839de2
SM
12569 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12570 Fix autogenerated docstring.
06e21633 12571
5214e501
JL
125722011-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
195f8db9
JL
125782011-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
343a34ff
JB
125872011-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
6978a151
SM
125932011-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
6a80b297
MA
125982011-10-18 Michael Albinus <michael.albinus@gmx.de>
12599
12600 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
12601
b31a5677
JK
126022011-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
80c6d77f
GM
126092011-10-18 Glenn Morris <rgm@gnu.org>
12610
12611 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
12612
08b0fee8
CY
126132011-10-18 Chong Yidong <cyd@gnu.org>
12614
12615 * faces.el (cursor): Doc fix.
12616
67e729a5
CY
126172011-10-17 Chong Yidong <cyd@gnu.org>
12618
12619 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
12620
343a34ff 126212011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
12622
12623 * dirtrack.el (dirtrack): Support shell buffers with path
12624 prefixes, e.g. tramp-based remote shells. (Bug#9647)
12625
0bc06380
TZ
126262011-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
8b79f3e0
SM
126312011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12632
5a7c536b
SM
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
96a8a0df
SM
12638 * minibuffer.el (completion--replace): Inherit surrounding properties
12639 (bug#114).
12640 (minibuffer-complete-and-exit): Use it.
12641
8b79f3e0
SM
12642 * comint.el (comint--table-subvert): Quote the all-completions output
12643 (bug#9160).
12644
b8f7ff0d
MR
126452011-10-17 Martin Rudalics <rudalics@gmx.at>
12646
8b79f3e0 12647 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 12648
b8f7ff0d 12649 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 12650 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
12651 entries and separate them from frame entries.
12652
c235b555
GM
126532011-10-15 Glenn Morris <rgm@gnu.org>
12654
12655 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
12656 Doc fixes.
12657
6bbfa6e1
CY
126582011-10-15 Chong Yidong <cyd@stupidchicken.com>
12659
8b79f3e0
SM
12660 * net/network-stream.el (network-stream-open-starttls):
12661 Improve detection of failure due to lack of TLS support.
ec5c990d 12662
6bbfa6e1
CY
12663 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
12664 putting the input text in front and in bold.
12665
98488977
SM
126662011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
12667
3d1337be
SM
12668 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
12669
ee0b45e4
SM
12670 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
12671 empty buffer.
12672
98488977
SM
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
186f4720
EZ
126762011-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
8b7a997c
AM
126822011-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
12587bbb
EZ
126872011-10-13 Eli Zaretskii <eliz@gnu.org>
12688
12689 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
12690 character info for LRE, LRO, RLE, and RLO characters by appending
12691 an invisible PDF.
12587bbb 12692
bad41229
SM
126932011-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
28dbc92f
MA
126992011-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
e1b0b23a
SM
127162011-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
a120bde9
SM
127222011-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
7ce7717b
JL
127302011-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
c02ee9d6
GM
127362011-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
93e616fd 127412011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12742
1f190e73 12743 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
12744 only in interactive use, to avoid error.
12745
af7b6078
SM
127462011-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
0563dae9
MR
127512011-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.
366ca7f3
MR
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)
9ac13c31 12761 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 12762
49677495
MR
127632011-10-09 Martin Rudalics <rudalics@gmx.at>
12764
12765 * window.el (frame-auto-hide-function): Add version tag.
12766 (Bug#9699)
12767
56f2d1e1
MA
127682011-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
112a6592
LL
127732011-10-09 Leo Liu <sdl.web@gmail.com>
12774
12775 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
12776 (Bug#9701)
12777
0812589b
GM
127782011-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
b2b0776e
CY
127832011-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
c557cd6b
MR
127952011-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)
235ce86f 12799 (switch-to-buffer): Fix doc-string typo.
c557cd6b 12800
61a57ef4 128012011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12802
3a7d293b 12803 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 12804
c3833279
CY
128052011-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
21ce8245
GM
128102011-10-07 Glenn Morris <rgm@gnu.org>
12811
12812 * cus-start.el (debug-on-quit): Fix custom type.
12813
6d823bb2
LMI
128142011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12815
0181e193
LMI
12816 * subr.el (define-key-after): Clarify that the function is not
12817 useful for non-menu keymaps.
12818
6d823bb2
LMI
12819 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
12820
8e3459ce 128212011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12822
21ce8245 12823 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 12824 in current minibuffer (Fix bug with recursive minibuffers).
12825
a1c2d21e
CY
128262011-10-06 Chong Yidong <cyd@stupidchicken.com>
12827
12828 * progmodes/gdb-mi.el (gdb): Doc fix.
12829
5a4cf282
MR
128302011-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.
c96111ea
MR
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.
5a4cf282 12841
9854542e
SM
128422011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12843
12844 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
12845
8943cfb0
GM
128462011-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
647ab967
LL
128512011-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
3ddfbced
SM
128562011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12857
12858 * mpc.el (mpc-tool-bar-map): Add labels.
12859
bdfa5dd2
GM
128602011-10-04 Glenn Morris <rgm@gnu.org>
12861
12862 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12863
0e2070b5
MR
128642011-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
3dc61a09
SM
128742011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12875
915a9b64
SM
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
3dc61a09
SM
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
8ea0a993
SB
128922011-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
8c24b7f6
SM
128972011-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
428fe61a
SM
129032011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12904
32c1fffd
SM
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
428fe61a
SM
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
9aaf2b9c
GM
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.
428fe61a 12919
04c52e2f
CY
129202011-10-01 Chong Yidong <cyd@stupidchicken.com>
12921
ce3cefcc
CY
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
04c52e2f
CY
12942 * custom.el (custom-safe-themes, load-theme): Treat value of t for
12943 custom-safe-themes as special.
12944
79adf8c8
JD
129452011-10-01 Julien Danjou <julien@danjou.info>
12946
12947 * notifications.el (notifications-notify): Fix docstring.
12948
63bd50d3
PS
129492011-10-01 Per Starbäck <per@starback.se>
12950
12951 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
12952
199e4c7e
MR
129532011-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.
cbc5ee22 12957 (Bug#9605) and (Bug#9636)
199e4c7e 12958
fe5f08dd
EZ
129592011-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
b5516bbd
MR
129652011-09-29 Martin Rudalics <rudalics@gmx.at>
12966
ccee00c0
MR
12967 * window.el (display-buffer-record-window): When WINDOW is the
12968 selected window use `point' instead of `window-point'. (Bug#9626)
12969
b5516bbd
MR
12970 * startup.el (command-line-1): Use insert-before-markers when
12971 inserting initial-scratch-message. (Bug#9605)
ccee00c0 12972
b5516bbd
MR
12973 * help.el (help-window): Remove variable.
12974
52aa0014
GM
129752011-09-29 Glenn Morris <rgm@gnu.org>
12976
12977 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
12978
df9a7357
JB
129792011-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
a8406c20
SM
129842011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
12985
88d9610c
SM
12986 * simple.el (delete-trailing-whitespace): Fix last change.
12987
a5daf810
SM
12988 * progmodes/perl-mode.el (perl-syntax-propertize-function):
12989 Don't confuse "y => 3" as the beginning of a `y' operation.
12990
a8406c20
SM
12991 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
12992 object has more than 4 slots (bug#9613).
12993
a239d4e9
JB
129942011-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
693fbdb6
EZ
130002011-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
8b457e28
GM
130062011-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
85a16208
LMI
130112011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13012
13013 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13014 (bug#9615).
13015
502f9ebd
CY
130162011-09-27 Chong Yidong <cyd@stupidchicken.com>
13017
13018 * emacs-lisp/package.el (list-packages): Fix echo area message.
13019
7690bdea
LL
130202011-09-27 Leo Liu <sdl.web@gmail.com>
13021
13022 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13023
e2ee6f30
MA
130242011-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
f3f98342
TZ
130292011-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
dd7aa8dd
KH
130352011-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
3f2b07f8
KM
130422011-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
371d6a61
CY
130512011-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
2ac2721a
UJ
130562011-09-24 Ulf Jasper <ulf.jasper@web.de>
13057
13058 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
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".
2ac2721a 13063
fac7ae53
MA
130642011-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
e08b633b
RS
130692011-09-23 Richard Stallman <rms@gnu.org>
13070
e488d29c
RS
13071 * textmodes/paragraphs.el (forward-sentence): For backwards case,
13072 distinguish start of paragraph from start of its text.
13073
19c38752
RS
13074 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13075
e08b633b
RS
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
0a39f27e
AS
130802011-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
db4e950d
SM
130852011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13086
13087 * simple.el (delete-trailing-whitespace):
13088 Document last change; simplify.
13089
eca3f3ea
PW
130902011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
13091
d68e189a
PW
13092 * simple.el (delete-trailing-whitespace): Also delete
13093 extra newlines at the end of the buffer.
13094
eca3f3ea
PW
13095 * textmodes/picture.el: Make motion commands obey shift-select-mode.
13096 (picture-newline): Use forward-line so as to ignore fields.
13097
01c157cc
SM
130982011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13099
13100 * subr.el (with-wrapper-hook): Fix edebug spec.
13101
022de23e
LMI
131022011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13103
13104 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
13105 (bug#4538).
13106
91683089
MA
131072011-09-23 Michael Albinus <michael.albinus@gmx.de>
13108
eca3f3ea
PW
13109 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
13110 Fix nasty bug using wrong cached values.
91683089 13111
5bdd6fa4
AM
131122011-09-23 Alan Mackenzie <acm@muc.de>
13113
13114 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
13115
97adfb97
CY
131162011-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
d4ef2b50
EZ
131212011-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
72258fe5
CY
131272011-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
8f098516
RS
131392011-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
e74f1bb6
MA
131442011-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
bfeef8b6
DK
131492011-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
7e423bb8
AS
131552011-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
b4d72fcf
MR
131602011-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>.
7f80c86d
MR
13165 (special-display-popup-frame): When popping up a new frame reset
13166 its previous buffers to nil. Simplify code.
b4d72fcf 13167
a7b88dc6
MA
131682011-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
cf4eacfd
MR
131732011-09-21 Martin Rudalics <rudalics@gmx.at>
13174
eca3f3ea 13175 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
13176 Call set-window-start with NOFORCE argument t.
13177 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
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
8d28cb95
SM
131902011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13191
94ab793f
SM
13192 * faces.el (face-list): Fix docstring (bug#9564).
13193
8d28cb95
SM
13194 * window.el (display-buffer--action-function-custom-type):
13195 Don't include internal functions in the Custom interface.
13196
3820edeb
JL
131972011-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
5147931d
JL
132032011-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
cf499a1a
JD
132082011-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
f84e2fe2
LM
132142011-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
78054a46
SM
132202011-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
345083b2
SM
132262011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13227
e24e27be
SM
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
345083b2
SM
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
08d355e3
LL
132362011-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
f01da43f
CY
132412011-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
b6072fa6
SM
132462011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13247
13248 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
13249
443d6696
MA
132502011-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
7cc6e154
JL
132552011-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
80302a81
JL
132742011-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
46c5cf66
JL
132802011-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
d18b513b
JL
132852011-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
72753f87
JL
132922011-09-18 Juri Linkov <juri@jurta.org>
13293
13294 * info.el (Info-mode-syntax-table): New variable.
1154d12e 13295 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 13296
c9384295
JL
132972011-09-18 Juri Linkov <juri@jurta.org>
13298
1154d12e
JB
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).
c9384295 13302
d473dce8
CY
133032011-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
2176854d
JB
133082011-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
3aace4e4
CY
133152011-09-18 Chong Yidong <cyd@stupidchicken.com>
13316
c940224f
CY
13317 * woman.el (woman2-process-escapes): Don't delete unrecognized
13318 escapes (Bug#7843).
13319
3aace4e4
CY
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
710dec63
MA
133242011-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.
8d28cb95
SM
13329 Return complete remote file name. Handle "smb" case.
13330 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
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
5d5ac8ec
LMI
133462011-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
8c0f49f0
CY
133512011-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
8f1383f7
GM
133622011-09-17 Glenn Morris <rgm@gnu.org>
13363
13364 * progmodes/etags.el (complete-tag):
13365 Fix call to completion-in-region. (Bug#9526)
13366
744ba0e3
JL
133672011-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
d9bbf400
AS
133732011-09-17 Andreas Schwab <schwab@linux-m68k.org>
13374
13375 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
13376 check. (Bug#4251)
13377
8da11505
JL
133782011-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
a91adc7e
SJ
133832011-09-17 Sven Joachim <svenjoac@gmx.de>
13384
13385 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
13386
064f328a
EZ
133872011-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
e69df516
SM
133942011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13395
13396 * image.el (imagemagick-register-types): Use regexp-opt.
13397
cbb0f9ab
CY
133982011-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
25322144
CY
134052011-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.
e69df516
SM
13413 (package-menu-mark-obsolete-for-deletion):
13414 Use package-menu-get-status instead of a regexp search.
25322144
CY
13415 (package-menu-get-status): Use tabulated-list-entry.
13416 (package-menu-mark-upgrades): New command.
d770725a 13417 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
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
7520339c
LMI
134232011-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.
65a046c4
LMI
13427 (smtpmail-process-filter): Update the process marker so that the
13428 "broken by peer" status message is inserted in the right place.
7520339c 13429
d3c30954
SM
134302011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13431
3fe48822
SM
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
1b8b3954
SM
13437 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
13438
d3c30954
SM
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
72779976
JL
134432011-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
a0bf2bcd
CY
134512011-09-14 Chong Yidong <cyd@stupidchicken.com>
13452
17bb0a2d
CY
13453 * replace.el (occur-mode-goto-occurrence): Don't force using other
13454 window (Bug#9499).
13455
a0bf2bcd
CY
13456 * dired-aux.el (dired-do-chmod): Don't provide initial input.
13457
f678e0b6
MR
134582011-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.
d3c30954
SM
13466 * help.el (help-window-setup): New argument help-window.
13467 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
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
8e39b2e8
GM
134722011-09-13 Glenn Morris <rgm@gnu.org>
13473
13474 * emacs-lisp/debug.el (debugger-make-xrefs):
13475 Preserve point. (Bug#9462)
13476
85e9c04b
CY
134772011-09-13 Chong Yidong <cyd@stupidchicken.com>
13478
13479 * window.el (window-deletable-p): Use next-frame.
13480
1b36ed6a
MR
134812011-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
e4769531 13485 dedication and previous buffers.
1b36ed6a
MR
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.
4d61f28d 13492 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 13493
ef8ef9fb
CY
134942011-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
b2cba41e
GM
134992011-09-13 Glenn Morris <rgm@gnu.org>
13500
13501 * help.el (describe-key-briefly): Copy previous standard-output change.
13502
51553db6 135032011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
13504
13505 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
13506
b7556719
GM
135072011-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
64b51947
CY
135122011-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
393a301e
SM
135232011-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
fa5660f9
CY
135282011-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
4a592f66
CY
13535 * frame.el (delete-other-frames): Doc fix (Bug#276).
13536
73d56dbd
LMI
135372011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13538
13539 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
13540
37ac18a3
CY
135412011-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)
393a301e
SM
13549 (customize-browse, custom-buffer-create-other-window):
13550 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
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
10195bd6
AS
135672011-09-11 Andreas Schwab <schwab@linux-m68k.org>
13568
13569 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
13570
b322f63a
LMI
135712011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13572
39d7fed6
LMI
13573 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
13574 so don't mention it (bug#9301).
ba5a81f1 13575 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 13576
ee0e9f11
LMI
13577 * faces.el (face-spec-set-match-display): Make `(type graphic)'
13578 match `x', `w32' and `ns', like the manual says (bug#9029).
13579
0b1c89c1 13580 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
13581 (process-kill-buffer-query-function): Mention the buffer name in
13582 the query.
0b1c89c1 13583
77549ea8
LMI
13584 * image-mode.el (image-next-line): The line parameter is mandatory
13585 (bug#9258).
13586
803ef892
LMI
13587 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
13588 which can be useful (bug#9301).
13589
12980837
LMI
13590 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
13591
91054f8f
LMI
13592 * subr.el (match-string): Mention that the current buffer should
13593 be the same as the search was done in (bug#9282).
13594
b322f63a
LMI
13595 * facemenu.el: Disable the remove-* commands if the mark isn't
13596 active (bug#9162).
13597
3199b96f
CY
135982011-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
393a301e
SM
13616 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
13617 Use display-buffer-other-frame.
3199b96f
CY
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
8319e0bf
CY
136282011-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.
393a301e 13649 (display-buffer--maybe-same-window): Rename from
0d3ff375 13650 display-buffer-maybe-same-window.
8319e0bf 13651
919a69aa
CY
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
8319e0bf
CY
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
25173000
JL
136722011-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
056e44ef
JL
136782011-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
c3760c17
EZ
136832011-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
fece895e
RT
136942011-09-10 Reuben Thomas <rrt@sc3d.org>
13695
e69df516
SM
13696 * simple.el (count-words-region): Use buffer if there's no region
13697 (bug#9429).
fece895e 13698
5e68ce4a
JL
136992011-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
0a6b9622
AM
137052011-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
14a29deb
EZ
137102011-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
28c45130
GM
137282011-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)
69f4b618 13732 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 13733
9b1c252e
MR
137342011-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
567457e3
LL
137392011-09-08 Leo Liu <sdl.web@gmail.com>
13740
13741 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
13742
97f05794
JL
137432011-09-08 Juri Linkov <juri@jurta.org>
13744
13745 * progmodes/compile.el (compilation-environment): Make it
13746 a defcustom (bug#8340).
13747
8b0874b5
MR
137482011-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
5e617bc2 13753 for deleting window/frame. (Bug#9419)
8b0874b5
MR
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
5e617bc2 13757 argument t. (Bug#9456)
8b0874b5 13758
4feb6e73
CY
137592011-09-07 Chong Yidong <cyd@stupidchicken.com>
13760
13761 * help-mode.el (help-mode): Restore autoload.
13762
91ab9c13
JL
137632011-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
0527e251
JL
137742011-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
249f792c
JL
137822011-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
ff7271b9
OT
137872011-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
183fc730
LL
137922011-09-07 Leo Liu <sdl.web@gmail.com>
13793
13794 * net/rcirc.el (rcirc-mode): Conditionally initialize
13795 rcirc-input-ring.
13796
77694924
SM
137972011-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
d809b8eb
AM
138032011-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
453de99f
OG
138082011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
13809
13810 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
13811
90439906
JL
138122011-09-05 Juri Linkov <juri@jurta.org>
13813
13814 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
13815
f62bd846
JL
138162011-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
045820ec
JL
138262011-09-05 Juri Linkov <juri@jurta.org>
13827
13828 * subr.el (y-or-n-p): Capitalize "yes".
13829
f5e29b9b
MA
138302011-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
2784c434
CY
138462011-09-03 Chong Yidong <cyd@stupidchicken.com>
13847
393a301e 13848 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
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
464cdf56
CS
138542011-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.
393a301e 13860 (python-shell-map): Remove.
464cdf56 13861
d37e5c87
DD
138622011-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
f3ada0ee
CS
138682011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
13869
13870 * help.el (help-return-method): Doc fix.
13871
1f3c99ca
MR
138722011-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)
393a301e
SM
13877 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13878 Set window's previous buffers to nil.
1f3c99ca 13879
a3cf097f
EZ
138802011-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
3d03de90
LL
138862011-09-03 Leo Liu <sdl.web@gmail.com>
13887
13888 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
13889
c3313451
CY
138902011-09-02 Chong Yidong <cyd@stupidchicken.com>
13891
393a301e 13892 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
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
89894cd8
CY
139072011-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.
393a301e 13919 (display-buffer-default): Delete.
89894cd8
CY
13920 (pop-to-buffer-1): Fix choice of actions.
13921
ae0bc9fb
SM
139222011-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
e9d90883
EZ
139272011-09-01 Eli Zaretskii <eliz@gnu.org>
13928
13929 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
13930
437014c8
CY
139312011-09-01 Chong Yidong <cyd@stupidchicken.com>
13932
13933 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
13934 (display-buffer-same-window, display-buffer-other-window):
13935 New functions.
437014c8
CY
13936 (pop-to-buffer-1): New function. Use the above.
13937 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 13938 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
13939
13940 * view.el (view-buffer-other-window, view-buffer-other-frame):
13941 Just use pop-to-buffer.
13942
a5e063d5
TV
139432011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13944
13945 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
13946
793d32bb
WH
139472011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
13948
13949 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
13950
d65e4c15
RS
139512011-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
f818cd2a
MR
139592011-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)
ae0bc9fb
SM
13989 (special-display-regexps, special-display-function):
13990 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
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)
ae0bc9fb
SM
14001 (window--display-buffer-2, display-buffer-other-frame):
14002 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
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.
ae0bc9fb
SM
14014 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14015 Rewrite using Emacs 23 options.
f818cd2a 14016
5bc3b51d
MA
140172011-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
b46a6a83 14023 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
14024 (tramp-drop-volume-letter): Simplify definition.
14025 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 14026
b1a4f8e1
SM
140272011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14028
14029 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14030 (bug#9356).
14031
5664fa7b
RT
140322011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14033
b1a4f8e1 14034 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 14035
9a45d6c3
JL
140362011-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
fb87e0fb
CY
140412011-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
09ac1c2a
CS
140462011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14047
14048 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 14049 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
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
7a1ff57f
CY
140552011-08-28 Chong Yidong <cyd@stupidchicken.com>
14056
14057 * server.el (server-port): Doc fix.
14058
b9696605
CY
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
ef8cdf8c
AM
140632011-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
27de4e20
DD
140722011-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
356a3681
SM
140772011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14078
14079 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14080
3fc9b218
AM
140812011-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
538a061c
MR
140862011-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
35b1c40c
DD
140922011-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
2f6a3e79
GM
140972011-08-27 Glenn Morris <rgm@gnu.org>
14098
14099 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
14100
7254299e
CY
141012011-08-26 Chong Yidong <cyd@stupidchicken.com>
14102
14103 * emacs-lisp/package.el (package-install): Call package-initialize
14104 if called interactively.
14105
f8ccf167
LL
141062011-08-26 Leo Liu <sdl.web@gmail.com>
14107
14108 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
14109
3e8cd5ce
JL
141102011-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
93eb7113
JL
141152011-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
f65d1611
JL
141212011-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
f1cf7a31
JL
141262011-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
0c95fcf7
EZ
141322011-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
a2ebe600
DD
141372011-08-25 Deniz Dogan <deniz@dogan.se>
14138
14139 * net/quickurl.el: Documentation typo fixes.
14140
e4ed06f1
CY
141412011-08-25 Chong Yidong <cyd@stupidchicken.com>
14142
14143 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
14144
e5f1c99e
GM
141452011-08-25 Glenn Morris <rgm@gnu.org>
14146
b2948976
GM
14147 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14148
e5f1c99e
GM
14149 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
14150 (smtpmail-via-smtp): Handle nil response from smtp.
14151
f22f4808
JL
141522011-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
6a93965e
JL
141652011-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
1ed43b09
CY
141702011-08-24 Chong Yidong <cyd@stupidchicken.com>
14171
5664fa7b
RT
14172 * window.el (quit-window): Rename from quit-restore-window.
14173 Use same arglist as old quit-window.
1ed43b09
CY
14174 (frame-auto-delete): Doc fix.
14175
14176 * view.el (view-mode-exit): Use quit-window.
14177
11dcdbb2
JL
141782011-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
de62b4df
KH
141872011-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
963b492b
SM
141942011-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
93b6b5e1
SM
142022011-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
bca633fb
EZ
142072011-08-23 Eli Zaretskii <eliz@gnu.org>
14208
b177498a
EZ
14209 * cus-start.el (all): Add entry for bidi-paragraph-direction.
14210
6df6ae42 14211 * international/uni-bidi.el: Regenerate.
bca633fb 14212
0902a04e
KH
142132011-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
3bbf23bc
MR
142312011-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
b3fd59bd
SM
142362011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14237
1802e444
SM
14238 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
14239 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
14240
b3fd59bd
SM
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
4eb61348
SM
142462011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14247
867cab74
SM
14248 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
14249 strings and comments (bug#9333).
14250
4eb61348
SM
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
262a1439
JL
142552011-08-22 Juri Linkov <juri@jurta.org>
14256
56ee679c
JL
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
262a1439
JL
14261 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
14262 to check for empty output (bug#9226).
14263
f13f86fb
CY
142642011-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
c65c9622
LMI
142702011-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.
e7f2c178 14275 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
14276 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
14277 probe hangs.
c65c9622 14278
23a8a5ab
CY
142792011-08-21 Chong Yidong <cyd@stupidchicken.com>
14280
ff98b2dd
CY
14281 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
14282
23a8a5ab
CY
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
f5e3c598
LMI
142892011-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
a3f2468a
CY
142942011-08-21 Chong Yidong <cyd@stupidchicken.com>
14295
2c34e8da
CY
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
b3fd59bd
SM
14302 * progmodes/compile.el (compilation-error-properties):
14303 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
14304 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
14305 `ant' regexp.
ee31aabc 14306
a3f2468a
CY
14307 * net/browse-url.el (browse-url-firefox): Don't call
14308 browse-url-firefox-sentinel unless using -remote (Bug#9328).
14309
8e999f70
GM
143102011-08-20 Glenn Morris <rgm@gnu.org>
14311
c21a496a
GM
14312 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
14313
59ee0542
GM
14314 * tutorial.el (tutorial--default-keys): Update some default bindings.
14315
8e999f70
GM
14316 * files.el (hack-local-variables): Fully ignore case for "mode:".
14317
e3715033
AM
143182011-08-20 Alan Mackenzie <acm@muc.de>
14319
14320 Resolve invalid use of a regexp in regexp-opt.
14321
4d61f28d
JB
14322 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
14323 detection for a java annotation.
e3715033 14324
4d61f28d 14325 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
14326 detection for a java annotation.
14327
4d61f28d
JB
14328 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
14329 handling for java.
e3715033
AM
14330 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
14331
04ed2e9c
CY
143322011-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
826cee64
AM
143372011-08-20 Alan Mackenzie <acm@muc.de>
14338
58179cce 14339 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
14340 such a construct. Mainly for when jit-lock etc. starts a chunk
14341 here.
14342
58179cce 14343 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 14344 variable.
58179cce 14345 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
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
13009bd8
MR
143562011-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
9234ff7f
GM
143622011-08-19 Glenn Morris <rgm@gnu.org>
14363
14364 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 14365 Downcase "Mode:". (Bug#9331)
9234ff7f 14366
f635daa1
CY
143672011-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
bc987f8b
JL
143762011-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
57173b96
LMI
143912011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14392
3e79eb87
LMI
14393 * mail/smtpmail.el (auth-source): Require to avoid problems with
14394 binding variables (bug#9298). Also clean up some unused
14395 autoloads.
14396
b3fd59bd
SM
14397 * net/network-stream.el (network-stream-open-starttls):
14398 Support using starttls.el without using gnutls-cli.
57173b96 14399
02b404de
JL
144002011-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
8c9177f2
MR
144052011-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
3644a0ab
DU
144112011-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
5e617bc2 144212011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
14422
14423 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
14424
9c4aeabf
AM
144252011-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
3a99bf64
RS
144302011-08-16 Richard Stallman <rms@gnu.org>
14431
04963aa8
RS
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
177549d0
RS
14440 * mail/rmail.el (rmail-epa-decrypt): New command.
14441
fe38beef
RS
14442 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
14443 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
14444 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
14445 (epa-decrypt-armor-in-region): Make error message clearer.
14446
934eacb9
SM
144472011-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
d024fb4e
CY
144522011-08-14 Chong Yidong <cyd@stupidchicken.com>
14453
14454 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
14455 filter groups.
de148fee
CY
14456 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
14457 Fourquet (Bug#8804).
d024fb4e 14458
62f1ca49
JB
144592011-08-12 Juanma Barranquero <lekktu@gmail.com>
14460
14461 * startup.el (argi): Declare as global variable (bug#9275).
14462
9ccaaa4b
CY
144632011-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
a3dae87a
SM
144682011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
14469
6cd18349
SM
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
a3dae87a
SM
14478 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
14479
9d5cb631
DU
144802011-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
3e26a4a2
CY
144882011-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
a3dae87a
SM
14496 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14497 Use string-mark-left-to-right.
3e26a4a2
CY
14498 (tabulated-list-print): Recenter after moving point.
14499
ac8cf6e6
JL
145002011-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
8d96c9a4
CY
145062011-08-09 Chong Yidong <cyd@stupidchicken.com>
14507
14508 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
14509 (Bug#7554).
14510
7be1c708 145112011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
14512
14513 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
14514 character. (Bug#6594)
14515
37e11a63
CY
145162011-08-08 Chong Yidong <cyd@stupidchicken.com>
14517
839dde57
CY
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
37e11a63
CY
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
0b4946c4
DU
145312011-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
75bfc667
JL
145442011-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
673e08bb
SM
145532011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
14554
4640dd88
SM
14555 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
14556 of statements and in a few more cases (bug#9183).
14557
673e08bb
SM
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
89b3f019
MR
145622011-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
640c8776
SM
145722011-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
63648a95
MA
145782011-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
b796c9b7
SM
145852011-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
2239d7d5
LMI
145902011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14591
e07dd7c3
LMI
14592 * mail/sendmail.el (sendmail-query-once): Restore the current
14593 buffer after querying (bug#9074).
14594
0e6a2bd7
LMI
14595 * dired.el (dired-flagged): Use different faces for marked and
14596 flagged files (bug#6117).
14597
ce887515
LMI
14598 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
14599 (bug#4433).
14600
92f2affc
LMI
14601 * ido.el (ido-mode): Switch off the message if called
14602 non-interactively.
14603
57d5aff0
LMI
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
98cd6c18 14608 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 14609 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
14610 exist.
14611
b96dec83
LMI
14612 * info.el: Remove the `Info-beginning-of-buffer' function
14613 (bug#8325).
14614
b796c9b7
SM
14615 * net/network-stream.el (network-stream-open-starttls):
14616 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 14617
d90e2ea0
MR
146182011-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)
b796c9b7 14624 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 14625
cca09170
SM
146262011-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
027b979c
DD
146312011-08-01 Deniz Dogan <deniz@dogan.se>
14632
14633 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
14634
3c7ee4f3
MA
146352011-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
2cc8e51a
JL
146412011-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
a514d856
JM
146482011-07-28 Jose E. Marchesi <jemarch@gnu.org>
14649
14650 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 14651 numeric argument to read-number (bug#9163).
a514d856 14652
8a7eddd7
MA
146532011-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
1ddd96f5
LL
146582011-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
b248a85d
AM
146662011-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
58179cce 14676 parsed as a bitfield declaration.
b248a85d 14677
b796c9b7
SM
14678 * progmodes/cc-engine.el (c-beginning-of-statement-1):
14679 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
14680 (c-punctuation-in): New function.
14681 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
14682 declarations properly.
14683
68575ab0
UJ
146842011-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.
b796c9b7 14688 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 14689
0f0a88b9
DD
146902011-07-25 Deniz Dogan <deniz@dogan.se>
14691
14692 * image.el (insert-image): Clarifying docstring.
14693
0b3f36df
MA
146942011-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
a9901f61
AM
147002011-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
4d61f28d 14707 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
14708 "(require 'cc-langs)". Quote a form so it will evaluate at
14709 (cc-mode's) compilation time.
14710
11d074b2
MA
147112011-07-22 Michael Albinus <michael.albinus@gmx.de>
14712
14713 * net/tramp.el (tramp-file-name-handler): Avoid recursive
14714 loading. (Bug#9114)
14715
938b94c8
MR
147162011-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
b796c9b7 14722 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 14723
bfa4f190
SS
147242011-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
8ca42262
LMI
147312011-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
5db2afd2 147362011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 14737
5db2afd2
RW
14738 * proced.el (proced-send-signal): For *Marked Processes* buffer
14739 put point at beginning of buffer.
14740
92e15d10
SB
147412011-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
1bfd59e5
LMI
147462011-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
f5aae37c
MR
147512011-07-19 Martin Rudalics <rudalics@gmx.at>
14752
14753 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
14754 (display-buffer-alist-set-1, display-buffer-alist-set-2):
14755 New functions.
f5aae37c
MR
14756 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
14757 more accurately.
14758
bf2c1571
AM
147592011-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
b796c9b7
SM
14766 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14767 New function.
bf2c1571
AM
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
4e190b80
LMI
147752011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14776
12dc863d
LMI
14777 * image.el (put-image): Doc typo fix.
14778
a762e966
LMI
14779 * progmodes/etags.el (tags-search): Doc typo fix.
14780
4e190b80
LMI
14781 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
14782 password if we get errors 550 to 554.
14783
f019fb21
LMI
147842011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14785
b796c9b7 14786 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 14787
81746738
LMI
14788 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
14789 indentation character (bug#6380).
14790
3ee3a1b5
LMI
14791 * files.el (buffer-offer-save): Made permanently local (bug#6241).
14792
c82f64de
LMI
14793 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
14794 to clarify what the problem is (bug#4291).
14795
f019fb21
LMI
14796 * simple.el (current-kill): Clarify what
14797 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
14798 (auto-fill-mode): Document `auto-fill-function' in relation to
14799 `auto-fill-mode' (bug#2470).
f019fb21 14800
0794775d
LM
148012011-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
be39b8cc
MR
148062011-07-16 Martin Rudalics <rudalics@gmx.at>
14807
b796c9b7 14808 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 14809 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
14810 selected before, see discussion of (Bug#8615), (Bug#6954).
14811 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 14812
6ccf7859
GM
148132011-07-15 Glenn Morris <rgm@gnu.org>
14814
14815 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 14816 Respect help-form.
6ccf7859 14817
87e86684
LM
148182011-07-09 Lawrence Mitchell <wence@gmx.li>
14819
14820 * net/gnutls.el (gnutls-min-prime-bits): New variable.
14821 (gnutls-negotiate): Use it.
14822
d6066239
LMI
148232011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14824
b796c9b7
SM
14825 * net/gnutls.el (gnutls-negotiate):
14826 Upcase `gnutls-algorithm-priority'.
d6066239 14827
bd23ebc0
GM
148282011-07-15 Glenn Morris <rgm@gnu.org>
14829
c65bca65
GM
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.
bd23ebc0 14834
478615cc
LMI
148352011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
14836
7b41decb
LMI
14837 * net/gnutls.el (gnutls-algorithm-priority): New variable.
14838 (gnutls-negotiate): Use it.
14839
dbc44fcd
LMI
14840 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
14841
06789f97
LMI
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).
ab896c37 14845 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 14846
c39da690
LMI
14847 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
14848
3aa5f34b
LMI
14849 * international/mule-cmds.el
14850 (describe-specified-language-support): Make the error message
14851 clearer (bug#8905).
14852
4bf0979f
LMI
14853 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
14854
478615cc
LMI
14855 * isearch.el (isearch-barrier): Add a doc string, since it's
14856 mentioned in a function doc string (bug#8678).
14857
75c68aa1
MR
148582011-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
a7c33da2
GM
148632011-07-15 Glenn Morris <rgm@gnu.org>
14864
14865 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
14866
2f5c6024
LMI
148672011-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
0bb23927 148722011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
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.
0bb23927
EZ
14879 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
14880 paragraph direction.
cce4b0a7 14881
621ef9ab
LMI
148822011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14883
d1583c48
LMI
14884 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
14885 the man page name (bug#7929).
14886
6a57fb5f
LMI
14887 * image.el (put-image): Mention the `put-image' overlay property
14888 (bug#7834).
14889
d7956b14
LMI
14890 * scroll-bar.el (set-scroll-bar-mode): Mention that
14891 `scroll-bar-mode' lists the values (bug#7772).
14892
5b2d4a66
LMI
14893 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
14894 command (bug#7729).
14895
7509a874
LMI
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
4fe74b19
LMI
14901 * printing.el (pr-toggle-region): Clarify the documentation
14902 slightly (bug#7493).
14903
b796c9b7
SM
14904 * time.el (display-time-update):
14905 Allow `display-time-mail-function' to return nil (bug#7158).
14906 Fix suggested by Detlev Zundel.
ab283561 14907
fc233c9d
LMI
14908 * vc/diff.el (diff): Clarify the order the file names are read
14909 (bug#7111).
14910
43f5740b
LMI
14911 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
14912 the doc string (bug#7015).
14913
f2182a76
LMI
14914 * font-lock.el (font-lock-maximum-decoration): Mention what
14915 numeric levels mean (bug#6935).
14916
621ef9ab
LMI
14917 * startup.el (initial-buffer-choice): Don't mention the `none'
14918 selection, which is against policy.
14919
adc47434
MR
149202011-07-14 Martin Rudalics <rudalics@gmx.at>
14921
b796c9b7
SM
14922 * window.el (display-buffer-normalize-special):
14923 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 14924
7e5bfb8f
EZ
149252011-07-14 Eli Zaretskii <eliz@gnu.org>
14926
14927 * subr.el (version<, version<=, version=): Mention "-CVS" and
14928 "-12345" alpha version numbers.
14929
27fa387a
CY
149302011-07-14 Chong Yidong <cyd@stupidchicken.com>
14931
14932 * bindings.el: Add advertised binding for set-mark-command
14933 (Bug#5772).
14934
8bdfa064
CY
149352011-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):
b796c9b7 14944 Delete.
8bdfa064 14945
5eba16a3
JB
149462011-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
15853710
LMI
149522011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14953
a28e4607
LMI
14954 * subr.el (with-silent-modifications): Clarify somewhat what the
14955 macro inhibits (bug#6525).
14956
15853710
LMI
14957 * simple.el (eval-expression): Note what it does if called
14958 interactively (bug#6495).
14959
bee0fcef
CY
149602011-07-13 Chong Yidong <cyd@stupidchicken.com>
14961
b796c9b7
SM
14962 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
14963 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
14964
14965 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14966 Remove switch-to-buffer.
14967
58274504
LMI
149682011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14969
bd2fcc8d
LMI
14970 * files.el (make-directory): Clarify that an error will be raised
14971 if there's an error (bug#6397).
14972
0f04b32c
LMI
14973 * startup.el (initial-buffer-choice): Add `none' as a choice
14974 (bug#6234).
14975
465c5fc8
LMI
14976 * subr.el (add-hook): Clarify section about buffer-local hooks
14977 (bug#6218).
14978
58274504
LMI
14979 * dired.el (dired-flagged): Clarify doc string (bug#6117).
14980
bead9a43
JB
149812011-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
3af98a7b
LMI
149862011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
14987
b796c9b7
SM
14988 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
14989 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 14990
6240145a
GM
149912011-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
1d8c2ccc
LMI
149972011-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
5fc4038e
CY
150022011-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
bf6012e5
DN
150072011-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
343c3b5a
LMI
150132011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15014
7e9505c5
LMI
15015 * dired.el (dired-insert-set-properties): Make the doc string
15016 reflect what it does now (bug#5325).
15017
c26fdcf5
LMI
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
bb388cc5
LMI
15021 * international/mule-cmds.el (prefer-coding-system): Add an
15022 example (bug#4869).
15023
343c3b5a
LMI
15024 * progmodes/etags.el (tags-search): Document `file-list-form'
15025 (bug#4731).
15026
2a517d45
LM
150272011-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
b6c78ef2
JB
150332011-07-13 Juanma Barranquero <lekktu@gmail.com>
15034
15035 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15036 binary endings (bug#4440).
15037
1c4dd947
LMI
150382011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15039
a2014063
LMI
15040 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15041 which can be pretty annoying (bug#8971).
15042
9c9c2d88
LMI
15043 * jka-compr.el (jka-compr-verbose): New variable, and use
15044 throughout (bug#8971).
15045
1c4dd947
LMI
15046 * info.el (Info-find-file): Fall back on the installation
15047 directory if we can't find the info node anywhere else.
15048
a1c9f41b
SO
150492011-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
536f3d36
LMI
150542011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15055
7152b011
LMI
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
536f3d36
LMI
15060 * progmodes/cc-vars.el: Remove (probably) misleading comment
15061 (bug#4396).
15062
460c0fba
JB
150632011-07-12 Johan Bockgård <bojohan@gnu.org>
15064
15065 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15066
7a6bda45
CY
150672011-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
c79598ef
JB
150762011-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
ff8be6ef
RW
150812011-07-12 Roland Winkler <winkler@gnu.org>
15082
b796c9b7
SM
15083 * textmodes/bibtex.el (bibtex-initialize):
15084 Use pop-to-buffer-same-window.
ff8be6ef
RW
15085 (bibtex-search-entries): Fix interactive call.
15086
296ba3ee
LMI
150872011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15088
f5242a02 15089 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
15090 Fontise bytecomp Error lines more correctly (bug#2490).
15091 Fix suggested by Johan Bockgård.
f5242a02 15092
296ba3ee
LMI
15093 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15094
15095 * dired-x.el (dired-guess-default): Use `delete-dups'.
15096
f69fd0d2
CY
150972011-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
eab5dc07
LMI
151022011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15103
b796c9b7
SM
15104 * mail/sendmail.el (sendmail-query-once):
15105 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
15106 emacs -Q.
15107
15108 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15109
eab5dc07
LMI
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
a1e65d42
JB
151142011-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
1d52da10
LMI
151202011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15121
be958f1d
LMI
15122 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
15123
5bedb26c
LMI
15124 * cus-edit.el (custom-guess-name-alist): -alist variables should
15125 use the `alist' type (bug#3120). Suggested by Drew Adams.
15126
1d52da10
LMI
15127 * printing.el: Add documentation to all the `pr-toggle-' commands.
15128
cd394be1 151292011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
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
dcc88d8a
LMI
151342011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15135
c3de9feb
LMI
15136 * dired-x.el (dired-guess-default): Remove duplicate shell command
15137 entries (bug#2028).
8a93078b 15138 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 15139 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 15140
dcc88d8a
LMI
15141 * subr.el (remove-duplicates): New conveniency function.
15142
505e3645
LMI
151432011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15144
15145 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
15146 (bug#1526).
15147
151482011-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
455e4fa1
BR
151542011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
15155
15156 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
15157
8e0bc3e9
CY
151582011-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
fa7c3228
CY
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
c0a7f300
BN
151682011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
15169
b796c9b7
SM
15170 * emulation/viper-cmd.el (viper-change-state-to-vi):
15171 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 15172
4dc2a129
MR
151732011-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.
b796c9b7 15178 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
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.
b796c9b7 15193 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 15194 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
15195 (display-buffer-in-window, display-buffer-alist-set):
15196 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
15197 <tassilo@member.fsf.org>.
15198
2d43b8c9
LL
151992011-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
7f9b7c53
GM
152042011-07-09 Glenn Morris <rgm@gnu.org>
15205
15206 * subr.el (remq): Handle the empty list. (Bug#9024)
15207
f042cfd8
AS
152082011-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
856b2f11
SM
152142011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15215
15216 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
15217
afae1d68
MA
152182011-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
0757af94
SM
152232011-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
d760b731
LMI
152282011-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
cd79ce90
JL
152362011-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
14cc04aa
CY
152432011-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
0a1848ec
LMI
152482011-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
f5bd0689
CY
152542011-07-07 Chong Yidong <cyd@stupidchicken.com>
15255
538e85c6
CY
15256 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
15257 (Info-read-node-name): Doc fix (Bug#1084).
15258
f5bd0689
CY
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
56ec5115
LMI
152662011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15267
f3f8e37f
LMI
15268 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
15269 should cover it (bug#1281).
15270
0757af94 15271 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 15272
e9fce1ac 15273 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
15274 negotiation fails, then possibly try again with a non-encrypted
15275 connection (bug#9017).
15276
56ec5115
LMI
15277 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
15278 be used.
15279
c2f9aec8
RS
152802011-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
ef7b981d 152882011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
15289
15290 * international/characters.el (build-unicode-category-table):
15291 Delete it.
0757af94 15292 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 15293
0757af94 15294 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
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.
0757af94
SM
15301 (char-code-property-description):
15302 Call unicode-property-table-internal to load a file.
c805dec0
KH
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
e14b388a
CY
153232011-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
354cf0ba
RS
153302011-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
a48868a7
LMI
153372011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15338
4906cd3d
LMI
15339 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
15340 defcustom again for backwards compatibility.
15341
e0457abe
LMI
15342 * simple.el (shell-command-on-region): Fill.
15343
d67f7e1f
LMI
15344 * dired-aux.el (dired-kill-line): Add a doc string.
15345
fe204702
LMI
15346 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
15347 to "\\sw\\|\\s_" (bug#358).
15348
a48868a7
LMI
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
aa8a705c
RS
153552011-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
a9a936b9
RS
15365 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
15366 if ENTITY is a string.
15367
1f2b92cb
LMI
153682011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15369
f4f73198 15370 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
15371 of faces when `M-C-x'-ing their definitions (bug#8378).
15372 Also clean up the code slightly.
f4f73198 15373
12b16734 15374 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 15375 because that makes the colors go away.
12b16734 15376
f0691d22
LMI
15377 * mail/sendmail.el (send-mail-function): Change the default to
15378 `sendmail-query-once'.
9e87df06 15379 (sendmail-query-once): Add an autoload cookie.
f0691d22 15380
1f2b92cb
LMI
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
1cdd2a1b
MA
153872011-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
fbcc67e2
MM
153932011-07-06 Michael R. Mauger <mmaug@yahoo.com>
15394
15395 * progmodes/sql.el: Version 3.0
0757af94 15396 (sql-product-alist): Add product :completion-object,
fbcc67e2 15397 :completion-column, and :statement attributes.
0757af94 15398 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 15399 (sql-mode-syntax-table): Mark all punctuation.
0757af94 15400 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
15401 ansi keywords.
15402 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 15403 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
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.
0757af94
SM
15409 (sql-mode-map): Add statement movement functions.
15410 (sql-ansi-statement-starters, sql-oracle-statement-starters):
15411 New variable.
fbcc67e2
MM
15412 (sql-statement-regexp, sql-beginning-of-statement)
15413 (sql-end-of-statement, sql-signum): New functions.
0757af94 15414 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
15415 (sql-show-sqli-buffer): Bug fix.
15416 (sql-interactive-mode): Store connection data as buffer local.
0757af94 15417 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
15418 with sql-interactive-mode.
15419 (sql-save-connection): Save buffer local settings.
0757af94 15420 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
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):
0757af94 15427 Redesign.
fbcc67e2
MM
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
d4eaeab1
GM
154412011-07-06 Glenn Morris <rgm@gnu.org>
15442
15443 * window.el (pop-to-buffer): Doc fix.
15444
322b7dab 154452011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
15446
15447 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
15448
322b7dab 154492011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 15450
322b7dab 15451 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 15452
322b7dab 15453 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 15454
605dd5bf
CY
154552011-07-05 Chong Yidong <cyd@stupidchicken.com>
15456
15457 * button.el (button): Inherit from link face. Suggested by Dan
15458 Nicolaescu.
15459
7dbfa719
SM
154602011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15461
3db614b0
SM
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
7dbfa719
SM
15466 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
15467 if imenu is simply not configured (bug#8941).
15468
919d884a
KM
154692011-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.
7dbfa719
SM
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
919d884a
KM
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
450a0f09
SM
154822011-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
2de69e00
RW
154892011-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)
450a0f09
SM
15501 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
15502 Bind via bibtex-set-dialect.
2de69e00
RW
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.
450a0f09
SM
15508 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
15509 Obey bibtex-no-opt-remove-re.
2de69e00
RW
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
2dcdbdd9
SM
155152011-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
b27640fe
JB
155262011-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
53bbe3ad
JB
155322011-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
1d3cdbc7
JD
155372011-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
9173deec
JB
155422011-07-05 Juanma Barranquero <lekktu@gmail.com>
15543
15544 * register.el (registerv-make):
15545 * window.el (window-min-height): Fix typos in docstrings.
15546
869795d6
JD
155472011-07-05 Jan Djärv <jan.h.d@swipnet.se>
15548
9173deec 15549 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
15550 Update doc string.
15551
b768cdcd
JB
155522011-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
13aa217b
KM
155582011-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
5d3385a0 15564 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
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
2dcdbdd9 15592 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
15593 Adjust buffer-saved-size and some allout state to inhibit auto-saves
15594 if there are plain-text topics pending encryption.
13aa217b
KM
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
0757af94
SM
15600 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
15601 No longer provide for exemption of the current topic.
13aa217b 15602
ac89b32c
JL
156032011-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
8fa39615
SM
156122011-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
2f11b3f1
CY
156172011-07-04 Chong Yidong <cyd@stupidchicken.com>
15618
d66fef2b
CY
15619 * bindings.el: Ignore next-buffer and previous-buffer in
15620 minibuffer-local-map.
15621
2f11b3f1
CY
15622 * font-lock.el (font-lock-builtin-face): Change light background
15623 color to dark slate blue (Bug#6693).
15624
f932a347
WD
156252011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
15626
15627 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
15628
c8af70e1
SM
156292011-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
f158badc
LMI
156352011-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
6d95bd46
MA
156402011-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
909e6b67
MK
156582011-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
156632011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15664
c8af70e1 15665 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 15666
f34755dc
PE
156672011-07-04 Paul Eggert <eggert@cs.ucla.edu>
15668
396cec72
PE
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.
08235028 15672 (timer--time-less-p): Use time-less-p.
f34755dc 15673
56e6cc31
JB
156742011-07-04 Juanma Barranquero <lekktu@gmail.com>
15675
3abb79e5
JB
15676 * type-break.el (timep): Use the value of `float-time' to avoid a
15677 byte-compiler warning.
15678
56e6cc31
JB
15679 * server.el (server-eval-and-print): Return any result, even nil.
15680
7b9430b4
PE
156812011-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
3034e9e7
LMI
156902011-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
1485f4c0
CY
156952011-07-03 Chong Yidong <cyd@stupidchicken.com>
15696
15697 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 15698 Move from faces.el.
1485f4c0
CY
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
9fa3dd45
LMI
157062011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15707
c8af70e1 15708 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
15709 (bug#8769).
15710
6cbbc20c
KR
157112011-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
c7f98048
LMI
157172011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15718
65676592
LMI
15719 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
15720 `smtpmail-via-smtp' now returns the error instead of nil.
15721
c7f98048
LMI
15722 * isearch.el (isearch-search-fun-function): Clarify the doc string
15723 (bug#8101).
15724
56e6cc31 157252011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
15726
15727 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
15728 unnecessary spaces (bug#8987).
15729
2b216704
LMI
157302011-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
157352011-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
36adf6ce
LMI
157402011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
15741
1ca0da0e
LMI
15742 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
15743
fc00f69c
LMI
15744 * fringe.el (fringe-query-style): Remove redundant text " (type ?
15745 for list)" (bug#6475).
15746
28fd8759 15747 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 15748 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
15749 an error (bug#6297).
15750
0dd8b6da
LMI
15751 * man.el (Man-reference-regexp): Allow matching possible
15752 word-wrapped references (bug#6289).
15753
ce1438d6
LMI
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
36adf6ce
LMI
15760 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
15761
e83cc1f7
LMI
157622011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15763
8a20ca4c
LMI
15764 * custom.el (defcustom): Clarify that :set is only used in the
15765 Customize user interface (bug#6089).
15766
83319045
LMI
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
a8392169
LMI
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
e83cc1f7
LMI
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
e47ca23b
KM
157782011-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
5cf56143
LMI
157872011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15788
08549772
LMI
15789 * minibuffer.el (completion-in-region): Document PREDICATE
15790 (bug#7136).
15791
48e96771
LMI
15792 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
15793 of keyword/argument pairs (bug#6904).
15794
c8af70e1
SM
15795 * replace.el (multi-occur):
15796 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 15797
e17d05e2
LMI
157982011-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
063b0e45
LMI
158032011-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
28545e04
MR
158092011-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
3349e122
SM
158162011-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
d224ac83
GM
158322011-07-01 Glenn Morris <rgm@gnu.org>
15833
3de63bf8
GM
15834 * type-break.el (type-break-time-sum): Use dolist.
15835
d224ac83
GM
15836 * textmodes/flyspell.el (flyspell-word-search-backward):
15837 Replace CL function.
15838
1a1e3f32
SM
158392011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
15840
fe3f64d5
SM
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
eb604e34
SM
15845 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
15846 (vc-bzr-revision-completion-table): Add support for annotate and date.
15847
1a1e3f32
SM
15848 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
15849 inherit from parent.
15850
5bd35902
LMI
158512011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15852
ace6c69c 15853 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 15854 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 15855
191e2bed
LMI
15856 * dired.el (dired-mode): Fix up the doc string as suggested by
15857 Drew Adams (bug#8817).
15858
5bd35902
LMI
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
eee8207a
TZ
158632011-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)
eb604e34 15875 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 15876
36b148cf
MA
158772011-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
0bf4ba9a
MR
158832011-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
35837f51
PE
158992011-07-01 Paul Eggert <eggert@cs.ucla.edu>
15900
d0672f86
PE
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
b9444d97
PE
15905 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
15906 by using time-since and float-time.
15907
0ef923dc
PE
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
2f81380d
PE
15912 * type-break.el (type-break-time-sum): Rewrite using time-add.
15913
845b5c3e
PE
15914 * play/hanoi.el (hanoi-current-time-float): Remove.
15915 All uses replaced by float-time.
15916
ee6f1be0
PE
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
fe955043
PE
15921 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
15922
5777162a
PE
15923 * calendar/timeclock.el (timeclock-seconds-to-time):
15924 Defalias to seconds-to-time, since they're the same thing.
15925
3103f8b6 15926 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 15927 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
15928 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
15929
0e61a35f
SM
159302011-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
ddd63a1e
CY
159362011-07-01 Chong Yidong <cyd@stupidchicken.com>
15937
0e61a35f
SM
15938 * eshell/em-smart.el (eshell-smart-display-navigate-list):
15939 Add mouse-yank-primary.
ddd63a1e 15940
055f4923
TZ
159412011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
15942
15943 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
15944
6a2fb145
SM
159452011-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
fd4983f2
LMI
159512011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15952
887d14ad
LMI
15953 * textmodes/flyspell.el (flyspell-word): Consider words that
15954 differ only in case as potential doublons (bug#5687).
15955
c53dc7fc
LMI
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
fd4983f2
LMI
15960 * comint.el (comint-password-prompt-regexp): Accept "Response" as
15961 a password-like phrase.
15962
7a71b18d 159632011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
15964
15965 * progmodes/cc-guess.el: New file.
15966
6a2fb145 15967 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
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
1fa280a3
LM
159752011-06-30 Lawrence Mitchell <wence@gmx.li>
15976
15977 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
15978
e6597158
AM
159792011-06-30 Alan Mackenzie <acm@muc.de>
15980
1fa280a3
LM
15981 * progmodes/cc-engine.el (c-guess-continued-construct):
15982 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
15983 lock is disabled. Name this case as "CASE G".
15984
68ba37fb
KM
159852011-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
887a0b34
GM
159992011-06-30 Glenn Morris <rgm@gnu.org>
16000
94b9acce
GM
16001 * w32-fns.el (w32-charset-info-alist): Declare.
16002
1d9b46d4
GM
16003 * find-dired.el (find-grep-options): Simplify.
16004
cc232200
GM
16005 * term/ns-win.el (ns-set-resource): Declare.
16006
28e77c46
GM
16007 * ses.el (row, col): Declare dynamic variables honestly.
16008
887a0b34
GM
16009 * textmodes/reftex-parse.el (index-tags): Declare.
16010
658d8eb8
CY
160112011-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
1fa280a3
LM
16017 * custom.el (load-theme): New arg NO-CONFIRM.
16018 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
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
bb617717
LMI
160242011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16025
d61bdd5d
LMI
16026 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16027 short URLs have at least one dot in them (bug #7614).
16028
bb617717
LMI
16029 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16030 nil, because using a pty is apparently too slow (bug #895).
16031
2f31f37a
LMI
160322011-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
3076b24e
GM
160372011-06-29 Glenn Morris <rgm@gnu.org>
16038
faf2a174
GM
16039 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16040
3076b24e
GM
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
5386012d
MR
160452011-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
1176868d
CY
160772011-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
20a7a65f
LMI
160832011-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
5f45cca5
MR
160882011-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
ad85fe1f
DD
161002011-06-28 Deniz Dogan <deniz@dogan.se>
16101
1fa280a3
LM
16102 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16103 Unnest `let'.
da68c4c8 16104
ad85fe1f
DD
16105 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
16106 selectors (Bug#5732).
ec49bd31 16107 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 16108
a08cc025
JA
161092011-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
e2b551c5
SM
161152011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16116
16117 * help-fns.el (describe-variable): Fix message for terminal-local vars.
16118
8982b231
KY
161192011-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
36c9fa27
J
161252011-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
d68443dc
MR
161302011-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.
d615d6d2
MR
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>.
d68443dc 16159
b6458526
VB
161602011-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
d31fd9ac
RS
161672011-06-27 Richard Stallman <rms@gnu.org>
16168
43d5bf84
RS
16169 * battery.el (battery-mode-line-limit): New variable.
16170 (battery-update): Handle it.
16171
d31fd9ac
RS
16172 * mail/rmailmm.el (rmail-mime-process-multipart):
16173 Handle truncated messages.
16174
819a6054
GM
161752011-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
cedc73f2
VB
161802011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16181
819a6054 16182 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
16183 (ses--clean-!, ses--clean-_): New functions.
16184 (ses-range): Add configurability of readout order, and conversion
16185 to Calc vector.
16186
5e5d49b6
VB
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
56e6cc31 16191 * ses.el: Update cycle detection algorithm.
90ca8b49 16192 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 16193 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
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)
819a6054
GM
16198 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
16199 New functions.
90ca8b49
VB
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.
fac916bf 16207 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
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
2bb63e81
VB
16215 * ses.el: Fix commenting and indenting convention.
16216
c9d29fb8
SM
162172011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16218
16219 * bs.el (bs-cycle-next): Complete last change.
16220
d8e4b68b
JB
162212011-06-27 Drew Adams <drew.adams@oracle.com>
16222
16223 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
16224
40098786
LMI
162252011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16226
c9d29fb8
SM
16227 * net/network-stream.el (network-stream-open-starttls):
16228 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
16229 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
16230
40098786
LMI
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
468d09d4
LMI
162352011-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
16f07dd7
CY
162482011-06-26 Chong Yidong <cyd@stupidchicken.com>
16249
88821ca0
CY
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
16f07dd7
CY
16254 * vc/vc.el (vc-revert-show-diff): Default to t.
16255
6b5ccddf
KM
162562011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
16257
c9d29fb8
SM
16258 * allout-widgets.el (allout-widgets-post-command-business):
16259 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
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
c9d29fb8
SM
16263 hidden widgets can slow down cursor travel, substantially.
16264 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
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
355f2e07
MR
162722011-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
6b5ccddf
KM
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.
c9d29fb8
SM
16279 (display-buffer-normalize-specifiers):
16280 Call display-buffer-normalize-arguments.
355f2e07
MR
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
7ca8fc42
JB
162902011-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
bc312254
AS
162952011-06-26 Andreas Schwab <schwab@linux-m68k.org>
16296
16297 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
16298 (Bug#8934)
16299
2db18f3f
LMI
163002011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16301
c9d29fb8
SM
16302 * net/network-stream.el (network-stream-open-starttls):
16303 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
16304 (network-stream-open-tls): Ditto.
16305
6302e0d3
LL
163062011-06-26 Leo Liu <sdl.web@gmail.com>
16307
16308 * register.el (registerv): New struct.
16309 (registerv-make): New function.
c9d29fb8
SM
16310 (jump-to-register, describe-register-1, insert-register):
16311 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
16312 struct. (Bug#8415)
16313
5fdd4046
CY
163142011-06-26 Chong Yidong <cyd@stupidchicken.com>
16315
2afef60a
CY
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
5fdd4046
CY
16321 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
16322
e93db24a
GM
163232011-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
eefff499
GM
163342011-06-25 Glenn Morris <rgm@gnu.org>
16335
f6ba4cc9
GM
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
16712304
GM
16343 * calendar/diary-lib.el (diary-mark-entries)
16344 (diary-mark-included-diary-files):
16345 Visit included diary-files in temp buffers.
16346
5d8e0d43
GM
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
ccf7a5d5
GM
16353 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16354 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 16355
11fdef7d 163562011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
16357
16358 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
16359 buffer-file-type before setting its value, to avoid disastrous
eefff499 16360 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 16361
74f53697
JB
163622011-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
18a4ce5e
AR
163722011-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
519d22cc
JB
163772011-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
c206f5b0
SM
163872011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16388
16389 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
16390
f9ad64f3
GS
163912011-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
7d0da90e
JB
163962011-06-24 Juanma Barranquero <lekktu@gmail.com>
16397
16398 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
16399
14b4e83d
RS
164002011-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
273d2baf
SM
164072011-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
56c2cc9a
RS
164122011-06-23 Richard Stallman <rms@gnu.org>
16413
16414 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 16415 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
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.
56c2cc9a 16419
d59eb518
MA
164202011-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
02cfc6d6
MR
164252011-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
4e323265
LL
164352011-06-22 Leo Liu <sdl.web@gmail.com>
16436
16437 * minibuffer.el (completing-read-function)
1f9f395d 16438 (completing-read-default): Move from minibuf.c.
4e323265 16439
7a70468f
RS
164402011-06-22 Richard Stallman <rms@gnu.org>
16441
50718fc2
RS
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
7a70468f
RS
16445 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
16446 Copy the buffer currently showing just one message.
16447
297dde5a
RW
164482011-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
97bb1093
LMI
164582011-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
1c0f1a19
JD
164642011-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
396f7c9d
LMI
164692011-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.
ddb7ffee
LMI
16473 (smtpmail-try-auth-methods): Require user name and password from
16474 auth-source.
396f7c9d 16475
8998d1b3
MR
164762011-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>.
130e3e11 16481 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
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
4ea31e07
LMI
164872011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16488
c9d29fb8
SM
16489 * mail/smtpmail.el (smtpmail-via-smtp):
16490 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
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.
fa463103 16496 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 16497
95f41d9a
LMI
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:
c9d29fb8
SM
16502 (smtpmail-auth-credentials): Remove.
16503 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
16504 (smtpmail-via-smtp): Check for servers saying they want AUTH after
16505 MAIL FROM, too.
95f41d9a 16506
c9d29fb8
SM
16507 * net/network-stream.el (network-stream-open-starttls):
16508 Provide support for client certificates both for external and built-in
4ea31e07
LMI
16509 STARTTLS.
16510 (auth-source): Require.
16511 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
16512 (network-stream-certificate): Change cert-cert to cert and
16513 cert-key to key.
4ea31e07 16514
065ec2c7
MA
165152011-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
cd93b359
DR
165202011-06-21 Tim Harper <timcharper@gmail.com>
16521
d8e4b68b
JB
16522 * term/ns-win.el (ns-initialize-window-system):
16523 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
16524 resource to NO as it is not yet supported by the NS port.
16525
ae9c0411
JB
165262011-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
7f3f739f
LL
165312011-06-21 Leo Liu <sdl.web@gmail.com>
16532
16533 * subr.el (sha1): Implement sha1 using secure-hash.
16534
327c8fb1
MR
165352011-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.
c9d29fb8
SM
16548 (display-buffer-alist, display-buffer-default-specifiers):
16549 Don't make new frame unsplittable by default.
9e9de014
MR
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.
327c8fb1 16553
7cf3f556
VB
165542011-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
60a406cf
SM
165612011-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
d8e4b68b 165662011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
16567
16568 * menu-bar.el: Use function variable instead of switch-to-buffer.
16569 (menu-bar-select-buffer-function): New variable.
60a406cf 16570 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 16571
478d6f95
SM
165722011-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
ca530739
JD
165772011-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
bcd70d97
SM
165842011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16585
60a406cf 16586 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
16587 (completion-try-completion, completion-all-completions): Compute the
16588 metadata argument if it's missing; make it optional (bug#8795).
16589
60a406cf 16590 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
16591 (widget-complete): Use new :completion-function property.
16592 (widget-completions-at-point): New function.
16593 (default): Use :completion-function instead of :complete.
60a406cf
SM
16594 (widget-default-completions): Rename from widget-default-complete;
16595 Rewrite.
bcd70d97
SM
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
aebf69c8
DD
166272011-06-20 Deniz Dogan <deniz@dogan.se>
16628
16629 * net/rcirc.el: Delete trailing whitespaces once and for all.
16630
bfbbb27d
DC
166312011-06-20 Daniel Colascione <dan.colascione@gmail.com>
16632
16633 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
16634
d264a46b
CY
166352011-06-19 Chong Yidong <cyd@stupidchicken.com>
16636
4ca009e5
CY
16637 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
16638
d264a46b
CY
16639 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
16640
fbf5b3ce
MR
166412011-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
bcd70d97
SM
16652 display-buffer-normalize-alist.
16653 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
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.
9d89fec7
MR
16662 (window-list-no-nils, window-state-ignored-parameters)
16663 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
16664 (window-state-put-1, window-state-put-2, window-state-put):
16665 New functions.
9a028c23
MR
16666 (display-buffer-normalize-options): Move special-display-p group
16667 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 16668
6d10d800
CY
166692011-06-18 Chong Yidong <cyd@stupidchicken.com>
16670
6420d28b
CY
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
ddb8b596
CY
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
77080289
CY
16681 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
16682
61dfb316
CY
16683 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
16684 anytime existing face settings are present (Bug#8889).
16685
6d10d800
CY
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
be3fb2b8
MR
166902011-06-18 Martin Rudalics <rudalics@gmx.at>
16691
bcd70d97
SM
16692 * window.el (display-buffer-default-specifiers):
16693 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
16694 pop-up-window-min-width, and another reuse-window specifier
16695 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
16696 (display-buffer-normalize-specifiers-2):
16697 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
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.
28dec25a 16701 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 16702
1c6d8c76
SM
167032011-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
25aef8b8
MR
167192011-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.
bcd70d97
SM
16733 (display-buffer-normalize-specifiers):
16734 Call display-buffer-normalize-specifiers-3.
25aef8b8 16735
dbad4f69
MR
167362011-06-17 Martin Rudalics <rudalics@gmx.at>
16737
16738 * window.el (same-window-p): Fix two typos introduced when
16739 adding with-no-warnings.
d1067961
MR
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.
25aef8b8
MR
16749 (display-buffer-macro-specifiers): Don't pop up a new frame in the
16750 other window case.
dbad4f69 16751
9b9c9e3a
MR
167522011-06-16 Martin Rudalics <rudalics@gmx.at>
16753
bcd70d97
SM
16754 * window.el (display-buffer-normalize-specifiers-1):
16755 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 16756 second argument of display-buffer (Bug#8865).
981d5c09
MR
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).
9c2755e9
MR
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).
67222e1d
MR
16765 (enlarge-window, shrink-window): Don't report an error when the
16766 window can't be resized as requested (Bug#8862).
9b9c9e3a 16767
2b75be67
SM
167682011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
16769
9ffdd3ba
SM
16770 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
16771
cb581a67
SM
16772 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
16773
2b75be67
SM
16774 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
16775
8c0e3589
AM
167762011-06-15 Alan Mackenzie <acm@muc.de>
16777
cb581a67
SM
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.
8c0e3589 16781
b96e6cde
LMI
167822011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16783
4bba86e6
LMI
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
2b75be67 16789 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
16790 consistency with other `-live-p' functions.
16791
efdcdbf8
SM
167922011-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
c5cde042
DN
168042011-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):
50328a1b 16809 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
16810 * progmodes/ld-script.el (ld-script-mode): Likewise.
16811
baa1c9ab
MR
168122011-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
c5dd5a51
CY
168202011-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
d647b7c4
GM
168262011-06-13 Glenn Morris <rgm@gnu.org>
16827
16828 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
16829
9481c002
MR
168302011-06-13 Martin Rudalics <rudalics@gmx.at>
16831
357f93d2
MR
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.
2b75be67
SM
16857 (view-mode-exit): Rename second argument to EXIT-ONLY.
16858 Rewrite using quit-restore-window.
357f93d2
MR
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
9481c002
MR
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)
2b75be67
SM
16878 (display-buffer-normalize-specifiers, display-buffer-frame):
16879 New functions.
9481c002
MR
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
9db51aca
GM
169042011-06-12 Glenn Morris <rgm@gnu.org>
16905
16906 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 16907 Misc simplifications.
9db51aca 16908
39cffb44
MR
169092011-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
2b75be67
SM
16915 * calendar/calendar.el (calendar-generate-window):
16916 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
16917 window-safely-shrinkable-p.
16918
a8955be7
GM
169192011-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
f0d4059d
DC
169262011-06-12 Daniel Colascione <dan.colascione@gmail.com>
16927
16928 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
16929
1100a63c
CY
169302011-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
def722bf
MA
169382011-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
0a2bb1a9
GM
169432011-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
6198ccd0
MR
169482011-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.
2b75be67
SM
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.
6198ccd0
MR
16965 (window-buffer-height): New function.
16966 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
16967 Rewrite using new window resize routines.
2b75be67
SM
16968 (kill-buffer-and-window, mouse-autoselect-window-select):
16969 Use ignore-errors instead of condition-case.
6198ccd0
MR
16970 (quit-window): Call delete-frame instead of delete-windows-on
16971 for the only buffer on frame.
16972
9397e56f
MR
169732011-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)
2b75be67
SM
16980 (switch-to-buffer-other-frame, display-buffer-other-frame):
16981 Move to window.el.
9397e56f
MR
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.
2b75be67
SM
16997 (previous-buffer): Move here from simple.el.
16998 Call switch-to-prev-buffer.
9397e56f
MR
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.
2b75be67
SM
17007 (switch-to-buffer): Move here from buffer.c.
17008 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 17009
562dd5e9
MR
170102011-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.
2b75be67 17023 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
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.
562dd5e9
MR
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
f0da764a
GM
170392011-06-09 Glenn Morris <rgm@gnu.org>
17040
80675c21
GM
17041 * calendar/appt.el (appt-mode-line): New function.
17042 (appt-check, appt-disp-window): Use it.
17043
f0da764a
GM
17044 * files.el (hack-one-local-variable-eval-safep):
17045 Allow minor-modes with explicit +/-1 arguments.
17046
59f623b7
TZ
170472011-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
9aab8e0d
MR
170562011-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
e8b08aee
GM
170652011-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
254c37a5
AK
170702011-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
35d7dbd3
GM
170762011-06-09 Glenn Morris <rgm@gnu.org>
17077
17078 * calendar/appt.el (appt-display-message, appt-disp-window):
17079 Handle lists of appointments.
17080
387522b2
MR
170812011-06-08 Martin Rudalics <rudalics@gmx.at>
17082
2b75be67
SM
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.
387522b2
MR
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
d8e4b68b 170922011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
17093
17094 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17095 Doc fix (Bug#8713).
17096
170972011-06-08 Chong Yidong <cyd@stupidchicken.com>
17098
17099 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
17100
171012011-06-08 Juanma Barranquero <lekktu@gmail.com>
17102
17103 * loadhist.el (unload-feature-special-hooks):
17104 Add `comint-output-filter-functions'.
17105
0de12c52
IK
171062011-06-08 Ivan Kanis <gnu@kanis.fr>
17107
17108 * calendar/appt.el (appt-check): Move some initializations into the let.
17109
f3d1777e
MR
171102011-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
18af70d0
CY
171152011-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
2b75be67 17125 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
17126 (create-animated-image): Remove unnecessary function.
17127 (image-animate): Rename from image-animate-start. New arg.
2b75be67 17128 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
17129 (image-animate-timer): Use car-safe.
17130 (image-animate-timeout): Rename argument.
17131
190b47e6
MR
171322011-06-07 Martin Rudalics <rudalics@gmx.at>
17133
17134 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
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.
a1511caf
MR
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.
190b47e6 17149
85cc1f11
MR
171502011-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)
2b75be67
SM
17161 (window-atom-check, window-side-check, window-check):
17162 New functions.
85cc1f11
MR
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
e7156492
AS
171672011-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
7e821d0d
DD
171732011-06-05 Deniz Dogan <deniz@dogan.se>
17174
17175 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
17176 in last change.
17177
ac09b8a1
DD
171782011-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
34699b85
RW
171832011-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
004dedd3
RW
171892011-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
022fe7ce
RW
171982011-06-05 Roland Winkler <winkler@gnu.org>
17199
2b75be67
SM
17200 * textmodes/bibtex.el (bibtex-search-entry-globally):
17201 New variable.
022fe7ce
RW
17202 (bibtex-search-entry): Use it.
17203
b7c3692a
RW
172042011-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
8eda563d
JB
172112011-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
7dbe3dbc
CY
172162011-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
0c33dd17
MA
172212011-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
f8f91c2b
MA
172262011-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
e17d9003
SM
172442011-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
6c4cab03
DD
172502011-06-04 Deniz Dogan <deniz@dogan.se>
17251
17252 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
17253 `memq' (Bug#8799).
17254
ea9fafe0
SM
172552011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17256
17257 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
17258
b3e945d3
JB
172592011-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
7d520089
SM
172682011-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
a1c2400f
JB
172762011-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
2403c841
SM
172812011-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
2462470b
SM
173092011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17310
fb5b2591
SM
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
fd6fa53f
SM
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
2462470b
SM
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
108bf785
LL
173412011-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
30a23501
SM
173482011-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
bcd54f83
LMI
173602011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
17361
17362 * subr.el (process-alive-p): New tiny convenience function.
17363
e227544d
SM
173642011-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
e8296fdc
HE
173692011-05-31 Helmut Eller <eller.helmut@gmail.com>
17370
4d61f28d 17371 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
17372 *Backtrace* buffer when we exit with C-M-c.
17373
620c53a6
SM
173742011-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
1257e755
SM
173952011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17396
17397 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
17398
3767e706
LL
173992011-05-30 Leo Liu <sdl.web@gmail.com>
17400
17401 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
17402 (rcirc-print): Decode all incoming messages (bug#8744).
17403 (rcirc-decode-coding-system): Allow value nil for automatic coding
17404 system detection.
3767e706 17405
d1a5d56a
GM
174062011-06-01 Glenn Morris <rgm@gnu.org>
17407
17408 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
17409
e8cbec34
CY
174102011-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
58179cce 17421 the buffer's display property (Bug#6981).
e8cbec34
CY
17422 (image-transform-properties): Doc fix.
17423
17424 * image.el (image-animate-max-time): Default to nil.
17425
159daf87
MR
174262011-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
d66c4c7c
CY
174312011-05-29 Chong Yidong <cyd@stupidchicken.com>
17432
17433 * image.el (imagemagick-types-inhibit)
17434 (imagemagick-register-types): Doc fix.
17435
80aec780
DD
174362011-05-29 Deniz Dogan <deniz@dogan.se>
17437
17438 * net/rcirc.el (rcirc): Use the user's stored encryption method by
17439 default.
17440
1dd3c2d9
CY
174412011-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
60e56523
LL
174462011-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
2b1e1a22
KR
174542011-05-28 Kevin Ryde <user42@zip.com.au>
17455
17456 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
17457
5d344e88
CY
174582011-05-28 Chong Yidong <cyd@stupidchicken.com>
17459
8e6ca83d
CY
17460 * bindings.el (help-echo): Make the initial non-indicator dash
17461 empty on graphical terminals (Bug#7295).
17462
5d344e88
CY
17463 * files.el (auto-mode-alist): Move config rule after the
17464 in-stripping one (Bug#8547).
17465
bfbbace7
CY
17466 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
17467
fbeba6e2
CY
17468 * startup.el (normal-splash-screen): Remove gratuitous mode-line
17469 setting (Bug#8740).
17470
60ed8c72
AA
174712011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
17472
4ac619f0
AA
17473 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
17474 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
17475 (Bug#8539).
60ed8c72 17476
23db196e
CY
174772011-05-28 Chong Yidong <cyd@stupidchicken.com>
17478
17479 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
17480
5012f24c
DK
174812011-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
6a639b16
GM
174882011-05-28 Glenn Morris <rgm@gnu.org>
17489
17490 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
17491
d43eaf2c
CY
174922011-05-28 Chong Yidong <cyd@stupidchicken.com>
17493
5199bde1
CY
17494 * help-fns.el (describe-function-1): If the function is a derived
17495 major mode, print the parent mode.
17496
d43eaf2c
CY
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
423428a8
SM
175002011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17501
0ff8e1ba 17502 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 17503 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
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
423428a8
SM
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
b74aa22b
DA
175132011-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
66e2e71d
DK
175192011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17520
17521 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17522
b1890b0f 175232011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
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.
93a1c12a
TC
17530 (avl-tree--do-enter): Add optional `updatefun' arg.
17531 Change return value.
eb95d01d 17532 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
17533 (avl-tree--do-delete): Add `test' and `nilflag' args.
17534 Change return value.
eb95d01d
TC
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
3769ddcf
TC
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
eb95d01d 175512011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
17552
17553 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
17554
a9f737ee
CY
175552011-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
c92a1e54
KH
175632011-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
e145f188
GM
175682011-05-27 Glenn Morris <rgm@gnu.org>
17569
5ec8a862
GM
17570 * mail/emacsbug.el: Don't require url-util.
17571
4b29d9fb
GM
17572 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
17573
e145f188
GM
17574 * files.el (set-auto-mode):
17575 Also respect mode: entries at the end of the file. (Bug#8586)
17576
7d15102b
GM
175772011-05-26 Glenn Morris <rgm@gnu.org>
17578
98f593b8
GM
17579 * files.el (hack-local-variables-prop-line, hack-local-variables):
17580 Downcase mode names, as seems to be traditional.
27b48e63 17581 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 17582
7d15102b
GM
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
51d5b4ec
JD
175862011-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
91513f63
VB
175912011-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
4d90d6d0
DK
175982011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17599
17600 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17601
e1b90ef6
LL
176022011-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
d8e4b68b 17607 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
17608
17609 * bindings.el: Provide sha1 feature.
17610
db0406bb 176112011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
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
4d90d6d0
DK
17617 buffer to the return value of select-message-coding-system.
17618 Call mail-encode-header.
b8d747b9
KH
17619
17620 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
17621
db0406bb 176222011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 17623
4d90d6d0
DK
17624 * mail/supercite.el (sc-default-cite-frame):
17625 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 17626
eb8a5e9b
GM
176272011-05-24 Glenn Morris <rgm@gnu.org>
17628
f8630703
GM
17629 * progmodes/python.el (brm-menu): Declare.
17630
8831bbed
GM
17631 * emulation/viper.el (viper-set-hooks): Declare.
17632
eb8a5e9b
GM
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
a2a25d24
SM
176402011-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
e44e373d
SM
176772011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
17678
4f91a816
SM
17679 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
17680
782fc819
SM
17681 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
17682 (bug#8710).
17683
e44e373d
SM
17684 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
17685
381987c3
KM
176862011-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
b776bc70
VB
176922011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
17693
17694 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 17695 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
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
7de88b6e
KR
177082011-05-23 Kevin Ryde <user42@zip.com.au>
17709
17710 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 17711 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
17712 advice and passes PREDICATE.
17713
b1ef1257
SM
177142011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
17715
bbca48fe
SM
17716 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
17717 byte-compile-lambda if it's actually a lambda.
17718
b1ef1257
SM
17719 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
17720 Fix function quoting. Use backquote better.
17721
92a9cc65
YS
177222011-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
f0fb8059
JA
177272011-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
d5b44c93
CY
177322011-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
79106a44
SM
177372011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
17738
9c848d8a
SM
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
79106a44
SM
17743 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
17744
88dfa756
GM
177452011-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
b7cf2c79
SM
177512011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
17752
17753 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
17754
3f1a8558
GM
177552011-05-21 Glenn Morris <rgm@gnu.org>
17756
7e4ccca3
GM
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
637d46ca
GM
17760 * image-mode.el (image-after-revert-hook):
17761 Redraw all frames on which the image is visible. (Bug#8567)
17762
973d955b
GM
17763 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
17764
3f1a8558
GM
17765 * wid-edit.el (widget-checklist-match-inline):
17766 Fix 2011-04-19 change. (Bug#8649)
17767
96479927
SM
177682011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
17769
1dcf791f
SM
17770 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
17771 Also allow singlespace after single-letter capitals followed by a dot.
17772
96479927
SM
17773 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
17774 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
17775
35fd0881
N
177762011-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
82745640
DD
177812011-05-19 Deniz Dogan <deniz@dogan.se>
17782
17783 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 17784 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 17785
4a720484
GM
177862011-05-19 Glenn Morris <rgm@gnu.org>
17787
d1f21341
GM
17788 * progmodes/f90.el (f90-type-def-re):
17789 Handle "type, bind(c)". (Bug#8691)
17790
4a720484
GM
17791 * emacs-lisp/autoload.el (batch-update-autoloads):
17792 Set autoload-excludes by parsing loadup.el rather than Makefiles.
17793
2fb0a219
MA
177942011-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
e565dd37
GM
177992011-05-18 Glenn Morris <rgm@gnu.org>
17800
c2571358 17801 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
17802 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
17803
e565dd37
GM
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
1d99a745
SM
178222011-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
7c1d9aa0
MA
178272011-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
3952e9d8
GM
178332011-05-17 Glenn Morris <rgm@gnu.org>
17834
2dd12e7f
GM
17835 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
17836
e4157b9c
GM
17837 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
17838 Replace obsolete function.
17839
8e249bbd
GM
17840 * shell.el (pcomplete-parse-arguments-function): Declare.
17841
3952e9d8
GM
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
c71a0d48 178502011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 17851
c71a0d48
GM
17852 * progmodes/python.el (python-font-lock-keywords):
17853 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 17854
31d55be9
SM
178552011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
17856
17857 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
17858
3bfacb2f
KR
178592011-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
c8e83751
CY
178702011-05-15 Chong Yidong <cyd@stupidchicken.com>
17871
5e9e35cd
CY
17872 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
17873 hunk-end tags (Bug#8672).
17874
c8e83751
CY
17875 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
17876 vc-annotate-show-diff-revision-at-line (Bug#8671).
17877
50b23e5a
GM
178782011-05-14 Glenn Morris <rgm@gnu.org>
17879
7210a739
GM
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)
375cb676
GM
17882 (change-log-font-lock-keywords): Also handle multiple author lines
17883 with leading tabs. (Bug#8644)
7210a739 17884
4691905a
GM
17885 * calendar/appt.el (appt-check): Rename some local variables.
17886 Some simplification/reordering.
17887
50b23e5a
GM
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.
1aa64307
GM
17893 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
17894 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
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
215cda7c
BC
179002011-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)
c2571358 17910 (feedmail-spray-this-address)
215cda7c
BC
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
42c7e61e
UJ
179932011-05-13 Ulf Jasper <ulf.jasper@web.de>
17994
c2571358 17995 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 17996 family from helvetica to sans.
c2571358 17997 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
17998 etc/images/newsticker.
17999
c2571358 18000 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
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)
c2571358 18006 (newsticker-statistics-face): Change default family from
42c7e61e 18007 helvetica to sans.
c2571358 18008 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
18009 etc/images/newsticker.
18010
5d3385a0
JB
18011 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18012 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
18013 auto-marking.
18014
8497a297
DV
180152011-05-13 Didier Verna <didier@xemacs.org>
18016
18017 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
18018 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18019 TODO entries.
8497a297
DV
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
f278f87f
SM
180322011-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
5233edd7
GM
180372011-05-13 Glenn Morris <rgm@gnu.org>
18038
5237a44f
GM
18039 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18040
8340026c 18041 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 18042 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 18043
5233edd7 18044 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 18045 (appt-time-msg-list): Doc fix.
a5464014 18046 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 18047
92d10796
AS
180482011-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
914a0ae1
SM
180532011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18054
c89be45f
SM
18055 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18056
914a0ae1
SM
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
98dc3df3
GM
180622011-05-12 Glenn Morris <rgm@gnu.org>
18063
18064 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18065 (appt-check): Simplify.
18066
d2fc7e3d 180672011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 18068
4d61f28d 18069 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
18070 literal "/dev/null".
18071
d2fc7e3d 180722011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
18073
18074 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18075 Fix typo.
18076
d2fc7e3d 180772011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 18078
3f254caa
SM
18079 * progmodes/which-func.el (which-function):
18080 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
18081 which might not be defined (Bug#8260).
18082
d45885f7
GM
180832011-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
488086f4
SM
180882011-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
7d3b9d44
GM
181062011-05-11 Glenn Morris <rgm@gnu.org>
18107
f64049c6
GM
18108 * newcomment.el (comment-kill): Prefix "unused" local.
18109
93c9df73
GM
18110 * term/w32console.el (get-screen-color): Declare.
18111
7d3b9d44
GM
18112 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
18113 Handle symbol elements of byte-compile-initial-macro-environment.
18114
9e2dd53f
LL
181152011-05-10 Leo Liu <sdl.web@gmail.com>
18116
488086f4
SM
18117 * bookmark.el (bookmark-bmenu-mode-map):
18118 Bind bookmark-bmenu-search to `/'.
8b340240 18119
9e2dd53f 18120 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
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.
9e2dd53f 18125
79b70037
GM
181262011-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
b8f82dc1 181392011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 18140 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
18141
18142 * files.el (hack-one-local-variable-eval-safep):
18143 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
18144
4f99f44b
GM
181452011-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
84f29e6b
JB
181532011-05-09 Juanma Barranquero <lekktu@gmail.com>
18154
18155 * misc.el: Require tabulated-list.el during compilation.
18156
9bedd73a
CY
181572011-05-09 Chong Yidong <cyd@stupidchicken.com>
18158
488086f4
SM
18159 * progmodes/compile.el (compilation-start):
18160 Run compilation-filter-hook for the async case too.
9bedd73a
CY
18161 (compilation-filter-hook): Doc fix.
18162
797c735c
DD
181632011-05-09 Deniz Dogan <deniz@dogan.se>
18164
18165 * wdired.el: Remove outdated installation comment. Fix usage
18166 comment.
18167
5f4b1dfe
JB
181682011-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
4c44026c
CY
181752011-05-09 Chong Yidong <cyd@stupidchicken.com>
18176
488086f4
SM
18177 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18178 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
18179 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
18180 higher priority to avoid clobbering by gnu.
18181
027f966d
CY
181822011-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
085f5d7d
CY
181872011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
18188
488086f4
SM
18189 * progmodes/perl-mode.el (perl-imenu-generic-expression):
18190 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 18191
2a86a00c
RS
18192 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
18193 special file names `.' and `..' (Bug#8259).
18194
d9c54a06
CY
181952011-05-08 Chong Yidong <cyd@stupidchicken.com>
18196
488086f4
SM
18197 * progmodes/grep.el (grep-mode-font-lock-keywords):
18198 Remove buffer-changing entries.
d9c54a06
CY
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
c4662635
SM
182072011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
18208
18209 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
18210
b0512a1d
EZ
182112011-05-07 Eli Zaretskii <eliz@gnu.org>
18212
605c9376
EZ
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
c4662635
SM
18216 * term/w32console.el (terminal-init-w32console):
18217 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
18218 background-mode. (Bug#8597)
18219
d1dc2cc2
SM
182202011-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
915d1300
GM
182292011-05-07 Glenn Morris <rgm@gnu.org>
18230
a3961c3e
GM
18231 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
18232 Use let rather than let*.
18233 (timeclock-find-discrep): Remove unused local.
18234
314347b9
GM
18235 * calendar/diary-lib.el (diary-comment-start): Doc fix.
18236
915d1300
GM
18237 * calendar/appt.el (appt-time-msg-list): Doc fix.
18238
275b59b0
NF
182392011-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
6c19f744
SM
182452011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18246
18247 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 18248 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 18249
60f884b2
GM
182502011-05-06 Glenn Morris <rgm@gnu.org>
18251
5006e634
GM
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
548d0a63
GM
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
60f884b2
GM
18261 * vc/diff-mode.el (smerge-refine-subst): Declare.
18262 (diff-refine-hunk): Don't require smerge-mode when compiling.
18263
989681bb
JB
182642011-05-06 Juanma Barranquero <lekktu@gmail.com>
18265
18266 * simple.el (list-processes): Return nil as the docstring says.
18267
a6bc05e1
MA
182682011-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
23c22e9a
MA
182762011-05-05 Michael Albinus <michael.albinus@gmx.de>
18277
c4662635
SM
18278 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18279 Fix port computation bug. (Bug#8618)
23c22e9a 18280
0bff894f
GM
182812011-05-05 Glenn Morris <rgm@gnu.org>
18282
b8296902
GM
18283 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
18284
1f522ce8
GM
18285 * simple.el (shell-dynamic-complete-functions)
18286 (comint-dynamic-complete-functions): Declare.
18287
cf5bee67
GM
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
0bff894f 18294 * emacs-lisp/check-declare.el (check-declare-scan):
1f9f395d 18295 Handle byte-compile-initial-macro-environment in bytecomp.el.
0bff894f 18296
9869b3ae
SM
182972011-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
9c1d5ac5
MZ
183072011-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
455c834e
JB
183122011-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
9ed7c8cb
CY
183182011-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.
9869b3ae
SM
18324 (update-file-autoloads, update-directory-autoloads):
18325 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
18326 output file (Bug#7989).
18327 (batch-update-autoloads): Doc fix.
18328
0898ca10
JB
183292011-05-04 Juanma Barranquero <lekktu@gmail.com>
18330
18331 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
18332
31dfb76c
GM
183332011-05-04 Glenn Morris <rgm@gnu.org>
18334
f330b642
GM
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
31dfb76c
GM
18342 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
18343 non-numbers for `year' etc pseudo-variables. (Bug#8583)
18344
48e79d6a
TZ
183452011-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
dd5a5ee0
SM
183552011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
18356
ef80fc09
SM
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
dd5a5ee0
SM
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
b7d22a83
CY
183692011-05-03 Chong Yidong <cyd@stupidchicken.com>
18370
18371 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
18372
5192af46
AM
183732011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18374
18375 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 18376 Use `concat' to create string for insertion.
5192af46 18377
5767d190
SM
183782011-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
bf242939
AM
183842011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
18385
5767d190
SM
18386 * textmodes/ispell.el (ispell-add-per-file-word-list):
18387 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 18388
25666126
LL
183892011-05-03 Leo Liu <sdl.web@gmail.com>
18390
18391 * isearch.el (isearch-yank-pop): New command.
5767d190 18392 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
18393 (isearch-forward): Mention it.
18394
52d3c2d0
SM
183952011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18396
1bcace58
SM
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
52d3c2d0
SM
18402 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
18403 error directly rather via storing it into `results'.
18404
35813471
LL
184052011-05-02 Leo Liu <sdl.web@gmail.com>
18406
18407 * vc/diff.el: Fix description.
18408
e793a940
LMI
184092011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18410
18411 * server.el (server-eval-at): New function.
18412
8de66e05
LMI
184132011-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
dcb79f20
AS
184192011-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
14a7fbd8
SM
184242011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18425
7eabc1be
SM
18426 * progmodes/pascal.el: Use lexical binding.
18427 (pascal-mode-map): Remove author preferences.
18428
14a7fbd8
SM
18429 * pcomplete.el (pcomplete-std-complete): Don't abuse
18430 completion-at-point.
18431
50f84510
JB
184322011-04-28 Juanma Barranquero <lekktu@gmail.com>
18433
6e087a44
JB
18434 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
18435 removing code that has been dead since 1991 or so.
18436
50f84510
JB
18437 * startup.el (command-line): When warning about "_emacs", use a
18438 delayed warning to allow the user to filter it out.
18439
0ba690bd
DD
184402011-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
08abfaad
SM
184452011-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
638f053a
JB
184502011-04-28 Juanma Barranquero <lekktu@gmail.com>
18451
18452 * subr.el (display-delayed-warnings): New function.
18453 (delayed-warnings-hook): New variable.
18454
8fff8daa
SM
184552011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18456
08abfaad
SM
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
8fff8daa
SM
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
841a1577 184692011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 18470
841a1577 18471 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 18472 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 18473 the first character in the entry. This allows for code to add its
211ec907
UJ
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
2a782793
DC
184792011-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
0438ce91
DC
184842011-04-26 Daniel Colascione <dan.colascione@gmail.com>
18485
18486 * cus-start.el (all): Define customization for debug-on-event.
18487
841a1577 184882011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
18489
18490 * subr.el (shell-quote-argument): Escape correctly under Windows.
18491
d090ed6c
SM
184922011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18493
18494 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
18495
bfd31217
MA
184962011-04-25 Michael Albinus <michael.albinus@gmx.de>
18497
d090ed6c
SM
18498 * net/tramp.el (tramp-process-actions): Add POS argument.
18499 Delete region between POS and (pos).
bfd31217 18500
d090ed6c
SM
18501 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18502 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
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
e92f3bd3
SM
185102011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18511
850256b5
SM
18512 * custom.el (defcustom): Obey lexical-binding.
18513
e92f3bd3
SM
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
cd22b309
JB
185282011-04-25 Juanma Barranquero <lekktu@gmail.com>
18529
18530 * net/gnutls.el (gnutls-errorp): Declare before first use.
18531
8b492194
TZ
185322011-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
cd22b309 18536 default trustfile exists before going to use it. Add missing
5a5fa834 18537 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
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.
8f91bf93 18544 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 18545
841a1577 185462011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 18547
cd22b309
JB
18548 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
18549 Use correct match group (bug#8438).
05842630 18550
3ba7869c
CY
185512011-04-24 Chong Yidong <cyd@stupidchicken.com>
18552
512e3ae1
CY
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
e92f3bd3
SM
18563 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
18564 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
18565 (vc-annotate-mode-map): Bind it to RET.
18566
7031be6d
UR
185672011-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
4ef177aa
CY
185722011-04-24 Chong Yidong <cyd@stupidchicken.com>
18573
c8d173eb
CY
18574 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
18575
4ef177aa
CY
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
4ffd0d6b 185862011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
18587
18588 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
18589
c6c32125 18590 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 18591 (mpuz-mode-map): Use mapc.
c6c32125
JB
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
58d468b4
JB
18596 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
18597 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
18598
6470c3c6
JB
18599 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
18600
4ffd0d6b 186012011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
18602
18603 * minibuffer.el (completion--do-completion): Avoid the "Next char
18604 not unique" prompt if icomplete-mode is enabled (Bug#5849).
18605
3ad8bad0
CY
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
71d73c9c 18609 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 18610 (image-toggle-display): Doc fix.
71d73c9c 18611
841a1577 186122011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 18613
4ffd0d6b
GM
18614 * textmodes/page.el (what-page): Use line-number-at-pos to
18615 calculate line number (Bug#6825).
6e1dbaa9 18616
c2fb1b60
JB
186172011-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
e02f48d7
JB
186232011-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
7ede3b65
CY
187812011-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
121656e9
JB
187902011-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
80f499c7
JB
188382011-04-20 Juanma Barranquero <lekktu@gmail.com>
18839
18840 * vc/vc.el (ediff-vc-internal): Declare function.
18841
024ff170
SM
188422011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18843
c0a193ea
SM
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
2dbaa080
SM
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.
c0a193ea 18879
2dbaa080
SM
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
c79a6f38
SM
18885 * progmodes/flymake.el (flymake-start-syntax-check-process):
18886 Obey `dir'. Simplify.
18887
024ff170
SM
18888 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
18889 we're in VC after all.
18890
1c6c854e
CS
188912011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
18892
18893 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 18894 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
18895 (vc-version-diff): Use vc-diff-build-argument-list-internal.
18896
bed7f140
SM
188972011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18898
332e62ab
SM
18899 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
18900 add sanity check.
18901
bed7f140
SM
18902 * obsolete/erc-hecomplete.el: Make obsolete.
18903 * obsolete/: Standardize obsolescence info in the header.
18904
f195c582
GM
189052011-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
cb79b8c0
VJL
189112011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18912
18913 * whitespace.el: New version 13.2.1.
18914
189152011-04-20 felix <EmacsWiki> (tiny change)
18916
d8e4b68b 18917 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
18918 switching between major modes on a file.
18919
602ea69d
SM
189202011-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
06b60517
JB
189262011-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'.
bd0d2ee2 19044 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
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
bd0d2ee2 19112 variable `buf'. Mark unused parameter.
06b60517
JB
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
bd0d2ee2 19314 variable `dir'. Doc fix.
06b60517
JB
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
bc4f7f3d
GM
193352011-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
16a43933
CY
193582011-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
7eed1860
SS
193642011-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
4d2d1ccd
GM
193692011-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
239da61d
GM
193752011-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
8b05752a
SM
193802011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19381
daca8ba5
SM
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
6f542485
SM
19393 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
19394
037e7c3f
SM
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
8b05752a
SM
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
49093f60
JB
194042011-04-15 Juanma Barranquero <lekktu@gmail.com>
19405
19406 * loadup.el: Use `string-to-number', not `string-to-int'.
19407
b5b8e7de
SM
194082011-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
f42efeb5
MA
194162011-04-14 Michael Albinus <michael.albinus@gmx.de>
19417
49093f60
JB
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.
f42efeb5
MA
19422
19423 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
19424
e240cc21
SM
194252011-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.
c2bd2ab0
SM
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
c183f693
JB
194442011-04-13 Juanma Barranquero <lekktu@gmail.com>
19445
06641a47
JB
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
c183f693
JB
19451 * image-mode.el (image-transform-set-scale):
19452 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
19453
1e3b6001
G
194542011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19455
19456 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 19457 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
19458 Upgrades via gnutls-cli are too slow to be done opportunistically.
19459
2d6af8dd
JB
194602011-04-12 Juanma Barranquero <lekktu@gmail.com>
19461
19462 * dframe.el (dframe-current-frame): Remove spurious quote.
19463
c0749a51
GM
194642011-04-12 Glenn Morris <rgm@gnu.org>
19465
088d0d61
GM
19466 * calendar/cal-tex.el (cal-tex-end-document):
19467 Try to automatically use latin1 input if needed.
19468
c0749a51
GM
19469 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
19470 Don't try to cons a mark onto an empty element.
19471
5c90fde0
LL
194722011-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
369e974d
CY
194782011-04-10 Chong Yidong <cyd@stupidchicken.com>
19479
19480 * minibuffer.el (completion-show-inline-help): New var.
19481 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
19482 (minibuffer-force-complete, minibuffer-complete-word):
19483 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
19484
19485 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
19486 to avoid interference from inline help (Bug#5849).
19487
37f1c930
LL
194882011-04-10 Leo Liu <sdl.web@gmail.com>
19489
099c39a4
JB
19490 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19491 Fix typo.
37f1c930 19492
a32d4040
CY
194932011-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.
daca8ba5 19499 (image-transform-set-resize): Delete.
a32d4040
CY
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
099c39a4 195042011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
19505
19506 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
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.
d7b89879
TH
19509 (doc-view-mode-map): Add bindings for the new functions.
19510
099c39a4 195112011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 19512
4d61f28d 19513 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
19514 Fix typo in docstring.
19515
3726838a
EZ
195162011-04-08 Eli Zaretskii <eliz@gnu.org>
19517
04f33f1e
EZ
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
3726838a
EZ
19524 * simple.el (list-processes): If async subprocesses are not
19525 available, error out with a clear error message.
19526
cbb59342
CY
195272011-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
e3971c44
EZ
195322011-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
12544bbe
GM
195392011-04-08 Glenn Morris <rgm@gnu.org>
19540
a1de6c6a
GM
19541 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
19542
3c4671f4
GM
19543 * net/browse-url.el (browse-url-firefox):
19544 Test system-type, not system-configuration.
19545
b605679c
GM
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
56442f0c
GM
19550 * net/rlogin.el (rlogin-process-connection-type): Simplify.
19551 (rlogin-mode-map): Initialize in the defvar.
19552 (rlogin): Use ignore-errors.
19553
12544bbe
GM
19554 * replace.el (occur-mode-map): Some fixes for menu items.
19555
eb237b0f
AH
195562011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
19557
19558 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
19559
7d668f2c
CY
195602011-04-06 Chong Yidong <cyd@stupidchicken.com>
19561
e67a13ab
CY
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
7d668f2c
CY
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
a83ec3c9
CY
195772011-04-06 Chong Yidong <cyd@stupidchicken.com>
19578
19579 * emacs-lisp/tabulated-list.el: New file.
19580
e91a96fe
CY
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.
daca8ba5 19589 (package-menu--print-info): Rename from package-print-package.
e91a96fe 19590 Return insertion data instead of inserting it directly.
099c39a4
JB
19591 (package-menu-describe-package, package-menu-execute):
19592 Use tabulated-list-get-id.
e91a96fe
CY
19593 (package-menu-mark-delete, package-menu-mark-install)
19594 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
19595 (package-menu-mark-obsolete-for-deletion):
19596 Use tabulated-list-put-tag.
e91a96fe
CY
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
3e214b50
JB
196072011-04-06 Juanma Barranquero <lekktu@gmail.com>
19608
19609 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 19610 (after-find-file): Don't bind it.
3e214b50
JB
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
3f0f1700
GM
196182011-04-06 Glenn Morris <rgm@gnu.org>
19619
c0274801
GM
19620 * Makefile.in (AUTOGEN_VCS): New variable.
19621 (autoloads): Use $AUTOGEN_VCS.
19622
3f0f1700
GM
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
41ea9e48
CY
196272011-04-05 Chong Yidong <cyd@stupidchicken.com>
19628
19629 * minibuffer.el (completion-in-region--postch)
19630 (completion-in-region-mode): Remove unnecessary messages.
19631
6194c800
JB
196322011-04-05 Juanma Barranquero <lekktu@gmail.com>
19633
33256f14
JB
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
6194c800
JB
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):
33256f14 19653 Mark unused parameters; fix typos in docstrings.
6194c800
JB
19654 (Info-virtual-index): Remove unused local variable `nodename'.
19655
b87a8200 196562011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 19657
b87a8200
DD
19658 * net/rcirc.el: Update my e-mail address.
19659 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 19660
3b2ff876
CY
196612011-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
8d17e7ca
JB
196682011-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
2fbc1934
JB
196742011-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
74f50695
DU
196922011-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
c11325f7
CY
197012011-04-03 Chong Yidong <cyd@stupidchicken.com>
19702
0d9e9a12
CY
19703 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
19704
c11325f7 19705 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
19706 dictionary case for flyspell-mark-duplications-exceptions.
19707 Use regexp matching for languages.
c11325f7
CY
19708 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
19709 default dictionary (Bug#7926).
19710
da91b5f2
CY
197112011-04-02 Chong Yidong <cyd@stupidchicken.com>
19712
099c39a4
JB
19713 * emacs-lisp/package.el (package--with-work-buffer):
19714 Recognize https URLs.
da91b5f2 19715
099c39a4
JB
19716 * net/network-stream.el: Move from gnus/proto-stream.el.
19717 Change prefix to network-stream throughout.
da91b5f2
CY
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
afa8e9f6
GM
197232011-04-02 Glenn Morris <rgm@gnu.org>
19724
1d2e369d
GM
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
8abb7da8 19731 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
19732 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
19733 (find-name-arg): Remove purecopy.
8abb7da8 19734
f3ca7378
GM
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
afa8e9f6
GM
19740 * files.el (save-some-buffers): Doc fix.
19741
35eae264
EZ
197422011-04-02 Eli Zaretskii <eliz@gnu.org>
19743
19744 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
19745
26b51db5
JB
197462011-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
7200d79c
SM
197512011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
19752
03408648 19753 Add lexical binding.
7200d79c 19754
03408648
SM
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.
7200d79c 19764
03408648
SM
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.
f488fb65 19777
03408648
SM
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.
f488fb65 19785
03408648
SM
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):
f488fb65 19792 Use eval-sexp-add-defvars.
03408648
SM
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:
090bd7cb 19932 * textmodes/css-mode.el:
03408648
SM
19933 * startup.el:
19934 * uniquify.el:
da91b5f2
CY
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:
03408648
SM
19943 * abbrev.el: Use lexical binding.
19944
0f0c1f27
EZ
199452011-04-01 Eli Zaretskii <eliz@gnu.org>
19946
19947 * info.el (info-display-manual): New function.
19948
c82b2579
SM
199492011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
19950
19951 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
19952
221ddf68
TH
199532011-03-31 Tassilo Horn <tassilo@member.fsf.org>
19954
19955 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 19956 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 19957
cba6e77e
GM
199582011-03-31 Glenn Morris <rgm@gnu.org>
19959
e040639f
GM
19960 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
19961
cba6e77e
GM
19962 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
19963
6d0f1c9e
CS
199642011-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
3e2d70fd
SM
199732011-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
f3e4086c
JM
199872011-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
eb7ffc14
LL
199932011-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
d806ab68
KM
200002011-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
ea622834
LL
200132011-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
b62f8267
G
200182011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20019
03408648
SM
20020 * net/imap.el (imap-shell-open, imap-process-connection-type):
20021 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
20022 Kerberos, SSL, other subprocesses.
20023
947b6566
LL
200242011-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
5ffb62aa
JD
200302011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20031
20032 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20033
7a097943
LL
200342011-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
c5b40130
LL
200402011-03-25 Leo Liu <sdl.web@gmail.com>
20041
1f48f7d2
LL
20042 * midnight.el (midnight-time-float): Remove. Note it calculates
20043 the microsecond component incorrectly and seconds-to-time does the
20044 same job.
625897ec 20045 Remove redundant (require 'timer).
1f48f7d2 20046
c5b40130
LL
20047 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20048 (ido-completions): Remove unused arguments. (Bug#8329)
20049
d86d2721
SM
200502011-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
e8974c48
DA
200642011-03-24 Drew Adams <drew.adams@oracle.com>
20065
20066 * thingatpt.el: Support `defun'.
20067
def71b5e
LL
200682011-03-23 Leo Liu <sdl.web@gmail.com>
20069
cb5af48e
LL
20070 * abbrevlist.el: Move to obsolete/abbrevlist.el.
20071
def71b5e
LL
20072 * help-mode.el (help-mode-finish): Tweak regexp.
20073
927c53e7
GM
200742011-03-23 Glenn Morris <rgm@gnu.org>
20075
18d05bed
GM
20076 * eshell/esh-opt.el (eshell-eval-using-options):
20077 Do not bind unused local variable `eshell-option-stub'.
20078
927c53e7
GM
20079 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20080
9d0da923
JB
200812011-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
4b978a67
LL
200872011-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
5fd62452
JB
200932011-03-22 Juanma Barranquero <lekktu@gmail.com>
20094
0b1596c6
JB
20095 * simple.el (backward-delete-char-untabify):
20096 Avoid warning about using `delete-backward-char'.
20097
5fd62452
JB
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
0b4e93f1
LL
201032011-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.
9882e214 20109 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 20110
fccee4ab
CY
201112011-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.
d86d2721
SM
20118 (enable-theme): Accept only loaded themes as arguments.
20119 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
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.
0357c7ae 20123
af896da6
LL
201242011-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
78f64af0
SM
201292011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20130
20131 * subr.el (deferred-action-list, deferred-action-function):
20132 Mark obsolete.
20133
b16ac1ec
LL
201342011-03-21 Leo Liu <sdl.web@gmail.com>
20135
810f7698
LL
20136 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
20137 change on 2011-02-13 (bug#8309).
20138
b16ac1ec
LL
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
4e05e67e
GM
201442011-03-21 Glenn Morris <rgm@gnu.org>
20145
20146 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
20147 Doc fixes.
20148
4359915b
CY
201492011-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
1fe275ee
JB
201562011-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
cd394be1 201612011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
20162
20163 * ido.el (ido-read-internal): Use completing-read-default.
20164 (ido-completing-read): Fix compatibility with completing-read.
20165
7d476bde
CO
201662011-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
fe0fb33e
CY
201732011-03-19 Chong Yidong <cyd@stupidchicken.com>
20174
ff854b0b
CY
20175 * dired-aux.el (dired-create-directory): Signal an error if the
20176 directory already exists (Bug#8246).
20177
fe0fb33e
CY
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
576bce32
EZ
201832011-03-19 Eli Zaretskii <eliz@gnu.org>
20184
4d61f28d 20185 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
20186 windows-nt systems.
20187 (emerge-protect-metachars): Quote correctly for ms-dos and
20188 windows-nt systems.
20189
89c41d68 201902011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
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
b14e3e21 201962011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
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
4525ce3e
CY
202022011-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
a904a09a 202152011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 20216
a904a09a
SM
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.
1518e4f0
G
20220
202212011-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
171fc304
JB
202262011-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
d71990a1
JB
202342011-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
7a71b18d
GM
20269 * calc/calc-help.el (calc-l-prefix-help):
20270 Mention musical note functions.
d71990a1 20271
40c2934b
SM
202722011-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
b0911414
KM
202772011-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
8a05b668
JB
202832011-03-16 Juanma Barranquero <lekktu@gmail.com>
20284
20285 * startup.el (command-line): Warn the user that _emacs is deprecated.
20286
5ba5fb81
JB
202872011-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
2dab465b
KM
202982011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
20299
5ba5fb81 20300 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
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
0adf5618
SM
203042011-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
d72700e5
CY
203162011-03-15 Chong Yidong <cyd@stupidchicken.com>
20317
20318 * startup.el (command-line): Update package subdirectory regexp.
20319
49c5410a
SM
203202011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20321
c6eee9aa
SM
20322 * allout.el (allout-abbreviate-flattened-numbering)
20323 (allout-mode-deactivate-hook): Fix up obsolescence "date".
20324
49c5410a
SM
20325 * subr.el (read-char-choice): Only show the cursor after the prompt,
20326 not after the answer.
20327
047b2bb9
KR
203282011-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
0a57d256
SM
203332011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20334
20335 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
20336 warning message.
20337
77c992bc
MA
203382011-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
eebc475d
TZ
203432011-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
9d05d1ba
JB
203512011-03-13 Juanma Barranquero <lekktu@gmail.com>
20352
20353 * help.el (describe-mode): Link to the mode's definition (bug#8185).
20354
09d9db2c
GM
203552011-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
203602011-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
219bd536
JB
203722011-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
f3afd36b
MA
203762011-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
3aaaa6f1
SM
203842011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20385
94642599
SM
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
3aaaa6f1
SM
20391 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
20392 Disable obsolescence warnings in the file that declares it.
20393
14239447
KM
203942011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
20395
099c39a4
JB
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.
14239447 20400
135e287c
JB
204012011-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
ffbf300e
CY
204062011-03-10 Chong Yidong <cyd@stupidchicken.com>
20407
ba08b241
CY
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.
ffbf300e 20414
f346fd6b
MA
204152011-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
ccb55d27
GM
204202011-03-10 Glenn Morris <rgm@gnu.org>
20421
5ceaac0c
GM
20422 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
20423
02da65ff
GM
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
b2f603cc
GM
20428 * eshell/esh-util.el (eshell-condition-case): Doc fix.
20429
5772caab
GM
20430 * cus-edit.el (Custom-newline): If no button at point, look
20431 for a subgroup button at start-of-line. (Bug#2298)
20432
ccb55d27
GM
20433 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
20434
ec6ecaed
JD
204352011-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
9d5aa01d
JB
204402011-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
b6a5875b
KM
204442011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
20445
7a71b18d 20446 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
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.
1154d12e
JB
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.
b6a5875b 20454
ee545c35
MA
204552011-03-09 Michael Albinus <michael.albinus@gmx.de>
20456
d86d2721
SM
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
ee545c35
MA
20459 `tramp-default-port'.
20460
c47971d7
DD
204612011-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
13522cb4
GM
204672011-03-09 Glenn Morris <rgm@gnu.org>
20468
0be6f4f1
GM
20469 * shell.el (shell-mode):
20470 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
20471
13522cb4
GM
20472 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
20473 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
20474
515de2e3
CY
204752011-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
b511b994
MA
204802011-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
d86d2721
SM
20487 * emacs-lisp/package-x.el (package-upload-buffer-internal):
20488 Use `equal' for upload base check.
b511b994 20489
25bbfb31
AM
204902011-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
be996521
GM
204952011-03-08 Glenn Morris <rgm@gnu.org>
20496
e9c8529f
GM
20497 * cus-start.el (cursor-in-non-selected-windows):
20498 Fix :set quoting oddness. (Bug#8192)
20499
be996521
GM
20500 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
20501 in some setf expressions. (Bug#2159)
20502
2bb5649e
CY
205032011-03-08 Chong Yidong <cyd@stupidchicken.com>
20504
20505 * custom.el (custom-available-themes): Return themes in
20506 alphabetical order.
20507
33383987 20508See ChangeLog.15 for earlier changes.
e3d51b27
MR
20509
20510;; Local Variables:
20511;; coding: utf-8
e3d51b27
MR
20512;; End:
20513
acaf905b 20514 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
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/>.