Face names should not end in -face (term-face)
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
19e09879
GM
12012-11-10 Glenn Morris <rgm@gnu.org>
2
3 * term.el (term): Rename from `term-face'.
4 (term-current-face, ansi-term-color-vector)
5 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
6 Update all users.
7
d743088d
JD
82012-11-09 Jan Djärv <jan.h.d@swipnet.se>
9
10 * server.el (server-create-window-system-frame): Improved comment.
11
531bdce6
JD
122012-11-08 Jan Djärv <jan.h.d@swipnet.se>
13
14 * server.el (server-create-window-system-frame): Handle Nextstep
15 specially (Bug#12780).
16
fedb154e
GM
172012-11-08 Glenn Morris <rgm@gnu.org>
18
19 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
20 Unautoload, and make obsolete. (Bug#7449)
21
9d9e48d9
CY
222012-11-08 Chong Yidong <cyd@gnu.org>
23
24 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
25 rename from diff-remove-trailing-whitespace (Bug#12831).
26
32170f7f
SM
272012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
30 miscompilation of trace.el.
31
26f59676
GM
322012-11-08 Glenn Morris <rgm@gnu.org>
33
34 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
35
41626722
SM
362012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
39 (bug#12812).
40
7d806bfe
CY
412012-11-07 Chong Yidong <cyd@gnu.org>
42
43 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
44 a defcustom with an appropriate :set function.
45 (minibuffer-default--in-prompt-regexps): New function.
46
2ee1d59f
GM
472012-11-07 Glenn Morris <rgm@gnu.org>
48
031b2ea7
GM
49 * emacs-lisp/cl.el (define-setf-expander, defsetf)
50 (define-modify-macro): Doc fixes.
51
2ee1d59f
GM
52 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
53 (gv-define-simple-setter): Update doc of `fix-return'.
54
d57c286e
SM
552012-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
56
b715ed44
SM
57 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
58 twice when `fix-return' is set (bug#12813).
59
d57c286e
SM
60 * emacs-lisp/cl.el (defsetf): Pass the third arg to
61 gv-define-simple-setter (bug#12812).
62
c9cac599
SM
632012-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
64
65 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
66 (bug#12756).
67
6b3770fb
GM
682012-11-06 Glenn Morris <rgm@gnu.org>
69
70 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
71
5593ed90
GM
722012-11-05 Glenn Morris <rgm@gnu.org>
73
74 * emacs-lisp/cl-extra.el (cl-prettyexpand):
75 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
76 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
77 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
78
79 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
80
5c677d44
GM
812012-11-03 Glenn Morris <rgm@gnu.org>
82
49138400
GM
83 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
84 Rename handler properties back from cl-- to cl-. (Bug#12788)
85
5c677d44
GM
86 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
87
1d4341f9
EZ
882012-11-03 Eli Zaretskii <eliz@gnu.org>
89
90 * term/pc-win.el: Don't load term/internal from here.
91
92 * loadup.el: Load term/internal from here.
93
12fd5ee1
FEG
942012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
95
96 * progmodes/python.el (inferior-python-mode): Fix hang in
97 jit-lock (Bug#12645).
98
43bcfda6
MR
992012-11-03 Martin Rudalics <rudalics@gmx.at>
100
101 * window.el (switch-to-visible-buffer)
102 (switch-to-buffer-preserve-window-point): Fix doc-strings.
103
b4b096e4
SB
1042012-11-01 Stephen Berman <stephen.berman@gmx.net>
105
106 * play/gomoku.el (gomoku-display-statistics): Update mode line
107 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
108
218e997a
MR
1092012-10-31 Martin Rudalics <rudalics@gmx.at>
110
111 * window.el (quit-restore-window): If the window has been
112 created on an existing frame and ended up as the sole window on
113 that frame, do not delete it (Bug#12764).
114
b08b6da7
SM
1152012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
116
3618df45
SM
117 * progmodes/sh-script.el (sh--inside-noncommand-expression):
118 Rename from sh--inside-arithmetic-expression, handle more cases
119 (bug#11263).
120
b08b6da7
SM
121 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
122 (sh-font-lock-open-heredoc): Use it (bug#12770).
123
4ddedf94
GM
1242012-10-30 Glenn Morris <rgm@gnu.org>
125
f43a5263
GM
126 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
127
4ddedf94
GM
128 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
129
748b0d84
CY
1302012-10-29 Chong Yidong <cyd@gnu.org>
131
b5dd9a77
CY
132 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
133 function key is stored in a keyboard macro (Bug#4894).
134
748b0d84
CY
135 * thingatpt.el (number-at-point): Apply a thing-at-point property.
136
e07fcbdc
SM
1372012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
138
d7f9cc85
SM
139 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
140 header comments".
141 (diff-unified->context, diff-context->unified)
142 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
143
c606253c
SM
144 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
145
e07fcbdc
SM
146 * files.el (find-alternate-file): Only ask one question (bug#12487).
147
894b9dd9
CY
1482012-10-29 Chong Yidong <cyd@gnu.org>
149
1dc2755a
CY
150 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
151 Suggested by Dan Nicolaescu (Bug#6326).
152
329c48d8
CY
153 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
154
2230fa5b 155 * startup.el (fancy-about-screen): Don't message (Bug#12680).
5c2f2631 156
e84cad57
CY
157 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
158
1913c5f5
CY
159 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
160
894b9dd9
CY
161 * face-remap.el (face-remap-add-relative): Handle the case where a
162 face-remapping-alist entry is a cons cell (Bug#12762).
163
329c48d8
CY
1642012-10-29 Kevin Ryde <user42@zip.com.au>
165
166 * woman.el (woman-parse-numeric-value): Handle picas correctly
167 (Bug#12639).
168
a0ccbcbd
GM
1692012-10-29 Glenn Morris <rgm@gnu.org>
170
171 * emacs-lisp/cl.el (defsetf): Doc fix.
172
b3871e59
SM
1732012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
176 syntax to the matching opener, if any (bug#12547).
177 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
178 matching open as a "case-(".
179 (sh-smie-rc-grammar): Add a corresponding rule for it.
180
cd44022c
DH
1812012-10-28 Daniel Hackney <dan@haxney.org>
182
183 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
184 "PKGNAME-autoloads.el" in case we created it.
185
70edffb1
SM
1862012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
187
86957a0c
SM
188 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
189 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
b9383404 190 (completion--twq-all): Disable too-strict assertions.
86957a0c 191
70edffb1
SM
192 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
193
d069271c
EZ
1942012-10-27 Eli Zaretskii <eliz@gnu.org>
195
196 * profiler.el (profiler-report-make-entry-part): Fix help-echo
197 text to match the real keybindings.
198
e2f022a3
JL
1992012-10-27 Juri Linkov <juri@jurta.org>
200
201 * wdired.el (wdired-keep-marker-rename): New defcustom.
202 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
203 (Bug#11795)
204
205 * dired.el (dired-keep-marker-rename): Add reference to
206 `wdired-keep-marker-rename' in the docstring.
207 Add default character value ?R to display initially in
208 Customization UI instead of ?@.
209
df171c23
MR
2102012-10-27 Martin Rudalics <rudalics@gmx.at>
211
212 * window.el (display-buffer): In doc-string describe
213 window-height and window-width alist entries.
214
215 * time.el (display-time-world): Restore fit-window-to-buffer
216 behavior.
217
05b621a6
CY
2182012-10-27 Chong Yidong <cyd@gnu.org>
219
220 * subr.el (insert-buffer-substring-as-yank): Doc fix.
221
55f197b2
J
2222012-10-26 Jambunathan K <kjambunathan@gmail.com>
223
224 * minibuffer.el (completion-category-overrides): New completion
225 category `bookmark' (bug#11131).
226
372212df
SM
2272012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
228
150f809c
SM
229 * emacs-lisp/advice.el (ad-assemble-advised-definition):
230 Silence bogus compiler warnings for ad-do-it.
231
372212df
SM
232 * bookmark.el (bookmark-completing-read): Set the completion category
233 to `bookmark' (bug#11131).
234
c5772569
B
2352012-10-26 Bastien <bzg@altern.org>
236 Stefan Monnier <monnier@iro.umontreal.ca>
237
238 * face-remap.el: Use lexical-binding.
239 (text-scale-adjust): Improve docstring. Use itself for the temporary
240 overlay-map bindings, so as to repeat the "Use..." message each time.
241
a2be0357
SM
2422012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
243
63314e57
SM
244 * emacs-lisp/macroexp.el (macroexp--expand-all):
245 Obey byte-compile-warning-enabled-p (bug#12486).
246
a2be0357
SM
247 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
248 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
249
8c7727c3
MR
2502012-10-26 Martin Rudalics <rudalics@gmx.at>
251
252 * mouse.el (mouse-drag-line): Move last form into preceding when
253 clause (Bug#12731).
254
255 * help.el (resize-temp-buffer-window): Fix doc-string.
256
3f2a848d
DE
2572012-10-25 David Engster <deng@randomsample.de>
258
259 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
a2be0357 260 Remove. This feature is already integrated in imenu.
3f2a848d
DE
261
262 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
263 always loaded. Require `speedbar' unconditionally.
264
a7723be6
SM
2652012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
266
aaabfc8b
SM
267 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
268
414a8595
SM
269 * minibuffer.el (minibuffer-force-complete): Fix thinko.
270
fb5b9475
SM
271 * net/ldap.el (ldap-search-internal): The official ldif format starts
272 with a "version: 1" header (bug#12724).
273
a7723be6
SM
274 * emacs-lisp/package.el (package-installed-p): Warn if not ready
275 (bug#12721).
276
a05cb6e3
GM
2772012-10-25 Glenn Morris <rgm@gnu.org>
278
279 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
280
3c92de70
SM
2812012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * minibuffer.el (minibuffer-force-complete): Use one more marker
284 for the temporary-overlay-map command (bug#12619).
285
a4b6d7c6
CY
2862012-10-24 Chong Yidong <cyd@gnu.org>
287
288 * time.el (display-time-world-mode): Derive from special-mode.
289 (display-time-world): Use display-buffer (Bug#12708).
290 (display-time-world-mode-map): Variable deleted.
9321d8d7
CY
291 (display-time-world-display): Wrap the final delete-char inside
292 inhibit-read-only.
a4b6d7c6 293
75e8f9d2
CY
2942012-10-24 Chong Yidong <cyd@gnu.org>
295
cd996018
CY
296 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
297 Doc fix.
298
75e8f9d2
CY
299 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
300
d92df117
SM
3012012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
302
303 * minibuffer.el (completion--all-sorted-completions-location): New var.
304 (completion--cache-all-sorted-completions)
305 (completion--flush-all-sorted-completions): Use it.
306 (completion-in-region, completion-in-region--postch)
307 (completion-at-point, completion-help-at-point): Use markers in
308 completion-in-region--data (bug#12619).
309
9c3e39f3
SM
3102012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
311
c79825bd
SM
312 * progmodes/compile.el (compilation-start): Try to handle common
313 quoting of `cd' argument (bug#12640).
314
9c3e39f3
SM
315 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
316 (bug#12671).
317
a6709bc7
GM
3182012-10-23 Glenn Morris <rgm@gnu.org>
319
320 * progmodes/gud.el (gud-menu-map):
321 Check gdb-active-process is bound. (Bug#12358)
322
d1069532
SM
3232012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
324
d20d69c0
SM
325 * repeat.el (repeat): Set real-this-command (bug#12232).
326
d1069532
SM
327 * htmlfontify.el (hfy-post-html-hook):
328 * filesets.el (filesets-cache-fill-content-hook):
329 * arc-mode.el (archive-extract-hook):
330 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
331 * net/rcirc.el (rcirc-sentinel-functions)
332 (rcirc-receive-message-functions, rcirc-activity-functions)
333 (rcirc-print-functions):
334 * net/dbus.el (dbus-event-error-functions):
335 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
336 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
337 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
338 * term/sun.el (sun-raw-prefix-hooks):
339 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
340
f7eac6d8
MA
3412012-10-23 Michael Albinus <michael.albinus@gmx.de>
342
d1069532
SM
343 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
344 Set `tramp-chunksize' to 1. This improves the performance.
f7eac6d8
MA
345 (tramp-smb-wait-for-output): Add timeout to
346 `tramp-accept-process-output' calls.
347
608d9d7c
CY
3482012-10-23 Chong Yidong <cyd@gnu.org>
349
49238e7f
CY
350 * faces.el (font-list-limit): Define as an obsolete variable.
351
352 * startup.el (command-line):
353 * cus-start.el: Don't refer to font-list-limit.
354
608d9d7c
CY
355 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
356
4ff5b1b2
SM
3572012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * subr.el (internal-temp-output-buffer-show): Rename from
360 temp-output-buffer-show, since previously compiled files expect this name.
361
ea1d4aac
GM
3622012-10-23 Glenn Morris <rgm@gnu.org>
363
364 * image.el (image-type-from-file-name): If multiple types match,
365 return the first one that is supported. (Bug#9045)
366
eda82a31
GM
3672012-10-22 Glenn Morris <rgm@gnu.org>
368
369 * image.el (imagemagick-enabled-types): Doc fix.
370
4f020bec
TA
3712012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
372
373 * progmodes/which-func.el (which-func-current): The hash-table may have
374 an explicit nil (bug#12338).
375
c77d37e2
SM
3762012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * electric.el (electric-pair-delete-selection-self-insert-function):
379 Rename to electric-pair-will-use-region, return a boolean.
380 (electric-pair-mode): Adjust accordingly. Don't require delsel.
381
382 * delsel.el (delete-selection-helper): Use a function instead of a hook.
383 (delete-selection-pre-hook): Use use-region-p.
384 (delete-selection-self-insert-function): Remove.
385 (self-insert-command): Obey self-insert-uses-region-functions.
386 (self-insert-iso): Revert to previous setting, since we don't actually
387 know what that command does.
388 (delete-selection-self-insert-hooks): Remove.
389
b1d39ccc
SL
3902012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
391
392 * delsel.el (delete-selection-helper): New function, extracted from
393 delete-selection-pre-hook.
394 (delete-selection-pre-hook): Use it.
395 (delete-selection-self-insert-function): New function.
396 (delete-selection-self-insert-hooks): New hook.
397 (self-insert-command, self-insert-iso): Use it.
398 * electric.el (electric-pair-syntax): New function, extracted from
399 electric-pair-post-self-insert-function.
400 (electric-pair-post-self-insert-function): Use it.
401 (electric-pair-delete-selection-self-insert-function): New function.
402 (electric-pair-mode): Require delsel and setup
403 delete-selection-self-insert-hooks (bug#11520).
404
045ef729
CY
4052012-10-20 Chong Yidong <cyd@gnu.org>
406
4c5d08a8
CY
407 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
408 no changes to show (Bug#12586).
409
045ef729
CY
410 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
411 list explicitly (Bug#12571).
412
3503c798 4132012-10-20 Arne Jørgensen <arne@arnested.dk>
79e1997a 414
b1d39ccc
SL
415 * progmodes/flymake.el (flymake-create-temp-inplace):
416 Use file-truename.
79e1997a 417
2068905b
EZ
4182012-10-20 Eli Zaretskii <eliz@gnu.org>
419
420 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
421
4c9e9550
JB
4222012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
423
424 * calc/calc-units.el (math-extract-units): Properly extract powers
425 of units.
426
1a6e7e38
DC
4272012-10-20 Daniel Colascione <dancol@dancol.org>
428
429 * frame.el (make-frame): Set x-display-name as we used to in order
430 to unbreak creating an X11 frame from an Emacs daemon started
431 without a display.
432
8e808318
SM
4332012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * minibuffer.el (minibuffer-force-complete): Make the next completion use
436 the same completion-field (bug@12221).
437
fb0104da
MR
4382012-10-19 Martin Rudalics <rudalics@gmx.at>
439
440 * emacs-lisp/debug.el (debug): Record height of debugger window
441 also when debugger will be back (Bug#8789).
442
8c27235e
CY
4432012-10-18 Chong Yidong <cyd@gnu.org>
444
445 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
446 Convert to defcustom.
447 (gdb-get-source-file): Don't bind pop-up-windows.
448
449 * progmodes/gud.el (gud-display-line): Don't specially re-use
450 other frames for the gdb-mi case (Bug#12648).
451
90eacf99
SM
4522012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
453
aaf0c300
SM
454 * emacs-lisp/advice.el: Clean up commentary a bit.
455 (ad-do-advised-functions, ad-with-originals): Use `declare'.
456 (byte-code-function-p): Never redefine.
457
90eacf99
SM
458 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
459
281c9d2b
GM
4602012-10-18 Glenn Morris <rgm@gnu.org>
461
40714e3d
GM
462 * dired.el (dired-sort-toggle): Some ls implementations only allow
463 a single option string. (Bug#12666)
464
281c9d2b
GM
465 * minibuffer.el (completion-cycle-threshold): Doc fix.
466
b278604e
KH
4672012-10-17 Kenichi Handa <handa@gnu.org>
468
90eacf99
SM
469 * international/mule.el (set-keyboard-coding-system):
470 Recover input meta mode when the new coding system doesn not use 8-bit.
b278604e
KH
471 Supply TERMINAL arg to set-input-meta-mode.
472
df171c23 4732012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
7ebc5f5a
MH
474
475 * wdired.el (wdired-old-marks): New variable.
476 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
477 (wdired-do-renames): Move point with renamed file and don't lose
478 mark status (Bug#11795).
479
e5a94ec4
JL
4802012-10-16 Juri Linkov <juri@jurta.org>
481
482 * replace.el (query-replace-help): Mention multi-buffer replacement
483 keys in the Help message. (Bug#12655)
484
d18a0d24
CY
4852012-10-15 Chong Yidong <cyd@gnu.org>
486
487 * emacs-lisp/byte-run.el (defsubst): Doc fix.
488
8111f5e6
EZ
4892012-10-14 Eli Zaretskii <eliz@gnu.org>
490
7b9abf24
EZ
491 * window.el (display-buffer): Doc fix.
492
8111f5e6
EZ
493 * progmodes/compile.el (compilation-error-regexp-alist-alist):
494 Adjust the msft regexp to the output of Studio 2010, and move msft
495 before edg-1. See the discussion on emacs-devel,
496 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
497 for the details.
498
5046ef67
SM
4992012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
500
9760c73c
SM
501 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
502 (oset): Move uses of object-class-fast macro after its definition.
503
5046ef67
SM
504 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
505
0d11ff1c
CY
5062012-10-13 Chong Yidong <cyd@gnu.org>
507
508 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
509 enabled, re-enable it (Bug#11963).
510
88ded8ac
MR
5112012-10-13 Martin Rudalics <rudalics@gmx.at>
512
513 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
514 non-nil, restore window configuration (Bug#12623).
515
bd0ffffd
SM
5162012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
517
06485aa8
SM
518 * help-fns.el (describe-variable, describe-function-1):
519 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
520
bd0ffffd
SM
521 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
522
3a989246
GM
5232012-10-12 Glenn Morris <rgm@gnu.org>
524
525 * mail/rmailsum.el (rmail-header-summary):
526 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
527
55cd00c8
FEG
5282012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
529
bd0ffffd
SM
530 * progmodes/python.el (python-mode-map):
531 Replace subtitute-key-definition with proper command remapping.
55cd00c8
FEG
532 (python-nav--up-list): Fix behavior for blocks on the same level.
533
ac9fc2c7
SM
5342012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
535
d8cc4c00 536 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
d8cc4c00 537
5253a5fd
SM
538 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
539 changes to the format of load-history.
540
ac9fc2c7
SM
541 * international/mule-cmds.el (read-char-by-name): Move let-binding of
542 completion-ignore-case in case that var is buffer-local (bug#12615).
543
cde44a77
KH
5442012-10-11 Kenichi Handa <handa@gnu.org>
545
546 * international/eucjp-ms.el: Re-generated.
547
4ef4a10d
KH
5482012-10-10 Kenichi Handa <handa@gnu.org>
549
550 * select.el (xselect--encode-string): If a coding is specified for
551 selection, and that is compatible with COMPOUND_TEXT, use it.
552
9d7f027b
MR
5532012-10-10 Martin Rudalics <rudalics@gmx.at>
554
555 * window.el (switch-to-buffer-preserve-window-point): New option.
ac9fc2c7
SM
556 (switch-to-buffer):
557 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
9d7f027b 558
238f3a58
SM
5592012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
562 Don't document nil as a useful value (bug#12583).
563
1d51f99c
MA
5642012-10-09 Michael Albinus <michael.albinus@gmx.de>
565
238f3a58
SM
566 * net/tramp.el (tramp-debug-message):
567 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
1d51f99c
MA
568 (with-tramp-progress-reporter): Rename from
569 `tramp-with-progress-reporter'.
238f3a58
SM
570 (with-tramp-file-property, with-tramp-connection-property):
571 Move from tramp-cache.el, rename from `with-file-property' and
1d51f99c
MA
572 `with-connection-property', respectively.
573
574 * net/tramp-cache.el: Remove `with-file-property' and
575 `with-connection-property'.
576
577 * net/tramp.el:
578 * net/tramp-gvfs.el:
579 * net/tramp-sh.el:
580 * net/tramp-smb.el: Adapt callees.
581
582 * net/trampver.el: Update release number.
583
26b77251
GM
5842012-10-09 Glenn Morris <rgm@gnu.org>
585
9a5f296f
GM
586 * w32-fns.el (set-message-beep):
587 * term/w32-win.el (set-message-beep): Update declarations.
588
94c66ce5
SM
5892012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
590
10766e9e
SM
591 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
592 (mode-line-widen, mode-line-input-method-map)
593 (mode-line-coding-system-map, mode-line-remote)
594 (mode-line-unbury-buffer, mode-line-bury-buffer)
595 (mode-line-next-buffer, mode-line-previous-buffer):
596 Replace save-selected-window+select-window => with-selected-window.
597
f754db08
SM
598 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
599 * progmodes/cc-vars.el (bq-process): Remove, unused.
600
94c66ce5
SM
601 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
602
a4ff7fe1
FEG
6032012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
604
605 Implemented `backward-up-list'-like navigation.
606 * progmodes/python.el (python-nav-up-list)
607 (python-nav-backward-up-list): New functions.
608 (python-mode-map): Define substitute key for backward-up-list to
609 python-nav-backward-up-list.
610
24517d82
FEG
6112012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
612
613 * progmodes/python.el (python-fill-paragraph): Rename from
614 python-fill-paragraph-function. Fixed fill-paragraph for
615 decorators (Bug#12605).
616
51867ae2
FEG
6172012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
618
619 * progmodes/python.el (python-shell-output-filter): Handle extra
620 carriage return in OSX (Bug#12409).
621
a5b773c4
FEG
6222012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
623
624 Fix shell handling of unbalanced quotes and parens in output.
94c66ce5 625 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
a5b773c4
FEG
626 (python-syntax-propertize-function): Use it.
627 (python-shell-output-syntax-table): New var.
628 (inferior-python-mode): Prevent unbalanced parens/quotes from
629 previous output mess with current input context.
630
13373538
JB
6312012-10-08 Juanma Barranquero <lekktu@gmail.com>
632
633 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
634 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
635
775a132d
MA
6362012-10-08 Michael Albinus <michael.albinus@gmx.de>
637
638 * ffap.el (ffap-replace-file-component): Support Tramp file name
639 syntax, not only ange-ftp's one.
640
3ab44929
GM
6412012-10-08 Glenn Morris <rgm@gnu.org>
642
57f1dee4
GM
643 * cus-start.el (message-log-max): Set :version.
644
3ab44929
GM
645 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
646
6a088630
MR
6472012-10-08 Martin Rudalics <rudalics@gmx.at>
648
649 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
650 the minibuffer window (Bug#10851).
651
8dbce54c
FEG
6522012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
653
654 Enhancements on forward-sexp movement.
655 * progmodes/python.el (python-nav-beginning-of-statement)
656 (python-nav-end-of-statement): Return point-marker.
657 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
658 (python-info-current-symbol)
659 (python-info-statement-starts-block-p): Rename from
660 python-info-beginning-of-block-p.
661 (python-info-statement-ends-block-p): Rename from
662 python-info-end-of-block-p.
663 (python-info-beginning-of-statement-p)
664 (python-info-end-of-statement-p)
665 (python-info-beginning-of-block-p, python-info-end-of-block-p):
666 New functions.
667
5acd2b3e
SM
6682012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
671 frame-selected-windows.
672
e08348a0
DC
6732012-10-08 Daniel Colascione <dancol@dancol.org>
674
675 * battery.el (battery-status-function): Check for
676 w32-battery-status itself, not system-time windows-nt.
677
678 * frame.el: Require cl-lib.
679 (display-format-alist): New variable mapping frame types to
680 functions that initialize them.
681 (window-system-for-display): New function: interprets
682 display-format-alist.
683 (make-frame-on-display): Remove existing display-selection logic
684 and just forward to make-frame, which will now DTRT.
685 (make-frame): Restructure to use window-system-for-display to
686 figure out how to create a frame on a given display.
687 (display-mouse-p): Look for frame-type w32, not a particular
688 system-type.
689
690 * loadup.el: Load w32 lisp code when we have the w32 feature.
691
692 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
693 system-type windows-nt.
694
695 * server.el (server-create-window-system-frame): Look for window
696 type.
697 (server-proces-filter): Only force a window system when windows-nt
698 _and_ w32. Explain why.
699
700 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
701 of window systems we configure for the mode.
702
703 * startup.el (command-line): Mark window system is initialized
704 after we've done it.
705
706 * common-win.el (x-select-text): Look for w32, not windows-nt.
707
708 * ns-win.el: Require cl-lib. Add ourselves to
709 display-format-alist.
710 (ns-initialize-window-system): Assert we're not initialized twice.
711
712 * w32-win.el: Enable lexical binding; require cl-lib; add
713 ourselves to display-format-alist.
714 (w32-handle-dropped-file): Convert incoming dropped files from
715 Windows paths to Cygwin ones before passing them on to the rest of
716 Emacs.
717 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
718 (w32-initialize-window-system): Assert we're not initialized twice.
719
720 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
721 (x-initialize-window-system): Assert we're not initialized twice.
722
723 * w32-common-fns.el: New File.
724 (w32-version, w32-using-nt, w32-get-clipboard-data)
725 (w32-set-clipboard-data, x-set-selection, x-get-selection)
726 (w32-charset-info-alist, x-last-selected, text)
727 (x-get-selection-value, x-selection-value): Move here.
728
729 * w32-fns.el: Require w32-common-fns.
730 (w32-version, w32-using-nt, w32-get-clipboard-data)
731 (w32-set-clipboard-data, x-set-selection, x-get-selection)
732 (w32-charset-info-alist, x-last-selected, text)
733 (x-get-selection-value, x-selection-value): Move to
734 w32-common-fns.
735
736 * w32-vars.el:
737 (w32-allow-system-shell, w32-system-shells): Define only in
738 non-cygwin case.
739
795b1482
SM
7402012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
741
742 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
743 (read-passwd): Remove a few more potential sources of leaks.
744
f27c99dc
FEG
7452012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
746
747 * progmodes/python.el (inferior-python-mode)
795b1482 748 (python-shell-make-comint): Fix initialization of local
f27c99dc
FEG
749 variables copied from parent buffer.
750
fcacb558
JD
7512012-10-07 Jan Djärv <jan.h.d@swipnet.se>
752
753 * term/ns-win.el (ns-read-file-name): Update declaration to match
754 nsfns.m.
755 (ns-respond-to-change-font): Change fontsize separatly so we are sure
756 it is set when font is acted upon.
757
be0d5bae
FEG
7582012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
759
760 Enhancements to indentation.
761 * progmodes/python.el (python-indent-context): Give priority to
762 inside-string context. Make comments indentation markers.
763 (python-indent-region): Do not mess with strings, unless it's the
764 enclosing set of quotes.
765
13af0d10
SM
7662012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
767
662a9d0e
SM
768 * window.el (internal--before-save-selected-window)
769 (internal--after-save-selected-window): New functions extracted from
770 save-selected-window. Make sure we return the `alist' we construct.
771 (save-selected-window): Use them.
772
773 * textmodes/tex-mode.el (tex-recenter-output-buffer):
774 Use with-selected-window.
775
13af0d10
SM
776 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
777 forms that define macros (bug#12593).
778
6aa75fb6
KH
7792012-10-07 Kenichi Handa <handa@gnu.org>
780
13af0d10
SM
781 * international/mule-conf.el (compound-text-with-extensions):
782 Add :mime-charset property as x-ctext.
6aa75fb6 783
78d876b9
SM
7842012-10-07 Stefan Merten <smerten@oekonux.de>
785
786 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
787 (rst-indent-literal-normal, rst-indent-literal-minimized)
788 (rst-indent-comment): Correct :version tag.
557337e9 789 (rst-official-cvs-rev): Correct version string.
78d876b9 790
99a1e701
GM
7912012-10-07 Glenn Morris <rgm@gnu.org>
792
793 * mail/rmailmm.el (rmail-mime-process-multipart):
794 Do not confuse a multipart message with an epilogue
795 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
796
08f18c3d
FEG
7972012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
798
799 Fix shell output retrieval and comint-prompt-regexp init.
800 * progmodes/python.el (inferior-python-mode):
801 (python-shell-make-comint): Fix initialization of
802 comint-prompt-regexp from copied file local variables.
803 (python-shell-fetched-lines): Remove var.
804 (python-shell-output-filter-in-progress): Rename from
805 python-shell-fetch-lines-in-progress.
806 (python-shell-output-filter-buffer): Rename from
807 python-shell-fetch-lines-string.
808 (python-shell-fetch-lines-filter): Delete function.
809 (python-shell-output-filter): New function.
810 (python-shell-send-string-no-output): Use them.
811
82ed3ab4
GM
8122012-10-07 Glenn Morris <rgm@gnu.org>
813
1595ecfa
GM
814 * hi-lock.el (hi-lock-process-phrase):
815 Try to make it less fragile. (Bug#7161)
816
82ed3ab4
GM
817 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
818
f1f4dba0
GM
8192012-10-06 Glenn Morris <rgm@gnu.org>
820
addc11ed 821 * ehelp.el (electric-help-mode): Use help-mode rather than
32939005
GM
822 non-existent mode `help'.
823 (electric-help-map): Use button-buffer-map. (Bug#10917)
addc11ed 824
460042b8
GM
825 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
826 (reftex-create-bibtex-footer): Fix custom types.
827
67667c70
GM
828 * progmodes/sh-script.el (sh-indent-after-continuation):
829 Add explicit :group.
830
18dec750
GM
831 * textmodes/rst.el (rst-preferred-decorations)
832 (rst-shift-basic-offset): Clarify obsolescence versions.
833
d1a1c7e6
GM
834 * profiler.el (profiler): Add missing group :version tag.
835 * avoid.el (mouse-avoidance-banish-position):
836 * proced.el (proced-renice-command):
837 * calc/calc.el (calc-ensure-consistent-units):
838 * calendar/icalendar.el (icalendar-import-format-uid):
839 * net/tramp.el (tramp-save-ad-hoc-proxies):
840 * progmodes/bug-reference.el (bug-reference-bug-regexp):
841 * progmodes/flymake.el (flymake-error-bitmap)
842 (flymake-warning-bitmap, flymake-fringe-indicator-position):
843 * progmodes/sh-script.el (sh-indent-after-continuation):
844 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
845 (verilog-before-save-font-hook, verilog-after-save-font-hook):
846 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
847 (vhdl-array-index-record-field-in-sensitivity-list)
848 (vhdl-indent-comment-like-next-code-line):
849 * textmodes/reftex-vars.el (reftex-ref-style-alist)
850 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
851 (reftex-cite-key-separator, reftex-create-bibtex-header)
852 (reftex-create-bibtex-footer):
853 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
854 (rst-indent-literal-normal, rst-indent-literal-minimized)
855 (rst-indent-comment): Add missing custom :version tags.
856
ef35abb4
GM
857 * calendar/timeclock.el (timeclock-modeline-display):
858 Add missing obsolete alias for renamed user option.
859
d1aae614
GM
860 * strokes.el (strokes-modeline-string):
861 * emulation/crisp.el (crisp-mode-modeline-string):
862 * eshell/esh-mode.el (eshell-status-in-modeline):
863 Aliases to defcustoms must come before the defcustom.
864
f1f4dba0
GM
865 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
866 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
867 (cal-tex-cursor-week-monday): Doc fixes.
868 (cal-tex-cursor-week2-summary): Doc fix.
869 Rename from cal-tex-cursor-week-at-a-glance.
870
871 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
872 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
873
874 * calendar/calendar.el (calendar-mode-map):
875 Add cal-tex-cursor-week2-summary.
876
d39109c3
SM
8772012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
878
685f87b0
SM
879 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
880
d39109c3
SM
881 * subr.el (read-passwd-map): New var.
882 (read-passwd): Use `read-string' again.
883 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
884
5694896d
J
8852012-10-06 Jambunathan K <kjambunathan@gmail.com>
886
887 * register.el (append-to-register, prepend-to-register):
888 Deactivate mark, as does `copy-to-register' (bug#12389).
889
9414dd8d
CY
8902012-10-06 Chong Yidong <cyd@gnu.org>
891
892 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
893
2b89bca4
KH
8942012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
895
896 * international/characters.el: Fix simple mistake ((car chars) ->
897 elt), delete duplicated code.
898
d5acb99a
GM
8992012-10-06 Glenn Morris <rgm@gnu.org>
900
901 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
902
123ec157
JS
9032012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
904
905 * color.el (color-hsl-to-rgb): Fix incorrect results for
906 small and large hue values. (Bug#12559)
907
7fa36ccb
FEG
9082012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
909
910 Enhancements to docstring formatting when filling paragraphs.
911 * progmodes/python.el (python-fill-docstring-style): Rename from
912 python-fill-string-style. Added new style.
913 (python-fill-string): Use new style. Better checks for
914 docstrings.
915
d8788e1e
GM
9162012-10-05 Glenn Morris <rgm@gnu.org>
917
204f3953
GM
918 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
919
d8788e1e
GM
920 * color.el (color-name-to-rgb, color-rgb-to-hex)
921 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
922 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
923 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
924 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
925
8d956cef
GM
926 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
927
e8757f09 9282012-10-05 Juanma Barranquero <lekktu@gmail.com>
ea9a3563
JB
929
930 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
931 to get the correct size across symlinks.
932
e8757f09
GM
933 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
934
0e2ae83d
JL
9352012-10-04 Juri Linkov <juri@jurta.org>
936
937 * replace.el (query-replace-interactive): Declare obsolete.
938 (query-replace-read-from): Add the last incremental search string
939 to the list of default values accessible via M-n.
940 (map-query-replace-regexp): Use `read-regexp'.
941 (query-replace, query-replace-regexp, query-replace-regexp-eval)
942 (map-query-replace-regexp, replace-string, replace-regexp):
943 Fix docstrings to replace mentions of `query-replace-interactive'
944 with alternatives. (Bug#12526)
945
93cacb6d
JL
9462012-10-04 Juri Linkov <juri@jurta.org>
947
948 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
949 (dired-pop-to-buffer): Declare obsolete.
950 (dired-mark-pop-up): Doc fix.
951
fc345011
FEG
9522012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
953
954 Allow user to set docstring style for fill-paragraph.
955 * progmodes/python.el
956 (python-fill-comment-function, python-fill-string-function)
957 (python-fill-decorator-function, python-fill-paren-function):
958 Remove :safe for defcustoms.
959 (python-fill-string-style): New defcustom
5694896d 960 (python-fill-paragraph-function): Enhance context detection.
fc345011
FEG
961 (python-fill-string): Honor python-fill-string-style settings.
962
6bab5d8b
MR
9632012-10-04 Martin Rudalics <rudalics@gmx.at>
964
965 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
966 after setting its buffer (Bug#10805).
967
a1a9f411
FEG
9682012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
969
970 Fix cornercase for string syntax.
971 * progmodes/python.el (python-syntax-propertize-function):
972 Simplify and enhance the regexp for unescaped quotes. Now it also
973 matches quotes in weird situations like the single quote in
974 "something\"'".
975 (python-syntax-stringify): Simplify num-quotes detecting code.
976
05e153a6
GM
9772012-10-03 Glenn Morris <rgm@gnu.org>
978
979 * help-macro.el (three-step-help):
980 Revert 2012-09-29 change. (Bug#12567)
981
2e566ecb
MR
9822012-10-03 Martin Rudalics <rudalics@gmx.at>
983
96ef9ccd
MR
984 * menu-bar.el (kill-this-buffer): Don't do anything when
985 `menu-frame' is not alive or visible (Bug#8184).
986
2e566ecb
MR
987 * emacs-lisp/debug.el (debug): When quitting the debugger window
988 restore current buffer (Bug#12502).
989
a96e1cb7
CY
9902012-10-02 Chong Yidong <cyd@gnu.org>
991
5694896d
J
992 * progmodes/hideif.el (hif-lookup, hif-defined):
993 Handle semantic-c-takeover-hideif.
a96e1cb7 994
b3ecad33
PE
9952012-10-02 Paul Eggert <eggert@cs.ucla.edu>
996
997 Change sampling interval units from ms to ns.
998 * profiler.el (profiler-sampling-interval): Change units
999 from ms to ns, multiplying the default by 1000000 so that
1000 it remains 1 ms.
1001 (profiler-report-cpu-line-format): Give enough room for
1002 the maximum counters on 64-bit hosts.
1003 (profiler-report-render-calltree-1): Call them "CPU samples",
1004 not "Time (ms)", since they are not milliseconds now (and
1005 never really were).
1006
8cb51b66 10072012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
c623f81a 1008
5694896d
J
1009 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
1010 Fix querying BBDB for entries without a last name (Bug#11580).
c623f81a 1011
fd795bf4
CY
10122012-10-02 Chong Yidong <cyd@gnu.org>
1013
1014 * emacs-lisp/eieio.el: Restore Version header.
1015
fe0a74f9
SM
10162012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1017
6be9197e
SM
1018 * vc/diff-mode.el (diff--auto-refine-data): New var.
1019 (diff-hunk): Use it to delay refinement.
1020 (diff-mode): Remove overlays when we turn off font-lock.
1021
18486139
SM
1022 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
1023 (table-initialize-table-fixed-width-mode)
1024 (table-set-table-fixed-width-mode): Remove functions.
1025 (table-command-list): Move initialization into declaration.
1026 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
1027 (table-with-cache-buffer): Use `declare'.
1028 (table-span-cell): Simplify via CSE.
1029 (table-fixed-width-mode): Use define-minor-mode.
1030 (table-call-interactively, table-funcall, table-apply): Remove.
1031 (table-function): New function, to replace them.
1032
d83ef976
SM
1033 * bookmark.el (bookmark-search-pattern): Remove var.
1034 (bookmark-read-search-input): Remove function.
1035 (bookmark-bmenu-search): Reimplement using a minibuffer.
1036
cd386662
SM
1037 * faces.el (modeline): Remove obsolete face name.
1038
fe0a74f9
SM
1039 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
1040 and give a non-nil default value.
1041 (add-change-log-entry): Simplify accordingly.
1042
9f7b98f8
DG
10432012-10-01 Dmitry Gutov <dgutov@yandex.ru>
1044
1045 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
1046 (vc-git-log-edit-toggle-amend): New function.
1047 (vc-git-log-edit-toggle-signoff): New function.
1048 (vc-git-log-edit-mode): New major mode.
1049 (vc-git-log-edit-mode-map): Keymap for it.
1050 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
1051
1052 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
1053 header names.
1054 (log-edit-toggle-header): New function.
1055 (log-edit-extract-headers): Accept function values in HEADERS alist.
1056
62a81506
CY
10572012-10-01 David Engster <deng@randomsample.de>
1058
1059 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
1060 from symbol property and change message to be more consistent with
1061 Emacs proper.
1062 (eieio-describe-generic): Add filename for each implementation.
1063 Fix indices for generic and normal methods.
1064 (eieio-method-def, eieio-class-def): New buttons.
1065 (eieio-help-find-method-definition)
1066 (eieio-help-find-class-definition): New functions.
1067 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
1068 class, constructor and method definitions.
1069
1070 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
1071 information in symbol property.
1072 (scoped-class): Remove.
1073 (eieio-slot-name-index, call-next-method): Check if it is bound.
1074
10752012-10-01 Leo P. White <lpw25@cam.ac.uk>
1076
1077 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
1078 (eieio-custom-mode): New major mode.
1079 (eieio-customize-object): Use it.
1080
10812012-10-01 Eric Ludlam <zappo@gnu.org>
1082
1083 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
1084 specifying the expected class, and whether subclassing is allowed.
1085 (eieio-persistent-convert-list-to-object):
1f9f395d
JB
1086 (eieio-persistent-validate/fix-slot-value)
1087 (eieio-persistent-slot-type-is-class-p): New functions.
1088 (eieio-named::slot-missing): Doc fix.
62a81506
CY
1089
1090 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
1091 Stop using unused publd variable.
1092
1093 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1094 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
1095 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
1096 (eieio-speedbar-handle-click): Do not specify a class for the
1097 method. Fixes method invocation order problems with EDE.
1098
375e49d4
SM
10992012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1100
1101 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
1102 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
1103
16ce6ccd
KF
11042012-10-01 Karl Fogel <kfogel@red-bean.com>
1105
1106 * bookmark.el (bookmark-version-control): Give tags in the
1107 :type choices (Bug#12309), and improve doc string.
e4c4abdd
KF
1108 (bookmark-write-file): Bind `print-circle' to `t' to allow
1109 circular custom bookmark types. (Bug#12503)
16ce6ccd 1110
19e54a4d
PE
11112012-10-01 Paul Eggert <eggert@cs.ucla.edu>
1112
86ec63ba
PE
1113 Revert the FOLLOW-SYMLINKS change for file-attributes.
1114 * files.el (remote-file-name-inhibit-cache, after-find-file):
1115 * time.el (display-time-file-nonempty-p): Undo last change.
1116
19e54a4d
PE
1117 * profiler.el (profiler-sampling-interval): Change default back to 1.
1118 See Stefan Monnier in
1119 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
1120
0478776b
FEG
11212012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
1122
1123 Shell output catching a la gud-gdb.
1124 * progmodes/python.el (python-shell-fetch-lines-in-progress)
375e49d4
SM
1125 (python-shell-fetch-lines-string, python-shell-fetched-lines):
1126 New Vars.
0478776b
FEG
1127 (python-shell-fetch-lines-filter): New function.
1128 (python-shell-send-string-no-output): Use them.
1129
c22bac2c
TM
11302012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
1131
1132 * profiler.el (profiler-sampling-interval): Rename from
1133 profiler-sample-interval.
1134 (profiler-sampling-interval): Default to 10.
1135 (profiler-find-profile): New command (was profiler-find-log).
1136 (profiler-find-profile-other-window): New command.
1137 (profiler-find-profile-other-frame): New command.
1138 (profiler-profile): Introduce API-level data structure.
1139
e7a2937b
PE
11402012-09-30 Paul Eggert <eggert@cs.ucla.edu>
1141
1142 file-attributes has a new optional arg FOLLOW-SYMLINKS.
1143 * files.el (remote-file-name-inhibit-cache):
1144 * time.el (display-time-file-nonempty-p): Use it.
1145 * files.el (after-find-file): Don't chase links before calling
1146 file-exists-p, as file-exists-p already does the right thing.
1147
4f595e15
RA
11482012-09-30 Ralf Angeli <angeli@caeruleus.net>
1149
1150 Merge from standalone RefTeX repository.
1151
1152 The following ChangeLog entries are shortened versions of the
1153 original ones with file paths adapted. A not so strongly edited
1154 version of the original ChangeLog can be found in the commit log.
1155
1156 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
375e49d4
SM
1157 (reftex-arg-cite): Use `reftex-cite-key-separator'.
1158 Correctly handle new value type returned by `reftex-citation'.
4f595e15
RA
1159
1160 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
375e49d4
SM
1161 that entries with whitespace at various places are found.
1162 Doc fix. Include entries that are cross-referenced from cited entries.
4f595e15
RA
1163 Include @String definitions in the resulting bib file. Add header
1164 and footer defined in `reftex-create-bibtex-header' and
1165 `reftex-create-bibtex-footer'.
1166 (reftex-do-citation): Make it possible again to insert
1167 non-existent entries. Save match data when asking for optional
1168 arguments. Return all keys, not just the first one.
1169 (reftex-all-used-citation-keys): Fix regexp to correctly extract
1170 all citations in the same line.
1171 (reftex-parse-bibtex-entry): Accept additional optional argument
1172 `raw' and keep quotes or braces if it is non-nil. Match fields
1173 containing hyphens besides word constituents.
1174 (reftex-get-string-refs): New function.
1175 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
1176 and ask if it should be reread in case it did.
1177 (reftex-pop-to-bibtex-entry)
1178 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
1179 entries with spaces or tabs in front of arguments.
1180 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
375e49d4
SM
1181 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
1182 Match entries containing numbers and symbol constituents.
1183 (reftex-do-citation, reftex-figure-out-cite-format):
1184 Use `reftex-cite-key-separator'.
4f595e15
RA
1185
1186 * textmodes/reftex-dcr.el: Move provide statement to end of file.
1187 (reftex-mouse-view-crossref): Explain why point is set.
1188
1189 * textmodes/reftex-global.el: Whitespace changes.
1190
1191 * textmodes/reftex-index.el: Move provide statement to end of
1192 file.
1193 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
1194 (reftex-index-visit-phrases-buffer): Set marker when visiting
1195 buffer. This allows for returning from the phrases file to the
1196 file one was just editing instead of the file where the last
1197 phrases was added from.
1198 (reftex-index-phrases-syntax-table): New variable. Give ?\"
1199 punctuation syntax as it usually is not used as string quote in
1200 TeX-related modes and may occur unmatched. The change also
1201 prevents fontification of quoted content.
1202 (reftex-index-phrases-mode): Use it.
1203
375e49d4
SM
1204 * textmodes/reftex-parse.el (reftex-parse-from-file):
1205 Move backward one char if a `\' was matched after a section macro.
4f595e15
RA
1206 (reftex-parse-from-file): Use beginning of match instead of end as
1207 bound.
1208
1209 * textmodes/reftex-ref.el: Adapt creation of
1210 `reftex-<package>-<macro>' functions to new structure of
1211 `reftex-ref-style-alist'.
375e49d4
SM
1212 (reftex-reference): Use `reftex-ref-style-list' function.
1213 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4f595e15
RA
1214 reference macro if `reftex-ref-macro-prompt' is non-nil.
1215 (reftex-reference): Pass refstyle to `reftex-format-special'.
1216 Determine reference macro by looking at
375e49d4
SM
1217 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
1218 Use only one special format function.
4f595e15
RA
1219 (reftex-varioref-vref, reftex-fancyref-fref)
1220 (reftex-fancyref-Fref): Remove definitions. The functions are now
1221 generated from `reftex-ref-style-alist'.
1222 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
1223 Remove.
1224 (reftex-format-special): New function.
1225
1226 * textmodes/reftex-sel.el
1227 (reftex-select-cycle-ref-style-internal): Adapt to new structure
1228 of `reftex-ref-style-alist'. Remove code for testing macro type.
1229 (reftex-select-toggle-varioref)
1230 (reftex-select-toggle-fancyref): Remove.
1231 (reftex-select-cycle-ref-style-internal)
1232 (reftex-select-cycle-ref-style-forward)
1233 (reftex-select-cycle-ref-style-backward): New functions.
1234 (reftex-select-label-map): Use `v' and `V' for general cycling
1235 through reference styles. Add `p' for switching between number
1236 and page reference types.
1237
375e49d4
SM
1238 * textmodes/reftex-toc.el (reftex-re-enlarge):
1239 Call `enlarge-window' only if there is something to do because in Emacs
4f595e15
RA
1240 the horizontal version throws an error even if the parameter is 0.
1241
1242 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
1243 (reftex-plug-into-AUCTeX): Doc fix.
1244 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
1245 string. Adapt to new name.
1246 (reftex-ref-style-alist): Change structure so that it is not
1247 possible to use multiple different package names within a style.
375e49d4
SM
1248 Remove the symbols for symbols for macro type distinction.
1249 Add characters for macro selection.
4f595e15
RA
1250 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
1251 (reftex-create-bibtex-footer): New variables.
1252 (reftex-format-ref-function): Mention third argument of special
1253 format function.
375e49d4
SM
1254 (reftex-ref-style-alist, reftex-ref-style-default-list):
1255 New variables.
4f595e15
RA
1256 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
1257 to new implementation. Mark as obsolete. Add compatibility code
1258 for honoring the variable values in case they are set.
375e49d4
SM
1259 (reftex-cite-format-builtin, reftex-bibliography-commands):
1260 Add support for ConTeXt.
1261 (reftex-format-ref-function, reftex-format-cite-function):
1262 Fix custom type.
4f595e15
RA
1263 (reftex-cite-key-separator): New variable.
1264
1265 * textmodes/reftex.el (reftex-syntax-table-for-bib)
1266 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
1267 `reftex-syntax-table' because parens have to retain their paren
1268 syntax in order for parsing of BibTeX entries like @book(...) to
1269 work.
1270 (reftex-in-comment): Do not error out if `comment-start-skip' is
1271 not set. Deal correctly with escaped comment characters.
375e49d4
SM
1272 (reftex-tie-multifile-symbols): Add doc string.
1273 Initialize `reftex-ref-style-list'.
4f595e15
RA
1274 (reftex-untie-multifile-symbols): Add doc string.
1275 (reftex-add-index-macros): Doc fix.
1276 (reftex-ref-style-activate, reftex-ref-style-toggle)
1277 (reftex-ref-style-list): New functions.
1278 (reftex-mode-menu): Use them. Adapt to new structure of
1279 `reftex-ref-style-alist'.
1280 (reftex-select-with-char): Kill the RefTeX Select buffer when
1281 done.
1282 (reftex-remove-if): New function.
1283 (reftex-erase-all-selection-and-index-buffers)
1284 (reftex-mode-menu): Reference styles are now computed from
1285 `reftex-ref-style-alist'. Fix typo.
1286 (reftex-report-bug): New function.
1287 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
1288 algorithms with O(n log n). Introduce optional argument SORT (not
1289 yet used).
1290
440ba395
FEG
12912012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
1292
1293 Enhancements for triple-quote string syntax.
375e49d4
SM
1294 * progmodes/python.el (python-syntax-propertize-function):
1295 Match both quote cases in one regexp.
440ba395
FEG
1296 (python-syntax-stringify): Handle matches properly.
1297
4c478e6b
JL
12982012-09-30 Juri Linkov <juri@jurta.org>
1299
1300 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
93cacb6d 1301 to nil around the call to `insert' to prevent
4c478e6b
JL
1302 directory time modification by lock_file. (Bug#2295)
1303 * tar-mode.el (tar-summarize-buffer): Idem.
1304
d80d54b2
JL
13052012-09-30 Juri Linkov <juri@jurta.org>
1306
1307 * facemenu.el (list-colors-sort): Add option "Luminance".
1308 (list-colors-sort-key): Implement it.
1309
1310 * vc/diff-mode.el (diff-refine-removed):
1311 * vc/ediff-init.el (ediff-fine-diff-A):
1312 * vc/smerge-mode.el (smerge-refined-removed):
1313 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
1314
d7e642cc
JD
13152012-09-30 Jan Djärv <jan.h.d@swipnet.se>
1316
1317 * term/ns-win.el (x-file-dialog): New function.
1318
ee41332b
JB
13192012-09-30 Juanma Barranquero <lekktu@gmail.com>
1320
1321 * ido.el (ido-max-directory-size): Default to nil; the current
1322 default is small for POSIX systems, and impractical on Windows 7
1323 now that lstat returns directory sizes for NTFS.
1324
5938d519
MR
13252012-09-30 Martin Rudalics <rudalics@gmx.at>
1326
1327 In buffer display functions handle window-height/window-width
1328 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
375e49d4
SM
1329 * window.el (window--display-buffer): New argument ALIST.
1330 Obey window-height and window-width alist entries.
1331 (window--try-to-split-window): New argument ALIST.
1332 Bind window-combination-limit to t when the window's size shall be
5938d519
MR
1333 changed and window-combination-limit equals `window-size'.
1334 (display-buffer-in-atom-window)
1335 (display-buffer-in-major-side-window)
1336 (display-buffer-in-side-window, display-buffer-same-window)
1337 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1338 (display-buffer-pop-up-window, display-buffer-below-selected)
1339 (display-buffer-at-bottom, display-buffer-in-previous-window)
1340 (display-buffer-use-some-window): Adjust all callers of
1341 window--display-buffer and window--try-to-split-window.
1342 (fit-frame-to-buffer): New option.
1343 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
1344 is non-nil.
1345 (display-buffer-in-major-side-window): Evaluate window-height /
1346 window-width alist entries.
1347
1348 * help.el (temp-buffer-resize-frames)
1349 (temp-buffer-resize-regexps): Remove options.
1350 (temp-buffer-resize-mode): Adjust doc-string.
1351 (resize-temp-buffer-window): Don't consult
1352 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
1353 temp-buffer-resize-frames.
1354
375e49d4
SM
1355 * dired.el (dired-mark-pop-up):
1356 Call display-buffer-below-selected with a fit-window-to-buffer alist
5938d519
MR
1357 entry.
1358
c4c0c2df
CY
13592012-09-30 Chong Yidong <cyd@gnu.org>
1360
48de8b12
CY
1361 * server.el (server-host): Document the security implications.
1362 (server-auth-key): Doc fix.
1363
1364 * startup.el (initial-buffer-choice): Doc fix.
1365
1366 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
1367
a97dc380
CY
1368 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
1369 restriction change.
1370
d39d3c8e
CY
1371 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
1372
c4c0c2df
CY
1373 * help-fns.el (help-fns--obsolete): Fix last change.
1374
98a5e33b
SM
13752012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1376
34cf6f39
SM
1377 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
1378 (minor-mode-map-alist): Remove redundant code.
1379
e01c13fe
SM
1380 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
1381 visited in a buffer.
1382 (cvs-insert-visited-file): New function.
1383 (find-file-hook): Use it.
1384
1385 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
1386
02661b3a
SM
1387 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
1388 chose face.
1389 (log-edit-empty-buffer-p): Don't require a space after a header.
1390
43711d4b
SM
1391 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
1392
38a30d64
SM
1393 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
1394
4ffb41a9
SM
1395 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
1396 a proper minor-mode.
1397
98a5e33b
SM
1398 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
1399
de82e29b
GM
14002012-09-29 Glenn Morris <rgm@gnu.org>
1401
5cc2e639
GM
1402 * winner.el (winner-mode): Remove variable (let define-minor-mode
1403 handle it).
1404 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
1405 Doc fixes.
1406 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
1407 (winner-mode): Use define-minor-mode.
1408
7bd302eb
GM
1409 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
1410 the full definition in loaddefs, rather than duplicating it.
1411
2923922f 1412 * help-macro.el (three-step-help): No need to autoload defcustom.
ced08382 1413
0e3e4156
GM
1414 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1415 (inferior-lisp-program, inferior-lisp-load-command)
1416 (inferior-lisp-prompt, inferior-lisp-mode-hook):
2923922f 1417 No need to autoload defcustoms.
0e3e4156 1418
de82e29b
GM
1419 * hippie-exp.el (hippie-expand-try-functions-list)
1420 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
1421 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
1422 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
2923922f 1423 (hippie-expand-only-buffers): No need to autoload defcustoms.
de82e29b
GM
1424 * progmodes/vhdl-mode.el (vhdl-line-expand):
1425 Explicitly load hippie-exp, so it does not get autoloaded
1426 while hippie-expand-try-functions-list is let-bound.
1427
e60b51ab
GM
14282012-09-28 Glenn Morris <rgm@gnu.org>
1429
277f0cfa
GM
1430 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
1431
e60b51ab
GM
1432 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
1433 Only "cl.el" counts as cl these days.
1434
53baf48a
JL
14352012-09-28 Juri Linkov <juri@jurta.org>
1436
1437 Display archive errors in the echo area instead of inserting
1438 to the file buffer.
1439
1440 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
1441 to STDERR-TEST that can be a regexp matching a successful output.
1442 Create a temporary file and redirect stderr to it. Search for
1443 STDERR-TEST in the stderr output and display it in the echo area
1444 if no match is found.
1445 (archive-extract-by-file): New function like
1446 `archive-extract-by-stdout' but extracting archives to files
1447 and looking for successful matches in stdout. Function body is
1448 mostly copied from `archive-rar-extract'.
1449 (archive-rar-extract): Use `archive-extract-by-file'.
1450 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
1451
9c1228c3
LL
14522012-09-28 Leo Liu <sdl.web@gmail.com>
1453
375e49d4
SM
1454 * pcomplete.el (pcomplete-show-completions):
1455 Use minibuffer-message to make pcomplete usable in minibuffer.
147c0425 1456
9c1228c3
LL
1457 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
1458
7f457c06
SM
14592012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1460
3df749b0
SM
1461 * type-break.el: Use lexical-binding.
1462 (type-break-mode): Use define-minor-mode.
1463
7f457c06
SM
1464 * emacs-lisp/pcase.el (pcase--mark-used): New.
1465 (pcase--u1): Use it (bug#12512).
1466
1467 * custom.el (load-theme): Set buffer-file-name so the load is recorded
1468 in load-history with the right file name.
1469
c00ebc98
TH
14702012-09-28 Tassilo Horn <tsdh@gnu.org>
1471
1472 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
1473 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
1474 (doc-view-get-bounding-box): Make bounding box slicing work for
1475 ODF and DVI documents.
1476
96fb7170
GM
14772012-09-28 Glenn Morris <rgm@gnu.org>
1478
1479 * type-break.el (type-break-mode, type-break-interval)
1480 (type-break-good-rest-interval, type-break-keystroke-threshold):
1481 No need to autoload.
1482 (type-break-good-rest-interval, type-break-keystroke-threshold):
1483 Add :set-after.
1484
5bc93c67
CY
14852012-09-28 Chong Yidong <cyd@gnu.org>
1486
1487 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
1488 Add :version tag.
1489
9cad61d6
SM
14902012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1491
e28e67b3 1492 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9cad61d6 1493
daee954c
GM
14942012-09-27 Glenn Morris <rgm@gnu.org>
1495
a88324d4
GM
1496 * faces.el (x-display-name): Declare (for without-x builds).
1497
8e5064e5
GM
1498 * linum.el (linum-format): Don't autoload it. Improve :type.
1499
cc1783c2
GM
1500 * progmodes/tcl.el: Don't require outline when compiling.
1501 (outline-regexp, outline-level): Declare.
1dddcf4c
GM
1502 * textmodes/sgml-mode.el: Don't require outline when compiling.
1503 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
1504
48c339f2
GM
1505 * term.el (term-ansi-reset):
1506 Try setting term-ansi-face-already-done to nil. (Bug#11785)
1507
daee954c
GM
1508 * vc/vc.el (vc-next-action): Only gripe about committing read-only
1509 files for RCS and SCCS. (Bug#9781)
1510
b7f42161
CY
15112012-09-27 Chong Yidong <cyd@gnu.org>
1512
1513 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
1514 change; value should be t.
1515
a2e770db
SM
15162012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
1517
83600dc8
SM
1518 * image-mode.el: Use lexical-binding.
1519 (image-mode-winprops): Use t to stand for the window of
1520 a buffer that's not displayed.
1521 * doc-view.el (doc-view-new-window-function): Handle the new
1522 t in winprops.
1523 (doc-view-enlarge): Make it a real nop if the size is not changed.
1524 (doc-view-display): Handle the case where the buffer is not (yet?)
1525 displayed in any window.
1526 (doc-view-saved-settings): New var.
1527 (doc-view-mode): Use it.
1528 (doc-view-fallback-mode): Set it.
1529
a2e770db
SM
1530 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
1531 Set lexical-binding.
1532 (minibuffer-eldef-shorten-default): New var.
1533 (minibuffer-default-in-prompt-regexps): Use it for new default.
1534 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
1535
e3b60857
JB
15362012-09-26 Juanma Barranquero <lekktu@gmail.com>
1537
1538 * international/uni-bidi.el:
1539 * international/uni-category.el:
1540 * international/uni-name.el:
1541 * international/uni-numeric.el: Regenerate.
1542
3a880af4
SM
15432012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
1544 Stefan Monnier <monnier@iro.umontreal.ca>
1545
1546 * profiler.el: New file.
1547
07b1a5fb
SM
15482012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
1551 (testcover-reinstrument): Simplify with CSE.
1552
42019c2e
JB
15532012-09-26 Juanma Barranquero <lekktu@gmail.com>
1554
1555 * window.el (temp-buffer-window-setup): Fix typo in docstring.
1556
179f044b
WS
15572012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
1558
1559 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
1560 (verilog-auto-input, verilog-auto-insert-lisp)
1561 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
1562 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
1563 (verilog-auto-unused, verilog-auto-wire)
1564 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
1565 newline. Reported by Andrew Jones.
1566 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
1567 Reported by Brad Dobbie.
07b1a5fb
SM
1568 (verilog-batch-delete-trailing-whitespace):
1569 Create verilog-batch-delete-trailing-whitespace.
1570 Reported by Brad Dobbie.
179f044b
WS
1571 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
1572 parameters from another module. Reported by Dan Katz.
1573 (verilog-auto, verilog-auto-assign-modport)
1574 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
1575 AUTOINOUTMODPORT for UVM interface module shell generation.
1576 Reported by Brad Dobbie.
1577 (verilog-auto-inst-interfaced-ports): Make default nil, as more
1578 standard behavior.
1579 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
1580 Reported by Matt Martin.
1581
9c52dd5a
MR
15822012-09-25 Martin Rudalics <rudalics@gmx.at>
1583
1584 * window.el (window--resize-child-windows): When resizing child
1585 windows proportionally, process them in reverse order to
1586 preserve the "when splitting a window the new one gets the odd
1587 line" behavior.
1588 (window--resize-root-window-vertically): When resizing the
1589 minibuffer window try to affect only windows at the bottom of the
1590 frame. (Bug#12419)
1591
863666eb
CY
15922012-09-25 Chong Yidong <cyd@gnu.org>
1593
1594 * subr.el (declare): Doc fix.
1595
1596 * help-fns.el (help-fns--obsolete): Handle macros properly.
1597
59f7af81
CY
15982012-09-25 Chong Yidong <cyd@gnu.org>
1599
1600 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
1601 this function obsolete.
1602
1603 * calendar/cal-x.el (calendar-two-frame-setup)
1604 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1605 * calendar/calendar.el (american-calendar, european-calendar)
1606 (calendar-for-loop):
1607 * comint.el (comint-dynamic-simple-complete)
1608 (comint-dynamic-complete-as-filename, comint-unquote-filename):
1609 * desktop.el (desktop-load-default):
1610 * dired-x.el (dired-omit-here-always)
1611 (dired-hack-local-variables, dired-default-directory):
1612 * emacs-lisp/derived.el (derived-mode-class):
1613 * emacs-lisp/timer.el (timer-set-time-with-usecs):
1614 * emacs-lock.el (toggle-emacs-lock):
1615 * epa.el (epa-display-verify-result):
1616 * epg.el (epg-sign-keys, epg-start-sign-keys)
1617 (epg-passphrase-callback-function):
1618 * eshell/esh-util.el (eshell-for):
1619 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
1620 (eshell-add-to-window-buffer-names):
1621 * files.el (locate-file-completion):
1622 * imenu.el (imenu-example--create-c-index)
1623 (imenu-example--create-lisp-index)
1624 (imenu-example--lisp-extract-index-name)
1625 (imenu-example--name-and-position):
1626 * international/mule-cmds.el (princ-list):
1627 * international/mule-diag.el (decode-codepage-char):
1628 * international/mule-util.el (detect-coding-with-priority):
1629 * iswitchb.el (iswitchb-read-buffer):
1630 * mail/mailalias.el (mail-complete):
1631 * mail/sendmail.el (mail-sent-via):
1632 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
1633 (mouse-major-mode-menu):
1634 * password-cache.el (password-read-and-add):
1635 * pcomplete.el (pcomplete-parse-comint-arguments):
1636 * progmodes/sh-script.el (sh-maybe-here-document):
1637 * replace.el (query-replace-regexp-eval):
1638 * savehist.el (savehist-load):
1639 * simple.el (choose-completion-delete-max-match):
1640 * term.el (term-dynamic-simple-complete):
1641 * vc/ediff-init.el (ediff-check-version):
1642 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
1643 * vc/vc.el (vc-diff-switches-list):
1644 * view.el (view-return-to-alist-update): Likewise.
1645
1646 * subr.el (eval-next-after-load, makehash, insert-string)
1647 (assoc-ignore-representation, assoc-ignore-case): Use declare to
1648 mark obsolete.
1649 (mode-line-inverse-video): Variable deleted.
1650
1651 * international/mule-util.el (string-to-sequence): Remove.
1652
1653 * calendar/calendar.el (calendar-version):
1654 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
1655 (icalendar-convert-diary-to-ical):
1656 * cus-edit.el (custom-mode):
1657 * ansi-color.el (ansi-color-unfontify-region):
1658 * international/latin1-disp.el (latin1-char-displayable-p):
1659 * progmodes/cwarn.el (turn-on-cwarn-mode):
07b1a5fb
SM
1660 * progmodes/which-func.el (which-func-update-1):
1661 Use define-obsolete-function-alias.
59f7af81
CY
1662
1663 * net/newst-backend.el (newsticker-cache-filename):
07b1a5fb
SM
1664 * net/newst-treeview.el (newsticker-groups-filename):
1665 Fix incorrect obsolescence declaration.
59f7af81
CY
1666
1667 * allout.el (allout-passphrase-hint-string): Likewise.
1668 (allout-init): Use a declare form to mark obsolete.
1669
1670 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
1671 this applies to functions.
1672
1673 * iswitchb.el (iswitchb-read-buffer): Move code of
1674 iswitchb-define-mode-map here, and delete that obsolete function.
1675
1676 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
1677 font-lock-reference-face.
1678
cca96c97
GM
16792012-09-25 Glenn Morris <rgm@gnu.org>
1680
b06eeda8
GM
1681 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
1682 Doc fixes.
1683
cca96c97
GM
1684 * eshell/em-term.el (eshell-term-name):
1685 Default to term-term-name. (Bug#12485)
1686
dc4f818b
FEG
16872012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1688
cca96c97
GM
1689 * progmodes/python.el (python-shell-send-buffer): Better handling
1690 of "if __name__ == '__main__':" conditionals when sending the buffer.
dc4f818b 1691
289c24bd
GM
16922012-09-24 Glenn Morris <rgm@gnu.org>
1693
1694 * eshell/esh-cmd.el (eshell-find-alias-function):
1695 Tighten up file-name regexp. (Bug#12499)
1696
8fb8b88f
FEG
16972012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
1698
1699 Enhancements for triple-quote string syntax.
1700 * progmodes/python.el (python-quote-syntax): Remove.
1701 (python-syntax-propertize-function): New value.
07b1a5fb
SM
1702 (python-syntax-count-quotes, python-syntax-stringify):
1703 New functions.
8fb8b88f 1704
6c27f0f8
CY
17052012-09-24 Chong Yidong <cyd@gnu.org>
1706
a5f2b6ec
CY
1707 * mail/supercite.el (sc-version): Remove obsolete function.
1708 (sc-describe): Don't mark as obsolete, since it is bound.
1709 (sc-submit-bug-report): Remove.
1710
1711 * vc/log-edit.el (cvs-changelog-full-paragraphs)
1712 (cvs-commit-buffer-require-final-newline): Remove.
0c765e5f
CY
1713 (log-edit-require-final-newline)
1714 (log-edit-changelog-full-paragraphs): Default to t.
a5f2b6ec
CY
1715
1716 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
1717 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1718 * vc/vc.el (vc-checkout-carefully): Likewise.
1719
1720 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
1721 (emerge-version): Remove.
1722
1723 * progmodes/compile.el (compile-internal): Remove.
1724 (compilation-parse-errors-function): Fix typo.
1725
1726 * international/mule.el (set-char-table-default): Remove.
1727 (set-coding-priority, make-coding-system, generic-char-p)
1728 (charset-list, charset-bytes, charset-id): Use declare to mark
1729 functions as obsolete.
1730
1731 * vc/pcvs-defs.el (cvs-buffer-name-alist)
1732 (cvs-invert-ignore-marks): Remove references to obsolete vars.
1733 * vc/vc-hooks.el (vc-default-registered): Don't use
1734 vc-master-templates.
1735
07b1a5fb
SM
1736 * font-lock.el (font-lock-reference-face):
1737 Use define-obsolete-variable-alias.
6c27f0f8
CY
1738
1739 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
1740 * calendar/calendar.el (calendar-font-lock-keywords):
1741 * calendar/diary-lib.el (diary-font-lock-keywords)
1742 (diary-fancy-font-lock-keywords):
1743 * textmodes/reftex-sel.el (reftex-insert-docstruct):
1744 * textmodes/reftex-index.el (reftex-insert-index):
1745 * textmodes/reftex-cite.el (reftex-format-bib-entry):
1746 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1747 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
1748 * progmodes/prolog.el (prolog-font-lock-keywords):
1749 * progmodes/idlwave.el (idlwave-idl-keywords):
1750 * progmodes/ada-mode.el (ada-font-lock-keywords):
1751 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
1752
bcc0adbf
GM
17532012-09-24 Glenn Morris <rgm@gnu.org>
1754
1755 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
1756
095bb823
FEG
17572012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
1758
1759 * progmodes/python.el (python-indent-line): More consistent cursor
1760 movement behavior.
1761
70efc5c9
SM
17622012-09-23 Stefan Merten <smerten@oekonux.de>
1763
1764 * textmodes/rst.el: Fix compiler warning.
1765
2f438239
RW
17662012-09-23 Roland Winkler <winkler@gnu.org>
1767
07b1a5fb
SM
1768 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
1769 Transcribe also LaTeX hyphenation.
2f438239
RW
1770 (bibtex-reformat): Bug fix. Do not quote twice the elements of
1771 bibtex-reformat-previous-options.
1772
936ad041
RW
17732012-09-23 Roland Winkler <winkler@gnu.org>
1774
1775 * proced.el (proced-renice-command): New variable.
1776 (proced-marked-processes): New function.
1777 (proced-with-processes-buffer): New macro.
1778 (proced-send-signal): Use them.
1779 (proced-renice): New command bound to r.
1780
6fab0274
RW
17812012-09-23 Roland Winkler <winkler@gnu.org>
1782
1783 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
1784 ibuffer-saved-filter-groups has one element, shortcut the call of
1785 completing-read. (Bug#12331)
1786
9a930676
CY
17872012-09-23 Chong Yidong <cyd@gnu.org>
1788
1789 * bindings.el (mode-line-toggle-read-only):
1790 * bs.el (bs-toggle-readonly):
1791 * buff-menu.el (Buffer-menu-toggle-read-only):
1792 * dired.el (dired-toggle-read-only):
1793 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
1794
d07ff9db
CY
17952012-09-23 Chong Yidong <cyd@gnu.org>
1796
1797 * image.el (image-type-available-p): Adapt to init-image-library
1798 argument changes.
1799
51c4474e
JL
18002012-09-22 Juri Linkov <juri@jurta.org>
1801
1802 * dired.el (dired-mode-map): Add [remap read-only-mode] for
1803 `dired-toggle-read-only'. (Bug#12462)
1804
43bf5e8e
MR
18052012-09-22 Martin Rudalics <rudalics@gmx.at>
1806
1807 * subr.el (temp-output-buffer-show): New function.
1808 (with-output-to-temp-buffer): Call temp-output-buffer-show
1809 instead of internal-temp-output-buffer-show.
1810
c88b867f
CY
18112012-09-22 Chong Yidong <cyd@gnu.org>
1812
3df47cd5
CY
1813 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
1814 (Bug#12462).
1815
c88b867f
CY
1816 * repeat.el (repeat): Doc fix (Bug#12348).
1817
1818 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
1819 (Bug#10909).
1820
1821 * simple.el (shell-command-on-region): Doc fix.
3171e303 1822 (read-only-mode): Doc fix.
c88b867f 1823
df9685f3
EZ
18242012-09-22 Eli Zaretskii <eliz@gnu.org>
1825
1826 * emacs-lisp/timer.el (run-with-idle-timer)
1827 (timer-activate-when-idle): Warn against reinvoking an idle timer
1828 from within its own timer action. (Bug#12447)
1829
8e17c9ba
MR
18302012-09-22 Martin Rudalics <rudalics@gmx.at>
1831
1832 * cus-start.el (window-combination-limit): Add new optional
1833 values.
1834 * window.el (temp-buffer-window-show)
1835 (window--try-to-split-window): Handle new values of
1836 window-combination-limit (Bug#1806).
1837 (split-window): Test window-combination-limit for t instead of
1838 non-nil.
1839 (display-buffer-at-bottom): New buffer display action function.
1840 * help.el (temp-buffer-resize-regexps): New option.
1841 (temp-buffer-resize-mode): Rewrite doc-string.
1842 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
bd909927 1843 Don't resize reused window. Suggested by Glenn Morris.
8e17c9ba 1844
48a24920
SM
18452012-09-22 Stefan Merten <smerten@oekonux.de>
1846
70efc5c9 1847 * textmodes/rst.el: Revamp section title faces.
48a24920
SM
1848 (rst-official-version)
1849 (rst-package-emacs-version-alist): Sync with official version
1850 V1.4.0.
1851 (rst-faces-defaults, rst-set-level-default)
1852 (rst-level-face-max, rst-level-face-base-color)
1853 (rst-level-face-base-light, rst-level-face-format-light)
1854 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
1855 (rst-adornment-faces-alist): Match new setup.
1856 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
1857 (rst-level-5, rst-level-6): New faces.
1858
82f8cd94
CY
18592012-09-22 Chong Yidong <cyd@gnu.org>
1860
1861 * simple.el (undo): Handle indirect buffers (Bug#8207).
1862
acfa068f 18632012-09-21 Leo Liu <sdl.web@gmail.com>
a8c14da8
LL
1864
1865 IDO: Disable match re-ordering for buffer switching.
2bc9406c 1866 * ido.el (ido-buffer-disable-smart-matches): New variable.
a8c14da8
LL
1867 (ido-set-matches-1): Use it. (Bug#2042)
1868
acfa068f 18692012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
a316d229
JM
1870
1871 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
1872 Fix 2011-05-17 change. (Bug#12418)
1873
acfa068f 18742012-09-21 Leo Liu <sdl.web@gmail.com>
d02e58f8
LL
1875
1876 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
1877
acfa068f 18782012-09-21 Glenn Morris <rgm@gnu.org>
511fd0b2
GM
1879
1880 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
1881 Be more robust about locating simple.el.
1882
acfa068f 18832012-09-21 Glenn Morris <rgm@gnu.org>
fa05bfe0
GM
1884
1885 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
1886
acfa068f
CY
18872012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
1888
1889 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
1890
41a97e6f
JL
18912012-09-20 Juri Linkov <juri@jurta.org>
1892
eb2deaff
JL
1893 * replace.el (query-replace-read-from): Use `read-regexp' instead
1894 of `read-from-minibuffer' when `regexp-flag' is non-nil.
1895 (occur-read-primary-args): Use `read-regexp' instead of
1896 `read-string'.
1897 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
1898 `read-from-minibuffer'.
1899 * isearch.el (isearch-occur): Use `read-regexp' instead of
1900 `read-string'.
1901 * dired.el (dired-read-regexp): Use `read-regexp' instead of
1902 `read-from-minibuffer'.
1903 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
1904 of `read-string'. (Bug#7567)
1905
5825610b
JL
1906 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
1907 and allow accepting a list of strings prepended to a list of
1908 standard default values. Doc fix. (Bug#12321)
1909
eebbf404
JL
1910 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
1911
41a97e6f
JL
1912 * replace.el (read-regexp): Don't add ": " when PROMPT already
1913 ends with a colon and space. (Bug#12321)
1914
c9e452d3
TH
19152012-09-20 Tassilo Horn <tsdh@gnu.org>
1916
1917 * doc-view.el (doc-view-display): Better fix for the cl-assertion
1918 error.
1919
ee97deee
SM
19202012-09-20 Stefan Merten <smerten@oekonux.de>
1921
70efc5c9 1922 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
ee97deee
SM
1923 Fixes feature request bug#11711.
1924 (rst-mode): Create `imenu-create-index-function'.
1925 (rst-get-stripped-line): Delete after refactoring.
1926 (rst-section-tree, rst-section-tree-rec)
1927 (rst-section-tree-point): Refactor and document properly.
1928 (rst-imenu-find-adornments-for-position)
07b1a5fb
SM
1929 (rst-imenu-convert-cell, rst-imenu-create-index):
1930 New function.
ee97deee 1931
f490dab9
SM
19322012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1933
95b9712e
SM
1934 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
1935 (macroexp--expand-all): Use it.
1936 (macroexp--funcall-and-return): Remove by folding it into its sole
1937 caller (macroexp--warn-and-return).
1938 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
1939 Use macroexp--obsolete-warning.
1940
f490dab9
SM
1941 * calc/calc.el: Fix last change by removing the whole chunk, since it
1942 was only needed back when Calc was not bundled.
1943
96e8d411
MR
19442012-09-20 Martin Rudalics <rudalics@gmx.at>
1945
1946 * emacs-lisp/debug.el (debug): Restore assignment to
1947 debugger-old-buffer removed on 2012-09-08.
1948
0876a82d
JL
19492012-09-20 Juri Linkov <juri@jurta.org>
1950
1951 * dired-aux.el (dired-diff): Remove (require 'diff) since
1952 `diff-latest-backup-file' is now autoloaded.
1953
9f7c28f0
CY
19542012-09-20 Chong Yidong <cyd@gnu.org>
1955
1956 * vc/diff.el (diff-latest-backup-file): Autoload.
1957
7a04bee9
SM
19582012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1959
e6f0a80d
SM
1960 * calc/calc.el: Remove redundant autoload shape check.
1961 (sel-mode): Don't defvar.
1962 (calc-get-stack-element): Add `sel-mode' arg instead.
1963 (calc-top, calc-top-list): Pass it this additional argument.
1964 * calc/calc-store.el (calc-store-map):
1965 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
1966 (calc-map-equation, calc-outer-product, calc-inner-product):
1967 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
1968
7a04bee9
SM
1969 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
1970
12734222
JL
19712012-09-19 Juri Linkov <juri@jurta.org>
1972
1973 * dired-aux.el (dired-diff): Add (require 'diff) because
1974 `diff-latest-backup-file' is not autoloaded.
1975 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
1976 of `dired-get-filename' to t to not report error when there is
1977 no default file on the current line.
1978
46624b4f
SM
19792012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1980
ce97595b
SM
1981 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
1982 macroexp--eval-if-compile.
1983 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
1984 (macroexp--expand-all): Use them (bug#12371).
1985
46624b4f
SM
1986 * doc-view.el (doc-view-guess-paper-size)
1987 (doc-view-scale-bounding-box): Fix unbound `caddr'.
1988
db8a5a18
TH
19892012-09-19 Tassilo Horn <tsdh@gnu.org>
1990
1991 New feature: set optimal slice from BoundingBox information.
1992 * doc-view.el (doc-view-mode-map): Add keybinding.
1993 (doc-view-menu): Add menu entry.
1994 (doc-view-set-slice): Adapt docstring.
1995 (doc-view-get-bounding-box, doc-view-guess-paper-size)
1996 (doc-view-scale-bounding-box)
1997 (doc-view-set-slice-from-bounding-box): New functions.
1998 (doc-view-paper-sizes): New defvar.
1999
69f6644c
GM
20002012-09-19 Glenn Morris <rgm@gnu.org>
2001
35f5b19d
GM
2002 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
2003 (byte-compile-log-warning): Autoload. (Bug#12371)
2004
69f6644c
GM
2005 * calendar/calendar.el (calendar-american-month-header)
2006 (calendar-european-month-header, calendar-iso-month-header)
2007 (calendar-month-header): New options.
2008 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
2009 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
2010
e543ae91
JD
20112012-09-19 Jan Djärv <jan.h.d@swipnet.se>
2012
2013 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
2014
2fd5e67d
JL
20152012-09-18 Juri Linkov <juri@jurta.org>
2016
2017 * dired-aux.el (dired-diff): Restore original functionality of
2018 getting the default value, but keep new feature of using the
2019 latest existing backup file (`diff-latest-backup-file').
2020
42917e79
JL
20212012-09-18 Juri Linkov <juri@jurta.org>
2022
2023 * dired.el (dired-mark): If the region is active in Transient Mark
2024 mode, mark all files in the active region. Doc fix.
2025 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
2026 Doc fix. (Bug#10624)
2027
20f70ede
JL
20282012-09-18 Juri Linkov <juri@jurta.org>
2029
2030 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
2031 attributes for M-n are pulled from the file at point.
2032 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
2033 Suggested by Drew Adams. (Bug#10624)
2034
32fb8162
DG
20352012-09-18 Dmitry Gutov <dgutov@yandex.ru>
2036
2037 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
2038 whitespace after "end".
2039 (ruby-do-end-to-brace): Collapse block to one line if it fits
2040 within fill-column.
2041
37ab5092
MR
20422012-09-18 Martin Rudalics <rudalics@gmx.at>
2043
2044 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
2045 value.
2046 (debug): Don't remove debugger window when debugger is expected
2047 to be back.
2048
ed1f0bd3
CY
20492012-09-18 Chong Yidong <cyd@gnu.org>
2050
2051 * custom.el (defface): Doc fix.
2052
2053 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
2054
a11035b8
MB
20552012-09-18 Martin Blais <blais@furius.ca> (tiny change)
2056
2057 * progmodes/compile.el (compilation-start): Use compilation-always-kill
2058 to initialize query-on-exit; then test that instead (bug#12288).
2059
64f6a736
SM
20602012-09-17 Stefan Merten <smerten@oekonux.de>
2061
70efc5c9 2062 * textmodes/rst.el: Add support for `testcover'.
64f6a736
SM
2063 (rst-defcustom-testcover, rst-testcover-add-compose)
2064 (rst-testcover-add-1value): New functions.
2065 (rst-portable-mark-active-p): Replace by `use-region-p'.
2066 (rst-update-section, rst-classify-adornment)
2067 (rst-find-title-line): Mark `1value' forms.
2068 (rst-classify-adornment): Remove superfluous form.
2069 (rst-update-section, rst-get-adornments-around)
2070 (rst-adornment-complete-p, rst-get-next-adornment)
2071 (rst-adjust, rst-promote-region)
2072 (rst-display-adornments-hierarchy, rst-straighten-adornments)
2073 (rst-find-pfx-in-region, rst-section-tree-rec)
2074 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
2075 (rst-toc-node, rst-toc, rst-forward-section)
2076 (rst-iterate-leftmost-paragraphs)
2077 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
2078 (rst-bullet-list-region)
2079 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
2080 (rst-compile-find-conf, rst-compile)
2081 (rst-repeat-last-character): Fix style.
2082
580bd868
CY
20832012-09-17 Chong Yidong <cyd@gnu.org>
2084
2085 * comint.el (comint--complete-file-name-data): Don't add a space
2086 if the status is `sole'; that adds a gratuitous space in the
2087 completion-cycling case (Bug#12092).
2088
2089 * pcomplete.el (pcomplete-completions-at-point): Likewise.
2090
69de3ec6
RS
20912012-09-17 Richard Stallman <rms@gnu.org>
2092
0dee970c
RS
2093 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
2094 only in the mime-shown mode, not in raw mode.
2095 (rmail-mime): Toggle off mime by displaying the message without
6b250df6 2096 mime processing. (Bug#12305)
0dee970c 2097
6b250df6
GM
2098 * mail/rmail.el (rmail-retry-failure):
2099 Turn off mime processing first. (Bug#12037)
acb1c47b 2100
69de3ec6
RS
2101 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
2102
d079ee5f
CY
21032012-09-17 Chong Yidong <cyd@gnu.org>
2104
2105 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
2106 (shell-dynamic-complete-functions): Convert to defcustom.
2107 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
2108
865fe16f
CY
2109 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
2110 * comint.el (comint-prompt-read-only):
2111 * custom.el (defcustom):
2112 * hi-lock.el (hi-lock-mode):
2113 * ibuffer.el (ibuffer-formats):
2114 * ielm.el (ielm-prompt-read-only):
2115 * novice.el (disable-command):
2116 * saveplace.el (toggle-save-place):
2117 * speedbar.el (speedbar-supported-extension-expressions):
2118 * startup.el (auto-save-list-file-prefix, init-file-user)
2119 (after-init-hook, inhibit-startup-echo-area-message):
2120 * strokes.el (strokes-help):
2121 * time-stamp.el (time-stamp):
2122 * calendar/calendar.el (calendar, diary-file):
2123 * calendar/diary-lib.el (diary-mail-entries, diary)
2124 (diary-list-entries-hook):
2125 * calendar/holidays.el (holidays, calendar-holidays):
2126 * calendar/lunar.el (lunar-phases):
2127 * calendar/solar.el (sunrise-sunset):
2128 * emulation/edt.el (edt-load-keys):
2129 * emulation/viper.el (viper-mode):
2130 * eshell/em-alias.el (eshell-command-aliases-list):
2131 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2132 * international/ogonek.el (ogonek-information):
2133 * net/tramp-cmds.el (tramp-bug):
2134 * net/quickurl.el (quickurl-reread-hook-postfix):
2135 * play/decipher.el (decipher-font-lock-keywords):
2136 * progmodes/cc-styles.el (c-set-style):
2137 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
2138 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2139 * progmodes/octave-mod.el (octave-mode):
2140 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
2141 * progmodes/verilog-mode.el (verilog-read-defines):
2142 * textmodes/two-column.el (2C-mode): Likewise.
2143
48093eb9
KY
21442012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
2145
2146 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
2147 that holds many addresses.
2148
c584eaf9
CY
21492012-09-16 Chong Yidong <cyd@gnu.org>
2150
40d70ecb
CY
2151 * align.el (align-areas): Call the indication function with
2152 positions instead of markers for arguments (Bug#12343).
2153
1667e065
CY
2154 * files.el (parse-colon-path): Use split-string (Bug#12351).
2155
fdc2806d 2156 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
71ce58e7 2157 (display-buffer-function): Mark as obsolete.
fdc2806d 2158
f1be615c 2159 * progmodes/compile.el (compilation-parse-errors): Accept list
ce97595b
SM
2160 values similar to font-lock-keywords (Bug#12136).
2161 Suggested by Oleksandr Manzyuk.
c584eaf9
CY
2162 (compilation-error-regexp-alist): Doc fix.
2163
f40a9709
GM
21642012-09-15 Glenn Morris <rgm@gnu.org>
2165
72aa16e1
GM
2166 * version.el (emacs-bzr-version-bzr): New function.
2167 (emacs-bzr-get-version): Add optional EXTERNAL argument.
2168
82375160
GM
2169 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
2170 checkouts, check the parent dirstate matches the branch.
2171 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
2172 empty string.
2173
f40a9709
GM
2174 * version.el (emacs-bzr-version): Doc fix.
2175 (emacs-bzr-version-dirstate): New function.
2176 (emacs-bzr-get-version): For lightweight checkouts, if the parent
2177 is local try and check that it matches the branch. If not, just
2178 use dirstate information. (Bug#12441)
2179
cb26b7f5
JL
21802012-09-14 Juri Linkov <juri@jurta.org>
2181
2182 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
2183 (Bug#12399)
2184
2de39f08
SM
21852012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2186
0fb3cb7c
SM
2187 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
2188
2de39f08
SM
2189 * emacs-lisp/edebug.el: Miscellaneous cleanup.
2190 Remove obsolete byte-compiler hack that tried to silence some warnings.
2191 (edebug-submit-bug-report): Remove.
2192 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
2193 Remove aliases, use the un-prefixed name instead.
2194 (edebug-pop-to-buffer): Consider other frames.
2195 (edebug-original-read):: Make it more obvious that it's always defined.
2196 (edebug--make-form-data-entry, edebug--form-data-name)
2197 (edebug--form-data-begin, edebug--form-data-end): Rename from the
2198 single-dashed name, and implement with cl-defstruct.
2199 (edebug-set-form-data-entry): Use the standard accessors.
2200 (edebug-make-top-form-data-entry): Use push.
2201 (edebug-no-match): Drop useless `funcall'.
2202 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
2203 to functions.
2204 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
2205 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
2206 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
2207 (easy-menu-define, with-custom-print): Remove redundant specs.
2208 (edebug-outside-overriding-local-map)
2209 (edebug-outside-overriding-terminal-local-map): Remove, unused.
2210 (edebug--display): Bind unread-command-events directly to nil rather
2211 than binding it to unread-command-events and later setting it to nil.
2212 (edebug--display): Kill edebug-eval-buffer here...
2213 (edebug--recursive-edit): ...rather than here.
2214 Bind standard-output and standard-input.
2215 (edebug-eval): Check cl-macroexpand-all is fboundp.
2216 (edebug-temp-display-freq-count): Fix last change.
2217
2218 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
2219 * subr.el (noreturn, 1value): Add `debug' spec.
2220 * emacs-lisp/advice.el: Require cl-lib.
2221 (ad-copy-tree): Remove, use copy-tree instead.
2222 (ad-dolist): Remove use dolist or cl-dolist instead.
2223 (ad-do-return): Remove, use cl-return instead.
2224 (defadvice): Add `debug' spec.
2225
5b68b333
JL
22262012-09-13 Juri Linkov <juri@jurta.org>
2227
2228 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
2229 (Bug#12399)
2230
b9800ec4
GM
22312012-09-13 Glenn Morris <rgm@gnu.org>
2232
6a2e6868
GM
2233 * calc/calc.el (math-compose-expr):
2234 * calc/calc-ext.el (math-compose-expr):
2235 * progmodes/cc-defs.el (cl-macroexpand-all):
2236 * progmodes/cc-langs.el (delete-duplicates, mapcan)
2237 (cl-macroexpand-all): Update declarations.
2238
b9800ec4
GM
2239 * vc/vc.el: No need to require ediff.
2240 (ediff-load-version-control): Declare.
2241 (ediff-vc-internal): Fix declaration.
2242 (vc-version-ediff): Require ediff.
2243
c18e885b
PE
22442012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2245
2246 Use a more backwards-compatible timer format (Bug#12430).
2247 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
2248 being right after USECS, as that better supports old code that
2249 inadvisedly looked directly at the timer vector.
2250
d607d303
KH
22512012-09-13 Kenichi Handa <handa@gnu.org>
2252
2253 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2254 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
2255 `coding-priority' property of these language environment.
2256
72eac303
PE
22572012-09-13 Paul Eggert <eggert@cs.ucla.edu>
2258
2259 Fix glitches caused by addition of psec to timers (Bug#12430).
2260 * image.el (image-animate-timer):
2261 * time.el (display-time-world-timer):
2262 Use timer--function and timer--args rather than raw access to
2263 timer vector.
2264
2168fe4f
GM
22652012-09-13 Glenn Morris <rgm@gnu.org>
2266
2267 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2268 If not compiling a file, try using load-file-name.
2269
bd8d6108
SM
22702012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
2271
c0c54fbd
SM
2272 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
2273 Fix last change.
2274 (edebug-update-eval-list): Use `push'.
2275
bd8d6108
SM
2276 * emacs-lisp/edebug.el: Use lexical-binding.
2277 Remove the "edebug-" prefix from non-dynamically-scoped variables.
2278 Mark unused args with underscore.
2279 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
2280 (edebug-form-data): Use defvar-local.
2281 (edebug-make-before-and-after-form, edebug-make-after-form):
2282 Use backquote.
2283 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
2284 Not dynamically scoped any more.
2285 (edebug--enter-trace): Add arguments `function' and `args'.
2286 Rename from edebug-enter-trace.
2287 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
2288 (edebug--update-coverage): Add `after-index' and `value' args.
2289 Rename from edebug-update-coverage.
2290 (edebug-slow-after): Call it accordingly.
2291 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
2292 edebug-recursive-edit.
2293 (edebug--display): Call it accordingly. Add args `value',
2294 `offset-index', and `arg-mode'. Rename from edebug-display.
2295 (edebug-debugger, edebug): Call it accordingly.
2296 (edebug-eval-display-list): Use dolist.
2297
a9f9d9de
JL
22982012-09-12 Juri Linkov <juri@jurta.org>
2299
2300 * info.el (Info-search): Don't check for isearch-mode and
2301 isearch-regexp before let-binding search-spaces-regexp to
2302 Info-search-whitespace-regexp.
2303 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
2304 search-whitespace-regexp if isearch-lax-whitespace or
2305 isearch-regexp-lax-whitespace is non-nil.
2306 (Info-mode): Don't set local variable search-whitespace-regexp.
2307 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
2308
bfeae2cf
SM
23092012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2310
2311 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
2312 (debugger-env-macro): Remove support for unread-command-char.
2313
2314 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
2315 the temporary map re-appearing on emulation-mode-map-alists.
2316
2317 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
2318 since 22.1.
2319
2320 * ehelp.el (with-electric-help): Accept functions in
2321 electric-help-form-to-execute.
2322 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
2323 And replace unread-command-char -> unread-command-events.
2324
fbbcaf1b
MA
23252012-09-12 Michael Albinus <michael.albinus@gmx.de>
2326
2327 Sync with Tramp 2.2.6.
2328
2329 * net/tramp.el (tramp-accept-process-output): Don't use
2330 JUST-THIS-ONE in the XEmacs case.
2331
2332 * net/trampver.el: Update release number.
2333
4dece104
MR
23342012-09-12 Martin Rudalics <rudalics@gmx.at>
2335
bfeae2cf
SM
2336 * emacs-lisp/debug.el (debugger-previous-window-height):
2337 New variable.
4dece104
MR
2338 (debug): When debugger-jumping-flag is non-nil try to restore
2339 height of debugger window. (Bug#8789)
2340
45b82ad0
SM
23412012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2342
60c49c0f
SM
2343 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
2344 overriding-local-map and pre/post-command-hook here.
2345 (edebug-recursive-edit): Do it here instead (bug#12345).
2346 (edebug-outside-unread-command-char): Remove all uses of
2347 unread-command-char.
2348
45b82ad0
SM
2349 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
2350 inhibit-debugger is bound instead.
2351
baa26ea0
BG
23522012-09-11 Bastien Guerry <bzg@gnu.org>
2353
2354 * subr.el (set-temporary-overlay-map): Add a docstring.
fc0c31f8 2355 (Bug#12346)
baa26ea0 2356
04e8abfa
BG
23572012-09-11 Bastien Guerry <bzg@gnu.org>
2358
96d03571 2359 * minibuffer.el (completion-table-subvert): Fix docstring.
fc0c31f8 2360 (Bug#12347)
96d03571
BG
2361
23622012-09-11 Bastien Guerry <bzg@gnu.org>
2363
fc0c31f8 2364 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
04e8abfa 2365
04e082b0
MM
23662012-09-10 Michael R. Mauger <mmaug@yahoo.com>
2367
2368 * progmodes/sql.el: Version 3.1
2369 (sql-db2-escape-newlines): New variable.
2370 (sql-escape-newlines-filter): Use it.
2371
399a361b
JB
23722012-09-10 Juanma Barranquero <lekktu@gmail.com>
2373
2374 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
2375
0780c517
DN
23762012-09-10 Dan Nicolaescu <dann@gnu.org>
2377
45b82ad0
SM
2378 * vc/diff-mode.el (diff-mode-menu):
2379 Bind diff-remove-trailing-whitespace.
0780c517 2380
9b851e25
SM
23812012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
2382
2383 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
fc0c31f8
JB
2384 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
2385 (emacs-lisp-byte-code-mode): New functions.
9b851e25
SM
2386 (eval-sexp-add-defvars): Don't skip defvars in column >0.
2387 (eval-defun-2): Remove bogus interactive spec.
2388 (lisp-indent-line): Remove redundant whole-exp code, now done in
2389 indent-according-to-mode.
2390 (save-match-data): Remove redundant indent data.
2391
2392 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
2393 Use `declare'.
2394
3231d532
JL
23952012-09-09 Juri Linkov <juri@jurta.org>
2396
2397 * replace.el (replace-regexp-lax-whitespace): New defcustom.
2398 (replace-lax-whitespace, query-replace-regexp)
2399 (query-replace-regexp-eval, replace-regexp): Doc fix.
2400 (perform-replace, replace-highlight): Let-bind
2401 isearch-lax-whitespace to replace-lax-whitespace and
2402 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
2403
2404 * isearch.el (isearch-query-replace): Let-bind
2405 replace-lax-whitespace to isearch-lax-whitespace and
2406 replace-regexp-lax-whitespace to
2407 isearch-regexp-lax-whitespace. (Bug#10885)
2408
70fe8236
SM
24092012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
2412
8ed43f15
AM
24132012-09-09 Alan Mackenzie <acm@muc.de>
2414
70fe8236
SM
2415 * progmodes/cc-engine.el (c-state-cache-init):
2416 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
2417 (c-record-parse-state-state):
2418 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
8ed43f15 2419
bfabf70a
AS
24202012-09-09 Andreas Schwab <schwab@linux-m68k.org>
2421
2422 * register.el (register-separator): Rename from
2423 separator-register. All uses changed. Doc fix.
2424 (register): Fix version.
2425
011474aa
CY
24262012-09-09 Chong Yidong <cyd@gnu.org>
2427
2428 * replace.el (query-replace-map): Bind four new symbols for
2429 requesting window scrolling.
2430
2431 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
2432 query-replace-map (Bug#8948).
2433
2434 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
2435
2436 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
2437 since they are now in query-replace-map.
2438
2439 * window.el (scroll-other-window-down): Make the arg optional.
2440
a8b7cd8d
CY
24412012-09-09 Chong Yidong <cyd@gnu.org>
2442
2443 * files.el (hack-local-variables-confirm): Use quit-window to kill
2444 the *Local Variables* buffer.
2445
c3268831
DG
24462012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2447
2448 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
2449 not just expect to be at its beginning. Adjust callees.
2450 Succeed when do-end block has no space before the pipe character.
2451 (ruby-brace-to-do-end): When the original block is one-liner,
2452 convert to multiline. Reindent the result.
2453
0979429b
J
24542012-09-08 Jambunathan K <kjambunathan@gmail.com>
2455
2456 * register.el (register): New group.
27359e99 2457 (separator-register): New user option.
0979429b
J
2458 (increment-register): Route it to `append-to-register', if
2459 register contains text. Implication is that `C-x r +' can now be
2460 used for appending to a text register (bug#12217).
2461 (append-to-register, prepend-to-register): Add separator based on
5b9c45a6 2462 `separator-register'.
0979429b 2463
ace2989a
AM
24642012-09-08 Alan Mackenzie <acm@muc.de>
2465
2466 AWK Mode: make auto-newline work when there's "==" in the pattern.
2467 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
2468 correctly.
0979429b
J
2469 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
2470 Test more rigorously for "=" token.
ace2989a 2471
616c6c36
DG
24722012-09-08 Dmitry Gutov <dgutov@yandex.ru>
2473
0979429b
J
2474 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
2475 Only fail when reached LIMIT.
616c6c36 2476
35d98877
CY
24772012-09-08 Chong Yidong <cyd@gnu.org>
2478
2479 * dired.el (dired-mode-map): Don't bind M-=.
2480
2481 * dired-aux.el (dired-diff): Use backup file as default.
2482
1715f2db
DA
24832012-09-08 Drew Adams <drew.adams@oracle.com>
2484
2485 * subr.el (add-to-history): Fix delete usage (Bug#12314).
2486
6dcef6ec
CY
24872012-09-08 Chong Yidong <cyd@gnu.org>
2488
2489 * subr.el (syntax-after, syntax-class): Doc fix.
2490
fa2bcf43
MR
24912012-09-08 Martin Rudalics <rudalics@gmx.at>
2492
2493 * window.el (display-buffer-in-previous-window): New buffer
2494 display action function.
2495
2496 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
2497 (debugger-previous-window): New variable.
2498 (debug): Rewrite using display-buffer-in-previous-window,
2499 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
2500
daac280a
SM
25012012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
2504
9dd40b00
MM
25052012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
2506
daac280a
SM
2507 * progmodes/python.el (python-shell-send-string):
2508 When default-directory is remote, create temp file on remote
9dd40b00
MM
2509 filesystem.
2510 (python-shell-send-file): When file is remote, pass local view of
2511 file paths to remote Python interpreter. (Bug#12340)
2512
145823ec
CY
25132012-09-07 Chong Yidong <cyd@gnu.org>
2514
cee2e90d
CY
2515 * window.el (switch-to-buffer): Doc fix (Bug#12181).
2516
0d7eb2ea
CY
2517 * files.el (after-find-file): Don't fail on a read-only buffer if
2518 require-final-newline is `visit' or `visit-save' (Bug#11156).
2519
145823ec
CY
2520 * subr.el (read-char-choice): Allow quitting via ESC ESC.
2521
daac280a
SM
2522 * userlock.el (ask-user-about-supersession-threat):
2523 Use read-char-choice (Bug#12093).
145823ec 2524
74c582e6
CY
25252012-09-07 Chong Yidong <cyd@gnu.org>
2526
e5c2edf7
CY
2527 * subr.el (buffer-narrowed-p): New function.
2528
2529 * ses.el (ses-widen):
2530 * simple.el (count-words--buffer-message):
1f9f395d 2531 * net/browse-url.el (browse-url-of-buffer): Use it.
e5c2edf7
CY
2532
2533 * simple.el (count-words-region): Don't signal an error if there
2534 is a non-nil prefix arg and the mark is not set.
c640e87d 2535
74c582e6
CY
2536 * help.el (describe-key-briefly): Allow the message to be seen
2537 when invoked from the minibuffer (Bug#7014).
2538
d81ceaaf
DG
25392012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2540
2541 * progmodes/ruby-mode.el (ruby-end-of-defun)
2542 (ruby-beginning-of-defun): Simplify, allow indentation before
2543 block beginning and end keywords.
8f06acce
DG
2544 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
2545 (ruby-end-of-defun): Expect that the point is at the beginning of
2546 the defun.
d81ceaaf 2547
d458ef98
SM
25482012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2549
2550 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
2551 (bug#12367).
2552 (cl--make-usage-args): Strip _ from argument names.
2553
20367d28
RS
25542012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2555
2556 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
2557 obsolete alias speedbar-key-map.
2558 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
2559 (vhdl-index-menu-init): Don't use obsolete variable
2560 font-lock-maximum-size.
2561
3424a4f6
CY
25622012-09-06 Chong Yidong <cyd@gnu.org>
2563
2564 * frame.el (window-system-version): Mark as obsolete.
2565
fcbfbdea
CY
2566 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
2567 of obsolete variable speedbar-key-map.
2568
826b3235
JL
25692012-09-06 Juri Linkov <juri@jurta.org>
2570
2571 * replace.el (replace-lax-whitespace): New defcustom.
2572 (query-replace, query-replace-regexp, query-replace-regexp-eval)
2573 (replace-string, replace-regexp): Mention it in docstrings.
2574 (perform-replace, replace-highlight): Let-bind
2575 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
2576 to the values of replace-lax-whitespace and regexp-flag.
2577 Don't let-bind search-whitespace-regexp. (Bug#10885)
2578
2579 * isearch.el (isearch-query-replace): Let-bind
2580 replace-lax-whitespace instead of let-binding
2581 replace-search-function and replace-re-search-function.
2582 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
2583 and isearch-regexp-lax-whitespace to lazy-highlight variables.
2584 (isearch-toggle-symbol): Set isearch-regexp to nil
2585 in isearch-word mode (like in isearch-toggle-word).
2586
1ec5e41d
JL
25872012-09-06 Juri Linkov <juri@jurta.org>
2588
2589 * replace.el (replace-search-function)
2590 (replace-re-search-function): Set default values to nil.
2591 (perform-replace): Let-bind isearch-related variables based on
2592 replace-related values, call `isearch-search-fun' and let-bind
2593 the result to `search-function'. Remove code that sets
2594 `search-function' and `search-string' separately for
2595 `delimited-flag'.
2596 (replace-highlight): Add new argument `delimited-flag' and
2597 rename other arguments to the names used in `perform-replace'.
2598 Let-bind `isearch-word' to the argument `delimited-flag'.
2599 (Bug#10885, bug#10887)
2600
0ba2d4b6
DG
26012012-09-07 Dmitry Gutov <dgutov@yandex.ru>
2602
2603 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
2604 ruby-beginning-of-indent, simplify, allow all keywords to have
2605 indentation before them.
2606 (ruby-beginning-of-indent): Adjust for above. Search until the
2607 found point is not inside a string or comment.
2608 (ruby-font-lock-keywords): Allow symbols to start with "@"
2609 character, give them higher priority than variables.
2610 (ruby-syntax-propertize-function)
2611 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
2612 matchers. Expression expansions are not comments when inside a
2613 string, and there comment syntax status is irrelevant.
2614 (ruby-match-expression-expansion): New function. Check that
2615 expression expansion is inside a string, and it's not escaped.
2616 (ruby-font-lock-keywords): Use it.
2617
ef654460
MR
26182012-09-05 Martin Rudalics <rudalics@gmx.at>
2619
2620 * help.el (temp-buffer-max-height): New default value.
2621 (temp-buffer-resize-frames): New option.
2622 (resize-temp-buffer-window): Optionally resize frame.
2623
2624 * window.el (fit-frame-to-buffer-bottom-margin): New option.
2625 (fit-frame-to-buffer): New function.
2626
7e570fbf 26272012-09-05 Glenn Morris <rgm@gnu.org>
72308848
GM
2628
2629 * emulation/cua-rect.el (cua--init-rectangles):
2630 * textmodes/picture.el (picture-mode-map):
2631 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
2632 like forward-char and backward-char. (Bug#12317)
2633
7e570fbf 26342012-09-05 Leo Liu <sdl.web@gmail.com>
3aca1291
LL
2635
2636 * progmodes/flymake.el (flymake-warning-re): New variable.
2637 (flymake-parse-line): Use it.
2638
7e570fbf 26392012-09-05 Glenn Morris <rgm@gnu.org>
b6683353
GM
2640
2641 * calendar/holidays.el (holiday-christian-holidays):
2642 Rename an entry. (Bug#12289)
2643
7e570fbf 26442012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
64f8c4bd
SM
2645
2646 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
2647 (bug#12222).
2648
972debf2
SM
26492012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2650
2651 * loadup.el: Load macroexp. Remove hack.
2652 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
2653 (macroexp--expand-all): Use it to get better warnings.
2654 (macroexp--backtrace, macroexp--trim-backtrace-frame)
2655 (internal-macroexpand-for-load): New functions.
2656 (macroexp--pending-eager-loads): New var.
2657 (emacs-startup-hook): New hack to replace one in loadup.el.
2658 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
2659 (cl--compiler-macro-cXXr): Move to top, before they can be used.
2660 (cl-psetf): Simplify.
2661 (cl-defstruct): Add indent rule.
2662
8ce192e3
LI
26632012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
2664
2665 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
2666 over `user-mail-address' for the SMTP MAIL FROM envelope.
2667 (smtpmail-via-smtp): Ditto.
2668
6578b4d8
DG
26692012-09-04 Dmitry Gutov <dgutov@yandex.ru>
2670
2671 * progmodes/ruby-mode.el: Clean up keybindings.
2672 (ruby-mode-map): Don't bind ruby-electric-brace,
2673 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
2674 backward-kill-word, reindent-then-newline-and-indent.
2675 (ruby-mark-defun): Remove.
2676 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
2677 (ruby-mode): Set local beginning-of-defun-function and
2678 end-of-defun-function values.
2679
c5e28e39
MR
26802012-09-03 Martin Rudalics <rudalics@gmx.at>
2681
2682 * window.el (temp-buffer-window-setup-hook)
2683 (temp-buffer-window-show-hook): New hooks.
2684 (temp-buffer-window-setup, temp-buffer-window-show)
2685 (with-temp-buffer-window): New functions.
972debf2
SM
2686 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
2687 (special-display-popup-frame): Make sure the window used shows BUFFER.
c5e28e39
MR
2688
2689 * help.el (temp-buffer-resize-mode): Fix doc-string.
2690 (resize-temp-buffer-window): New optional argument WINDOW.
2691
2692 * files.el (recover-file, save-buffers-kill-emacs):
2693 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
2694
73406194
MA
26952012-09-02 Michael Albinus <michael.albinus@gmx.de>
2696
2697 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
2698 remote definition of `default-directory', ensure we can connect.
2699
63dd1c6f
JL
27002012-09-02 Juri Linkov <juri@jurta.org>
2701
2702 Toggle whitespace matching mode with M-s SPC.
2703 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
2704
2705 * isearch.el (search-whitespace-regexp): Doc fix.
2706 Remove cons cell customization.
2707 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
2708 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
2709 New variables.
2710 (isearch-forward, isearch-forward-regexp): Doc fix.
2711 (isearch-toggle-lax-whitespace): New command.
2712 (search-forward-lax-whitespace, search-backward-lax-whitespace)
2713 (re-search-forward-lax-whitespace)
2714 (re-search-backward-lax-whitespace): New functions.
2715 (isearch-whitespace-regexp): Remove function.
2716 (isearch-query-replace): Let-bind replace-search-function and
2717 replace-re-search-function.
2718 (isearch-occur): Let-bind search-spaces-regexp according to the
2719 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
2720 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
2721 condition for C-q SPC.
2722 (isearch-search-fun-default): Use new functions mentioned above.
2723 (isearch-search-forward, isearch-search-backward): Remove functions.
2724 (isearch-search): Don't let-bind search-spaces-regexp.
2725 (isearch-lazy-highlight-space-regexp): Remove variable.
2726 (isearch-lazy-highlight-lax-whitespace)
2727 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
2728 (isearch-lazy-highlight-new-loop): Use them.
2729 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
2730
af7dda05
CY
27312012-09-02 Chong Yidong <cyd@gnu.org>
2732
2733 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
2734
d67d3afd
GM
27352012-09-02 Glenn Morris <rgm@gnu.org>
2736
2737 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
2738
69678719
GM
27392012-09-01 Glenn Morris <rgm@gnu.org>
2740
2741 * term.el: Tidy up menu definitions.
2742 (term-mode-map): Use easymenu for In/Out, Complete menus.
2743 (term-pager-break-map): Initialize in the defvar.
2744 (term-terminal-menu, term-signals-menu): Define with easymenu.
2745 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
2746 (term-pager-menu): New, extracted from term-process-pager.
2747 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
2748 (term-update-mode-line): Propertize line/char and page items.
2749 (term-process-pager): Move keymap initialization elsewhere.
2750
78dd6ab1
MR
27512012-09-01 Martin Rudalics <rudalics@gmx.at>
2752
2753 * window.el (switch-to-prev-buffer): Handle additional values of
2754 BURY-OR-KILL argument. Don't switch in minibuffer window.
2755 (switch-to-next-buffer): Don't switch in minibuffer window.
2756 (quit-restore-window): New function based on quit-window.
2757 Handle additional values of former KILL argument.
2758 (quit-window): Call quit-restore-window with appropriate
2759 interpretation of KILL argument.
2760 (display-buffer-below-selected): New buffer display action
2761 function.
2762
3d10e134
SM
27632012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2764
2765 * minibuffer.el (completion-at-point-functions): Complete docstring
2766 (bug#12254).
2767
0e23ef9d
PE
27682012-09-01 Paul Eggert <eggert@cs.ucla.edu>
2769
2770 Better seed support for (random).
2771 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
2772 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
2773 * play/mpuz.el, play/tetris.el, play/zone.el:
2774 * calc/calc-comb.el (math-init-random-base):
2775 * play/blackbox.el (bb-init-board):
2776 * play/life.el (life):
2777 * server.el (server-use-tcp):
2778 * type-break.el (type-break):
2779 Remove unnecessary call to (random t).
2780 * net/sasl.el (sasl-unique-id-function):
2781 Change (random t) to (random), now that the latter is more random.
2782 * play/life.el (life-initialized): Remove no-longer-needed var.
2783
862382df
MR
27842012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
2785
2786 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
2787 Consider frame's buffer predicate when choosing the buffer.
2788 (Bug#12081)
2789
262a66e1
RS
27902012-08-30 Richard Stallman <rms@gnu.org>
2791
2792 * simple.el (special-mode-map): Delete binding for `z'.
2793
f17e1d00
AS
27942012-08-30 Andreas Schwab <schwab@linux-m68k.org>
2795
2796 * progmodes/compile.el (compilation-always-kill): Doc fix.
2797
24777832
CY
27982012-08-30 Chong Yidong <cyd@gnu.org>
2799
2800 * window.el (display-buffer-reuse-frames): Make the obsolescence
2801 message more informative.
2802
69ba1f04
GM
28032012-08-30 Glenn Morris <rgm@gnu.org>
2804
2805 * paren.el (show-paren-delay):
2806 Add a :set function. Doc fix. (Bug#12297)
2807
f0019ede
MB
28082012-08-29 Martin Blais <blais@furius.ca> (tiny change)
2809
2810 * progmodes/compile.el (compilation-always-kill): New var.
2811 (compilation-start): Use it.
2812
35e62fc9
SM
28132012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2814
af070a1c
SM
2815 * simple.el (read-only-mode): Move from files.el for bootstrapping.
2816 * files.el (read-only-mode): Move to simple.el.
2817
35e62fc9
SM
2818 * files.el (read-only-mode): New minor mode.
2819 (toggle-read-only): Use it and mark obsolete.
2820 (find-file--read-only):
2821 * vc/vc.el (vc-next-action, vc-checkout):
2822 * vc/vc-cvs.el (vc-cvs-checkout):
2823 * obsolete/vc-mcvs.el (vc-mcvs-update):
2824 * ffap.el (ffap--toggle-read-only): Update callers.
2825
c2c43c23
MA
28262012-08-29 Michael Albinus <michael.albinus@gmx.de>
2827
2828 * eshell/esh-ext.el (eshell-external-command): Do not examine
972debf2
SM
2829 remote shell scripts.
2830 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
c2c43c23
MA
2831
2832 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
2833 "/usr/local/sbin".
2834
9fba804b
SM
28352012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2836
2837 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
2838
eada0861 28392012-08-28 Leo Liu <sdl.web@gmail.com>
22ab32ef 2840
806f0cc7
LL
2841 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
2842 completion-at-point. (Bug#12220)
2843
3bb213b9
LL
2844 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
2845
22ab32ef
LL
2846 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
2847
eada0861 28482012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
db148c21 2849
19c17fc1
CY
2850 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
2851 be buffer-local; add delete-trailing-whitespace (bug#12259).
db148c21 2852
eada0861 28532012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
ffe6eaf1
JM
2854
2855 * progmodes/hideif.el (hif-compress-define-list):
2856 Fix typo. (Bug#11951)
2857
eada0861 28582012-08-28 Dan Nicolaescu <dann@gnu.org>
d30aca1b
DN
2859
2860 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
2861 buffer local setting.
2862
27d6c5a8
LL
2863 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
2864 rcirc-encode-coding-system.
2865
eada0861 28662012-08-28 Leo Liu <sdl.web@gmail.com>
4432d2e2
LL
2867
2868 * net/rcirc.el (rcirc-split-message): New function.
2869 (rcirc-send-message): Use it. (Bug#12051)
2870
d44688e4
JL
28712012-08-28 Juri Linkov <juri@jurta.org>
2872
2873 * info.el (Info-fontify-node): Hide empty lines at the end of
2874 the node. (Bug#12272)
2875
34f10d41
MR
28762012-08-27 Drew Adams <drew.adams@oracle.com>
2877
2878 * dired.el (dired-pop-to-buffer): Make window start at beginning
2879 of buffer (Bug#12281).
2880
77f1f99c
CY
28812012-08-26 Chong Yidong <cyd@gnu.org>
2882
2883 * window.el (special-display-regexps, special-display-frame-alist)
2884 (special-display-buffer-names, special-display-function)
2885 (display-buffer-reuse-frames): Mark as obsolete.
2886
2887 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
2888
2889 * help.el (help-print-return-message): Don't treat
2890 display-buffer-reuse-frames specially.
2891
d97af5a0
CY
28922012-08-26 Chong Yidong <cyd@gnu.org>
2893
9fba804b
SM
2894 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
2895 New variable, replacing gdb-frame-parameters.
d97af5a0
CY
2896 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
2897 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
2898 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
2899 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
2900 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
2901 the functions directly with gdb-display-buffer-other-frame-action.
2902 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
2903 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
2904 (gdb-display-stack-buffer, gdb-display-locals-buffer)
2905 (gdb-display-registers-buffer): Define directly.
2906 (def-gdb-display-buffer): Macro deleted.
2907 (gdb-display-buffer): Remove second and third args, callers don't
2908 use them. Defer to the default display-buffer behavior, apart
2909 from making windows dedicated.
2910 (gdb-setup-windows): Don't call display-buffer unnecessarily.
2911
2912 * progmodes/gud.el (gud-display-line): Just use display-buffer.
2913
2914 * window.el (display-buffer-pop-up-frame): Handle a
2915 pop-up-frame-parameters alist entry.
2916 (display-buffer): Document it.
2917
dd7ffad6
CY
29182012-08-26 Chong Yidong <cyd@gnu.org>
2919
2920 * isearch.el (search-whitespace-regexp): Make string and nil
2921 values apply to both ordinary and regexp search. Allow a cons
2922 cell value to distinguish between the two.
2923 (isearch-whitespace-regexp, isearch-search-forward)
2924 (isearch-search-backward): New functions.
2925 (isearch-occur, isearch-search-fun-default, isearch-search)
2926 (isearch-lazy-highlight-new-loop): Use them.
2927 (isearch-forward, isearch-forward-regexp): Doc fix.
2928
4c47bd1e
CY
29292012-08-26 Chong Yidong <cyd@gnu.org>
2930
2931 * faces.el (help-argument-name): Always inherit from italic
2932 (Bug#12213).
2933
9aba119d
MR
29342012-08-25 Martin Rudalics <rudalics@gmx.at>
2935
2936 * window.el (window--even-window-heights): Even heights when
2937 WINDOW and the selected window form a vertical combination.
2938 (display-buffer-use-some-window): Provide that window used gets
2939 sized back by quit-window. (Bug#11880) and (Bug#12091)
2940
ca5256ad
PE
29412012-08-24 Paul Eggert <eggert@cs.ucla.edu>
2942
2943 Fix file time stamp problem with bzr and CVS (Bug#12001).
2944 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
2945 in the file's time stamp, since the version control system loses
2946 that information.
2947
d1c0d176
JL
29482012-08-22 Juri Linkov <juri@jurta.org>
2949
2950 * info.el (Info-fontify-node): Hide the suffix of the
2951 Info file name in the header line. (Bug#12187)
2952
141562ff
GM
29532012-08-22 Glenn Morris <rgm@gnu.org>
2954
2955 * calendar/cal-tex.el (cal-tex-weekly-common):
2956 Restore leading blank page.
2957
61a48e19 29582012-08-22 Le Wang <l26wang@gmail.com> (tiny change)
add9ca2d
BG
2959
2960 * misc.el (forward-to-word, backward-to-word): Activate or extend
61a48e19
GM
2961 the region under `shift-select-mode'. (Bug#12231)
2962
29632012-08-22 Bastien Guerry <bzg@gnu.org>
0fcd3d9f
BG
2964
2965 * progmodes/executable.el (executable-prefix): Set to "#!" instead
2966 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
2967 gives details on why the space is never needed.
2968
ea95074e
MR
29692012-08-22 Martin Rudalics <rudalics@gmx.at>
2970
9fba804b
SM
2971 * window.el (walk-window-tree, window-with-parameter):
2972 New optional argument MINIBUF to control whether these functions
ea95074e
MR
2973 should run on the minibuffer window.
2974 (window-at-side-list): Don't operate on minibuffer window.
2975 (window-in-direction): Simplify and rewrite doc-string.
9fba804b
SM
2976 (window--size-ignore): Rename to window--size-ignore-p.
2977 Update callers.
caceae25
MR
2978 (display-buffer-in-atom-window, window--major-non-side-window)
2979 (window--major-side-window, display-buffer-in-major-side-window)
9fba804b
SM
2980 (delete-side-window, display-buffer-in-side-window):
2981 New functions.
caceae25
MR
2982 (window--side-check, window-deletable-p, delete-window)
2983 (delete-other-windows, split-window): Handle side windows and
2984 atomic windows appropriately.
2985 (window--display-buffer): Call display-buffer-record-window also
2986 when the window buffer did not change.
ea95074e 2987
80a51fa0
CS
29882012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
2989
2990 * help-fns.el (help-fns--key-bindings):
2991 Abbreviate non-symbol remap targets. (Bug#12174)
2992
fbb6300b
MR
29932012-08-22 Martin Rudalics <rudalics@gmx.at>
2994
2995 * dired.el (dired-mark-remembered): Don't clobber point.
2996 (Bug#11795)
2997
2b2c0794
GM
29982012-08-22 Glenn Morris <rgm@gnu.org>
2999
3000 * progmodes/bug-reference.el (bug-reference): New custom group.
3001 (bug-reference-bug-regexp): Make it a defcustom.
3002
37219830
DU
30032012-08-22 Daiki Ueno <ueno@unixuser.org>
3004
3005 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
3006 (js-paren-indent-offset, js-square-indent-offset)
3007 (js-curly-indent-offset): Add :safe (Bug#12257).
3008
94e0e559
EC
30092012-08-22 Edward O'Connor <hober0@gmail.com>
3010
3011 * json.el (json-key-format): Add error properties.
3012 (json-encode-key): New function.
3013 (json-encode-hash-table, json-encode-alist, json-encode-plist):
3014 Use json-encode-key.
3015
da485f5e
GM
30162012-08-22 Glenn Morris <rgm@gnu.org>
3017
3018 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
3019 (cal-tex-leftday, cal-tex-rightday): Remove functions.
3020 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
3021 Update for above change.
3022
c6cc78b8
AS
30232012-08-21 Andreas Schwab <schwab@linux-m68k.org>
3024
3025 * cus-face.el (custom-face-attributes): Fix customize type for the
3026 :underline attribute. (Bug#11805)
3027
5481664a
MR
30282012-08-21 Martin Rudalics <rudalics@gmx.at>
3029
3030 * window.el (window-point-1, set-window-point-1): Remove.
3031 (window-in-direction, record-window-buffer)
3032 (set-window-buffer-start-and-point, split-window-below)
9fba804b
SM
3033 (window--state-get-1, display-buffer-record-window):
3034 Replace calls to window-point-1 and set-window-point-1 by calls to
5481664a
MR
3035 window-point and set-window-point respectively.
3036
6d74698e
GM
30372012-08-21 Glenn Morris <rgm@gnu.org>
3038
b7fa2691
GM
3039 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
3040 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
3041 Use it.
3042
52f56d5a
GM
3043 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
3044 (cal-tex-shortday): New function.
3045 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
3046 (cal-tex-cursor-filofax-daily): Use the above.
3047
9f1ee09e
GM
3048 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
3049 New functions.
3050 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3051 (cal-tex-cursor-filofax-week): Use them.
3052
79858159
GM
3053 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
3054 New constants.
3055 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
3056 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
3057
d346b2b4
GM
3058 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
3059 (cal-tex-end-document): Don't rely on buffer name.
3060
b2403709
GM
3061 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
3062 Use cal-tex-vspace.
3063 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
3064 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
2d225a3a
GM
3065 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
3066 Use cal-tex-arg.
b2403709 3067
1cebb5c0
GM
3068 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
3069 (cal-tex-cursor-week, cal-tex-cursor-week2)
3070 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
3071 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3072 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
3073 (cal-tex-insert-preamble, cal-tex-b-document)
3074 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
3075 Improve cal-tex-cmd usage.
3076
c68cd5d4
GM
3077 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
3078 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
3079 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
3080 (cal-tex-weekly-paper): New function.
3081 (cal-tex-cursor-week, cal-tex-cursor-week2)
3082 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3083 (cal-tex-cursor-day): Use it.
3084
9dca4801
GM
3085 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
3086 (cal-tex-cursor-filofax-week): Remove leading blank page.
3087
1941e134
GM
3088 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3089 Add autoload cookie. For now at least, don't use color, since
3090 no other cal-tex function does.
3091
6d74698e
GM
3092 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
3093 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3094 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
3095
64cde199
JL
30962012-08-21 Juri Linkov <juri@jurta.org>
3097
3098 * info.el (Info-file-attributes): New variable.
3099 (info-insert-file-contents): Add file attributes to
3100 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
3101 `Info-toc-nodes' when previous modtime of the Info file is less
3102 than new modtime.
3103 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
3104 of info.el. (Bug#12230)
3105
32757648
GM
31062012-08-20 Glenn Morris <rgm@gnu.org>
3107
3108 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
3109 * calendar/holidays.el (calendar-holiday-list):
3110 Report errors with display-warning rather than beep'n'sleep.
3111
a32fbbcf
MA
31122012-08-20 Michael Albinus <michael.albinus@gmx.de>
3113
3114 * net/tramp.el (tramp-accept-process-output): Accept only output
3115 from PROC. Otherwise, process filters and sentinels might be
3116 confused. (Bug#12145)
3117
a05731a0
CY
31182012-08-20 Chong Yidong <cyd@gnu.org>
3119
3120 * descr-text.el (describe-text-properties-1): Use overlays-in to
3121 report on empty overlays (Bug#3322).
3122
36e8d1eb
GM
31232012-08-20 Glenn Morris <rgm@gnu.org>
3124
3d300447
GM
3125 * mail/rmailout.el (rmail-output-read-file-name):
3126 Trap and report errors in rmail-output-file-alist elements.
3127
36e8d1eb
GM
3128 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
3129 since most non-font-lock faces are not also variables).
3130
b96e5814
ER
31312012-08-20 Edward Reingold <reingold@iit.edu>
3132
3133 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
3134 New function. (Bug12160)
3135
7cef3569
GM
31362012-08-19 Glenn Morris <rgm@gnu.org>
3137
3138 * mail/rmailout.el (rmail-output-read-file-name):
3139 Fix previous change (when the alist is nil or does not match).
3140
17975d7f
CY
31412012-08-19 Chong Yidong <cyd@gnu.org>
3142
3143 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
3144 (Bug#12228).
3145
2170b1bd
CY
31462012-08-18 Chong Yidong <cyd@gnu.org>
3147
3148 * simple.el (yank-handled-properties): New defcustom.
3149 (yank-excluded-properties): Add font-lock-face and category.
3150 (yank): Doc fix.
3151
9fba804b
SM
3152 * subr.el (remove-yank-excluded-properties):
3153 Obey yank-handled-properties. The special handling of font-lock-face
2170b1bd
CY
3154 and category is now done this way, instead of being hard-coded.
3155 (insert-for-yank-1): Remove font-lock-face handling.
3156 (yank-handle-font-lock-face-property)
3157 (yank-handle-category-property): New function.
3158
ee218151
GM
31592012-08-17 Glenn Morris <rgm@gnu.org>
3160
3161 * mail/rmailout.el (rmail-output-read-file-name):
3162 Check rmail-output-file-alist against the full message body
3163 in the correct rmail buffer. (Bug#12214)
3164
4a6bc3fd
MA
31652012-08-17 Michael Albinus <michael.albinus@gmx.de>
3166
9fba804b
SM
3167 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3168 Eliminate superfluous prompt. (Bug#12203)
4a6bc3fd 3169
383dcbf9
CY
31702012-08-17 Chong Yidong <cyd@gnu.org>
3171
3172 * mouse.el (mouse-appearance-menu): If x-select-font returns a
3173 font spec, set the font directly (Bug#3228).
3174
998c4a6a
MR
31752012-08-17 Martin Rudalics <rudalics@gmx.at>
3176
3177 * window.el (delete-window): Fix last fix.
3178
52162052
MR
31792012-08-16 Martin Rudalics <rudalics@gmx.at>
3180
3181 * window.el (window-valid-p): Move to window.c.
85c2386b
MR
3182 (window-child, window-child-count, window-last-child)
3183 (window-normalize-window, window-combined-p)
3184 (window-combinations, window-atom-root, window-min-size)
3185 (window-sizable, window-sizable-p, window-size-fixed-p)
3186 (window-min-delta, window-max-delta, window--resizable)
3187 (window--resizable-p, window-resizable, window-total-size)
3188 (window-full-height-p, window-full-width-p, window-body-size)
3189 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
3190 (minimize-window, window-deletable-p, delete-window)
3191 (delete-other-windows, set-window-buffer-start-and-point)
3192 (next-buffer, previous-buffer, split-window, balance-windows-2)
3193 (set-window-text-height, window-buffer-height)
3194 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
9fba804b
SM
3195 (truncated-partial-width-window-p): Minor code adjustments.
3196 In doc-strings state whether the argument window has to denote a
85c2386b 3197 live, valid or any window.
52162052 3198
1c308380
PS
31992012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
3200
3201 * progmodes/subword.el (subword-forward-function)
3202 (subword-backward-function, subword-forward-regexp)
3203 (subword-backward-regexp): New variables.
3204 (subword-forward, subword-forward-internal, subword-backward-internal):
3205 Use new variables, eg so that different "word" definitions
3206 can be easily used. (Bug#11411)
3207
94c9ece1
SM
32082012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
3211 for composite selectors.
3212 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
3213 operation just because we can't find a previous revision.
3214
f2045622
CY
32152012-08-15 Chong Yidong <cyd@gnu.org>
3216
3217 * frame.el (set-frame-font): Accept font objects.
3218
582db660
SM
32192012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3220
3221 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
3222
2f29c200
WJ
32232012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
3224
456e62c2
WJ
3225 * man.el (Man-overstrike-face, Man-underline-face)
3226 (Man-reverse-face): Remove variables.
3227 (Man-overstrike, Man-underline, Man-reverse): New faces.
3228 (Man-fontify-manpage): Use them instead of the variables.
3229 (Man-cleanup-manpage): Comment change.
3230 (Man-ansi-color-map): New variable.
3231 (Man-fontify-manpage): Use it.
3232 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
3233
2f29c200
WJ
3234 Implement ANSI SGR parameters 22-27 (bug#12146).
3235 * ansi-color.el (ansi-colors): Doc fix.
3236 (ansi-color-context, ansi-color-context-region): Doc fix.
3237 (ansi-color--find-face): New function.
3238 (ansi-color-apply, ansi-color-apply-on-region): Use it.
3239 Rename the local variable `face' to `codes' since it is now a list of
3240 ansi codes. Doc fix.
3241 (ansi-color-get-face): Remove.
3242 (ansi-color-parse-sequence): New function, derived from
3243 ansi-color-get-face.
3244 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
3245 codes 22-27.
3246
b4f5e9df
SM
32472012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * subr.el (read-passwd): Allow use from a minibuffer.
3250
ba025fbd
EZ
32512012-08-14 Eli Zaretskii <eliz@gnu.org>
3252
3253 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
3254 inside comments and strings as identifiers.
3255
3256 * progmodes/gud.el (gud-tooltip-print-command): Quote the
3257 expression to evaluate. This allows to evaluate expressions with
3258 embedded whitespace.
3259 (gud-tooltip-tips): Add a blank before the newline in the
3260 message-box text, for the benefit of message-box emulation on
3261 MS-Windows.
3262
3263 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
3264 messages from GDB, pop them up in a tooltip to give feedback to
3265 user.
b4f5e9df
SM
3266 (gdb-tooltip-print-1): Quote the expression to evaluate.
3267 This allows to evaluate expressions with embedded whitespace.
ba025fbd
EZ
3268 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
3269 if the TTY name is nil or empty (which happens when communicating
3270 with the inferior via pipes, e.g. on MS-Windows).
3271 (gdb-internals): If GDB sends a "&\n" empty debugging message,
3272 don't send that to the GUD buffer.
3273
c548f821
GM
32742012-08-14 Glenn Morris <rgm@gnu.org>
3275
3276 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
3277 Optimize away setq-default with no args, as for setq. (Bug#12195)
3278
55802e4a
CY
32792012-08-14 Chong Yidong <cyd@gnu.org>
3280
4abcdac8
CY
3281 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
3282
55802e4a
CY
3283 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
3284 (Bug#12085).
3285
3c3cda1a
GM
32862012-08-14 Glenn Morris <rgm@gnu.org>
3287
3288 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
3289
e1873bd0
MA
32902012-08-14 Michael Albinus <michael.albinus@gmx.de>
3291
3292 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
3293 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3294 Use cached shell name.
3295
925411b4
FEG
32962012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3297
3298 * progmodes/python.el (python-shell-send-string):
3c3cda1a 3299 (python-shell-send-setup-code): Do not use `format' with `message'.
925411b4 3300
e636fafe
DG
33012012-08-14 Dmitry Gutov <dgutov@yandex.ru>
3302
3303 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
3304 (ruby-percent-literal-beg-re): New constant.
3305 (ruby-syntax-general-delimiters-goto-beg): Rename to
3306 `ruby-syntax-enclosing-percent-literal', improve literal type check.
3307 (ruby-syntax-propertize-general-delimiters): Rename to
3308 `ruby-syntax-propertize-percent-literal', it's a shorter and more
3309 popular term. Adjust comments everywhere.
3310 (ruby-syntax-propertize-percent-literal): Only propertize when not
3311 inside a simple string or comment. When the literal is unclosed,
3312 leave the text after it unpropertized.
f063063a
DG
3313 (ruby-syntax-methods-before-regexp): New constant.
3314 (ruby-syntax-propertize-function): Use it to recognize regexps.
3315 Don't look at the text after regexp, just use the whitelist.
e636fafe 3316
e5b19827
AS
33172012-08-14 Andreas Schwab <schwab@linux-m68k.org>
3318
3319 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
3320 non-nil always load the compiled file if it exists. (Bug#12197)
3321
a9f6f311
CY
33222012-08-14 Chong Yidong <cyd@gnu.org>
3323
3324 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
3325 (hi-lock-set-pattern): When deciding whether to use font lock or
3326 overlays, look at font-lock-mode instead of font-lock-fontified
3327 (Bug#12168).
3328 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
3329 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
3330
7d806b1e
DU
33312012-08-14 Daiki Ueno <ueno@unixuser.org>
3332
3333 * subr.el (internal--after-with-selected-window): Fix typo
3334 (Bug#12193).
3335
5beed586
FEG
33362012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
3337
3338 Use `completion-table-dynamic' for completion functions.
3339 * progmodes/python.el
3340 (python-shell-completion--do-completion-at-point)
e636fafe
DG
3341 (python-shell-completion--get-completions):
3342 Remove functions.
5beed586
FEG
3343 (python-shell-completion-complete-at-point): New function.
3344 (python-completion-complete-at-point): Use it.
3345
92cb3b04
J
33462012-08-13 Jambunathan K <kjambunathan@gmail.com>
3347
3348 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
3349 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
3350
89660017
SM
33512012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3c98c962
SM
3353 * subr.el (function-get): Refine `autoload' arg so it can also
3354 autoload functions for gv.el (bug#12191).
3355 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
3356 autoloads macros.
3357
aa7c6dbe
SM
3358 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
3359 Prefer pcase-let over destructuring-bind.
3360 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
3361 Also, remove whitespace as we go, rather than after accumulating the
3362 various places.
3363
89660017
SM
3364 * subr.el (internal--before-with-selected-window)
3365 (internal--after-with-selected-window): Fix typo seleted->selected.
3366 (with-selected-window): Adjust callers.
3367 Reported by Dmitry Gutov <dgutov@yandex.ru>.
3368
31cd32c9
BG
33692012-08-13 Bastien Guerry <bzg@gnu.org>
3370
0fcd3d9f 3371 * window.el (special-display-popup-frame): Minor docstring
31cd32c9
BG
3372 enhancement. (Bug#12172)
3373
1b15d8ad
AS
33742012-08-13 Andreas Schwab <schwab@linux-m68k.org>
3375
31e54db0
AS
3376 * tar-mode.el (tar-header-data-end): Only ignore size for files of
3377 type 1-6.
3378 (tar-header-block-summarize, tar-get-descriptor): Handle pax
3379 extended headers.
3380
1b15d8ad
AS
3381 * files.el (hack-local-variables-filter): Remove useless eval.
3382
35cb9c06
MR
33832012-08-13 Martin Rudalics <rudalics@gmx.at>
3384
3385 * subr.el (with-selected-window): Fix last change.
3386
1439443b
SM
33872012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3388
3389 * subr.el (internal--before-with-seleted-window)
3390 (internal--after-with-seleted-window): New functions.
1b15d8ad
AS
3391 (with-selected-window): Use them, to replace dependency on
3392 tty-top-frame.
1439443b 3393
0d9e2599
NN
33942012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
3395
3396 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
3397 binding for `newline'.
3398 (ruby-move-to-block): When moving backward, stop at block opening,
3399 not indentation.
3400 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
3401 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
3402 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
3403 `ruby-toggle-block'.
3404
ba10c48c
SM
34052012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 * ibuffer.el (ibuffer-do-toggle-read-only):
3408 * dired.el (dired-toggle-read-only):
3409 * buff-menu.el (Buffer-menu-toggle-read-only):
3410 * bindings.el (mode-line-toggle-read-only):
3411 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
3412
9229c658
AS
34132012-08-12 Andreas Schwab <schwab@linux-m68k.org>
3414
3415 * descr-text.el (describe-char): Put the overlays over the
3416 "displayed as" character.
3417
0fd09128
JB
34182012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
3419
3420 * calc/calc-units.el (math-default-units-table): Give an
3421 initial value.
3422 (math-put-default-units): Add options to put composite units and
3423 unit systems in the default units table.
3424 (calc-convert-units): Send composite units to
3425 `math-put-default-units' when appropriate.
3426
9ff9402d 34272012-08-11 Glenn Morris <rgm@gnu.org>
7aacaf15 3428
fbb5e336
GM
3429 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
3430
7aacaf15
GM
3431 * tutorial.el (help-with-tutorial):
3432 * emacs-lisp/copyright.el (copyright-update-directory):
3433 * emacs-lisp/autoload.el (autoload-find-generated-file)
3434 (autoload-find-file): Disable local eval: (for insurance).
3435
f40b9f10
GM
3436 * files.el (hack-local-variables-filter): If an eval: form is not
3437 known to be safe, and enable-local-variables is :safe, then ignore
3438 the form totally, as is done for non-eval forms. (Bug#12155)
6f97980a 3439 This is CVE-2012-3479.
f40b9f10 3440
daa9f1a6
SM
34412012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3442
3443 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
3444 (rx-form): Simplify.
3445
9cd80478
DG
34462012-08-09 Dmitry Gutov <dgutov@yandex.ru>
3447
0d9e2599
NN
3448 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
3449 ?, _, and : are symbol constituents, ! is not (but kinda should be).
3450 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
3451 (ruby-syntax-propertize-function): Adjust for changes in
3452 `ruby-syntax-propertize-heredoc'.
3453
34542012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
3455
9cd80478
DG
3456 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
3457 binding (use `M-;' instead).
9cd80478 3458 (ruby-singleton-class-p): New function.
0d9e2599 3459 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
9cd80478 3460
d301b413
SM
34612012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3462
3463 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
3464
1530c98e
CY
34652012-08-10 Chong Yidong <cyd@gnu.org>
3466
3467 * progmodes/python.el (python-shell-get-process-name): Don't mess
3468 with same-window-buffer-names.
3469
3470 * eshell/eshell.el (eshell-add-to-window-buffer-names)
3471 (eshell-remove-from-window-buffer-names): Make obsolete.
3472 (eshell-buffer-name, eshell-unload-hook): Don't use them.
3473 (eshell): Just use pop-to-buffer-same-window instead.
3474
e1293765
CY
34752012-08-10 Chong Yidong <cyd@gnu.org>
3476
3477 * bindings.el: Bind M-= back to count-words-region.
3478
3479 * simple.el (count-words-region): Accept a prefix arg for acting
3480 on the entire buffer.
3481 (count-words--buffer-message): New helper function.
3482
e1894109
SM
34832012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
3486 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
3487 (event-start, event-end): Use posn-at-point to return a more
3488 informative posn.
3489 (posnp): New function.
3490 * mouse.el (popup-menu-normalize-position): Use it.
3491
c69f56a2
MY
34922012-08-10 Masatake YAMATO <yamato@redhat.com>
3493
3494 * mouse.el (popup-menu-normalize-position): New function.
3495 (popup-menu): Use `popup-menu-normalize-position' to normalize
3496 the form for POSITION argument.
3497
3498 * term/x-win.el (x-menu-bar-open):
3499 Use the value returend from (posn-at-point) as position
3500 passed to `popup-menu'.
3501
31673780
JB
35022012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3503
3504 * calc/calccomp.el (math-compose-expr): Add extra argument
3505 indicating that parentheses should be put around products in
3506 denominators. Give multiplication precedence over division during
3507 composition.
3508
dab7711b
CY
35092012-08-09 Chong Yidong <cyd@gnu.org>
3510
dee4ef93
CY
3511 * man.el (Man-switches, Man-sed-command, Man-awk-command)
3512 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
3513 (Man-untabify-command, manual-program): Convert to defcustom
3514 (Bug#10429).
3515
73e2bbc5
CY
3516 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
3517
3e861c8a
CY
3518 * descr-text.el (describe-char): Don't insert extra newlines
3519 (Bug#10127).
3520
a9f5a649
CY
3521 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
3522 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
3523
dab7711b
CY
3524 * align.el (align-region): Delete temporary markers (Bug#10047).
3525 Plus some code cleanups.
3526
e0cc4efa
FEG
35272012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3528
3529 * progmodes/python.el (python-pdbtrack-tracked-buffer)
3530 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
3531 (python-shell-internal-last-output): Use make-local-variable
3532 instead of make-variable-buffer-local.
3533
489af14f
FEG
35342012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
3535
3536 * progmodes/python.el: Enhancements to forward-sexp.
3537 (python-nav-forward-sexp): Rename from
3538 python-nav-forward-sexp-function.
c69f56a2
MY
3539 (python-nav--forward-sexp, python-nav--backward-sexp):
3540 New functions.
489af14f 3541
0fc50303
JB
35422012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
3543
3544 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
3545 modes and simplification modes.
3546
5d65606a
SM
35472012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
3548
3549 * delsel.el (delete-selection-pre-hook): Don't propagate the
3550 file-supersession signals (bug#12161).
3551
4250fdf5
SM
35522012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3553
3554 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
3555 (cl-map-extents): Add compatibility aliases (bug#12135).
3556
d9f9b465
MA
35572012-08-08 Michael Albinus <michael.albinus@gmx.de>
3558
3559 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
3560 tests by `ignore-error'.
3561 (tramp-find-shell): Open also a new shell, when cache is already
3562 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
3563
ce0fcefa
JL
35642012-08-08 Juri Linkov <juri@jurta.org>
3565
3566 * bookmark.el: Add `defaults' property to the bookmark record.
3567 (bookmark-current-buffer): Doc fix.
3568 (bookmark-make-record): Add `defaults' property with default values
3569 to the bookmark record.
3570 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
3571 with `bookmark-insert-current-bookmark'.
3572 (bookmark-set): Get `defaults' property from the bookmark record
3573 and use it in `read-from-minibuffer'.
3574 (bookmark-insert-current-bookmark): Remove function.
3575
3576 * info.el (Info-bookmark-make-record): Add `defaults' property
3577 with values of canonical Info node name, the current Info file
3578 name and the current Info node name. (Bug#12107)
3579
53fa8652
JL
35802012-08-08 Juri Linkov <juri@jurta.org>
3581
3582 * files.el (basic-save-buffer): Use `buffer-name' as the default
3583 of `read-file-name' when buffer is not visiting a file (bug#12128).
3584
242c0a95
JL
35852012-08-08 Juri Linkov <juri@jurta.org>
3586
3587 * info.el (Info-isearch-search): Doc fix.
3588 (Info-search): Change search-failed message from "initial node" to
3589 "end of node" (bug#12078).
3590 (Info-isearch-search): Change `isearch-string-state' to
3591 `isearch--state-string'.
3592
32ac3a6b
GM
35932012-08-08 Glenn Morris <rgm@gnu.org>
3594
3595 * language/persian.el: Remove file.
f8c1afd5 3596 * language/misc-lang.el: Move unique part of persian.el here.
32ac3a6b
GM
3597 * loadup.el: Remove language/persian.
3598
2c2d9c9c
OF
35992012-08-08 Óscar Fuentes <ofv@wanadoo.es>
3600
3601 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
3602
2d79ec42
FEG
36032012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
3604
3605 * progmodes/python.el Fixed defsubst warning.
3606 (python-syntax-context) Rename from python-info-ppss-context.
3607 (python-syntax-context-type): Rename from
3608 python-info-ppss-context-type.
3609 (python-syntax-comment-or-string-p): Rename from
3610 python-info-ppss-comment-or-string-p.
3611
2bd255dd
JB
36122012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
3613
3614 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
3615
c395097f
AS
36162012-08-07 Andreas Schwab <schwab@linux-m68k.org>
3617
6125983e
AS
3618 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
3619 a defcustom that is quoted with backquote.
3620
4250fdf5
SM
3621 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
3622 Fix handling of interactive spec when the body uses return.
651eaf36
AS
3623 (math-do-arg-check, math-define-function-body): Use backquote forms.
3624 * calc/calc-ext.el (math-defcache): Likewise.
3625 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
3626 * allout.el (allout-new-exposure): Likewise.
3627 * calc/calcalg2.el (math-tracing-integral): Likewise.
3628 * info.el (Info-last-menu-item): Likewise.
3629 * emulation/vip.el (vip-loop): Likewise.
3630 * textmodes/artist.el (artist-funcall): Likewise.
3631 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
3632 Construct menu-item directly.
3633
4250fdf5
SM
3634 * progmodes/autoconf.el (font-lock-syntactic-keywords):
3635 Don't declare.
c395097f 3636
5fb50dd3
CY
36372012-08-07 Chong Yidong <cyd@gnu.org>
3638
3639 * simple.el (deactivate-mark): Preserve text properties when
3640 saving the primary selection (Bug#8384).
3641
54eea618
KR
36422012-08-07 Kevin Ryde <user42@zip.com.au>
3643
3644 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
3645 (woman-parse-numeric-value): On a bad .IP line, issue a warning
3646 and continue processing (Bug#12110).
3647
638eaeb9
SM
36482012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3649
3650 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
3651 syntax-propertize-function (bug#10095).
3652
ea376861
SM
36532012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
3654
f91b35be
SM
3655 * help-fns.el (help-fns--key-bindings, help-fns--signature)
3656 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
3657 describe-function-1.
3658 (describe-function-1): Use them. Move compiler macro after sig.
3659 (help-fns--compiler-macro): Use function-get. Assume we're already in
3660 standard-output. Adjust layout to new call order.
3661
ea376861
SM
3662 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
3663 re-binding a symbol that has a symbol-macro (bug#12119).
3664
d5be7bd0
MB
36652012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
3666
3667 * language/persian.el: New file. (Bug#11812)
3668 * loadup.el: Add language/persian.el.
3669
90749b53
CY
36702012-08-06 Chong Yidong <cyd@gnu.org>
3671
3672 * window.el (window--maybe-raise-frame): New function.
3673 (window--display-buffer): Split off from here.
3674 (display-buffer-reuse-window, display-buffer-pop-up-frame)
3675 (display-buffer-pop-up-window, display-buffer-use-some-window):
3676 Obey an inhibit-switch-frame action alist entry.
3677 (display-buffer): Update doc.
3678
3679 * replace.el (occur-after-change-function): Avoid losing focus by
3680 using the inhibit-switch-frame display parameter (Bug#12139).
3681
ba7b0154
FEG
36822012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
3683
3684 Make internal shell process buffer names start with space.
3685 * progmodes/python.el (python-shell-make-comint): Add optional
3686 argument INTERNAL.
3687 (run-python-internal): Use it.
3688 (python-shell-internal-get-or-create-process): Check for new
3689 internal buffer names.
3690
5eaeacb5
GM
36912012-08-06 Glenn Morris <rgm@gnu.org>
3692
e296d94b 3693 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
5eaeacb5
GM
3694 Do less getting and setting of environment variables.
3695
b7ccbdc2
CY
36962012-08-05 Chong Yidong <cyd@gnu.org>
3697
777fe95e
CY
3698 * proced.el (proced): Add substitution string to docstring to
3699 trigger autoloading of the proced library on C-h f (Bug#1768).
3700
4250fdf5
SM
3701 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3702 Don't show defvars which have no second argument (Bug#8638).
b7ccbdc2
CY
3703
3704 * imenu.el (imenu-generic-expression): Move documentation here
3705 from imenu--generic-function.
3706 (imenu--generic-function): Refer to imenu-generic-expression.
3707
9e3b7800 37082012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
d5c31f1d
3709
3710 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
3711 indentation declaration.
3712 (viper-loop): Add indentation declaration (Bug#7025).
3713
e5d9c0d1
CY
37142012-08-05 Chong Yidong <cyd@gnu.org>
3715
f0422feb
CY
3716 * help-fns.el (describe-variable): Add hyperlink for
3717 directory-local variables files. Improve buffer-local and
3718 permanent-local reporting; suggested by MON KEY (Bug#6644).
3719
3720 * help-mode.el (help-dir-local-var-def): New button type.
3721
e5d9c0d1
CY
3722 * files.el (kill-buffer-hook): Provide a defvar.
3723
a4f2deaa
GM
37242012-08-05 Glenn Morris <rgm@gnu.org>
3725
3726 * eshell/esh-ext.el (eshell/addpath):
3727 Also update eshell-path-env. (Bug#12013)
3728
a9dd5754
CY
37292012-08-05 Chong Yidong <cyd@gnu.org>
3730
a4f2deaa 3731 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
615b0bf0 3732
d014c740
CY
3733 * fringe.el (fringe-styles): Add docstring.
3734 (fringe--check-mode): New function.
3735 (set-fringe-mode, set-fringe-style): Use it.
3736 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
3737
a9dd5754
CY
3738 * files.el (set-auto-mode): Fix invalid setq call.
3739
7c2dc8bd
SM
37402012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3741
3742 * isearch.el: Misc simplification; use defstruct.
3743 (isearch-mode-map): Dense maps now work like sparse ones.
3744 (isearch--state): New defstruct.
3745 (isearch-string-state, isearch-message-state, isearch-point-state)
3746 (isearch-success-state, isearch-forward-state)
3747 (isearch-other-end-state, isearch-word-state, isearch-error-state)
3748 (isearch-wrapped-state, isearch-barrier-state)
3749 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
3750 replaced by defstruct's accessors.
3751 (isearch--set-state): Rename from isearch-top-state and change
3752 calling convention.
3753 (isearch-push-state): Use new isearch--get-state.
3754 (isearch-toggle-word): Disable regexp when enabling word.
3755 (isearch-message-prefix): Remove unused arg _c-q-hack.
3756 (isearch-message-suffix): Remove unused arg _ellipsis.
3757
7fcc0070
AS
37582012-08-04 Andreas Schwab <schwab@linux-m68k.org>
3759
3760 * simple.el (list-processes--refresh): For a server use :host or
3761 :local as the address.
97ad0769 3762 (list-processes): Doc fix.
7fcc0070 3763
a11035b8 37642012-08-04 Michal Nazarewicz <mina86@mina86.com>
00340faf
MN
3765
3766 * lisp/mpc.el: Support password in host argument.
3767 (mpc--proc-connect): Parse and use new password element.
3768 Set mpc-proc variable instead of returning process.
3769 (mpc-proc): Adjust accordingly.
3770
6dad7178
EZ
37712012-08-03 Eli Zaretskii <eliz@gnu.org>
3772
18949c2f
EZ
3773 * whitespace.el (whitespace-display-mappings): Use Unicode
3774 codepoints, instead of emacs-mule codepoints. See
3775 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
3776 for the details.
3777
6dad7178
EZ
3778 * files.el (file-truename): Don't skip symlink-chasing part on
3779 windows-nt. Incorporate the resolution of 8+3 short aliases on
4250fdf5
SM
3780 Windows into the loop that recursively chases symlinks.
3781 Compare directory and its parent case-insensitively on MS-Windows and
6dad7178
EZ
3782 MS-DOS.
3783
385b0198
CY
37842012-08-03 Chong Yidong <cyd@gnu.org>
3785
6200f3c4
CY
3786 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
3787
385b0198
CY
3788 * sort.el (sort-regexp-fields): Doc fix.
3789
b9e74744
TH
37902012-08-03 Tassilo Horn <tsdh@gnu.org>
3791
3792 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
3793 labels regex position point at the expected place.
3794
41013cb4
MK
37952012-08-03 MON KEY <monkey@sandpframing.com>
3796
3797 * net/imap.el (imap-interactive-login, imap-authenticate)
3798 (imap-mailbox-lsub, imap-mailbox-list)
3799 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
3800 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
3801 (imap-parse-response): Doc fix.
3802
0ffee616
JT
38032012-08-03 João Távora <joaotavora@gmail.com>
3804
3805 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
3806 if sexp scanning does not move point (Bug#5734).
3807
cfcc9cc8
TH
38082012-08-02 Tassilo Horn <tsdh@gnu.org>
3809
3810 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
3811 Add listings, minted, and ctable packages.
3812 (reftex-label-alist-builtin): Move listings, minted, and ctable
3813 entries before LaTeX.
a01bbb84 3814 (reftex-label-alist): Docfix.
cfcc9cc8 3815
66ec2442
BG
38162012-08-02 Bastien Guerry <bzg@gnu.org>
3817
3818 * replace.el (occur): Fix docstring (bug#12122).
3819
837b365b
GM
38202012-08-02 Glenn Morris <rgm@gnu.org>
3821
3822 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
3823
e098de97
PE
38242012-08-02 Paul Eggert <eggert@cs.ucla.edu>
3825
3826 Obsolete alias inactivate-current-input-method-function (Bug#10150).
3827 * international/mule-cmds.el: Create
3828 inactivate-current-input-method-function as an obsolete alias for
3829 deactivate-current-input-method-function. See Katsumi Yamaoka in
3830 <http://bugs.gnu.org/10150#46>.
3831
a0f95636
JB
38322012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
3833
3834 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
3835 of nested `if's.
3836
0d26d7c4
GM
38372012-08-01 Glenn Morris <rgm@gnu.org>
3838
3839 * progmodes/autoconf.el (autoconf-definition-regexp):
3840 Add AH_TEMPLATE, adjust submatch numbering.
3841 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
3842 (autoconf-current-defun-function): Update for above change.
3843 (autoconf-current-defun-function): First skip to end of current word.
3844
b686ba06
RS
38452012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
3846
3847 * calendar/cal-html.el (cal-html-insert-agenda-days):
3848 Fix typo. (Bug#12018)
3849
0d49da68
FEG
38502012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3851
3852 Shell processes: enhancements to startup and CEDET compatibility.
3853 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
3854 (python-shell-make-comint): accept-process-output at startup.
3855 (run-python-internal): Set inferior-python-mode-hook to nil.
3856 (python-shell-internal-get-or-create-process): call sit-for.
3857 (python-preoutput-result): Add obsolete alias.
3858 (python-shell-internal-send-string): Use it.
3859 (python-shell-send-setup-code): Remove call to
3860 accept-process-output.
3861
f1a71c6e
AS
38622012-07-31 Andreas Schwab <schwab@linux-m68k.org>
3863
3864 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
3865 (Bug#12108)
3866
d2605269
JB
38672012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
3868
3869 * calc-mode.el (calc-basic-simplification-mode): Rename from
3870 `calc-limited-simplification-mode'.
3871 (calc-alg-simplification-mode): New function.
fc0c31f8 3872 (calc-set-simplify-mode): Adjust message.
f1a71c6e 3873
d2605269
JB
3874 * calc.el (calc-set-mode-line): Adjust mode line display for
3875 basic simplification mode.
3876
3877 * calc-help.el (calc-m-prefix-help): Update help message.
3878
3879 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
3880 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
3881
a3827a43
BG
38822012-07-31 Bastien Guerry <bzg@gnu.org>
3883
3884 * man.el (man): Fix comment. (bug#12101)
3885
502e3f89
MR
38862012-07-31 Martin Rudalics <rudalics@gmx.at>
3887
3888 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
3889 Don't return a non-nil value when no suitable buffer was found.
3890
d7714961
FEG
38912012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
3892
3893 * progmodes/python.el (run-python-internal): Disable font lock for
3894 internal shells.
3895
1f45e27e
SM
38962012-07-30 Stefan Merten <smerten@oekonux.de>
3897
70efc5c9 3898 * textmodes/rst.el: Silence `checkdoc-ispell'.
1f45e27e
SM
3899 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
3900 (rst-official-version, rst-official-cvs-rev)
3901 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
3902 (rst-mode-map): New key binding.
3903
0aee6912
PE
39042012-07-30 Paul Eggert <eggert@cs.ucla.edu>
3905
3906 Update .PHONY listings in makefiles.
3907 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
3908 autoloads, update-subdirs, updates, bzr-update, update-authors,
3909 compile-onefile, compile-calc, backup-compiled-files,
3910 compile-after-backup, compile-one-process, mh-autoloads,
3911 bootstrap-clean, distclean, maintainer-clean.
3912
9052f9f0
JB
39132012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
3914
1823ac5a
JB
3915 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
3916 (calc-set-mode-line): Don't display "AlgSimp ".
3917
3918 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
3919 (calc-lim-simplify-mode): New function.
3920 (calc-set-simplify-mode): Default to 'alg.
3921 (calc-default-simplify-mode): Make algebraic simplifications
3922 the default.
3923
3924 * calc/calc-ext.el (calc-init-extensions): Remove binding for
3925 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
3926
8d7c7eed 3927 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
3928 indicate new simplification modes.
3929
1823ac5a
JB
3930 * calc/README: Mention new default simplification mode.
3931
9052f9f0
JB
3932 * calc/calc.el (math-normalize-error): New variable.
3933 (math-normalize): Set `math-normalize-error' to t
3934 when there's an error.
3935
3936 * calc/calc-alg.el (math-simplify): Don't simplify when
3937 `math-normalize' returns an error.
3938
20ba0cb4
EZ
39392012-07-29 Eli Zaretskii <eliz@gnu.org>
3940
3941 * international/mule-cmds.el (set-locale-environment): Revert last
3942 change, since display-graphic-p returns nil when this function is
3943 called during startup. Instead...
3944
3945 * term/w32console.el (terminal-init-w32console): ...setup the
3946 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
3947
a5dcc929
JL
39482012-07-29 Juri Linkov <juri@jurta.org>
3949
3950 * simple.el (goto-line): Don't display default line number in the
3951 prompt because it should be displayed by `read-number' (bug#9952).
3952 Add the current line number to the defaults of `goto-line' to
3953 allow its easier modification by users with `M-n' (bug#9201).
3954
3955 * subr.el (read-number): Support multiple default values like in
3956 other minibuffer reading functions. Replace `read' with
3957 `string-to-number' for consistency with `number-to-string'.
3958
72b255c7
PE
39592012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3960
3961 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
3962 * emulation/viper-init.el (viper-deactivate-input-method-action):
3963 Rename from viper-inactivate-input-method-action.
3964 (viper-deactivate-input-method):
3965 Rename from viper-inactivate-input-method.
3966 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
3967 * international/mule-cmds.el (deactivate-input-method):
3968 Rename from inactivate-input-method.
3969 Also run input-method-deactivate-hook.
3970 (deactivate-current-input-method-function):
3971 Rename from inactivate-current-input-method-function.
3972 (input-method-deactivate-hook): New hook.
3973 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
3974 (inactivate-input-method): Mark obsolete.
3975
72b255c7
PE
3976 * international/quail.el (quail-activate):
3977 Also run quail-deactivate-hook.
3978 (quail-deactivate): Rename from quail-inactivate.
3979 * international/robin.el (robin-activate):
3980 Also run robin-deactivate-hook.
3981 (robin-deactivate): Rename from robin-inactivate.
3982
2549c068
CY
39832012-07-29 Chong Yidong <cyd@gnu.org>
3984
3985 * simple.el (indicate-copied-region): New function.
3986 (kill-ring-save): Split off from here.
3987
3988 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
3989 (kill-rectangle): Set deactivate-mark to t on read-only error.
3990
3991 * register.el (copy-to-register, copy-rectangle-to-register):
3992 Deactivate the mark, and use indicate-copied-region (Bug#10056).
4c478e6b
JL
3993 (append-to-register, prepend-to-register): Call indicate-copied-region.
3994
39952012-07-29 Juri Linkov <juri@jurta.org>
17711ed9
JL
3996
3997 * simple.el (async-shell-command-buffer): New defcustom.
3998 (shell-command): Use it. (Bug#4719)
3999
01bd1b0d
EZ
40002012-07-28 Eli Zaretskii <eliz@gnu.org>
4001
4002 * international/mule-cmds.el (set-locale-environment): In a
4003 console session on MS-Windows, set up keyboard and terminal
4004 encoding from the OEM codepage, not the ANSI codepage.
4005 (Bug#12055)
4006
a55739d3
CY
40072012-07-28 Chong Yidong <cyd@gnu.org>
4008
4009 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
4010 gdb-get-location.
4011
0e1a094f 40122012-07-28 Leo Liu <sdl.web@gmail.com>
9a0f8f2e
LL
4013
4014 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
4015 the alist (bug#12029).
4016
20329d73
EZ
40172012-07-28 Eli Zaretskii <eliz@gnu.org>
4018
4019 * makefile.w32-in (custom-deps, finder-data, updates, compile)
4020 (compile-always, compile-first)
4021 ($(lisp)/calendar/cal-loaddefs.el)
4022 ($(lisp)/calendar/diary-loaddefs.el)
4023 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4024 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
4025 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
4026 instead of on update-subdirs.
4027 (bootstrap-clean): Delete $(lisp)/subdirs.el.
4028
345a2258
CY
40292012-07-28 Chong Yidong <cyd@gnu.org>
4030
1eee6341
CY
4031 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
4032 directory if vc-deduce-backend returns nil (Bug#7350).
4033
345a2258
CY
4034 * simple.el (delete-trailing-lines): New option.
4035 (delete-trailing-whitespace): Obey it (Bug#11879).
4036
049a0936
DE
40372012-07-28 David Engster <deng@randomsample.de>
4038
4039 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
4040 Explanation of new 'symbol-qnames feature in doc-strings.
4041 (xml-maybe-do-ns): Return expanded names as plain symbols if
4042 'symbol-qnames was provided in XML-NS argument (Bug#11916).
4043 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
4044
aa81af71
FEG
40452012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4046
4047 Consistent completion in inferior python with emacs -nw.
4048 * progmodes/python.el (inferior-python-mode): replace "<tab>"
4049 binding in inferior-python-mode-map with "\t".
4050 (python-shell-completion-complete-at-point)
4051 (python-completion-complete-at-point): Remove interactive spec.
4052
e827b1eb
JB
40532012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4054
4055 * calc/calccomp.el (math-compose-expr): Undo previous change.
4056
a90dfb95
FEG
40572012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
4058
4250fdf5 4059 * progmodes/python.el (python-mode-map): Add keybinding for
a90dfb95
FEG
4060 run-python.
4061 (python-shell-make-comint): Fix pop-to-buffer call.
4062 (run-python): Autoload. New arg SHOW.
4063 (python-shell-get-or-create-process): Do not pop python process
4064 buffer.
4065
32770973 40662012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
4067
4068 * notifications.el (notifications-on-action-signal)
4069 (notifications-on-closed-signal): Use also the bus address for the map.
4070 (notifications-notify, notifications-close-notification)
fc0c31f8 4071 (notifications-get-capabilities): Add optional argument BUS.
1c6ef030 4072
86332df2
TH
40732012-07-27 Tassilo Horn <tsdh@gnu.org>
4074
4250fdf5
SM
4075 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4076 Add support for the lstlisting and minted environments, and for the
86332df2
TH
4077 ctable macro.
4078 * textmodes/reftex.el (reftex-compile-variables): Also recognize
4079 labels written in keyvals syntax.
4080
ca1302a4
JB
40812012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
4082
4083 * calc/calccomp.el (math-compose-expr): Use parentheses when
4084 there is a product in the denominator of a fraction.
4085
f8b91036
EZ
40862012-07-26 Eli Zaretskii <eliz@gnu.org>
4087
4088 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
4089 ($(lisp)/calendar/diary-loaddefs.el)
4090 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
4250fdf5
SM
4091 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
4092 Fixes failures in parallel bootstrap because subdirs.el is being
f8b91036
EZ
4093 rewritten while the autoload files are built at the same time,
4094 which needs to load subdirs.el.
4095
c8e5a42c
MR
40962012-07-26 Martin Rudalics <rudalics@gmx.at>
4097
4098 * mouse.el (popup-menu): Fix doc-string and re-indent code.
4099 (mouse-drag-line): Don't exit tracking when a switch-frame or
4100 switch-window event occurs (Bug#12006).
4101
670d85ea
SM
41022012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4103
4104 * mouse.el (popup-menu): Fix last change.
4105
7abaf5cc
SM
41062012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 Autoload from Lisp with more care. Follow aliases when looking for
4109 function properties.
4110 * subr.el (autoloadp): New function.
4111 (symbol-file): Use it.
4112 (function-get): New function.
4113 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
4114 autoload-do-load.
4115 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
4116 (lisp-indent-function):
4117 * emacs-lisp/gv.el (gv-get):
4118 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
4119 * emacs-lisp/byte-opt.el (byte-optimize-form):
4120 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
4121 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
4122 Use function-get.
4123 * emacs-lisp/cl.el: Don't propagate function properties any more.
4124
4125 * speedbar.el (speedbar-add-localized-speedbar-support):
4126 * emacs-lisp/disass.el (disassemble-internal):
4127 * desktop.el (desktop-load-file):
4128 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
4129 (describe-function-1):
4130 * emacs-lisp/find-func.el (find-function-noselect):
4131 * emacs-lisp/elp.el (elp-instrument-function):
4132 * emacs-lisp/advice.el (ad-has-proper-definition):
4133 * apropos.el (apropos-safe-documentation, apropos-macrop):
4134 * emacs-lisp/debug.el (debug-on-entry):
4135 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
4136 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4137 * calc/calc.el (name): Use autoloadp & autoload-do-load.
4138
b1364986
AA
41392012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
4140
4141 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
4142 function, not an obsolete variable (Bug#12046).
4143
67ada220
AS
41442012-07-25 Andreas Schwab <schwab@linux-m68k.org>
4145
4146 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
4147
f08088e3
CS
41482012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
4149
4150 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4151 window only if it is still live (Bug#12034).
4152
8137e7b3
MR
41532012-07-25 Martin Rudalics <rudalics@gmx.at>
4154
4155 * subr.el (redirect-frame-focus): Add advertised calling
4156 convention (Bug#12030).
4157
09ae5da1
PE
41582012-07-25 Paul Eggert <eggert@cs.ucla.edu>
4159
4160 Prefer typical American spelling for "acknowledgment".
4161 * vc/add-log.el (change-log-acknowledgment): Rename from
4162 change-log-acknowledgement, with an alias for the old name.
4163
3cc5a3a8
JB
41642012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
4165
4166 * calc-alg.el (math-simplify-divide): Don't cross multiply
4167 in an equation when the lhs is a variable.
4168
b7af7f62
JD
41692012-07-24 Julien Danjou <julien@danjou.info>
4170
4171 * net/netrc.el (netrc-find-service-number, netrc-store-data):
4172 Remove, unused.
4173
ec1b09b1
EZ
41742012-07-23 Eli Zaretskii <eliz@gnu.org>
4175
4176 * startup.el (command-line): Don't display an empty user name in
4177 the error message about non-existent home directory, when
4178 init-file-user was set to an empty string. See
4179 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
4180 for the details and context.
4181
b525fd8a
VB
41822012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
4183
4184 * ses.el (ses-cell-formula-aset): New macro.
4185 (ses-cell-references-aset): New macro.
4186 (ses-cell-p): New function.
4187 (ses-rename-cell): Do no longer rely on complex operations like
4188 ses-cell-set-formula or ses-set-cell to change the cell and handle
4189 the undo at the same time, but rather use lower level new macros
4190 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
fc0c31f8 4191 the undo directly. Refresh the mode line.
b525fd8a 4192
2c73e345
LL
41932012-07-21 Leo Liu <sdl.web@gmail.com>
4194
670d85ea
SM
4195 * progmodes/cc-cmds.el (c-defun-name):
4196 Use match-string-no-properties instead for consistency.
2c73e345 4197
542dfbde
LL
41982012-07-20 Leo Liu <sdl.web@gmail.com>
4199
3646bcd6
LL
4200 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
4201 (Bug#7879)
4202
542dfbde
LL
4203 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
4204
25721031
CY
42052012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
4208 * progmodes/bug-reference.el, misearch.el: Provide themselves
4209 (bug#11915).
4210
4211 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
4212 of narrowed buffer (bug#11966).
4213
316e68a7
VB
42142012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
4215
4216 * ses.el (ses-rename-cell): Set new name also in reference list of
4217 cells of which the renamed cell depends.
4218
bbf0e7d9
MY
42192012-07-20 Masatake YAMATO <yamato@redhat.com>
4220
4221 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
4222 to check whether menu-bar is shown or not. If not shown,
4223 show the menu-bar as a popup menu instead of using tmm.
4224 * mouse.el (popup-menu): Accept `point' as `position' argument.
4225
c28662a8
DG
42262012-07-20 Dmitry Gutov <dgutov@yandex.ru>
4227
4228 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
4229 up inside string symbol literal (bug#11923).
4230
87ab808f
EZ
42312012-07-20 Eli Zaretskii <eliz@gnu.org>
4232
4233 * startup.el (fancy-startup-text): Read the whole tutorial, not
4234 just its first 256 bytes. Prevents gibberish in display of the
4235 tutorial title.
4236
89dea803
DA
42372012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
4238
4239 Drop idle buffer compaction due to an absence of the
4240 proved efficiency.
4241 * compact.el: Remove.
4242
8a4e6db8
SS
42432012-07-19 Sam Steingold <sds@gnu.org>
4244
4245 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
4246 vc-bzr-pull & vc-bzr-merge-branch.
4247 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
4248 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
4249 for consistency with compilation-error-regexp-alist.
4250 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
4251 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
4252 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
4253 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
4254
5db81e33
SM
42552012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * emacs-lisp/chart.el: Use lexical-binding.
4258 (chart-emacs-storage): Don't hardcode the list of entries.
4259
5b835e1d
DA
42602012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4261
4262 Next round of tweaks caused by Fgarbage_collect changes.
4263 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
4264
9cd47b72
DA
42652012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
4266
4267 Compact buffers when idle.
4268 * compact.el: New file.
4269
1d6fc0df
SM
42702012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
4271
4272 * subr.el (eventp): Presume that if it looks vaguely like an event,
4273 it's an event (bug#10190).
4274
1d29cc7d
FEG
42752012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
4276
4277 Enhancements to ppss related code (thanks Stefan).
4278 * progmodes/python.el (python-indent-context)
4279 (python-indent-calculate-indentation, python-indent-dedent-line)
4280 (python-indent-electric-colon, python-nav-forward-block)
4281 (python-mode-abbrev-table)
1d6fc0df 4282 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
4283 for ppss context.
4284 (python-info-continuation-line-p): Cleanup.
4285 (python-info-ppss-context): Do not catch 'quote.
4286 (python-info-ppss-context-type)
4287 (python-info-ppss-comment-or-string-p): Simplify.
4288
d583cbe6
FEG
42892012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
4290
4291 * progmodes/python.el: Enhancements to eldoc support.
4292 (python-info-current-symbol): New function.
4293 (python-eldoc-at-point): Use python-info-current-symbol.
4294 (python-info-current-defun): Fix cornercase on first defun scan.
4295 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
4296 and signal error when no inferior python process is available.
4297
eceb6feb
DG
42982012-07-18 Dmitry Gutov <dgutov@yandex.ru>
4299
4300 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
4301 assume it's always t.
4302 (vc-git-registered): Remove caching, the function is only called
4303 once.
4304 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
4305
4c8ff0fe
CY
43062012-07-18 Chong Yidong <cyd@gnu.org>
4307
19fb7186
CY
4308 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
4309
9587c688
CY
4310 * simple.el (count-words): Report on narrowing (Bug#9959).
4311
0fe776a1
CY
4312 * bindings.el: Bind M-= to count-words.
4313
4c8ff0fe
CY
4314 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
4315
7f5331cc
MY
43162012-07-18 Masatake YAMATO <yamato@redhat.com>
4317
4318 * progmodes/sh-script.el (sh-imenu-generic-expression):
4319 Capture a function with `function' keyword and without parentheses
4320 like "function FOO" (bug#11856).
4321
2dc2a609
TH
43222012-07-18 Tassilo Horn <tassilo@member.fsf.org>
4323
4324 * window.el (split-window-sensibly): Make WINDOW argument
4325 optional.
4326
439f7677
CY
43272012-07-18 Chong Yidong <cyd@gnu.org>
4328
9aeb25a6
CY
4329 * subr.el (keyboard-translate): Doc fix (Bug#7261).
4330
439f7677
CY
4331 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
4332 and make C-x 8 RET exit isearch (Bug#11439).
4333
4334 * international/iso-transl.el: Move isearch-mode-map key
4335 definitions to isearch.el.
4336
12999ea8
SM
43372012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
4340 (eieio-defclass): Use gv-define-setter when possible.
4341
3ab6e069
DA
43422012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
4343
4344 Reflect recent changes in Fgarbage_collect.
4345 * emacs-lisp/chart.el (chart-emacs-storage): Change to
4346 reflect new format of data returned by Fgarbage_collect.
4347
0a60bc10
FEG
43482012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4349
4350 New utility functions + python-info-ppss-context fix (Bug#11910).
4351 * progmodes/python.el (python-info-beginning-of-block-statement-p)
4352 (python-info-ppss-comment-or-string-p): New functions.
4353 (python-info-ppss-context): Small fix for string check.
4354
6dafa0d5
JL
43552012-07-17 Juri Linkov <juri@jurta.org>
4356
4357 * dired-aux.el (dired-do-async-shell-command): Doc fix.
4358 (dired-do-async-shell-command): Don't add `*' at the end of the
4359 command (Bug#11815).
4360 (dired-do-shell-command): Doc fix.
4361 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
4362 Join the individual commands using either "&" or ";" as the
4363 separator depending on the values of these trailing characters.
4364 At the end re-add the trailing "&". (Bug#10598)
4365
4366 * simple.el (async-shell-command): Sync the interactive spec with
4367 `shell-command'. Doc fix.
4368 (shell-command): Doc fix.
4369
b19dd9d1
JL
43702012-07-17 Juri Linkov <juri@jurta.org>
4371
4372 * descr-text.el (describe-char): Fix format args. (Bug#10129)
4373
bcdc27d7 43742012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 4375
bcdc27d7 4376 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
4377 * progmodes/python.el (python-nav-beginning-of-statement):
4378 Rename from python-nav-statement-start.
bcdc27d7
FEG
4379 (python-nav-end-of-statement): Rename from
4380 python-nav-statement-end.
4381 (python-nav-beginning-of-block): Rename from
4382 python-nav-block-start.
4383 (python-nav-end-of-block): Rename from python-nav-block-end.
4384
191da00e
FEG
43852012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
4386
7f5331cc
MY
4387 * progmodes/python.el (python-shell-send-string-no-output):
4388 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
4389 future interactions (Bug#11868).
4390
4dc7c8d5 43912012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 4392
88ecaf8f
SM
4393 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
4394
ef501ef0
SM
4395 * emacs-lisp/elint.el (elint-find-args-in-code):
4396 Use help-function-arglist, so as to handle lexical byte-code.
4397
aa7aaf8f
SM
4398 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
4399 change (bug#11826).
4400
45fd731c
SM
44012012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
4402
2143fa32
SM
4403 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
4404 Avoid spuriously marking the buffer as modified because of c-is-sws.
4405
efc26dbe
SM
4406 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
4407 as not-a-comment (bug#11946).
4408
f5695c9a
SM
4409 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
4410 for uninterned vars.
4411
4412 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
4413 Use read-event since we don't really want to read chars but bytes.
4414
45fd731c
SM
4415 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
4416 $$..$$ but also $..$ using regexps (bug#11953).
4417 Use tex-verbatim for \url and \path.
4418 (tex-font-lock-keywords): Define as defconst like the others.
4419 (tex-common-initialization): Don't use font-lock-syntax-table any more.
4420
ddfc8813
RK
44212012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
4422
4423 * international/mule-cmds.el (ucs-insert): Make it an obsolete
4424 alias for insert-char.
4425
758e556a
FEG
44262012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4427
4428 * progmodes/python.el: Simplified imenu implementation.
4429 (python-nav-jump-to-defun): Remove command.
4430 (python-mode-map): Use `imenu' instead.
4431 (python-nav-list-defun-positions-cache)
4432 (python-imenu-include-defun-type, python-imenu-make-tree)
4433 (python-imenu-subtree-root-label, python-imenu-index-alist):
4434 Remove vars.
4435 (python-nav-list-defun-positions, python-nav-read-defun)
4436 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
4437 (python-imenu-make-tree, python-imenu-create-index):
4438 Remove functions.
758e556a
FEG
4439 (python-mode): Update to interact with imenu by setting
4440 `imenu-extract-index-name-function' only.
4441
032d23ab
FEG
44422012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
4443
4444 * progmodes/python.el: Enhancements to navigation commands.
4445 (python-nav-backward-sentence)
4446 (python-nav-forward-sentence): Remove.
4447 (python-nav-backward-statement, python-nav-forward-statement)
4448 (python-nav-statement-start, python-nav-statement-end)
4449 (python-nav-backward-block, python-nav-forward-block)
4450 (python-nav-block-start, python-nav-block-end)
4451 (python-nav-forward-sexp-function)
4452 (python-info-current-line-comment-p)
4453 (python-info-current-line-empty-p): New functions.
4454 (python-indent-context): Use `python-nav-statement-start'.
4455
01795a1b
MA
44562012-07-16 Michael Albinus <michael.albinus@gmx.de>
4457
9328d9aa
MA
4458 * eshell/em-ls.el (eshell/ls): Use `apply'.
4459
4460 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
4461 multi-hops, instead of Tramp internals.
4462
01795a1b
MA
4463 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
4464
4465 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
4466 when F1 and F2 are located on different hosts.
4467
63408057
CY
44682012-07-14 Chong Yidong <cyd@gnu.org>
4469
4470 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
4471 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
4472 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
4473 (xterm-mouse--read-event-sequence-1000)
4474 (xterm-mouse--read-event-sequence-1006): New functions. For old
4475 mouse protocol, handle M-mouse-X events correctly.
4476 (xterm-mouse-event): New arg specifying mouse protocol.
4477 (turn-on-xterm-mouse-tracking-on-terminal)
4478 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
4479 sequence to toggle extended coordinates on newer XTerms.
4480 This appears to be harmless on terminals which do not support this.
63408057 4481
cd276f6e
LL
44822012-07-14 Leo Liu <sdl.web@gmail.com>
4483
28ca98ac
LL
4484 Add fringe bitmap indicators for flymake. (Bug#11253)
4485 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
4486 (flymake-make-overlay): New arg BITMAP.
4487 (flymake-error-bitmap, flymake-warning-bitmap)
4488 (flymake-fringe-indicator-position): New user variables.
4489
cd276f6e
LL
4490 * fringe.el: New bitmap exclamation-mark.
4491
04408072
JD
44922012-07-14 Jan Djärv <jan.h.d@swipnet.se>
4493
4494 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
4495 also (Bug#7879).
4496
b5cf7fc4
CY
44972012-07-14 Chong Yidong <cyd@gnu.org>
4498
4499 * electric.el (electric-pair-post-self-insert-function): Fix pair
4500 insertion in empty-region case (Bug#11520).
4501
be755c79
RT
45022012-07-14 Chong Yidong <cyd@gnu.org>
4503
45fd731c
SM
4504 * bindings.el: Consolidate ctl-x-r-map bindings.
4505 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
4506
4507 * rect.el, register.el: Move bindings to bindings.el.
4508
45092012-07-14 Reuben Thomas <rrt@sc3d.org>
4510
4511 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
4512
7f5b3198
AS
45132012-07-13 Andreas Schwab <schwab@linux-m68k.org>
4514
4515 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
4516
97662200
JB
45172012-07-13 Juanma Barranquero <lekktu@gmail.com>
4518
80185fed
JB
4519 * bindings.el (top): Use `mapc' instead of `mapcar'.
4520
97662200
JB
4521 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
4522
2bb1ae55
MA
45232012-07-13 Michael Albinus <michael.albinus@gmx.de>
4524
4525 * progmodes/sql.el (sql-comint): Suppress the check for program on
4526 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
4527 (Bug#11908)
4528
dea31bd3
CY
45292012-07-13 Chong Yidong <cyd@gnu.org>
4530
4531 * bindings.el: Assign a non-nil permanent-local property to
4532 per-buffer variables which lack a default value (Bug#11930).
4533
4534 * help-fns.el (describe-variable): In the "automatically becomes
4535 local" notice, take note of permanent-local variables.
4536
b68b3337
CY
45372012-07-13 Chong Yidong <cyd@gnu.org>
4538
4539 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
4540 to allow printing the message when called from Lisp.
4541
4542 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4543 Remove toggle-read-only.
4544
4545 * bs.el (bs-toggle-readonly):
45fd731c
SM
4546 * buff-menu.el (Buffer-menu-toggle-read-only):
4547 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
4548
4549 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
4550 Remove with-no-warnings around toggle-read-only.
4551 (ffap-read-only, ffap-read-only-other-window)
4552 (ffap-read-only-other-frame): Callers changed.
4553
4554 * help-mode.el: Don't require view package.
4555 (help-mode-finish): Set buffer-read-only instead of calling
4556 toggle-read-only.
4557
4558 * bindings.el (mode-line-toggle-read-only):
4559 * dired.el (dired-toggle-read-only):
4560 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
4561 with non-nil second arg.
4562
4563 * emacs-lisp/eieio-custom.el (eieio-customize-object):
4564 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
4565 directly.
4566
56bc1586
EZ
45672012-07-12 Eli Zaretskii <eliz@gnu.org>
4568
4569 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
4570 not incf.
4571
a464a6c7
SM
45722012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 More CL cleanups and reduction of use of cl.el.
4575 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
4576 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
4577 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
4578 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
4579 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
4580 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
4581 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
4582 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
4583 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
4584 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
4585 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
4586 * eshell/em-cmpl.el, eshell/em-banner.el:
4587 * calendar/parse-time.el: Use cl-lib.
4588 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
4589 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
4590 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
4591 * term/ns-win.el, term.el, shell.el, ps-samp.el:
4592 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
4593 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
4594 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
4595 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
4596 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
4597 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
4598 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
4599 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
4600 `lambda' rather than with `quote'.
4601 (eshell-do-opt): Adjust accordingly.
4602 (eshell-process-option): Simplify.
4603 * eshell/esh-var.el:
4604 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
4605 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
4606 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
4607 to `pcase--dontcare'.
4608 * emacs-lisp/cl.el (labels): Mark obsolete.
4609 (cl--letf, letf): Move to cl-lib.
4610 (cl--letf*, letf*): Remove.
4611 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
4612 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
4613 (cl-progv): Rewrite.
4614 (cl--letf, cl-letf): Move from cl.el.
4615 (cl-letf*): New macro.
4616 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
4617
7ad4afe1
MA
46182012-07-11 Michael Albinus <michael.albinus@gmx.de>
4619
4620 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
4621
9af57756
CY
46222012-07-11 Chong Yidong <cyd@gnu.org>
4623
4624 * vc/log-edit.el (log-edit-vc-backend): New variable.
4625 (log-edit): Doc fix.
4626
4627 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
4628 argument of log-edit to set up all local variables.
4629 (vc-start-logentry): New optional arg specifying VC backend.
4630
4631 * vc/vc.el (vc-checkin): Use it.
4632 (vc-deduce-fileset): Handle Log Edit buffers.
4633 (vc-diff): Make first argument optional too.
4634
4635 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
4636
8477cc7a
MA
46372012-07-10 Michael Albinus <michael.albinus@gmx.de>
4638
4639 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
4640 command, just in case. The function is not needed anymore.
4641 (eshell-external-command): Do not call `eshell-remote-command'.
4642
19faa8e8
SM
46432012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
4644
f58e0fd5
SM
4645 Reduce use of (require 'cl).
4646 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
4647 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
4648 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
4649 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
4650 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
4651 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
4652 * battery.el, avoid.el, abbrev.el: Use cl-lib.
4653 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
4654 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
4655 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
4656 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
4657 * calculator.el, autorevert.el, apropos.el: Don't require CL.
4658 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
4659 (byte-compile-unfold-bcf, byte-compile-check-variable):
4660 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
4661 (byte-compile-nilconstp):
4662 * emacs-lisp/autoload.el (make-autoload): Use pcase.
4663 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
4664
2519d43a
SM
4665 * emacs-lisp/gv.el (cond): Make it a valid place.
4666 (if): Simplify slightly.
4667
19faa8e8
SM
4668 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
4669 (pcase--self-quoting-p): New function.
4670 (pcase--u1): Use it.
4671
c4907a5e
GM
46722012-07-10 Glenn Morris <rgm@gnu.org>
4673
4674 * emacs-lisp/authors.el (authors-fixed-entries):
4675 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
4676
c4444d16
PE
46772012-07-09 Paul Eggert <eggert@cs.ucla.edu>
4678
4679 Rename configure.in to configure.ac (Bug#11603).
4680 * emacs-lisp/authors.el (authors-canonical-file-name):
4681 * progmodes/autoconf.el (autoconf-mode):
4682 Prefer configure.ac to configure.in.
4683
d75be97d
CY
46842012-07-08 Chong Yidong <cyd@gnu.org>
4685
01ac65bd
CY
4686 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
4687 Implement the mouse-1-click-follows-link handling properly.
4688
4689 * info.el (Info-link-keymap): Use follow-link mechanism for
4690 header-line links (Bug#374).
4691
d75be97d
CY
4692 * simple.el (deactivate-mark): Do not set the primary selection
4693 if another program has acquired it (Bug#11772).
4694
87a92845 46952012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
4696
4697 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
4698 (woman-decode-region): Replace escaped-escapes without destroying
4699 bold or underline (Bug#11552).
87a92845 4700 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 4701
621b9d6c
CY
47022012-07-07 Chong Yidong <cyd@gnu.org>
4703
4704 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
4705 (interprogram-cut-function, interprogram-paste-function):
4706 Mention that we typically mean the clipboard.
621b9d6c 4707
133a11fc
GM
47082012-07-06 Glenn Morris <rgm@gnu.org>
4709
0d27a45e
GM
4710 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
4711
133a11fc
GM
4712 * files.el (toggle-read-only): Restrict message to interactive use.
4713
07b151f1
MA
47142012-07-06 Michael Albinus <michael.albinus@gmx.de>
4715
4716 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
4717
4718 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
4719
211b896b
GM
47202012-07-06 Glenn Morris <rgm@gnu.org>
4721
50394322
GM
4722 * Makefile.in (compile-one-process): Rename from "recompile".
4723
211b896b
GM
4724 * Makefile.in (bzr-update): "compile" is the same as "recompile
4725 autoloads", but parallelizable, so use that instead.
4726
4737eec9
DG
47272012-07-06 Dmitry Gutov <dgutov@yandex.ru>
4728
4729 * window.el (quit-window): Always restore window height when
8137e7b3 4730 it's saved in quit-restore parameter (Bug#11810).
4737eec9 4731
226c3633 47322012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
4733
4734 * simple.el (kill-whole-line): Doc tweak.
4735
226c3633 47362012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
4737
4738 * files.el (file-relative-name): Compare file names
4739 case-insensitively if on MS-Windows or MS-DOS, or if
4740 read-file-name-completion-ignore-case is non-nil. Don't use
4741 case-fold-search for this purpose. (Bug#11827)
4742
4dc7c8d5
SM
47432012-07-17 Andreas Schwab <schwab@linux-m68k.org>
4744
4745 * calendar/cal-dst.el (calendar-current-time-zone):
4746 Return calendar-current-time-zone-cache if non-nil.
4747
47482012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 47492012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 4750
19faa8e8
SM
4751 * calendar/cal-dst.el (calendar-current-time-zone):
4752 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 4753
60198fc9
GM
47542012-07-06 Glenn Morris <rgm@gnu.org>
4755
4756 * Makefile.in (cvs-update): Remove old alias.
4757
957b3189
MA
47582012-07-05 Michael Albinus <michael.albinus@gmx.de>
4759
4760 Sync with Tramp 2.2.6-pre.
4761
4762 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
4763 compatible declaration.
4764
19faa8e8
SM
4765 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4766 Protect `list-load-path-shadows' call.
957b3189
MA
4767
4768 * net/tramp-compat.el (top): Require packages, which aren't
4769 autoloaded anymore for XEmacs. Protect call of
4770 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
4771 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
4772 it hurts at least for SXEmacs.
4773 (tramp-compat-temporary-file-directory): In XEmacs, there is no
4774 standard-value for `temporary-file-directory'.
4775
4776 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
4777 Redirect stderr to /dev/null.
4778 (tramp-sh-handle-write-region): uid and gid can be floats.
4779 Reported by Russell Sim <russell.sim@gmail.com>.
4780 (tramp-sh-handle-vc-registered): Hide errors.
4781 (tramp-vc-file-name-handler): Use dummy results for `process-file'
4782 and `start-file-process'.
4783 (tramp-maybe-open-connection): Check also whether `non-essential'
4784 is bound.
4785
566df3fc
CY
47862012-07-04 Chong Yidong <cyd@gnu.org>
4787
4788 * xml.el (xml--parse-buffer): Use xml-syntax-table.
4789 (xml-parse-tag): Likewise, and avoid changing entity tables.
4790 (xml-syntax-table): Define from scratch, making sure not to give
4791 x2000 and other Unicode spaces whitespace syntax, since those are
4792 not spaces in XML.
4793 (xml-parse-fragment): Delete unused function.
4794 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
4795 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
4796 (xml-entity-ref, xml-pe-reference-re)
4797 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
4798 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
4799 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
4800 (xml-entity-value-re): Use syntax references in regexps where
4801 possible; no need to define inside a let-binding.
4802 (xml-parse-dtd): Use xml-pe-reference-re.
4803 (xml-entity-or-char-ref-re): New defconst.
4804 (xml-parse-string, xml-substitute-special): Use it.
4805
30eabd7a
SM
48062012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4807
0781098a
SM
4808 * files.el (locate-dominating-file): Allow `name' to be a predicate.
4809 (find-file--read-only): New function.
4810 (find-file-read-only, find-file-read-only-other-window)
4811 (find-file-read-only-other-frame): Use it.
4812 (insert-file-contents-literally): Don't `fset'.
4813 (get-free-disk-space): Use locate-dominating-file.
4814
b5771c0d
SM
4815 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
4816 function is already compiled.
4817
30eabd7a
SM
4818 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
4819
b4886f6e
MA
48202012-07-03 Michael Albinus <michael.albinus@gmx.de>
4821
4822 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
4823 files on the same host.
4824
b9d82339
AS
48252012-07-03 Andreas Schwab <schwab@linux-m68k.org>
4826
4827 * help-fns.el (describe-function-1): Only call
4828 help-fns--autoloaded-p when we have a file name. (Bug#11848)
4829
a76e6535
CY
48302012-07-03 Chong Yidong <cyd@gnu.org>
4831
4832 * xml.el: Protect parser against XML bombs.
4833 (xml-entity-expansion-limit): New variable.
4834 (xml-parse-string, xml-substitute-special): Use it.
4835 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
4836
b544fef2
GM
48372012-07-03 Glenn Morris <rgm@gnu.org>
4838
4839 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4840 Allow linking to specific messages in debbugs reports (eg 123#5).
4841
a7aef6f5
CY
48422012-07-02 Chong Yidong <cyd@gnu.org>
4843
4844 * xml.el: Fix entity and character reference expansion, allowing
4845 them to expand into markup as per XML spec.
4846 (xml-default-ns): New variable.
4847 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
4848 (xml-parse-region): Make first two arguments optional.
4849 Discard text properties.
4850 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
4851 All callers changed.
a7aef6f5
CY
4852 (xml-parse-tag): Call xml-parse-tag-1. For backward
4853 compatibility, this function should not modify buffer contents.
4854 (xml-parse-tag-1): Fix opening-tag regexp.
4855 (xml-parse-string): Rewrite, handling entity and character
4856 references properly.
4857 (xml--entity-replacement-text): Signal an error if a parameter
4858 entity is undefined.
4859
3df31c9f
SM
48602012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4861
2b5208f1
SM
4862 * comint.el (comint-output-filter): Filter out repeated prompts.
4863
3df31c9f
SM
4864 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
4865 and file-name-absolute-p.
4866 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
4867 internal calls.
4868
e3ac1281
PE
48692012-07-02 Paul Eggert <eggert@cs.ucla.edu>
4870
4871 Spelling fixes.
4872 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
4873 Rename from byte-compile--refiy-function. All uses changed.
4874
fbf2e7ad
CY
48752012-07-01 Chong Yidong <cyd@gnu.org>
4876
4877 * xml.el (xml--parse-buffer): New function. Move most of
4878 xml-parse-region here.
4879 (xml-parse-region): Copy region into a temporary buffer, since
4880 parameter entity substitution requires changing buffer contents.
4881 Use xml--parse-buffer.
4882 (xml-parse-file): Use xml--parse-buffer.
4883 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 4884 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 4885
9bf0aa15
GM
48862012-06-30 Glenn Morris <rgm@gnu.org>
4887
bbce2853
GM
4888 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
4889
9bf0aa15
GM
4890 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
4891 Remove outdated and unnecessary dbus declarations.
4892
0d23c240
EZ
48932012-06-30 Eli Zaretskii <eliz@gnu.org>
4894
4895 * emacs-lisp/timer.el (timer-until): Subtract results of
4896 float-time, instead of taking float-time of the result of
4897 time-subtract, since float-time signals an error for negative time
4898 arguments.
4899
b3218de1
CY
49002012-06-30 Chong Yidong <cyd@gnu.org>
4901
4902 * xml.el (xml-*-re): Convert defvars into defconsts, and
4903 eval-and-compile them so eval-and-compile works on derivatives.
4904 (xml--entity-replacement-text): Use eval-and-comple.
4905
a40c87a0
MA
49062012-06-30 Michael Albinus <michael.albinus@gmx.de>
4907
4908 * vc/vc-git.el (vc-git-registered): Use cache property
4909 `git-registered'.
4910 (vc-git-mode-line-string): Call `vc-working-revision' instead of
4911 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 4912 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 4913
ac87de97
DG
49142012-06-30 Dmitry Gutov <dgutov@yandex.ru>
4915
4916 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 4917 removed (likely outside Emacs). (Bug#11757)
ac87de97 4918
ac10fe06
SM
49192012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4920
3df31c9f 4921 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 4922
7f3fbd5d
CY
49232012-06-30 Chong Yidong <cyd@gnu.org>
4924
4925 * xml.el: Implement XML parameter entities.
4926 (xml-parameter-entity-alist): New variable.
4927 (xml-parse-region, xml-parse-fragment): Preserve previous values
4928 of xml-entity-alist and xml-parameter-entity-alist, so that
4929 repeated calls on different documents do not change them.
4930 (xml-parse-tag): Fix doctype regexp.
4931 (xml--entity-replacement-text): New function.
4932 (xml-parse-dtd): Use it. Don't handle system entities; doing that
4933 properly requires url retrieval which is unimplemented.
4934 (xml-escape-string): Doc fix.
4935
3cfbebba
SM
49362012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
4937
4938 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
4939
2af3565e
DA
49402012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
4941
4942 * fringe.el (fringe-mode): Doc fix.
4943
929df0e7
MA
49442012-06-29 Michael Albinus <michael.albinus@gmx.de>
4945
4946 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
4947 is non-nil.
4948 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
4949 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
4950
c8d3a25c 49512012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 4952
c8d3a25c
GM
4953 * calendar/cal-dst.el (calendar-current-time-zone):
4954 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 4955
c8d3a25c 49562012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
4957
4958 * progmodes/which-func.el (which-func-format):
4959 Add mouse-face. (Bug#11698)
4960
c8d3a25c
GM
49612012-06-29 Leo Liu <sdl.web@gmail.com>
4962
4963 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
4964
49652012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4966
4967 * minibuffer.el (minibuffer-confirm-exit-commands):
4968 Add completion-at-point (bug#11725).
4969
49702012-06-29 Glenn Morris <rgm@gnu.org>
4971
4972 * progmodes/f90.el (f90-font-lock-keywords-2):
4973 Add some preprocessor elements. (Bug#10499)
4974
49752012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * progmodes/cperl-mode.el (cperl-update-syntaxification):
4978 Use syntax-propertize (bug#11739).
4979
2badeec4
JB
49802012-06-28 Juanma Barranquero <lekktu@gmail.com>
4981
4982 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
4983
ae4969c2
JD
49842012-06-28 Julien Danjou <julien@danjou.info>
4985
4986 * term.el (term-handle-colors-array): Use a set of new faces to
4987 color the terminal. Also uses :inverse-video property.
4988 (term-default-fg-color): Set to nil by default, deprecate in favor
4989 of `term-face'.
4990 (term-default-bg-color): Set to nil by default, deprecate in favor
4991 of `term-face'.
4992 (term-current-face): Use `term-face' by default.
4993 (term-bold-attribute): Variable deleted.
4994
1c9bd870
GM
49952012-06-28 Glenn Morris <rgm@gnu.org>
4996
4997 * simple.el (completion-list-mode-finish):
4998 Don't use toggle-read-only. (Since completion-list-mode has
4999 a special mode-class, it wasn't doing anything extra anyway.)
5000
c207708c
SM
50012012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 Make inlining of other-mode interpreted functions work (bug#11799).
5004 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
5005 (byte-compile): Use it to fix compilation of lexical-binding closures.
5006 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
5007 function, if needed.
5008
3fd56834
SM
50092012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5010
04901786
SM
5011 * help-mode.el (help-make-xrefs): Don't just withstand
5012 cyclic-variable-indirection but any error in documentation-property.
5013
1ec4b7b2
SM
5014 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
5015 memory use.
5016 * bindings.el (bindings--define-key): New function.
5017 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
5018 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
5019 * bindings.el: Use it to purecopy define-key bindings.
5020
e309e2a5
SM
5021 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
5022
d5c6faf9
SM
5023 * emacs-lisp/cl.el (flet): Mark obsolete.
5024 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
5025 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
5026 * progmodes/js.el (js-c-fill-paragraph):
5027 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
5028 (ebrowse-switch-member-buffer-to-derived-class):
5029 * play/5x5.el (5x5-solver): Use cl-flet.
5030
6e9590e2
SM
5031 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
5032 (cl--symbol-function): New macro.
5033 (cl--letf, cl--letf*): Use it.
5034
3fd56834
SM
5035 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
5036 Strip "toggle-" if any.
5037
35ff222c
GM
50382012-06-27 Glenn Morris <rgm@gnu.org>
5039
1ba6038a
GM
5040 * info.el (Info-default-directory-list): Move here from paths.el.
5041 * paths.el: Remove file, which is now empty.
5042 * loadup.el: No longer load "paths".
5043
0ea0e51b
GM
5044 * custom.el (custom-initialize-delay): Doc fix.
5045
35ff222c
GM
5046 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5047 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5048 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5049 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5050 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5051 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
5052 * eshell/eshell.el (eshell-defgroup): Remove alias.
5053
c89926a5
CY
50542012-06-27 Chong Yidong <cyd@gnu.org>
5055
5056 * help.el (help-enable-auto-load): New variable.
5057
5058 * help-fns.el (help-fns--autoloaded-p): New function.
5059 (describe-function-1): Refer to a function as "autoloaded" if it
5060 was autoloaded at any time in the past. Perform autoloading if
5061 help-enable-auto-load is non-nil.
5062
cc06e7e7
EZ
50632012-06-26 Eli Zaretskii <eliz@gnu.org>
5064
5065 * makefile.w32-in (compile, compile-always): Depend on
5066 update-subdirs, not on subdirs.el. Otherwise, several different
5067 sub-targets of 'bootstrap' running in parallel could
5068 simultaneously write to subdirs.el, producing a garbled file.
5069
d2c32364
SS
50702012-06-26 Sam Steingold <sds@gnu.org>
5071
5072 * files.el (file-name-base): New convenience function.
0d14cc21
GM
5073 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
5074 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
5075 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
5076 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
5077 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
5078 * textmodes/tex-mode.el: Use it.
5079 Did not touch cedet and org because they are maintained elsewhere.
5080
5cf983b2
MR
50812012-06-26 Martin Rudalics <rudalics@gmx.at>
5082
5083 * calendar/calendar.el (calendar-exit): Don't try to delete or
5084 iconify last frame. See:
5085 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
5086
8c4f2952
JD
50872012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
5088
5089 * server.el (server-process-filter): Remember dir in the
5090 process's `server-client-directory' properties.
5091
772b2e2c
CY
50922012-06-24 Chong Yidong <cyd@gnu.org>
5093
5094 * xml.el (xml-parse-tag): Correctly handle comment embedded in
5095 non-tag text.
5096
711b11e1
JB
50972012-06-23 Juanma Barranquero <lekktu@gmail.com>
5098
5099 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
5100
dc5d230c
SM
51012012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5102
5103 * help-fns.el (describe-variable): Don't croak when doc is not found.
5104 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
5105 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
5106 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
5107 * emacs-lisp/smie.el (smie-next-sexp): CSE.
5108 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
5109 ((lambda ..) ..).
5110 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
5111
136e1c1d
CY
51122012-06-23 Chong Yidong <cyd@gnu.org>
5113
e8c1cabf
CY
5114 * info.el (Info-mouse-follow-link): Accept symbol values of
5115 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
5116 (Info-fontify-node): Use Info-link-keymap for all navigation
5117 buttons, with link-args property to perform the desired action.
5118 (Info-link-keymap): Doc fix.
5119 (Info-next-link-keymap, Info-prev-link-keymap)
5120 (Info-up-link-keymap): Delete now-unused keymaps.
5121
0e9e6c6a
CY
51222012-06-23 Chong Yidong <cyd@gnu.org>
5123
05e89fea
CY
5124 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
5125
0e9e6c6a
CY
5126 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
5127 system abbrevs.
5128
5129 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
5130
e33c6771
SM
51312012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5132
b68581e2
SM
5133 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
5134 (bug#11719).
5135
e33c6771
SM
5136 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
5137 the requote function doesn't work properly (bug#11714).
5138
7117e105
GM
51392012-06-23 Glenn Morris <rgm@gnu.org>
5140
5141 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
5142
36cec983
SM
51432012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 Further GV/CL cleanups.
5146 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
5147 gv-expander.
5148 (gv--defun-declaration): New function.
5149 (defun-declarations-alist): Use it.
5150 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
5151 (gv-place): Autoload.
5152 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
5153 original definition of dotimes and dolist.
5154 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
5155 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
5156 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
5157 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5158 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
5159 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
5160 to the function's definition.
5161 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
5162 * window.el:
5163 * files.el:
5164 * faces.el:
5165 * env.el: Don't use CL.
5166
d35af63c
PE
51672012-06-22 Paul Eggert <eggert@cs.ucla.edu>
5168
5169 Support higher-resolution time stamps (Bug#9000).
5170
5171 * calendar/time-date.el (with-decoded-time-value): New arg
5172 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
5173 (encode-time-value): New optional arg PICO. New type 3.
5174 (time-to-seconds) [!float-time]: Support the new picoseconds
5175 component if it's used.
5176 (seconds-to-time, time-subtract, time-add):
5177 Support ps-resolution time stamps as well.
5178
5179 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
5180 (timerp): Timer vectors now have length 9, not 8.
5181 (timer--time): Support new-style (4-part) time stamps.
5182 (timer-next-integral-multiple-of-time): Time stamps now have
5183 picosecond resolution, so take a bit more care about rounding.
5184 (timer-relative-time, timer-inc-time): New optional arg psecs.
5185 (timer-set-time-with-usecs): Set psecs to 0.
5186 (timer--activate): Check psecs component, too.
5187
5188 * proced.el (proced-time-lessp): Support ps-resolution stamps.
5189
ac77b21a
SM
51902012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5191
f143bfe3
SM
5192 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
5193 Move the non-essential binding to the post/pre-command-hook where it is
5194 more obviously correct.
5195
ac77b21a
SM
5196 * subr.el (read-passwd): Don't use a history at all.
5197 * savehist.el (savehist-save): Remove password saved accidentally
5198 because of the above bug.
5199
76386c5a
BG
52002012-06-22 Bastien Guerry <bzg@gnu.org>
5201
5202 * files.el (toggle-read-only): Display a message telling whether
5203 the buffer is read-only or not (bug#11726).
5204
2ee3d7f0
SM
52052012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5206
5207 * emacs-lisp/gv.el: New file.
5208 * subr.el (push, pop): Extend to generalized variables.
5209 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
5210 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
5211 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
5212 gv-define-simple-setter, and gv-define-expander.
5213 Remove setf-methods defined in gv. Rename cl-setf -> setf.
5214 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
5215 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
5216 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
5217 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
5218 gv-letplace.
5219 (cl-defstruct): Don't define setf-method any more.
5220 * emacs-lisp/cl.el (flet): Don't autoload.
5221 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
5222 (define-setf-expander, defsetf, define-modify-macro)
5223 (cl-struct-setf-expander): Move from cl-lib.el.
5224 * emacs-lisp/syntax.el:
5225 * emacs-lisp/ewoc.el:
5226 * emacs-lisp/smie.el:
5227 * emacs-lisp/cconv.el:
5228 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
5229 (timer--time): Use gv-define-simple-setter.
5230 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
5231 to avoid coding-system problems in subr.el. Adjust all users.
5232 (macroexp--maxsize, macroexp-small-p): New functions.
5233 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
5234 * scroll-bar.el (scroll-bar-mode):
5235 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
5236 (normal-erase-is-backspace-mode): Don't use the `eq' place.
5237 * winner.el (winner-configuration, winner-make-point-alist)
5238 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
5239 * files.el (locate-file-completion-table): Avoid list*.
5240
c5695d1d
CY
52412012-06-22 Chong Yidong <cyd@gnu.org>
5242
5243 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
5244 (dired-create-files): Doc fix (Bug#11329).
5245 (dired-do-copy): Doc fix (Bug#11334).
5246 (dired-mark-read-string): Doc fix (Bug#11553).
5247
2ee3d7f0
SM
5248 * dired.el (dired-recursive-copies, dired-recursive-deletes):
5249 Doc fix (Bug#11326).
c5695d1d
CY
5250 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
5251 (dired-dwim-target): Doc fix.
5252
5253 * wdired.el (wdired-mode): Doc fix.
5254
89b5595a
GM
52552012-06-22 Glenn Morris <rgm@gnu.org>
5256
575db3f1
GM
5257 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
5258 (pcmpl-rpm-cache-stamp-file): New constant.
5259 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
5260 (pcmpl-rpm-packages): Optionally cache list of packages.
5261
a4c8dd51
GM
5262 * pcmpl-rpm.el (pcmpl-rpm): New group.
5263 (pcmpl-rpm-query-options): New option.
5264 (pcmpl-rpm-packages): No need to inline it.
5265 Use pcmpl-rpm-query-options.
5266
89b5595a
GM
5267 * calendar/calendar.el (calendar-in-read-only-buffer):
5268 Avoid some needless mode changes.
5269
e76f0800
CY
52702012-06-21 Chong Yidong <cyd@gnu.org>
5271
5272 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
5273 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 5274 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 5275
297a8f1d
CY
52762012-06-20 Chong Yidong <cyd@gnu.org>
5277
5278 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
5279
d34c18b1
DR
52802012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
5281
5282 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
5283 (bug#11201).
5284
32f7f28e
CY
52852012-06-20 Chong Yidong <cyd@gnu.org>
5286
5287 * term.el (term-window-width): Handle the case of a missing right
5288 fringe (Bug#8837).
5289 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
5290 (term-mode): Use define-derived-mode. Minor cleanups.
5291 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
5292 (term-move-columns, term-insert-char, term-emulate-terminal)
5293 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 5294
493c6688
MA
52952012-06-20 Michael Albinus <michael.albinus@gmx.de>
5296
d34c18b1
DR
5297 * net/ange-ftp.el (ange-ftp-get-passwd):
5298 Bind `enable-recursive-minibuffers'.
493c6688
MA
5299 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
5300
3f06ecf4
DR
53012012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
5302
5303 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
5304
68f12411
GM
53052012-06-19 Glenn Morris <rgm@gnu.org>
5306
5307 * progmodes/python.el (python-mode): Derive from prog-mode.
5308
b3820318
KG
53092012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5310
5311 * emulation/edt.el (edt-default-menu-bar-update-buffers)
5312 (edt-user-menu-bar-update-buffers): New functions.
5313 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
5314
c6bf3022
CY
53152012-06-19 Chong Yidong <cyd@gnu.org>
5316
5317 * subr.el (with-selected-window): Preserve the selected window's
5318 terminal's top-frame (Bug#4702).
5319
5320 * window.el (save-selected-window): Likewise.
5321
25f09295
SM
53222012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * progmodes/python.el (python-rx-constituents): Move backquote.
5325 (python-skeleton-define, python-define-auxiliary-skeleton):
5326 Use `declare'.
5327
6b11952a
MA
53282012-06-18 Michael Albinus <michael.albinus@gmx.de>
5329
5330 * minibuffer.el (read-file-name-default): Revert the patch from
5331 2012-06-17.
5332
ee4b1330
SM
53332012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5334
5335 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
5336 (pcase--u1, pcase--q1): Don't use apply-partially.
5337
35647f79
GM
53382012-06-18 Glenn Morris <rgm@gnu.org>
5339
5340 * progmodes/python.el (python-proc, python-buffer)
5341 (python-send-receive, python-send-string): Fix obsolete versions.
5342
24b0cff0
MR
53432012-06-18 Martin Rudalics <rudalics@gmx.at>
5344
5345 * window.el (special-display-p): Completely remove stringp
5346 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
5347
29855149
MA
53482012-06-17 Michael Albinus <michael.albinus@gmx.de>
5349
5350 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
5351
5352 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
5353
5354 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
5355 * net/tramp-sh.el (tramp-maybe-open-connection):
5356 Throw if `non-essential' is non-nil.
5357
07463363
MR
53582012-06-17 Martin Rudalics <rudalics@gmx.at>
5359
5360 * window.el (special-display-p): Signal an error if BUFFER-NAME
5361 is not a string (Bug#11713).
5362
48d1354e
PE
53632012-06-17 Paul Eggert <eggert@cs.ucla.edu>
5364
5365 * progmodes/python.el (python-info-beginning-of-backslash):
5366 Rename from python-info-beginning-of-backlash, as a spelling fix.
5367
eb4a8a9a
CY
53682012-06-17 Chong Yidong <cyd@gnu.org>
5369
5370 * term.el (term-emulate-terminal): If term-check-size is called,
5371 move point to the process mark without resetting point (Bug#4635).
5372
ddfbf826 53732012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
5374
5375 * international/mule-cmds.el (mule-menu-keymap)
5376 (set-language-environment, set-locale-environment): Doc tweaks.
5377
9b0e3eba
AA
53782012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
5379
5380 * cus-face.el (custom-face-attributes): Add wave-style underline
5381 attribute.
5382 * faces.el (set-face-attribute): Update docstring to describe
5383 wave-style underline attribute.
5384
771e3eae
CY
53852012-06-16 Chong Yidong <cyd@gnu.org>
5386
5387 * term/xterm.el (terminal-init-xterm): Discard input before
5388 querying background mode (Bug#10959).
5389
7ae2ea10
SM
53902012-06-16 Stefan Merten <smerten@oekonux.de>
5391
5392 * textmodes/rst.el: Added and corrected some comments.
5393 (rst-re-alist-def): Improve symbol syntax.
5394 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
5395 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
5396 (rst-official-version, rst-official-cvs-rev): Update version
5397 information.
7ae2ea10 5398
b6974efa
JB
53992012-06-15 Juanma Barranquero <lekktu@gmail.com>
5400
5401 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
5402 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
5403
8826d473
GM
54042012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
5405
5406 * progmodes/python.el: New python.el merge.
5407 (python-guess-indent): Obsolete var.
5408 (python-indent-guess-indent-offset): New defcustom.
5409 (python-indent): Obsolete var.
5410 (python-indent-offset): New defcustom.
5411 (python-python-command, python-jython-command): Delete var.
5412 (python-shell-interpreter): New defcustom.
5413 (python-pdbtrack-do-tracking-p): Delete var.
5414 (python-pdbtrack-activate): New defcustom.
5415 (python-use-skeletons): Obsolete var.
5416 (python-skeleton-autoinsert): New defcustom.
5417 (inferior-python-filter-regexp, python-continuation-offset)
5418 (python-honour-comment-indentation, python-indent-string-contents)
5419 (python-jython-packages, python-mode-hook)
5420 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
5421 (python-shell-prompt-alist)
5422 (python-source-modes): Delete defcustoms.
5423 (python-check-buffer-name, python-eldoc-setup-code)
5424 (python-eldoc-string-code, python-ffap-setup-code)
5425 (python-ffap-string-code, python-fill-comment-function)
5426 (python-fill-decorator-function, python-fill-paren-function)
5427 (python-fill-string-function, python-imenu-include-defun-type)
5428 (python-imenu-make-tree, python-imenu-subtree-root-label)
5429 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
5430 (python-shell-compilation-regexp-alist)
5431 (python-shell-completion-module-string-code)
5432 (python-shell-completion-pdb-string-code)
5433 (python-shell-completion-setup-code)
5434 (python-shell-completion-string-code)
5435 (python-shell-enable-font-lock, python-shell-exec-path)
5436 (python-shell-extra-pythonpaths)
5437 (python-shell-internal-buffer-name, python-shell-interpreter-args)
5438 (python-shell-process-environment)
5439 (python-shell-prompt-block-regexp)
5440 (python-shell-prompt-output-regexp)
5441 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
5442 (python-shell-send-setup-max-wait, python-shell-setup-codes)
5443 (python-shell-virtualenv-path): New defcustoms.
5444 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
5445 (inferior-python-mode-syntax-table, python--prompt-regexp)
5446 (python-buffer, python-command python-python-command)
5447 (python-default-template, python-imports, python-indent-index)
5448 (python-indent-list, python-indent-list-length)
5449 (python-mode-running, python-pdbtrack-is-tracking-p)
5450 (python-preoutput-continuation, python-preoutput-leftover)
5451 (python-preoutput-result, python-preoutput-skip-next-prompt)
5452 (python-prev-dir/file, python-recursing)
5453 (python-saved-check-command, python-version-checked)
5454 (python-which-func-length-limit)
5455 (view-return-to-alist): Delete vars.
5456 (python-check-custom-command, python-dotty-syntax-table)
5457 (python-imenu-index-alist, python-indent-current-level)
5458 (python-indent-dedenters, python-indent-levels)
5459 (python-nav-beginning-of-defun-regexp)
5460 (python-nav-list-defun-positions-cache)
5461 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
5462 (python-shell-internal-buffer)
5463 (python-skeleton-available): New vars.
5464 (def-python-skeleton): Delete macro.
5465 (python-skeleton-define): New macro.
5466 (python-define-auxiliary-skeleton, python-rx): New macros.
5467 (python-insert-class): Delete command.
5468 (python-skeleton-class): New command.
5469 (python-insert-def): Delete command.
5470 (python-skeleton-def): New command.
5471 (python-insert-for): Delete command.
5472 (python-skeleton-for): New command.
5473 (python-insert-if): Delete command.
5474 (python-skeleton-if): New command.
5475 (python-insert-try/except, python-insert-try/finally): Delete commands.
5476 (python-skeleton-try): New command.
5477 (python-insert-while): Delete command.
5478 (python-skeleton-while): New command.
5479 (python-backspace): Delete command.
5480 (python-indent-dedent-line-backspace): New command.
5481 (python-electric-colon): Delete command.
5482 (python-indent-electric-colon): New command.
5483 (python-guess-indent): Delete command.
5484 (python-indent-guess-indent-offset): New command.
5485 (python-shift-left): Delete command.
5486 (python-indent-shift-left): New command.
5487 (python-shift-right): Delete command.
5488 (python-indent-shift-right): New command.
5489 (python-find-function): Delete command.
5490 (python-nav-jump-to-defun): New command.
5491 (python-next-statement): Delete command.
5492 (python-nav-forward-sentence): New command.
5493 (python-previous-statement): Delete command.
5494 (python-nav-backward-sentence): New command.
5495 (python-fill-paragraph): Delete command.
5496 (python-fill-paragraph-function): New command.
5497 (python-send-buffer): Delete command.
5498 (python-shell-send-buffer): New command.
5499 (python-send-defun): Delete command.
5500 (python-shell-send-defun): New command.
5501 (python-send-region, python-send-region-and-go): Delete commands.
5502 (python-shell-send-region)
5503 (python-shell-switch-to-shell): New commands.
5504 (python-send-string): Delete command.
5505 (python-shell-send-string): New command.
5506 (python-switch-to-python): Delete command.
5507 (python-shell-switch-to-shell): New command.
5508 (python-describe-symbol): Delete command.
5509 (python-eldoc-at-point): New command.
5510 (python--set-prompt-regexp, python-args-to-list)
5511 (python-after-info-look, python-check-version)
5512 (python-check-comint-prompt, python-find-imports)
5513 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
5514 (python-unload-function, python-expand-template)
5515 (python-maybe-jython, python-preoutput-filter)
5516 (python-pdbtrack-get-source-buffer)
5517 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
5518 (python-pdbtrack-toggle-stack-tracking)
5519 (python-pdbtrack-track-stack-file, python-initial-text)
5520 (python-first-word, python-comment-line-p, python-send-command)
5521 (python-setup-brm, python-sentinel, python-set-proc)
5522 (python-skip-out, python-input-filter, python-outdent-p)
5523 (python-outline-level, python-backslash-continuation-line-p)
5524 (python-end-of-block, python-end-of-statement, python-mark-block)
5525 (python-beginning-of-block, python-beginning-of-statement)
5526 (python-blank-line-p, python-beginning-of-string)
5527 (python-open-block-statement-p): Delete functions.
5528 (python-indent-line, python-indent-line-1): Delete functions.
5529 (python-indent-line): New function.
5530 (python-indentation-levels): Delete function.
5531 (python-indent-calculate-levels): New function.
5532 (python-proc): Delete function.
5533 (python-shell-get-process): New function.
5534 (python-send-receive): Delete function.
5535 (python-shell-send-string-no-output): New function.
5536 (python-module-path): Delete function.
5537 (python-ffap-module-path): New function.
5538 (python-completion-at-point)
5539 (python-symbol-completions): Delete functions.
5540 (python-completion-complete-at-point): New function.
5541 (python-load-file): Delete function.
5542 (python-shell-send-file): New function.
5543 (python-calculate-indentation): Delete function.
5544 (python-indent-calculate-indentation): New function.
5545 (python-skip-comments/blanks): Delete function.
5546 (python-util-forward-comment): New function.
5547 (python-continuation-line-p): Delete function.
5548 (python-info-continuation-line-p): New function.
5549 (python-which-func, python-current-defun): Delete function.
5550 (python-info-current-defun): New function.
5551 (python-beginning-of-defun): Delete function.
5552 (python-nav-beginning-of-defun): New function.
5553 (python-close-block-statement-p)
5554 (python-block-end-p): Delete function.
5555 (python-info-closing-block): New function.
5556 (python-comint-output-filter-function)
5557 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
5558 (python-fill-comment, python-fill-decorator, python-fill-paren)
5559 (python-fill-string, python-imenu-make-element-tree)
5560 (python-imenu-make-tree, python-imenu-tree-assoc)
5561 (python-indent-context, python-indent-dedent-line)
5562 (python-indent-line-function)
5563 (python-indent-post-self-insert-function)
5564 (python-indent-toggle-levels)
5565 (python-info-assignment-continuation-line-p)
5566 (python-info-beginning-of-backlash)
5567 (python-info-block-continuation-line-p)
5568 (python-info-closing-block-message)
5569 (python-info-line-ends-backslash-p)
5570 (python-info-looking-at-beginning-of-defun)
5571 (python-info-ppss-context, python-info-ppss-context-type)
5572 (python-nav-list-defun-positions, python-nav-read-defun)
5573 (python-nav-sentence-end, python-nav-sentence-start)
5574 (python-pdbtrack-comint-output-filter-function)
5575 (python-pdbtrack-set-tracked-buffer)
5576 (python-shell-calculate-exec-path)
5577 (python-shell-calculate-process-environment)
5578 (python-shell-completion--do-completion-at-point)
5579 (python-shell-completion--get-completions)
5580 (python-shell-completion-complete-at-point)
5581 (python-shell-completion-complete-or-indent)
5582 (python-shell-get-or-create-process)
5583 (python-shell-get-process-name)
5584 (python-shell-internal-get-or-create-process)
5585 (python-shell-internal-get-process-name)
5586 (python-shell-internal-send-string, python-shell-make-comint)
5587 (python-shell-parse-command, python-shell-send-setup-code)
5588 (python-skeleton-add-menu-items)
5589 (python-util-clone-local-variables, python-util-position)
5590 (run-python-internal, python-indentation-levels)
5591 (python-nav-beginning-of-defun)
5592 (python-completion-complete-at-point): New functions.
5593 (run-python): Change arguments. New API requirements.
5594
4302f5ba
SM
55952012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5596
f38ea36d
SM
5597 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
5598 (bug#11649).
5599
5600 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
5601 (macroexp--expand-all): Use it.
5602
4302f5ba
SM
5603 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
5604 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
5605 Use `cl-function' instead.
5606
33377562
JB
56072012-06-14 Juanma Barranquero <lekktu@gmail.com>
5608
5609 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
5610 Suggested by Stefan Monnier while discussing bug#11657.
5611
54c5ba1a
SS
56122012-06-14 Sam Steingold <sds@gnu.org>
5613
5614 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
5615
f9f1b1fe
AS
56162012-06-14 Andreas Schwab <schwab@linux-m68k.org>
5617
5618 * play/doctor.el (doctor-doc): Remove parameter and use
5619 doctor-sent instead of sent.
5620 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
5621
a81068ba
SM
56222012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5623
5a315f9c
SM
5624 * files.el: Require cl-lib.
5625 (file-name-non-special): Replace case -> cl-case.
5626
5627 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
5628
a81068ba
SM
5629 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
5630 mapping from #' to function*.
5631
8cca9703
CY
56322012-06-13 Chong Yidong <cyd@gnu.org>
5633
5634 * mouse.el (mouse-drag-track): Do not set the mark if the user
5635 releases the mouse without selecting anything (Bug#11588).
5636
a12ac9d7
SM
56372012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5638
ccf1dc18
SM
5639 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
5640 as well (bug#11646).
5641
ef62b23d
SM
5642 * loadup.el: Count byte-code functions as well.
5643
c4c8444a
SM
5644 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
5645 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
5646
a12ac9d7
SM
5647 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
5648 (bug#11649). Add cl-defun and cl-defmacro.
5649
87e6e64f
DA
56502012-06-13 Drew Adams <drew.adams@oracle.com>
5651
5652 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5653 Fix last change.
5654
682cefaf
MA
56552012-06-13 Michael Albinus <michael.albinus@gmx.de>
5656
5657 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
5658 Otherwise, it blocks in batch mode.
5659
773e1f08
JB
56602012-06-13 Juanma Barranquero <lekktu@gmail.com>
5661
5662 * help-mode.el (bookmark-make-record-default): Declare.
5663
60057926
CY
56642012-06-13 Chong Yidong <cyd@gnu.org>
5665
5666 * emacs-lisp/package.el (list-packages): Compute a list of
5667 packages that are newly-available since the last list-packages
5668 invocation.
5669 (package-menu--new-package-list): New var.
5670 (package-menu--generate, package-menu--print-info)
5671 (package-menu--status-predicate, package-menu-mark-install):
5672 Handle new status label "new".
5673
ad4d226c
SM
56742012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5675
5676 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
5677 conversion to backquotes.
5678
f1a4e679
CY
56792012-06-12 Chong Yidong <cyd@gnu.org>
5680
5681 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
5682 Rename from gud-inhibit-global-bindings.
5683
5684 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
5685
5686 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
5687 hook from nxml-glyph-set-hook.
5688
5689 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
5690 declaration.
5691
5692 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
5693
5694 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
5695 Convert to defcustom.
5696
0c9e42b5
DA
56972012-06-12 Drew Adams <drew.adams@oracle.com>
5698
5699 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
5700 New functions.
5701 (help-mode): Use them.
5702
09e06855
GM
57032012-06-11 Glenn Morris <rgm@gnu.org>
5704
5705 * progmodes/fortran.el (fortran-font-lock-keywords-3):
5706 Use preprocessor face for directives.
5707 (fortran-directive-re): Doc fix.
5708
71adb94b
SM
57092012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5710
2eb87922
SM
5711 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
5712 conversion to backquotes (bug#11652).
5713
71adb94b
SM
5714 Fix compiler-expansion of CL's cXXr functions (bug#11673).
5715 * emacs-lisp/cl-lib.el (cl--defalias): New function.
5716 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
5717 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
5718 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
5719 (cl-ninth, cl-tenth): Mark them as inlinable.
5720 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
5721 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
5722 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
5723 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
5724 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
5725 (cl-list*, cl-adjoin): Don't put an autoload manually.
5726 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
5727 (cl--compiler-macro-list*): Add autoload cookie.
5728 (cl--compiler-macro-cXXr): New function.
2eb87922 5729
71adb94b
SM
5730 * help-fns.el (help-fns--compiler-macro): New function extracted from
5731 describe-function-1; follow aliases and use `compiler-macro' property.
5732 (describe-function-1): Use it.
5733
a6674402
CY
57342012-06-11 Chong Yidong <cyd@gnu.org>
5735
5736 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
5737 is uninstalled, if imagemagick is installed.
5738
bb3faf5b
SM
57392012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5740
5741 * emacs-lisp/cl-lib.el: Use lexical-binding.
5742 (cl-map-extents, cl-maclisp-member): Remove.
5743 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
5744 (cl--set-substring, cl--block-wrapper, cl--block-throw)
5745 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
5746 * emacs-lisp/cl-extra.el: Use lexical-binding.
5747 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
5748 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
5749 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
5750 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
5751 * emacs-lisp/cl-seq.el: Use lexical-binding.
5752 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
5753 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
5754 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
5755 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
5756 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
5757 CL's internals.
5758
2fe4b125
MA
57592012-06-11 Michael Albinus <michael.albinus@gmx.de>
5760
5761 Sync with Tramp 2.2.6-pre.
5762
5763 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
5764 `print-length' and `print-level' to nil, in order to avoid
5765 truncation. Reported by Christopher Schmidt
5766 <christopher@ristopher.com>.
5767
5768 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
5769
5770 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
5771 New defmacro.
5772 (tramp-compat-copy-directory): Add optional argument
5773 COPY-CONTENTS. It is not handled yet.
5774
5775 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
5776 (tramp-ftp-file-name-p): Simplify.
5777
5778 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
5779 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
5780 connection vector.
5781
5782 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
5783 (tramp-methods): Do not use `tramp-password-end-of-line'.
5784 (tramp-completion-function-alist-putty): Handle UNIX case.
5785 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
5786 (tramp-do-file-attributes-with-stat)
5787 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
5788 gid as real numbers. They could run out of integer range on cygwin.
5789 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
5790 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
5791 (tramp-open-connection-setup-interactive-shell):
5792 Use `tramp-cleanup'. Move check for busyboxes ...
5793 (tramp-find-shell): ... here. Simplify implementation.
5794 Set "remote-shell" property also for alternative shells.
5795 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
5796 If failing, a regular file would be written otherwise.
5797 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
5798 (tramp-find-inline-encoding): Cache the coding commands in the
5799 process cache. Apply test command on the remote side, if defined.
5800 (tramp-find-inline-compress): Cache the compress commands in the
5801 process cache.
5802 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
5803 when requested. Handle hops.
5804 (tramp-current-connection): New defvar.
87e6e64f
DA
5805 (tramp-maybe-open-connection): Use `tramp-cleanup'.
5806 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 5807 Handle user interrupt. (Bug#10187)
87e6e64f
DA
5808 (tramp-get-inline-compress, tramp-get-inline-coding):
5809 Read connection properties from the process cache.
2fe4b125
MA
5810
5811 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
5812 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
5813 New defconsts.
2fe4b125
MA
5814 (tramp-smb-prompt): Extend for powershell prompt.
5815 (tramp-smb-file-name-handler-alist): Add handlers for
5816 `process-file', `shell-command' and `start-file-process'.
5817 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
5818 (tramp-smb-winexe-shell-command-switch): New defcustoms.
5819 (tramp-smb-file-name-p): Simplify.
5820 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
5821 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
5822 (tramp-smb-shell-quote-argument): New defuns.
5823 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
5824 Implement using "tar". By this, time-stamps are preserved.
5825 (tramp-smb-handle-copy-file): Handle also the case of directories.
5826 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
5827 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
5828 Use `tramp-get-connection-buffer').
2fe4b125
MA
5829 (tramp-smb-handle-rename-file): Use "rename", when source and
5830 target are on the same share.
87e6e64f
DA
5831 (tramp-smb-maybe-open-connection): Handle wrong passwords.
5832 Use `tramp-smb-server-version'.
2fe4b125
MA
5833 (tramp-smb-wait-for-output): Remove prompt.
5834
5835 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
5836 (tramp-methods, tramp-rsh-end-of-line):
5837 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
5838 (tramp-save-ad-hoc-proxies): New defcustom.
5839 (tramp-completion-function-alist): Adapt docstring.
5840 (tramp-default-password-end-of-line): Remove defcustom.
5841 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
5842 (tramp-user-regexp, tramp-file-name-regexp-unified)
5843 (tramp-file-name-regexp-url): Extend regexp by hop separator.
5844 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
5845 (tramp-remote-file-name-spec-regexp): New defconst.
5846 (tramp-file-name-structure): Extend structure for hops.
5847 (tramp-get-method-parameter): Move up.
5848 (tramp-file-name-p, tramp-dissect-file-name)
5849 (with-parsed-tramp-file-name): Handle hops.
5850 (tramp-file-name-hop): New defun.
5851 (tramp-make-tramp-file-name): New optional arg HOP.
5852 (tramp-message-show-progress-reporter-message): New defvar.
5853 (tramp-with-progress-reporter): Use it. We cannot use
5854 `tramp-message-show-message' here, because this suppresses also
5855 error buffers.
5856 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
5857 `tramp-message-show-message' is nil.
5858 Use `tramp-get-connection-buffer'.
2fe4b125
MA
5859 (tramp-cleanup): New defun.
5860 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
5861 (tramp-file-name-handler): If `debug-on-error' is set, propagate
5862 an error unchanged.
5863 (tramp-completion-handle-file-name-all-completions): Handle hops.
5864 Fix an error when called from ido.
5865 (tramp-completion-dissect-file-name): Use better local variable
5866 name. Add hop to the vector.
5867 (tramp-handle-insert-file-contents): Use progress-reporter for the
5868 whole scenario.
5869 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
5870 to `t'.
5871 (tramp-check-for-regexp): Simplify search.
5872 (tramp-enter-password): Remove it. Move implementation ...
5873 (tramp-action-password): ... here.
5874 (tramp-mode-string-to-int, tramp-local-host-p)
5875 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
5876 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
5877 Set tramp-autoload cookie.
2fe4b125
MA
5878
5879 * net/trampver.el: Update release number.
5880
58812012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5882 Michael Albinus <michael.albinus@gmx.de>
5883
5884 * net/tramp.el (tramp-set-completion-function): Fix docstring.
5885 (tramp-parse-group, tramp-parse-file)
5886 (tramp-parse-shostkeys-sknownhosts): New defuns.
5887 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
5888 (tramp-parse-shosts-group, tramp-parse-sconfig)
5889 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
5890 (tramp-parse-sknownhosts, tramp-parse-hosts)
5891 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
5892 Use them.
5893 (tramp-parse-passwd-group, tramp-parse-netrc-group)
5894 (tramp-parse-putty-group): Don't narrow.
5895 (tramp-parse-putty): Make a loop.
5896 (tramp-file-name-handler): Catch the `suppress' signal.
5897
72834e10
CY
58982012-06-11 Chong Yidong <cyd@gnu.org>
5899
5900 * image.el (imagemagick-register-types): Put the ImageMagick entry
5901 at the end of image-type-file-name-regexps.
5902
a4712e11
JB
59032012-06-11 Johan Bockgård <bojohan@gnu.org>
5904
5905 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
5906 (pcase, pcase-let*, pcase-dolist): Use them.
5907
82ad98e3
SM
59082012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5909
5910 * emacs-lisp/pcase.el (pcase--let*): New function.
5911 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
5912 (pcase--expand): Use macroexp-let².
5913
f80efb86
SM
59142012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
5917 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
5918 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
5919 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
5920 * emacs-lisp/derived.el: Use pcase instead of `cl'.
5921 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
5922
31ca4639 59232012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 5924
31ca4639
CY
5925 * mail/rmail.el (rmail-yank-current-message): Leave point at
5926 correct position. (Bug#11660)
94f0aa34 5927
31ca4639 59282012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 5929
31ca4639 5930 * allout-widgets.el: Fix code header.
9e1b8ec4 5931
31ca4639 59322012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 5933
f80efb86
SM
5934 * cus-edit.el (customize-changed-options-previous-release):
5935 Bump to 24.1.
31ca4639 5936
642b6d30
AS
59372012-06-09 Andreas Schwab <schwab@linux-m68k.org>
5938
5939 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
5940
4f5d2ba1
CY
59412012-06-09 Chong Yidong <cyd@gnu.org>
5942
5943 * ebuff-menu.el (electric-buffer-list): Preserve header line.
5944
e75852fd
MR
59452012-06-09 Martin Rudalics <rudalics@gmx.at>
5946
5947 * window.el (special-display-popup-frame): Don't use
5948 window--display-buffer (Bug#11651).
5949
1e48e282
EZ
59502012-06-09 Eli Zaretskii <eliz@gnu.org>
5951
8a26b487
EZ
5952 Fix parallel builds: make sure loaddefs.el is not being written
5953 while Lisp files are compiled.
5954 (compile): Don't depend on 'mh-autoloads'.
5955 (compile-CMD, compile-SH): Depend on 'autoloads'.
5956 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
5957
1e48e282
EZ
5958 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
5959
6175e34b
CY
59602012-06-09 Chong Yidong <cyd@gnu.org>
5961
5962 * face-remap.el (face-remap-add-relative, face-remap-set-base)
5963 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
5964 Doc fixes (Bug#11225).
5965
d9857e53
SM
59662012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
5969 a function if there's a clear indication that it has a compiler-macro.
5970 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
5971 (macro-declarations-alist): Add arglist to declaration functions.
5972 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
5973 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
5974 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
5975 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
5976 Also add autoload to find the compiler macro.
5977 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
5978 (cl--compiler-macro-member, cl--compiler-macro-assoc)
5979 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
5980 (cl--compiler-macro-get): New functions, replacing calls to
5981 cl-define-compiler-macro.
5982 (cl-typep) [compiler-macro]: Use macroexp-let².
5983
f81298f8 59842012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
5985
5986 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
5987 string properly, fixes Bug#11473.
5988
4b56d0fe
CY
59892012-06-08 Chong Yidong <cyd@gnu.org>
5990
5991 * faces.el (set-face-attribute): Doc fix.
5992 (modify-face): Don't use :bold and :italic.
5993 (error, warning, success): Tweak definitions.
5994
5995 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
5996 (custom-modified, custom-set, custom-changed, custom-themed)
5997 (custom-saved, custom-button, custom-button-mouse)
5998 (custom-button-pressed, custom-state, custom-comment-tag)
5999 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
6000 (custom-group-subtitle): Use new-style face specs.
6001 (custom-invalid-face, custom-rogue-face, custom-modified-face)
6002 (custom-set-face, custom-changed-face, custom-saved-face)
6003 (custom-button-face, custom-button-pressed-face)
6004 (custom-documentation-face, custom-state-face)
6005 (custom-comment-face, custom-comment-tag-face)
6006 (custom-variable-tag-face, custom-variable-button-face)
6007 (custom-face-tag-face, custom-group-tag-face-1)
6008 (custom-group-tag-face): Remove obsolete face alias.
6009
6010 * epa.el (epa-validity-high, epa-validity-medium)
6011 (epa-validity-low, epa-mark, epa-field-name, epa-string)
6012 (epa-field-name, epa-field-body):
6013 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6014 (font-lock-keyword-face, font-lock-builtin-face)
6015 (font-lock-function-name-face, font-lock-variable-name-face)
6016 (font-lock-type-face, font-lock-constant-face):
6017 * ido.el (ido-first-match, ido-only-match, ido-subdir)
6018 (ido-virtual, ido-indicator, ido-incomplete-regexp):
6019 * speedbar.el (speedbar-button-face, speedbar-file-face)
6020 (speedbar-directory-face, speedbar-tag-face)
6021 (speedbar-selected-face, speedbar-highlight-face)
6022 (speedbar-separator-face):
6023 * whitespace.el (whitespace-newline, whitespace-space)
6024 (whitespace-hspace, whitespace-tab, whitespace-trailing)
6025 (whitespace-line, whitespace-space-before-tab)
6026 (whitespace-space-after-tab, whitespace-indentation)
6027 (whitespace-empty):
6028 * emulation/cua-base.el (cua-global-mark):
6029 * eshell/em-prompt.el (eshell-prompt):
6030 * net/newst-plainview.el (newsticker-new-item-face)
6031 (newsticker-old-item-face, newsticker-immortal-item-face)
6032 (newsticker-obsolete-item-face, newsticker-date-face)
6033 (newsticker-statistics-face, newsticker-default-face):
6034 * net/newst-reader.el (newsticker-feed-face)
6035 (newsticker-extra-face, newsticker-enclosure-face):
6036 * net/newst-treeview.el (newsticker-treeview-face)
6037 (newsticker-treeview-new-face, newsticker-treeview-old-face)
6038 (newsticker-treeview-immortal-face)
6039 (newsticker-treeview-obsolete-face)
6040 (newsticker-treeview-selection-face):
6041 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
6042 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
6043 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
6044 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
6045 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
6046 (nxml-outline-active-indicator, nxml-outline-ellipsis):
6047 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6048 (mpuz-text):
6049 * progmodes/vera-mode.el (vera-font-lock-number)
6050 (vera-font-lock-function, vera-font-lock-interface):
6051 * textmodes/table.el (table-cell): Use new-style face specs, and
6052 don't use the old :bold and :italic attributes.
6053
6054 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6055 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
6056 (ebrowse-member-class, ebrowse-progress): Likewise.
6057 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6058 (ebrowse-file-name-face, ebrowse-default-face)
6059 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6060 (ebrowse-progress-face): Remove obsolete faces.
6061
6062 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6063 Inherit from error and warning faces respectively.
6064
6065 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6066 Likewise.
f80efb86
SM
6067 (flyspell-incorrect-face, flyspell-duplicate-face):
6068 Remove obsolete aliases.
4b56d0fe 6069
03310646
MA
60702012-06-08 Michael Albinus <michael.albinus@gmx.de>
6071
6072 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6073 Avoid infloop.
6074
513749ee
SM
60752012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6076
6077 * startup.el (argv, argi): Make lexically scoped.
6078 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
6079 * emacs-lisp/cl-macs.el: Use lexical-binding.
6080 Rename cl-bind-* to cl--bind-*.
6081 * files.el: Don't require `cl' since it doesn't use it.
6082 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
6083
595ef4ad
JB
60842012-06-08 Juanma Barranquero <lekktu@gmail.com>
6085
6086 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
6087 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
6088 instead of calling external sort utility.
6089 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
6090
e9f66fcb
EZ
60912012-06-08 Eli Zaretskii <eliz@gnu.org>
6092
6093 * descr-text.el (describe-char): Mention how to insert the
6094 character, if the current input method doesn't support it.
6095 See the discussion in this thread for the details:
6096 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
6097
3d10db47
SS
60982012-06-08 Sam Steingold <sds@gnu.org>
6099
6100 * bindings.el (global-map): Bind XF86Forward to next-buffer and
6101 XF86Back to previous-buffer.
6102 (minibuffer-local-map): Bind them to next-history-element and
6103 previous-history-element respectively.
6104 * help-mode.el (help-mode-map): Bind them to help-go-forward and
6105 help-go-back respectively.
6106 * info.el (Info-mode-map): Bind them to Info-history-forward and
6107 Info-history-back respectively.
6108 These are the keys next to Up on the ThinkPad keyboard.
6109
de7e2b36
SM
61102012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6111
6112 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
6113 * emacs-lisp/cl-macs.el: Provide itself.
6114 (cl--labels-convert-cache): New var.
6115 (cl--labels-convert): New function.
6116 (cl-flet, cl-labels): New implementation with new semantics, relying on
6117 lexical-binding.
6118 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
6119 (cl-closure-vars, cl--function-convert-cache)
6120 (cl--function-convert): Move from cl-macs.el.
6121 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
6122 rename by removing the "cl-" prefix.
6123 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
6124
6fa6c4ae
SM
61252012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6127 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
6128 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
6129 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
6130 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
6131 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
6132 (cl-hash-table-count): Add old compatibility aliases.
6133
6134 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
6135 Use macroexpand-all-environment instead.
6136 (cl--old-macroexpand): New var.
6137 (cl--sm-macroexpand): New function.
6138 (cl-symbol-macrolet): Use it during macro expansion.
6139 (cl--function-convert-cache): New var.
6140 (cl--function-convert): New function, extracted from
6141 cl-macroexpand-all.
6142 (cl-lexical-let): Use it.
6143
6144 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
6145 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
6146 (cl-member): Remove old alias.
6147
6148 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
6149 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
6150 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
6151 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
6152 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
6153 (cl-macroexpand-cmacs): Remove var.
6154 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
6155 Use macroexpand-all instead.
6156
4dd1c416
SM
61572012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
6160 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
6161 (macroexp-copyable-p): New functions and macros.
6162 * emacs-lisp/edebug.el (edebug-unwrap):
6163 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
6164 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
6165 (pcase--let*): Remove.
6166 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
6167 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
6168 macroexp-const-p instead.
6169 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
6170
6171 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
6172 instead of "cl-" for internal definitions. Use macroexp-const-p.
6173 (cl-old-bc-file-form): Remove var.
6174 (cl-const-exprs-p): Remove fun.
6175 (cl-labels, cl-macrolet): Use backquote.
6176 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
6177 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
6178 (cl-define-setf-expander): Rename from cl-define-setf-method.
6179 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
6180
6181 * international/mule-cmds.el: Don't require CL.
6182 (view-hello-file): Don't use `letf'.
6183
ed8bd4d7
SM
61842012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6185
7287f2f3
SM
6186 * tmm.el (tmm-prompt): Use string-prefix-p.
6187 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
6188 (tmm-add-prompt): Use minibuffer-completion-help.
6189 (tmm-delete-map): Remove.
6190
ed8bd4d7
SM
6191 * subr.el (kbd): Make it its own function.
6192
7b4cdbf4
SM
61932012-06-07 Stefan Merten <smerten@oekonux.de>
6194
6195 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
6196 Silence compiler warnings. Fix versions.
ed8bd4d7 6197 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 6198 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 6199 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
6200 (rst-package-emacs-version-alist): Correct Emacs version to
6201 represent major merge with upstream.
ed8bd4d7 6202 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 6203
2b48d721
GM
62042012-06-06 Glenn Morris <rgm@gnu.org>
6205
6206 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
6207 Only print environment variables if set.
6208
fa779ab0
SM
62092012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6210
6211 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
6212 (macroexp--cons): Rename from maybe-cons.
6213 (macroexp--accumulate): Rename from macroexp-accumulate.
6214 (macroexp--all-forms): Rename from macroexpand-all-forms.
6215 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
6216 (macroexp--expand-all): Rename from macroexpand-all-1.
6217
628299e0
SS
62182012-06-06 Sam Steingold <sds@gnu.org>
6219
6220 * calendar/calendar.el (calendar-in-read-only-buffer):
6221 Call `special-mode' to enable the standard read-only keybindings.
6222
b7bb5838
SM
62232012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
6226 with "loading" messages (bug#11635).
6227
dfb308ba
MA
62282012-06-06 Michael Albinus <michael.albinus@gmx.de>
6229
6230 * files.el (enable-remote-dir-locals): New option.
6231 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
6232
0372ee92
MA
6233 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
6234 Ensure, that the temp directory is local.
6235
6236 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
6237 `temporary-file-directory'.
6238
eed0bb91
MA
6239 * progmodes/python.el (python-send-region): Ensure, that the
6240 temporary file is created also in the remote case.
6241
7a58f64d
GM
62422012-06-06 Glenn Morris <rgm@gnu.org>
6243
f7dd4e98
GM
6244 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
6245 (vc-rcs-update-changelog): Use it.
6246
090bd7cb 6247 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 6248
7a58f64d
GM
6249 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
6250 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
6251 (vc-sccs-diff): Replace use of the external vcdiff script.
6252
daed4003
GM
62532012-06-05 Glenn Morris <rgm@gnu.org>
6254
6255 * ledit.el: Move to obsolete/.
6256
48c455c7
SS
62572012-06-05 Sam Steingold <sds@gnu.org>
6258
ed9265fc 6259 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
6260 patch (Bug#11140).
6261
57a7d507
SM
62622012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6263
090bd7cb 6264 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 6265
53aacf21
SM
6266 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
6267 compiler-macro expansion.
6268
57a7d507
SM
6269 Add native compiler-macro support.
6270 * emacs-lisp/macroexp.el (macroexpand-all-1):
6271 Support compiler-macros directly. Properly follow aliases and apply
6272 the compiler macros more thoroughly.
6273 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
6274 macroexpand now properly follows aliases.
6275 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
6276 (cl-compiler-macroexpand): Use new prop.
6277 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
6278
6279 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
6280
51a5f9d8
MR
62812012-06-05 Martin Rudalics <rudalics@gmx.at>
6282
6283 * window.el (get-lru-window, get-mru-window, get-largest-window):
6284 New argument NOT-SELECTED to avoid picking the selected window.
6285 (window--display-buffer-1, window--display-buffer-2): Replace by
6286 new function window--display-buffer
6287 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
6288 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6289 Use window--display-buffer.
51a5f9d8
MR
6290 (display-buffer-use-some-window): Remove temporary dedication
6291 hack by calling get-lru-window and get-largest-window with
6292 NOT-SELECTED argument non-nil. Call window--display-buffer.
6293
08f9f738
GM
62942012-06-05 Glenn Morris <rgm@gnu.org>
6295
6296 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
6297 Replace external vcdiff script.
6298
e364a2b7
SM
62992012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6300
6301 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
6302
041df390
CY
63032012-06-04 Chong Yidong <cyd@gnu.org>
6304
e364a2b7
SM
6305 * image.el (imagemagick-types-inhibit): Revert last change.
6306 Add INFO and M.
47b36b94 6307 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 6308
7c1898a7
SM
63092012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6310
6311 * emacs-lisp/cl-lib.el: Rename from cl.el.
6312 * emacs-lisp/cl.el: New compatibility file.
6313 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
6314 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
6315 to obey the "cl-" prefix.
6316 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
6317
0c3461de
GM
63182012-06-03 Glenn Morris <rgm@gnu.org>
6319
1e266c88
GM
6320 * emacs-lisp/authors.el (authors-aliases): Addition.
6321
0c3461de
GM
6322 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
6323 Fix :version.
6324
d8a52e15
SM
63252012-06-03 Stefan Merten <smerten@oekonux.de>
6326
6327 * textmodes/rst.el: Add comments.
6328 (rst-transition, rst-adornment): New faces.
6329 (rst-adornment-faces-alist): Make default safe to reevaluate.
6330 Fixes
6331 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
6332 Improve customization tags.
6333 (rst-define-level-faces): Clarify meaning.
6334
5205d6f6
CY
63352012-06-03 Chong Yidong <cyd@gnu.org>
6336
6337 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
6338 (compilation-mode-line-run, compilation-mode-line-exit):
6339 New faces.
5205d6f6
CY
6340 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
6341
757ee657
JD
63422012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
6343
7c1898a7
SM
6344 * progmodes/which-func.el (which-func-update-ediff-windows):
6345 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 6346
5f2c76c6
CY
63472012-06-03 Chong Yidong <cyd@gnu.org>
6348
6349 * bindings.el: Remove explicit help text from format-mode-line.
6350 It is now supplied by mode-line-default-help-echo.
6351 (mode-line-front-space, mode-line-end-spaces)
6352 (mode-line-misc-info): New variables.
6353 (mode-line-modes, mode-line-position): Move the default value to
6354 the variable definition.
6355 (mode-line-default-help-echo): New defcustom.
383f7350
CY
6356 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
6357 (mode-line-modified-help-echo): New functions.
6358 (mode-line-mule-info, mode-line-modified): Use them.
6359 (mode-line-eol-desc, propertized-buffer-identification):
6360 Consistency fixes for help text.
cbe46e5f
CY
6361 (mode-line-coding-system-map): Allow using mouse-3 to invoke
6362 set-buffer-file-coding-system (Bug#289).
6363 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 6364
f2d6a3df
SM
63652012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * simple.el (execute-extended-command): Set real-this-command
6368 (bug#11506).
6369
37269466
CY
63702012-06-02 Chong Yidong <cyd@gnu.org>
6371
6372 Remove incorrect uses of "modeline" in comments, docstrings, and
6373 function/variable names (Bug#10329).
6374
6375 * cus-edit.el (mode-line):
6376 * dframe.el (dframe-mouse-hscroll):
6377 * emacs-lisp/re-builder.el:
6378 * emacs-lisp/easy-mmode.el (define-minor-mode):
6379 * frame.el (set-frame-name):
6380 * help.el (lookup-minor-mode-from-indicator):
6381 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
6382 * progmodes/cc-cmds.el (c-toggle-auto-newline)
6383 (c-toggle-hungry-state):
6384 * progmodes/antlr-mode.el (antlr-language-alist):
6385 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
6386 * progmodes/vhdl-mode.el (vhdl-mode):
6387 * progmodes/which-func.el (which-func, which-func-cleanup-function):
6388 * term/ns-win.el (ns-face-at-pos):
6389 * term/sup-mouse.el (sup-mouse-report):
6390 * textmodes/flyspell.el (flyspell-mode-line-string):
6391 * textmodes/ispell.el (ispell-highlight-face):
6392 * textmodes/reftex-global.el:
6393 * vc/vc-arch.el (vc-arch-mode-line-string):
6394 * vc/vc-cvs.el (vc-cvs-mode-line-string):
6395 * vc/vc-git.el (vc-git-mode-line-string):
6396 * vc/vc-hooks.el (vc-display-status)
6397 (vc-default-mode-line-string):
6398 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
6399
6400 * ansi-color.el (ansi-color-faces-vector): Change default faces.
6401
6402 * dired.el (dired-sort-set-mode-line): Rename from
6403 dired-sort-set-modeline. All callers changed.
6404
6405 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
6406 eshell-status-in-modeline.
6407
6408 * foldout.el (foldout-mode-line-string): Rename from
6409 foldout-modeline-string. All callers changed.
6410 (foldout-update-mode-line): Rename from foldout-update-modeline.
6411
6412 * subr.el (redraw-modeline): Make into obsolete alias.
6413
6414 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
6415 timeclock-modeline-display. Make old name an alias.
6416 (timeclock-update-mode-line): Likewise. All callers changed.
6417 (timeclock-mode-line-display): No need to check before using
6418 add-hook.
6419 (timeclock-relative, timeclock-day-over-hook)
6420 (timeclock-use-elapsed, timeclock-mode-string)
6421 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
6422
6423 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
6424 crisp-mode-modeline-string.
6425
6426 * play/solitaire.el (solitaire-build-mode-line): Rename from
6427 solitaire-build-modeline. All callers changed.
6428
6429 * play/zone.el (zone-hiding-mode-line): Rename from
6430 zone-hiding-modeline. All callers changed.
6431 (zone): Remove unusued `modeline-hidden-level' property.
6432
6433 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
6434 xscheme-modeline-initialize. All callers changed.
6435
6436 * strokes.el (strokes-lighter): Rename from
6437 strokes-modeline-string.
6438
6439 * textmodes/sgml-mode.el (html-face-tag-alist)
6440 (html-tag-face-alist): Use mode-line face instead of obsolete
6441 alias modeline.
6442
42152ee4
SM
64432012-06-02 Stefan Merten <smerten@oekonux.de>
6444
6445 * textmodes/rst.el: Always require `cl'.
4cf9b38d 6446 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 6447
95f520b5
CY
64482012-06-02 Chong Yidong <cyd@gnu.org>
6449
6450 * image.el (imagemagick-enabled-types): Rename from
6451 imagemagick-types-enable. Add many more types.
6452 (imagemagick-types-inhibit): Change default to nil.
6453 (imagemagick-filter-types): Caller changed.
6454
4a5f187a
SM
64552012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6456
03fef3e6
SM
6457 * emacs-lisp/cl-macs.el: Use backquotes.
6458 (cl-transform-function-property): Use eval-and-compile rather than
6459 abusing `require'.
6460 (defstruct): Use declare-function instead of with-no-warnings.
6461
4a5f187a
SM
6462 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
6463 (byte-compile-output-docform): Re-add the print-circle bindings.
6464 (byte-compile-fix-header): Use #$ just because it's shorter.
6465 (byte-compile-output-file-form): Remove defun/defmacro.
6466
bd56924f
MR
64672012-06-01 Martin Rudalics <rudalics@gmx.at>
6468
6469 * simple.el (choose-completion): Remove now obsolete binding for
6470 owindow.
6471
046e38ce
MA
64722012-06-01 Michael Albinus <michael.albinus@gmx.de>
6473
6474 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
6475 in order to avoid "Stack overflow in regexp matcher".
6476
32d72c2f
GM
64772012-05-31 Glenn Morris <rgm@gnu.org>
6478
6479 * image.el: For clarity, call imagemagick-register-types at
6480 top-level, rather than relying on a custom :initialize.
6481 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
6482 (imagemagick-filter-types): New function. (Bug#7406)
6483 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
6484 If disabling support, remove elements altogether rather
6485 than using an impossible regexp.
6486 (imagemagick-types-inhibit): Give it the default init function.
6487
dd41169b
SM
64882012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6489
4a5f187a
SM
6490 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
6491 Handle arbitrary file name lengths (Bug#11585).
dd41169b 6492
efc00ab1 64932012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
6494
6495 * desktop.el (desktop-read): Clear previous and next buffers for
6496 all windows and bury *Messages* buffer (bug#11556).
6497
500fcedc
SM
64982012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6499
6500 Add `declare' for `defun'. Align `defmacro's with it.
6501 * emacs-lisp/easy-mmode.el (define-minor-mode)
6502 (define-globalized-minor-mode): Don't autoload the var definitions.
6503 * emacs-lisp/byte-run.el: Use lexical-binding.
6504 (defun-declarations-alist, macro-declarations-alist): New vars.
6505 (defmacro, defun): Use them.
6506 (make-obsolete, define-obsolete-function-alias)
6507 (make-obsolete-variable, define-obsolete-variable-alias):
6508 Use `declare'.
6509 (macro-declaration-function): Mark obsolete.
6510 * emacs-lisp/autoload.el: Use lexical-binding.
6511 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
6512
6e8a1786
AM
65132012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6514
6515 * textmodes/ispell.el (ispell-with-no-warnings):
6516 Define as a macro.
500fcedc
SM
6517 (ispell-kill-ispell, ispell-change-dictionary):
6518 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
6519 `interactive-p'.
6520
61b108cc
SM
65212012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
6524 (macro-declaration-function): Move var from C code.
6525 (macro-declaration-function): Define function with defalias.
6526 * emacs-lisp/macroexp.el (macroexpand-all-1):
6527 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6528 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
6529 defun/defmacro any more.
6530 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
6531 Provide fallback for unknown arglist.
6532 (byte-compile-arglist-warn): Change calling convention.
6533 (byte-compile-output-file-form): Move print-vars binding.
6534 (byte-compile-output-docform): Simplify accordingly.
6535 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
6536 (byte-compile-defmacro-declaration): Remove.
6537 (byte-compile-file-form-defmumble): Generalize to defalias.
6538 (byte-compile-output-as-comment): Return byte-positions.
6539 Simplify callers accordingly.
6540 (byte-compile-lambda): Use `assert'.
6541 (byte-compile-defun, byte-compile-defmacro): Remove.
6542 (byte-compile-file-form-defalias):
6543 Use byte-compile-file-form-defmumble.
6544 (byte-compile-defalias-warn): Remove.
6545
6d3f7c2f
SM
65462012-05-29 Stefan Merten <smerten@oekonux.de>
6547
6548 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 6549 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
6550
6551 (rst-mode-abbrev-table): Merge definition.
6552 (rst-mode): Make sure `font-lock-defaults' is buffer local.
6553 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
6554
6dbaa1c7
UJ
65552012-05-29 Ulf Jasper <ulf.jasper@web.de>
6556
6557 * calendar/icalendar.el
6558 (icalendar-export-region): Export UID properly.
6559
d209e2fb 65602012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
6561 * calendar/icalendar.el (icalendar-import-format):
6562 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
6563 (icalendar-import-format-uid): New.
6564 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
6565 Export UID.
6566
6876a58d
SM
65672012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
6570 different alternative patterns.
6571 (pcase-codegen): Be more careful to preserve identity.
6572 (pcase--u1): Don't forget to mark vars as used.
6573
6574 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
6575 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
6576 (byte-compile-from-buffer): ...rather than here.
6577
6578 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
6579 functions from byte-compile-function-environment.
6580
46b7967e
TN
65812012-05-29 Troels Nielsen <bn.troels@gmail.com>
6582
6583 * window.el (window-deletable-p): Avoid deleting the root window
6584 of a frame with an active minibuffer.
6585
69d565e2
MR
65862012-05-29 Martin Rudalics <rudalics@gmx.at>
6587
6588 * simple.el (choose-completion): Use quit-window (Bug#11567).
6589
a149fa51
CY
65902012-05-29 Chong Yidong <cyd@gnu.org>
6591
6592 * whitespace.el (whitespace-cleanup): Fix usage of
6593 whitespace-empty-at-bob-regexp (Bug#11492).
6594
2b311310
AH
65952012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6596
6597 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
6598 revert (Bug#11488).
6599
b9cb2387
JL
66002012-05-29 Juri Linkov <juri@jurta.org>
6601
6602 * isearch.el (isearch-mode-map): Bind `M-s _' to
6603 `isearch-toggle-symbol'. Bind `M-s c' to
6604 `isearch-toggle-case-fold'.
6605 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
6606 (isearch-forward): Add `M-s _' to the docstring.
6607 (isearch-forward-symbol, isearch-toggle-case-fold)
6608 (isearch-symbol-regexp): New functions. (Bug#11381)
6609
d5e61c1c
JL
66102012-05-29 Juri Linkov <juri@jurta.org>
6611
6612 * isearch.el (isearch-word): Add docstring. (Bug#11381)
6613 (isearch-occur, isearch-search-and-update): If `isearch-word' is
6614 a function, call it to get the regexp.
6615 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
6616 property `isearch-message-prefix' instead of the string "word ".
6617 (isearch-search-fun-default): For the case of `isearch-word',
6618 return a lambda that calls re-search-forward/re-search-backward
6619 with a regexp returned by `word-search-regexp' or by the function
6620 in `isearch-word'.
6621
8cbd80f7
JL
66222012-05-29 Juri Linkov <juri@jurta.org>
6623
6624 * isearch.el (isearch-search-fun-default): New function.
6625 (isearch-search-fun): Move default part to the new function
6626 `isearch-search-fun-default'.
6627 (isearch-search-fun-function): Set the default value to
6628 `isearch-search-fun-default'. (Bug#11381)
6629
6630 * comint.el (comint-history-isearch-end):
6631 Use `isearch-search-fun-default'.
6632 (comint-history-isearch-search): Use `isearch-search-fun-default'
6633 and remove spacial case for `isearch-word'.
6634 (comint-history-isearch-wrap): Remove spacial case for
6635 `isearch-word'.
6636
6637 * hexl.el (hexl-isearch-search-function):
6638 Use `isearch-search-fun-default'.
6639
6640 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
6641 Use `word-search-regexp' for `isearch-word'.
6642
6643 * misearch.el (multi-isearch-search-fun):
6644 Use `isearch-search-fun-default'.
6645
6646 * simple.el (minibuffer-history-isearch-search):
6647 Use `isearch-search-fun-default' and remove spacial case for
6648 `isearch-word'.
6649 (minibuffer-history-isearch-wrap): Remove spacial case for
6650 `isearch-word'.
6651
6652 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
6653 Remove spacial case for `isearch-word'.
6654 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
6655
85c8c5b6
AM
66562012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6657
6658 Decrease XEmacs incompatibilities.
6659 * textmodes/flyspell.el (flyspell-check-pre-word-p):
6660 Use `string-match'.
6661 (flyspell-delete-region-overlays): Use alternative definition for
6662 XEmacs.
6663 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
6664 (flyspell-word): Use `process-kill-without-query' if XEmacs.
6665 (flyspell-mode-on): Use `interactive-p' if XEmacs.
6666 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
6667 `define-obsolete-face-alias' under XEmacs, but old method.
6668
6669 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
6670 `with-no-warnings' definition or Emacs alias.
6671 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
6672 (ispell-word): Do not use `region-p' if XEmacs.
6673
8cab9efc
AM
66742012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6675
6676 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6677 Check for `ispell-dictionary-base-alist' instead of full
6678 `ispell-dictionary-alist'.
6679 (ispell-init-process): Show spellchecker when starting new Ispell
6680 process.
6681
fda91268
RZ
66822012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6683
6684 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
6685 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
6686
694ea8e3
JB
66872012-05-27 Juanma Barranquero <lekktu@gmail.com>
6688
6689 * version.el (motif-version-string, gtk-version-string)
6690 (ns-version-string): Declare.
6691
e4d4f539
JL
66922012-05-27 Juri Linkov <juri@jurta.org>
6693
6694 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
6695 after the `eval-defun-1' specialcaseing
6696 like in `edebug-eval-defun' (bug#10181).
6697
6698 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
6699 like in `eval-defun-1'.
6700
33017faf 67012012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 6702
fda91268
RZ
6703 * mail/sendmail.el (mail-yank-region):
6704 Recognize rmail-yank-current-message in addition to insert-buffer.
6705 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
6706 a *mail* buffer created through rmail-start-mail with sendmail as
6707 mail-user-agent.
6708
33017faf
GM
67092012-05-27 Chong Yidong <cyd@gnu.org>
6710
6711 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
6712 Default to 256 (Bug#11267).
6713
6714 * help.el (describe-mode): Doc fix.
6715
04188bb9
GM
67162012-05-26 Glenn Morris <rgm@gnu.org>
6717
38264cc9
GM
6718 * w32-fns.el (w32-init-info): Remove.
6719 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
6720
eb7afdad
GM
6721 * info.el (info-initialize): For self-contained NS builds, put the
6722 included info/ directory at the front. (Bug#2791)
6723
04188bb9
GM
6724 * paths.el (Info-default-directory-list): Make it a defcustom,
6725 mainly so that we can use custom-initialize-delay.
6726
a179e3f7
SM
67272012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
6728
43416392
SM
6729 * subr.el (buffer-has-markers-at): Mark obsolete.
6730
a179e3f7 6731 * subr.el (lambda): Use declare.
43416392 6732
a179e3f7
SM
6733 * emacs-lisp/lisp-mode.el (lambda):
6734 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
6735
34a008d9
AH
67362012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6737
6738 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
6739
0a3b289f
GM
67402012-05-26 Glenn Morris <rgm@gnu.org>
6741
6742 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
6743
758c81e8
GM
67442012-05-25 Glenn Morris <rgm@gnu.org>
6745
f9f334f0
GM
6746 * paths.el: Remove no-byte-compile.
6747 * loadup.el: No need to load paths.el uncompiled.
6748
87eb79c2
GM
6749 * image.el (imagemagick-types-inhibit): Doc fix.
6750
758c81e8
GM
6751 * version.el: Remove no-byte-compile and associated formatting.
6752 * loadup.el: No need to load version.el uncompiled. AFAICS, this
6753 is ancient code from when there was an "inc-vers.el".
6754
e7e85dc0
SM
67552012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6756
6757 * progmodes/gdb-mi.el: Minor style changes.
6758 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
6759 Turn into minor modes.
6760 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
6761 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
6762 (gdb-shell): Remove unneeded let-binding.
6763 (gdb-get-many-fields): Eliminate O(n²) behavior.
6764
f31237a4
EZ
67652012-05-25 Eli Zaretskii <eliz@gnu.org>
6766
6767 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
6768 platforms that don't link in fontset.c.
6769
bc1b21bb
JL
67702012-05-25 Juri Linkov <juri@jurta.org>
6771
6772 Use the same diff color scheme as in modern VCSes (bug#10181).
6773
6774 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
6775 to avoid confusion with `diff-added' that now uses green colors.
6776 (diff-removed): Use shades of red.
6777 (diff-added): Use shades of green.
6778 (diff-changed): Leave just the yellow color.
6779 (diff-use-changed-face): New variable.
6780 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
6781 how to highlight context diff changes.
6782 (diff-refine-change): Use shades of yellow.
6783 (diff-refine-removed): New face that uses shades of red.
6784 (diff-refine-added): New face that uses shades of green.
6785 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
6786 `diff-refine-removed' in the call to `smerge-refine-subst'
6787 depending on the value of `diff-use-changed-face'.
6788
6789 * vc/smerge-mode.el (smerge-mine): Use shades of red.
6790 (smerge-other): Use shades of green.
6791 (smerge-base): Use shades of yellow.
6792 (smerge-refined-change): Empty face.
6793 (smerge-refined-removed): New face that uses shades of red.
6794 (smerge-refined-added): New face that uses shades of green.
6795 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
6796 args `props-r' and `props-a', and use them. Doc fix.
6797 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
6798 on its value use different faces `smerge-refined-change',
6799 `smerge-refined-removed', `smerge-refined-added' in the call to
6800 `smerge-refine-subst'.
6801
6802 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
6803 Add face condition `min-colors 88' with shades of red.
6804 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
6805 `min-colors 88' with shades of green.
6806 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
6807 `min-colors 88' with shades of yellow.
6808
6df9112c
GM
68092012-05-24 Glenn Morris <rgm@gnu.org>
6810
ead5edc0
GM
6811 * paths.el (prune-directory-list, remote-shell-program): Move to...
6812 * files.el (prune-directory-list, remote-shell-program): ...here.
6813 For the latter, delay initialization, prefer ssh, just search PATH.
6814
f18b81e6
GM
6815 * paths.el (term-file-prefix): Move to faces.el (the only user).
6816 * faces.el (term-file-prefix): Move here, make it a defcustom.
6817
ee2f89a6
GM
6818 * paths.el (news-directory, news-path, news-inews-program):
6819 Move to gnus/nnspool.el.
61a583ca 6820
f8815e4c
GM
6821 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
6822
c8f3b42c
GM
6823 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
6824 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
6825 Make the latter a defcustom, with a delayed initialization.
6826
6df9112c
GM
6827 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
6828 These were deleted from Gnus itself late 2010.
6829
5dadff36
JB
68302012-05-22 Juanma Barranquero <lekktu@gmail.com>
6831
9e1701c6
JB
6832 * progmodes/which-func.el (which-func-ff-hook):
6833 Check against user-error, not error.
6834
bd7239f5 6835 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
6836 cl-specs.el, which no longer exists.
6837
3290526d
GM
68382012-05-22 Glenn Morris <rgm@gnu.org>
6839
6840 * info.el (info-emacs-bug): New command.
6841 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
6842 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
6843
ff0c3cfb
GM
68442012-05-21 Glenn Morris <rgm@gnu.org>
6845
6846 * makefile.w32-in (update-subdirs-SH):
6847 * Makefile.in (update-subdirs): Update for moved update-subdirs.
6848
5814f126
SM
68492012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6850
a52c0aa0
SM
6851 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
6852
5814f126
SM
6853 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6854 Simplify Maven regexp, and make sure the file can't start with a space
6855 (bug#11517).
6856
b847032c
GM
68572012-05-21 Glenn Morris <rgm@gnu.org>
6858
6859 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6860 Scrap superfluous subshells.
6861
3858bfe7
SM
68622012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
6865 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
6866
d14b0029
JB
68672012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
6868
6869 * calc/calc.el (calc-ensure-consistent-units): New variable.
6870
a52c0aa0
SM
6871 * calc/calc-units.el (math-consistent-units-p)
6872 (math-check-unit-consistency): New functions.
6873 (calc-quick-units, calc-convert-units):
6874 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
6875 is non-nil.
d14b0029
JB
6876 (calc-extract-units): Fix typo.
6877
60c4db3a
SM
68782012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6879
77f3b62e
SM
6880 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
6881
60c4db3a
SM
6882 * textmodes/flyspell.el: Commenting style, plus code simplifications.
6883 (flyspell-default-deplacement-commands): Don't spell check after
6884 repeated window/frame switches (e.g. triggered by mouse-movement).
6885 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
6886 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
6887 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
6888 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
6889 Remove unused vars.
6890 (flyspell-get-casechars, flyspell-get-not-casechars):
6891 Simplify; Don't bother removing a ] just to add it back.
6892 * textmodes/ispell.el (ispell-program-name): Use executable-find.
6893
d209e2fb 68942012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
6895
6896 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
6897 New functions.
bd7239f5 6898 (math-function-table): Add support for more C functions.
b1a10716 6899
3f1b25b5
AM
69002012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6901
090bd7cb
JB
6902 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6903 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6904 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 6905
b581bb5c
SM
69062012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
6907
6908 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
6909 their respective macro declarations.
6910 * skeleton.el (define-skeleton):
6911 * progmodes/compile.el (define-compilation-mode):
6912 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
6913 (define-ibuffer-filter):
6914 * emacs-lisp/generic.el (define-generic-mode):
6915 * emacs-lisp/easy-mmode.el (define-minor-mode)
6916 (define-globalized-minor-mode):
6917 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
6918 * emacs-lisp/byte-run.el (defsubst):
6919 * custom.el (deftheme): Add doc-string metadata.
6920
70b8ef8f
SM
69212012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
6924
b1198e17
SM
69252012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6926
9abdc45d
SM
6927 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
6928
b1198e17
SM
6929 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
6930 * emacs-lisp/cl-macs.el: Idem.
6931 * emacs-lisp/cl-specs.el: Remove.
6932
4735906a
SM
69332012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 Minor renaming of internal CL functions and variables.
6936 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
6937 (cl--position): Rename from cl-position.
6938 (cl--delete-duplicates): Rename from cl-delete-duplicates.
6939 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
6940 (cl--random-state): Rename from *random-state*.
6941
ac348012
SM
69422012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6943
6944 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
6945 parens around the arg list (bug#11499).
6946
a0a79cde
JL
69472012-05-17 Juri Linkov <juri@jurta.org>
6948
6949 * isearch.el (word-search-regexp, word-search-backward)
6950 (word-search-forward, word-search-backward-lax)
6951 (word-search-forward-lax): Move functions from search.c
6952 (bug#10145, bug#11381).
6953
65034a51
AM
69542012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6955
090bd7cb
JB
6956 * textmodes/flyspell.el (flyspell-check-pre-word-p)
6957 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
6958 Delay for otherchars as for normal word components.
65034a51 6959
1a72a195
SM
69602012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6961
6962 * minibuffer.el (completion--sifn-requote): Fix last change.
6963 (minibuffer-local-must-match-filename-map):
6964 Move define-obsolete-variable-alias before its var.
6965
fdb058c2
SM
69662012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6967
c41045e6
SM
6968 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
6969
036dfb8b
SM
6970 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
6971 behavior.
6972 (completion--string-equal-p): New function.
6973 (completion--twq-all): Use it to get better assertion failure data.
6974
2473256d
SM
6975 Only handle ".." and '..' quoting in shell-mode (bug#11466).
6976 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
6977 (shell--requote-argument): New functions.
6978 (shell-completion-vars): Use them.
6979 (shell--parse-pcomplete-arguments): Rename from
6980 shell-parse-pcomplete-arguments.
6981 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
6982 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
6983 Obey comint-file-name-quote-list.
6984
fdb058c2
SM
6985 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
6986 (smie-indent-keyword): Use it.
6987
51fa99f1
SM
69882012-05-14 Stefan Merten <smerten@oekonux.de>
6989
6990 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
6991
e18afed7 69922012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
6993
6994 * net/rlogin.el (rlogin-mode-map): Fix last change.
6995
e18afed7 69962012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
6997
6998 * mail/smtpmail.el (smtpmail-send-command): Send the command and
6999 the following \r\n using a single `process-send-string', since the
7000 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 7001 with two `process-send-string's (Bug#11444).
8633b1f4 7002
e18afed7 70032012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 7004
fdb058c2
SM
7005 * shell.el (shell-parse-pcomplete-arguments):
7006 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 7007
2d21d7f6
WJ
70082012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7009
e18afed7 7010 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
7011 (image-transform-scale, image-transform-right-angle-fudge): New vars.
7012 (image-transform-width, image-transform-fit-width): New functions.
7013 (image-transform-properties): Use them.
7014 (image-transform-check-size): New function.
7015 (image-toggle-display-image): Use it (for testing).
7016 (image-transform-set-rotation): Reduce angle mod 360.
7017 Delete obsolete comment.
7018
7102e6d0
WJ
70192012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
7020
7021 * image-mode.el: Fix scaling (bug#11399).
7022 (image-transform-resize): Doc fix.
7023 (image-transform-properties): Default scale is 1 and height should
7024 be an integer.
7025
06bc5e6e
SM
70262012-05-13 Johan Bockgård <bojohan@gnu.org>
7027
7028 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
7029 than hard-coding `car', to fix misbehavior when moving forward.
7030
0ae03b6a
CY
70312012-05-13 Chong Yidong <cyd@gnu.org>
7032
7033 * emacs-lisp/tabulated-list.el (tabulated-list-format)
7034 (tabulated-list-entries, tabulated-list-padding)
7035 (tabulated-list-sort-key): Make permanent-local.
7036
7037 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
7038 (electric-buffer-list): Put electric buffer menu
7039 command descriptions in this docstring, instead of the docstring
7040 of electric-buffer-menu-mode. Code cleanups.
7041 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
7042 Electric-buffer-menu-mode.
7043 (electric-buffer-update-highlight): Minor code cleanup.
7044
205a7391
MA
70452012-05-13 Michael Albinus <michael.albinus@gmx.de>
7046
7047 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
7048 (Bug#11447)
7049
e5bd0a28
SM
70502012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7051
7052 Move define-obsolete-variable-alias before the var's definition.
7053 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
7054 * tooltip.el (tooltip-hook):
7055 * textmodes/reftex-toc.el (reftex-toc-map):
7056 * textmodes/reftex-sel.el (reftex-select-label-map)
7057 (reftex-select-bib-map):
7058 * textmodes/reftex-index.el (reftex-index-map)
7059 (reftex-index-phrases-map):
7060 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
7061 * progmodes/meta-mode.el (meta-mode-map):
7062 * novice.el (disabled-command-hook):
7063 * loadhist.el (unload-hook-features-list):
7064 * frame.el (blink-cursor):
7065 * files.el (find-file-not-found-hooks, write-file-hooks)
7066 (write-contents-hooks):
7067 * emulation/tpu-edt.el (GOLD-map):
7068 * emacs-lock.el (emacs-lock-from-exiting):
7069 * emacs-lisp/generic.el (generic-font-lock-defaults):
7070 * emacs-lisp/chart.el (chart-map):
7071 * dos-fns.el (register-name-alist):
7072 * dired-x.el (dired-omit-files-p):
7073 * desktop.el (desktop-enable):
7074 * cus-edit.el (custom-mode-hook):
7075 * buff-menu.el (buffer-menu-mode-hook):
7076 * bookmark.el (bookmark-read-annotation-text-func)
7077 (bookmark-exit-hooks):
7078 * allout.el (allout-mode-deactivate-hook)
7079 (allout-exposure-change-hook, allout-structure-added-hook)
7080 (allout-structure-deleted-hook, allout-structure-shifted-hook):
7081 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
7082 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
7083 comes before the corresponding variable's definition.
7084
ac59c2f6
CY
70852012-05-12 Chong Yidong <cyd@gnu.org>
7086
7087 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
7088 (Buffer-menu-mouse-select): Restore function (Bug#11459).
7089 (Buffer-menu-mode-map): Bind it.
7090 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 7091
dee6c9a3
SM
70922012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
7093
2171cea5
SM
7094 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
7095 (prolog-upper-case-string, prolog-lower-case-string)
7096 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
7097 (prolog-use-smie, prolog-smie-grammar): New vars.
7098 (prolog-smie-forward-token, prolog-smie-backward-token)
7099 (prolog-smie-rules): New funs.
7100 (prolog-comment-indent): Remove.
7101 (prolog-mode-variables): Use default comment indentation instead.
7102 Setup SMIE.
7103 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
7104 (prolog-mode): Don't call them any more.
7105 (prolog-electric-colon, prolog-electric-dash)
7106 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
7107
aa0382bd
SM
7108 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
7109
dbacb4bd
SM
7110 * minibuffer.el (completion--twq-all): Again, allow case differences.
7111
13bdd94c
SM
7112 * term.el: Move keymap initialization code to be more idiomatic.
7113 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
7114 (term-terminal-menu): Move initialization into declaration.
7115 (term-escape-char): Let the user set it in her .emacs.
7116
ff46c759
SM
7117 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
7118 Provide SMIE-based indentation (not enabled by default yet).
7119 (sh-mode-map): Don't bind electric keys.
7120 Use electric-pair-mode instead of skeleton-pair.
7121 (sh-assignment-regexp): Fit within 80 columns.
7122 (sh-indent-supported): Specify actual shell name instead of boolean.
7123 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
7124 (sh-maybe-here-document): Use it. Make obsolete.
7125 (sh-electric-here-document-mode) New minor mode.
7126 (sh-mode): Use it. Don't set sh-indent-supported-here here.
7127 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
7128 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
7129 (sh-smie-rc-grammar, sh-use-smie): New vars.
7130 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
7131 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
7132 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
7133 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
7134 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
7135 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
7136 (sh-set-shell): Use smie-setup if requested.
7137
dee6c9a3
SM
7138 * term.el (term-set-escape-char): Properly set term-escape-char.
7139 See http://stackoverflow.com/questions/10524656.
7140
9f9aa044
CY
71412012-05-10 Chong Yidong <cyd@gnu.org>
7142
7143 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
7144 Use url-generic-parse-url, and handle host names and Windows
7145 filenames properly.
7146 (ffap-url-unwrap-remote): Use url-generic-parse-url.
7147 (ffap-url-unwrap-remote): Accept list values, specifying a list of
7148 URL schemes to work on.
7149 (ffap--toggle-read-only): New function.
7150 (ffap-read-only, ffap-read-only-other-window)
7151 (ffap-read-only-other-frame): Use it.
7152 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
7153 necessary for ffap-url-unwrap-remote.
7154
836d29b3
DA
71552012-05-10 Dave Abrahams <dave@boostpro.com>
7156
7157 * cus-start.el (create-lockfiles): Add it.
7158
00fd78ed
CY
71592012-05-09 Chong Yidong <cyd@gnu.org>
7160
7161 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
7162 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
7163
666b903b 71642012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
7165
7166 * shell.el (shell-completion-vars): Fix last change (bug#11348).
7167
666b903b 71682012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
7169
7170 * ansi-color.el (ansi-color-process-output): Check for validity of
7171 comint-last-output-start before using it. This avoids a bad
7172 interaction with gdb-mi's input/output buffer.
7173
666b903b 71742012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
7175
7176 * files.el (dir-locals-read-from-file):
7177 Mention dir-locals in any error message.
7178
666b903b 71792012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
7180
7181 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
7182 package (Bug#11410).
7183
f677562b
CY
7184 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
7185 variables into description.
7186
666b903b 71872012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
7188
7189 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
7190 shell-delimiter-argument-list (bug#11348).
7191 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
7192
b499d8d0
JB
71932012-05-09 Juanma Barranquero <lekktu@gmail.com>
7194
8f6b6da8
JB
7195 * textmodes/rst.el: Silence byte-compiler warnings.
7196 (rst-re-alist, rst-reset-section-caches): Move around.
7197 (rst-re): Use `characterp', not `char-valid-p'.
7198 (font-lock-beg, font-lock-end): Declare.
7199
4824146a
JB
7200 * progmodes/idlw-shell.el (specs): Remove reference to deleted
7201 variable `idlwave-shell-activate-alt-keybindings' and simplify.
7202
b499d8d0
JB
7203 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
7204
ad89bb83
GM
72052012-05-08 Glenn Morris <rgm@gnu.org>
7206
7207 * files.el (auto-mode-alist): Treat ".make" like ".mk".
7208
8bba5a75
SM
72092012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7210
49ed9c8e
SM
7211 * vc/log-edit.el: Add GNU coding standards highlighting.
7212 (log-edit-font-lock-gnu-style)
7213 (log-edit-font-lock-gnu-keywords): New vars.
7214 (log-edit-font-lock-keywords): New fun.
7215 (log-edit-mode): Don't fold case in font-lock.
7216 (log-edit-font-lock-keywords): Do not assume case-folding.
7217
07d00b56
SM
7218 * imenu.el: Misc cleanup. Make docstrings out of comments.
7219 Use lexical-binding.
7220 (imenu--index-alist, imenu--last-menubar-index-alist)
7221 (imenu-menubar-modified-tick): Use defvar-local.
7222 (imenu--split-menu): Remove unused var.
7223 (imenu--cleanup-seen): Declare as global.
7224 (imenu--cleanup): Use dolist.
7225
8bba5a75
SM
7226 * subr.el (defvar-local): Add debug spec and doc-string position.
7227
5075bdb5
GM
72282012-05-08 Glenn Morris <rgm@gnu.org>
7229
090bd7cb 7230 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
7231 * language/english.el, language/georgian.el, language/greek.el:
7232 * language/japanese.el, language/khmer.el, language/korean.el:
7233 * language/lao.el, language/misc-lang.el, language/romanian.el:
7234 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
7235 * language/thai.el, language/utf-8-lang.el:
7236 Remove no-byte-compile setting.
7237
5075bdb5
GM
7238 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
7239
06f679a7
AH
72402012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7241
7242 * progmodes/make-mode.el (makefile-browse):
7243 Remove unnecessary interactive. (Bug#11324)
7244
03794570
GM
72452012-05-07 Glenn Morris <rgm@gnu.org>
7246
af8630f4
GM
7247 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
7248
03794570
GM
7249 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
7250
f0809a9d
SM
72512012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7252
28be5ce7
SM
7253 * loadup.el: Preload newcomment.el.
7254 * newcomment.el: Move autoload-only code to toplevel.
7255
f0809a9d
SM
7256 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
7257 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
7258 Handle new :right-align column property.
7259 (tabulated-list-print-col): Idem, plus use `display' text-property to
7260 try and preserve alignment for variable pitch fonts.
7261
1241b724
CY
72622012-05-07 Chong Yidong <cyd@gnu.org>
7263
7264 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
7265 (tabulated-list-use-header-line): New var.
7266 (tabulated-list-init-header): Use it.
7267 (tabulated-list-print-fake-header): New function.
7268 (tabulated-list-print): Use it.
7269 (tabulated-list-sort-button-map): Add non-header-line commands.
7270 (tabulated-list-init-header): Add column name property to basic
7271 labels as well.
7272 (tabulated-list-col-sort): Handle non-header-line button case.
7273 (tabulated-list--sort-by-column-name): Fix a corner case.
7274
f0809a9d
SM
7275 * buff-menu.el (list-buffers--refresh):
7276 Handle Buffer-menu-use-header-line.
1241b724 7277
e5f9458f
CY
72782012-05-06 Chong Yidong <cyd@gnu.org>
7279
7280 * buff-menu.el: Convert to Tabulated List mode.
7281 (Buffer-menu-buffer+size-width): Make obsolete.
7282 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
7283 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
7284 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
7285 documentation into docstring of buffer-menu.
7286 (Buffer-menu-toggle-files-only): Add an informative message.
7287 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
7288 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
7289 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
7290 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
7291 (Buffer-menu-execute, Buffer-menu-select)
7292 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
7293 (Buffer-menu-bury): Use Tabulated List machinery.
7294 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
7295 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 7296 Delete.
e5f9458f
CY
7297 (list-buffers--refresh): New function.
7298 (list-buffers-noselect): Use it.
7299 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
7300 (Buffer-menu--pretty-file-name): New helper functions.
7301
7302 * loadup.el: Preload tabulated-list.
7303
7304 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
7305 tabulated-list-sort-column.
7306 (tabulated-list-init-header): Add the initial aligning space even
7307 if tabulated-list-padding is zero.
7308
e129292c
CS
73092012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
7310
7311 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
7312 whose cdr is not a cons cell correctly (bug#11038).
7313
6632d361
CY
73142012-05-06 Chong Yidong <cyd@gnu.org>
7315
e129292c
CS
7316 * emacs-lisp/tabulated-list.el (tabulated-list-format):
7317 Accept additional plist in column descriptors.
6632d361
CY
7318 (tabulated-list-init-header): Obey it.
7319 (tabulated-list-get-entry): New function.
7320 (tabulated-list-put-tag): Use it. Use string-width instead of
7321 length.
7322 (tabulated-list--column-number): New function.
7323 (tabulated-list-print): Use it.
e129292c
CS
7324 (tabulated-list-print-col): New function.
7325 Set `tabulated-list-column-name' property on each column's text.
6632d361 7326 (tabulated-list-print-entry): Use it.
e129292c
CS
7327 (tabulated-list-delete-entry, tabulated-list-set-col):
7328 New functions.
6632d361
CY
7329 (tabulated-list-sort-column): New command (Bug#11337).
7330
3cc99f68
CY
7331 * buff-menu.el (list-buffers): Move C-x C-b binding from
7332 buff-menu.el to bindings.el.
7333
7334 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
7335 :advertised-binding feature.
7336
52b61776
TN
73372012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
7338
7339 * progmodes/compile.el (compilation-internal-error-properties):
7340 Calculate start position correctly when end-col is set but
7341 end-line is not (Bug#11382).
7342
ebfe2597
WJ
73432012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
7344
7345 * man.el (Man-unindent): Use text-property-default-nonsticky to
7346 prevent untabify from inheriting face properties (Bug#11408).
7347
6d3f7c2f
SM
73482012-05-05 Stefan Merten <smerten@oekonux.de>
7349
7350 * textmodes/rst.el: Major merge with upstream development up to
7351 Docutils SVN r7399 / rst.el V1.2.1.
7352
7353 Clarify maintainership and authors.
7354
7355 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
7356 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
7357 (rst-official-version, rst-official-cvs-rev, rst-version)
7358 (rst-package-emacs-version-alist): New functions and variables
7359 for version information.
7360
7361 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
7362 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
7363 (rst-mode-syntax-table, rst-mode): New and corrected functions
7364 and variables representing reStructuredText features.
7365
7366 (rst-re): New function for reStructuredText regexes. Use in
7367 many places.
7368
7369 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
7370 (rst-mode-map): Rebind keys.
7371
7372 (rst-mode-lazy, rst-font-lock-keywords)
7373 (rst-font-lock-extend-region)
7374 (rst-font-lock-extend-region-internal)
7375 (rst-font-lock-extend-region-extend)
7376 (rst-font-lock-find-unindented-line-limit)
7377 (rst-font-lock-find-unindented-line-match)
7378 (rst-adornment-level, rst-font-lock-adornment-level)
7379 (rst-font-lock-adornment-match)
7380 (rst-font-lock-handle-adornment-pre-match-form)
7381 (rst-font-lock-handle-adornment-matcher): Major revision of
7382 font-locking. Integrate with other code. Use `jit-lock-mode'.
7383
7384 (rst-preferred-adornments, rst-adjust-hook)
7385 (rst-new-adornment-down, rst-preferred-bullets)
7386 (rst-preferred-bullets, rst-indent, rst-indent-width)
7387 (rst-indent-field, rst-indent-literal-normal)
7388 (rst-indent-literal-minimized, rst-indent-comment): Change,
7389 extend and improve customization.
7390
7391 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
7392 (rst-normalize-cursor-position, rst-get-decoration)
7393 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
7394 (rst-rstrip, rst-toc-insert-find-delete-contents)
7395 (rst-shift-fill-region, rst-compute-bullet-tabs)
7396 (rst-debug-print-tabs, rst-debug-mark-found)
7397 (rst-shift-region-guts, rst-shift-region-right)
7398 (rst-shift-region-left, rst-use-char-classes)
7399 (rst-font-lock-keywords-function)
7400 (rst-font-lock-indentation-point)
7401 (rst-font-lock-find-unindented-line-begin)
7402 (rst-font-lock-find-unindented-line-end)
7403 (rst-font-lock-find-unindented-line)
7404 (rst-font-lock-adornment-point, rst-font-lock-level)
7405 (rst-adornment-level-alist): Remove functions and variables.
7406
7407 (rst-compare-adornments, rst-get-adornment-match)
7408 (rst-suggest-new-adornment, rst-get-adornments-around)
7409 (rst-adornment-complete-p, rst-get-next-adornment)
7410 (rst-adjust-adornment, rst-display-adornments-hierarchy)
7411 (rst-straighten-adornments): Standardize function names to
7412 use "adornment" instead of "decoration". Correct callers.
7413 Similar standardizing in many places.
7414
7415 (rst-update-section, rst-adjust, rst-promote-region)
7416 (rst-enumerate-region, rst-bullet-list-region)
7417 (rst-repeat-last-character): Correct use of `interactive'.
7418
7419 (rst-classify-adornment, rst-find-all-adornments)
7420 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
7421 (rst-find-leftmost-column, rst-repeat-last-character):
7422 Refactor functions.
7423
7424 (rst-find-title-line, rst-reset-section-caches)
7425 (rst-get-adornments-around, rst-adjust-adornment-work)
7426 (rst-arabic-to-roman, rst-roman-to-arabic)
7427 (rst-insert-list-pos, rst-insert-list-new-item)
7428 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
7429 New functions.
7430
7431 (rst-all-sections, rst-section-hierarchy)
7432 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
7433 New variables.
7434
7435 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
7436 configuration instead of only buffer. Change where necessary.
7437
7438 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
7439 (rst-shift-region, rst-adaptive-fill): New functions for
7440 indentation and filling.
7441
7442 (rst-comment-line-break, rst-comment-indent)
7443 (rst-comment-insert-comment, rst-comment-region)
7444 (rst-uncomment-region): New functions for handling comments.
7445
7446 (rst-compile): Quote shell arguments.
7447
7448 (rst-compile-pdf-preview, rst-compile-slides-preview):
7449 Delete temporary files after use.
7450
a43f98b3
GM
74512012-05-05 Glenn Morris <rgm@gnu.org>
7452
48176e8b
GM
7453 * calendar/cal-html.el: Optionally include holidays in the output.
7454 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
7455 (cal-html-holidays): New option.
7456 (cal-html-css-default): Add holiday entry.
7457 (holiday-in-range): Autoload it.
7458 (cal-html-htmlify-entry): Add optional class argument.
7459 (cal-html-htmlify-list): Add optional holidays argument.
7460 (cal-html-insert-agenda-days): Include holidays in the output.
7461 (cal-html-one-month): Maybe include holidays.
7462
a43f98b3
GM
7463 * calendar/holidays.el (holiday-in-range):
7464 Move here from cal-tex-list-holidays.
7465 * calendar/cal-tex.el (cal-tex-list-holidays):
7466 Make it an obsolete alias for holiday-in-range. Update all callers.
7467
fef9d149 74682012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
7469
7470 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
7471 Nextstep.
7472
248da2f4
RW
74732012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
7474
7475 * files.el (file-auto-mode-skip): New var.
7476 (set-auto-mode-1): Use it.
7477
f95e9344
SM
74782012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7479
df96ab1e
SM
7480 * repeat.el: Use lexical-binding.
7481 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
7482 (repeat-undo-count): Remove.
7483 (repeat):
7484 * progmodes/octave-mod.el (octave-abbrev-start):
7485 * progmodes/f90.el (f90-abbrev-start):
7486 * face-remap.el (text-scale-adjust):
7487 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
7488
5342bb06
SM
7489 * emacs-lisp/pcase.el (pcase--let*): New function.
7490 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
7491 a bit more.
7492 (pcase--split-pred): Be more clever about ruling out overlap between
7493 a predicate and some constant pattern.
7494 (pcase--q1): Use `null' instead of (eq foo nil).
7495
f95e9344
SM
7496 * subr.el (setq-local, defvar-local): New macros.
7497 (kbd): Redefine as an alias.
7498 (with-selected-window): Leave unrelated frames alone.
7499 (set-temporary-overlay-map): New function.
7500
71873e2b
SM
75012012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7502
7503 * subr.el (user-error): New function.
7504 * window.el (switch-to-buffer):
7505 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
7506 (smerge-match-conflict):
7507 * simple.el (previous-matching-history-element)
7508 (next-matching-history-element, goto-history-element, undo-more)
7509 (undo-start):
7510 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
7511 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
7512 (next-file, tags-loop-scan, list-tags, complete-tag):
7513 * progmodes/compile.el (compilation-loop):
7514 * mouse.el (mouse-minibuffer-check):
7515 * man.el (Man-bgproc-sentinel, Man-goto-page):
7516 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
7517 (Info-history-forward, Info-follow-reference, Info-menu)
7518 (Info-extract-menu-item, Info-extract-menu-counting)
7519 (Info-forward-node, Info-backward-node, Info-next-menu-item)
7520 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
7521 (Info-next-reference, Info-prev-reference, Info-index)
7522 (Info-index-next, Info-follow-nearest-node)
7523 (Info-copy-current-node-name):
7524 * imenu.el (imenu--make-index-alist)
7525 (imenu-default-create-index-function, imenu-add-to-menubar):
7526 * files.el (basic-save-buffer, recover-file):
7527 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7528 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7529 (checkdoc-message-text, checkdoc-defun):
7530 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
7531 * cus-edit.el (customize-changed-options, customize-rogue)
7532 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
7533 (custom-variable-mark-to-reset-standard)
7534 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
7535 (custom-file):
7536 * completion.el (check-completion-length):
7537 * comint.el (comint-search-arg)
7538 (comint-previous-matching-input-string-position)
7539 (comint-previous-matching-input)
7540 (comint-replace-by-expanded-history-before-point, comint-send-input)
7541 (comint-copy-old-input, comint-backward-matching-input)
7542 (comint-goto-process-mark, comint-set-process-mark):
7543 * calendar/calendar.el (calendar-cursor-to-date): Use it.
7544 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
7545
8a61ee22
SM
75462012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7547
66408d1e
SM
7548 * dabbrev.el (dabbrev--ignore-case-p): New function.
7549 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
7550 Use it.
7551
8a61ee22
SM
7552 * files.el (automount-dir-prefix): Mark as obsolete.
7553
3c74813a
GM
75542012-05-04 Glenn Morris <rgm@gnu.org>
7555
7556 * patcomp.el, play/bruce.el: Move to obsolete/.
7557
0bfcf5c5
PE
75582012-05-04 Paul Eggert <eggert@cs.ucla.edu>
7559
7560 Fix minor Y10k bugs.
7561 * arc-mode.el (archive-unixdate):
7562 * autoinsert.el (auto-insert-alist):
7563 * calc/calc-forms.el (math-this-year):
7564 * emacs-lisp/copyright.el (copyright-current-year)
7565 (copyright-update-year, copyright):
7566 * tar-mode.el (tar-clip-time-string):
7567 * time.el (display-time-update):
7568 Don't assume years have 4 digits.
7569
78f3273a
CY
75702012-05-04 Chong Yidong <cyd@gnu.org>
7571
7572 * dos-w32.el (file-name-buffer-file-type-alist)
7573 (direct-print-region-use-command-dot-com):
7574 * ffap.el (ffap-menu-regexp):
7575 * find-file.el (ff-special-constructs):
7576 * follow.el (follow-debug):
7577 * forms.el (forms--debug):
7578 * iswitchb.el (iswitchb-all-frames):
7579 * ido.el (ido-all-frames):
7580 * emacs-lisp/timer.el (timer-max-repeats):
7581 * mail/feedmail.el (feedmail-mail-send-hook)
7582 (feedmail-mail-send-hook-queued):
7583 * mail/footnote.el (footnote-signature-separator):
7584 * mail/mailabbrev.el (mail-alias-separator-string)
7585 (mail-abbrev-mode-regexp):
7586 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
7587 * progmodes/idlwave.el (idlwave-libinfo-file)
7588 (idlwave-default-completion-case-is-down)
7589 (idlwave-library-routines): Convert defvars to defcustoms.
7590
7591 * mail/rmail.el (rmail-decode-mime-charset):
7592 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
7593 (idlwave-shell-fix-inserted-breaks)
7594 (idlwave-shell-activate-alt-keybindings)
7595 (idlwave-shell-use-breakpoint-glyph):
7596 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
7597
f7ae6719
SM
75982012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7599
7600 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
7601
47086495
WS
76022012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
7603
7604 * progmodes/verilog-mode.el (font-lock-keywords):
7605 Fix mis-highligting auto. Reported by Craig Barner.
7606 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
fc0c31f8 7607 defines from global name space. Reported by Dan Dever.
47086495
WS
7608 (verilog-auto-reset, verilog-auto-reset-widths)
7609 (verilog-auto-tieoff): Support using unbased numbers for
7610 AUTORESET and AUTOTIEOFF.
7611 (verilog-submit-bug-report): Update variable list.
7612 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
fc0c31f8 7613 parenthesis from not matching. Reported by Michael Rytting.
47086495
WS
7614 (verilog-auto-template-lint): Fix hash error when linting modules
7615 with no used templates.
7616 (verilog-warn, verilog-warn-error)
7617 (verilog-warn-fatal): When non-interactive report multiple
7618 warnings before exiting. Suggested by Brad Dobbie.
7619 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
7620 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
7621 to report unused template errors. Reported by Brad Dobbie.
7622 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
fc0c31f8 7623 nets, bug438. Reported by Vns Blore.
47086495
WS
7624 (verilog-auto-inout-module, verilog-auto-reg)
7625 (verilog-read-decls, verilog-read-sub-decls-sig)
7626 (verilog-signals-edit-wire-reg, verilog-signals-with):
7627 Fix passing of Verilog data types in ANSI input/output ports
fc0c31f8 7628 such as "output logic" into the AUTOs. Special case "wire" and
47086495
WS
7629 "reg" for backwards compatibility presuming Verilog 2001.
7630 (verilog-auto-ascii-enum): Add "auto enum" as alias.
7631 (verilog-preprocess): Fix replication of preprocess output.
7632 Reported by Brad Dobbie.
7633 (verilog-auto-inst-interfaced-ports):
7634 Create verilog-auto-inst-interfaced-ports, bug429.
7635 Reported by Julian Gorfajn.
7636 (verilog-after-save-font-hook)
7637 (verilog-before-save-font-hook): New variable.
7638 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
7639 (verilog-save-font-mods): Wrap disabling fontification, reported
7640 by David Rogoff.
7641 (verilog-do-indent, verilog-pretty-declarations-auto)
7642 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
7643 Reported by Pierre-David Pfister.
7644 (verilog-set-auto-endcomments): Fix endtask auto comments outside
7645 of class declarations, bug292. Reported by Kevin Heilman.
7646 (verilog-read-decls): Fix 'parameter type' not appearing in
7647 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
7648 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
fc0c31f8 7649 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
47086495
WS
7650 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
7651 Reported by David Kravitz.
7652
76532012-05-03 Michael McNamara <mac@mail.brushroad.com>
7654
7655 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
7656 assignment with tests in ifs and for loops.
7657 (verilog-extended-complete-re, verilog-complete-reg): Change so
7658 that DPI inport functions don't look like fuction declarations.
7659 (verilog-pretty-expr): Don't line up assignment
7660 operations to the test and increment in if and for loops
7661 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 7662 that DPI inport functions don't look like fuction declarations.
47086495 7663
2e51d4b5
KH
76642012-05-03 Kenichi Handa <handa@m17n.org>
7665
7666 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 7667 decoding, and show a warning message without signaling an error
2e51d4b5
KH
7668 (Bug#11282).
7669
2bd785a2
SM
76702012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7671
7672 * emacs-lisp/bytecomp.el
7673 (byte-compile-file-form-custom-declare-variable): Compile all elements,
7674 since cconv.el might have introduced :fun-body, internal-make-closure,
7675 and friends for bytecomp to handle (bug#11391).
7676 * custom.el (defcustom): Avoid ((λ ..) ..).
7677
99d27583
SM
76782012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
7679
7680 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
7681
55a71479
JB
76822012-05-02 Juanma Barranquero <lekktu@gmail.com>
7683
7684 * notifications.el (dbus-debug):
7685 * term/linux.el (gpm-mouse-enable):
7686 * term/screen.el (xterm-register-default-colors): Declare.
7687
7b97c764
CY
76882012-05-02 Chong Yidong <cyd@gnu.org>
7689
2bc356d7
CY
7690 * cus-start.el (gc-cons-percentage, exec-suffixes)
7691 (dos-display-scancodes, dos-hyper-key, dos-super-key)
7692 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
7693 (make-cursor-line-fully-visible, void-text-area-pointer)
7694 (font-list-limit): Add customization data.
7695
7b97c764
CY
7696 * allout.el (allout-exposure-change-functions)
7697 (allout-structure-added-functions)
7698 (allout-structure-deleted-functions)
7699 (allout-structure-shifted-functions): Rename abnormal hooks from
7700 *-hook, and convert to defcustoms.
5d3385a0
JB
7701 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
7702 Convert to defcustoms.
7b97c764
CY
7703 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
7704
7705 * allout-widgets.el: Hook callers changed.
7706
90207a15 77072012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
7708
7709 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
7710 the yanked message in preference to the default value of
7711 buffer-file-coding-system.
7712
90207a15 77132012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 7714
5d3385a0
JB
7715 * window.el (display-buffer--action-function-custom-type):
7716 Fix entry.
d9558cad 7717
90207a15 77182012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
7719
7720 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
7721
d80ac57b
GM
77222012-05-01 Glenn Morris <rgm@gnu.org>
7723
976f7668
GM
7724 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
7725
beb83b5a
GM
7726 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
7727
d80ac57b
GM
7728 * cus-edit.el (custom-variable-documentation): Simplify with format.
7729
b593d6a9 77302012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 7731 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
7732
7733 * simple.el (suggest-key-bindings, execute-extended-command):
7734 Move from keyboard.c.
7735
782fbf2a
CY
77362012-05-01 Chong Yidong <cyd@gnu.org>
7737
7738 * follow.el: Eliminate advice.
7739 (set-process-filter, process-filter, sit-for): Advice deleted.
7740 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
7741 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
7742 Vars deleted.
782fbf2a
CY
7743 (follow-auto): Use a :set function.
7744 (follow-mode): Rewritten. Don't advise process filters.
7745 (follow-switch-to-current-buffer-all, follow-scroll-up)
7746 (follow-scroll-down): Assume follow-mode is bound.
7747 (follow-comint-scroll-to-bottom)
7748 (follow-align-compilation-windows): New functions.
7749 (follow--window-sorter): New function.
7750 (follow-all-followers): Use it to explicitly sort windows by their
7751 positions; don't make assumptions about next-window order.
7752 (follow-windows-start-end, follow-delete-other-windows-and-split)
7753 (follow-calc-win-start): Doc fix.
7754 (follow-windows-aligned-p, follow-select-if-visible): Don't call
7755 vertical-motion unnecessarily.
7756 (follow-adjust-window): New function.
7757 (follow-post-command-hook): Use it.
7758 (follow-call-set-process-filter, follow-call-process-filter)
7759 (follow-intercept-process-output, follow-tidy-process-filter-alist)
7760 (follow-stop-intercept-process-output, follow-generic-filter):
7761 Functions deleted.
7762 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
7763 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
7764 New functions, replacing advice on scroll-bar-* commands.
87233a14 7765 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
7766
7767 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
7768 (comint-postoutput-scroll-to-bottom): Use it.
7769 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 7770
290af740
GM
77712012-05-01 Glenn Morris <rgm@gnu.org>
7772
7773 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
7774 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
7775 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
7776 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
7777 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
7778 Remove no-byte-compile setting.
7779
6eac8dc9
SM
77802012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7781
7782 * minibuffer.el (completion-table-with-quoting): Fix compatibility
7783 all-completions code to not return a number in the last cdr.
7784
9cc7819c
LL
77852012-04-30 Leo Liu <sdl.web@gmail.com>
7786
7787 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
7788 read-only error.
7789
c93b886f
CY
77902012-04-29 Chong Yidong <cyd@gnu.org>
7791
7792 * follow.el (follow-calc-win-end): Rewrite to handle partial
7793 screen lines correctly (Bug#8390).
7794 (follow-avoid-tail-recenter): Minor cleanup.
7795
8b6c19f4
SM
77962012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 Avoid the obsolete `assoc' package.
7799 * speedbar.el (speedbar-refresh): Avoid adelete.
7800 (speedbar-file-lists): Simplify and avoid aput.
7801 * man.el (Man--sections, Man--refpages): New vars, replacing
7802 Man-sections-alist and Man-refpages-alist.
7803 (Man-build-section-alist, Man-build-references-alist):
7804 Use them; avoid aput.
7805 (Man--last-section, Man--last-refpage): New vars.
7806 (Man-follow-manual-reference): Use them.
7807 Use the `default' arg of completing-read.
7808 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
7809
c5bb7569
CY
78102012-04-27 Chong Yidong <cyd@gnu.org>
7811
d1d2e2e8
CY
7812 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
7813
15cd8efd
CY
7814 * startup.el (x-apply-session-resources): New function.
7815
7816 * term/ns-win.el (ns-initialize-window-system):
7817 * term/w32-win.el (w32-initialize-window-system):
7818 * term/x-win.el (x-initialize-window-system): Use it to properly
7819 set menu-bar-mode and other vars from X resources, even if the
7820 initial frame is not a window-system frame (Bug#2299).
7821
c5bb7569
CY
7822 * subr.el (read-key): Avoid running filter function when setting
7823 up temporary tool bar entries (Bug#9922).
7824
a8e7d6d7 78252012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
7826
7827 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
7828 (Bug#11344)
7829
a8e7d6d7 78302012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
7831
7832 * select.el (xselect--encode-string): New function, split from
7833 xselect-convert-to-string.
7834 (xselect-convert-to-string): Use it.
7835 (xselect-convert-to-filename, xselect-convert-to-os)
7836 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
7837 returned strings are properly encoded (Bug#11315).
7838
a8e7d6d7 78392012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
7840
7841 * simple.el (delete-active-region): Move to killing custom group.
7842
a8e7d6d7 78432012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
7844
7845 * progmodes/which-func.el (which-func-current): Quote %
7846 characters for mode-line processing.
7847
578c1d4b 78482012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
7849
7850 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
7851 reaching eob (Bug#11286).
7852
a8e7d6d7 78532012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
7854
7855 * progmodes/gdb-mi.el (gdb-control-level): New variable.
7856 (gdb): Make it buffer-local and init to zero.
7857 (gdb-control-commands-regexp): New variable.
7858 (gdb-send): Don't wrap in "-interpreter-exec console" if
7859 gdb-control-level is positive. Increment gdb-control-level
7860 whenever the command matches gdb-control-commands-regexp, and
7861 decrement it each time the command is "end". (Bug#11279)
7862
a8e7d6d7 78632012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
7864
7865 * window.el (adjust-window-trailing-edge, enlarge-window)
7866 (shrink-window, window-resize):
7867 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
7868 windows (Bug#11276).
7869
b3608390
CY
78702012-04-27 Chong Yidong <cyd@gnu.org>
7871
7872 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 7873 fix "missing prefix" warning. All callers changed.
b3608390 7874
797e6e88
SM
78752012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7876
7877 * emacs-lisp/assoc.el: Move to obsolete/.
7878
e95a67dc
SM
78792012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7880
657c21e4 7881 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
7882
7883 * term/ns-win.el (ns-define-service):
7884 * progmodes/pascal.el (pascal-goto-defun):
7885 * progmodes/js.el (js--read-tab):
7886 * progmodes/etags.el (tags-lazy-completion-table):
7887 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
7888 * emacs-lisp/ewoc.el (ewoc--wrap):
7889 * emacs-lisp/assoc.el (aput, adelete, amake):
7890 * doc-view.el (doc-view-convert-current-doc):
7891 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
7892
cb3e7ae0
CY
78932012-04-26 Chong Yidong <cyd@gnu.org>
7894
dce04f7f
CY
7895 * image.el (image-type-from-buffer): Only return supported image
7896 type (Bug#9045).
7897
cb3e7ae0
CY
7898 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
7899 value, for symmetry with diff-end-of-hunk.
7900 (diff-split-hunk, diff-find-source-location)
7901 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
7902 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
7903 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
7904 compute the relevant hunk or file properly (Bug#6005).
7905 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
7906
0d42eb3e
SM
79072012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7908
7909 * vc/vc-mtn.el:
7910 * vc/vc-hg.el:
7911 * vc/vc-git.el:
7912 * vc/vc-dir.el:
7913 * vc/vc-cvs.el:
7914 * vc/vc-bzr.el:
7915 * vc/vc-arch.el:
7916 * vc/vc.el: Replace lexical-let by lexical-binding.
7917 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
7918 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
7919 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
7920
f08ae1c9
CY
79212012-04-26 Chong Yidong <cyd@gnu.org>
7922
8b71081d
CY
7923 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
7924 (diff-mode-shared-map): Bind it to / and [remap undo].
7925
f08ae1c9
CY
7926 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
7927 (ediff-window-setup-function): Use it as the default, to set up
7928 windows based on whether the current frame is graphical (Bug#2138).
7929 (ediff-choose-window-setup-function-automatically): Make obsolete.
7930
7931 * vc/ediff-init.el: Always define ediff-pixel-width/height.
7932
ef24141c
SM
79332012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7934
cc356a5d
SM
7935 * ffap.el: Remove old code for obsolete package.
7936 (ffap-complete-as-file-p): Remove.
7937
b4ff4f1f
SM
7938 Use completion-table-with-quoting for comint and pcomplete.
7939 * comint.el (comint--unquote&requote-argument)
7940 (comint--unquote-argument, comint--requote-argument): New functions.
7941 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
7942 (comint-quote-filename): Use regexp-opt-charset.
7943 (comint--common-suffix, comint--common-quoted-suffix)
7944 (comint--table-subvert): Remove.
7945 (comint-unquote-function, comint-requote-function): New vars.
7946 (comint--complete-file-name-data): Use them with
7947 completion-table-with-quoting.
7948 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
7949 * pcomplete.el (pcomplete-arg-quote-list)
7950 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
7951 (pcomplete-unquote-argument-function): Default to non-nil.
7952 (pcomplete-unquote-argument): Simplify.
7953 (pcomplete--common-quoted-suffix): Remove.
7954 (pcomplete-requote-argument-function): New var.
7955 (pcomplete--common-suffix): New function.
7956 (pcomplete-completions-at-point): Use completion-table-with-quoting
7957 and completion-table-subvert.
7958
79c4eeb4
SM
7959 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
7960 (minibuffer--double-dollars): Preserve properties.
7961 (completion--sifn-requote): New function.
7962 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
7963
ef24141c
SM
7964 * minibuffer.el: Add support for completion of quoted/escaped data.
7965 (completion-table-with-quoting, completion-table-subvert): New funs.
7966 (completion--twq-try, completion--twq-all): New functions.
7967 (completion--nth-completion): New function.
7968 (completion-try-completion, completion-all-completions): Use it.
7969
784e7d6e
LL
79702012-04-25 Leo Liu <sdl.web@gmail.com>
7971
dd2ac746
SM
7972 * progmodes/python.el (python-pdbtrack-get-source-buffer):
7973 Use compilation-message if available to find real filename.
784e7d6e 7974
07875ee7
CY
79752012-04-25 Chong Yidong <cyd@gnu.org>
7976
7977 * vc/diff-mode.el (diff-setup-whitespace): New function.
7978 (diff-mode): Use it.
7979
7980 * vc/diff.el (diff-sentinel):
7981 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
7982 Whitespace mode variables based on diff style (Bug#8612).
7983
5055880d
LL
79842012-04-25 Leo Liu <sdl.web@gmail.com>
7985
daf75653
LL
7986 * progmodes/python.el (python-send-region): Add suffix .py to the
7987 temp file.
7988
5055880d
LL
7989 * files.el (auto-mode-alist): Use javascript-mode instead.
7990
db9b177b
AH
79912012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
7992
ef24141c 7993 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 7994
090bd7cb 7995 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 7996 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 7997 references, see Bug#9.
ef24141c 7998 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 7999 when receiving a fault reply.
ef24141c 8000 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 8001
090bd7cb 8002 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 8003 (soap-inspect-simple-type): New function.
db9b177b 8004
090bd7cb 8005 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 8006 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
8007 (soap-decode-basic-type, soap-encode-basic-type):
8008 support unsignedInt and double basic types.
db9b177b 8009 (soap-resolve-references-for-simple-type)
ef24141c
SM
8010 (soap-parse-simple-type, soap-encode-simple-type): New function.
8011 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 8012
090bd7cb 8013 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
8014 (soap-default-soapenc-types): Add integer, byte and anyURI types.
8015 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
8016 the local name of "soapenc:Array".
8017 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
8018 decoding integer, byte and anyURI xsd types.
8019
1fc6097b
CY
80202012-04-25 Chong Yidong <cyd@gnu.org>
8021
8022 * cus-edit.el (custom-buffer-create-internal): Update header text.
8023
afc6df87
EZ
80242012-04-25 Eli Zaretskii <eliz@gnu.org>
8025
8026 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
8027 settings on 'system-type', not on 'window-system'. On MS-Windows,
8028 set interactive-mode on in GDB.
8029
dfbd787f
SM
80302012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8031
8032 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
8033 (ruby-syntax-propertize-regexp): Remove.
8034 (ruby-syntax-propertize-function): Split regexp into chunks.
8035 Match following code directly.
8036
85222d44
DG
80372012-04-24 Dmitry Gutov <dgutov@yandex.ru>
8038
51a8ea2a
DG
8039 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
8040 (ruby-syntax-propertize-regexp): New function.
8041 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
8042 by a special keyword.
8043
85222d44
DG
8044 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
8045 (ruby-syntax-general-delimiters-goto-beg)
8046 (ruby-syntax-propertize-general-delimiters): New functions.
8047 (ruby-syntax-propertize-function): Use them to handle GDL.
8048 (ruby-font-lock-keywords): Move old handling of GDL...
8049 (ruby-font-lock-syntactic-keywords): .. to here.
8050 (ruby-calculate-indent): Adjust indentation for GDL.
8051
b613912b
MA
80522012-04-24 Michael Albinus <michael.albinus@gmx.de>
8053
b5380639
MA
8054 * notifications.el (top): Remove unneeded declarations.
8055 (notifications-specification-version): Change to "1.2".
e43042fe 8056 (notifications-interface, notifications-notify-method)
b613912b
MA
8057 (notifications-close-notification-method): Fix docstring.
8058 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
8059 (notifications-notify): Add :action-items, :resident and
8060 :transient hints. Change "image_data" to "image-data" and
8061 "image_path" to "image-path".
b613912b
MA
8062 (notifications-get-capabilities): New defun.
8063
257440aa
LL
80642012-04-24 Leo Liu <sdl.web@gmail.com>
8065
8066 * progmodes/python.el: Move hideshow setup to the end.
8067
b1bac16e
MR
80682012-04-24 Martin Rudalics <rudalics@gmx.at>
8069
8070 * window.el (handle-select-window): Clear echo area since this is
8071 no more done by read_char (Bug#11304).
8072
d81bd059
SM
80732012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
8076 and `/ M' to filter-derived-mode.
8077 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
8078 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8079 (ibuffer-mark-by-mode): Use default rather than initial-input.
8080 (ibuffer-filter-by-derived-mode): Autoload and require-match.
8081
c4cf6d91
IA
80822012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
8083
8084 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
8085 (ibuffer-filter-by-derived-mode): New filter.
8086 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
8087
7511ded8
CY
80882012-04-23 Andreas Politz <politza@fh-trier.de>
8089
8090 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
8091
775c916b
CY
80922012-04-23 Chong Yidong <cyd@gnu.org>
8093
8094 * cus-edit.el (customize-apropos, customize-apropos-options):
8095 Disable matching of non-option variables (Bug#11176).
8096 (customize-option, customize-option-other-window)
8097 (customize-changed-options): Doc fix.
8098 (customize-apropos-options, customize-apropos-faces)
8099 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
8100
8101 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 8102 Fix word list splitting (Bug#11132).
46c71e23
CY
8103 (apropos-symbol, apropos-keybinding, apropos-label)
8104 (apropos-property, apropos-function-button)
8105 (apropos-variable-button, apropos-misc-button): New faces.
8106 (apropos-symbol-face, apropos-keybinding-face)
8107 (apropos-label-face, apropos-property-face, apropos-match-face):
8108 Variables removed (Bug#8396).
8109 (apropos-library-button, apropos-format-plist, apropos-print)
8110 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 8111
2df41f9c
MA
81122012-04-23 Michael Albinus <michael.albinus@gmx.de>
8113
8114 * net/xesam.el (xesam-mode-map): Use let-bound map in
8115 initialization. (Bug#11292)
8116
da00640a
AM
81172012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8118
8119 Preserve ispell session localwords when switching back to
8120 original buffer.
8121
090bd7cb
JB
8122 * textmodes/ispell.el (ispell-buffer-session-localwords):
8123 New buffer-local variable to hold buffer session localwords.
ed9265fc 8124 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
8125 localwords.
8126 (ispell-command-loop, ispell-change-dictionary)
8127 (ispell-buffer-local-words): Preserve session localwords when
8128 needed.
8129
090bd7cb
JB
8130 * textmodes/flyspell.el (flyspell-process-localwords)
8131 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 8132
f621ccf5
AM
81332012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8134
090bd7cb
JB
8135 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
8136 using obsolete `translation-table-for-input'.
ef24141c
SM
8137 (ispell-word, ispell-process-line, ispell-complete-word):
8138 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 8139
c2d1019e
CY
81402012-04-22 Chong Yidong <cyd@gnu.org>
8141
8142 * cus-edit.el (custom-variable-menu)
8143 (custom-variable-reset-saved, custom-face-menu)
8144 (custom-face-reset-saved): If there is no saved value, make the
8145 "reset-saved" operation bring back the default (Bug#9509).
8146 (custom-face-state): Properly detect themed faces.
8147
eeddc531
CY
8148 * faces.el (face-spec-set): Stop supporting deprecated form of
8149 third arg.
8150
dcbf5805
MA
81512012-04-22 Michael Albinus <michael.albinus@gmx.de>
8152
8153 Move functions from C to Lisp. Make non-blocking method calls
8154 the default. Implement further D-Bus standard interfaces.
8155
ef24141c
SM
8156 * net/dbus.el (dbus-message-internal): Declare function.
8157 Remove unneeded function declarations.
dcbf5805
MA
8158 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
8159 (dbus-message-type-method-return, dbus-message-type-error)
8160 (dbus-message-type-signal): Declare variables. Remove local
8161 definitions.
8162 (dbus-interface-dbus, dbus-interface-peer)
8163 (dbus-interface-introspectable, dbus-interface-properties)
8164 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
8165 Adapt docstring.
8166 (dbus-interface-objectmanager): New defconst.
8167 (dbus-call-method, dbus-call-method-asynchronously)
8168 (dbus-send-signal, dbus-method-return-internal)
8169 (dbus-method-error-internal, dbus-register-service)
8170 (dbus-register-signal, dbus-register-method): New defuns, moved
8171 from dbusbind.c
8172 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
8173 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
8174 New defuns.
dcbf5805
MA
8175 (dbus-call-method-non-blocking): Make it an obsolete function.
8176 (dbus-unregister-object, dbus-unregister-service)
8177 (dbus-handle-event, dbus-register-property)
8178 (dbus-property-handler): Obey the new structure of
8179 `bus-registered-objects'.
8180 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
8181 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8182 Use `dbus-call-method'.
8183
cf20dee0
CY
81842012-04-22 Chong Yidong <cyd@gnu.org>
8185
8186 * cus-edit.el (custom-commands, custom-reset-menu)
8187 (Custom-reset-standard): Tweak labels.
8188 (custom-reset-button-menu): Change default to t.
8189 (custom-buffer-create-internal): For the custom-reset-button-menu
8190 case, put the revert button first.
8191 (custom-group-subtitle): New face.
8192 (custom-group-value-create): Align docstring to a specific column.
8193
8194 * wid-edit.el (widget-documentation-link-add): Don't handle
8195 indentation in this function.
8196 (widget-documentation-string-indent-to): New function.
8197 (widget-documentation-string-value-create): Use it.
8198
8199 * autorevert.el (auto-revert):
8200 * epg-config.el (epg):
8201 * ibuffer.el (ibuffer):
8202 * mpc.el (mpc):
8203 * ses.el (ses):
8204 * eshell/eshell.el (eshell):
8205 * net/ange-ftp.el (ange-ftp):
8206 * progmodes/ebnf2ps.el (postscript):
8207 * progmodes/flymake.el (flymake):
8208 * progmodes/prolog.el (prolog):
8209 * progmodes/verilog-mode.el (verilog-mode):
8210 * progmodes/which-func.el (which-func):
8211 * term/xterm.el (xterm):
8212 * textmodes/picture.el (picture):
8213 * textmodes/tildify.el (tildify):
8214 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
8215 customization buffers.
8216
583e23bd
AM
82172012-04-22 Alan Mackenzie <acm@muc.de>
8218
8219 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8220 Adding a ) can hide the resulting (..) from searches. Fix it.
8221 Bound the backward search to the position of the existing (.
8222
7dd51bf1
JB
82232012-04-21 Juanma Barranquero <lekktu@gmail.com>
8224
8225 * progmodes/verilog-mode.el (verilog-mode): Check whether
8226 which-func-modes is t before adding verilog-mode.
8227 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
8228
d64a438f
LL
82292012-04-21 Leo Liu <sdl.web@gmail.com>
8230
7dd51bf1 8231 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 8232
081e8d65
MV
82332012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
8234
8235 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
8236 filling of the last column of a table (Bug#5635).
8237 (woman-find-next-control-line): New arg, specifying an additional
8238 regexp component for the control line.
8239 (woman2-roff-buffer): Use it.
8240 (woman-break-table): New function.
8241 (woman2-TS): Use it.
8242
82432012-04-21 Chong Yidong <cyd@gnu.org>
8244
8245 * woman.el (woman-set-buffer-display-table, woman-decode-region)
8246 (woman-horizontal-escapes, woman-negative-vertical-space)
8247 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
8248 (WoMan-warn-ignored): Use ?\s instead of ?\ .
8249
ed571ccb
SM
82502012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8251
8252 * minibuffer.el (completion-file-name-table): Complete user names.
8253
39773899
LL
82542012-04-20 Leo Liu <sdl.web@gmail.com>
8255
8256 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
8257 and pcase-let*.
8258
de6ff46d
CY
82592012-04-20 Chong Yidong <cyd@gnu.org>
8260
8261 * server.el (server-execute): Respect initial-buffer-choice if it
8262 is a string and there are no files to open (Bug#2825).
8263 (server-create-window-system-frame, server-create-tty-frame):
8264 Don't switch buffers here.
2d0e8e61
CY
8265 (server-process-filter): Only try to open a window system frame if
8266 compiled with graphical support (Bug#8314).
de6ff46d 8267
54071013
DN
82682012-04-20 Dan Nicolaescu <dann@gnu.org>
8269
8270 * battery.el (battery-echo-area-format): Display remaining time
8271 for sysfs backend too (Bug#11269).
8272 (battery-linux-sysfs): Fix conditional for the charge.
8273
f30d612a
CY
82742012-04-20 Chong Yidong <cyd@gnu.org>
8275
c07a4c0b 8276 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
8277 (gdb-inferior-io--init-proc): New function.
8278 (gdb-init-1): Use it.
8279 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
8280 responsible for allocating a new pty and hooking it to gdb when
8281 the old pty gets an EIO due to process exit.
8282 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
8283 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
8284 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
8285
2116e93c
EZ
82862012-04-20 Eli Zaretskii <eliz@gnu.org>
8287
8288 * window.el (window-min-size, window-sizable, window-min-delta)
8289 (window-max-delta, window--resizable, window-resizable)
8290 (window-total-size, window-full-height-p, window-full-width-p)
8291 (window-in-direction, window--resize-mini-window, window-resize)
8292 (window--resize-child-windows-normal)
8293 (window--resize-child-windows, window--resize-siblings)
8294 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 8295 (enlarge-window, shrink-window): Doc fixes.
2116e93c 8296
c07a4c0b 82972012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 8298
ef24141c
SM
8299 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
8300 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
8301 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
8302 pty process (Bug#11273).
8303 (gdb-update): New arg to suppress talking to the gdb process.
8304 (gdb-done-or-error): Use it.
8305 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
8306 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
8307 sentinel not being called.
8308
8309 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
8310
d02766ab
CY
8311 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
8312
c07a4c0b 83132012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
8314
8315 * net/network-stream.el (open-network-stream): Doc fix.
8316
c07a4c0b 83172012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
8318
8319 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
8320
c07a4c0b 83212012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
8322
8323 Ensure searching for keywords is case sensitive.
8324
8325 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
8326 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
8327 (c-defun-name, c-mark-function, c-cpp-define-name)
8328 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 8329 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 8330
ef24141c
SM
8331 * progmodes/cc-mode.el (c-font-lock-fontify-region):
8332 Bind case-fold-search to nil.
f0f6bc35 8333
c07a4c0b 83342012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
8335
8336 * mail/sendmail.el (mail-bury): Call return action with the right
8337 Rmail buffer (Bug#11242).
8338
9a864fa2
CY
8339 * server.el (server-process-filter): Handle corner case where both
8340 tty and nowait options are present (Bug#11102).
8341
539aa513
EZ
83422012-04-20 Eli Zaretskii <eliz@gnu.org>
8343
8344 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
8345 (top level): Put into the executable the ident-style '$Id:' tag on
8346 windows-nt as well.
539aa513 8347
cfc7d5da
SM
83482012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8349
8350 * electric.el (electric-indent-post-self-insert-function): Check that
8351 electric-indent-mode is enabled in current buffer.
8352
5b01685c
JB
83532012-04-19 Juanma Barranquero <lekktu@gmail.com>
8354
8355 * imenu.el (imenu-progress-message): Restore; it is "used" in
8356 erc/erc-imenu.el and net/snmp-mode.el.
8357
4d6769e1
JB
83582012-04-19 Juanma Barranquero <lekktu@gmail.com>
8359
8360 * avoid.el (mouse-avoidance-mode): Mark unused arg.
8361 (mouse-avoidance-nudge-mouse): Remove unused binding.
8362
8363 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
8364
8365 * descr-text.el (describe-char):
8366 * progmodes/python.el (python-describe-symbol):
8367 Don't call `toggle-read-only', set `buffer-read-only'.
8368
8369 * imenu.el (imenu-default-goto-function): Mark unused args.
8370 (imenu-progress-message): Remove obsolete macro; all callers changed.
8371
8372 * subr.el (keymap-canonicalize): Remove unused binding.
8373 (read-passwd): Mark unused arg.
8374
8375 * tutorial.el (tutorial--display-changes): Remove unused binding.
8376 (tutorial--save-tutorial-to): Remove unused variable.
8377
8378 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
8379 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
8380 (package-generate-autoloads, package-menu--generate)
8381 (package-menu--find-upgrades): Remove unused bindings.
8382
8383 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
8384 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
8385 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
8386 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
8387 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
8388 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
8389 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
8390 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
8391 (cua-delete-char-rectangle): Mark unused args.
8392 (cua-align-rectangle): Remove unused binding.
8393
8394 * mail/rmail.el (compilation--message->loc)
8395 (epa--find-coding-system-for-mime-charset): Declare.
8396
8397 * net/dbus.el (dbus-register-service): Declare.
8398 (dbus-name-owner-changed-handler): Remove unused binding.
8399
8400 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
8401 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
8402 (nxml-scan-backward-within): Mark unused arg.
8403 (nxml-dynamic-markup-word): Remove unused binding.
8404
8405 * mouse.el (mouse-menu-major-mode-map):
8406 * emacs-lisp/authors.el (authors-scan-change-log)
8407 (authors-add-to-author-list):
8408 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
8409 * emacs-lisp/smie.el (smie-auto-fill):
8410 * mail/sendmail.el (mail-bury):
8411 * mail/unrmail.el (unrmail):
8412 * net/tls.el (open-tls-stream):
8413 * textmodes/picture.el (picture-mouse-set-point):
8414 Remove unused bindings.
8415
8c8fc5df
MA
84162012-04-19 Michael Albinus <michael.albinus@gmx.de>
8417
8418 * net/tramp.el (tramp-action-password): Let-bind
8419 `enable-recursive-minibuffers' to t.
8420
a77b0ac9
SS
84212012-04-18 Sam Steingold <sds@gnu.org>
8422
8423 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
8424 instead of 'string to accommodate values like [f11].
8425 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
8426 * progmodes/gdb-mi.el: Likewise.
8427
12a106a9
LL
84282012-04-18 Leo Liu <sdl.web@gmail.com>
8429
8430 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
8431 current buffer.
8432 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
8433 LOCAL is nil.
8434
bc6494ef
CY
84352012-04-18 Chong Yidong <cyd@gnu.org>
8436
8437 * simple.el (line-move): Use forward-line if in batch mode
8438 (Bug#11053).
8439
c09c46b2
CS
84402012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
8441
8442 * files.el (after-find-file): Do not try to add a final newline if
8443 the buffer is read-only (Bug#11156).
8444
5f6530ea
RS
84452012-04-17 Richard Stallman <rms@gnu.org>
8446
8447 * mail/rmail.el (rmail-start-mail):
8448 Pass (rmail-mail-return...) for the return-action.
8449 Pass (rmail-yank-current-message...) for the yank-action.
8450 (rmail-yank-current-message): New function.
8451 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
8452 (rmail-reply): Likewise.
8453 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
8454
8455 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 8456 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
8457 buffer, not newbuf.
8458
197b6f3c
JB
84592012-04-17 Juanma Barranquero <lekktu@gmail.com>
8460
8461 * server.el (server-ensure-safe-dir): Simplify.
8462
2311d8e5 84632012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 8464
2311d8e5
GM
8465 * emacs-lisp/smie.el: Provide smarter auto-filling.
8466 (smie-auto-fill): New function.
8467 (smie-setup): Use it.
98fb480e 8468
2311d8e5
GM
8469 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
8470
84712012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
8472
8473 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
8474 (comment-indent): Use it.
8475
2311d8e5 84762012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
8477
8478 * ses.el: The overall change is to add cell renaming, that is
8479 setting fancy names for cell symbols other than name matching
8480 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 8481 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 8482 (ses-create-cell-variable): New defun.
2311d8e5 8483 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
8484 (ses-relocate-formula): Relocate formulas only for cells the
8485 symbols of which are not renamed, i.e. symbols whose names do not
8486 match regexp "\\`[A-Z]+[0-9]+\\'".
8487 (ses-relocate-all): Relocate values only for cells the symbols of
8488 which are not renamed.
8489 (ses-load): Create cells variables as the (ses-cell ...) are read,
8490 in order to check row col consistency with cell symbol name only
8491 for cells that are not renamed.
8492 (ses-replace-name-in-formula): New defun.
8493 (ses-rename-cell): New defun.
4bdf2ad2 8494
fc72b15c
PO
84952012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
8496
8497 * progmodes/perl-mode.el (perl-indent-parens-as-block):
8498 New option (bug#11118).
8499 (perl-calculate-indent): Respect it.
8500
12e10e61
GM
85012012-04-17 Glenn Morris <rgm@gnu.org>
8502
8503 * dired-aux.el (dired-mark-read-string): Doc fix.
8504
30009afd
DA
85052012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
8506
8507 * dired-aux.el (dired-mark-read-string): Offer optional completion.
8508 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
8509
41f03f4d
GM
85102012-04-17 Glenn Morris <rgm@gnu.org>
8511
8512 * mouse.el (mouse-drag-track):
8513 * speedbar.el (speedbar-frame-mode):
8514 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
8515
f45f90f3
LL
85162012-04-16 Leo Liu <sdl.web@gmail.com>
8517
8518 * progmodes/python.el: Trivial cleanup.
8519
94ee8db5
GM
85202012-04-16 Glenn Morris <rgm@gnu.org>
8521
121b8917
GM
8522 * vc/vc.el (vc-string-prefix-p):
8523 * vc/pcvs-util.el (cvs-string-prefix-p):
8524 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
8525 * mpc.el (mpc-string-prefix-p):
8526 Make all of these into obsolete aliases for string-prefix-p.
8527 Update callers.
8528 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
8529
1197ecfa
GM
8530 * textmodes/two-column.el: Move custom options to the start.
8531 (frame-width): Remove compat definition.
8532 (2C-associate-buffer, 2C-dissociate):
8533 Use with-current-buffer rather than save-excursion.
8534 (2C-dissociate): Force a mode-line update.
8535 (2C-autoscroll): Use ignore-errors.
8536
099e7202
GM
8537 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
8538 Autoload trivia.
8539
bf350d6a
GM
8540 * emacs-lisp/cl-extra.el (*random-state*):
8541 Remove unnecessary declaration.
8542
0e829eab
GM
8543 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
8544
e3ad7552
GM
8545 * play/cookie1.el (cookie-snarf):
8546 Give an explicit error if input file cannot be read.
8547
68892d27
GM
8548 * play/yow.el (yow-file): Use expand-file-name rather than concat.
8549
20f0c46d
GM
8550 * progmodes/perl-mode.el (c-macro-expand):
8551 Remove unnecessary autoload (it is in loaddefs.el).
8552
5a0978ce
GM
8553 * textmodes/picture.el (picture-desired-column)
8554 (picture-update-desired-column): Convert comments to doc-strings.
8555 (picture-substitute): Remove function.
8556 (picture-mode-map): Initialize in the defvar.
8557
6b955486
GM
8558 * woman.el: Remove eval-after-load for tar-mode.
8559 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
8560 (woman-tar-extract-file): Autoload it.
8561
94ee8db5
GM
8562 * frame.el (automatic-hscrolling): Make this alias obsolete.
8563
177eca34
AM
85642012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8565
090bd7cb 8566 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 8567 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
8568 (ispell-dictionary-base-alist): Revert to original XEmacs
8569 friendly version for default. [:alpha:] will be added in
090bd7cb 8570 `ispell-set-spellchecker-params' if needed.
177eca34 8571
c505aaeb
CY
85722012-04-16 Chong Yidong <cyd@gnu.org>
8573
b19dd9d1 8574 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
8575 (imagemagick-register-types): Use it.
8576 (imagemagick-types-inhibit): Add :set function. Allow new value
8577 of t to inhibit all types.
8578
8579 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
8580 so we can preload it.
8581
8582 * loadup.el (fboundp): Preload regexp-opt, needed by
8583 imagemagick-register-types.
8584
60efac0f
CY
85852012-04-15 Chong Yidong <cyd@gnu.org>
8586
8587 * frame.el (scrolling): Remove nearly unused customization group.
8588
8589 * scroll-all.el (scroll-all-mode): Move to windows group.
8590
5dd1713e
CY
85912012-04-15 Chong Yidong <cyd@gnu.org>
8592
8593 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
8594
e6fd457e
CY
85952012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8596
8597 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 8598 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 8599
e153c136
GM
86002012-04-15 Glenn Morris <rgm@gnu.org>
8601
8602 * simple.el (process-file-side-effects): Doc fix.
8603
e6fd457e 86042012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
8605
8606 * international/mule-cmds.el (set-language-environment): Doc fix.
8607
3603c3b1
JB
86082012-04-14 Juanma Barranquero <lekktu@gmail.com>
8609
8610 * server.el (server-auth-key, server-generate-key): Doc fixes.
8611 (server-get-auth-key): Doc fix. Use `string-match-p'.
8612 (server-start): Reflow docstring.
8613
e6de100c
LI
86142012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
8615
8616 * server.el (server-generate-key): `called-interactively-p'
8617 requires a parameter.
8618
29734c21
MN
86192012-04-14 Michal Nazarewicz <mina86@mina86.com>
8620
8621 * server.el (server-auth-key): New variable.
75f1671a 8622 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
8623 (server-start): Use the new variable and functions to allow
8624 setting a permanent server key (bug#9423).
8625
d65c9521
LL
86262012-04-14 Leo Liu <sdl.web@gmail.com>
8627
8628 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
8629
5ae255c7
PE
86302012-04-14 Paul Eggert <eggert@cs.ucla.edu>
8631
8632 Spelling fixes.
8633 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
8634 Emacs uses American spelling.
8635
d5e6342e
JB
86362012-04-14 Juanma Barranquero <lekktu@gmail.com>
8637
8638 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
8639 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
8640 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
8641 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
8642
ab036cd7
SM
86432012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8644
8645 * progmodes/which-func.el (which-func-modes): Change default.
8646
35dc09a1 86472012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
8648
8649 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
8650 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
8651
35dc09a1 86522012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
8653
8654 * custom.el (custom-theme-set-variables): Doc fix.
8655
35dc09a1 86562012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
8657
8658 * international/mule.el (set-auto-coding-for-load): Doc fix.
8659
35dc09a1 86602012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 8661
35dc09a1
GM
8662 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
8663 imenu work again for Objective C Mode. Correct the *-index values,
8664 these having been disturbed by a previous change in 2011-08.
57f845ee 8665
0de3da9f
AM
8666 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
8667 Correct two search limits.
8668
35dc09a1 86692012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
8670
8671 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
8672
35dc09a1 86732012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
8674
8675 * international/characters.el: Fix sorting.
8676
35dc09a1 86772012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
8678
8679 * international/characters.el: Add more missing Latin case pairs.
8680
35dc09a1 86812012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
8682
8683 * files.el (dir-locals-set-class-variables): Doc fix.
8684
35dc09a1 86852012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 8686
3f1b5bf8
EZ
8687 * international/characters.el: Add set-case-syntax-pair call for
8688 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
8689 counterpart. (Bug#11209)
8690
9f847f41
EZ
8691 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
8692
35dc09a1 86932012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
8694
8695 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8696
35dc09a1 86972012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 8698
35dc09a1
GM
8699 * textmodes/ispell.el (ispell-dictionary-base-alist):
8700 Add data for Hebrew.
e2627d21 8701
35dc09a1 87022012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 8703
35dc09a1
GM
8704 * net/rcirc.el (rcirc-cmd-quit):
8705 Revert 2012-03-18 change (Bug#11192).
5c14e333 8706
35dc09a1 87072012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
8708
8709 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
8710
35dc09a1 87112012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 8712
4517fe3a
SM
8713 * minibuffer.el (completion-in-region-mode-map):
8714 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 8715
b472a594
VD
87162012-04-13 Vivek Dasmohapatra <vivek@etla.org>
8717
8718 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
8719
09b95ce3
MY
87202012-04-13 Masatake YAMATO <yamato@redhat.com>
8721
8722 * minibuffer.el (minibuffer-local-filename-syntax): New variable
8723 to allow `C-M-f' and `C-M-b' to move to the nearest path
8724 separator (bug#9511).
8725
4b63a9ca
LI
87262012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
8727
8728 * avoid.el: Require cl when compiling. And also move the
8729 `provide' to the end.
8730
7b55b8bf
TV
87312012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8732
8733 * avoid.el (mouse-avoidance-banish-position): New variable.
8734 (mouse-avoidance-banish-destination): Use it (bug#10165).
8735
adedaa1f
LL
87362012-04-13 Leo Liu <sdl.web@gmail.com>
8737
8738 * progmodes/which-func.el (which-func-modes): Add objc-mode.
8739
70e74021
KB
87402012-04-13 Ken Brown <kbrown@cornell.edu>
8741
8742 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 8743 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
8744 (browse-url-filename-alist): For the same reason, don't modify
8745 file:// URLs on Cygwin.
8746
e75e89ba
SM
87472012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
8748
8749 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
8750 the region on shift if the binding is already shifted (bug#11221).
8751
82f289a4
GM
87522012-04-12 Glenn Morris <rgm@gnu.org>
8753
8754 * mail/mailpost.el: Move to obsolete/.
8755
d333dc4c
DA
87562012-04-12 Drew Adams <drew.adams@oracle.com>
8757
8758 * imenu.el (imenu--generic-function): Ignore invisible definitions
8759 (bug#10123).
8760
0d15b5ba
VD
87612012-04-12 Vivek Dasmohapatra <vivek@etla.org>
8762
8763 * hexl.el (hexl-bits): New variable.
8764 (hexl-options): Mention the variable in the doc string.
75f1671a 8765 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 8766 (hexl-mode): Mention the new variable.
75f1671a
JB
8767 (hexl-mode, hexl-current-address, hexl-current-address):
8768 Use the displen.
0d15b5ba
VD
8769 (hexl-ascii-start-column): New function.
8770 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
8771 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
8772
64a440db
AM
87732012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8774
8775 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
8776 '("-i" ENCODING), in 2 separate command-line arguments, to specify
8777 the encoding, as expected by hunspell.
8778
6decb6c2
SM
87792012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
8780
8781 * battery.el (battery--linux-sysfs-regexp): New const.
8782 (battery-status-function): Use it. Remove yeeloong special case.
8783 (battery-yeeloong-sysfs): Remove.
8784 (battery-echo-area-format): Remove yeeloong special case.
8785
088be6fb
SM
87862012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8787
6622e416
SM
8788 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
8789 Reported by Noah Friedman.
8790
088be6fb
SM
8791 * subr.el (read-passwd): Use read-string.
8792
b49f886e
LMI
87932012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8794
8795 * vcursor.el (vcursor-move): Increase the priority of the overlay
8796 (bug#9663).
8797
a63067fc
DD
87982012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8799
8800 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
8801 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
8802
ac3cf14a
WS
88032012-04-11 William Stevenson <yhvh2000@gmail.com>
8804
8805 * textmodes/artist.el (artist-mode): Convert artist-mode to use
8806 define-minor-mode (bug#10760).
8807
c4fc691b 88082012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 8809
4d6769e1 8810 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
8811 that directories matching `grep-find-ignored-files' won't be
8812 pruned (bug#10351).
8813
af23e2e5
CY
88142012-04-11 Chong Yidong <cyd@gnu.org>
8815
8816 * startup.el (command-line): Remove support for long-obsolete
8817 variable font-lock-face-attributes.
8818
ab7ce8c1
GM
88192012-04-11 Glenn Morris <rgm@gnu.org>
8820
8821 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
8822
de8c03dc
SM
88232012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8824
8825 * window.el (window--state-get-1): Obey window-point-insertion-type.
8826
050cc68b
LB
88272012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
8828
8829 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
8830 to previous function when point is on the first character of a
75f1671a 8831 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 8832
a38c310c
GM
88332012-04-11 Glenn Morris <rgm@gnu.org>
8834
effed0c2
GM
8835 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
8836 not just file-errors.
8837
a38c310c
GM
8838 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
8839 (vc-bzr-sha1): Use internal sha1.
8840
0221e323
SM
88412012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
8842
8843 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
8844
43956923
SG
88452012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
8846
8847 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
8848 that start in the middle of the line (bug#10496).
8849
6a8c9eaf
DN
88502012-04-10 Dan Nicolaescu <dann@gnu.org>
8851
8852 * battery.el (battery-linux-proc-acpi): Only one battery is
8853 discharged at a time, but that seems to confuse battery.el when
8854 computing `rate-type' for the battery not being discharged
8855 (bug#10332).
8856
1930bf5d
SM
88572012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8858
2a718f6f
SM
8859 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
8860
599430d0
SM
8861 * international/quail.el: Use dolist and simplify.
8862 (quail-define-package, quail-update-keyboard-layout)
8863 (quail-define-rules): Use dolist.
8864 (quail-insert-kbd-layout, quail-get-translation): CSE.
8865
a2754b6c
SM
8866 * tmm.el: Use dolist, remove left over hook.
8867 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
8868 Use dolist.
8869 (calendar-load-hook): Don't mess with it.
8870
1930bf5d
SM
8871 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
8872 Use derived-mode-p. Run the diff asynchronously.
8873
9f67961c
LMI
88742012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8875
8876 * obsolete/mouse-sel.el: Add an Obsolete-since header.
8877
2a8ce227
JB
88782012-04-10 Juanma Barranquero <lekktu@gmail.com>
8879
8880 * misc.el: Display absolute path of loaded DLLs (bug#10424).
8881 (list-dynamic-libraries--loaded): New function.
8882 (list-dynamic-libraries--refresh): Use it.
8883
8f33b5f8
NW
88842012-04-10 Nathan Weizenbaum <nweiz@google.com>
8885
1930bf5d
SM
8886 * progmodes/python.el (python-fill-paragraph):
8887 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
8888 disabled (bug#7018).
8889
b12f0439
L
88902012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
8891
1930bf5d 8892 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
8893 DOS/MS Windows for the Baltic languages. There are still plenty
8894 of texts written in this encoding/codepage (bug#6519).
b12f0439 8895
57c3bd01
GM
88962012-04-10 Glenn Morris <rgm@gnu.org>
8897
8898 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
8899 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
8900
6c3eab30
FA
89012012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
8902
1930bf5d 8903 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
8904 next-line "n" and previous-line "p" in order to make recentf more
8905 consistent with ibuffer, dired or org-mode (bug#9387).
8906
24d78a88
LMI
89072012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8908
bc72b5d9
LMI
8909 * image.el (put-image): Return the overlay created instead of the
8910 optional input string (bug#7834). Note that this may break code
8911 that is (for some reason or other) depending on `put-image'
8912 returning the string.
8913
bd2dba5a
LMI
8914 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
8915
74beb59f
LMI
8916 * simple.el (zap-to-char): Allow zapping using input methods
8917 (bug#1580).
8918
24d78a88
LMI
8919 * textmodes/fill.el (fill-region): Leave point and mark where they
8920 were before filling (bug#5399).
8921
263f20cd
GM
89222012-04-09 Glenn Morris <rgm@gnu.org>
8923
8924 * version.el (emacs-bzr-get-version):
8925 Handle lightweight checkouts of local branches.
8926
58d1f797
AS
89272012-04-09 Andreas Schwab <schwab@linux-m68k.org>
8928
263f20cd 8929 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 8930
b4d3bc10
CY
89312012-04-09 Chong Yidong <cyd@gnu.org>
8932
8933 * custom.el (custom-variable-p): Return nil for non-symbol
8934 arguments instead of signaling an error.
8935 (user-variable-p): Obsolete alias for custom-variable-p.
8936
8937 * apropos.el (apropos-variable):
8938 * files-x.el (read-file-local-variable):
8939 * simple.el (set-variable):
8940 * woman.el (woman-mini-help):
8941 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
8942
fd06db5d
GM
89432012-04-09 Glenn Morris <rgm@gnu.org>
8944
e5fcdb5e
GM
8945 * startup.el (normal-top-level): Don't look for leim-list.el
8946 in places where it will not be found. (Bug#910)
8947
fd06db5d
GM
8948 * international/mule-cmds.el (set-default-coding-systems):
8949 * files.el (normal-mode):
8950 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
8951 This function was removed with ucs-tables.el in 2008.
8952
b39bb7e1
EZ
89532012-04-08 Eli Zaretskii <eliz@gnu.org>
8954
8955 * textmodes/ispell.el (ispell-check-version): For hunspell, set
8956 ispell-encoding8-command to "-i", without a trailing space.
8957 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
8958 separate command-line arguments, to specify the encoding, since
8959 that's how hunspell expects it.
8960
5c5b8e23
GM
89612012-04-08 Glenn Morris <rgm@gnu.org>
8962
8963 * loadup.el: Load bindings before cus-start.
8964 This reduces somewhat the number of "rogue" settings in emacs -Q.
8965
a1ed8b05
GM
89662012-04-07 Glenn Morris <rgm@gnu.org>
8967
8968 * version.el (emacs-bzr-get-version): New function.
dfae128a 8969 (emacs-bzr-version): New variable.
a1ed8b05
GM
8970 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
8971 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
8972
b142f158
EZ
89732012-04-07 Eli Zaretskii <eliz@gnu.org>
8974
dfae128a
GM
8975 * international/uni-bidi.el, international/uni-category.el:
8976 * international/uni-combining.el, international/uni-decimal.el:
8977 * international/uni-decomposition.el, international/uni-digit.el:
8978 * international/uni-lowercase.el, international/uni-mirrored.el:
8979 * international/uni-name.el, international/uni-numeric.el:
8980 * international/uni-titlecase.el, international/uni-uppercase.el:
8981 Update for Unicode 6.1.
b142f158 8982
9078ead6
EZ
89832012-04-07 Eli Zaretskii <eliz@gnu.org>
8984
8985 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
8986
f23d2c7d
LMI
89872012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8988
8989 * window.el (shrink-window): Mention the `window-min-height'
8990 variable in the doc string.
8991
0a0a3573
BG
89922012-04-05 Bastien Guerry <bzg@altern.org>
8993
8994 * color.el (color-lighten-name): Fix typo.
8995
e5248ac9
SM
89962012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8997
8998 * server.el (server--on-display-p): New function.
8999 (server--on-display-p): Use it.
9000
b4243e22
GV
90012012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
9002
9003 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
9004 (bug#11145).
9005
305d9f44
SM
90062012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
9007
9008 * comint.el (comint--common-quoted-suffix): Check string boundary
9009 before comparing (bug#11158).
9010 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
9011
3d439cd1
CY
90122012-04-04 Chong Yidong <cyd@gnu.org>
9013
321cc491
CY
9014 * minibuffer.el (completion-extra-properties): Doc fix.
9015
3d439cd1
CY
9016 * subr.el (delayed-warnings-hook): Doc fix.
9017
2d562c0f
DU
90182012-04-04 Daiki Ueno <ueno@unixuser.org>
9019
9020 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
9021 selection (Bug#11159).
9022 (epa-insert-keys): Inform that the default public key will be
9023 exported if no key is selected.
9024
4443f204
RS
90252012-04-04 Richard Stallman <rms@gnu.org>
9026
9027 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
9028
529c06b6
CY
90292012-04-03 Chong Yidong <cyd@gnu.org>
9030
9031 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
9032 mail-insert-file, not its obsolete alias mail-attach-file.
9033
66b907dc
MA
90342012-04-03 Michael Albinus <michael.albinus@gmx.de>
9035
9036 * notifications.el (notifications-notify): Fix docstring.
9037
c0ea195d
GM
90382012-04-02 Glenn Morris <rgm@gnu.org>
9039
9040 * emacs-lisp/authors.el (authors-aliases): Another addition.
9041
5ca64e00
MA
90422012-04-02 Michael Albinus <michael.albinus@gmx.de>
9043
9044 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
9045 `tramp-compat-call-process' instead of `tramp-local-call-process'.
9046 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
9047
42ee526b
CY
90482012-04-01 Chong Yidong <cyd@gnu.org>
9049
9050 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
9051 Handle root directory properly.
9052 (copy-directory): Caller changed.
9053
9054 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9055 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
9056
0b021094
GM
90572012-03-31 Glenn Morris <rgm@gnu.org>
9058
40f86458
GM
9059 * term/xterm.el (xterm-extra-capabilities): Doc fix.
9060
7019c177
GM
9061 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
9062
a1daddd6
GM
9063 * calendar/calendar.el (calendar-window-list)
9064 (calendar-hide-window): Restore. (Bug#11140)
9065 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
9066
0b021094
GM
9067 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
9068
40311efc
TV
90692012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9070
9071 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
9072 Check if file is a symlink (Bug#10489).
9073
9074 * files.el (copy-directory): Likewise.
9075
5319014e
CY
90762012-03-30 Chong Yidong <cyd@gnu.org>
9077
9078 * image.el (imagemagick-types-inhibit)
9079 (imagemagick-register-types): Doc fix.
9080
935d1290
AM
90812012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9082
090bd7cb 9083 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 9084 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 9085 and treats ~word as ordinary words in pipe mode.
935d1290 9086
61c6e8fd
GM
90872012-03-30 Glenn Morris <rgm@gnu.org>
9088
9089 * tutorial.el (help-with-tutorial): Ensure local variables don't
9090 happen to make the buffer read-only. (Bug#11127)
9091
81fdff00
SM
90922012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9093
9094 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
9095 (perl-calculate-indent): Return `noindent' in strings.
9096
6e7a6ec0
SS
90972012-03-28 Sam Steingold <sds@gnu.org>
9098
9099 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
9100 instead of the broken adhockery which does not prevent calendar
9101 buffers from being displayed at random after exit.
9102 (calendar-window-list, calendar-hide-window): Remove the broken
9103 adhockery.
9104
fee88ca0
GM
91052012-03-28 Glenn Morris <rgm@gnu.org>
9106
9107 * replace.el (query-replace-map): Doc fix.
9108
38de3354
AS
91092012-03-28 Andreas Schwab <schwab@linux-m68k.org>
9110
9111 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
9112 contents. (Bug#11109)
9113
b973155e
SM
91142012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9115
9116 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
9117 (bug#11077).
9118 (avl-tree--check, avl-tree--check-node): New funs.
9119
dcb6e7b3
MR
91202012-03-27 Martin Rudalics <rudalics@gmx.at>
9121
9122 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
9123 (switch-to-prev-buffer, switch-to-next-buffer):
9124 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
9125 showing a buffer already is done on the same frame.
9126
b4fa35fa
GM
91272012-03-27 Glenn Morris <rgm@gnu.org>
9128
9129 * startup.el (mail-host-address): Doc fix.
9130
f9210e18
SM
91312012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9132
9133 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
9134 than 197 variables.
9135
c0bf7753
AF
91362012-03-26 Ami Fischman <ami@fischman.org>
9137
9138 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
9139
33da7b16
GM
91402012-03-26 Glenn Morris <rgm@gnu.org>
9141
02243d9d
GM
9142 * files.el (save-buffers-kill-emacs): Doc fix.
9143
33da7b16
GM
9144 * startup.el (normal-top-level, command-line, command-line-1):
9145 Give them doc strings.
9146
e5a69fd0
EZ
91472012-03-25 Eli Zaretskii <eliz@gnu.org>
9148
9149 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 9150 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 9151
9a69676a
CY
91522012-03-25 Chong Yidong <cyd@gnu.org>
9153
4125cb8b
CY
9154 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
9155 theme if it was previously enabled before (Bug#11031).
9156
dd470960
CY
9157 * cus-theme.el (custom-theme-write-faces): Retrieve current face
9158 spec with custom-face-get-current-spec if its :shown-value is not
9159 determined yet (Bug#9337).
4125cb8b 9160 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 9161
9a69676a
CY
9162 * button.el (button-at): Minor addition to docstring.
9163
6e7e90fa
SL
91642012-03-24 Simon Leinen <simon.leinen@gmail.com>
9165
9166 * vc/vc.el (vc-merge): Fix a prompt.
9167
f06e2758
CY
91682012-03-24 Chong Yidong <cyd@gnu.org>
9169
9170 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
9171 point (Bug#9623).
9172
6e7e90fa
SL
9173 * button.el (button-at): Minor addition to docstring.
9174
b9d0879b
SM
91752012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * newcomment.el (comment-choose-indent): No space after BOL.
9178
e71cebb3
SS
91792012-03-22 Sam Steingold <sds@gnu.org>
9180
9181 * window.el (switch-to-prev-buffer): Revert last patch because the
9182 bug turned out to be an advertised feature (Elisp manual 28.14).
9183
335aff35
GM
91842012-03-22 Glenn Morris <rgm@gnu.org>
9185
9186 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
9187 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
9188
c676576a
LMI
91892012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9190
9191 * net/network-stream.el (network-stream-open-starttls): Make error
9192 message under Windows be less misleading.
9193
126f3d39
LW
91942012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
9195
9196 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
9197 understands (bug#9942).
9198
64fee311
CY
91992012-03-22 Chong Yidong <cyd@gnu.org>
9200
9201 * simple.el (end-of-visible-line): Handle return value of
9202 next-single-property-change properly (Bug#9371).
9203
a640d29a
KH
92042012-03-22 Kenichi Handa <handa@m17n.org>
9205
9206 * international/quail.el (quail-insert-kbd-layout): Fix previous
9207 change. To avoid unwanted bidi reordering, use
9208 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
9209
39675016
DG
92102012-03-21 Dmitry Gutov <dgutov@yandex.ru>
9211
9212 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
9213 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
9214 (ruby-beginning-of-indent): Be more careful with the difference
9215 between word-boundary and symbol boundary.
9216 (ruby-mode-syntax-table): Make : a symbol constituent.
9217
0a6934fc 92182012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 9219
3d008e4f
SM
9220 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
9221
0a6934fc
SM
92222012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9223
af67c9d7
SM
9224 * progmodes/etags.el (tags-completion-at-point-function):
9225 Improve last fix.
9226
1acad97c
SM
9227 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
9228
e298b5da
SS
92292012-03-21 Sam Steingold <sds@gnu.org>
9230
9231 * progmodes/etags.el (tags-completion-at-point-function):
9232 Avoid the error when point is inside the pattern.
9233
91d82a70
JY
92342012-03-21 John Yates <john@yates-sheets.org> (tiny change)
9235
9236 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
9237 line (Bug#10855).
9238
69188b79
CY
92392012-03-21 Drew Adams <drew.adams@oracle.com>
9240
9241 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
9242
99fc91fe
AK
92432012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
9244
9245 * ido.el (ido-set-current-directory, ido-read-internal)
9246 (ido-choose-completion-string, ido-completion-help): Handle nil
9247 value of ido-completion-buffer (Bug#11008).
9248
087bbb4c
SS
92492012-03-21 Sam Steingold <sds@gnu.org>
9250
9251 * window.el (switch-to-prev-buffer): Do not switch to a visible
9252 window previous buffer, just like with the frame previous buffers.
9253
fb5b8aca
CY
92542012-03-21 Chong Yidong <cyd@gnu.org>
9255
9256 * faces.el (make-face, make-empty-face, copy-face):
9257 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9258 Doc fixes.
9259
dc9924b8
SM
92602012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9261
9262 * wid-edit.el (widget-complete-field): Remove (bug#11051).
9263 (widget-complete): Remove broken use of it.
9264
f0bcceb9
CY
92652012-03-20 Chong Yidong <cyd@gnu.org>
9266
dc9924b8
SM
9267 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
9268 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
9269 characters.
9270
ee52ebf3
TH
92712012-03-20 Tassilo Horn <tassilo@member.fsf.org>
9272
9273 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
9274 to draw rectangles, not squares. (Regression introduced by revno
9275 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
9276
4c5779ab
CY
92772012-03-18 Chong Yidong <cyd@gnu.org>
9278
9279 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
9280 it is not yet defined (for temacs).
9281
15360934
LL
92822012-03-18 Leo Liu <sdl.web@gmail.com>
9283
735135f9
PE
9284 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
9285 prefix.
15360934 9286
d9a8eb66
EZ
92872012-03-17 Eli Zaretskii <eliz@gnu.org>
9288
9289 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
9290 (ispell-choices-win-default-height, ispell-silently-savep)
9291 (ispell-dictionary-alist, ispell-encoding8-command)
9292 (ispell-check-version, ispell-aspell-find-dictionary)
9293 (ispell-valid-dictionary-list, ispell-words-keyword)
9294 (ispell-get-word, ispell-internal-change-dictionary)
9295 (ispell-region, ispell-skip-region-list)
9296 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
9297 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
9298 (ispell-message-text-end, ispell-message)
9299 (ispell-buffer-local-parsing): Doc fix.
9300
f02ff80d
J
93012012-03-13 Jambunathan K <kjambunathan@gmail.com>
9302
9303 * htmlfontify.el: Add support for code block fontification for ODT
9304 export (Bug #9914).
9305 (hfy-optimisations): Define new option
9306 `body-text-only'
9307 (hfy-fontify-buffer): Honor above setting.
9308 (hfy-begin-span, hfy-end-span): New routines factored out form
9309 `hfy-fontify-buffer'.
9310 (hfy-begin-span-handler, hfy-end-span-handler): New variables
9311 that permit insertion of custom tags.
9312 (hfy-fontify-buffer): Use above handlers.
9313 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
9314 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 9315 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 9316 over multiple runs. This is made possible by having the caller let
f02ff80d
J
9317 bind a special variable `hfy-user-sheet-assoc'.
9318 (htmlfontify-string): New defun.
9319 (hfy-compile-face-map): Make sure that the last char in the
9320 buffer is correctly fontified.
9321 (hfy-face-resolve-face): Whitespace only change.
9322
9ac7a13f
EZ
93232012-03-17 Eli Zaretskii <eliz@gnu.org>
9324
9325 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
9326 message more clear.
9327
e2b5bdd7
LL
93282012-03-16 Leo Liu <sdl.web@gmail.com>
9329
9330 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
9331
2e492df3
AM
93322012-03-16 Alan Mackenzie <acm@muc.de>
9333
9334 Further optimise the handling of large macros.
9335
9336 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
9337 limit to a call of `c-literal-limits'.
9338 (c-determine-+ve-limit): New function.
dc9924b8
SM
9339 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
9340 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
9341 In CASE 5B, restrict a search limit to 500.
9342 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
9343
9344 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
9345 Restrict macro bounds to +-500 from after-change's BEG END.
9346
50e94f0c
LL
93472012-03-16 Leo Liu <sdl.web@gmail.com>
9348
9349 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
9350
6f09f6ed
AH
93512012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
9352
9353 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 9354 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 9355
c7e73d51
GM
93562012-03-16 Glenn Morris <rgm@gnu.org>
9357
da986230
GM
9358 * view.el (view-buffer, view-buffer-other-window)
9359 (view-buffer-other-frame): Doc fixes re special mode-class.
9360
0835f01e
GM
9361 * subr.el (eval-after-load): If named feature is provided not from
9362 a file, run after-load forms. (Bug#10946)
9363
c7e73d51
GM
9364 * calendar/calendar.el (calendar-insert-at-column):
9365 Handle non-unit-width characters a bit better. (Bug#10978)
9366
3f2eafd1
CY
93672012-03-15 Chong Yidong <cyd@gnu.org>
9368
9369 * emacs-lisp/ring.el (ring-extend): New function.
9370 (ring-insert+extend): Extend the ring correctly (Bug#11019).
9371
9372 * comint.el (comint-read-input-ring)
9373 (comint-add-to-input-history): Grow comint-input-ring lazily.
9374
103af3fe
SM
93752012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9376
663b1677
SM
9377 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
9378 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
9379
103af3fe
SM
9380 * imenu.el: Fix multiple inheritance breakage (bug#9199).
9381 (imenu-add-to-menubar): Don't add a redundant index.
9382 (imenu-update-menubar): Handle a dynamically composed keymap.
9383
899cb7cb
KY
93842012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
9385
9386 * mail/sendmail.el (mail-encode-header):
9387 Bind rfc2047-encode-encoded-words to nil.
9388
3809f91d
GM
93892012-03-13 Glenn Morris <rgm@gnu.org>
9390
9391 * calendar/calendar.el (calendar-string-spread):
9392 Handle non-unit-width characters a bit better. (Bug#10978)
9393
9e345a01
LL
93942012-03-13 Leo Liu <sdl.web@gmail.com>
9395
9396 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
9397 directory and file as argument (Bug#10822).
9398
4a07df36
KS
93992012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9400
9401 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
9402 For dynamically generated code, follow $PC.
9403 (gdb-disassembly-handler-custom): Handle no function name case.
9404
4aaa9356
TL
94052012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
9406
9407 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
9408 * emulation/ws-mode.el (ws-query-replace):
9409 * sort.el (sort-regexp-fields):
9410 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
9411
225979da
SM
94122012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * dabbrev.el: Fix cycle completion order (bug#10963).
9415 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
9416 (dabbrev-completion): Don't use an obarray; provide
9417 a cycle-sort-function.
9418
e2f1fdab
LL
94192012-03-12 Leo Liu <sdl.web@gmail.com>
9420
dc9924b8 9421 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
9422 (kill-do-not-save-duplicates): Doc fix.
9423
b19490ed
SM
94242012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9425
9426 * dabbrev.el: Fix cycle completion (bug#10963).
9427 Use lexical binding and wrap to 80 columns.
9428 (dabbrev-completion): Delay computing the list of completions.
9429
4b05d722
KH
94302012-03-12 Kenichi Handa <handa@m17n.org>
9431
9432 * international/quail.el (quail-insert-kbd-layout): Surround each
9433 row by LRO and PDF instead of inserting many LRMs. Pad the left
9434 and right of each non-spacing marks. Insert invisible space
9435 between lower and upper characters to prevent composition.
9436
dbbc2e69
SM
94372012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * minibuffer.el (minibuffer-complete): Don't get confused when the
9440 function is run twice via different commands (bug#10958).
9441 (complete-with-action): Fix docstring.
9442
292112ed
CY
94432012-03-12 Chong Yidong <cyd@gnu.org>
9444
5d1ac394
CY
9445 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
9446 (nxml-completion-at-point-function): New function.
9447 (nxml-mode): Use it.
9448 (nxml-bind-meta-tab-to-complete-flag): Default to t.
9449
292112ed
CY
9450 * emacs-lisp/package.el (package-unpack, package-unpack-single):
9451 Load generated autoloads file before byte compiling (Bug#10970).
9452 (package--make-autoloads-and-compile): New helper fun.
9453
4098f8f7
CS
94542012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
9455
9456 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
9457
8f754691
MA
94582012-03-11 Michael Albinus <michael.albinus@gmx.de>
9459
9460 * autorevert.el (auto-revert-handler): Ensure, that
9461 file-readable-p is applied only for local files or in
9462 auto-revert-tail-mode.
9463
e29ab36b
AS
94642012-03-11 Andreas Schwab <schwab@linux-m68k.org>
9465
dbbc2e69
SM
9466 * server.el (server-eval-at): Handle non-tcp connections.
9467 Decode result string.
ad0bf5b6 9468
e29ab36b
AS
9469 * server.el (server-msg-size): New constant.
9470 (server-reply-print): New function.
9471 (server-eval-and-print): Use it.
9472 (server-eval-at): Use server-quote-arg and server-unquote-arg.
9473 Handle -print-nonl.
9474
de5939ba
CS
94752012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
9476
9477 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
9478 (Bug#10987).
9479
0c93eabf
CY
94802012-03-11 Chong Yidong <cyd@gnu.org>
9481
397a688f
CY
9482 * simple.el (goto-line): Doc fix (Bug#9938).
9483
2cc775f9
CY
9484 * subr.el (save-window-excursion): Doc fix (Bug#9979).
9485
0c93eabf
CY
9486 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
9487 when finished (Bug#10963).
9488
c491fa41
MR
94892012-03-11 Martin Rudalics <rudalics@gmx.at>
9490
9491 * window.el (split-window-below): Fix bug in case where
9492 split-window-keep-point is nil (Bug#10971).
9493
300e8fa5
JL
94942012-03-11 Juri Linkov <juri@jurta.org>
9495
9496 * replace.el (replace-highlight): Set isearch-word to nil
9497 unconditionally. (Bug#10887)
9498
dbf6c5a1
EZ
94992012-03-10 Eli Zaretskii <eliz@gnu.org>
9500
9501 * net/mairix.el (mairix-replace-invalid-chars): Rename from
9502 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 9503 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
9504 (mairix-widget-create-query): Add usage information about mairix
9505 search forms: negating words, searching for substrings, etc.
9506
b9e501de
JP
95072012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
9508
9509 * international/fontset.el (font-encoding-alist): Add an entry for
9510 ksx1001 (Bug#5667).
9511
92795c91
RS
95122012-03-10 Richard Stallman <rms@gnu.org>
9513
1694e6c1
RS
9514 * mail/sendmail.el (mail-encode-header):
9515 Set rfc2047-encode-encoded-words.
9516
607e8555
RS
9517 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
9518
de3bc99a
RS
9519 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
9520 view buffer means not swapped.
9521 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
9522 (rmail-write-region-annotate): Error if real text has disappeared.
9523
92795c91
RS
9524 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
9525
699bd04e
CY
95262012-03-10 Chong Yidong <cyd@gnu.org>
9527
9528 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
9529 * emulation/cua-base.el (cua--init-keymaps):
9530 Add delete-forward-char to remappings (Bug#9666).
699bd04e 9531
570a1714
MR
95322012-03-10 Martin Rudalics <rudalics@gmx.at>
9533
dbbc2e69
SM
9534 * speedbar.el (speedbar-unhighlight-one-tag-line):
9535 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 9536
82dcf4e4
CY
95372012-03-10 Chong Yidong <cyd@gnu.org>
9538
7a2c7ca7
CY
9539 * minibuffer.el (completion-in-region, completion-help-at-point):
9540 Give the completion field overlay a high priority (Bug#6830).
9541
82dcf4e4
CY
9542 * dired.el (dired-goto-file): Recognize absolute file name
9543 listings (Bug#7126).
9544 (dired-goto-file-1): New helper function.
9545 (dired-toggle-read-only): Inhibit warnings.
9546
052e28ac
MA
95472012-03-09 Michael Albinus <michael.albinus@gmx.de>
9548
75f1671a 9549 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
9550 there are no properties.
9551
95d5e396
LL
95522012-03-09 Leo Liu <sdl.web@gmail.com>
9553
9554 * savehist.el (savehist-printable): Stricter check for string
9555 value (Bug#10937).
9556
3f018d6d
EZ
95572012-03-09 Eli Zaretskii <eliz@gnu.org>
9558
dbbc2e69
SM
9559 * mail/smtpmail.el (smtpmail-send-it):
9560 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
9561 valid mbox format.
9562
f7fd3d79
GM
95632012-03-09 Glenn Morris <rgm@gnu.org>
9564
9565 * files.el (dir-locals-find-file):
9566 Don't check result is regular, readable.
9567 (dir-locals-read-from-file): Demote errors.
9568
6ff6e72f
EZ
95692012-03-08 Eli Zaretskii <eliz@gnu.org>
9570
dbbc2e69
SM
9571 * international/quail.el (quail-insert-kbd-layout):
9572 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
9573 layout cell, to prevent their reordering by bidi display engine.
9574 For details, see the discussion in
9575 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
9576
9cec7834
AM
95772012-03-08 Alan Mackenzie <acm@muc.de>
9578
9579 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
9580 the starting position; make it extend the marked region when
9581 invoked repeatedly - all under appropriate circumstances.
9582 Fixes bugs #5525, #10906.
9583
9a40b8d4
GM
95842012-03-08 Glenn Morris <rgm@gnu.org>
9585
9586 * files.el (locate-dominating-file, dir-locals-find-file):
9587 Undo 2012-03-06 change.
9588
7a08ed35
EZ
95892012-03-07 Eli Zaretskii <eliz@gnu.org>
9590
dbbc2e69
SM
9591 * international/quail.el (quail-help):
9592 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
9593 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
9594 for the reason.
9595
5aca4f71 95962012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
9597
9598 Avoid superfluous registering of signals. (Bug#10807)
9599
9600 * notifications.el (notifications-on-action-object)
9601 (notifications-on-close-object): New defvars.
9602 (notifications-on-action-signal, notifications-on-closed-signal):
9603 Unregister the signal if not needed any longer.
9604 (notifications-notify): Register `notifications-action-signal' or
9605 `notifications-closed-signal', if :on-action or :on-close has been
9606 passed as argument.
9607
78e8b10a
CY
96082012-03-07 Chong Yidong <cyd@gnu.org>
9609
9610 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
9611 non-X platforms.
9612
69481eb8
GM
96132012-03-06 Glenn Morris <rgm@gnu.org>
9614
9615 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
9616 (x-disown-selection-internal, x-get-selection-internal):
9617 Doc fix (add arglist signatures). (Bug#10783)
9618
133b8e11
KS
96192012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
9620
9621 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
9622 Handle breakpoints with no "type".
9623
99a83064
GM
96242012-03-06 Glenn Morris <rgm@gnu.org>
9625
9626 * files.el (locate-dominating-file): Add optional predicate argument.
9627 (dir-locals-find-file): Make use of above change.
9628
17798e78
TTN
96292012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
9630
9631 * info.el (Info-insert-dir): Also try "dir.gz".
9632
eb182446
GM
96332012-03-06 Glenn Morris <rgm@gnu.org>
9634
8f2114ee
GM
9635 * files.el (dir-locals-find-file):
9636 Ignore non-readable or non-regular files. (Bug#10928)
9637
eb182446
GM
9638 * files.el (locate-dominating-file): Doc fix.
9639
24679323
AS
96402012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
9641
9642 * calendar/calendar.el (calendar-set-mode-line):
9643 `getenv' returns a string. (Bug#10951)
9644
01d972a9
LL
96452012-03-05 Leo Liu <sdl.web@gmail.com>
9646
109aa8a9
LL
9647 * simple.el (backward-delete-char-untabify): Constrain point to
9648 field (Bug#10939).
9649
01d972a9
LL
9650 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
9651
10607bea
CY
96522012-03-05 Chong Yidong <cyd@gnu.org>
9653
9654 * simple.el (count-words): If called from Lisp, return the word
9655 count, for symmetry with `count-lines'. Arglist changed.
9656 (count-words--message): Args changed. Consolidate counting code
9657 from count-words and count-words-region.
9658 (count-words-region): Caller changed.
9659 (count-lines-region): Make it an obsolete alias.
9660
5dd11cfe
TH
96612012-03-04 Tassilo Horn <tassilo@member.fsf.org>
9662
9663 * saveplace.el (save-place-to-alist)
9664 (save-place-ignore-files-regexp): Allow value nil to disable this
9665 feature.
9666
c349f4e6
CY
96672012-03-04 Chong Yidong <cyd@gnu.org>
9668
9669 * faces.el (face-spec-reset-face): For the default face, reset the
9670 attributes to default values (Bug#10748).
9671
e627be4c
LMI
96722012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9673
9674 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
9675 previous patch: Check `message-send-mail-function', and not the
9676 default function (bug#10897).
9677
ebeabff4
MA
96782012-03-04 Michael Albinus <michael.albinus@gmx.de>
9679
a41a6cf4
MA
9680 * notifications.el (notifications-on-action-signal)
9681 (notifications-on-closed-signal): Check for unique service name of
9682 incoming event. Fix error in removing entry.
ebeabff4 9683 (top): Register for signals with wildcard service name.
a41a6cf4 9684 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 9685
c1ca42b4
CY
96862012-03-04 Chong Yidong <cyd@gnu.org>
9687
dc9924b8 9688 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 9689
ea16568d
GM
96902012-03-04 Glenn Morris <rgm@gnu.org>
9691
9692 * abbrev.el (copy-abbrev-table, abbrev-table-p)
9693 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
9694 (expand-abbrev, define-abbrev-table): Doc fixes.
9695
fbae4637
LMI
96962012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9697
9698 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
9699 `message-default-send-mail-function' and not `send-mail-function'
9700 when doing the prompting for `sendmail-query-once' before sending
9701 in Message buffers (bug#10897).
9702
a1e7225c
LMI
9703 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
9704 This is inconsistent with all the other stream functions, which leave
9705 the setting up to the higher levels (if so wanted) (bug#10931).
9706
56d093a9
AM
97072012-03-02 Alan Mackenzie <acm@muc.de>
9708
9709 Depessimize the handling of very large macros.
9710
9711 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
9712 (c-macro-cache-syntactic): New variables to implement a one
9713 element macro cache.
9714 (c-invalidate-macro-cache): New function.
9715 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
9716 Adapt to use the new cache.
9717 (c-state-safe-place): Use better the cache of safe positions.
9718 (c-state-semi-nonlit-pos-cache)
9719 (c-state-semi-nonlit-pos-cache-limit):
9720 New variables for...
9721 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
9722 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
9723 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
9724 Use c-state-semi-safe-place.
56d093a9 9725
dbbc2e69
SM
9726 * progmodes/cc-langs.el (c-get-state-before-change-functions):
9727 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 9728
817e5c3d
MA
97292012-03-02 Michael Albinus <michael.albinus@gmx.de>
9730
dbbc2e69
SM
9731 * jka-compr.el (jka-compr-call-process):
9732 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
9733 not remote.
9734
a032a702
MA
97352012-03-01 Michael Albinus <michael.albinus@gmx.de>
9736
9737 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
9738 access of FILE2, if FILE1 does not exist.
9739
99a54f21
MA
9740 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
9741 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
9742
9743 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
9744 Add "PAGER=" to `process-environment'.
9745
f6561e1f
MM
97462012-03-01 Michael R. Mauger <mmaug@yahoo.com>
9747
9748 * progmodes/sql.el: Bug fix
9749 (sql-get-login-ext): Save login values in globals.
9750 (sql-get-login): Use new version of `sql-get-login-ext'.
9751 (sql-interactive-mode): Set global `sql-connection' to nil.
9752 (sql-connect): Set global values for connection.
9753 (sql-product-interactive): Save global values as buffer local.
9754
2d44d9cc
LL
97552012-02-29 Leo Liu <sdl.web@gmail.com>
9756
9757 * abbrev.el (define-abbrevs): Reset sys to nil.
9758
96b49301 97592012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9760
bf7f9bc5
JB
9761 * files.el (file-equal-p): Rename from `files-equal-p'.
9762 Return nil when one or both files don't exist.
96b49301 9763 (file-subdir-of-p): Now only top directory must exists,
9764 return nil if it doesn't.
bf7f9bc5
JB
9765 (copy-directory): No need to test with `file-subdir-of-p' after
9766 creating dir.
9767 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
9768 to `file-equal-p'.
96b49301 9769
44e97401
GM
97702012-02-28 Glenn Morris <rgm@gnu.org>
9771
9772 * shell.el (shell-mode):
9773 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
9774 * play/landmark.el (landmark-font-lock-face-O):
9775 * play/handwrite.el (handwrite):
9776 * play/gomoku.el (gomoku-O):
9777 * net/browse-url.el (browse-url-browser-display):
9778 * international/mule.el (define-charset):
9779 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
9780 * filesets.el (filesets-find-file-delay):
9781 * eshell/em-xtra.el (eshell-xtra):
9782 * eshell/em-unix.el (eshell-grep):
9783 * emulation/viper.el (viper-mode):
9784 * emacs-lisp/regexp-opt.el (regexp-opt-group):
9785 * emacs-lisp/easymenu.el (easy-menu-define):
9786 * calendar/timeclock.el (timeclock-use-display-time):
9787 * bs.el (bs-mode):
9788 * bookmark.el (bookmark-save-flag):
9789 Doc fix (standardize possessive apostrophe usage).
9790
c98c6276
CY
97912012-02-27 Chong Yidong <cyd@gnu.org>
9792
bf7f9bc5
JB
9793 * emulation/viper-cmd.el (viper-intercept-ESC-key):
9794 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 9795
c98c6276
CY
9796 * font-lock.el (font-lock-specified-p): Rename from
9797 font-lock-spec-present. Callers changed.
9798
9c62cd04 97992012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 9800
bf7f9bc5
JB
9801 * emacs-lisp/package.el (package-compute-transaction):
9802 Handle holding a package version to t in package-load-list.
8ac9e529 9803
530739c9
MA
98042012-02-26 Michael Albinus <michael.albinus@gmx.de>
9805
9806 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
9807 (tramp-get-inode, tramp-get-device): Use cached values.
9808
487915d7
AM
98092012-02-26 Alan Mackenzie <acm@muc.de>
9810
9811 Check there is a font-lock specification before doing initial
9812 fontification.
9813
9814 * font-core.el (font-lock-mode): Move the conditional from
9815 :after-hook to font-lock-initial-fontify.
9816 (font-lock-default-function): Move the check for a specification
9817 to font-lock-spec-present.
9818
dc9924b8 9819 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
9820 (font-lock-spec-present): New function.
9821
4fd96557
JB
98222012-02-26 Jim Blandy <jimb@red-bean.com>
9823
9824 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
9825 (gdb-send): Apply it to the operand of the '-interpreter-exec
9826 console' command, so that we can pass arguments with (say) quotes
9827 in them. Store exact string sent in gdb-debug-log (Bug#10765).
9828
9a4888c0
CY
98292012-02-26 Chong Yidong <cyd@gnu.org>
9830
07498861
CY
9831 * help-fns.el (describe-function-1): Clarify description of
9832 remapping (Bug#10844).
9833
9a4888c0
CY
9834 * files.el (files-equal-p): Doc fix.
9835 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
9836 and quit the loop once a mismatch is found.
9837
ea8fb88d
JB
98382012-02-25 Juanma Barranquero <lekktu@gmail.com>
9839
9840 * bs.el (bs--show-with-configuration): Don't throw an error
9841 if the window cannot be split; otherwise, subsequent calls to
9842 bs-show fail, restoring a stale window config. (Bug#10882)
9843
525795c1
JD
98442012-02-25 Jan Djärv <jan.h.d@swipnet.se>
9845
9846 * term/ns-win.el (global-map): Bind ns-drag-file to
9847 ns-find-file (Bug#5855, Bug#10050).
9848
f008086f
AS
98492012-02-25 Andreas Schwab <schwab@linux-m68k.org>
9850
9851 * calendar/parse-time.el (parse-time-string): Allow extractor to
9852 return nil.
9853
a3fcfa99
MA
98542012-02-25 Michael Albinus <michael.albinus@gmx.de>
9855
91027d08
JB
9856 * net/tramp.el (tramp-file-name-for-operation):
9857 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
9858
9859 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
9860 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
9861 Add COPY-CONTENTS argument.
a3fcfa99 9862
67b0de11
CY
98632012-02-25 Chong Yidong <cyd@gnu.org>
9864
9865 Add custom groups for VC backends, for consistency with vc-bzr.
9866
9867 * vc/vc-arch.el (vc-arch):
9868 * vc/vc-cvs.el (vc-cvs):
9869 * vc/vc-git.el (vc-git):
9870 * vc/vc-hg.el (vc-hg):
9871 * vc/vc-mtn.el (vc-mtn):
9872 * vc/vc-rcs.el (vc-rcs):
9873 * vc/vc-sccs.el (vc-sccs):
9874 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
9875 All relevant defcustoms reassigned.
9876
3c9dfce6
CY
98772012-02-25 Chong Yidong <cyd@gnu.org>
9878
1339bf43
CY
9879 * newcomment.el (comment-styles): Add autoload (Bug#10868).
9880
3c9dfce6
CY
9881 * term/x-win.el (x-initialize-window-system): Reduce default for
9882 x-selection-timeout to 5 seconds (Bug#8869).
9883
25b2e303 98842012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9885
ec70a47d
GM
9886 * files.el (files-equal-p, file-subdir-of-p): New functions.
9887 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 9888 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
9889 * dired-aux.el (dired-copy-file-recursive): Same.
9890 (dired-create-files): Modify destination when source is equal to
9891 dest when copying files.
53a46cd0 9892 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 9893
914260cd
MA
98942012-02-24 Michael Albinus <michael.albinus@gmx.de>
9895
9896 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
9897 (Bug#10874)
9898
2cb228f7
AM
98992012-02-23 Alan Mackenzie <acm@muc.de>
9900
9901 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
9902 parameter "after-hook:" to allow the expansion to run code after
9903 the execution of the mode hooks.
9904
9905 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 9906 from font-lock-mode-internal.
2cb228f7 9907
91027d08 9908 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
9909 :after-hook.
9910
8f0fde21
SM
99112012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9912
3e88618b
SM
9913 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
9914 (completion--cache-all-sorted-completions): New function.
9915 (completion-all-sorted-completions): Use it.
9916 (completion--do-completion, minibuffer-force-complete):
9917 Use it to re-instate the flush hook.
9918
8f0fde21
SM
9919 * icomplete.el (icomplete-completions): Replace last fix with a better
9920 one (bug#10850).
9921
8e911f6f
DG
99222012-02-23 Dmitry Gutov <dgutov@yandex.ru>
9923
9924 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
9925 when it might call us back infinitely (bug#10797).
9926
49fe4321
GM
99272012-02-23 Glenn Morris <rgm@gnu.org>
9928
9929 * minibuffer.el (completion-category-overrides): Doc fix.
9930
b291b572
SM
99312012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * minibuffer.el (completion-table-with-context): Fix inf-loop.
9934 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
9935
31a9ef2e
GM
99362012-02-23 Glenn Morris <rgm@gnu.org>
9937
5e6e6794 9938 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
9939 (authors-obsolete-files-regexps, authors-ignored-files)
9940 (authors-ambiguous-files, authors-renamed-files-alist):
9941 Add more entries.
9942
0bd1e074
JL
99432012-02-23 Juri Linkov <juri@jurta.org>
9944
9945 * isearch.el (isearch-occur): Sync interactive spec with occur's
9946 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
9947
b617673c
JL
9948 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
9949
19e9789e
JL
99502012-02-22 Juri Linkov <juri@jurta.org>
9951
9952 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
9953 (ucs-insert): Doc fix. Check for hex digits in the string.
9954 Don't display `nil' in the error message. (Bug#10857)
9955
f41ce09d
AM
99562012-02-22 Alan Mackenzie <acm@muc.de>
9957
7a71b18d 9958 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 9959
ac2eceee
GM
99602012-02-22 Glenn Morris <rgm@gnu.org>
9961
9962 * ffap.el (ffap-c-path):
9963 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
9964
abd1f678
CY
99652012-02-22 Chong Yidong <cyd@gnu.org>
9966
9967 * custom.el (load-theme): Doc fix.
9968
f25aef2e
GM
99692012-02-22 Glenn Morris <rgm@gnu.org>
9970
9971 * dired-x.el (dired-guess-shell-alist-default):
9972 Remove escape sequences from nroff output. (Bug#172)
9973
5f8dc2ca
GM
99742012-02-21 Glenn Morris <rgm@gnu.org>
9975
6ff86ec4
GM
9976 * vc/emerge.el (emerge-defvar-local):
9977 Set `permanent-local' property rather than unused `preserved'.
9978
be3223a3 9979 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
9980 (picture-mode-map): Use it. (Bug#10860)
9981 (picture-mode): Doc fix.
9982
3fe58f4f
JB
99832012-02-21 Juanma Barranquero <lekktu@gmail.com>
9984
9985 * newcomment.el (uncomment-region-default): Remove unused binding.
9986
f9a998c3
GM
99872012-02-21 Glenn Morris <rgm@gnu.org>
9988
9989 * textmodes/picture.el (picture-motion, picture-motion-reverse)
9990 (picture-self-insert, picture-tab-chars): Doc fix.
9991 (picture-mode-map): Fix C-a, C-e.
9992
c6029348
GM
99932012-02-20 Glenn Morris <rgm@gnu.org>
9994
9995 * emacs-lisp/authors.el (authors-aliases): Add another entry.
9996
ab1ce9d7
LL
99972012-02-20 Leo Liu <sdl.web@gmail.com>
9998
9999 * icomplete.el (icomplete-completions): Check FROM arg before
10000 passing to substring (Bug#10850).
10001
0fd40f89
CY
100022012-02-19 Chong Yidong <cyd@gnu.org>
10003
10004 * comint.el: Require ansi-color.
10005 (comint-output-filter-functions): Add ansi-color-process-output.
10006
10007 * ansi-color.el: Don't set comint-output-filter-functions; it is
10008 now in the initial value defined in comint.el.
10009 (ansi-color-apply-face-function): New variable.
10010 (ansi-color-apply-on-region): Use it.
10011 (ansi-color-apply-overlay-face): New function.
10012
10013 * shell.el (shell): No need to require ansi-color.
10014 (shell-mode): Use ansi-color-apply-face-function to highlight
10015 color escapes using font-lock-face property (Bug#10835).
10016
20af2394
CY
100172012-02-19 Chong Yidong <cyd@gnu.org>
10018
10019 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
10020 mode-line formats (Bug#10839).
10021
e23a3fbe
GM
100222012-02-18 Glenn Morris <rgm@gnu.org>
10023
b474519e
GM
10024 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
10025
10026 * mail/undigest.el (unforward-rmail-message): Doc fix.
10027
e23a3fbe
GM
10028 * saveplace.el (save-place-ignore-files-regexp): Add :version.
10029
57939ff4
EZ
100302012-02-18 Eli Zaretskii <eliz@gnu.org>
10031
10032 * international/characters.el (script-list): Sync with the latest
10033 Unicode Character Database.
10034
0c23686e
AS
100352012-02-18 Andreas Schwab <schwab@linux-m68k.org>
10036
10037 * international/titdic-cnv.el: Remove duplicate coding tag.
10038 * language/cham.el: Likewise.
10039 * language/tai-viet.el: Likewise.
10040
6818b449
GM
100412012-02-18 Glenn Morris <rgm@gnu.org>
10042
10043 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
10044 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
10045 (calendar-bahai-all-holidays-flag, calendar-other-dates):
10046 * calendar/diary-lib.el (diary-abbreviated-year-flag):
10047 * calendar/holidays.el (holiday-bahai-holidays)
10048 (calendar-holidays, list-holidays):
10049 Use utf-8 Bahá'í in doc-strings, menus, etc.
10050
0311a3fc
TH
100512012-02-17 Tassilo Horn <tassilo@member.fsf.org>
10052
10053 * saveplace.el (save-place-ignore-files-regexp): New variable
10054 allowing for excluding files from saving their location of point.
10055 The default value matches the temporary commit message editing
10056 files from Git, SVN, Bazaar, and Mercurial.
10057 (save-place-to-alist): Use it.
10058
d209e2fb 100592012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 10060 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
10061
10062 * newcomment.el (uncomment-region-default): Don't leave extra space
10063 when an arg is provided (bug#8150).
10064
ee0ce425
TZ
100652012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
10066
eb864a71 10067 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 10068
95ddf442
GM
100692012-02-17 Glenn Morris <rgm@gnu.org>
10070
10071 * net/socks.el: Require network-stream. (Bug#10599)
10072
48dd1e39 100732012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
10074
10075 * international/charprop.el:
10076 * international/uni-name.el:
10077 * international/uni-old-name.el:
10078 * international/uni-comment.el: Regenerate.
10079
d68cd087
GM
100802012-02-16 Glenn Morris <rgm@gnu.org>
10081
10082 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
10083 Interactively in calendar buffer, give an error if not on a date.
10084
13932042
GM
100852012-02-15 Glenn Morris <rgm@gnu.org>
10086
10087 * shell.el (shell-delimiter-argument-list):
10088 Revert 2011-02-17 change. (Bug#8027)
10089
c3a70e2b
CY
100902012-02-15 Chong Yidong <cyd@gnu.org>
10091
60236b0d
CY
10092 * minibuffer.el (completion-at-point-functions): Doc fix.
10093
c3a70e2b
CY
10094 * custom.el (defcustom): Doc fix; note use of defvar.
10095
9f26dc24
GM
100962012-02-15 Glenn Morris <rgm@gnu.org>
10097
10098 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
10099 Doc fixes.
10100
6546b134
GM
101012012-02-14 Glenn Morris <rgm@gnu.org>
10102
10103 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
10104
d29b2b4c
LI
101052012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
10106
10107 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
10108 way the ports list is computed.
835bdcba
LI
10109 (smtpmail-query-smtp-server): Prompt the user for a port number if
10110 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 10111
08dcdbc9
TZ
101122012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
10113
10114 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
10115
2605051a
GM
101162012-02-13 Glenn Morris <rgm@gnu.org>
10117
10118 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
10119
7ee99f32
TZ
101202012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
10121
10122 * net/gnutls.el (gnutls-trustfiles): New variable.
10123 (gnutls-negotiate): Use it.
10124
5f0af64f
LI
101252012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
10126
10127 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
10128 does its stuff if Gnus is running.
10129
c14fcc95
AM
101302012-02-13 Alan Mackenzie <acm@muc.de>
10131
10132 Fix a loop in c-set-fl-decl-start.
10133
7a71b18d 10134 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
10135 c-backward-syntactic-ws actually moves backwards.
10136
142b4d90
LL
101372012-02-13 Leo Liu <sdl.web@gmail.com>
10138
10139 * net/rcirc.el (rcirc-markup-attributes): Move point to the
10140 beginning so that all \C-o chars are removed.
10141
fa9958a6
TZ
101422012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
10143
dc9924b8 10144 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 10145
0bc5886a
AM
101462012-02-12 Alan Mackenzie <acm@muc.de>
10147
10148 Fix infinite loop with long macros.
4d6769e1 10149 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 10150
d4bd55e7
CY
101512012-02-12 Chong Yidong <cyd@gnu.org>
10152
10153 * window.el (display-buffer): Doc fix (Bug#10785).
10154
66f3fe22
GM
101552012-02-12 Glenn Morris <rgm@gnu.org>
10156
bd7da63e
GM
10157 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10158 (x-disown-selection-internal, x-get-selection-internal):
10159 Sync docs with the xselect.c versions.
10160
66f3fe22
GM
10161 * allout-widgets.el: Add missing license notice.
10162
3e0d2fa7
GM
101632012-02-11 Glenn Morris <rgm@gnu.org>
10164
cfecdf09
GM
10165 * select.el (x-get-selection-internal, x-own-selection-internal)
10166 (x-disown-selection-internal):
10167 * x-dnd.el (x-get-selection-internal): Update declarations.
10168
6d216d7f
GM
10169 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
10170
2bed3f04
GM
10171 * window.el (window-sides-slots):
10172 * tool-bar.el (tool-bar-position):
10173 * term/xterm.el (xterm-extra-capabilities):
10174 * ses.el (ses-self-reference-early-detection):
10175 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
10176 (verilog-auto-wire-type)
10177 (verilog-auto-delete-trailing-whitespace)
10178 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
10179 (verilog-auto-tieoff-declaration):
10180 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
10181 (sql-oracle-statement-starters, sql-oracle-scan-on):
10182 * progmodes/prolog.el (prolog-align-comments-flag)
10183 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
10184 (prolog-left-indent-regexp, prolog-paren-indent-p)
10185 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
10186 (prolog-types, prolog-mode-specificators)
10187 (prolog-determinism-specificators, prolog-directives)
10188 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
10189 (prolog-electric-dot-flag)
10190 (prolog-electric-dot-full-predicate-template)
10191 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
10192 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
10193 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
10194 (prolog-program-switches, prolog-prompt-regexp)
10195 (prolog-debug-on-string, prolog-debug-off-string)
10196 (prolog-trace-on-string, prolog-trace-off-string)
10197 (prolog-zip-on-string, prolog-zip-off-string)
10198 (prolog-use-standard-consult-compile-method-flag)
10199 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
10200 (prolog-imenu-max-lines, prolog-info-predicate-index)
10201 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
10202 (prolog-char-quote-workaround):
10203 * progmodes/cc-vars.el (c-defun-tactic):
10204 * net/tramp.el (tramp-encoding-command-interactive)
10205 (tramp-local-end-of-line):
10206 * net/soap-client.el (soap-client):
10207 * net/netrc.el (netrc-file):
10208 * net/gnutls.el (gnutls):
10209 * minibuffer.el (completion-category-overrides)
10210 (completion-cycle-threshold)
10211 (completion-pcm-complete-word-inserts-delimiters):
10212 * man.el (Man-name-local-regexp):
10213 * mail/feedmail.el (feedmail-display-full-frame):
10214 * international/characters.el (glyphless-char-display-control):
10215 * eshell/em-ls.el (eshell-ls-date-format):
10216 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
10217 (lisp-lambda-list-keyword-parameter-indentation)
10218 (lisp-lambda-list-keyword-parameter-alignment):
10219 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
10220 * dired-x.el (dired-omit-verbose):
10221 * cus-theme.el (custom-theme-allow-multiple-selections):
10222 * calc/calc.el (calc-highlight-selections-with-faces)
10223 (calc-lu-field-reference, calc-lu-power-reference)
10224 (calc-note-threshold):
10225 * battery.el (battery-mode-line-limit):
10226 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
10227 (archive-7z-update):
10228 * allout.el (allout-prefixed-keybindings)
10229 (allout-unprefixed-keybindings)
10230 (allout-inhibit-auto-fill-on-headline)
10231 (allout-flattened-numbering-abbreviation):
10232 * allout-widgets.el (allout-widgets-auto-activation)
10233 (allout-widgets-icons-dark-subdir)
10234 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
10235 (allout-widgets-theme-dark-background)
10236 (allout-widgets-theme-light-background)
10237 (allout-widgets-item-image-properties-emacs)
10238 (allout-widgets-item-image-properties-xemacs)
10239 (allout-widgets-run-unit-tests-on-load)
10240 (allout-widgets-time-decoration-activity)
10241 (allout-widgets-hook-error-post-time)
10242 (allout-widgets-track-decoration):
10243 Add missing :version tags to new defcustoms and defgroups.
10244
5fec1b8e
GM
10245 * progmodes/sql.el (sql-ansi-statement-starters)
10246 (sql-oracle-statement-starters): Add custom type.
10247
3e0d2fa7
GM
10248 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
10249 (prolog-system-version): Give it a type.
10250
90b671e2
EZ
102512012-02-11 Eli Zaretskii <eliz@gnu.org>
10252
10253 * term/pc-win.el (x-select-text, x-selection-owner-p)
10254 (x-own-selection-internal, x-disown-selection-internal)
10255 (x-get-selection-internal): Sync doc strings and argument lists
10256 with xselect.c, common-win.el and x-win.el. (Bug#10783)
10257
5eac0c02
LL
102582012-02-11 Leo Liu <sdl.web@gmail.com>
10259
10260 * progmodes/python.el (python-end-of-statement): Fix infinite
10261 loop. (Bug#10788)
10262
f82cb659
GM
102632012-02-10 Glenn Morris <rgm@gnu.org>
10264
10265 * international/mule-cmds.el (unify-8859-on-encoding-mode)
10266 (unify-8859-on-decoding-mode): Properly mark as obsolete.
10267
cc26d239
LI
102682012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
10269
10270 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
10271 about SMTP before checking the From header.
10272
91027d08 10273 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
10274 into own function for reuse by emacsbug.el.
10275
1be3ca5a
LL
102762012-02-10 Leo Liu <sdl.web@gmail.com>
10277
10278 * subr.el (condition-case-unless-debug): Rename from
10279 condition-case-no-debug. All callers changed.
10280 (with-demoted-errors): Fix caller.
10281
10282 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
10283 * nxml/rng-valid.el (rng-do-some-validation):
10284 * emacs-lisp/package.el (package-refresh-contents)
10285 (package-menu-execute):
10286 * desktop.el (desktop-create-buffer):
91027d08 10287 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 10288
b011fbfe
GM
102892012-02-10 Glenn Morris <rgm@gnu.org>
10290
b2096d72
GM
10291 * textmodes/bibtex.el:
10292 Add missing :version tags for new/changed defcustoms.
10293
b011fbfe
GM
10294 * files.el (remote-file-name-inhibit-cache): Doc fixes.
10295
4c7e65bf
LI
102962012-02-09 Lars Ingebrigtsen <larsi@rusty>
10297
10298 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
10299 (smtpmail-via-smtp): Use it, or fall back on the From address.
10300 (smtpmail-send-it): Ditto.
10301
f3934f6f
SM
103022012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
10303
10304 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
10305 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
10306 (byte-compile-tmp-var): New const.
10307 (byte-compile-defvar): Use it to minimize .elc size.
10308 Just use `defvar' rather than simulate it (bug#10761).
10309
a075a2c5
GM
103102012-02-09 Glenn Morris <rgm@gnu.org>
10311
cf3aa21b
GM
10312 * files.el (rename-uniquely): Doc fix. (Bug#3806)
10313
354998cd
GM
10314 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
10315 Add :version tags.
10316
dc9924b8
SM
10317 * progmodes/compile.el (compilation-error-screen-columns)
10318 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 10319
dab3703d
GM
10320 * vc/log-view.el (log-view-toggle-entry-display):
10321 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
10322
3f88cd72
GM
10323 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
10324 (report-emacs-bug-can-use-xdg-email):
10325 (report-emacs-bug-insert-to-mailer): Doc fixes.
10326 (report-emacs-bug): Message fix.
10327
d95b247d
GM
10328 * net/browse-url.el (browse-url-can-use-xdg-open)
10329 (browse-url-xdg-open): Doc fixes.
10330
a075a2c5
GM
10331 * electric.el (electric-indent-mode, electric-pair-mode)
10332 (electric-layout-rules, electric-layout-mode): Doc fixes.
10333 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
10334
ffb6157e
MR
103352012-02-08 Martin Rudalics <rudalics@gmx.at>
10336
10337 * server.el (server-unselect-display): Don't inadvertently kill
10338 the current buffer. (Bug#10729)
10339
e1ac4066
GM
103402012-02-08 Glenn Morris <rgm@gnu.org>
10341
34e8a2da
GM
10342 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
10343 (sql-list-table): Doc fixes.
10344
b4ac6e8c
GM
10345 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
10346 Comment out (does nothing).
10347
e1ac4066
GM
10348 * completion.el (dynamic-completion-mode):
10349 * dirtrack.el (dirtrack-debug-mode):
10350 * electric.el (electric-layout-mode):
10351 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
10352 * face-remap.el (text-scale-mode, buffer-face-mode):
10353 * iimage.el (iimage-mode):
10354 * image-mode.el (image-transform-mode):
10355 * minibuffer.el (completion-in-region-mode):
10356 * scroll-lock.el (scroll-lock-mode):
10357 * simple.el (next-error-follow-minor-mode):
10358 * tar-mode.el (tar-subfile-mode):
10359 * tooltip.el (tooltip-mode):
10360 * vcursor.el (vcursor-use-vcursor-map):
10361 * wid-browse.el (widget-minor-mode):
10362 * emulation/tpu-edt.el (tpu-edt-mode):
10363 * emulation/tpu-extras.el (tpu-cursor-free-mode):
10364 * international/iso-ascii.el (iso-ascii-mode):
10365 * language/thai-util.el (thai-word-mode):
10366 * mail/supercite.el (sc-minor-mode):
10367 * net/goto-addr.el (goto-address-mode):
10368 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
10369 * progmodes/cwarn.el (cwarn-mode):
10370 * progmodes/flymake.el (flymake-mode):
10371 * progmodes/glasses.el (glasses-mode):
10372 * progmodes/hideshow.el (hs-minor-mode):
10373 * progmodes/pascal.el (pascal-outline-mode):
10374 * textmodes/enriched.el (enriched-mode):
10375 * vc/smerge-mode.el (smerge-mode):
10376 Doc fixes (minor mode argument).
10377
5e0d957f
EZ
103782012-02-07 Eli Zaretskii <eliz@gnu.org>
10379
10380 * ls-lisp.el (ls-lisp-sanitize): New function.
10381 (ls-lisp-insert-directory): Use it to fix or remove any elements
10382 in file-alist with missing attributes. (Bug#4673)
10383
98d7371e
AM
103842012-02-07 Alan Mackenzie <acm@muc.de>
10385
10386 Fix spurious recognition of c-in-knr-argdecl.
10387
10388 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
10389 putative K&R region.
10390
667ced3a
AM
103912012-02-07 Alan Mackenzie <acm@muc.de>
10392
eb864a71
LM
10393 * progmodes/cc-engine.el (c-forward-objc-directive):
10394 Prevent looping in "#pragma mark @implementation".
667ced3a 10395
5b77774d
MA
103962012-02-07 Michael Albinus <michael.albinus@gmx.de>
10397
10398 * notifications.el (notifications-on-closed-signal): Make `reason'
10399 optional. (Bug#10744)
10400
af008560
GM
104012012-02-07 Glenn Morris <rgm@gnu.org>
10402
60d47423
GM
10403 * emacs-lisp/easy-mmode.el (define-minor-mode):
10404 Doc fixes for the macro and the mode it defines.
10405
dd605cc4
GM
10406 * image.el (imagemagick-types-inhibit): Doc fix.
10407
af008560
GM
10408 * cus-start.el (imagemagick-render-type): Add it.
10409
5cc59a37
LI
104102012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
10411
4d6769e1
JB
10412 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
10413 Set the default at load time, too, so that `font-lock-fontify-buffer'
10414 can be called without setting up the entire mode first. This fixes
10415 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 10416
9a6dd747
CY
104172012-02-06 Chong Yidong <cyd@gnu.org>
10418
2d16b285
CY
10419 * simple.el (list-processes--refresh): Delete exited processes
10420 (Bug#8094).
10421
171e9b6e
CY
10422 * comint.el (comint-next-prompt): next-single-char-property-change
10423 and prev-single-char-property-change never return nil (Bug#8657).
10424
9a6dd747
CY
10425 * custom.el (defcustom): Doc fix (Bug#9711).
10426
aa4589a7
CY
104272012-02-05 Chong Yidong <cyd@gnu.org>
10428
5c2a252f
CY
10429 * cus-edit.el (custom-variable-reset-backup): Quote the value
10430 before storing it in the customized-value property (Bug#6712).
4aab9006 10431 (custom-display): Add a customization type tag.
983b9602 10432 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 10433
aa4589a7
CY
10434 * wid-edit.el (widget-field-value-get): New optional arg to
10435 suppress trailing whitespace truncation.
10436 (character): Use it (Bug#2689).
10437
1ff980ae
AS
104382012-02-05 Andreas Schwab <schwab@linux-m68k.org>
10439
10440 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
10441 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
10442
03988c98
CY
104432012-02-05 Chong Yidong <cyd@gnu.org>
10444
eeb6cc88
CY
10445 * cus-edit.el (custom-variable-value-create): For mismatched
10446 types, show the current value (Bug#7600).
10447
03988c98
CY
10448 * custom.el (defcustom): Doc fix.
10449
f8cdeef0
GM
104502012-02-05 Glenn Morris <rgm@gnu.org>
10451
10452 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
10453
0696d255
JB
104542012-02-05 Juanma Barranquero <lekktu@gmail.com>
10455
10456 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
10457 (pp-buffer): Use `ignore-errors', `looking-at-p'.
10458 (pp-last-sexp): Use `looking-at-p'.
10459
34c99998
GM
104602012-02-04 Glenn Morris <rgm@gnu.org>
10461
8f05da42
GM
10462 * files.el (revert-buffer):
10463 Doc fix (mention revert-buffer-in-progress-p).
10464
f160676e
GM
10465 * emacs-lisp/ert-x.el (ert-simulate-command):
10466 Check deferred-action-list (which is obsolete) is bound.
10467
c7291ad9
GM
10468 * subr.el (with-wrapper-hook): Doc fixes.
10469
34c99998
GM
10470 * simple.el (filter-buffer-substring-functions)
10471 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
10472
6283a7d3
LL
104732012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
10474
10475 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
10476 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
10477
e96e3013
LL
104782012-02-04 Leo Liu <sdl.web@gmail.com>
10479
10480 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
10481
8ded50f2
GM
104822012-02-04 Glenn Morris <rgm@gnu.org>
10483
82ff1d13
GM
10484 * image.el (image-extension-data): Add obsolete alias.
10485
987a0a16
GM
10486 * isearch.el (isearch-update): Doc fix.
10487
ea32ef46
GM
10488 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
10489
8ded50f2
GM
10490 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
10491
eea14f31
GM
104922012-02-03 Glenn Morris <rgm@gnu.org>
10493
10494 * image.el (image-animated-p): Doc fix. Use image-animated-types.
10495 (image-animate-timeout): Doc fix.
10496
10497 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
10498
12f381b7
GM
104992012-02-02 Glenn Morris <rgm@gnu.org>
10500
953cebf5
GM
10501 * server.el (server-auth-dir): Doc fix.
10502 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
10503
12f381b7
GM
10504 * subr.el (run-mode-hooks): Doc fix.
10505
953a8c3b
JL
105062012-02-02 Juri Linkov <juri@jurta.org>
10507
10508 * image-mode.el (image-toggle-display-image): Remove tautological
10509 `major-mode' from the `derived-mode-p' test.
10510
c5d3843c
KH
105112012-02-02 Kenichi Handa <handa@m17n.org>
10512
9f6e692e 10513 * composite.el (compose-region): Cancel previous change.
c5d3843c 10514
159462d4 105152012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
10516
10517 * composite.el (compose-region, compose-string): Signal error for
10518 a null string component (Bug#6988).
10519
9f562668
CY
105202012-02-01 Chong Yidong <cyd@gnu.org>
10521
e2cef717
CY
10522 * view.el (view-buffer-other-window, view-buffer-other-frame):
10523 Handle special modes like view-buffer (Bug#10650).
10524 (view-buffer): Simplify.
10525
9f562668
CY
10526 * frame.el (set-frame-font): Tweak meaning of third argument.
10527
9f6e692e
JB
10528 * dynamic-setting.el (font-setting-change-default-font):
10529 Use set-frame-font (Bug#9982).
9f562668 10530
781acb9f
GM
105312012-02-01 Glenn Morris <rgm@gnu.org>
10532
6035be52
GM
10533 * progmodes/compile.el (compilation-internal-error-properties):
10534 Respect compilation-first-column in the "*compilation*" buffer.
10535
781acb9f
GM
10536 * emacs-lisp/easy-mmode.el (define-minor-mode):
10537 Relax :variable's test for a named function.
10538
abbceb00
AM
105392012-01-31 Alan Mackenzie <acm@muc.de>
10540
10541 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
10542 off by one error.
10543
fce3fdeb
CY
105442012-01-31 Chong Yidong <cyd@gnu.org>
10545
10546 * frame.el (set-frame-font): New arg ALL-FRAMES.
10547
10548 * menu-bar.el (menu-set-font): Use set-frame-font.
10549
10550 * faces.el (face-spec-reset-face): Don't apply unspecified
10551 attribute values to the default face.
10552
47893581
JB
105532012-01-31 Juanma Barranquero <lekktu@gmail.com>
10554
10555 * progmodes/cwarn.el (cwarn): Remove dead link.
10556 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
10557 Remove * from defcustom docstrings.
10558 (turn-on-cwarn-mode): Make obsolete.
10559 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
10560 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
10561
e58e988a
GM
105622012-01-31 Glenn Morris <rgm@gnu.org>
10563
60dc2671 10564 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 10565 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 10566 Allow named functions to be used as the cdr of :variable.
e58e988a 10567
7a3f511d
GM
105682012-01-30 Glenn Morris <rgm@gnu.org>
10569
10570 * emacs-lisp/authors.el (authors-fixed-entries):
10571 Remove reference to deleted file rnewspost.el.
10572
cb882333
JB
105732012-01-29 Juanma Barranquero <lekktu@gmail.com>
10574
10575 * window.el (window-with-parameter): Remove unused variable `windows'.
10576 (window--side-check): Remove unused variable `code'.
10577 (window--resize-siblings): Remove unused variable `first'.
10578 (adjust-window-trailing-edge): Remove unused variable `failed'.
10579 (window-deletable-p, window--delete): Remove unused variable `buffer'.
10580 Use `let', not `let*'.
10581 (balance-windows-2): Remove unused variable `found'.
10582 (window--state-put-2): Remove unused variable `splits'.
10583 (window-state-put): Remove unused variable `selected'.
10584 (same-window-p): Use `string-match-p'.
10585 (display-buffer-assq-regexp): Remove unused variable `value'.
10586 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10587 Mark argument ALIST as ignored.
10588 (pop-to-buffer): Remove unused variable `old-window'.
10589
907201af
EZ
105902012-01-29 Eli Zaretskii <eliz@gnu.org>
10591
10592 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
10593 and .lzma compressed files.
10594
ea162670
CY
105952012-01-29 Chong Yidong <cyd@gnu.org>
10596
5b95ee8a
CY
10597 * frame.el (window-system-default-frame-alist): Doc fix.
10598
ea162670
CY
10599 * dynamic-setting.el (font-setting-change-default-font): Don't
10600 change the default face if SET-FONT argument is non-nil (Bug#9982).
10601
d6e6f4b1
SB
106022012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
10603
10604 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
10605
0f29fa41 106062012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
10607
10608 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
10609 breakpoints in files outside current directory (Bug#6098).
10610
db174434
CY
106112012-01-29 Chong Yidong <cyd@gnu.org>
10612
6b25e4e2
SE
10613 * progmodes/python.el: Require ansi-color at top-level.
10614
6df6ae42
JB
10615 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
10616 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
10617 (lisp-mode-abbrev-table): Add doc.
10618 (lisp-mode-variables): Don't set local-abbrev-table.
10619 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
10620
e70ee681
RW
106212012-01-28 Roland Winkler <winkler@gnu.org>
10622
10623 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
10624
ace88aa2
RW
106252012-01-28 Roland Winkler <winkler@gnu.org>
10626
10627 * textmodes/bibtex.el (bibtex-entry-alist): New function.
10628 (bibtex-set-dialect): Use it. Either set global values of
10629 dialect-dependent variables or bind these variables buffer-locally
10630 (Bug#10254).
10631 (bibtex-mode): Call bibtex-set-dialect via
10632 hack-local-variables-hook.
eb864a71
LM
10633 (bibtex-dialect): Update docstring.
10634 Add safe-local-variable predicate.
ace88aa2
RW
10635 (bibtex-entry-alist, bibtex-field-alist): Initialize via
10636 bibtex-set-dialect.
10637 (bibtex-mode-map): Define menu for each dialect.
10638 (bibtex-entry): Fix docstring.
10639
93376c5b
CY
106402012-01-28 Chong Yidong <cyd@gnu.org>
10641
10642 * eshell/esh-arg.el (eshell-quote-argument): New function.
10643
10644 * eshell/esh-ext.el (eshell-invoke-batch-file):
10645 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
10646 first arg to eshell-parse-command (Bug#10523).
10647
4372494f
DA
106482012-01-28 Drew Adams <drew.adams@oracle.com>
10649
10650 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
10651 `default-directory' is non-nil.
10652
4d4ec1f8
EZ
106532012-01-28 Eli Zaretskii <eliz@gnu.org>
10654
10655 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
10656 line that displays system-configuration-options. (Bug#9924)
10657
7c188927
DA
106582012-01-28 Drew Adams <drew.adams@oracle.com>
10659
10660 * descr-text.el (describe-char): Show information about POS, in
10661 addition to information about the character at POS. Improve and
10662 update the doc string. Change "code point" to "code point in
10663 charset", to avoid confusion with the character's Unicode code
10664 point shown above that. (Bug#10129)
10665
e0da685a
EZ
106662012-01-28 Eli Zaretskii <eliz@gnu.org>
10667
10668 * descr-text.el (describe-char): Show the raw character, not only
10669 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
10670 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
10671 for the reasons.
10672
70550acf
PH
106732012-01-28 Phil Hagelberg <phil@hagelb.org>
10674
eb864a71
LM
10675 * emacs-lisp/package.el (package-install):
10676 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 10677
0ce8e868
CY
106782012-01-28 Chong Yidong <cyd@gnu.org>
10679
cb882333
JB
10680 * emacs-lisp/package.el (package-maybe-load-descriptor):
10681 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
10682 (package-maybe-load-descriptor): Use it.
10683 (package-download-transaction): Fully load required packages
10684 inside the loop, so that `require' calls work (Bug#10593).
10685 (package-install): No need to call package-initialize now.
10686
2e7f3bea
CY
106872012-01-28 Chong Yidong <cyd@gnu.org>
10688
6e9bad14
CY
10689 * simple.el (deactivate-mark): Doc fix (Bug#8614).
10690
f823b8ca
CY
10691 * tooltip.el (tooltip-mode): Doc fix.
10692 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
10693
2680c309
CY
10694 * frame.el (set-cursor-color): Doc fix (Bug#352).
10695
d7a9e63b
CY
10696 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
10697 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
10698
2e7f3bea
CY
10699 * cus-edit.el (custom-buffer-create-internal): Fix search button
10700 action (Bug#10542).
2ae01800 10701 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 10702
fc4f7a23
EW
107032012-01-27 Eduard Wiebe <usenet@pusto.de>
10704
10705 * dired.el (dired-mark-files-regexp):
10706 Include any subdirectory components. (Bug#10445)
10707
7dd37071
ML
107082012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
10709
10710 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
10711 Handle [host]:port syntax. (Bug#10533)
10712
a268160b
AH
107132012-01-27 Alex Harsanyi <harsanyi@mac.com>
10714
10715 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
10716
e43273ef
GM
107172012-01-26 Glenn Morris <rgm@gnu.org>
10718
10719 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
10720 * term.el (term-raw-escape-map): Use Control-X-prefix.
10721 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
10722
1edf595d
MR
107232012-01-25 Martin Rudalics <rudalics@gmx.at>
10724
10725 * window.el (window-state-get, window--state-get-1): Don't deal
10726 with fixed-sizeness of windows. Simplify code.
10727
fa8eafef
JC
107282012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
10729
6df6ae42
JB
10730 * window.el (window--state-get-1, window--state-put-2):
10731 Don't save and restore the mark.
fa8eafef 10732
0b21c100
CY
107332012-01-25 Chong Yidong <cyd@gnu.org>
10734
10735 * custom.el (custom-variable-p): Doc fix.
10736
5ae1a6c8
GM
107372012-01-25 Glenn Morris <rgm@gnu.org>
10738
40047858
GM
10739 * dired.el (dired-goto-file): Handle some of the more common
10740 characters that `ls -b' escapes. (Bug#10596)
10741
5ddce96c
GM
10742 * progmodes/compile.el (compilation-next-error-function):
10743 Respect compilation-first-column in the "*compilation*" buffer.
10744 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
10745
5ae1a6c8
GM
10746 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
10747
b559f1a9
GM
107482012-01-24 Glenn Morris <rgm@gnu.org>
10749
10750 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
10751
6725d21a
JD
107522012-01-24 Julien Danjou <julien@danjou.info>
10753
10754 * color.el (color-rgb-to-hsl): Fix value computing.
10755 (color-hue-to-rgb): New function.
10756 (color-hsl-to-rgb): New function.
10757 (color-clamp, color-saturate-hsl, color-saturate-name)
10758 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
10759 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
10760
70df4bbe
GM
107612012-01-24 Glenn Morris <rgm@gnu.org>
10762
10763 * vc/vc-rcs.el (vc-rcs-create-tag):
10764 * vc/vc-sccs.el (vc-sccs-create-tag):
10765 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
10766
802a2ae2
ML
107672012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
10768
10769 * eshell/esh-util.el (eshell-read-hosts-file):
10770 Skip comment lines. (Bug#10549)
10771
d7128bb1
ML
10772 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
10773
d1a5c3b4
JB
107742012-01-23 Juanma Barranquero <lekktu@gmail.com>
10775
2724d9c7
JB
10776 * subr.el (display-delayed-warnings): Doc fix.
10777 (collapse-delayed-warnings): New function to collapse identical
10778 adjacent warnings.
10779 (delayed-warnings-hook): Add it.
d1a5c3b4 10780
a5509865
MA
107812012-01-22 Michael Albinus <michael.albinus@gmx.de>
10782
10783 * net/tramp.el (tramp-action-login): Set connection property "login-as".
10784
a5509865
MA
10785 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
10786 (tramp-default-user-alist): Don't add "pscp".
10787 (tramp-do-copy-or-rename-file-out-of-band): Use connection
10788 property "login-as", if set. (Bug#10530)
10789
cc6d5805
MA
107902012-01-21 Michael Albinus <michael.albinus@gmx.de>
10791
10792 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
10793 "plink1" and "psftp". (Bug#10530)
10794
107952012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
10796
10797 * international/mule-cmds.el (prefer-coding-system): Show a
10798 warning message if the default value of file-name-coding-system
10799 was not changed.
10800
f0960428
JC
108012012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
10802
cb882333
JB
10803 * windmove.el (windmove-reference-loc):
10804 Fix windmove-reference-loc miscalculation.
f0960428 10805
dd6f2a63
JB
108062012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
10807
10808 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
10809 default unit.
10810
7b447e9b
GM
108112012-01-21 Glenn Morris <rgm@gnu.org>
10812
117a9ea1
GM
10813 * international/mule.el (auto-coding-alist): Add .tbz.
10814
7b447e9b
GM
10815 * files.el (local-enable-local-variables): Doc fix.
10816 (inhibit-local-variables-regexps): Rename from
10817 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
10818 Doc fix. Add some extensions from auto-coding-alist.
10819 (inhibit-local-variables-suffixes):
10820 Rename from inhibit-first-line-modes-suffixes. Doc fix.
10821 (inhibit-local-variables-p):
10822 New function, extracted from set-auto-mode-1.
10823 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
10824 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
10825 (hack-local-variables): Doc fix. Make the mode-only case
10826 respect enable-local-variables and friends.
10827 Respect inhibit-local-variables-regexps for file-locals, but
10828 not for directory-locals.
10829 (set-visited-file-name):
10830 Take account of inhibit-local-variables-regexps.
10831 Whether it applies may change as the file name is changed.
10832 * jka-cmpr-hook.el (jka-compr-install):
10833 * jka-compr.el (jka-compr-uninstall):
10834 Update for inhibit-first-line-modes-suffixes name change.
10835
dd6e3cdd
MR
108362012-01-20 Martin Rudalics <rudalics@gmx.at>
10837
10838 * help-macro.el (make-help-screen): Temporarily restore original
10839 binding for minor-mode-map-alist (Bug#10454).
10840
0d0deb38
JD
108412012-01-19 Julien Danjou <julien@danjou.info>
10842
10843 * color.el (color-name-to-rgb): Use the white color to find the max
10844 color component value and return correctly computed values.
10845 (color-name-to-rgb): Add missing float conversion for max value.
10846
34a02f46
MR
108472012-01-19 Martin Rudalics <rudalics@gmx.at>
10848
10849 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
10850 special state value for window-persistent-parameters.
10851 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
10852 (window--state-put-2): Reset all window parameters to nil before
10853 assigning values of persistent parameters.
10854
606c44c4
AM
108552012-01-18 Alan Mackenzie <acm@muc.de>
10856
10857 Eliminate sluggishness and hangs in fontification of "semicolon
10858 deserts".
10859
cb882333
JB
10860 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
10861 Change value 10000 -> 3000.
606c44c4
AM
10862 (c-state-safe-place): Reformulate so it doesn't stack up an
10863 infinite number of wrong entries in c-state-nonlit-pos-cache.
10864 (c-determine-limit-get-base, c-determine-limit): New functions to
10865 determine backward search limits disregarding literals.
10866 (c-find-decl-spots): Amend commenting.
10867 (c-cheap-inside-bracelist-p): New function which detects "={".
10868
10869 * progmodes/cc-fonts.el
10870 (c-make-font-lock-BO-decl-search-function): Give a limit to a
10871 backward search.
10872 (c-font-lock-declarations): Fix an occurrence of point being
10873 undefined. Check additionally for point being in a bracelist or
10874 near a macro invocation without a semicolon so as to avoid a
10875 fruitless time consuming search for a declarator. Give a more
10876 precise search limit for declarators using the new
10877 c-determine-limit.
10878
f3860cea
GM
108792012-01-18 Glenn Morris <rgm@gnu.org>
10880
10881 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
10882 (set-auto-mode): Doc fixes.
10883
1db03b16
GM
108842012-01-17 Glenn Morris <rgm@gnu.org>
10885
0e6038be
GM
10886 * isearch.el (search-nonincremental-instead): Fix doc typo.
10887
1db03b16
GM
10888 * dired.el (dired-insert-directory): Handle newlines in directory name.
10889 (dired-build-subdir-alist): Unescape newlines in directory name.
10890
4cb0aa75
MA
108912012-01-17 Michael Albinus <michael.albinus@gmx.de>
10892
10893 * net/tramp.el (tramp-local-end-of-line): New defcustom.
10894 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
10895 (tramp-action-terminal): Use it. (Bug#10530)
10896
1d00653d
SM
108972012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * minibuffer.el (completion--replace): Strip properties (bug#10062).
10900
6a6ee00d
MR
109012012-01-16 Martin Rudalics <rudalics@gmx.at>
10902
10903 * window.el (window-state-ignored-parameters): Remove variable.
10904 (window--state-get-1): Rename argument MARKERS to IGNORE.
10905 Handle persistent window parameters. Make copy of clone-of
10906 parameter only if requested. (Bug#10348)
10907 (window--state-put-2): Install a window parameter only if it has
10908 a non-nil value or an existing parameter shall be overwritten.
10909
97912def
MA
109102012-01-15 Michael Albinus <michael.albinus@gmx.de>
10911
10912 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
10913
688070a5
EZ
109142012-01-14 Eli Zaretskii <eliz@gnu.org>
10915
10916 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
10917 don't pass the (nil) value of `upnode' to string-match.
10918
301afadc
CY
109192012-01-14 Chong Yidong <cyd@gnu.org>
10920
10921 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 10922 Fix values recognized by the cursorBlink resource.
301afadc 10923
9e5788aa
PE
109242012-01-14 Paul Eggert <eggert@cs.ucla.edu>
10925
10926 * epg.el (epg--make-temp-file): Avoid permission race condition
10927 when running on old Emacs versions (bug#10403).
10928
3cdb7f5a
GM
109292012-01-14 Glenn Morris <rgm@gnu.org>
10930
10931 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
10932
8c82b1b4
AM
109332012-01-13 Alan Mackenzie <acm@muc.de>
10934
10935 Fix filling for when filladapt mode is enabled.
10936
10937 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
10938 c-mask-paragraph, pass in `fill-paragraph' rather than
10939 `fill-region-as-paragraph'. (This is a reversion of a previous
10940 change.)
eb864a71
LM
10941 * progmodes/cc-mode.el (c-basic-common-init):
10942 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 10943
e517eda4
GM
109442012-01-13 Glenn Morris <rgm@gnu.org>
10945
1498536e
GM
10946 * dired.el (dired-switches-escape-p): New function.
10947 (dired-insert-directory): Use dired-switches-escape-p.
10948 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
10949
e517eda4
GM
10950 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
10951
328f984d
GM
109522012-01-12 Glenn Morris <rgm@gnu.org>
10953
10954 * mail/sendmail.el (mail-mode): Update paragraph-separate for
10955 changes in adaptive-fill-regexp. (Bug#10276)
10956
2cc769a8
AM
109572012-01-11 Alan Mackenzie <acm@muc.de>
10958
10959 Fix Emacs bug #10463 - put `widen's around the critical spots.
10960
1d00653d 10961 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
10962 widen around each invocation of c-state-pp-to-literal. Remove an
10963 unused let variable.
10964
e52c37fa
GM
109652012-01-11 Glenn Morris <rgm@gnu.org>
10966
10967 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 10968 Doc fix.
e52c37fa 10969
96f8741e
CY
109702012-01-10 Chong Yidong <cyd@gnu.org>
10971
1d00653d
SM
10972 * net/network-stream.el (network-stream-open-starttls):
10973 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
10974 response to the capability command.
10975
b09a806e
GM
109762012-01-10 Glenn Morris <rgm@gnu.org>
10977
10978 * mail/unrmail.el (unrmail): Tweak previous change.
10979
7655cb66
CY
109802012-01-09 Chong Yidong <cyd@gnu.org>
10981
10982 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
10983
9d5a8f0b
AM
109842012-01-08 Alan Mackenzie <acm@muc.de>
10985
10986 Optimise font locking in long enum definitions.
10987
10988 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
10989 arm to a cond form to handle enums.
10990 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
10991 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
10992
9a0115ab 109932012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
10994
10995 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 10996 (Bug#10401)
6bb72cbd 10997
f186bb95
LMI
109982012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
10999
29232a68
LMI
11000 * faces.el (set-face-attribute): Clarify the meaning of the nil
11001 frame (bug#10294).
11002
4e5d086d
LMI
11003 * subr.el (with-selected-frame): Mention that the selected frame
11004 is restored (bug#9980).
11005
8e66aebe
LMI
11006 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
11007 (bug#9759).
11008
cd394be1 11009 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
11010 (password-read): Don't autoload unused function.
11011
adf4e762
JB
110122012-01-07 Juanma Barranquero <lekktu@gmail.com>
11013
11014 * progmodes/which-func.el (which-func-mode): Turn into a
11015 non-interactive function and mark as obsolete (bug#10428).
11016
89bd9ccd
CY
110172012-01-06 Chong Yidong <cyd@gnu.org>
11018
11019 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
11020 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
11021 functions, along with 1 and -1.
11022
4afee9d5
EZ
110232012-01-06 Eli Zaretskii <eliz@gnu.org>
11024
11025 * time.el (display-time-load-average)
11026 (display-time-default-load-average): Doc fixes. See the thread
11027 starting at
11028 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
11029 for the details.
11030
536aea70
GM
110312012-01-06 Glenn Morris <rgm@gnu.org>
11032
665ae865
GM
11033 * mail/unrmail.el (unrmail): Give an explicit error if the input file
11034 has no messages. (Bug#10377)
11035
c869783d
GM
11036 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
11037 than Info-edit. (Bug#10385)
11038
2bb4227e
GM
11039 * time.el (display-time-load-average, display-time-next-load-average):
11040 Doc fixes.
11041
7d5944b9
GM
11042 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
11043 local setting of buffer-read-only to the input buffer. (Bug#10419)
11044
536aea70
GM
11045 * calendar/calendar.el (calendar-mode):
11046 Locally set scroll-margin to 0. (Bug#10379)
11047
7dccca16
UM
110482012-01-06 Ulrich Mueller <ulm@gentoo.org>
11049
11050 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
11051
afbb7930
GM
110522012-01-05 Glenn Morris <rgm@gnu.org>
11053
11054 * eshell/em-unix.el (diff-no-select): Autoload it.
11055 (eshell/diff): Use diff-no-select. (Bug#10420)
11056
04482335
CY
110572012-01-05 Chong Yidong <cyd@gnu.org>
11058
7baca3bc
CY
11059 * shell.el (shell-dynamic-complete-functions): Revert last change.
11060 (shell-command-completion-function): New function.
11061 (shell-completion-vars): Use it to implement
11062 shell-completion-execonly (Bug#10417).
11063
04482335
CY
11064 * custom.el (enable-theme): Don't set custom-safe-themes.
11065
1d00653d
SM
11066 * cus-theme.el (custom-theme-merge-theme):
11067 Ignore custom-enabled-themes and custom-safe-themes.
04482335 11068
bb5aa5d6
MM
110692012-01-05 Michael R. Mauger <mmaug@yahoo.com>
11070
11071 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
11072 first prompt in `sql-interacive-mode'.
11073 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 11074 keywords.
6df6ae42 11075 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
11076 (sql-product-interactive): Bug fix: Set `sql-buffer' in
11077 context of original buffer. Invoke `sql-login-hook'.
11078
a7183d7c
EZ
110792012-01-04 Eli Zaretskii <eliz@gnu.org>
11080
11081 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
11082 letters in cite-prefix.
11083
a1eacd1e
LMI
110842012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11085
11086 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
11087
787cdb34
CY
110882012-01-03 Chong Yidong <cyd@gnu.org>
11089
1d00653d
SM
11090 * shell.el (shell-dynamic-complete-functions):
11091 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
11092 comint-filename-completion first (Bug#10417).
11093
30710442
RS
110942012-01-02 Richard Stallman <rms@gnu.org>
11095
11096 * battery.el (battery-status-function):
11097 Detect when to use battery-yeeloong-sysfs.
11098 (battery-echo-area-format): Add string for Yeeloong.
11099 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
11100 (battery-yeeloong-sysfs): New function.
11101
f75bfc33
CY
111022012-01-02 Chong Yidong <cyd@gnu.org>
11103
11104 * dirtrack.el (dirtrack-list): Eliminate unused third element.
11105 (dirtrack): Merge code for handling relative filenames in prompt
11106 from shell-dir-cookie-watcher.
11107 (dirtrack-debug-message): New arg to avoid excess format calls.
11108
11109 * shell.el (shell-dir-cookie-re): Variable deleted.
11110 (shell-dir-cookie-watcher): Function deleted.
11111 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
11112 with dirtrack-mode.
11113
651e947e
EZ
111142012-01-01 Eli Zaretskii <eliz@gnu.org>
11115
1d00653d
SM
11116 * term/w32-win.el (dynamic-library-alist) <gnutls>:
11117 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
11118 libgnutls-26.dll.
11119
94d4c7dc
AS
111202011-12-31 Andreas Schwab <schwab@linux-m68k.org>
11121
11122 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
11123
8d43f3cd
EZ
111242011-12-31 Eli Zaretskii <eliz@gnu.org>
11125
11126 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
11127 headers of non-MIME messages, when rmail-enable-mime is non-nil.
11128
98c8795a
MA
111292011-12-29 Michael Albinus <michael.albinus@gmx.de>
11130
11131 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
11132 also for alternative shells.
11133 (tramp-open-connection-setup-interactive-shell): Check, whether
11134 the shell is a busybox.
11135 (tramp-send-command): Don't suppress multiple prompts for
11136 busyboxes, it hurts.
11137
51281b32
CY
111382011-12-28 Chong Yidong <cyd@gnu.org>
11139
11140 * progmodes/gdb-mi.el (gdb-get-source-file-list)
11141 (gdb-get-source-file): Move mode line update to
11142 gdb-get-source-file (Bug#10087).
11143
2170cb53
CY
111442011-12-25 Chong Yidong <cyd@gnu.org>
11145
11146 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
11147 gud-gdb-marker-filter without taking it as an argument.
11148 (gud-gdb-run-command-fetch-lines): Caller changed.
11149 (gud-gdb-completion-function): New variable.
11150 (gud-gdb-completion-at-point): Use it.
11151 (gud-gdb-completions-1): Split from gud-gdb-completions.
11152
11153 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
11154 function as separate arguments.
11155 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
11156 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
11157 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
11158 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
11159 (gdb-stopped, def-gdb-auto-update-trigger)
11160 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
11161 (gdb-get-changed-registers, gdb-get-main-selected-frame):
11162 Callers changed.
2170cb53
CY
11163 (gud-gdbmi-completions): New function.
11164 (gdb): Use it for generating the completion table.
11165
be8b11bb
AM
111662011-12-24 Alan Mackenzie <acm@muc.de>
11167
11168 Introduce a mechanism to widen the region used in context font
1d00653d 11169 locking. Use this to protect declarations from losing their contexts.
be8b11bb 11170
1d00653d
SM
11171 * progmodes/cc-langs.el (c-before-font-lock-functions):
11172 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 11173 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
11174 functions to be run just before context (etc.) font locking.
11175
11176 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 11177 New, functionality extracted from
be8b11bb 11178 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 11179 (c-in-after-change-fontification): New variable.
be8b11bb
AM
11180 (c-after-change): Set c-in-after-change-fontification.
11181 (c-set-fl-decl-start): Rejig its interface, so it can be called
11182 from both after-change and context fontifying.
b81d40f0
JB
11183 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
11184 New functions.
11185 (c-standard-font-lock-fontify-region-function): New variable.
11186 (c-font-lock-fontify-region): New function.
be8b11bb 11187
341cf6ac
JL
111882011-12-24 Juri Linkov <juri@jurta.org>
11189
11190 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
11191 (Bug#10348)
11192
bffcee0a
MA
111932011-12-23 Michael Albinus <michael.albinus@gmx.de>
11194
11195 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
11196 existence of source file. (Bug#10325)
11197
cb5e207c
AM
111982011-12-23 Alan Mackenzie <acm@muc.de>
11199
11200 Fix unstable fontification inside templates.
11201
b81d40f0
JB
11202 * progmodes/cc-langs.el (c-before-font-lock-functions):
11203 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
11204 additionally has c-set-fl-decl-start. The other languages (apart
11205 from AWK) have that as a single entry.
11206
b81d40f0
JB
11207 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11208 The functionality for "local" declarations has been extracted to
cb5e207c
AM
11209 c-set-fl-decl-start.
11210
b81d40f0
JB
11211 * progmodes/cc-mode.el (c-common-init, c-after-change):
11212 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
11213 (c-set-fl-decl-start): New function, extracted from
11214 c-font-lock-enclosing-decls and enhanced.
11215
60ff536c
JB
112162011-12-23 Juanma Barranquero <lekktu@gmail.com>
11217
11218 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
11219
1c4757d6
JL
112202011-12-22 Juri Linkov <juri@jurta.org>
11221
11222 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
11223
d031f2c7
CY
112242011-12-22 Chong Yidong <cyd@gnu.org>
11225
11226 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
11227
bace743a
DA
112282011-12-21 Drew Adams <drew.adams@oracle.com>
11229
11230 * files.el (file-remote-p): Fix docstring. (Bug#10319)
11231
728a1f2b
JC
112322011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
11233
11234 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
11235
0d373f73
TZ
112362011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
11237
fec0aaa4
TZ
11238 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
11239 highlighting and support. Fix up comments for capitalization.
11240 (cfengine-mode-debug): New var.
11241 (cfengine3-mode): Change the modeline indicator to "CFE3".
11242 (cfengine3-font-lock-keywords): Improve defun highlighting.
11243 (cfengine2-actions): Rename from `cfengine-actions'.
11244 (cfengine2-font-lock-keywords): Rename from
11245 `cfengine-font-lock-keywords'.
11246 (cfengine2-imenu-expression): Rename from
11247 `cfengine-imenu-expression'.
11248 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
11249 (cfengine2-beginning-of-defun): Rename from
11250 `cfengine-beginning-of-defun'.
11251 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
11252 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
11253 (cfengine2-mode): Rename from `cfengine-mode'. Change the
11254 modeline indicator to "CFE2".
11255 (cfengine-mode): Defalias to `cfengine-auto-mode'.
11256 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 11257
bc86f573
CY
112582011-12-21 Chong Yidong <cyd@gnu.org>
11259
11260 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
11261 filename argument.
11262
d45ba96b
MR
112632011-12-20 Martin Rudalics <rudalics@gmx.at>
11264
11265 * window.el (window-normalize-buffer-to-display): Remove.
11266 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
11267
a6198c90
CY
112682011-12-19 Chong Yidong <cyd@gnu.org>
11269
11270 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
11271 Don't signal an error in a predicate function; return non-nil.
11272 (vc-dir-mark-file): Move the error here.
11273 (vc-dir-mark-unmark): If acting on the region, keep going if one
11274 of the entries cannot be marked/unmarked.
11275 (vc-dir-mark-all-files): If current entry is a directory, mark
11276 only child files, as documented.
11277
34c5fb55
VB
112782011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
11279
11280 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
11281 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
11282 addition.
11283
c803b2b7
JD
112842011-12-18 Jan Djärv <jan.h.d@swipnet.se>
11285
11286 * term/ns-win.el (ns-get-selection-internal)
11287 (ns-store-selection-internal): Declare.
1154d12e
JB
11288 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
11289 Declare as obsolete.
11290 (ns-get-pasteboard, ns-paste-secondary):
11291 Use ns-get-selection-internal.
41e9b956 11292 (ns-set-pasteboard, ns-copy-including-secondary):
1154d12e 11293 Use ns-store-selection-internal.
c803b2b7 11294
9cff91f8 112952011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
11296
11297 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 11298 (vc-deduce-fileset): Doc fix.
99a289d9 11299
f16c898a
AS
113002011-12-16 Andreas Schwab <schwab@linux-m68k.org>
11301
11302 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
11303
763237c4
SS
113042011-12-13 Sam Steingold <sds@gnu.org>
11305
11306 * man.el (Man-getpage-in-background): When running under a
11307 window-system, ignore $MANWIDTH and $COLUMNS.
11308
5fc1c122
KH
113092011-12-15 Kenichi Handa <handa@m17n.org>
11310
11311 * language/ethio-util.el: Change coding tag to utf-8-emacs.
11312 (setup-ethiopic-environment-internal): Comment out key-binding for
11313 ethio-toggle-punctuation.
11314
13d49cbb
AM
113152011-12-13 Alan Mackenzie <acm@muc.de>
11316
898169a2
AM
11317 Add the switch statement to AWK Mode.
11318
7a71b18d 11319 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
11320 "default" to the keywords regexp.
11321
7a71b18d 11322 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 11323 expression as the rest.
1d00653d
SM
11324 (c-nonlabel-token-key): Allow string literals for AWK.
11325 Refactor for the other modes.
898169a2 11326
13d49cbb 11327 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 11328 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
11329 routines. Limit backward searching in c-font-lock-enclosing.decl.
11330
11331 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
11332 pp-state and literal type in addition to the limits.
1d00653d 11333 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 11334 (c-state-literal-at): Use the above new defun.
1d00653d
SM
11335 (c-slow-in-literal, c-fast-in-literal): Remove.
11336 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
11337
11338 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
11339 being in a literal. Add a limit for backward searching.
11340
11341 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
11342 c-slow-in-literal.
11343
15e0efc7
SM
113442011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
11345
11346 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
11347
454592a6
MR
113482011-12-13 Martin Rudalics <rudalics@gmx.at>
11349
11350 * window.el (delete-other-windows): Use correct frame in call to
11351 window-with-parameter.
11352
87393f26
DP
113532011-12-12 Daniel Pfeiffer <occitan@t-online.de>
11354
11355 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
11356 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
11357 (makefile-gmake-statements, makefile-makepp-statements):
11358 Use it and add new makepp keywords.
11359 (makefile-makepp-font-lock-keywords): Add new patterns.
11360 (makefile-match-function-end): Match new [...] and [[...]].
11361
11636b22
JB
113622011-12-11 Juanma Barranquero <lekktu@gmail.com>
11363
11364 * ses.el (ses-call-printer-return, ses-cell-property-get)
11365 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
11366 (ses-create-cell-variable, ses-reset-header-string)
11367 (ses-cell-set-formula, ses-repair-cell-reference-all)
11368 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
11369 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
11370 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
11371 (ses-aset-with-undo, ses-load, ses-truncate-cell)
11372 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
11373 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
11374 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
11375 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
11376 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
11377 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
11378 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
11379 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
11380
cf018193
VB
113812011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
11382
11383 * ses.el: The overall change is to add cell renaming, that is
11384 setting fancy names for cell symbols other than name matching
11385 "\\`[A-Z]+[0-9]+\\'" regexp .
11386 (ses-create-cell-variable): New defun.
11387 (ses-relocate-formula): Relocate formulas only for cells the
11388 symbols of which are not renamed, i.e. symbols whose names do not
11389 match regexp "\\`[A-Z]+[0-9]+\\'".
11390 (ses-relocate-all): Relocate values only for cells the symbols of
11391 which are not renamed.
11392 (ses-load): Create cells variables as the (ses-cell ...) are read,
11393 in order to check row col consistency with cell symbol name only
11394 for cells that are not renamed.
11395 (ses-replace-name-in-formula): New defun.
11396 (ses-rename-cell): New defun.
11397
ee957461
CY
113982011-12-11 Chong Yidong <cyd@gnu.org>
11399
11400 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
11401 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
11402
9a9e9ef0
MR
114032011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
11404
11405 * window.el (other-window): Fix docstring.
11406
92a8eba5
EZ
114072011-12-10 Eli Zaretskii <eliz@gnu.org>
11408
11409 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
11410 `from' or `to' address before taking its substring.
11411 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
11412 encoded name is chopped in the middle of the encoded string, and
11413 thus displayed encoded.
11414
e152e577
JB
114152011-12-10 Juanma Barranquero <lekktu@gmail.com>
11416
11417 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
11418
e5d84bfe
EZ
114192011-12-10 Eli Zaretskii <eliz@gnu.org>
11420
11421 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
11422 to use texinfo-update-node and commands that call it if the
11423 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 11424 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
11425 (texinfo-all-menus-update, texinfo-master-menu)
11426 (texinfo-update-node, texinfo-every-node-update)
11427 (texinfo-multiple-files-update): Doc fix. Warn against updating
11428 all the @node lines.
11429 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
11430 argument is numeric. Explain better in the doc string what the
11431 function really does.
11432 (texinfo-insert-master-menu-list): Improve the error message
11433 displayed if there's no menu in the Top node.
11434 (Bug#2975) See also this thread:
e5d84bfe
EZ
11435 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
11436
1d84e9bb
MG
114372011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
11438
11439 * speedbar.el (speedbar-supported-extension-expressions):
11440 Add .adb and .ads, commonly used for Ada source code (bug#10256).
11441
382c953b
JB
114422011-12-09 Juanma Barranquero <lekktu@gmail.com>
11443
11444 * printing.el (pr-mode-alist):
11445 * simple.el (filter-buffer-substring-functions)
11446 (completion-list-insert-choice-function):
11447 * window.el (window-with-parameter, window-atom-root)
11448 (window-sides-slots, window-size-fixed, window-min-delta)
11449 (window-max-delta, window--resize-mini-window)
11450 (window--resize-child-windows-normal, window-tree)
11451 (delete-other-windows, quit-window, split-window)
11452 (display-buffer-record-window, special-display-buffer-names)
11453 (special-display-regexps, special-display-popup-frame)
11454 (same-window-p, split-window-sensibly)
11455 (display-buffer-overriding-action, display-buffer-alist)
11456 (display-buffer-base-action, display-buffer, switch-to-buffer)
11457 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
11458 (fit-window-to-buffer, recenter-positions)
11459 (mouse-autoselect-window-state, mouse-autoselect-window-select):
11460 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
11461 and remove unneeded backslashes in docstrings.
11462
39c9faef
SM
114632011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
11464
98449af8
SM
11465 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
11466
39c9faef
SM
11467 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
11468 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
11469 end in ".mk".
11470 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
11471 when reading the makefile (bug#10116).
11472
86ed9fdc
SM
114732011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
11476 (bug#10116).
11477
5580f89d
GM
114782011-12-06 Glenn Morris <rgm@gnu.org>
11479
11480 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
11481
28d3917c
CY
114822011-12-06 Chong Yidong <cyd@gnu.org>
11483
11484 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
11485
a98edce9
JB
114862011-12-06 Juanma Barranquero <lekktu@gmail.com>
11487
11488 * textmodes/table.el (table-shorten-cell): Fix typo.
11489
e65adfac
CG
114902011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
11491
11492 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
11493
71cc0b74
EZ
114942011-12-05 Eli Zaretskii <eliz@gnu.org>
11495
11496 * descr-text.el (describe-char): Fix display of strong
11497 right-to-left characters and directional embeddings and overrides.
11498
11499 * simple.el (what-cursor-position): Fix display of codepoints of
11500 strong right-to-left characters.
11501
315bc30d
CY
115022011-12-05 Chong Yidong <cyd@gnu.org>
11503
11504 * faces.el (read-color): Doc fix.
11505
58a70b94
GM
115062011-12-05 Glenn Morris <rgm@gnu.org>
11507
11508 * align.el (align--set-marker): Add doc-string.
11509 Don't try to move something that is not a marker. (Bug#10216)
11510
5158face
GM
115112011-12-04 Glenn Morris <rgm@gnu.org>
11512
11513 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
11514 overly zealous deletion of trailing whitespace.
11515
520fca41
JB
115162011-12-04 Juanma Barranquero <lekktu@gmail.com>
11517
11518 * server.el (server-delete-client): On Windows, do not try to delete
11519 the only terminal.
11520 (server-process-filter): On Windows, treat requests for a tty frame as
11521 if they were for a GUI frame if the running server is in GUI mode.
11522
5e605a2e
GM
115232011-12-03 Glenn Morris <rgm@gnu.org>
11524
11525 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
11526
5c3fe83f
SM
115272011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
11528
6f5e57e7
SM
11529 * electric.el: Streamline electric-indent's hook.
11530 (electric-indent-chars): Revert to simple list.
11531 (electric-indent-functions): New var.
11532 (electric-indent-post-self-insert-function): Use it.
11533
5c3fe83f
SM
11534 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
11535 there's no inferior buffer (bug#10196).
11536 (prolog-consult-compile): Don't use toggle-read-only.
11537
6bdac736
MA
115382011-12-02 Michael Albinus <michael.albinus@gmx.de>
11539
11540 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
11541 interrupt. (Bug#10187)
11542
6131ba7f
SM
115432011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11544
99c79fee
SM
11545 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
11546 (bug#9160).
11547
6131ba7f
SM
11548 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
11549 (bug#10191).
11550
cb0a02ea
JL
115512011-12-02 Juri Linkov <juri@jurta.org>
11552
11553 * info.el (Info-search): Display "end of manual" when Isearch
11554 reaches the end of single-file Info manual. (Bug#9918)
11555
66e0570c
EZ
115562011-12-02 Eli Zaretskii <eliz@gnu.org>
11557
11558 * isearch.el (isearch-message-prefix): Run the input method part
11559 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
11560
02b16839
JL
115612011-12-02 Juri Linkov <juri@jurta.org>
11562
11563 * isearch.el (isearch-occur): Use `word-search-regexp' for
11564 `isearch-word'.
11565 (isearch-search-and-update): Add condition for `isearch-word' and
11566 call `word-search-regexp'. (Bug#10145)
11567
0b950688
GM
115682011-12-01 Glenn Morris <rgm@gnu.org>
11569
11570 * eshell/em-hist.el (eshell-hist-initialize):
11571 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 11572 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 11573
9505c3c7
SM
115742011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
11577
1bbe96b2 115782011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 11579
a1beca85
SM
11580 * progmodes/verilog-mode.el (verilog-pretty-expr):
11581 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
11582 verilog, such as += *= and the like.
11583 (verilog-assignment-operator-re): Regular expression to find the
11584 assigment operator in a verilog assignment.
11585 (verilog-assignment-operation-re): Regular expression to find an
11586 assignment statement for pretty-expr.
11587 (verilog-in-attribute-p): Query returns true if point is in an
11588 attribute context; used to skip these for expression line up from
11589 pretty-expr.
11590 (verilog-in-parameter-p): Query returns true if point is in an
11591 parameter definition context; used to skip these for expression
11592 line up from pretty-expr.
11593 (verilog-in-parenthesis-p): Query returns true if point is in a
11594 parenthetical expression, specifically ( ) but not [ ] or { };
11595 used by pretty-expr.
11596 (verilog-just-one-space): If there is no space, don't add one.
11597 (verilog-get-lineup-indent-2): Specifically skip just attribute
11598 contexts for expression lineup, rather than skipping all
11599 parenthetical expressions.
11600 (verilog-calculate-indent): Fix comment, and fix indent.
11601 (verilog-do-indent): Indent declarations in lists (suggested by
11602 Joachim Lechner).
11603 (verilog-mode-abbrev-table): Populate abbrev mode with the various
11604 skeleton items.
11605 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
11606 by Alain Mellan).
11607
1bbe96b2 116082011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
11609
11610 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
11611 parameters with embedded comments. Reported by Ray Stevens.
11612 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
11613 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
11614 Reported by Tim Holt.
11615 (verilog-auto): Fix AUTOing a upper module then AUTOing module
11616 instantiated by upper module causing wrong expansion until AUTOed a
11617 second time. Reported by K C Buckenmaier.
11618 (verilog-diff-auto): Fix showing .* as a difference when
11619 `verilog-auto-star-save' off. Reported by Dan Dever.
11620 (verilog-auto-reset, verilog-read-always-signals)
11621 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
11622 temporary signals in reset list if
11623 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
11624 style to each signal's assignment type, bug381.
11625 Reported by Thomas Esposito.
6288f0ca
WS
11626 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
11627 (verilog-uvm-statement-re): Support UVM indentation and
11628 highlighting, with old OVM keywords only.
a1beca85 11629 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
11630 Support AUTOTIEOFF creating non-wire data types.
11631 Suggested by Jonathan Greenlaw.
6288f0ca
WS
11632 (verilog-auto-insert-lisp, verilog-delete-to-paren)
11633 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
11634 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
11635 (verilog-read-sub-decls, verilog-read-sub-decls-line):
11636 Fix mismatching parenthesis inside commented out code when deleting
382c953b 11637 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
11638 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
11639 non-numeric vector width. Reported by Alex Reed.
11640 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 11641 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
11642 (verilog-auto-delete-trailing-whitespace):
11643 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
11644 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
11645 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
11646 Fix verilog-scan-cache corruption when running user AUTO expansion
11647 hooks that call indentation routines.
11648 (verilog-simplify-range-expression): Fix typo ignoring lower case
11649 identifiers.
11650 (verilog-delete-auto): Fix delete-autos to also remove user created
11651 automatics, as long as they start with AUTO.
11652 (verilog-batch-diff-auto, verilog-diff-auto)
11653 (verilog-diff-function): Add `verilog-diff-auto' and bind to
11654 "C-c?" to report differences in AUTO expansion, ignoring spaces.
11655 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
11656 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
11657 (verilog-re-search-forward-quick, verilog-syntax-ppss):
11658 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
11659 is disabled and its cache will get corrupt, causing AUTOS not to
11660 expand. Instead use only -quick functions.
11661 (verilog-scan-region): Fix scanning over escaped quotes.
11662 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
11663 (verilog-re-search-backward-quick)
11664 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
11665 related functions now ignore strings, to fix misparsing of strings
11666 with magic comments embedded in them.
a1beca85
SM
11667 (verilog-read-auto-template):
11668 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
11669 Reported by Brad Dobbie.
11670 (verilog-read-auto-template):
11671 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 11672 Reported by Brad Dobbie.
6288f0ca
WS
11673 (verilog-auto-inst, verilog-auto-inst-param)
11674 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
11675 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
11676 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
11677 debugging templates without merge conflicts, bug357.
11678 Reported by Brad Dobbie.
11679 (verilog-read-auto-template):
11680 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
11681 Reported by Brad Dobbie.
11682 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
11683 abbrevs so user won't be asked to save.
11684 (verilog-read-auto-lisp-present): Fix to start at beginning of
11685 buffer in case called outside of verilog-auto.
11686 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
11687 to "X-2". Reported by Matthew Myers.
11688 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
11689 all inputs from module templates. Reported by Leith Johnson.
11690 (verilog-module-inside-filename-p): Fix locating programs as with
11691 modules.
11692 (verilog-auto-inst-port): Fix vl-width expressions when using
11693 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
11694 (verilog-decls-get-regs, verilog-decls-get-signals,
11695 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
11696 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
11697 verilog-read-decls): Combine reg and wire structures into one var
11698 structure to represent SystemVerilog concepts.
11699 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
11700 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
11701 (verilog-auto-wire-type, verilog-insert-definition):
11702 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
11703 SystemVerilog "logic" keyword instead of "wire"/"reg".
11704 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
11705 to declares outputs that also have assignments (presumably in an
a1beca85
SM
11706 ifdef or generate if so there's not a driver conflict).
11707 Reported by Matthew Myers.
11708 (verilog-auto-declare-nettype, verilog-insert-definition):
11709 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
11710 `default_nettype none. Reported by Julian Gorfajn.
11711 (verilog-read-always-signals-recurse, verilog-read-decls)
11712 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
11713 malformed end statement, bug325. Reported by Joshua Wise and
11714 Andrew Drake.
11715 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
11716 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
11717 when expanding .* in interfaces, bug320.
11718 Reported by Pierre-David Pfister.
6288f0ca 11719 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
11720 name and open parenthesis, bug317.
11721 Reported by Pierre-David Pfister.
6288f0ca
WS
11722 (verilog-simplify-range-expression): Fix simplification of
11723 multiplications inside AUTOWIRE connections, bug303.
11724 (verilog-auto-inst-port): Support parameter expansion in
11725 multidimensional arrays.
11726 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
11727 after "assert property". Reported by Julian Gorfajn.
11728 (verilog-simplify-range-expression): Fix "couldn't merge" errors
11729 with multiplication, bug303.
11730 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
11731 Reported by Jan Frode Lonnum.
11732
1bbe96b2
GM
117332011-11-30 Juanma Barranquero <lekktu@gmail.com>
11734
11735 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
11736 (hfy-shell-file-name, hfy-shell):
11737 * international/fontset.el (x-decompose-font-name): Fix typos.
11738
117392011-11-29 Ken Brown <kbrown@cornell.edu>
11740
11741 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
11742 (gdb-version): Remove defvar.
11743 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
11744 (gdb-gud-context-command, gdb-non-stop-handler)
11745 (gdb-current-context-command, gdb-stopped): Use it.
11746 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
11747 (gdb-non-stop-handler): Don't enable pretty-printing here.
11748 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
11749 non-stop mode. Use the following.
11750 (gdb-check-target-async): New defun.
11751 (gud-watch, gdb-stopped): Fix whitespace.
11752 (gdb-get-source-file): Don't try to display the source file if
11753 `gdb-main-file' is nil.
11754
117552011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11756
11757 * align.el: Try to generate fewer markers (bug#10047).
11758 (align--set-marker): New macro.
11759 (align-region): Use it.
11760
c935221f
SM
117612011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
11762
11763 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
11764
e70b5064
CY
117652011-11-29 Chong Yidong <cyd@gnu.org>
11766
11767 * indent.el (indent-for-tab-command, indent-according-to-mode):
11768 Doc fix.
11769 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
11770
f3af92b7
MA
117712011-11-29 Michael Albinus <michael.albinus@gmx.de>
11772
11773 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
11774 aware of remote file names. (Bug#10124)
11775
ed472be9
CY
117762011-11-29 Chong Yidong <cyd@gnu.org>
11777
11778 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
11779
24510c22
SM
117802011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11781
11782 * files.el (find-file): Don't use force-same-window (bug#10144).
11783 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
11784 use pop-to-buffer if the selected window can't be used.
11785 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
11786
c60c3703
EZ
117872011-11-28 Eli Zaretskii <eliz@gnu.org>
11788
11789 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
11790 special-mode-map.
11791
e95def75
CY
117922011-11-28 Chong Yidong <cyd@gnu.org>
11793
11794 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
11795
c3f1c606
NR
117962011-11-27 Nick Roberts <nickrob@snap.net.nz>
11797
11798 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
11799 gdb-get-source-file-list on gdb-create-source-file-list.
11800
00db469c
EZ
118012011-11-26 Eli Zaretskii <eliz@gnu.org>
11802
11803 * whitespace.el (whitespace-newline): Use a different foreground
11804 color for 16-color light-background displays.
11805
4ad3bc2a
CY
118062011-11-24 Chong Yidong <cyd@gnu.org>
11807
11808 * window.el (display-buffer--special-action): Doc fix.
11809
e9fce1ac
JB
118102011-11-25 Juanma Barranquero <lekktu@gmail.com>
11811
11812 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
11813 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
11814 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
11815 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
11816 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
11817 (avl-tree-stack-first):
11818 * emacs-lisp/cconv.el (cconv--analyse-use):
11819 * net/gnutls.el (gnutls-negotiate): Fix typos.
11820
cb825e5d
GM
118212011-11-24 Glenn Morris <rgm@gnu.org>
11822
3adbe224
GM
11823 * lpr.el (lpr-windows-system, lpr-lp-system):
11824 * mail/binhex.el (binhex-begin-line):
11825 * progmodes/grep.el (grep-history, grep-find-history):
11826 * textmodes/flyspell.el:
11827 * vc/pcvs-defs.el (cvs-global-menu):
11828 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
11829 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
11830 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
11831
321decc8
GM
11832 * net/tls.el: Fix case of "GnuTLS".
11833
420b63ad
GM
11834 * paths.el (rmail-file-name): Format doc-string for make-docfile.
11835
cb825e5d
GM
11836 * version.el (emacs-build-system): Give it a doc-string.
11837
a0649f08
JL
118382011-11-24 Juri Linkov <juri@jurta.org>
11839
11840 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
11841
c0bc0fd4
GM
118422011-11-24 Glenn Morris <rgm@gnu.org>
11843
11844 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
11845 if called on a non-mime message just toggle the headers. (Bug#8006)
11846
20db1522
JB
118472011-11-24 Juanma Barranquero <lekktu@gmail.com>
11848
11849 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
11850 (allout-lead-with-comment-string, allout-structure-deleted-hook)
11851 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
11852 (allout-rebullet-heading, allout-open-sibtopic)
11853 (allout-toggle-current-subtree-encryption)
11854 (allout-toggle-subtree-encryption, allout-encrypt-string)
11855 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
11856 (allout-distinctive-bullets-string, allout-auto-activation):
11857 * window.el (window-normalize-buffer-to-display):
11858 * progmodes/verilog-mode.el (verilog-batch-indent):
11859 * textmodes/bibtex.el (bibtex-field-braces-opt)
11860 (bibtex-field-strings-opt):
11861 * vc/cvs-status.el (cvs-tree-merge):
11862 Fix typos.
11863
7262a87c
MA
118642011-11-23 Michael Albinus <michael.albinus@gmx.de>
11865
11866 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
11867 `non-essential' to t, in order to avoid remote connections.
11868
283430a1
EZ
118692011-11-23 Eli Zaretskii <eliz@gnu.org>
11870
a1beca85
SM
11871 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11872 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
11873 case-insensitively.
11874
d2992a38
ML
118752011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
11876
11877 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
11878
50419064
GM
118792011-11-23 Glenn Morris <rgm@gnu.org>
11880
da94eca1
GM
11881 * paths.el (rmail-file-name): Reformat the doc-string so that it
11882 is picked up.
11883
9aac4de2
GM
11884 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
11885 (rmail-auto-file): Ignore case in the "special" field names,
11886 as mail-fetch-field does for all others.
11887
8038d2d2
GM
11888 * mail/rmail.el (rmail-forward):
11889 * mail/rmailkwd.el (rmail-set-label):
11890 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
11891 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
11892
f3fe222a
GM
11893 * mail/rmail.el (rmail-current-message): Doc fix.
11894
50419064
GM
11895 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
11896
28109f49
SM
118972011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * server.el (server-eval-and-print): Allow C-g (bug#6585).
11900
394c65f1
GM
119012011-11-22 Glenn Morris <rgm@gnu.org>
11902
11903 * mail/rmailmm.el (test-rmail-mime-handler)
11904 (test-rmail-mime-bulk-handler)
11905 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
11906
f2a0aa3a
JL
119072011-11-21 Juri Linkov <juri@jurta.org>
11908
1154d12e
JB
11909 * calc/calc.el (calc-read-key-sequence):
11910 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 11911
9c34a344
LMI
119122011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11913
11914 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
11915 Tell the caller that the next line needs recomputation, even
11916 though it doesn't start a sexp (bug#10094).
11917
f04a3be9
SM
119182011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11919
11920 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
11921
7978747f
SM
119222011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11923
f04a3be9
SM
11924 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
11925 Use force-same-window.
7978747f 11926
fe7a3057
JB
119272011-11-20 Juanma Barranquero <lekktu@gmail.com>
11928
11929 * descr-text.el (describe-char-unicode-data):
11930 * json.el (json-string-escape):
11931 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
11932 (Footnote-unicode, Footnote-style-p):
11933 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
11934
24901d61
CY
119352011-11-20 Chong Yidong <cyd@gnu.org>
11936
11937 * window.el (replace-buffer-in-windows): Restore interactive spec.
11938
bac7ff22
SM
119392011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11940
24f3d7b9
SM
11941 * electric.el (electric-indent-mode): Fix last change (too optimistic).
11942
bac7ff22
SM
11943 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
11944 (byte-compile-global-not-obsolete-vars): New var.
11945 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
11946 Use it.
11947 (byte-compile-warn-obsolete): Align text with the one in *Help*.
11948
cd1181db
JB
119492011-11-20 Juanma Barranquero <lekktu@gmail.com>
11950
11951 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
11952 * progmodes/pascal.el (electric-pascal-equal):
11953 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
11954 * xml.el (xml-substitute-special): Fix typos.
11955
7fb18e9e
GM
119562011-11-20 Glenn Morris <rgm@gnu.org>
11957
11958 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
11959 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
11960 Doc fixes.
11961 (rmail-decode-mime-charset): Mark as obsolete.
11962
11963 * mail/rmailsum.el (rmail-message-regexp-p-1):
11964 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
11965 Before using mime functions, check they are set. (Bug#10077)
11966
d5a6b3ba
JL
119672011-11-19 Juri Linkov <juri@jurta.org>
11968
11969 * info.el (Info-finder-find-node): Use `package--builtins' instead
11970 of `package-alist'. Use node names formed by the pattern "Keyword "
11971 and the keyword name.
11972
e981b61f
AS
119732011-11-19 Andreas Schwab <schwab@linux-m68k.org>
11974
1d00653d 11975 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 11976
3ffbc301
JL
119772011-11-19 Juri Linkov <juri@jurta.org>
11978
11979 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
11980 that calls `revert-buffer' on all Info buffers. (Bug#9915)
11981 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
11982 `old-history', `old-history-forward'. Add let-binding
11983 `window-selected'. Remove calls to `kill-buffer',
11984 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
11985 before calling `Info-find-node', so `Info-find-node-2' will reread
11986 the Info file. Restore window positions only when `window-selected'
11987 is non-nil.
11988
30c62133
JL
119892011-11-19 Juri Linkov <juri@jurta.org>
11990
11991 * isearch.el (isearch-lazy-highlight-new-loop):
11992 Remove condition `(not isearch-error)'. (Bug#9918)
11993
11994 * misearch.el (multi-isearch-search-fun): Add condition
11995 `(not bound)' to ignore lazy-highlighting search.
11996 Add the search-failed message "end of multi" when the end of
11997 multi-sequence is reached. Uncapitalize the search-failed
11998 message "Repeat for next buffer".
11999
12000 * info.el (Info-search): Add the search-failed message
12001 "end of the manual" when the end of the manual is reached
12002 in Isearch mode.
12003
645ca9cf
JL
120042011-11-19 Juri Linkov <juri@jurta.org>
12005
12006 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
12007 Use non-destructive `remove' instead of `delete' because
12008 `Info-history-list' stored to `Info-isearch-initial-history-list' in
12009 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
12010
df754f66
JL
120112011-11-19 Juri Linkov <juri@jurta.org>
12012
12013 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
12014 to nil instead of binding `search-ring' and `regexp-search-ring'.
12015 (Bug#9185)
12016
0e23d96a
EZ
120172011-11-19 Eli Zaretskii <eliz@gnu.org>
12018
12019 * simple.el (line-move): Force movement by logical lines for any
12020 hscrolled window, not only when auto-hscroll-mode is on.
12021 (line-move-visual): Update doc string to that effect. (Bug#10076)
12022
8a6ccb66
AS
120232011-11-19 Andreas Schwab <schwab@linux-m68k.org>
12024
12025 * language/european.el (macintosh): Define as alias for mac-roman.
12026
49ae5b39
EZ
120272011-11-19 Eli Zaretskii <eliz@gnu.org>
12028
12029 * mail/rmailmm.el (rmail-mime-display-header)
12030 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
12031 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
12032 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
12033 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
12034 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
12035 of a raw aref.
12036 (rmail-mime-entity-segment): To get past the tagline, move forward
12037 2 more lines, to account for the 2 empty lines that precede and
12038 follow the line with the buttons.
12039 (rmail-mime-update-tagline): Move one more line, to get past the
12040 empty line that follows the buttons in the tagline. (Bug#9520)
12041
c56cad4a
MR
120422011-11-19 Martin Rudalics <rudalics@gmx.at>
12043
12044 * window.el (window-max-delta-1, window-min-delta-1)
12045 (window-min-size-1, window-state-get-1, window-state-put-1)
12046 (window-state-put-2): Use "window--" prefix.
12047
cbe71af3
SM
120482011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
12049
2ad52c60
SM
12050 * emacs-lisp/smie.el: Improve warnings and conflict detection.
12051 (smie-warning-count): New var.
12052 (smie-set-prec2tab): Use it.
12053 (smie-bnf->prec2): Improve warnings. Add docstring.
12054 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
12055 (smie-bnf--set-class): New function.
12056 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
12057 corner case.
12058
6944dbc1
SM
12059 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
12060 (compilation-error-properties, compilation-move-to-column):
12061 Handle compilation-first-column while in the target buffer.
12062
c400c4d7
SM
12063 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
12064 Don't hardcode point-min==1.
12065
6dbe3e96
SM
12066 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
12067 (eshell-rewrite-for-command): Remove workaround.
12068 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
12069 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
12070 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
12071
cbe71af3
SM
12072 * files-x.el (modify-file-local-variable): Obey commenting conventions.
12073
a8e1496d
GM
120742011-11-17 Glenn Morris <rgm@gnu.org>
12075
12076 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12077 Ignore buffer-local generated-autoload-file if it is the same
12078 as the global value. (Bug#10049)
12079
df85d315
JB
120802011-11-17 Juanma Barranquero <lekktu@gmail.com>
12081
12082 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
12083 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
12084 (reftex-toc-previous-heading, reftex-toc-max-level)
12085 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
12086 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
12087 (reftex-toc-do-promote, reftex-toc-promote-prepare)
12088 (reftex-toc-promote-action, reftex-toc-extract-section-number)
12089 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
12090 (reftex-toc-rename-label, reftex-toc-visit-location)
12091 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
12092 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
12093 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
12094 leaving "*toc*" only for references to the buffer.
12095
a0c2d0ae
MR
120962011-11-17 Martin Rudalics <rudalics@gmx.at>
12097
12098 * window.el (window-resize, delete-window, split-window):
12099 Replace window-splits by window-combination-resize.
1d00653d 12100 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 12101
35c0bac8
GM
121022011-11-17 Glenn Morris <rgm@gnu.org>
12103
12104 * progmodes/sh-script.el (sh-font-lock-keywords-var):
12105 Make bash entry derive from sh entry, not shell entry.
12106
d0c8fc8a
MA
121072011-11-16 Michael Albinus <michael.albinus@gmx.de>
12108
7262a87c
MA
12109 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
12110 local file name.
12111
7877f373
JB
121122011-11-16 Juanma Barranquero <lekktu@gmail.com>
12113
12114 * menu-bar.el (menu-bar-file-menu):
12115 * printing.el (pr-ps-utility):
12116 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
12117 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
12118 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
12119 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
12120 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
12121 (icalendar--convert-cyclic-to-ical)
12122 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
12123 (icalendar--convert-ical-to-diary)
12124 (icalendar--convert-recurring-to-diary)
12125 (icalendar--convert-non-recurring-all-day-to-diary)
12126 (icalendar-import-format-sample):
12127 * progmodes/idlw-shell.el (idlwave-shell-mode):
12128 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
12129 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
12130 (vhdl-ps-print-init): Fix typos.
12131
10649b82
KM
121322011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
12133
9d0cfcd6
GM
12134 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
12135 FSF and collapse date sequence, obscure author/maintainer email address
12136 better, remove extra version line, track relocation of author's webpage.
10649b82 12137
9d0cfcd6
GM
12138 * progmodes/python.el (python-pdbtrack-input-prompt)
12139 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
12140 regular python pdb prompts. Adjustments shamelessly taken exactly as
12141 suggested in EmacsWiki page (tiny change):
12142 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 12143
58179cce
JB
121442011-11-16 Juanma Barranquero <lekktu@gmail.com>
12145
12146 * expand.el (expand-pos, expand-index, expand-point):
12147 Remove redundant info from docstring.
12148 (expand-add-abbrevs): Doc fix.
12149 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
12150 (expand-sample-perl-mode-expand-list): Fix typos.
12151
12152 * net/dbus.el (dbus-event-member-name):
12153 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
12154 * term/pc-win.el (msdos-create-frame-with-faces):
12155 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
12156
b6f67890
MR
121572011-11-16 Martin Rudalics <rudalics@gmx.at>
12158
12159 * window.el (split-window, window-state-get-1)
12160 (window-state-put-1, window-state-put-2): Rename occurrences of
12161 window-nest to window-combination-limit.
1d00653d 12162 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 12163
ce7ddba0
CY
121642011-11-16 Chong Yidong <cyd@gnu.org>
12165
12166 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12167 regexp (Bug#10033).
12168
3ae704f4
SM
121692011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12170
12171 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
12172 `completing-read' will remove *Completions* and will preserve
12173 current-buffer for us.
12174 (tmm-add-prompt): Users of *Completions* will always (re)set its
12175 major mode.
12176 (tmm-old-comp-map): Remove.
12177
6ad1cdde
GM
121782011-11-16 Glenn Morris <rgm@gnu.org>
12179
12180 * mail/rmailedit.el: Require rmailmm when compiling.
12181 (rmail-old-mime-state): New declaration.
12182 (rmail-edit-current-message): If editing a mime message,
12183 edit the "raw" message from the mbox buffer.
12184 (rmail-cease-edit): Handle mime messages. (Bug#9840)
12185
d20faa20
GM
121862011-11-15 Glenn Morris <rgm@gnu.org>
12187
12188 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
12189 which wasn't being used. Add optional arg to force given state.
12190 (rmail-mime): Add optional arg to force given state.
12191
c7015153
JB
121922011-11-15 Juanma Barranquero <lekktu@gmail.com>
12193
12194 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12195 * frame.el (display-mm-dimensions-alist):
12196 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
12197 (outline-move-subtree-down):
12198 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
12199 (newsticker--treeview-do-get-node):
12200 * net/quickurl.el (quickurl-list-buffer-name):
12201 * progmodes/dcl-mode.el (dcl-mode):
12202 * progmodes/gdb-mi.el (gdb-mapcar*):
12203 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
12204
45261b50
GM
122052011-11-15 Glenn Morris <rgm@gnu.org>
12206
12207 * mail/rmail.el (rmail-file-coding-system): It's only ever used
12208 in a boolean sense, so just make it a boolean, and fix the doc.
12209 (rmail-show-mime-function, rmail-mime-feature)
12210 (rmail-require-mime-maybe): Doc fixes.
12211 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
12212
12213 * mail/rmailmm.el (rmail-show-mime): Doc fix.
12214
0d26e0b6
JB
122152011-11-15 Juanma Barranquero <lekktu@gmail.com>
12216
12217 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
12218 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
12219 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
12220 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
12221
447f30f6
GM
122222011-11-15 Glenn Morris <rgm@gnu.org>
12223
672b871d
GM
12224 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
12225 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12226 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
12227 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
12228 (rmail-mime, rmail-show-mime): Doc fixes.
12229
f6aa5bb1
GM
12230 * term/ns-win.el (mode-line-frame-identification):
12231 Leave it alone. (Bug#10051)
12232
947cd66b
GM
12233 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
12234
447f30f6
GM
12235 * mail/rmailout.el (rmail-output-to-rmail-buffer):
12236 Handle empty buffers. (Bug#9978)
12237
0b381c7e
JB
122382011-11-14 Juanma Barranquero <lekktu@gmail.com>
12239
12240 * international/mule.el (define-charset):
12241 * mail/rmailmm.el (rmail-mime-find-header-encoding):
12242 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
12243 * progmodes/verilog-mode.el (verilog-backward-token):
12244 * textmodes/ispell.el (lookup-words):
12245 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
12246
71e027ac
GM
122472011-11-14 Glenn Morris <rgm@gnu.org>
12248
56632ce4
GM
12249 * progmodes/executable.el
12250 (executable-make-buffer-file-executable-if-script-p):
12251 Handle file-modes returning nil.
12252
40500957
GM
12253 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
12254 message - not necessary, and causes problems. (Bug#9831)
12255
071c2340
GM
12256 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
12257
d3cfca60
GM
12258 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
12259
71e027ac
GM
12260 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
12261 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
12262 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
12263
89d61221
MR
122642011-11-12 Martin Rudalics <rudalics@gmx.at>
12265
12266 * window.el (window-resize, delete-window): Use window-splits
12267 variable instead of function.
12268 (window-state-get-1, window-state-put-2, window-state-put):
12269 Don't deal with windows' splits status.
12270
98282f6f
GM
122712011-11-12 Glenn Morris <rgm@gnu.org>
12272
12273 * apropos.el (apropos-do-all, apropos-library, apropos-value)
12274 (apropos-documentation): Doc fixes.
12275
40a8bdf6
JB
122762011-11-11 Juanma Barranquero <lekktu@gmail.com>
12277
12278 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
12279 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
12280
65bd19ff
SM
122812011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12282
12283 * electric.el (electric-indent-post-self-insert-function): Make it
12284 possible for a char to only indent in some circumstances.
12285 (electric-indent-mode): Simplify.
12286
54f9154c
MR
122872011-11-11 Martin Rudalics <rudalics@gmx.at>
12288
12289 * window.el (windows-with-parameter): Remove unused function.
12290 (windows-at-side): Rename to window-at-side-list.
12291 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
12292 (window-side-check, window-size-ignore, window-size-fixed-1)
12293 (window-in-direction-2): Prefix with "window--".
12294 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 12295
68cbc58b
GM
122962011-11-11 Glenn Morris <rgm@gnu.org>
12297
12298 * subr.el (eval-after-load): If FILE is already loaded,
12299 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
12300
b2621720
GM
123012011-11-10 Glenn Morris <rgm@gnu.org>
12302
9a4de110
GM
12303 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
12304 Call svn via vc-svn-command rather than vc-do-command.
12305 (vc-svn-command): Add --non-interactive. (Bug#9993)
12306 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
12307
b2621720
GM
12308 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12309 Add toggle-read-only. (Bug#7292)
12310 * files.el (toggle-read-only): Mention that it should only
12311 be used interactively. (Bug#10006)
12312
1dce7193
SM
123132011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12314
d9ac1a1e
SM
12315 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12316 Adjust regexp for OCaml warnings.
12317
0c325082
SM
12318 * electric.el (electric-pair-post-self-insert-function): Let user
12319 turn it off buffer-locally (bug#9932).
12320
90132c14
SM
12321 * progmodes/python.el (python-beginning-of-statement):
12322 Rewrite (bug#2703).
12323
1dce7193
SM
12324 * progmodes/compile.el: Better handle TABs (bug#9749).
12325 (compilation-internal-error-properties)
12326 (compilation-next-error-function): Obey the target buffer's
12327 compilation-error-screen-columns.
12328
c4e7c63a
JB
123292011-11-09 Juanma Barranquero <lekktu@gmail.com>
12330
12331 * progmodes/meta-mode.el: Remove obsolete comments.
12332 (meta-right-comment-regexp, meta-ignore-comment-regexp):
12333 Fix typos in docstrings.
12334
2cffd681
MR
123352011-11-09 Martin Rudalics <rudalics@gmx.at>
12336
12337 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 12338 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
12339 (window--resizable): New function. Make all callers of
12340 window-resizable call window--resizable instead.
12341 (window-resizable): Rewrite in terms of window--resizable.
12342
0edcba87
GM
123432011-11-08 Glenn Morris <rgm@gnu.org>
12344
12345 * progmodes/delphi.el (delphi-mode-syntax-table):
12346 Let define-derived-mode define a proper syntax table. (Bug#9994)
12347
4b0d61e3
SM
123482011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12349
12350 * window.el: Stay away from defsubst.
12351 (window-list-no-nils): Remove.
12352 (window-state-get-1, window-state-get): Use backquote instead.
12353
cd394be1 123542011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 12355
4b0d61e3 12356 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 12357 Fix incorrect use of default argument in `completing-read'.
12358
e1c2c6f2
MR
123592011-11-08 Martin Rudalics <rudalics@gmx.at>
12360
12361 * window.el (display-buffer-function, special-display-function):
12362 Mention display-buffer-record-window but do not mention
12363 help-setup parameter in doc-strings.
b3f4a882 12364 (window-min-delta): Fix doc-string typo.
e1c2c6f2 12365
105216ed
CY
123662011-11-08 Chong Yidong <cyd@gnu.org>
12367
12368 * window.el (window-total-height, window-total-width): Doc fix.
12369 (window-body-size): Move from C.
12370 (window-body-height, window-body-width): Move to C.
12371
0a9f9ab5
SM
123722011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 * window.el: Make special-display like display-buffer-alist (bug#9532).
12375 (display-buffer--special-action): New function, morphed
12376 from display-buffer--special.
12377 (display-buffer): Use it to handle special-display-buffers at higher
12378 priority (just after display-buffer-alist).
12379 (display-buffer-fallback-action, display-buffer--other-frame-action)
12380 (pop-to-buffer-same-window): Remove display-buffer--special.
12381
a769dd15
GM
123822011-11-07 Glenn Morris <rgm@gnu.org>
12383
12384 * calendar/cal-menu.el (cal-menu-set-date-title):
12385 Do nothing if not in a calendar. (Bug#9976)
12386
05a61ee3
SM
123872011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12388
12389 * files.el (find-file): Always use selected-window.
12390
be7f5545
MR
123912011-11-07 Martin Rudalics <rudalics@gmx.at>
12392
12393 * window.el (window-combinations): Make WINDOW argument
12394 mandatory. Rewrite doc-string.
12395 (walk-window-subtree, window-atom-check, window-min-delta)
12396 (window-max-delta, window--resize-this-window)
12397 (window--resize-root-window-vertically, window-tree)
12398 (balance-windows, window-state-put): Rewrite doc-strings as to
12399 not mention the term "subwindow".
12400 (window--resize-subwindows-skip-p): Rename to
12401 window--resize-child-windows-skip-p.
12402 (window--resize-subwindows-normal): Rename to
12403 window--resize-child-windows-normal.
12404 (window--resize-subwindows): Rename to
12405 window--resize-child-windows.
12406 (window-or-subwindow-p): Rename to window--in-subtree-p.
12407
3c6702ef
ML
124082011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12409
12410 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
12411 Ensure that mbox format messages end in two newlines (Bug#9974).
12412
49745b39
CY
124132011-11-06 Chong Yidong <cyd@gnu.org>
12414
12415 * window.el (window-combination-p): Function deleted; its
12416 side-effect is not used in any existing code.
12417 (window-combinations, window-combined-p): Call window-*-child
12418 directly.
12419
24300f5f
CY
124202011-11-05 Chong Yidong <cyd@gnu.org>
12421
12422 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
12423 (window-size-ignore, window-state-get): Callers changed.
12424 (window-normalize-window): Rename from window-normalize-any-window.
12425 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 12426 (window-normalize-live-window): Delete.
447f16b8
CY
12427 (window-combination-p, window-combined-p, window-combinations)
12428 (walk-window-subtree, window-atom-root, window-min-size)
12429 (window-sizable, window-sizable-p, window-size-fixed-p)
12430 (window-min-delta, window-max-delta, window-resizable)
12431 (window-resizable-p, window-full-height-p, window-full-width-p)
12432 (window-current-scroll-bars, window-point-1, set-window-point-1)
12433 (window-at-side-p, window-in-direction, window-resize)
12434 (adjust-window-trailing-edge, maximize-window, minimize-window)
12435 (window-deletable-p, delete-window, delete-other-windows)
12436 (record-window-buffer, unrecord-window-buffer)
12437 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
12438 (quit-window, split-window, window-state-put)
12439 (set-window-text-height, fit-window-to-buffer)
12440 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 12441
89bd5ee1
EZ
124422011-11-04 Eli Zaretskii <eliz@gnu.org>
12443
53479029
EZ
12444 * mail/rmail.el (rmail-simplified-subject): Decode subject with
12445 rfc2047-decode-string.
12446 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
12447 warnings.
12448
89bd5ee1
EZ
12449 * window.el (window-body-height, window-body-width): Mention in
12450 the doc string that the return values are in frame's canonical
12451 units. (Bug#9949)
12452
bd17fdee
AM
124532011-11-03 Alan Mackenzie <acm@muc.de>
12454
12455 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
12456 change in cc-engine.el.
12457
acc825c5
SM
124582011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12459
12460 * window.el (switch-to-buffer): Use `force-same-window' interactively.
12461
1885e5b8
MR
124622011-11-02 Martin Rudalics <rudalics@gmx.at>
12463
12464 * window.el (quit-window): Call unrecord-window-buffer after
12465 showing another buffer in the window. (Bug#9937)
acc825c5 12466 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 12467
ebe06da9
JB
124682011-11-02 Juanma Barranquero <lekktu@gmail.com>
12469
12470 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
12471 Accept status with more than 9 shelves. (Bug#9935)
12472 Reported by Colin D Bennett <colin@gibibit.com>.
12473
4ee88440
MR
124742011-11-01 Martin Rudalics <rudalics@gmx.at>
12475
12476 * help.el (with-help-window): Don't reference
12477 temp-buffer-show-specifiers in doc-string.
12478
08e1d82c
AS
124792011-10-31 Andreas Schwab <schwab@linux-m68k.org>
12480
12481 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
12482 menu-item.
12483
84bd6e9e
VJL
124842011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12485
12486 * whitespace.el: New version 13.2.2.
12487 (whitespace-newline-mode): Disable properly. Reported by Sarah
12488 <EmacsWiki>.
12489
dba0634a
UJ
124902011-10-30 Ulf Jasper <ulf.jasper@web.de>
12491
12492 * net/newst-treeview.el: Remove "Time-stamp".
12493 (newsticker--group-manage-orphan-feeds): Do not call
12494 newsticker--treeview-tree-update.
db22a3c2
JB
12495 (newsticker-treeview-update, newsticker-treeview):
12496 Call newsticker--treeview-tree-update if necessary.
dba0634a 12497
3d8daefe
MR
124982011-10-30 Martin Rudalics <rudalics@gmx.at>
12499
12500 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
12501 (window-iso-combinations): Remove "iso-" infix.
12502 Suggested by Chong Yidong.
3d8daefe
MR
12503 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
12504 (window-max-delta-1, window-resize, window--resize-siblings)
12505 (window--resize-this-window, adjust-window-trailing-edge)
12506 (split-window, balance-windows-1)
12507 (shrink-window-if-larger-than-buffer):
12508 * calendar/calendar.el (calendar-generate-window):
db22a3c2 12509 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 12510
1bc4c3ae
SM
125112011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12512
12513 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
12514 in place (bug#9907).
12515 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
12516 (eshell-rewrite-if-command, eshell-rewrite-for-command)
12517 (eshell-structure-basic-command, eshell-rewrite-while-command)
12518 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
12519 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
12520 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
12521 (eshell-do-pipelines-synchronously, eshell-eval-command):
12522 Use backquotes and prefer setq to set.
12523 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
12524 (eshell-macrop): Use functionp.
c1e2f5fa 12525 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 12526
30b65d9c
CY
125272011-10-30 Chong Yidong <cyd@gnu.org>
12528
12529 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
12530 instead of set-mark (Bug#9810).
12531
2d197ffb
CY
125322011-10-30 Chong Yidong <cyd@gnu.org>
12533
12534 * window.el (split-window-below, split-window-right): Rename from
12535 split-window-above-each-other and split-window-side-by-side
12536 respectively. All callers changed.
12537 (split-window-sensibly, split-window-sensibly): Use them.
12538 (split-window-keep-point): Doc fix.
12539
12540 * isearch.el: Add isearch-scroll property to split-window-below
12541 and split-window-right.
12542
12543 * follow.el (follow-mode):
12544 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
12545 * progmodes/ada-xref.el (ada-gdb-application):
12546 * emulation/vip.el (vip-buffer-in-two-windows):
12547 * image-dired.el (image-dired-dired-with-window-configuration):
12548 * dired-x.el (dired-do-find-marked-files):
12549 * dired.el (dired-pop-to-buffer):
12550 * bs.el (bs--show-with-configuration):
12551 * vc/emerge.el (emerge-setup-windows):
12552 * textmodes/two-column.el (2C-two-columns):
12553 * textmodes/reftex-toc.el (reftex-toc):
12554 * progmodes/gdb-mi.el (gdb-setup-windows):
12555 * progmodes/fortran.el (fortran-window-create):
12556 * net/newst-treeview.el (newsticker--treeview-window-init):
12557 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
12558 * emulation/tpu-edt.el (tpu-gold-map):
12559 * emulation/crisp.el (crisp-mode-map):
12560 * calendar/calendar.el (calendar-basic-setup): Callers changed.
12561
38bb2ca8
CY
125622011-10-29 Chong Yidong <cyd@gnu.org>
12563
aa4de341
CY
12564 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
12565
e1eb5385
CY
12566 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
12567
5d2ece3c
CY
12568 * textmodes/flyspell.el (flyspell-word): Fix char offset for
12569 forged Ispell output (Bug#7904).
12570
38bb2ca8
CY
12571 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
12572
d0af9f77
SM
125732011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12574
12575 * doc-view.el: Avoid ugly errors about not finding nil.
12576 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
12577 (doc-view-dvipdf-program, doc-view-unoconv-program)
12578 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
12579 Avoid nil or absolute file name as default value.
12580 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
12581
52bedd34
AM
125822011-10-28 Alan Mackenzie <acm@muc.de>
12583
db22a3c2 12584 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 12585
7e43cfa5
AM
125862011-10-28 Alan Mackenzie <acm@muc.de>
12587
12588 Amend the handling of c-beginning/end-of-defun in nested declaration
12589 scopes.
12590
52bedd34
AM
12591 * progmodes/cc-vars.el (c-defun-tactic): Move here from
12592 cc-langs.el. Change it to a defcustom.
7e43cfa5 12593
52bedd34
AM
12594 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
12595 cc-vars.el.
7e43cfa5 12596
d0af9f77
SM
12597 * progmodes/cc-engine.el (c-beginning-of-statement-1):
12598 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 12599
52bedd34 12600 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 12601 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
12602 (c-widen-to-enclosing-decl-scope): New function.
12603 (c-while-widening-to-decl-block): New macro.
12604 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
12605 outward for defun boundaries, and correspondingly change symbol
12606 `respect-enclosure' to `go-outward'.
12607 (c-declaration-limits): Change algorithm to report only the "innermost"
12608 defun's boundaries.
12609
1a2ce9ee
DD
126102011-10-28 Deniz Dogan <deniz@dogan.se>
12611
12612 * net/rcirc.el (rcirc-mode): Use hard newlines.
12613
bc97a826
AM
126142011-10-28 Alan Mackenzie <acm@muc.de>
12615
12616 Amend to indent and fontify macros "which include their own semicolon"
12617 correctly, using the "virtual semicolon" mechanism.
12618
52bedd34 12619 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 12620
d0af9f77 12621 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 12622 Recode to scan one line at a time rather than having \n and \r
58179cce 12623 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 12624 (c-forward-label): Amend for virtual semicolons.
58179cce 12625 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 12626
52bedd34
AM
12627 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
12628 of the new C macros.
bc97a826 12629
52bedd34 12630 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
12631 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
12632 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
12633 (c-opt-cpp-macro-define): Make into a full language variable.
12634 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
12635 AWK Mode (including \n, \r) removed, no longer needed.
12636
d0af9f77
SM
12637 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
12638 Invoke c-make-macro-with-semi-re.
bc97a826 12639
52bedd34
AM
12640 * progmodes/cc-vars.el (c-macro-with-semi-re):
12641 (c-macro-names-with-semicolon): New variables.
58179cce 12642 (c-make-macro-with-semi-re): New function.
bc97a826 12643
7a6c0941
SM
126442011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12645
12646 * vc/log-edit.el: Fill empty field rather than adding new one.
12647 (log-edit-add-field): New function.
12648 (log-edit-insert-changelog): Use it.
12649
b0c4cdcf
ML
126502011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
12651
12652 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
12653
ee1f1da9
SM
126542011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12655
12656 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
12657 (gdb--check-interpreter): New function.
12658 (gdb): Use it.
12659
51bc5f8b
GM
126602011-10-27 Glenn Morris <rgm@gnu.org>
12661
416a2c45
GM
12662 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
12663 (least-positive-float, least-negative-float)
12664 (least-positive-normalized-float, least-negative-normalized-float)
12665 (float-epsilon, float-negative-epsilon):
12666 Remove unnecessary declarations.
12667
12668 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
12669 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
12670 (least-positive-float, least-negative-float)
12671 (least-positive-normalized-float, least-negative-normalized-float)
12672 (float-epsilon, float-negative-epsilon): Add doc-strings,
12673 based on those in cl.texi.
12674
51bc5f8b
GM
12675 * files.el (set-visited-file-name): If the major-mode changed,
12676 reload the local variables. (Bug#9796)
12677
15de15c6
CY
126782011-10-27 Chong Yidong <cyd@gnu.org>
12679
12680 * subr.el (change-major-mode-after-body-hook): New hook.
12681 (run-mode-hooks): Run it.
12682
ee1f1da9
SM
12683 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12684 Use change-major-mode-before-body-hook.
15de15c6
CY
12685
12686 * simple.el (fundamental-mode):
12687 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
12688 change introducing fundamental-mode-hook.
12689
5430d399
JB
126902011-10-26 Juanma Barranquero <lekktu@gmail.com>
12691
acc825c5 12692 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 12693
ad74a69e
MA
126942011-10-26 Michael Albinus <michael.albinus@gmx.de>
12695
12696 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 12697 tramp.el explicitly. (Bug#7583)
ad74a69e 12698
71d4c2a5
SM
126992011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
12700
12701 * progmodes/octave-mod.el:
12702 * progmodes/octave-inf.el: Update maintainer.
12703
b1f6fa26
CY
127042011-10-26 Chong Yidong <cyd@gnu.org>
12705
12706 * subr.el (with-wrapper-hook): Rewrite doc.
12707
3f04efd6
MA
127082011-10-25 Michael Albinus <michael.albinus@gmx.de>
12709
12710 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 12711 filenames "/method:foo:". (Bug#9793)
3f04efd6 12712
410488d3
SM
127132011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12714
12715 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
12716 (bug#9865).
12717
c1ebb47e
GM
127182011-10-24 Glenn Morris <rgm@gnu.org>
12719
12720 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
12721
7f5c46c7
MA
127222011-10-24 Michael Albinus <michael.albinus@gmx.de>
12723
12724 * notifications.el: Add the requirement of a running D-Bus session
12725 bus to the Commentary.
12726
db2440b6
JL
127272011-10-24 Juri Linkov <juri@jurta.org>
12728
12729 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
12730 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
12731 (Bug#9364)
12732
feecf435
JL
127332011-10-24 Juri Linkov <juri@jurta.org>
12734
12735 * info.el (Info-following-node-name-re): Add newline to the list
12736 of allowed characters for leading space. (Bug#9824)
12737
a3839de2
SM
127382011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12739
acc825c5
SM
12740 * progmodes/octave-inf.el (inferior-octave-mode-map):
12741 Fix C-c C-h binding.
a3839de2
SM
12742 * progmodes/octave-mod.el (octave-help): Remove.
12743
09388e76
MA
127442011-10-23 Michael Albinus <michael.albinus@gmx.de>
12745
12746 Sync with Tramp 2.2.3.
12747
12748 * net/tramp-cache.el (top): Pacify byte-compiler using
12749 `init-file-user' and `site-run-file'.
12750
12751 * net/trampver.el: Update release number.
12752
86c60681
CY
127532011-10-23 Chong Yidong <cyd@gnu.org>
12754
12755 * files.el (toggle-read-only): Remove obsolete comment about
12756 version control.
12757
12758 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
12759 for toggle-read-only. Note that this hasn't called vc-next-action
12760 since 2008-05-02, though it wasn't documented at the time.
12761
a3839de2
SM
12762 * vc/ediff-init.el (ediff-toggle-read-only-function):
12763 Use toggle-read-only.
86c60681 12764
cd5495ff
AM
127652011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
12766
12767 Fix bug #9560, sporadic wrong indentation; improve instrumentation
12768 of c-parse-state.
12769
00b77525 12770 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 12771 correct faulty logical expression.
cd5495ff
AM
12772 (c-parse-state-state, c-record-parse-state-state):
12773 (c-replay-parse-state-state): New defvar/defuns.
12774 (c-debug-parse-state): Use new functions.
12775
42ee24ed
MR
127762011-10-22 Martin Rudalics <rudalics@gmx.at>
12777
12778 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 12779 last fix. Use window-in-direction correctly.
42ee24ed 12780
a7dee7e7
CY
127812011-10-21 Chong Yidong <cyd@gnu.org>
12782
12783 * progmodes/idlwave.el (idlwave-mode):
12784 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
12785 require-final-newline; that's done in prog-mode.
12786 Suggested by Stefan Monnier.
a7dee7e7 12787
e07b9a6d
MR
127882011-10-21 Martin Rudalics <rudalics@gmx.at>
12789
12790 * mouse.el (mouse-drag-window-above)
12791 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
12792 (mouse-drag-mode-line-1, mouse-drag-header-line)
12793 (mouse-drag-vertical-line-rightward-window): Remove.
12794 (mouse-drag-line): New function.
12795 (mouse-drag-mode-line, mouse-drag-header-line)
12796 (mouse-drag-vertical-line): Call mouse-drag-line.
12797 * window.el (window-at-side-p, windows-at-side): New functions.
12798
7e1361d9
UM
127992011-10-21 Ulrich Mueller <ulm@gentoo.org>
12800
12801 * tar-mode.el (tar-grind-file-mode):
12802 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
12803
30fcaf3a
CY
128042011-10-21 Chong Yidong <cyd@gnu.org>
12805
12806 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
12807 * progmodes/vera-mode.el (vera-mode):
12808 Use mode-require-final-newline.
30fcaf3a 12809
516eddb0
GM
128102011-10-20 Glenn Morris <rgm@gnu.org>
12811
db22a3c2 12812 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 12813
10d5f513
CS
128142011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
12815
12816 * emulation/cua-base.el (cua-set-mark): Fix case of string.
12817
ac6c8639
CY
128182011-10-20 Chong Yidong <cyd@gnu.org>
12819
12820 * emulation/cua-base.el (cua-mode):
12821 * mail/footnote.el (footnote-mode):
12822 * mail/mailabbrev.el (mail-abbrevs-mode):
12823 * net/xesam.el (xesam-minor-mode):
12824 * progmodes/bug-reference.el (bug-reference-mode):
12825 * progmodes/cap-words.el (capitalized-words-mode):
12826 * progmodes/compile.el (compilation-minor-mode)
12827 (compilation-shell-minor-mode):
12828 * progmodes/gud.el (gud-tooltip-mode):
12829 * progmodes/hideif.el (hide-ifdef-mode):
12830 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
12831 * progmodes/subword.el (subword-mode):
12832 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
12833 * progmodes/which-func.el (which-function-mode):
12834 * term/tvi970.el (tvi970-set-keypad-mode):
12835 * term/vt100.el (vt100-wide-mode):
12836 * textmodes/flyspell.el (flyspell-mode):
12837 * textmodes/ispell.el (ispell-minor-mode):
12838 * textmodes/nroff-mode.el (nroff-electric-mode):
12839 * textmodes/paragraphs.el (use-hard-newlines):
12840 * textmodes/refill.el (refill-mode):
12841 * textmodes/reftex.el (reftex-mode):
12842 * textmodes/rst.el (rst-minor-mode):
12843 * textmodes/sgml-mode.el (html-autoview-mode)
12844 (sgml-electric-tag-pair-mode):
12845 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
12846 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
12847 * emulation/crisp.el (crisp-mode):
12848 * emacs-lisp/eldoc.el (eldoc-mode):
12849 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
12850 minor mode behavior.
12851
aa42ab43
JL
128522011-10-19 Juri Linkov <juri@jurta.org>
12853
12854 * descr-text.el (describe-char): Add #x2010 and #x2011 to
12855 the list of hard-coded chars with escape-glyph face.
12856
89400f1d
SM
128572011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12858
12859 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
12860
305c07f6
MA
128612011-10-19 Michael Albinus <michael.albinus@gmx.de>
12862
12863 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
12864 running process.
12865
13754b54
GM
128662011-10-19 Glenn Morris <rgm@gnu.org>
12867
12868 * vc/vc-bzr.el (vc-bzr-after-dir-status):
12869 Ignore ignored files. (Bug#9726)
12870
06e21633
CY
128712011-10-19 Chong Yidong <cyd@gnu.org>
12872
12873 Doc fix for minor modes, stating that an omitted argument enables
12874 the mode unconditionally when called from Lisp.
12875
12876 * abbrev.el (abbrev-mode):
12877 * allout.el (allout-mode):
12878 * autoinsert.el (auto-insert-mode):
12879 * autoarg.el (autoarg-mode, autoarg-kp-mode):
12880 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
12881 (global-auto-revert-mode):
12882 * battery.el (display-battery-mode):
12883 * composite.el (global-auto-composition-mode)
12884 (auto-composition-mode):
12885 * delsel.el (delete-selection-mode):
12886 * desktop.el (desktop-save-mode):
12887 * dired-x.el (dired-omit-mode):
12888 * dirtrack.el (dirtrack-mode):
12889 * doc-view.el (doc-view-minor-mode):
12890 * double.el (double-mode):
12891 * electric.el (electric-indent-mode, electric-pair-mode):
12892 * emacs-lock.el (emacs-lock-mode):
12893 * epa-hook.el (auto-encryption-mode):
12894 * follow.el (follow-mode):
12895 * font-core.el (font-lock-mode):
12896 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
12897 * help.el (temp-buffer-resize-mode):
12898 * hilit-chg.el (highlight-changes-mode)
12899 (highlight-changes-visible-mode):
12900 * hi-lock.el (hi-lock-mode):
12901 * hl-line.el (hl-line-mode, global-hl-line-mode):
12902 * icomplete.el (icomplete-mode):
12903 * ido.el (ido-everywhere):
12904 * image-file.el (auto-image-file-mode):
12905 * image-mode.el (image-minor-mode):
12906 * iswitchb.el (iswitchb-mode):
12907 * jka-cmpr-hook.el (auto-compression-mode):
12908 * linum.el (linum-mode):
12909 * longlines.el (longlines-mode):
12910 * master.el (master-mode):
12911 * mb-depth.el (minibuffer-depth-indicate-mode):
12912 * menu-bar.el (menu-bar-mode):
12913 * minibuf-eldef.el (minibuffer-electric-default-mode):
12914 * mouse-sel.el (mouse-sel-mode):
12915 * msb.el (msb-mode):
12916 * mwheel.el (mouse-wheel-mode):
12917 * outline.el (outline-minor-mode):
12918 * paren.el (show-paren-mode):
12919 * recentf.el (recentf-mode):
12920 * reveal.el (reveal-mode, global-reveal-mode):
12921 * rfn-eshadow.el (file-name-shadow-mode):
12922 * ruler-mode.el (ruler-mode):
12923 * savehist.el (savehist-mode):
12924 * scroll-all.el (scroll-all-mode):
12925 * scroll-bar.el (scroll-bar-mode):
12926 * server.el (server-mode):
12927 * shell.el (shell-dirtrack-mode):
12928 * simple.el (auto-fill-mode, transient-mark-mode)
12929 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
12930 (line-number-mode, column-number-mode, size-indication-mode)
12931 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
12932 * strokes.el (strokes-mode):
12933 * time.el (display-time-mode):
12934 * t-mouse.el (gpm-mouse-mode):
12935 * tool-bar.el (tool-bar-mode):
12936 * tooltip.el (tooltip-mode):
12937 * type-break.el (type-break-mode-line-message-mode)
12938 (type-break-query-mode):
12939 * view.el (view-mode):
12940 * whitespace.el (whitespace-mode, whitespace-newline-mode)
12941 (global-whitespace-mode, global-whitespace-newline-mode):
12942 * xt-mouse.el (xterm-mouse-mode): Doc fix.
12943
a3839de2
SM
12944 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
12945 Fix autogenerated docstring.
06e21633 12946
5214e501
JL
129472011-10-19 Juri Linkov <juri@jurta.org>
12948
12949 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
12950 by checking environment variables "DESKTOP_SESSION" and
12951 "XDG_CURRENT_DESKTOP". (Bug#9779)
12952
195f8db9
JL
129532011-10-19 Juri Linkov <juri@jurta.org>
12954
12955 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
12956 (browse-url-chromium-program, browse-url-chromium-arguments):
12957 New defcustoms.
12958 (browse-url-default-browser): Check for `browse-url-chromium' and
12959 call `browse-url-chromium-program'.
12960 (browse-url-chromium): New command. (Bug#9779)
12961
343a34ff
JB
129622011-10-18 Juanma Barranquero <lekktu@gmail.com>
12963
12964 * facemenu.el (list-colors-duplicates): On Windows, detect more
12965 duplicates by assuming that only colors matching "^System" are
12966 special "system colors". (Bug#9722)
12967
6978a151
SM
129682011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12969
12970 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
12971 to distinguish the author from the committer.
12972
6a80b297
MA
129732011-10-18 Michael Albinus <michael.albinus@gmx.de>
12974
12975 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
12976
b31a5677
JK
129772011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
12978
12979 * international/mule.el (sgml-html-meta-auto-coding-function):
12980 Add support for detecting encoding in HTML5 specified only as
12981 <meta charset="UTF-8">. Implementation just makes http-equiv and
12982 content-type parts from HTML4 encoding string optional. (Bug#9716)
12983
80c6d77f
GM
129842011-10-18 Glenn Morris <rgm@gnu.org>
12985
12986 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
12987
08b0fee8
CY
129882011-10-18 Chong Yidong <cyd@gnu.org>
12989
12990 * faces.el (cursor): Doc fix.
12991
67e729a5
CY
129922011-10-17 Chong Yidong <cyd@gnu.org>
12993
12994 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
12995
343a34ff 129962011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
12997
12998 * dirtrack.el (dirtrack): Support shell buffers with path
12999 prefixes, e.g. tramp-based remote shells. (Bug#9647)
13000
0bc06380
TZ
130012011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
13002
13003 * json.el: Bump version to 1.3 and note change in History.
13004 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
13005
8b79f3e0
SM
130062011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13007
5a7c536b
SM
13008 * comint.el (comint-insert-input, comint-send-input)
13009 (comint-get-old-input-default, comint-backward-matching-input)
13010 (comint-next-prompt): Use nil instead of `input' for field property of
13011 past user input (bug#114).
13012
96a8a0df
SM
13013 * minibuffer.el (completion--replace): Inherit surrounding properties
13014 (bug#114).
13015 (minibuffer-complete-and-exit): Use it.
13016
8b79f3e0
SM
13017 * comint.el (comint--table-subvert): Quote the all-completions output
13018 (bug#9160).
13019
b8f7ff0d
MR
130202011-10-17 Martin Rudalics <rudalics@gmx.at>
13021
8b79f3e0 13022 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 13023
b8f7ff0d 13024 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 13025 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
13026 entries and separate them from frame entries.
13027
c235b555
GM
130282011-10-15 Glenn Morris <rgm@gnu.org>
13029
13030 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
13031 Doc fixes.
13032
6bbfa6e1
CY
130332011-10-15 Chong Yidong <cyd@stupidchicken.com>
13034
8b79f3e0
SM
13035 * net/network-stream.el (network-stream-open-starttls):
13036 Improve detection of failure due to lack of TLS support.
ec5c990d 13037
6bbfa6e1
CY
13038 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
13039 putting the input text in front and in bold.
13040
98488977
SM
130412011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
13042
3d1337be
SM
13043 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
13044
ee0b45e4
SM
13045 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
13046 empty buffer.
13047
98488977
SM
13048 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
13049 unread-command-events rather than pushing yet-another event.
13050
186f4720
EZ
130512011-10-14 Eli Zaretskii <eliz@gnu.org>
13052
13053 * mail/sendmail.el (sendmail-query-once): Improve the wording of
13054 the explanation of the possible choices. Make the options passed
13055 to completing-read shorter.
13056
8b7a997c
AM
130572011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13058
13059 * textmodes/flyspell.el (flyspell-large-region): Make sure
13060 extended character mode is used if defined (Bug#1339).
13061
12587bbb
EZ
130622011-10-13 Eli Zaretskii <eliz@gnu.org>
13063
13064 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
13065 character info for LRE, LRO, RLE, and RLO characters by appending
13066 an invisible PDF.
12587bbb 13067
bad41229
SM
130682011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13069
13070 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
13071 even in case of error; add debug spec; simplify data flow.
13072 (with-timeout-handler): Remove.
13073
28dbc92f
MA
130742011-10-12 Michael Albinus <michael.albinus@gmx.de>
13075
13076 Fix Bug#6019, Bug#9315.
13077
13078 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
13079 complete `buffer-file-name', the local file name part could look
13080 remotely (for example on VMS).
13081
13082 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
13083 `tramp-run-real-handler'.
13084 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
13085 already quoted by '"'.
13086
13087 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
13088 Let `file-name-handler-alist' be nil, the local file name part
13089 could look remotely (for example on VMS).
13090
e1b0b23a
SM
130912011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13092
13093 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
13094 from here...
13095 (flyspell-post-command-hook): ...to here.
13096
a120bde9
SM
130972011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13098
13099 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
13100 if not needed.
13101 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
13102 using completion. Protect against "slow" callers.
13103 Remove the "message hack".
13104
7ce7717b
JL
131052011-10-11 Juri Linkov <juri@jurta.org>
13106
13107 * isearch.el (isearch-lazy-highlight-word): New variable.
13108 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
13109 Use it. (Bug#9727)
13110
c02ee9d6
GM
131112011-10-11 Glenn Morris <rgm@gnu.org>
13112
13113 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
13114 like f90-previous-statement does.
13115
93e616fd 131162011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13117
1f190e73 13118 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
13119 only in interactive use, to avoid error.
13120
af7b6078
SM
131212011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13122
13123 * minibuffer.el (completion-file-name-table): Fix last change,
13124 i.e. ignore normal errors but not the other ones.
13125
0563dae9
MR
131262011-10-10 Martin Rudalics <rudalics@gmx.at>
13127
13128 * window.el (special-display-buffer-names)
13129 (special-display-regexps): Remove some remnants of earlier
13130 changes from doc-strings.
366ca7f3
MR
13131 (quit-windows-on): New function.
13132
13133 * vc/vc.el (vc-revert, vc-rollback):
13134 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
13135 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 13136 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 13137
49677495
MR
131382011-10-09 Martin Rudalics <rudalics@gmx.at>
13139
13140 * window.el (frame-auto-hide-function): Add version tag.
13141 (Bug#9699)
13142
56f2d1e1
MA
131432011-10-09 Michael Albinus <michael.albinus@gmx.de>
13144
13145 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
13146 condition.
13147
112a6592
LL
131482011-10-09 Leo Liu <sdl.web@gmail.com>
13149
13150 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
13151 (Bug#9701)
13152
0812589b
GM
131532011-10-08 Glenn Morris <rgm@gnu.org>
13154
13155 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
13156 before the first code statement zero indent. (Bug#9690)
13157
b2b0776e
CY
131582011-10-08 Chong Yidong <cyd@stupidchicken.com>
13159
13160 * simple.el (count-words-region): Always count in the region.
13161 Report the number of lines and characters too.
13162 (count-words): New command, which counts in the buffer if the
13163 region is inactive, as count-words-region used to.
13164 (count-words--message): New function. Handle plurals.
13165 (count-lines-region): Make it an alias for count-words-region.
13166
13167 * bindings.el (esc-map): Replace count-lines-region with
13168 count-words-region.
13169
c557cd6b
MR
131702011-10-08 Martin Rudalics <rudalics@gmx.at>
13171
13172 * window.el (window--delete): Delete dedicated frame
13173 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 13174 (switch-to-buffer): Fix doc-string typo.
c557cd6b 13175
61a57ef4 131762011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13177
3a7d293b 13178 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 13179
c3833279
CY
131802011-10-07 Chong Yidong <cyd@stupidchicken.com>
13181
13182 * bindings.el ([M-left],[M-right]): Bind to left-word and
13183 right-word respectively.
13184
21ce8245
GM
131852011-10-07 Glenn Morris <rgm@gnu.org>
13186
13187 * cus-start.el (debug-on-quit): Fix custom type.
13188
6d823bb2
LMI
131892011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13190
0181e193
LMI
13191 * subr.el (define-key-after): Clarify that the function is not
13192 useful for non-menu keymaps.
13193
6d823bb2
LMI
13194 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
13195
8e3459ce 131962011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13197
21ce8245 13198 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 13199 in current minibuffer (Fix bug with recursive minibuffers).
13200
a1c2d21e
CY
132012011-10-06 Chong Yidong <cyd@stupidchicken.com>
13202
13203 * progmodes/gdb-mi.el (gdb): Doc fix.
13204
5a4cf282
MR
132052011-10-05 Martin Rudalics <rudalics@gmx.at>
13206
13207 * window.el (frame-auto-hide-function): New option replacing
13208 frame-auto-delete. Suggested by Stefan Monnier.
13209 (window--delete): Call frame-auto-hide-function instead of
13210 investigating frame-auto-delete.
c96111ea
MR
13211 (window-point-1, set-window-point-1): New functions.
13212 (window-in-direction, record-window-buffer, window-state-get-1)
13213 (display-buffer-record-window): Use window-point-1 instead of
13214 window-point.
13215 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 13216
9854542e
SM
132172011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13218
13219 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
13220
8943cfb0
GM
132212011-10-05 Glenn Morris <rgm@gnu.org>
13222
13223 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
13224 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
13225
647ab967
LL
132262011-10-05 Leo Liu <sdl.web@gmail.com>
13227
13228 * subr.el (read-char-choice): Fix argument to buffer-live-p which
13229 works with buffer object.
13230
3ddfbced
SM
132312011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13232
13233 * mpc.el (mpc-tool-bar-map): Add labels.
13234
bdfa5dd2
GM
132352011-10-04 Glenn Morris <rgm@gnu.org>
13236
13237 * calendar/holidays.el (calendar-check-holidays): Doc fix.
13238
0e2070b5
MR
132392011-10-04 Martin Rudalics <rudalics@gmx.at>
13240
13241 * window.el (window--delete): New function.
13242 (frame-auto-delete): Resuscitate option.
13243 (bury-buffer, replace-buffer-in-windows)
13244 (quit-window): Rewrite using window--delete.
13245 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13246 Pass display-buffer-mark-dedicated to window--display-buffer-2
13247 (Bug#9639).
13248
3dc61a09
SM
132492011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13250
915a9b64
SM
13251 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
13252 returns a list (bug#9554). Add remote file name completion.
13253 * comint.el (comint--table-subvert): Curry and get quote&unquote
13254 functions as arguments.
13255 (comint--complete-file-name-data): Adjust call accordingly.
13256 * pcomplete.el (pcomplete--table-subvert): Remove.
13257 (pcomplete-completions-at-point): Use comint--table-subvert instead.
13258
3dc61a09
SM
13259 * minibuffer.el (completion-table-case-fold): Use currying.
13260 (completion--styles-type, completion--cycling-threshold-type):
13261 New constants.
13262 (completion-styles, completion-category-overrides)
13263 (completion-cycle-threshold): Use them.
13264 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
13265 completion-table-case-fold.
13266
8ea0a993
SB
132672011-10-03 Stephen Berman <stephen.berman@gmx.net>
13268
13269 * minibuffer.el (completion-category-overrides): Fix type of styles
13270 and add more user friendly tags (bug#9660).
13271
8c24b7f6
SM
132722011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13273
13274 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
13275 (mule-input-method-string): New widget.
13276 (default-input-method, language-info-custom-alist): Use it.
13277
428fe61a
SM
132782011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13279
32c1fffd
SM
13280 * pcomplete.el: Require comint.
13281 (pcomplete--common-suffix): Remove.
13282 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
13283 (pcomplete--table-subvert): Sync with comint--table-subvert.
13284 (pcomplete--entries): Use comint-completion-file-name-table.
13285 * comint.el (comint-unquote-filename): Simplify.
13286 (comint-completion-file-name-table): New function (bug#9616).
13287 (comint--complete-file-name-data): Use it.
13288
428fe61a
SM
13289 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
13290 (pcmpl-gnu-tar-buffer): Remove.
13291 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
13292 around. Make sure pcomplete-suffix-list is only changed temporarily.
13293 Don't look inside the tar's file if it's too large.
428fe61a 13294
04c52e2f
CY
132952011-10-01 Chong Yidong <cyd@stupidchicken.com>
13296
ce3cefcc
CY
13297 * cus-edit.el (custom-mode-map):
13298 * epa.el (epa-key-list-mode-map):
13299 * man.el (Man-mode-map):
13300 * startup.el (splash-screen-keymap):
13301 * simple.el (special-mode-map): Use scroll-up-command and
13302 scroll-down-command.
13303
13304 * progmodes/idlw-help.el (idlwave-help-mode-map):
13305 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
13306 * net/newst-plainview.el (newsticker-mode-map):
13307 * emulation/ws-mode.el (wordstar-mode-map):
13308 * emulation/vi.el (vi-com-map):
13309 * calc/calc-graph.el (calc-graph-show-dumb):
13310 * term/sun.el (terminal-init-sun):
13311 * term/ns-win.el (global-map):
13312 * progmodes/grep.el (grep-mode-map):
13313 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
13314 * mail/rmail.el (rmail-mode-map):
13315 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
13316
04c52e2f
CY
13317 * custom.el (custom-safe-themes, load-theme): Treat value of t for
13318 custom-safe-themes as special.
13319
79adf8c8
JD
133202011-10-01 Julien Danjou <julien@danjou.info>
13321
13322 * notifications.el (notifications-notify): Fix docstring.
13323
63bd50d3
PS
133242011-10-01 Per Starbäck <per@starback.se>
13325
13326 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
13327
199e4c7e
MR
133282011-09-30 Martin Rudalics <rudalics@gmx.at>
13329
13330 * startup.el (command-line-1): Fix last fix by inserting
13331 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 13332 (Bug#9605) and (Bug#9636)
199e4c7e 13333
fe5f08dd
EZ
133342011-09-29 Eli Zaretskii <eliz@gnu.org>
13335
13336 * simple.el (line-move): If auto-hscroll-mode is disabled and the
13337 window is hscrolled, move by logical lines. (Bug#9607)
13338 (line-move-visual): Update the doc string to the above effect.
13339
b5516bbd
MR
133402011-09-29 Martin Rudalics <rudalics@gmx.at>
13341
ccee00c0
MR
13342 * window.el (display-buffer-record-window): When WINDOW is the
13343 selected window use `point' instead of `window-point'. (Bug#9626)
13344
b5516bbd
MR
13345 * startup.el (command-line-1): Use insert-before-markers when
13346 inserting initial-scratch-message. (Bug#9605)
ccee00c0 13347
b5516bbd
MR
13348 * help.el (help-window): Remove variable.
13349
52aa0014
GM
133502011-09-29 Glenn Morris <rgm@gnu.org>
13351
13352 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
13353
df9a7357
JB
133542011-09-29 Juanma Barranquero <lekktu@gmail.com>
13355
13356 * descr-text.el (describe-char-categories): Accept category
13357 descriptions more than one line long.
13358
a8406c20
SM
133592011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13360
88d9610c
SM
13361 * simple.el (delete-trailing-whitespace): Fix last change.
13362
a5daf810
SM
13363 * progmodes/perl-mode.el (perl-syntax-propertize-function):
13364 Don't confuse "y => 3" as the beginning of a `y' operation.
13365
a8406c20
SM
13366 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
13367 object has more than 4 slots (bug#9613).
13368
a239d4e9
JB
133692011-09-28 Juanma Barranquero <lekktu@gmail.com>
13370
13371 * subr.el (with-output-to-temp-buffer):
13372 * net/quickurl.el (quickurl, quickurl-browse-url):
13373 Fix typos in docstrings.
13374
693fbdb6
EZ
133752011-09-27 Eli Zaretskii <eliz@gnu.org>
13376
13377 * minibuffer.el (completion-styles)
13378 (completion-category-overrides): Cross reference each other in doc
13379 strings.
13380
8b457e28
GM
133812011-09-27 Glenn Morris <rgm@gnu.org>
13382
13383 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
13384 to split-string. (Bug#9606)
13385
85a16208
LMI
133862011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13387
13388 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
13389 (bug#9615).
13390
502f9ebd
CY
133912011-09-27 Chong Yidong <cyd@stupidchicken.com>
13392
13393 * emacs-lisp/package.el (list-packages): Fix echo area message.
13394
7690bdea
LL
133952011-09-27 Leo Liu <sdl.web@gmail.com>
13396
13397 * ido.el (ido-read-internal): Accept cons cell HIST arg.
13398
e2ee6f30
MA
133992011-09-25 Michael Albinus <michael.albinus@gmx.de>
13400
13401 * net/dbus.el (dbus-unregister-object): Don't release services for
13402 registered signals. (Bug#9581)
13403
f3f98342
TZ
134042011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
13405
13406 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
13407 function that picks between cfengine 2 and 3 support
13408 automatically. Update docs accordingly.
13409
dd7aa8dd
KH
134102011-09-22 Kenichi Handa <handa@m17n.org>
13411
13412 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
13413 ZERO.
13414 (indian-itrans-v5-table-for-tamil): New variable.
13415 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
13416
3f2b07f8
KM
134172011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
13418
13419 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
13420 that's true if the current command involved collapsing of text.
13421 It's reset to false at the beginning of the next command.
13422 (allout-post-command-business): Move the cursor to the beginning
13423 of entry if the cursor is hidden and collapsing activity just
13424 happened.
13425
371d6a61
CY
134262011-09-24 Chong Yidong <cyd@stupidchicken.com>
13427
13428 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
13429 tracking (Bug#9541).
13430
2ac2721a
UJ
134312011-09-24 Ulf Jasper <ulf.jasper@web.de>
13432
13433 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
13434 (newsticker-show-news): Automatically load html rendering package
13435 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
13436 because w3m-fill-column is let-bound" and the error "Symbol's value
13437 as variable is void: w3m-fill-column".
2ac2721a 13438
fac7ae53
MA
134392011-09-24 Michael Albinus <michael.albinus@gmx.de>
13440
13441 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
13442 Release services only if they are defined. (Bug#9581)
13443
e08b633b
RS
134442011-09-23 Richard Stallman <rms@gnu.org>
13445
e488d29c
RS
13446 * textmodes/paragraphs.el (forward-sentence): For backwards case,
13447 distinguish start of paragraph from start of its text.
13448
19c38752
RS
13449 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
13450
e08b633b
RS
13451 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
13452 (rmail-generate-viewer-buffer): Put that hook on view buffer.
13453 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
13454
0a39f27e
AS
134552011-09-23 Andreas Schwab <schwab@linux-m68k.org>
13456
13457 * international/mule-diag.el (mule-diag): Insert a newline after
13458 each fontset description.
13459
db4e950d
SM
134602011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13461
13462 * simple.el (delete-trailing-whitespace):
13463 Document last change; simplify.
13464
eca3f3ea
PW
134652011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
13466
d68e189a
PW
13467 * simple.el (delete-trailing-whitespace): Also delete
13468 extra newlines at the end of the buffer.
13469
eca3f3ea
PW
13470 * textmodes/picture.el: Make motion commands obey shift-select-mode.
13471 (picture-newline): Use forward-line so as to ignore fields.
13472
01c157cc
SM
134732011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13474
13475 * subr.el (with-wrapper-hook): Fix edebug spec.
13476
022de23e
LMI
134772011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13478
13479 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
13480 (bug#4538).
13481
91683089
MA
134822011-09-23 Michael Albinus <michael.albinus@gmx.de>
13483
eca3f3ea
PW
13484 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
13485 Fix nasty bug using wrong cached values.
91683089 13486
5bdd6fa4
AM
134872011-09-23 Alan Mackenzie <acm@muc.de>
13488
13489 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
13490
97adfb97
CY
134912011-09-23 Chong Yidong <cyd@stupidchicken.com>
13492
13493 * window.el (pop-to-buffer): Ensure right window is selected if we
13494 chose another frame.
13495
d4ef2b50
EZ
134962011-09-22 Eli Zaretskii <eliz@gnu.org>
13497
13498 * simple.el (what-cursor-position): Use get-char-property-change
13499 and next-single-char-property-change, to be able to show display
13500 properties that come from overlays as well as text properties.
13501
72258fe5
CY
135022011-09-22 Chong Yidong <cyd@stupidchicken.com>
13503
13504 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
13505
13506 * cmuscheme.el (run-scheme, switch-to-scheme):
13507 * cus-edit.el (customize-group, custom-buffer-create)
13508 (customize-browse):
13509 * info.el (info):
13510 * shell.el (shell):
13511 * mail/sendmail.el (mail):
13512 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
13513
8f098516
RS
135142011-09-22 Richard Stallman <rms@gnu.org>
13515
13516 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
13517 move back only to line beg, don't move back over blank lines.
13518
e74f1bb6
MA
135192011-09-22 Michael Albinus <michael.albinus@gmx.de>
13520
13521 * files.el (copy-directory): Set directory attributes only in case
13522 they could be retrieved from the source directory. (Bug#9565)
13523
bfeef8b6
DK
135242011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
13525
13526 * progmodes/hideshow.el (hs-looking-at-block-start-p)
13527 (hs-find-block-beginning, hs-hide-level-recursive):
13528 Ignore strings as well as comments. (Bug#9502)
13529
7e423bb8
AS
135302011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
13531
13532 * progmodes/sql.el (sql-comint-postgres):
13533 Convert port number to a string. (Bug#9566)
13534
b4d72fcf
MR
135352011-09-22 Martin Rudalics <rudalics@gmx.at>
13536
13537 * window.el (quit-window): Undedicate window when switching to
13538 previous buffer. Reported by Thierry Volpiatto
13539 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
13540 (special-display-popup-frame): When popping up a new frame reset
13541 its previous buffers to nil. Simplify code.
b4d72fcf 13542
a7b88dc6
MA
135432011-09-21 Michael Albinus <michael.albinus@gmx.de>
13544
13545 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
13546 and process filter, as done also in `shell-command'.
13547
cf4eacfd
MR
135482011-09-21 Martin Rudalics <rudalics@gmx.at>
13549
eca3f3ea 13550 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
13551 Call set-window-start with NOFORCE argument t.
13552 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
13553 (quit-window): Reword doc-string. Handle new format of
13554 quit-restore parameter. Don't delete window if it has a
13555 previous buffer we can show instead of the present one.
13556 (display-buffer-record-window): Rewrite using a new format for
13557 the quit-restore window parameter
13558 (special-display-popup-frame, display-buffer-same-window)
13559 (display-buffer-reuse-window, display-buffer-pop-up-frame)
13560 (display-buffer-pop-up-window, display-buffer-use-some-window):
13561 Adapt symbol passed to display-buffer-record-window.
13562 * help.el (help-window-setup): Handle new format of quit-restore
13563 parameter.
13564
8d28cb95
SM
135652011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13566
94ab793f
SM
13567 * faces.el (face-list): Fix docstring (bug#9564).
13568
8d28cb95
SM
13569 * window.el (display-buffer--action-function-custom-type):
13570 Don't include internal functions in the Custom interface.
13571
3820edeb
JL
135722011-09-20 Juri Linkov <juri@jurta.org>
13573
13574 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
13575 (Info-forward-node, Info-backward-node, Info-next-preorder)
13576 (Info-last-preorder): Use it. (Bug#9528)
13577
5147931d
JL
135782011-09-20 Juri Linkov <juri@jurta.org>
13579
13580 * info.el (Info-last-preorder): Visit last menu item only when
13581 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
13582
cf499a1a
JD
135832011-09-20 Julien Danjou <julien@danjou.info>
13584
13585 * password-cache.el (password-cache-remove): Remove entries even if the
13586 value is nil, so that password with a nil value (negative caching) is
13587 possible to invalidate.
13588
f84e2fe2
LM
135892011-09-20 Lawrence Mitchell <wence@gmx.li>
13590
13591 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
13592 all whitespace around breakpoint. (Bug#9553)
13593 (f90-find-breakpoint): Only break at whitespace inside a comment.
13594
78054a46
SM
135952011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
13596
13597 * minibuffer.el (completion-file-name-table): Keep track of errors.
13598 (completion-table-with-predicate): Handle the case where pred1 is nil.
13599 * pcomplete.el (pcomplete-completions-at-point): Simplify.
13600
345083b2
SM
136012011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13602
e24e27be
SM
13603 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
13604 (debugger-return-value): Signal an error if the debugging context does
13605 not await any return value.
13606
345083b2
SM
13607 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
13608 * image-mode.el (image-toggle-display-text)
13609 (image-toggle-display-image): Stay away from evil `intangible'.
13610
08d355e3
LL
136112011-09-19 Leo Liu <sdl.web@gmail.com>
13612
13613 * replace.el (occur-revert-arguments): Make it permanent-local.
13614 (occur-mode): Don't call font-lock-defontify.
13615
f01da43f
CY
136162011-09-19 Chong Yidong <cyd@stupidchicken.com>
13617
13618 * net/ldap.el (ldap-search-internal): Don't push empty search
13619 result (Bug#9508).
13620
b6072fa6
SM
136212011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13622
13623 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
13624
443d6696
MA
136252011-09-19 Michael Albinus <michael.albinus@gmx.de>
13626
13627 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
13628 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
13629
7cc6e154
JL
136302011-09-18 Juri Linkov <juri@jurta.org>
13631
13632 * buff-menu.el (Buffer-menu-mode-map):
13633 * dired.el (dired-mode-map):
13634 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
13635 (lisp-interaction-mode-map):
13636 * emacs-lisp/package.el (package-menu-mode-map):
13637 * epa.el (epa-key-list-mode-map):
13638 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
13639 (menu-bar-options-menu):
13640 * outline.el (outline-mode-menu-bar-map):
13641 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
13642 * vc/vc-dir.el (vc-dir-menu-map):
13643 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
13644 Capitalize non-function content words in menu item strings.
13645
13646 * dired.el (dired-mode-map): Add menu item for
13647 `image-dired-dired-toggle-marked-thumbs'.
13648
80302a81
JL
136492011-09-18 Juri Linkov <juri@jurta.org>
13650
13651 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
13652 to `isearch-case-fold-search' and restore its original value
13653 after the `isearch-mode' call.
13654
46c5cf66
JL
136552011-09-18 Juri Linkov <juri@jurta.org>
13656
13657 * progmodes/grep.el (grep-process-setup): Don't check code for 1
13658 because `zgrep' returns 1 for successful matches (bug#9226).
13659
d18b513b
JL
136602011-09-18 Juri Linkov <juri@jurta.org>
13661
13662 * info.el (Info-extract-menu-node-name): Check the second match
13663 for empty string (second test-case of bug#9528).
13664 (Info-last-preorder): Let-bind `Info-history' to nil to not add
13665 intermediate nodes to the history (first test-case of bug#9528).
13666
72753f87
JL
136672011-09-18 Juri Linkov <juri@jurta.org>
13668
13669 * info.el (Info-mode-syntax-table): New variable.
1154d12e 13670 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 13671
c9384295
JL
136722011-09-18 Juri Linkov <juri@jurta.org>
13673
1154d12e
JB
13674 * info.el (Info-file-supports-index-cookies):
13675 Increment line-beginning-position's arg from 3 to 4 because makeinfo
13676 outputs one more line for long file names (bug#4142).
c9384295 13677
d473dce8
CY
136782011-09-18 Chong Yidong <cyd@stupidchicken.com>
13679
13680 * newcomment.el (comment-normalize-vars): If prompting for
13681 comment-start, set comment-start-skip too (Bug#8424).
13682
2176854d
JB
136832011-09-18 Johan Bockgård <bojohan@gnu.org>
13684
13685 * icomplete.el: Fix previous fix of Bug#5849.
13686 (icomplete-mode): Don't set completion-show-inline-help.
13687 (icomplete-minibuffer-setup): Set completion-show-inline-help
13688 locally during icompletion.
13689
3aace4e4
CY
136902011-09-18 Chong Yidong <cyd@stupidchicken.com>
13691
c940224f
CY
13692 * woman.el (woman2-process-escapes): Don't delete unrecognized
13693 escapes (Bug#7843).
13694
3aace4e4
CY
13695 * files.el (inhibit-first-line-modes-regexps): Add image files.
13696 (hack-local-variables-prop-line): Return nil for malformed
13697 prop-lines (Bug#9044).
13698
710dec63
MA
136992011-09-18 Michael Albinus <michael.albinus@gmx.de>
13700
13701 * net/tramp.el (top): Don't require 'shell.
13702 (tramp-methods): Fix docstring.
13703 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
13704 Return complete remote file name. Handle "smb" case.
13705 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
13706 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
13707
13708 * net/tramp-compat.el (top): Require 'shell.
13709
13710 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
13711 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
13712 `tramp-current-host'.
13713 (tramp-get-remote-tmpdir): Remove.
13714
13715 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
13716 `tramp-tmpdir' entries.
13717 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
13718 (tramp-smb-handle-file-attributes): Ignore errors.
13719 (tramp-smb-wait-for-output): Check also for process end.
13720
5d5ac8ec
LMI
137212011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13722
13723 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
13724 when sending QUIT (bug#9312).
13725
8c0f49f0
CY
137262011-09-17 Chong Yidong <cyd@stupidchicken.com>
13727
13728 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
13729 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
13730 occur-mode-display-occurrence.
13731 (occur-edit-mode): Add usage message.
13732 (occur-cease-edit): New command.
13733 (occur-after-change-function): Use text properties to find the
13734 position of the prefix text.
13735 (occur-engine): Set stickiness of prefix text properties.
13736
8f1383f7
GM
137372011-09-17 Glenn Morris <rgm@gnu.org>
13738
13739 * progmodes/etags.el (complete-tag):
13740 Fix call to completion-in-region. (Bug#9526)
13741
744ba0e3
JL
137422011-09-17 Juri Linkov <juri@jurta.org>
13743
13744 * textmodes/ispell.el (ispell-word): Add to the error message
13745 the word, ispell program name and current dictionary (bug#9121).
13746 (ispell-tex-arg-end): Capitalize "error" in the error message.
13747
d9bbf400
AS
137482011-09-17 Andreas Schwab <schwab@linux-m68k.org>
13749
13750 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
13751 check. (Bug#4251)
13752
8da11505
JL
137532011-09-17 Juri Linkov <juri@jurta.org>
13754
13755 * window.el (window-safe-min-height, window-safe-min-width):
13756 Fix typos (followup to bug#9522).
13757
a91adc7e
SJ
137582011-09-17 Sven Joachim <svenjoac@gmx.de>
13759
13760 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
13761
064f328a
EZ
137622011-09-16 Eli Zaretskii <eliz@gnu.org>
13763
13764 * simple.el (line-move): If goal-column is set, move by logical
13765 lines, not by display lines. (Bug#971)
13766 (next-line, previous-line, goal-column, line-move-visual): Doc fix
13767 to reflect the above change.
13768
e69df516
SM
137692011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13770
13771 * image.el (imagemagick-register-types): Use regexp-opt.
13772
cbb0f9ab
CY
137732011-09-15 Chong Yidong <cyd@stupidchicken.com>
13774
13775 * window.el (display-buffer-base-action): Rename from
13776 display-buffer-default-action. Make default value empty.
13777 (display-buffer-overriding-action): Convert to defvar.
13778 (display-buffer-fallback-action): New var.
13779
25322144
CY
137802011-09-15 Chong Yidong <cyd@stupidchicken.com>
13781
13782 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
13783 declaration.
13784 (package--add-to-archive-contents): If there is a duplicate entry
13785 with an older version, remove it.
13786 (package-menu-mark-delete, package-menu-mark-install)
13787 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
13788 (package-menu-mark-obsolete-for-deletion):
13789 Use package-menu-get-status instead of a regexp search.
25322144
CY
13790 (package-menu-get-status): Use tabulated-list-entry.
13791 (package-menu-mark-upgrades): New command.
d770725a 13792 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
13793 (package-menu-execute): Do installation before deletion.
13794 (package-menu-refresh, package-menu-execute): Use derived-mode-p
13795 instead of checking major-mode.
13796 (package-menu--find-upgrades): New function.
13797
7520339c
LMI
137982011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
13799
13800 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
13801 passwords in the log buffer.
65a046c4
LMI
13802 (smtpmail-process-filter): Update the process marker so that the
13803 "broken by peer" status message is inserted in the right place.
7520339c 13804
d3c30954
SM
138052011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13806
3fe48822
SM
13807 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
13808 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
13809 bibtex-completion-at-point-function.
13810 (bibtex-completion-at-point-function): Use them.
13811
1b8b3954
SM
13812 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
13813
d3c30954
SM
13814 * mpc.el (mpc-constraints-tag-lookup): New function.
13815 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
13816 also to browser "album|playlist".
13817
72779976
JL
138182011-09-14 Juri Linkov <juri@jurta.org>
13819
13820 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
13821 (isearch-edit-string): Use length of `isearch-string' when
13822 `isearch-fail-pos' returns nil.
13823 (isearch-message): Remove duplicate code and call
13824 `isearch-fail-pos' with arg `t'.
13825
a0bf2bcd
CY
138262011-09-14 Chong Yidong <cyd@stupidchicken.com>
13827
17bb0a2d
CY
13828 * replace.el (occur-mode-goto-occurrence): Don't force using other
13829 window (Bug#9499).
13830
a0bf2bcd
CY
13831 * dired-aux.el (dired-do-chmod): Don't provide initial input.
13832
f678e0b6
MR
138332011-09-14 Martin Rudalics <rudalics@gmx.at>
13834
13835 * window.el (display-buffer-window): Remove.
13836 (display-buffer-record-window): Use help-setup window parameter
13837 instead of variable display-buffer-window.
13838 (display-buffer-function, special-display-buffer-names)
13839 (special-display-function): Mention help-setup parameter instead
13840 of display-buffer-window in doc-string.
d3c30954
SM
13841 * help.el (help-window-setup): New argument help-window.
13842 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
13843 Reword some messages.
13844 (with-help-window): Pass window used for displaying the buffer
13845 to help-window-setup. Don't set display-buffer-window.
13846
8e39b2e8
GM
138472011-09-13 Glenn Morris <rgm@gnu.org>
13848
13849 * emacs-lisp/debug.el (debugger-make-xrefs):
13850 Preserve point. (Bug#9462)
13851
85e9c04b
CY
138522011-09-13 Chong Yidong <cyd@stupidchicken.com>
13853
13854 * window.el (window-deletable-p): Use next-frame.
13855
1b36ed6a
MR
138562011-09-13 Martin Rudalics <rudalics@gmx.at>
13857
13858 * window.el (window-auto-delete): Remove.
13859 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 13860 dedication and previous buffers.
1b36ed6a
MR
13861 (switch-to-prev-buffer): Don't delete window.
13862 (delete-windows-on): Delete a window's frame if and only if the
13863 window is dedicated.
13864 (replace-buffer-in-windows): Delete buffer's window or frame if
13865 and only if window is dedicated.
13866 (quit-window): Handle quit-restore as before last change.
4d61f28d 13867 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 13868
ef8ef9fb
CY
138692011-09-13 Chong Yidong <cyd@stupidchicken.com>
13870
13871 * window.el (window-deletable-p): Never delete the last frame on a
13872 given terminal.
13873
b2cba41e
GM
138742011-09-13 Glenn Morris <rgm@gnu.org>
13875
13876 * help.el (describe-key-briefly): Copy previous standard-output change.
13877
51553db6 138782011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
13879
13880 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
13881
b7556719
GM
138822011-09-13 Glenn Morris <rgm@gnu.org>
13883
13884 * emacs-lisp/lisp-mode.el (lisp-indent-function):
13885 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
13886
64b51947
CY
138872011-09-12 Chong Yidong <cyd@stupidchicken.com>
13888
13889 * dired-aux.el (dired-mark-read-string): Don't return default
13890 value on empty input (Bug#9361).
13891 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
13892 Omit initial minibuffer contents.
13893 (dired-do-chmod): Signal an error on empty input.
13894 (dired-mark-read-string): Don't return default on empty input.
13895
13896 * files.el (file-modes-symbolic-to-number): Doc fix.
13897
393a301e
SM
138982011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13899
13900 * international/mule-cmds.el (ucs-completions): Remove.
13901 (read-char-by-name): Use complete-with-action instead; add metadata.
13902
fa5660f9
CY
139032011-09-11 Chong Yidong <cyd@stupidchicken.com>
13904
13905 * window.el (display-buffer--action-function-custom-type)
13906 (display-buffer--action-custom-type): New vars.
13907 (display-buffer-alist, display-buffer-default-action)
13908 (display-buffer-overriding-action): Add defcustom types.
13909
4a592f66
CY
13910 * frame.el (delete-other-frames): Doc fix (Bug#276).
13911
73d56dbd
LMI
139122011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13913
13914 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
13915
37ac18a3
CY
139162011-09-11 Chong Yidong <cyd@stupidchicken.com>
13917
13918 Change modes that used same-window-* vars to use switch-to-buffer.
13919
13920 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
13921 Use switch-to-buffer.
13922
13923 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
13924 (customize-browse, custom-buffer-create-other-window):
13925 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
13926
13927 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
13928 (Info-prev, Info-up, Info-speedbar-goto-node)
13929 (info-display-manual): Use switch-to-buffer.
13930 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
13931
13932 * mail/sendmail.el (mail): Use switch-to-buffer.
13933 (mail-recover): Use switch-to-buffer-other-window.
13934
13935 * cmuscheme.el (run-scheme, switch-to-scheme):
13936 * ielm.el (ielm):
13937 * shell.el (shell):
13938 * net/rlogin.el (rlogin):
13939 * net/telnet.el (telnet, rsh):
13940 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
13941
10195bd6
AS
139422011-09-11 Andreas Schwab <schwab@linux-m68k.org>
13943
13944 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
13945
b322f63a
LMI
139462011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
13947
39d7fed6
LMI
13948 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
13949 so don't mention it (bug#9301).
ba5a81f1 13950 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 13951
ee0e9f11
LMI
13952 * faces.el (face-spec-set-match-display): Make `(type graphic)'
13953 match `x', `w32' and `ns', like the manual says (bug#9029).
13954
0b1c89c1 13955 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
13956 (process-kill-buffer-query-function): Mention the buffer name in
13957 the query.
0b1c89c1 13958
77549ea8
LMI
13959 * image-mode.el (image-next-line): The line parameter is mandatory
13960 (bug#9258).
13961
803ef892
LMI
13962 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
13963 which can be useful (bug#9301).
13964
12980837
LMI
13965 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
13966
91054f8f
LMI
13967 * subr.el (match-string): Mention that the current buffer should
13968 be the same as the search was done in (bug#9282).
13969
b322f63a
LMI
13970 * facemenu.el: Disable the remove-* commands if the mark isn't
13971 active (bug#9162).
13972
3199b96f
CY
139732011-09-10 Chong Yidong <cyd@stupidchicken.com>
13974
13975 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
13976 of display-buffer.
13977 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
13978
13979 * replace.el (occur-mode-goto-occurrence)
13980 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
13981 and display-buffer.
13982
13983 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
13984 display-buffer.
13985
13986 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
13987 special-display and same-window variables.
13988 (mail-other-window): Use switch-to-buffer-other-window.
13989 (mail-other-frame): USe switch-to-buffer-other-frame.
13990
393a301e
SM
13991 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
13992 Use display-buffer-other-frame.
3199b96f
CY
13993 (gdb-display-gdb-buffer): Use pop-to-buffer.
13994
13995 * progmodes/gud.el (gud-goto-info): Use info-other-window.
13996
13997 * progmodes/python.el: Don't set same-window-buffer-names.
13998
13999 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
14000
14001 * window.el (display-buffer-alist): Add *Python*.
14002
8319e0bf
CY
140032011-09-10 Chong Yidong <cyd@stupidchicken.com>
14004
14005 * window.el (display-buffer-alist): Add entry for buffers
14006 previously handled same-window-*.
14007 (display-buffer-alist, display-buffer-default-action)
14008 (display-buffer-overriding-action): Mark as risky.
14009 (display-buffer-alist): Document action function changes.
14010 (display-buffer--same-window-action)
14011 (display-buffer--other-frame-action): New variables.
14012 (switch-to-buffer, display-buffer-other-frame): Use them.
14013 (display-buffer): Rename reuse-frame entry to reusable-frames.
14014 (display-buffer-reuse-selected-window): Function deleted.
14015 (display-buffer-reuse-window): Handle reusable-frames alist entry.
14016 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
14017 (display-buffer-special): New function.
14018 (display-buffer--maybe-pop-up-frame-or-window): Rename from
14019 display-buffer-reuse-or-pop-window. Split off special-display
14020 part into display-buffer-special.
14021 (display-buffer-use-some-window): Don't perform any special
14022 pop-up-frames handling.
14023 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 14024 (display-buffer--maybe-same-window): Rename from
0d3ff375 14025 display-buffer-maybe-same-window.
8319e0bf 14026
919a69aa
CY
14027 * info.el: Don't set same-window-regexps.
14028 (info-setup): New function.
14029 (info-other-window, info): Call it.
14030
14031 * cus-edit.el: Don't set same-window-regexps.
14032 (customize-group): New argument.
14033 (customize-group-other-window): Use it.
14034 (customize-face, customize-face-other-window): Likewise.
14035 (custom-buffer-create-other-window): Use pop-to-buffer directly.
14036
8319e0bf
CY
14037 * net/rlogin.el:
14038 * net/telnet.el:
14039 * progmodes/gud.el: Don't set same-window-regexps.
14040
14041 * cmuscheme.el:
14042 * ielm.el:
14043 * shell.el:
14044 * mail/sendmail.el:
14045 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
14046
25173000
JL
140472011-09-10 Juri Linkov <juri@jurta.org>
14048
14049 * isearch.el (isearch-edit-string): Remove obsolete mention of
14050 `C-w' (`isearch-yank-word-or-char') from docstring.
14051 (isearch-query-replace): Fix typo in docstring (bug#9466).
14052
056e44ef
JL
140532011-09-10 Juri Linkov <juri@jurta.org>
14054
14055 * paren.el (show-paren-function): Don't show escaped parens.
14056 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
14057
c3760c17
EZ
140582011-09-10 Eli Zaretskii <eliz@gnu.org>
14059
14060 * mail/sendmail.el (mml-to-mime, mml-attach-file)
14061 (mm-default-file-encoding): Remove autoload forms, they are
14062 replaced with autoload cookies in mml.el and mm-encode.el.
14063 (mail-add-attachment): New command.
14064 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
14065 (mail-mode): Mention mail-insert-file and mail-add-attachment in
14066 the doc string.
14067 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
14068
fece895e
RT
140692011-09-10 Reuben Thomas <rrt@sc3d.org>
14070
e69df516
SM
14071 * simple.el (count-words-region): Use buffer if there's no region
14072 (bug#9429).
fece895e 14073
5e68ce4a
JL
140742011-09-09 Juri Linkov <juri@jurta.org>
14075
14076 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
14077 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
14078 (wdired-isearch-filter-read-only): New function. (Bug#6362)
14079
0a6b9622
AM
140802011-09-09 Alan Mackenzie <acm@muc.de>
14081
14082 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
14083 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
14084
14a29deb
EZ
140852011-09-09 Eli Zaretskii <eliz@gnu.org>
14086
14087 Fix for Savannah bug#9392.
14088 * simple.el (mail-encode-mml): New defvar.
14089
14090 * mail/rmail.el (mail-encode-mml): Add a defvar.
14091 (rmail-enable-mime-composing): Default to t.
14092 (rmail-forward): Use MIME method of forwarding only if both
14093 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
14094 Set mail-encode-mml non-nil if the MIME method was used.
14095
14096 * mail/sendmail.el (mml-to-mime): Add autoload form.
14097 (mail-encode-mml): Add a defvar.
14098 (mail-mode): Make mail-encode-mml buffer-local and initialize it
14099 to nil.
14100 (mail-send): If mail-encode-mml is non-nil, run the outgoing
14101 message through mml-to-mime, and reset mail-encode-mml to nil.
14102
28c45130
GM
141032011-09-09 Glenn Morris <rgm@gnu.org>
14104
14105 * woman.el (woman-if-body): When processing an .el block,
14106 do not delete the next .el block as well. (Bug#9447)
69f4b618 14107 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 14108
9b1c252e
MR
141092011-09-08 Martin Rudalics <rudalics@gmx.at>
14110
14111 * window.el (window-deletable-p): Make sure window is live before
14112 invoking window-prev-buffers.
14113
567457e3
LL
141142011-09-08 Leo Liu <sdl.web@gmail.com>
14115
14116 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
14117
97f05794
JL
141182011-09-08 Juri Linkov <juri@jurta.org>
14119
14120 * progmodes/compile.el (compilation-environment): Make it
14121 a defcustom (bug#8340).
14122
8b0874b5
MR
141232011-09-08 Martin Rudalics <rudalics@gmx.at>
14124
14125 * window.el (frame-auto-delete): Rename to window-auto-delete.
14126 Make it control auto-deletion of windows and/or frames.
14127 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 14128 for deleting window/frame. (Bug#9419)
8b0874b5
MR
14129 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
14130 Rewrite handling of case when window/frame can be deleted.
14131 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 14132 argument t. (Bug#9456)
8b0874b5 14133
4feb6e73
CY
141342011-09-07 Chong Yidong <cyd@stupidchicken.com>
14135
14136 * help-mode.el (help-mode): Restore autoload.
14137
91ab9c13
JL
141382011-09-07 Juri Linkov <juri@jurta.org>
14139
14140 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
14141 `compilation-environment'. Set buffer-local
14142 `compilation-environment' to `thisenv' later after (funcall mode).
14143 (Bug#8340)
14144
14145 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
14146 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
14147 instead of replacing its value. (Bug#8340)
14148
0527e251
JL
141492011-09-07 Juri Linkov <juri@jurta.org>
14150
14151 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
14152 based on text properties put by `grep-filter' instead of matching
14153 escape sequences.
14154 (grep-mode): Set buffer-local `compilation-error-screen-columns'
14155 to the value of `grep-error-screen-columns' (bug#9438).
14156
249f792c
JL
141572011-09-07 Juri Linkov <juri@jurta.org>
14158
14159 * simple.el (next-error-highlight, next-error-highlight-no-select):
14160 Doc fix (bug#9432).
14161
ff7271b9
OT
141622011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
14163
14164 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14165 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
14166
183fc730
LL
141672011-09-07 Leo Liu <sdl.web@gmail.com>
14168
14169 * net/rcirc.el (rcirc-mode): Conditionally initialize
14170 rcirc-input-ring.
14171
77694924
SM
141722011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14173
14174 * emacs-lisp/find-func.el (find-function-C-source): Only set
14175 find-function-C-source-directory after checking that we found a source
14176 file there (bug#9440).
14177
d809b8eb
AM
141782011-09-06 Alan Mackenzie <acm@muc.de>
14179
14180 * isearch.el (isearch-other-meta-char): Wherever a key list is
14181 unread, "unread" the prefix arg, too. This fixes bug #8901.
14182
453de99f
OG
141832011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
14184
14185 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
14186
90439906
JL
141872011-09-05 Juri Linkov <juri@jurta.org>
14188
14189 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
14190
f62bd846
JL
141912011-09-05 Juri Linkov <juri@jurta.org>
14192
14193 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
14194 keeping point where processing of grep matches begins, and
14195 continue to delete remaining escape sequences from the same point.
14196 (grep-filter): Make leading zero optional in "0?1;31m" because
14197 git-grep emits "\033[1;31m" escape sequences unlike expected
14198 "\033[01;31m" as GNU Grep does (bug#9408).
14199 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
14200
045820ec
JL
142012011-09-05 Juri Linkov <juri@jurta.org>
14202
14203 * subr.el (y-or-n-p): Capitalize "yes".
14204
f5e29b9b
MA
142052011-09-04 Michael Albinus <michael.albinus@gmx.de>
14206
14207 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
14208 `tramp-cache-unload-hook' where appropriate.
14209 (tramp-methods): Rename `tramp-remote-sh' to
14210 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
14211 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
14212
14213 * net/tramp-sh.el (top): Don't require 'shell.
14214 (tramp-methods): Add `tramp-remote-shell' and
14215 `tramp-remote-shell-args' entries.
14216 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
14217 (tramp-sh-handle-shell-command): Remove.
14218 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14219 Use `tramp-remote-shell'.
14220
2784c434
CY
142212011-09-03 Chong Yidong <cyd@stupidchicken.com>
14222
393a301e 14223 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
14224 (sendmail-query-once): Save directly to send-mail-function.
14225 Update message-send-mail-function too.
14226
14227 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
14228
464cdf56
CS
142292011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14230
14231 * progmodes/python.el (python-mode-map): Use correct function to
14232 start python interpreter from menu-bar (as reported by Geert
14233 Kloosterman).
14234 (inferior-python-mode-map): Fix typo.
393a301e 14235 (python-shell-map): Remove.
464cdf56 14236
d37e5c87
DD
142372011-09-03 Deniz Dogan <deniz@dogan.se>
14238
14239 * net/rcirc.el (rcirc-print): Simplify code for
14240 rcirc-scroll-show-maximum-output. There is no need to walk
14241 through all windows to find the right one.
14242
f3ada0ee
CS
142432011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
14244
14245 * help.el (help-return-method): Doc fix.
14246
1f3c99ca
MR
142472011-09-03 Martin Rudalics <rudalics@gmx.at>
14248
14249 * window.el (window-deletable-p): Don't return a non-nil value
14250 when there's a buffer that was shown in the window before.
14251 (Bug#9419)
393a301e
SM
14252 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14253 Set window's previous buffers to nil.
1f3c99ca 14254
a3cf097f
EZ
142552011-09-03 Eli Zaretskii <eliz@gnu.org>
14256
14257 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
14258 newline before and after the tag line, so it doesn't interfere
14259 with determining the paragraph direction of bidirectional text.
14260
3d03de90
LL
142612011-09-03 Leo Liu <sdl.web@gmail.com>
14262
14263 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
14264
c3313451
CY
142652011-09-02 Chong Yidong <cyd@stupidchicken.com>
14266
393a301e 14267 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
14268 (pop-to-buffer): Change interactive spec. Pass second argument
14269 directly to display-buffer.
14270 (display-buffer): Fix interactive spec. Use functionp to
14271 distinguish between a function and a list of functions.
14272
14273 * abbrev.el (edit-abbrevs):
14274 * arc-mode.el (archive-extract):
14275 * autoinsert.el (auto-insert):
14276 * bookmark.el (bookmark-bmenu-list):
14277 * files.el (find-file):
14278 * view.el (view-buffer):
14279 * progmodes/compile.el (compilation-goto-locus):
14280 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
14281
89894cd8
CY
142822011-09-02 Chong Yidong <cyd@stupidchicken.com>
14283
14284 * window.el (display-buffer-alist): Doc fix.
14285 (display-buffer): Add docstring. Don't treat
14286 display-buffer-default specially.
14287 (display-buffer-reuse-selected-window)
14288 (display-buffer-same-window, display-buffer-maybe-same-window)
14289 (display-buffer-reuse-window, display-buffer-pop-up-frame)
14290 (display-buffer-pop-up-window)
14291 (display-buffer-reuse-or-pop-window)
14292 (display-buffer-use-some-window): New functions.
14293 (display-buffer-default-action): Use them.
393a301e 14294 (display-buffer-default): Delete.
89894cd8
CY
14295 (pop-to-buffer-1): Fix choice of actions.
14296
ae0bc9fb
SM
142972011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14298
14299 * minibuffer.el (completion--insert-strings): Don't get confused by
14300 completion entries that end with an LF char.
14301
e9d90883
EZ
143022011-09-01 Eli Zaretskii <eliz@gnu.org>
14303
14304 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
14305
437014c8
CY
143062011-09-01 Chong Yidong <cyd@stupidchicken.com>
14307
14308 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
14309 (display-buffer-same-window, display-buffer-other-window):
14310 New functions.
437014c8
CY
14311 (pop-to-buffer-1): New function. Use the above.
14312 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 14313 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
14314
14315 * view.el (view-buffer-other-window, view-buffer-other-frame):
14316 Just use pop-to-buffer.
14317
a5e063d5
TV
143182011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14319
14320 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
14321
793d32bb
WH
143222011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
14323
14324 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
14325
d65e4c15
RS
143262011-08-31 Richard Stallman <rms@gnu.org>
14327
14328 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
14329 of the separation of rmail-view-buffer from rmail-buffer.
14330 If you say no to "replace original", the decrypt is in the
14331 view buffer. If you say yes, the decrypt goes into the
14332 rmail buffer also.
14333
f818cd2a
MR
143342011-08-31 Martin Rudalics <rudalics@gmx.at>
14335
14336 * window.el (display-buffer-window): Rewrite doc-string.
14337 (display-buffer-record-window): New function.
14338 (display-buffer-macro-specifiers)
14339 (display-buffer-even-window-sizes, display-buffer-set-height)
14340 (display-buffer-set-width, display-buffer-in-window)
14341 (display-buffer-reuse-window, display-buffer-split-specifiers)
14342 (display-buffer-side-specifiers, display-buffer-split-window-1)
14343 (display-buffer-split-window, display-buffer-split-atom-window)
14344 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14345 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
14346 (display-buffer-other-window-means-other-frame)
14347 (display-buffer-normalize-special)
14348 (display-buffer-normalize-default)
14349 (display-buffer-normalize-argument)
14350 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
14351 (display-buffer-normalize-specifiers, display-buffer-frame)
14352 (display-buffer-same-window, display-buffer-same-frame)
14353 (display-buffer-other-window)
14354 (display-buffer-same-frame-other-window)
14355 (display-buffer-other-frame, pop-to-buffer-same-window)
14356 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
14357 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
14358 (switch-to-buffer-same-frame)
14359 (switch-to-buffer-other-window-same-frame)
14360 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
14361 (display-buffer-alist-set-1, display-buffer-alist-set-2)
14362 (display-buffer-alist-set): Remove.
14363 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
14364 (special-display-regexps, special-display-function):
14365 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
14366 parameter.
14367 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
14368 (special-display-frame-alist, special-display-popup-frame)
14369 (same-window-buffer-names, same-window-regexps, same-window-p)
14370 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
14371 (split-window-preferred-function, split-height-threshold)
14372 (split-width-threshold, window-splittable-p)
14373 (split-window-sensibly, window--try-to-split-window)
14374 (window--frame-usable-p, even-window-heights)
14375 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
14376 (window--display-buffer-2, display-buffer-other-frame):
14377 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
14378 (display-buffer-default, display-buffer-assq-regexp): New functions.
14379 (display-buffer-alist): Rewrite doc-string.
14380 (display-buffer-default-action)
14381 (display-buffer-overriding-action): New variables.
14382 (display-buffer, switch-to-buffer): Rewrite.
14383 (pop-to-buffer): Restore Emacs 23 behavior but use
14384 window-normalize-buffer-to-display.
14385 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
14386 Restore Emacs 23 behavior but use
14387 window-normalize-buffer-to-switch-to.
14388 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
14389 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
14390 Rewrite using Emacs 23 options.
f818cd2a 14391
5bc3b51d
MA
143922011-08-31 Michael Albinus <michael.albinus@gmx.de>
14393
14394 * net/tramp.el (tramp-root-regexp): Remove.
14395 (tramp-completion-file-name-regexp-unified)
14396 (tramp-completion-file-name-regexp-separate)
14397 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 14398 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
14399 (tramp-drop-volume-letter): Simplify definition.
14400 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 14401
b1a4f8e1
SM
144022011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
14403
14404 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
14405 (bug#9356).
14406
5664fa7b
RT
144072011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
14408
b1a4f8e1 14409 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 14410
9a45d6c3
JL
144112011-08-29 Juri Linkov <juri@jurta.org>
14412
14413 * isearch.el (isearch-done): Don't display message "Mark saved"
14414 when arg `edit' is non-nil to prevent its flicker in the echo area.
14415
fb87e0fb
CY
144162011-08-28 Chong Yidong <cyd@stupidchicken.com>
14417
14418 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
14419 obsolete packages for deletion.
14420
09ac1c2a
CS
144212011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
14422
14423 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 14424 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
14425 view-mode from help-mode.
14426 (help-xref-override-view-map): Remove.
14427 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
14428 view-mode is not used anymore.
14429
7a1ff57f
CY
144302011-08-28 Chong Yidong <cyd@stupidchicken.com>
14431
14432 * server.el (server-port): Doc fix.
14433
b9696605
CY
14434 * cus-theme.el (custom-theme-choose-mode): Inherit from
14435 special-mode (Bug#9124).
14436 (custom-theme-choose-mode-map): Add special-mode to parent.
14437
ef8cdf8c
AM
144382011-08-28 Alan Mackenzie <acm@muc.de>
14439
14440 * progmodes/cc-fonts.el
14441 (c-make-font-lock-BO-decl-search-function): New function.
14442 (c-basic-matchers-after - "Fontify the clauses after various
14443 keywords"): Extract the three keyword lists for the 3 erroneous
14444 constructs from the list of four, and use the new function above
14445 in place of an old one.
14446
27de4e20
DD
144472011-08-28 Deniz Dogan <deniz@dogan.se>
14448
14449 * net/rcirc.el (rcirc-insert-prev-input)
14450 (rcirc-insert-next-input): Remove unused argument.
14451
356a3681
SM
144522011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
14453
14454 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
14455
3fc9b218
AM
144562011-08-27 Alan Mackenzie <acm@muc.de>
14457
14458 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
14459 handle function pointer parameters properly.
14460
538a061c
MR
144612011-08-27 Martin Rudalics <rudalics@gmx.at>
14462
14463 * window.el (display-buffer-reuse-window): Fix case where
14464 selected window was reused with non-nil OTHER-WINDOW argument.
14465 (Bug#9381)
14466
35b1c40c
DD
144672011-08-27 Deniz Dogan <deniz@dogan.se>
14468
14469 * net/rcirc.el (rcirc-check-auth-status): Adding support for
14470 oftc's NickServ messages.
14471
2f6a3e79
GM
144722011-08-27 Glenn Morris <rgm@gnu.org>
14473
14474 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
14475
7254299e
CY
144762011-08-26 Chong Yidong <cyd@stupidchicken.com>
14477
14478 * emacs-lisp/package.el (package-install): Call package-initialize
14479 if called interactively.
14480
f8ccf167
LL
144812011-08-26 Leo Liu <sdl.web@gmail.com>
14482
14483 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
14484
3e8cd5ce
JL
144852011-08-25 Juri Linkov <juri@jurta.org>
14486
14487 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
14488 `search-whitespace-regexp' (bug#9364).
14489
93eb7113
JL
144902011-08-25 Juri Linkov <juri@jurta.org>
14491
14492 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
14493 `regexp-search-ring' to their global values to protect from
14494 updating by `read-from-minibuffer' (bug#9185).
14495
f65d1611
JL
144962011-08-25 Juri Linkov <juri@jurta.org>
14497
14498 * textmodes/ispell.el (ispell-command-loop): Add newline
14499 at the end of the "Use option `i'..." line.
14500
f1cf7a31
JL
145012011-08-25 Juri Linkov <juri@jurta.org>
14502
14503 * battery.el (display-battery-mode): If `battery-status-function'
14504 or `battery-mode-line-format' is nil, display the message and set
14505 `display-battery-mode' to nil (bug#9363).
14506
0c95fcf7
EZ
145072011-08-25 Eli Zaretskii <eliz@gnu.org>
14508
14509 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
14510 bidi-string-mark-left-to-right; they are unnecessary now.
14511
a2ebe600
DD
145122011-08-25 Deniz Dogan <deniz@dogan.se>
14513
14514 * net/quickurl.el: Documentation typo fixes.
14515
e4ed06f1
CY
145162011-08-25 Chong Yidong <cyd@stupidchicken.com>
14517
14518 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
14519
e5f1c99e
GM
145202011-08-25 Glenn Morris <rgm@gnu.org>
14521
b2948976
GM
14522 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
14523
e5f1c99e
GM
14524 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
14525 (smtpmail-via-smtp): Handle nil response from smtp.
14526
f22f4808
JL
145272011-08-24 Juri Linkov <juri@jurta.org>
14528
14529 * proced.el (proced-marked): Inherit from `error' instead of
14530 `font-lock-warning-face'.
14531
14532 * ibuffer.el (ibuffer-marked-face): Change default face from
14533 `font-lock-warning-face' to `warning'.
14534 (ibuffer-deletion-face): Change default face from
14535 `font-lock-type-face' to `error'.
14536
14537 * battery.el (battery-update): Use the face `error' instead of
14538 `font-lock-warning-face' (bug#6117).
14539
6a93965e
JL
145402011-08-24 Juri Linkov <juri@jurta.org>
14541
14542 * faces.el (success): Change face color from "Green3" to
14543 "ForestGreen" on light background (bug#9353).
14544
1ed43b09
CY
145452011-08-24 Chong Yidong <cyd@stupidchicken.com>
14546
5664fa7b
RT
14547 * window.el (quit-window): Rename from quit-restore-window.
14548 Use same arglist as old quit-window.
1ed43b09
CY
14549 (frame-auto-delete): Doc fix.
14550
14551 * view.el (view-mode-exit): Use quit-window.
14552
11dcdbb2
JL
145532011-08-24 Juri Linkov <juri@jurta.org>
14554
14555 * isearch.el (isearch-ring-adjust1): Start visiting previous
14556 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
14557 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
14558 for empty search string (when the last search string is reused
14559 automatically) to adjust the isearch ring to the last element and
14560 prepare the correct index for further M-p commands (bug#9185).
14561
de62b4df
KH
145622011-08-24 Kenichi Handa <handa@m17n.org>
14563
14564 * international/ucs-normalize.el: If decomposition property of
14565 CHAR is the default one (i.e. a list of CHAR itself), treat it as
14566 nil.
14567 (nfd, nfkd): Likewise.
14568
963b492b
SM
145692011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14570
14571 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
14572 from process filters aren't reliably transmitted to the surrounding
14573 accept-process-output.
14574 (mpc-proc-check): New function.
14575 (mpc-proc-sync): Use it (bug#8293)
14576
93b6b5e1
SM
145772011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14578
14579 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
14580 Add compatibility functions (bug#9313).
14581
bca633fb
EZ
145822011-08-23 Eli Zaretskii <eliz@gnu.org>
14583
b177498a
EZ
14584 * cus-start.el (all): Add entry for bidi-paragraph-direction.
14585
6df6ae42 14586 * international/uni-bidi.el: Regenerate.
bca633fb 14587
0902a04e
KH
145882011-08-23 Kenichi Handa <handa@m17n.org>
14589
14590 * international/charprop.el:
14591 * international/uni-bidi.el:
14592 * international/uni-category.el:
14593 * international/uni-combining.el:
14594 * international/uni-comment.el:
14595 * international/uni-decimal.el:
14596 * international/uni-decomposition.el:
14597 * international/uni-digit.el:
14598 * international/uni-lowercase.el:
14599 * international/uni-mirrored.el:
14600 * international/uni-name.el:
14601 * international/uni-numeric.el:
14602 * international/uni-old-name.el:
14603 * international/uni-titlecase.el:
14604 * international/uni-uppercase.el: Regenerate.
14605
3bbf23bc
MR
146062011-08-23 Martin Rudalics <rudalics@gmx.at>
14607
14608 * help.el (help-window-setup): Fix message displayed when other
14609 window is reused. (Bug#9341)
14610
b3fd59bd
SM
146112011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14612
1802e444
SM
14613 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
14614 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
14615
b3fd59bd
SM
14616 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
14617 Mark obsolete.
14618 * shell.el (shell-parse-pcomplete-arguments): New function.
14619 (shell-completion-vars): Use it instead (bug#9160).
14620
4eb61348
SM
146212011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14622
867cab74
SM
14623 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
14624 strings and comments (bug#9333).
14625
4eb61348
SM
14626 * emacs-lisp/debug.el (debug-arglist): New function.
14627 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
14628 (debug-on-entry-1): Handle interpreted closures (bug#9120).
14629
262a1439
JL
146302011-08-22 Juri Linkov <juri@jurta.org>
14631
56ee679c
JL
14632 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14633 Revert regexp that highlights output switches to its old
14634 pre-2010-10-28 value and remove one `?' from it (bug#9319).
14635
262a1439
JL
14636 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
14637 to check for empty output (bug#9226).
14638
f13f86fb
CY
146392011-08-22 Chong Yidong <cyd@stupidchicken.com>
14640
14641 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
14642 symbol-constituent as the default, as that stops font-lock from
14643 working properly (Bug#8843).
14644
c65c9622
LMI
146452011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14646
14647 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
14648 `coding-system-for-*' around the process open call to avoid
14649 auth-source side effects.
e7f2c178 14650 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
14651 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
14652 probe hangs.
c65c9622 14653
23a8a5ab
CY
146542011-08-21 Chong Yidong <cyd@stupidchicken.com>
14655
ff98b2dd
CY
14656 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
14657
23a8a5ab
CY
14658 * emacs-lisp/find-func.el (find-function-noselect): New arg
14659 lisp-only.
14660
14661 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
14662 signal an error for built-in functions (Bug#6664).
14663
f5e3c598
LMI
146642011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14665
14666 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
14667 (smtpmail-try-auth-methods): Use it.
14668
a3f2468a
CY
146692011-08-21 Chong Yidong <cyd@stupidchicken.com>
14670
2c34e8da
CY
14671 * font-lock.el (font-lock-fontify-region)
14672 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
14673 (font-lock-default-unfontify-buffer)
14674 (font-lock-default-fontify-region)
14675 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
14676
b3fd59bd
SM
14677 * progmodes/compile.el (compilation-error-properties):
14678 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
14679 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
14680 `ant' regexp.
ee31aabc 14681
a3f2468a
CY
14682 * net/browse-url.el (browse-url-firefox): Don't call
14683 browse-url-firefox-sentinel unless using -remote (Bug#9328).
14684
8e999f70
GM
146852011-08-20 Glenn Morris <rgm@gnu.org>
14686
c21a496a
GM
14687 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
14688
59ee0542
GM
14689 * tutorial.el (tutorial--default-keys): Update some default bindings.
14690
8e999f70
GM
14691 * files.el (hack-local-variables): Fully ignore case for "mode:".
14692
e3715033
AM
146932011-08-20 Alan Mackenzie <acm@muc.de>
14694
14695 Resolve invalid use of a regexp in regexp-opt.
14696
4d61f28d
JB
14697 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
14698 detection for a java annotation.
e3715033 14699
4d61f28d 14700 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
14701 detection for a java annotation.
14702
4d61f28d
JB
14703 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
14704 handling for java.
e3715033
AM
14705 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
14706
04ed2e9c
CY
147072011-08-20 Chong Yidong <cyd@stupidchicken.com>
14708
14709 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
14710 (Bug#9274).
14711
826cee64
AM
147122011-08-20 Alan Mackenzie <acm@muc.de>
14713
58179cce 14714 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
14715 such a construct. Mainly for when jit-lock etc. starts a chunk
14716 here.
14717
58179cce 14718 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 14719 variable.
58179cce 14720 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
14721 c-make-font-lock-search-function.
14722 (c-make-font-lock-search-function): Use the above function.
14723 (c-make-font-lock-context-search-function): New function.
14724 (c-cpp-matchers): Enhance the preprocessor expression case with
14725 the above function
14726 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
14727 which takes an expression.
14728
14729 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
14730
13009bd8
MR
147312011-08-20 Martin Rudalics <rudalics@gmx.at>
14732
14733 * window.el (display-buffer-reuse-window)
14734 (display-buffer-pop-up-window): Don't reuse or split a side
14735 window.
14736
9234ff7f
GM
147372011-08-19 Glenn Morris <rgm@gnu.org>
14738
14739 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 14740 Downcase "Mode:". (Bug#9331)
9234ff7f 14741
f635daa1
CY
147422011-08-18 Chong Yidong <cyd@stupidchicken.com>
14743
14744 * international/characters.el: Add L and R categories.
14745
14746 * subr.el (bidi-string-mark-left-to-right): Rename from
14747 string-mark-left-to-right. Use category search.
14748
14749 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
14750
bc987f8b
JL
147512011-08-18 Juri Linkov <juri@jurta.org>
14752
14753 * faces.el (error, warning, success): New faces with definitions
14754 copied from old default values of `font-lock-warning-face',
14755 `compilation-warning', `compilation-info' (bug#6117).
14756
14757 * font-lock.el (font-lock-warning-face): Inherit from `error'.
14758
14759 * progmodes/compile.el (compilation-error): Inherit from `error'.
14760 (compilation-warning): Inherit from `warning'.
14761 (compilation-info): Inherit from `success'.
14762
14763 * dired.el (dired-marked): Inherit from `warning'.
14764 (dired-flagged): Inherit from `error'.
14765
57173b96
LMI
147662011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14767
3e79eb87
LMI
14768 * mail/smtpmail.el (auth-source): Require to avoid problems with
14769 binding variables (bug#9298). Also clean up some unused
14770 autoloads.
14771
b3fd59bd
SM
14772 * net/network-stream.el (network-stream-open-starttls):
14773 Support using starttls.el without using gnutls-cli.
57173b96 14774
02b404de
JL
147752011-08-17 Juri Linkov <juri@jurta.org>
14776
14777 * progmodes/grep.el (rgrep): Handle the case when
14778 `grep-find-command' is a cons cell (bug#9278).
14779
8c9177f2
MR
147802011-08-17 Martin Rudalics <rudalics@gmx.at>
14781
14782 * window.el (display-buffer-pop-up-frame): Run frame creation
14783 function with BUFFER current (as special-display-popup-frame
14784 does). Reported by Drew Adams.
14785
3644a0ab
DU
147862011-08-17 Daiki Ueno <ueno@unixuser.org>
14787
14788 * epa-mail.el: Simplify GnuPG group expansion using
14789 epg-expand-group.
14790 (epa-mail-group-alist, epa-mail-group-modtime)
14791 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
14792 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
14793 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
14794 Remove.
14795
5e617bc2 147962011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
14797
14798 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
14799
9c4aeabf
AM
148002011-08-16 Alan Mackenzie <acm@muc.de>
14801
14802 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
14803 Correct, to avoid the inside of macros.
14804
3a99bf64
RS
148052011-08-16 Richard Stallman <rms@gnu.org>
14806
04963aa8
RS
14807 * epa-mail.el: Handle GnuPG group definitions.
14808 (epa-mail-group-alist, epa-mail-group-modtime)
14809 (epa-mail-gnupg-conf-file): New variables.
14810 (epa-mail-parse-groups, epa-mail-sync-groups)
14811 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
14812 (epa-mail-expand-recipients): New functions.
14813 (epa-mail-encrypt): Call epa-mail-expand-recipients.
14814
177549d0
RS
14815 * mail/rmail.el (rmail-epa-decrypt): New command.
14816
fe38beef
RS
14817 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
14818 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
14819 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
14820 (epa-decrypt-armor-in-region): Make error message clearer.
14821
934eacb9
SM
148222011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
14823
14824 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
14825 and "a2b" to "ab" for `prefix'.
14826
d024fb4e
CY
148272011-08-14 Chong Yidong <cyd@stupidchicken.com>
14828
14829 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
14830 filter groups.
de148fee
CY
14831 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
14832 Fourquet (Bug#8804).
d024fb4e 14833
62f1ca49
JB
148342011-08-12 Juanma Barranquero <lekktu@gmail.com>
14835
14836 * startup.el (argi): Declare as global variable (bug#9275).
14837
9ccaaa4b
CY
148382011-08-12 Chong Yidong <cyd@stupidchicken.com>
14839
14840 * subr.el (string-mark-left-to-right): Search the entire string
14841 for RTL script, not just the terminating character. Doc fix.
14842
a3dae87a
SM
148432011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
14844
6cd18349
SM
14845 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
14846 New function.
14847 (js--regexp-literal, js-syntax-propertize-function): Remove.
14848 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
14849 (js-mode-map): Don't rebind electric keys.
14850 (js-insert-and-indent): Remove.
14851 (js-mode): Setup electric-layout and electric-indent instead.
14852
a3dae87a
SM
14853 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
14854
9d5cb631
DU
148552011-08-12 Daiki Ueno <ueno@unixuser.org>
14856
14857 * epa.el (epa-progress-callback-function): Fix the logic of
14858 displaying progress.
14859 * epa-file.el (epa-file-insert-file-contents): Make progress
14860 display more user-friendly.
14861 (epa-file-write-region): Ditto.
14862
3e26a4a2
CY
148632011-08-10 Chong Yidong <cyd@stupidchicken.com>
14864
14865 * subr.el (string-mark-left-to-right): New function.
14866
14867 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
14868 Use string-mark-left-to-right.
14869 (list-buffers-noselect): Caller changed.
14870
a3dae87a
SM
14871 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14872 Use string-mark-left-to-right.
3e26a4a2
CY
14873 (tabulated-list-print): Recenter after moving point.
14874
ac8cf6e6
JL
148752011-08-10 Juri Linkov <juri@jurta.org>
14876
14877 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
14878 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
14879 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
14880
8d96c9a4
CY
148812011-08-09 Chong Yidong <cyd@stupidchicken.com>
14882
14883 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
14884 (Bug#7554).
14885
7be1c708 148862011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
14887
14888 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
14889 character. (Bug#6594)
14890
37e11a63
CY
148912011-08-08 Chong Yidong <cyd@stupidchicken.com>
14892
839dde57
CY
14893 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
14894 (image-dired--with-db-file): New macro.
14895 (image-dired-write-tags, image-dired-remove-tag)
14896 (image-dired-create-gallery-lists, image-dired-write-comments)
14897 (image-dired-get-comment, image-dired-mark-tagged-files)
14898 (image-dired-list-tags, image-dired-gallery-generate): Use it.
14899 (image-dired-gallery-generate): Use insert-file-contents.
14900
37e11a63
CY
14901 * time.el (display-time-world-list, display-time-world-display):
14902 * time-stamp.el (time-stamp-string):
14903 * vc/add-log.el (add-change-log-entry): Use setenv instead of
14904 set-time-zone-rule (Bug#7337).
14905
0b4946c4
DU
149062011-08-08 Daiki Ueno <ueno@unixuser.org>
14907
14908 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
14909 (epg-error-to-string, epg-errors-to-string): New function.
14910 (epg-wait-for-completion): Reverse errors list.
14911 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
14912 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
14913 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
14914 (epg-sign-keys, epg-generate-key-from-file)
14915 (epg-generate-key-from-string): Format errors by using
14916 epg-errors-to-string (bug#9255).
14917 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
14918
75bfc667
JL
149192011-08-07 Juri Linkov <juri@jurta.org>
14920
14921 * faces.el (list-faces-display): Remove extra angle bracket
14922 from `help-mode-map'.
14923
14924 * info.el (Info-history-toc-nodes): Doc fix.
14925
14926 * longlines.el (longlines-mode): Doc fix.
14927
673e08bb
SM
149282011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
14929
4640dd88
SM
14930 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
14931 of statements and in a few more cases (bug#9183).
14932
673e08bb
SM
14933 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
14934 New functions.
14935 (cl-transform-lambda): Use them (bug#9239).
14936
89b3f019
MR
149372011-08-05 Martin Rudalics <rudalics@gmx.at>
14938
14939 * window.el (display-buffer-same-window)
14940 (display-buffer-same-frame, display-buffer-other-window)
14941 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
14942 (pop-to-buffer-other-window)
14943 (pop-to-buffer-same-frame-other-window)
14944 (pop-to-buffer-other-frame): Make them defuns.
14945 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
14946
640c8776
SM
149472011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14948
14949 * subr.el (make-composed-keymap): Move from C. Change calling
14950 convention, and improve docstring to bring attention to a subtle point.
14951 * minibuffer.el (completing-read-default): Adjust accordingly.
14952
63648a95
MA
149532011-08-03 Michael Albinus <michael.albinus@gmx.de>
14954
14955 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
14956 (tramp-open-shell): Use `tramp-shell-quote-argument'.
14957
14958 * net/trampver.el: Update release number.
14959
b796c9b7
SM
149602011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
14961
14962 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
14963 "in" (bug#9190).
14964
2239d7d5
LMI
149652011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14966
e07dd7c3
LMI
14967 * mail/sendmail.el (sendmail-query-once): Restore the current
14968 buffer after querying (bug#9074).
14969
0e6a2bd7
LMI
14970 * dired.el (dired-flagged): Use different faces for marked and
14971 flagged files (bug#6117).
14972
ce887515
LMI
14973 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
14974 (bug#4433).
14975
92f2affc
LMI
14976 * ido.el (ido-mode): Switch off the message if called
14977 non-interactively.
14978
57d5aff0
LMI
14979 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
14980 before 587, since it appears that that's more likely to work for
14981 more people.
14982
98cd6c18 14983 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 14984 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
14985 exist.
14986
b96dec83
LMI
14987 * info.el: Remove the `Info-beginning-of-buffer' function
14988 (bug#8325).
14989
b796c9b7
SM
14990 * net/network-stream.el (network-stream-open-starttls):
14991 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 14992
d90e2ea0
MR
149932011-08-01 Martin Rudalics <rudalics@gmx.at>
14994
14995 * window.el (display-buffer-in-window): Don't set dedicated status
14996 of window here (Bug#9215).
14997 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
14998 (display-buffer-pop-up-side-window)
b796c9b7 14999 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 15000
cca09170
SM
150012011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
15002
15003 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
15004 before binding generated-autoload-file.
15005
027b979c
DD
150062011-08-01 Deniz Dogan <deniz@dogan.se>
15007
15008 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
15009
3c7ee4f3
MA
150102011-07-30 Michael Albinus <michael.albinus@gmx.de>
15011
15012 Sync with Tramp 2.2.2.
15013
15014 * net/trampver.el: Update release number.
15015
2cc8e51a
JL
150162011-07-30 Juri Linkov <juri@jurta.org>
15017
15018 * dired-aux.el (dired-touch-initial): Remove function.
15019 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
15020 current time, and `default' to the last modification time of the
15021 current marked file (bug#6887).
15022
a514d856
JM
150232011-07-28 Jose E. Marchesi <jemarch@gnu.org>
15024
15025 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 15026 numeric argument to read-number (bug#9163).
a514d856 15027
8a7eddd7
MA
150282011-07-27 Michael Albinus <michael.albinus@gmx.de>
15029
15030 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
15031 connection process, it could be nil.
15032
1ddd96f5
LL
150332011-07-27 Leo Liu <sdl.web@gmail.com>
15034
15035 Simplify url handling in rcirc-mode.
15036
15037 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
15038 (rcirc-browse-url-at-mouse): Remove.
15039 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
15040
b248a85d
AM
150412011-07-26 Alan Mackenzie <acm@muc.de>
15042
15043 Fontify bitfield declarations properly.
15044
15045 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
15046 (c-symbol-chars): Now exported as a lang variable.
15047 (c-not-primitive-type-keywords): New lang variable.
15048
15049 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
15050 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 15051 parsed as a bitfield declaration.
b248a85d 15052
b796c9b7
SM
15053 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15054 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
15055 (c-punctuation-in): New function.
15056 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
15057 declarations properly.
15058
68575ab0
UJ
150592011-07-26 Ulf Jasper <ulf.jasper@web.de>
15060
15061 * calendar/icalendar.el (icalendar--all-events): Take care of
15062 multiple vcalendars in a single file.
b796c9b7 15063 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 15064
0f0a88b9
DD
150652011-07-25 Deniz Dogan <deniz@dogan.se>
15066
15067 * image.el (insert-image): Clarifying docstring.
15068
0b3f36df
MA
150692011-07-24 Michael Albinus <michael.albinus@gmx.de>
15070
15071 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
15072 `tramp-send-command-and-check' if there is no error.
15073 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
15074
a9901f61
AM
150752011-07-22 Alan Mackenzie <acm@muc.de>
15076
15077 Prevent cc-langs.elc being loaded at run time.
15078
15079 * progmodes/cc-mode.el: Remove two autoload forms which loaded
15080 cc-langs.
15081
4d61f28d 15082 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
15083 "(require 'cc-langs)". Quote a form so it will evaluate at
15084 (cc-mode's) compilation time.
15085
11d074b2
MA
150862011-07-22 Michael Albinus <michael.albinus@gmx.de>
15087
15088 * net/tramp.el (tramp-file-name-handler): Avoid recursive
15089 loading. (Bug#9114)
15090
938b94c8
MR
150912011-07-21 Martin Rudalics <rudalics@gmx.at>
15092
15093 * window.el (display-buffer-pop-up-window)
15094 (display-buffer-pop-up-side-window)
15095 (display-buffer-in-side-window): Call display-buffer-set-height
15096 and display-buffer-set-width after setting the new window's
b796c9b7 15097 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 15098
bfa4f190
SS
150992011-07-20 Sam Steingold <sds@gnu.org>
15100
15101 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
15102 (etags-tags-included-tables): Call `convert-standard-filename' on
15103 the file names contained in TAGS so that windows Emacs can handle
15104 TAGS files created by cygwin ctags.
15105
8ca42262
LMI
151062011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
15107
15108 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
15109 which apparently didn't work.
15110
5db2afd2 151112011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 15112
5db2afd2
RW
15113 * proced.el (proced-send-signal): For *Marked Processes* buffer
15114 put point at beginning of buffer.
15115
92e15d10
SB
151162011-07-19 Stephen Berman <stephen.berman@gmx.net>
15117
15118 * proced.el (proced-format): Make header lines align with the text
15119 (bug#1779).
15120
1bfd59e5
LMI
151212011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15122
15123 * view.el (view-buffer): Allow running in `special' modes if we're
15124 visiting a file (bug#8615).
15125
f5aae37c
MR
151262011-07-19 Martin Rudalics <rudalics@gmx.at>
15127
15128 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
15129 (display-buffer-alist-set-1, display-buffer-alist-set-2):
15130 New functions.
f5aae37c
MR
15131 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
15132 more accurately.
15133
bf2c1571
AM
151342011-07-18 Alan Mackenzie <acm@muc.de>
15135
15136 Fontify declarators properly when, e.g., a jit-lock chunk begins
15137 inside a declaration.
15138
15139 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
15140
b796c9b7
SM
15141 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15142 New function.
bf2c1571
AM
15143 (c-complex-decl-matchers): Insert reference to
15144 c-font-lock-enclosing-decls.
15145
15146 * progmodes/cc-engine.el (c-backward-single-comment):
15147 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15148 to nil around calls to (forward-comment -1).
15149
4e190b80
LMI
151502011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
15151
12dc863d
LMI
15152 * image.el (put-image): Doc typo fix.
15153
a762e966
LMI
15154 * progmodes/etags.el (tags-search): Doc typo fix.
15155
4e190b80
LMI
15156 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
15157 password if we get errors 550 to 554.
15158
f019fb21
LMI
151592011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
15160
b796c9b7 15161 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 15162
81746738
LMI
15163 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
15164 indentation character (bug#6380).
15165
3ee3a1b5
LMI
15166 * files.el (buffer-offer-save): Made permanently local (bug#6241).
15167
c82f64de
LMI
15168 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
15169 to clarify what the problem is (bug#4291).
15170
f019fb21
LMI
15171 * simple.el (current-kill): Clarify what
15172 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
15173 (auto-fill-mode): Document `auto-fill-function' in relation to
15174 `auto-fill-mode' (bug#2470).
f019fb21 15175
0794775d
LM
151762011-07-16 Lawrence Mitchell <wence@gmx.li>
15177
15178 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
15179 method if slot is read-only (bug#9035).
15180
be39b8cc
MR
151812011-07-16 Martin Rudalics <rudalics@gmx.at>
15182
b796c9b7 15183 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 15184 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
15185 selected before, see discussion of (Bug#8615), (Bug#6954).
15186 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 15187
6ccf7859
GM
151882011-07-15 Glenn Morris <rgm@gnu.org>
15189
15190 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 15191 Respect help-form.
6ccf7859 15192
87e86684
LM
151932011-07-09 Lawrence Mitchell <wence@gmx.li>
15194
15195 * net/gnutls.el (gnutls-min-prime-bits): New variable.
15196 (gnutls-negotiate): Use it.
15197
d6066239
LMI
151982011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15199
b796c9b7
SM
15200 * net/gnutls.el (gnutls-negotiate):
15201 Upcase `gnutls-algorithm-priority'.
d6066239 15202
bd23ebc0
GM
152032011-07-15 Glenn Morris <rgm@gnu.org>
15204
c65bca65
GM
15205 * jka-compr.el (jka-compr-verbose): Move from here...
15206 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
15207 Add missing :version tag.
15208 * info.el: No need to require jka-compr when compiling.
bd23ebc0 15209
478615cc
LMI
152102011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
15211
7b41decb
LMI
15212 * net/gnutls.el (gnutls-algorithm-priority): New variable.
15213 (gnutls-negotiate): Use it.
15214
dbc44fcd
LMI
15215 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
15216
06789f97
LMI
15217 * info.el (Info-beginning-of-buffer): New command.
15218 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
15219 announcing `b' as the key (bug#8325).
ab896c37 15220 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 15221
c39da690
LMI
15222 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
15223
3aa5f34b
LMI
15224 * international/mule-cmds.el
15225 (describe-specified-language-support): Make the error message
15226 clearer (bug#8905).
15227
4bf0979f
LMI
15228 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
15229
478615cc
LMI
15230 * isearch.el (isearch-barrier): Add a doc string, since it's
15231 mentioned in a function doc string (bug#8678).
15232
75c68aa1
MR
152332011-07-15 Martin Rudalics <rudalics@gmx.at>
15234
15235 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
15236 buffer argument (Bug#9083) and self-identifying label argument.
15237
a7c33da2
GM
152382011-07-15 Glenn Morris <rgm@gnu.org>
15239
15240 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
15241
2f5c6024
LMI
152422011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15243
15244 * man.el (Man-fontify-manpage): Fix message when formatting the
15245 man page (bug#7929).
15246
0bb23927 152472011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
15248
15249 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
15250 argument LRM; if non-nil, append an invisible LRM character to the
15251 buffer name.
15252 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
15253 last argument non-nil, when formatting buffer names.
0bb23927
EZ
15254 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
15255 paragraph direction.
cce4b0a7 15256
621ef9ab
LMI
152572011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
15258
d1583c48
LMI
15259 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
15260 the man page name (bug#7929).
15261
6a57fb5f
LMI
15262 * image.el (put-image): Mention the `put-image' overlay property
15263 (bug#7834).
15264
d7956b14
LMI
15265 * scroll-bar.el (set-scroll-bar-mode): Mention that
15266 `scroll-bar-mode' lists the values (bug#7772).
15267
5b2d4a66
LMI
15268 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
15269 command (bug#7729).
15270
7509a874
LMI
15271 * rect.el (apply-on-rectangle): Return the point after the last
15272 operation.
15273 (string-rectangle): Go to the point after the last operation
15274 (bug#7522).
15275
4fe74b19
LMI
15276 * printing.el (pr-toggle-region): Clarify the documentation
15277 slightly (bug#7493).
15278
b796c9b7
SM
15279 * time.el (display-time-update):
15280 Allow `display-time-mail-function' to return nil (bug#7158).
15281 Fix suggested by Detlev Zundel.
ab283561 15282
fc233c9d
LMI
15283 * vc/diff.el (diff): Clarify the order the file names are read
15284 (bug#7111).
15285
43f5740b
LMI
15286 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
15287 the doc string (bug#7015).
15288
f2182a76
LMI
15289 * font-lock.el (font-lock-maximum-decoration): Mention what
15290 numeric levels mean (bug#6935).
15291
621ef9ab
LMI
15292 * startup.el (initial-buffer-choice): Don't mention the `none'
15293 selection, which is against policy.
15294
adc47434
MR
152952011-07-14 Martin Rudalics <rudalics@gmx.at>
15296
b796c9b7
SM
15297 * window.el (display-buffer-normalize-special):
15298 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 15299
7e5bfb8f
EZ
153002011-07-14 Eli Zaretskii <eliz@gnu.org>
15301
15302 * subr.el (version<, version<=, version=): Mention "-CVS" and
15303 "-12345" alpha version numbers.
15304
27fa387a
CY
153052011-07-14 Chong Yidong <cyd@stupidchicken.com>
15306
15307 * bindings.el: Add advertised binding for set-mark-command
15308 (Bug#5772).
15309
8bdfa064
CY
153102011-07-14 Chong Yidong <cyd@stupidchicken.com>
15311
15312 * bindings.el (mode-line-other-buffer):
15313 * bookmark.el (bookmark-bmenu-2-window):
15314 * bs.el (bs-cycle-next, bs-cycle-previous):
15315 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
15316 switch-to-buffer.
15317
15318 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 15319 Delete.
8bdfa064 15320
5eba16a3
JB
153212011-07-14 Juanma Barranquero <lekktu@gmail.com>
15322
15323 * follow.el (follow-debug-message, follow-redisplay):
15324 * jka-cmpr-hook.el (with-auto-compression-mode):
15325 Fix typos in docstrings.
15326
15853710
LMI
153272011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15328
a28e4607
LMI
15329 * subr.el (with-silent-modifications): Clarify somewhat what the
15330 macro inhibits (bug#6525).
15331
15853710
LMI
15332 * simple.el (eval-expression): Note what it does if called
15333 interactively (bug#6495).
15334
bee0fcef
CY
153352011-07-13 Chong Yidong <cyd@stupidchicken.com>
15336
b796c9b7
SM
15337 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
15338 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
15339
15340 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15341 Remove switch-to-buffer.
15342
58274504
LMI
153432011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15344
bd2fcc8d
LMI
15345 * files.el (make-directory): Clarify that an error will be raised
15346 if there's an error (bug#6397).
15347
0f04b32c
LMI
15348 * startup.el (initial-buffer-choice): Add `none' as a choice
15349 (bug#6234).
15350
465c5fc8
LMI
15351 * subr.el (add-hook): Clarify section about buffer-local hooks
15352 (bug#6218).
15353
58274504
LMI
15354 * dired.el (dired-flagged): Clarify doc string (bug#6117).
15355
bead9a43
JB
153562011-07-13 Juanma Barranquero <lekktu@gmail.com>
15357
15358 * tabify.el (untabify): Preserve the current column so that point
15359 doesn't move (bug#6032).
15360
3af98a7b
LMI
153612011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15362
b796c9b7
SM
15363 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
15364 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 15365
6240145a
GM
153662011-07-13 Glenn Morris <rgm@gnu.org>
15367
15368 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
15369 (dired-insert-directory): Give a message the first time
15370 if ls is found not to support --dired.
15371
1d8c2ccc
LMI
153722011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15373
15374 * simple.el (toggle-truncate-lines): Clarify what is toggled
15375 (bug#5580). Text by Drew Adams.
15376
5fc4038e
CY
153772011-07-13 Chong Yidong <cyd@stupidchicken.com>
15378
15379 * simple.el (blink-matching-open): Make the error message from the
15380 last change less verbose.
15381
bf6012e5
DN
153822011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
15383
15384 * font-lock.el (font-lock-comment-face): Use the high contrast
15385 "yellow" color for font-lock-comment-face on low color terminals
15386 using a dark background color (bug#4221).
15387
343c3b5a
LMI
153882011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15389
7e9505c5
LMI
15390 * dired.el (dired-insert-set-properties): Make the doc string
15391 reflect what it does now (bug#5325).
15392
c26fdcf5
LMI
15393 * simple.el (blink-matching-open): Say that we were unable to find
15394 the match within the limit, if we're limited (bug#5122).
15395
bb388cc5
LMI
15396 * international/mule-cmds.el (prefer-coding-system): Add an
15397 example (bug#4869).
15398
343c3b5a
LMI
15399 * progmodes/etags.el (tags-search): Document `file-list-form'
15400 (bug#4731).
15401
2a517d45
LM
154022011-07-13 Lawrence Mitchell <wence@gmx.li>
15403
15404 * net/browse-url.el (browse-url-default-browser)
15405 (browse-url-browser-function): Make the default browser choice a
15406 bit more logical (bug#4300). Also clean up the doc string.
15407
b6c78ef2
JB
154082011-07-13 Juanma Barranquero <lekktu@gmail.com>
15409
15410 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
15411 binary endings (bug#4440).
15412
1c4dd947
LMI
154132011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
15414
a2014063
LMI
15415 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
15416 which can be pretty annoying (bug#8971).
15417
9c9c2d88
LMI
15418 * jka-compr.el (jka-compr-verbose): New variable, and use
15419 throughout (bug#8971).
15420
1c4dd947
LMI
15421 * info.el (Info-find-file): Fall back on the installation
15422 directory if we can't find the info node anywhere else.
15423
a1c9f41b
SO
154242011-07-13 Sergei Organov <osv@javad.com> (tiny change)
15425
15426 * vc/vc.el (vc-revert-file):
15427 Don't set file time-stamp in the past. (Bug#5181)
15428
536f3d36
LMI
154292011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15430
7152b011
LMI
15431 * files.el (after-find-file): Give a better error message when
15432 trying to find a symlink that points to a file that doesn't exist
15433 (bug#4398).
15434
536f3d36
LMI
15435 * progmodes/cc-vars.el: Remove (probably) misleading comment
15436 (bug#4396).
15437
460c0fba
JB
154382011-07-12 Johan Bockgård <bojohan@gnu.org>
15439
15440 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
15441
7a6bda45
CY
154422011-07-12 Chong Yidong <cyd@stupidchicken.com>
15443
15444 * mouse-sel.el: Hack restoring functionality, while keeping
15445 compatibility with 2010-07-03 changes to mouse selection.
15446 (mouse-sel-primary-overlay): New var.
15447 (mouse-sel-selection-alist): Use it.
15448 (mouse-sel-mode): Doc fix; remove points that are default features
15449 of mouse.el.
15450
c79598ef
JB
154512011-07-12 Johan Bockgård <bojohan@gnu.org>
15452
15453 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15454 Fix previous fix (bug#2490).
15455
ff8be6ef
RW
154562011-07-12 Roland Winkler <winkler@gnu.org>
15457
b796c9b7
SM
15458 * textmodes/bibtex.el (bibtex-initialize):
15459 Use pop-to-buffer-same-window.
ff8be6ef
RW
15460 (bibtex-search-entries): Fix interactive call.
15461
296ba3ee
LMI
154622011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15463
f5242a02 15464 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
15465 Fontise bytecomp Error lines more correctly (bug#2490).
15466 Fix suggested by Johan Bockgård.
f5242a02 15467
296ba3ee
LMI
15468 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
15469
15470 * dired-x.el (dired-guess-default): Use `delete-dups'.
15471
f69fd0d2
CY
154722011-07-12 Chong Yidong <cyd@stupidchicken.com>
15473
15474 * dired.el (dired-mark-prompt):
15475 * dired-aux.el (dired-read-shell-command): Doc fix.
15476
eab5dc07
LMI
154772011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15478
b796c9b7
SM
15479 * mail/sendmail.el (sendmail-query-once):
15480 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
15481 emacs -Q.
15482
15483 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15484
eab5dc07
LMI
15485 * cus-edit.el (custom-file): Take an optional no-error variable.
15486 (customize-save-variable): Set the variable, and give a warning if
15487 running under "emacs -q".
15488
a1e65d42
JB
154892011-07-11 Juanma Barranquero <lekktu@gmail.com>
15490
15491 * loadhist.el (unload-feature-special-hooks):
15492 Add `auto-coding-functions', `fill-nobreak-predicate' and
15493 `find-directory-functions' (bug#5327).
15494
1d52da10
LMI
154952011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15496
be958f1d
LMI
15497 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
15498
5bedb26c
LMI
15499 * cus-edit.el (custom-guess-name-alist): -alist variables should
15500 use the `alist' type (bug#3120). Suggested by Drew Adams.
15501
1d52da10
LMI
15502 * printing.el: Add documentation to all the `pr-toggle-' commands.
15503
cd394be1 155042011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
15505
15506 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
15507 backends where it makes sense (bug#2623).
15508
dcc88d8a
LMI
155092011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
15510
c3de9feb
LMI
15511 * dired-x.el (dired-guess-default): Remove duplicate shell command
15512 entries (bug#2028).
8a93078b 15513 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 15514 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 15515
dcc88d8a
LMI
15516 * subr.el (remove-duplicates): New conveniency function.
15517
505e3645
LMI
155182011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15519
15520 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
15521 (bug#1526).
15522
155232011-07-10 Martin Rudalics <rudalics@gmx.at>
15524
15525 * window.el (display-buffer-normalize-default): Don't invert
15526 meaning of even-window-heights. Reported by Eli Zaretskii
15527 <eliz@gnu.org>.
15528
455e4fa1
BR
155292011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
15530
15531 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
15532
8e0bc3e9
CY
155332011-07-10 Chong Yidong <cyd@stupidchicken.com>
15534
15535 * window.el (display-buffer): Fix arguments to
15536 display-buffer-reuse-window in last change.
15537
fa7c3228
CY
15538 * faces.el (link): Use a less saturated blue on light backgrounds.
15539
15540 * startup.el (fancy-startup-text, fancy-about-text)
15541 (fancy-startup-tail): Use font-lock faces, for background safety.
15542
c0a7f300
BN
155432011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
15544
b796c9b7
SM
15545 * emulation/viper-cmd.el (viper-change-state-to-vi):
15546 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 15547
4dc2a129
MR
155482011-07-09 Martin Rudalics <rudalics@gmx.at>
15549
15550 * window.el (display-buffer-default-specifiers): Remove.
15551 (display-buffer-macro-specifiers): Remove default specifiers.
15552 (display-buffer-alist): Default to nil.
b796c9b7 15553 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
15554 (display-buffer-pop-up-window): Allow splitting internal
15555 windows. Check whether a live window was created.
15556 (display-buffer-other-window-means-other-frame)
15557 (display-buffer-normalize-arguments): Rename to
15558 display-buffer-normalize-argument and rewrite. Set the
15559 other-window specifier.
15560 (display-buffer-normalize-special): New function.
15561 (display-buffer-normalize-options): Rename to
15562 display-buffer-normalize-default and rewrite.
15563 (display-buffer-normalize-options-inhibit): Remove.
15564 (display-buffer-normalize-specifiers): Rewrite.
15565 (display-buffer): Process other-window specifier and call
15566 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
15567 more faithfully.
b796c9b7 15568 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 15569 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
15570 (display-buffer-in-window, display-buffer-alist-set):
15571 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
15572 <tassilo@member.fsf.org>.
15573
2d43b8c9
LL
155742011-07-09 Leo Liu <sdl.web@gmail.com>
15575
15576 * register.el (insert-register): Restore accidental change on
15577 2011-06-26. (Bug#9028)
15578
7f9b7c53
GM
155792011-07-09 Glenn Morris <rgm@gnu.org>
15580
15581 * subr.el (remq): Handle the empty list. (Bug#9024)
15582
f042cfd8
AS
155832011-07-08 Andreas Schwab <schwab@linux-m68k.org>
15584
15585 * mail/sendmail.el (send-mail-function): No longer delay custom
15586 initialization.
15587 * custom.el (custom-initialize-delay): Doc fix.
15588
856b2f11
SM
155892011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15590
15591 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
15592
afae1d68
MA
155932011-07-08 Michael Albinus <michael.albinus@gmx.de>
15594
15595 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
15596 human-friendly prompt.
15597
0757af94
SM
155982011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
15599
15600 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
15601 provided by a particular plugin.
15602
d760b731
LMI
156032011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15604
15605 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
15606 save customizations (with "emacs -Q"), just set the variable
15607 instead of erroring out.
15608
15609 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
15610
cd79ce90
JL
156112011-07-08 Juri Linkov <juri@jurta.org>
15612
15613 * arc-mode.el (archive-zip-expunge, archive-zip-update)
15614 (archive-zip-update-case): Use 7z if found by `executable-find'.
15615 The order of searching the available programs is the same as in
15616 `archive-zip-extract' (bug#8968).
15617
14cc04aa
CY
156182011-07-07 Chong Yidong <cyd@stupidchicken.com>
15619
15620 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
15621 (menu-bar-options-menu): Tweak descriptions.
15622
0a1848ec
LMI
156232011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15624
15625 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
15626 menu items into verb phrases (bug#1421). Also refill to fit under
15627 80 columns.
15628
f5bd0689
CY
156292011-07-07 Chong Yidong <cyd@stupidchicken.com>
15630
538e85c6
CY
15631 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
15632 (Info-read-node-name): Doc fix (Bug#1084).
15633
f5bd0689
CY
15634 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
15635 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
15636 (end-of-sexp, beginning-of-sexp)
15637 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
15638 (forward-symbol, forward-same-syntax, word-at-point)
15639 (sentence-at-point): Doc fix (Bug#1144).
15640
56ec5115
LMI
156412011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
15642
f3f8e37f
LMI
15643 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
15644 should cover it (bug#1281).
15645
0757af94 15646 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 15647
e9fce1ac 15648 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
15649 negotiation fails, then possibly try again with a non-encrypted
15650 connection (bug#9017).
15651
56ec5115
LMI
15652 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
15653 be used.
15654
c2f9aec8
RS
156552011-07-07 Richard Stallman <rms@gnu.org>
15656
15657 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
15658 property, and handle its changed format.
15659 Look for the correct line number.
15660 Use file's line contents (but not past first =) to find
15661 correct line in message.
15662
ef7b981d 156632011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
15664
15665 * international/characters.el (build-unicode-category-table):
15666 Delete it.
0757af94 15667 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 15668
0757af94 15669 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
15670 to src/chartab.c.
15671 (get-char-code-property): Call unicode-property-table-internal to
15672 load a file. Call get-unicode-property-internal where necessary.
15673 (put-char-code-property): Call unicode-property-table-internal to
15674 load a file. Call put-unicode-property-internal where necessary.
15675 put-unicode-property-internal where necessary.
0757af94
SM
15676 (char-code-property-description):
15677 Call unicode-property-table-internal to load a file.
c805dec0
KH
15678
15679 * international/charprop.el:
15680 * international/uni-bidi.el:
15681 * international/uni-category.el:
15682 * international/uni-combining.el:
15683 * international/uni-comment.el:
15684 * international/uni-decimal.el:
15685 * international/uni-decomposition.el:
15686 * international/uni-digit.el:
15687 * international/uni-lowercase.el:
15688 * international/uni-mirrored.el:
15689 * international/uni-name.el:
15690 * international/uni-numeric.el:
15691 * international/uni-old-name.el:
15692 * international/uni-titlecase.el:
15693 * international/uni-uppercase.el: Regenerate.
15694
15695 * loadup.el: Load international/charprop.el before
15696 international/characters.
15697
e14b388a
CY
156982011-07-07 Chong Yidong <cyd@stupidchicken.com>
15699
15700 * window.el (next-buffer, previous-buffer): Signal an error if
15701 called from a minibuffer window.
15702
15703 * bindings.el: Revert 2011-07-04 change.
15704
354cf0ba
RS
157052011-07-06 Richard Stallman <rms@gnu.org>
15706
15707 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
15708 (rmail-mime-insert-bulk, rmail-mime-insert-text):
15709 Treat markers like ints.
15710 (rmail-mime-entity): Doc fix.
15711
a48868a7
LMI
157122011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15713
4906cd3d
LMI
15714 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
15715 defcustom again for backwards compatibility.
15716
e0457abe
LMI
15717 * simple.el (shell-command-on-region): Fill.
15718
d67f7e1f
LMI
15719 * dired-aux.el (dired-kill-line): Add a doc string.
15720
fe204702
LMI
15721 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
15722 to "\\sw\\|\\s_" (bug#358).
15723
a48868a7
LMI
15724 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
15725 (dired-unmark-backward): Ditto.
15726 (dired-flag-backup-files): Ditto.
15727
15728 * dired-x.el (dired-mark-sexp): Ditto.
15729
aa8a705c
RS
157302011-07-06 Richard Stallman <rms@gnu.org>
15731
15732 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
15733 (rmail-mime-entity): New arg TRUNCATED.
15734 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
15735 New functions.
15736 (rmail-mime-save): Warn if entity is truncated.
15737 (rmail-mime-toggle-hidden): Likewise, for showing.
15738 (rmail-mime-process-multipart): Record when an entity is truncated.
15739
a9a936b9
RS
15740 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
15741 if ENTITY is a string.
15742
1f2b92cb
LMI
157432011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
15744
f4f73198 15745 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
15746 of faces when `M-C-x'-ing their definitions (bug#8378).
15747 Also clean up the code slightly.
f4f73198 15748
12b16734 15749 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 15750 because that makes the colors go away.
12b16734 15751
f0691d22
LMI
15752 * mail/sendmail.el (send-mail-function): Change the default to
15753 `sendmail-query-once'.
9e87df06 15754 (sendmail-query-once): Add an autoload cookie.
f0691d22 15755
1f2b92cb
LMI
15756 * net/network-stream.el (network-stream-open-starttls): Try using
15757 a plain connection even if the server offered STARTTLS, and we
15758 kinda wanted to use it, if Emacs doesn't have any STARTTLS
15759 capability. This should make smtpmail.el work in slightly more
15760 configurations.
15761
1cdd2a1b
MA
157622011-07-06 Michael Albinus <michael.albinus@gmx.de>
15763
15764 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
15765 New defun.
15766 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
15767
fbcc67e2
MM
157682011-07-06 Michael R. Mauger <mmaug@yahoo.com>
15769
15770 * progmodes/sql.el: Version 3.0
0757af94 15771 (sql-product-alist): Add product :completion-object,
fbcc67e2 15772 :completion-column, and :statement attributes.
0757af94 15773 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 15774 (sql-mode-syntax-table): Mark all punctuation.
0757af94 15775 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
15776 ansi keywords.
15777 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 15778 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
15779 (sql-oracle-show-reserved-words): New function for development.
15780 (sql-product-font-lock): Simplify for source code buffers.
15781 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
15782 New functions.
15783 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
15784 (sql-mode-map): Add statement movement functions.
15785 (sql-ansi-statement-starters, sql-oracle-statement-starters):
15786 New variable.
fbcc67e2
MM
15787 (sql-statement-regexp, sql-beginning-of-statement)
15788 (sql-end-of-statement, sql-signum): New functions.
0757af94 15789 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
15790 (sql-show-sqli-buffer): Bug fix.
15791 (sql-interactive-mode): Store connection data as buffer local.
0757af94 15792 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
15793 with sql-interactive-mode.
15794 (sql-save-connection): Save buffer local settings.
0757af94 15795 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
15796 (sql-product-interactive): Bug fix.
15797 (sql-preoutput-hold): New variable.
15798 (sql-interactive-remove-continuation-prompt): Bug fixes.
15799 (sql-debug-redirect): New variable.
15800 (sql-str-literal): New function.
15801 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 15802 Redesign.
fbcc67e2
MM
15803 (sql-oracle-save-settings, sql-oracle-restore-settings)
15804 (sql-oracle-list-all, sql-oracle-list-table): New functions.
15805 (sql-completion-object, sql-completion-column)
15806 (sql-completion-sqlbuf): New variables.
15807 (sql-build-completions-1, sql-build-completions)
15808 (sql-try-completion): New functions.
15809 (sql-read-table-name): Use them.
15810 (sql-contains-names): New buffer local variable.
15811 (sql-list-all, sql-list-table): Use it.
15812 (sql-oracle-completion-types): New variable.
15813 (sql-oracle-completion-object, sql-sqlite-completion-object)
15814 (sql-postgres-completion-object): New functions.
15815
d4eaeab1
GM
158162011-07-06 Glenn Morris <rgm@gnu.org>
15817
15818 * window.el (pop-to-buffer): Doc fix.
15819
322b7dab 158202011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
15821
15822 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
15823
322b7dab 158242011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 15825
322b7dab 15826 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 15827
322b7dab 15828 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 15829
605dd5bf
CY
158302011-07-05 Chong Yidong <cyd@stupidchicken.com>
15831
15832 * button.el (button): Inherit from link face. Suggested by Dan
15833 Nicolaescu.
15834
7dbfa719
SM
158352011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15836
3db614b0
SM
15837 * progmodes/gdb-mi.el: Fit in 80 columns.
15838 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
15839 switch-to-buffer.
15840
7dbfa719
SM
15841 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
15842 if imenu is simply not configured (bug#8941).
15843
919d884a
KM
158442011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
15845
15846 * allout.el (allout-post-undo-hook): New allout outline-change
15847 event hook to signal undo activity.
15848 (allout-post-command-business): Run allout-post-undo-hook if an
15849 undo just occurred.
7dbfa719
SM
15850 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
15851 * allout-widgets.el (allout-widgets-after-undo-function):
15852 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
15853 in the vicinity of an undo.
15854 (allout-widgets-mode): Include allout-widgets-after-undo-function
15855 on the new allout-post-undo-hook.
15856
450a0f09
SM
158572011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15858
15859 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
15860 Let define-derived-mode define it.
15861 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
15862 cycles of abbrev-table inheritance (bug#8998).
15863
2de69e00
RW
158642011-07-05 Roland Winkler <winkler@gnu.org>
15865
15866 * textmodes/bibtex.el: Add support for biblatex.
15867 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
15868 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
15869 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
15870 (bibtex-entry-alist, bibtex-field-alist): New variables.
15871 (bibtex-entry-field-alist): Obsolete alias for
15872 bibtex-BibTeX-entry-alist.
15873 (bibtex-entry-alist, bibtex-field-alist): New widgets.
15874 (bibtex-set-dialect): New command.
15875 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
15876 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
15877 Bind via bibtex-set-dialect.
2de69e00
RW
15878 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
15879 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
15880 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
15881 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
15882 Define via bibtex-set-dialect.
450a0f09
SM
15883 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
15884 Obey bibtex-no-opt-remove-re.
2de69e00
RW
15885 (bibtex-vec-push, bibtex-vec-incr): New functions.
15886 (bibtex-format-entry, bibtex-field-list)
15887 (bibtex-print-help-message, bibtex-validate)
15888 (bibtex-search-entries): Use new format of bibtex-entry-alist.
15889
2dcdbdd9
SM
158902011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15891
15892 * progmodes/compile.el (compilation-goto-locus):
15893 * net/tramp-cmds.el (tramp-append-tramp-buffers):
15894 * bs.el (bs-cycle-next, bs-cycle-previous):
15895 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
15896 * bindings.el (mode-line-other-buffer):
15897 * autoinsert.el (auto-insert):
15898 * arc-mode.el (archive-extract):
15899 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
15900
b27640fe
JB
159012011-07-05 Juanma Barranquero <lekktu@gmail.com>
15902
15903 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
15904 Fix check of `emacs-lock-unlockable-modes'.
15905 Coerce true values of `emacs-lock--try-unlocking' to t.
15906
53bbe3ad
JB
159072011-07-05 Juanma Barranquero <lekktu@gmail.com>
15908
15909 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
15910 * emacs-lock.el: New file.
15911
1d3cdbc7
JD
159122011-07-05 Julien Danjou <julien@danjou.info>
15913
15914 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
15915 than `boundp' to check if face is set.
15916
9173deec
JB
159172011-07-05 Juanma Barranquero <lekktu@gmail.com>
15918
15919 * register.el (registerv-make):
15920 * window.el (window-min-height): Fix typos in docstrings.
15921
869795d6
JD
159222011-07-05 Jan Djärv <jan.h.d@swipnet.se>
15923
9173deec 15924 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
15925 Update doc string.
15926
b768cdcd
JB
159272011-07-04 Juanma Barranquero <lekktu@gmail.com>
15928
15929 * server.el (server-execute): Catch quit and call
15930 `server-return-error' to pass the error back to emacsclient and
15931 close the connection (bug#8942).
15932
13aa217b
KM
159332011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
15934
15935 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
15936 insecure exception for current topic. Also note that auto-saves
15937 are handled differently.
15938
5d3385a0 15939 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
15940 State variables for tracking auto-save inhibition situation.
15941
15942 (allout-write-contents-hook-handler): Rename from
15943 'allout-write-file-hook-handler', and describe how it depends on
15944 write-contents-functions sensitivity to non-nil value to prevent
15945 file write.
15946
15947 (allout-auto-save-hook-handler): Remove. auto-save does not check
15948 this in individual buffers, only in the starting buffer, so this
15949 is not the right way for us to inhibit auto-save in a buffer
15950 according to its condition.
15951
15952 (allout-mode): Use new allout-write-contents-hook-handler, and
15953 only with write-contents-functions. Remove auto-save provisions -
15954 they're implemented elsewhere.
15955
15956 (allout-before-change-handler): If undo is in progress, note that
15957 for attention of allout-post-command-business.
15958
15959 (allout-post-command-business): If the command we're following was
15960 an undo, check for change in the status of encrypted items and
15961 adjust auto-save inhibitions accordingly.
15962
15963 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
15964 according to whether there are or aren't any plain-text topics
15965 pending encryption.
15966
2dcdbdd9 15967 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
15968 Adjust buffer-saved-size and some allout state to inhibit auto-saves
15969 if there are plain-text topics pending encryption.
13aa217b
KM
15970
15971 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
15972 buffer-saved-size and some allout state to not inhibit auto-saves
15973 if there are no longer any plain-text topics pending encryption.
15974
0757af94
SM
15975 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
15976 No longer provide for exemption of the current topic.
13aa217b 15977
ac89b32c
JL
159782011-07-04 Juri Linkov <juri@jurta.org>
15979
15980 Add 7z operations to delete and save changed members (bug#8968).
15981 * arc-mode.el (archive-7z-expunge, archive-7z-update):
15982 New defcustoms.
15983 (archive-7z-write-file-member): New function.
15984 (archive-7z-summarize): Fix the number of dashes in the
15985 listing output.
15986
8fa39615
SM
159872011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
15988
15989 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
15990 (bug#8958).
15991
2f11b3f1
CY
159922011-07-04 Chong Yidong <cyd@stupidchicken.com>
15993
d66fef2b
CY
15994 * bindings.el: Ignore next-buffer and previous-buffer in
15995 minibuffer-local-map.
15996
2f11b3f1
CY
15997 * font-lock.el (font-lock-builtin-face): Change light background
15998 color to dark slate blue (Bug#6693).
15999
f932a347
WD
160002011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
16001
16002 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
16003
c8af70e1
SM
160042011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16005
16006 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
16007 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16008 Add switch-to-buffer.
16009
f158badc
LMI
160102011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16011
16012 * isearch.el (isearch-search-fun-function): Clarify further the
16013 meaning of the function returned.
16014
6d95bd46
MA
160152011-07-04 Michael Albinus <michael.albinus@gmx.de>
16016
16017 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
16018
16019 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
16020 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
16021 Use it.
16022 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
16023 `tramp-default-remote-path' does not exist.
16024 (tramp-send-command-and-read): New optional argument NOERROR.
16025 (tramp-open-connection-setup-interactive-shell)
16026 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
16027 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
16028 (tramp-process-sentinel): Flush also process' connection property.
16029 (tramp-sh-handle-start-file-process): Do not set process
16030 sentinel. It is done now ...
16031 (tramp-maybe-open-connection): ... here. (Bug#8929)
16032
909e6b67
MK
160332011-07-04 MON KEY <monkey@sandpframing.com>
16034
16035 * play/animate.el (animate-string): Doc fixes and allow changing
16036 the buffer name (bug#5417).
16037
160382011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
16039
c8af70e1 16040 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 16041
f34755dc
PE
160422011-07-04 Paul Eggert <eggert@cs.ucla.edu>
16043
396cec72
PE
16044 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
16045 This is simpler and helps future-proof the code.
16046 (timer-until): Use time-subtract and float-time.
08235028 16047 (timer--time-less-p): Use time-less-p.
f34755dc 16048
56e6cc31
JB
160492011-07-04 Juanma Barranquero <lekktu@gmail.com>
16050
3abb79e5
JB
16051 * type-break.el (timep): Use the value of `float-time' to avoid a
16052 byte-compiler warning.
16053
56e6cc31
JB
16054 * server.el (server-eval-and-print): Return any result, even nil.
16055
7b9430b4
PE
160562011-07-03 Paul Eggert <eggert@cs.ucla.edu>
16057
16058 * type-break.el: Accept time formats that the builtins accept.
16059 (timep, type-break-time-difference): Accept any format that
16060 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
16061 This is simpler and helps future-proof the code.
16062 (type-break-time-difference): Round rather than ignoring
16063 subseconds components.
16064
3034e9e7
LMI
160652011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16066
16067 * info.el (Info-apropos-matches): Make non-interactive, since it
16068 doesn't seem to do anything useful as a command (bug#8829).
16069
1485f4c0
CY
160702011-07-03 Chong Yidong <cyd@stupidchicken.com>
16071
16072 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 16073 Move from faces.el.
1485f4c0
CY
16074 (frame-default-terminal-background): New function.
16075
16076 * custom.el (custom-push-theme): Don't record faces in `changed'
16077 theme; this doesn't work correctly for per-frame face settings.
16078 (disable-theme): Use face-set-after-frame-default to reset faces.
16079 (custom--frame-color-default): New function.
16080
9fa3dd45
LMI
160812011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16082
c8af70e1 16083 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
16084 (bug#8769).
16085
6cbbc20c
KR
160862011-03-29 Kevin Ryde <user42@zip.com.au>
16087
16088 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16089 `perl-Test2' extend to match possible "fail #N" rep count
16090 (bug#8377).
16091
c7f98048
LMI
160922011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16093
65676592
LMI
16094 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
16095 `smtpmail-via-smtp' now returns the error instead of nil.
16096
c7f98048
LMI
16097 * isearch.el (isearch-search-fun-function): Clarify the doc string
16098 (bug#8101).
16099
56e6cc31 161002011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
16101
16102 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
16103 unnecessary spaces (bug#8987).
16104
2b216704
LMI
161052011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16106
16107 * net/network-stream.el (open-network-stream): Use the
16108 :end-of-capability command thoughout.
16109
161102011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16111
16112 * net/network-stream.el (open-network-stream): Add the
16113 :end-of-capability command parameter, used by pop3.el.
16114
36adf6ce
LMI
161152011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
16116
1ca0da0e
LMI
16117 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
16118
fc00f69c
LMI
16119 * fringe.el (fringe-query-style): Remove redundant text " (type ?
16120 for list)" (bug#6475).
16121
28fd8759 16122 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 16123 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
16124 an error (bug#6297).
16125
0dd8b6da
LMI
16126 * man.el (Man-reference-regexp): Allow matching possible
16127 word-wrapped references (bug#6289).
16128
ce1438d6
LMI
16129 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
16130 for consistency with the other vc buffers (bug#6197).
16131 (vc-checkin): Ditto.
16132
16133 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
16134
36adf6ce
LMI
16135 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
16136
e83cc1f7
LMI
161372011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16138
8a20ca4c
LMI
16139 * custom.el (defcustom): Clarify that :set is only used in the
16140 Customize user interface (bug#6089).
16141
83319045
LMI
16142 * progmodes/flymake.el (flymake-mode): If the buffer isn't
16143 associated with a file, refuse to run instead of erroring out
16144 (bug#6084).
16145
a8392169
LMI
16146 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
16147 the doc string, since it appears that using `fill-column' always
16148 controls the width (bug#7845).
16149
e83cc1f7
LMI
16150 * simple.el (shell-command-on-region): Say where the error output
16151 went if `shell-command-default-error-buffer' is set (bug#6857).
16152
e47ca23b
KM
161532011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
16154
16155 * allout.el (allout-yank-processing): Adjust cursor position for
16156 backwards-deleted space.
16157
16158 (allout-rebullet-heading): Register changes with
16159 allout-exposure-changed-hook, so the modified topic is properly
16160 decorated.
16161
5cf56143
LMI
161622011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16163
08549772
LMI
16164 * minibuffer.el (completion-in-region): Document PREDICATE
16165 (bug#7136).
16166
48e96771
LMI
16167 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
16168 of keyword/argument pairs (bug#6904).
16169
c8af70e1
SM
16170 * replace.el (multi-occur):
16171 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 16172
e17d05e2
LMI
161732011-07-02 Drew Adams <drew.adams@oracle.com>
16174
16175 * dired.el (dired-mark-if): Make the message about whether it's
16176 marking or unmarking clearer (bug#8523).
16177
063b0e45
LMI
161782011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
16179
16180 * disp-table.el (display-table-print-array): New function.
16181 (describe-display-table): Use it to print the vectors more pretty
16182 (Bug#8859).
16183
28545e04
MR
161842011-07-02 Martin Rudalics <rudalics@gmx.at>
16185
16186 * window.el (window-state-get-1): Don't assign clone numbers.
16187 Add clone-of item to list of window parameters.
16188 (window-state-put-2): Don't process clone numbers.
16189 (display-buffer-alist): Fix doc-string.
16190
3349e122
SM
161912011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16192
16193 * subr.el (remq): Don't allocate if it's not needed.
16194 (keymap--menu-item-binding, keymap--menu-item-with-binding)
16195 (keymap--merge-bindings): New functions.
16196 (keymap-canonicalize): Use them to refine the canonicalization.
16197 * minibuffer.el (minibuffer-local-completion-map)
16198 (minibuffer-local-must-match-map): Move initialization from C.
16199 (minibuffer-local-filename-completion-map): Move initialization from C;
16200 don't inherit from anything here.
16201 (minibuffer-local-filename-must-match-map): Make obsolete.
16202 (completing-read-default): Use make-composed-keymap to combine
16203 minibuffer-local-filename-completion-map with either
16204 minibuffer-local-must-match-map or
16205 minibuffer-local-filename-completion-map.
16206
d224ac83
GM
162072011-07-01 Glenn Morris <rgm@gnu.org>
16208
3de63bf8
GM
16209 * type-break.el (type-break-time-sum): Use dolist.
16210
d224ac83
GM
16211 * textmodes/flyspell.el (flyspell-word-search-backward):
16212 Replace CL function.
16213
1a1e3f32
SM
162142011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16215
fe3f64d5
SM
16216 * mouse.el (mouse--strip-first-event): New function.
16217 (function-key-map): Use it to map fringe clicks to normal clicks
16218 by default.
16219
eb604e34
SM
16220 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
16221 (vc-bzr-revision-completion-table): Add support for annotate and date.
16222
1a1e3f32
SM
16223 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
16224 inherit from parent.
16225
5bd35902
LMI
162262011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16227
ace6c69c 16228 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 16229 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 16230
191e2bed
LMI
16231 * dired.el (dired-mode): Fix up the doc string as suggested by
16232 Drew Adams (bug#8817).
16233
5bd35902
LMI
16234 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
16235 cookie, since the manual says that it should be possible to add
16236 this function to `find-file-hook' (bug#8709).
16237
eee8207a
TZ
162382011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16239
16240 * progmodes/cfengine.el: Moved all cfengine3.el functionality
16241 here. Noted Ted Zlatanov as the maintainer.
16242 (cfengine-common-settings, cfengine-common-syntax): New functions
16243 to set up common things between `cfengine-mode' and
16244 `cfengine3-mode'.
16245 (cfengine3-mode): New mode.
16246 (cfengine3-defuns cfengine3-defuns-regex
16247 (cfengine3-class-selector-regex cfengine3-category-regex)
16248 (cfengine3-vartypes cfengine3-font-lock-keywords)
16249 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 16250 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 16251
36b148cf
MA
162522011-07-01 Michael Albinus <michael.albinus@gmx.de>
16253
16254 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
16255
16256 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
16257
0bf4ba9a
MR
162582011-07-01 Martin Rudalics <rudalics@gmx.at>
16259
16260 * window.el (same-window-buffer-names, same-window-regexps)
16261 (same-window-p, special-display-frame-alist)
16262 (special-display-popup-frame, special-display-function)
16263 (special-display-buffer-names, special-display-regexps)
16264 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
16265 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
16266 (split-window-preferred-function, split-height-threshold)
16267 (split-width-threshold, even-window-heights)
16268 (display-buffer-mark-dedicated, window-splittable-p)
16269 (split-window-sensibly, window-safely-shrinkable-p):
16270 Un-obsolete.
16271 (display-buffer): Don't spread args with function specifier
16272 because special-display-popup-frame won't like it.
16273
35837f51
PE
162742011-07-01 Paul Eggert <eggert@cs.ucla.edu>
16275
d0672f86
PE
16276 Time-stamp simplifications and fixes.
16277 These improve accuracy slightly, and future-proof the code
16278 against some potential changes to current-time format.
16279
b9444d97
PE
16280 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
16281 by using time-since and float-time.
16282
0ef923dc
PE
16283 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
16284 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
16285 + NNN microseconds".
16286
2f81380d
PE
16287 * type-break.el (type-break-time-sum): Rewrite using time-add.
16288
845b5c3e
PE
16289 * play/hanoi.el (hanoi-current-time-float): Remove.
16290 All uses replaced by float-time.
16291
ee6f1be0
PE
16292 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
16293 This yields a more-accurate answer.
16294 (rng-time-to-float): Remove; no longer needed.
16295
fe955043
PE
16296 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
16297
5777162a
PE
16298 * calendar/timeclock.el (timeclock-seconds-to-time):
16299 Defalias to seconds-to-time, since they're the same thing.
16300
3103f8b6 16301 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 16302 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
16303 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
16304
0e61a35f
SM
163052011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16306
16307 * window.el (bury-buffer): Don't iconify the only frame.
16308 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
16309 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
16310
ddd63a1e
CY
163112011-07-01 Chong Yidong <cyd@stupidchicken.com>
16312
0e61a35f
SM
16313 * eshell/em-smart.el (eshell-smart-display-navigate-list):
16314 Add mouse-yank-primary.
ddd63a1e 16315
055f4923
TZ
163162011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
16317
16318 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
16319
6a2fb145
SM
163202011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
16321
16322 * emacs-lisp/find-func.el (find-library--load-name): New fun.
16323 (find-library-name): Use it to find relative load names when provided
16324 absolute file name (bug#8803).
16325
fd4983f2
LMI
163262011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16327
887d14ad
LMI
16328 * textmodes/flyspell.el (flyspell-word): Consider words that
16329 differ only in case as potential doublons (bug#5687).
16330
c53dc7fc
LMI
16331 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
16332 Remove two rather uninteresting debugging-like messages to make
16333 debbugs.el more silent.
16334
fd4983f2
LMI
16335 * comint.el (comint-password-prompt-regexp): Accept "Response" as
16336 a password-like phrase.
16337
7a71b18d 163382011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
16339
16340 * progmodes/cc-guess.el: New file.
16341
6a2fb145 16342 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
16343
16344 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
16345 derived from `c-basic-common-init'.
16346
16347 * progmodes/cc-mode.el (top-level): Require cc-guess.
16348 (c-basic-common-init): Use `cc-choose-style-for-mode'.
16349
1fa280a3
LM
163502011-06-30 Lawrence Mitchell <wence@gmx.li>
16351
16352 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
16353
e6597158
AM
163542011-06-30 Alan Mackenzie <acm@muc.de>
16355
1fa280a3
LM
16356 * progmodes/cc-engine.el (c-guess-continued-construct):
16357 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
16358 lock is disabled. Name this case as "CASE G".
16359
68ba37fb
KM
163602011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
16361
16362 * allout.el (allout-yank-processing): Fix injection of extra space
16363 between bullet and non-whitespace character in first topic when
16364 pasting, ensuring that the actual spacing in the pasted topic
16365 following the bullet char is preserved. This extra space was
16366 causing pasted encrypted topics to get a decrypted status even
16367 when the content was actually still encrypted. Now the decryption
16368 status from before the paste is preserved.
16369
16370 (allout-flag-region): Set all allout overlays so they evaporate
16371 when reduced to zero length (evanescent), to prevent overlay
16372 leakage.
16373
887a0b34
GM
163742011-06-30 Glenn Morris <rgm@gnu.org>
16375
94b9acce
GM
16376 * w32-fns.el (w32-charset-info-alist): Declare.
16377
1d9b46d4
GM
16378 * find-dired.el (find-grep-options): Simplify.
16379
cc232200
GM
16380 * term/ns-win.el (ns-set-resource): Declare.
16381
28e77c46
GM
16382 * ses.el (row, col): Declare dynamic variables honestly.
16383
887a0b34
GM
16384 * textmodes/reftex-parse.el (index-tags): Declare.
16385
658d8eb8
CY
163862011-06-30 Chong Yidong <cyd@stupidchicken.com>
16387
16388 * cus-edit.el (customize-push-and-save): New function.
16389
16390 * files.el (hack-local-variables-confirm): Use it.
16391
1fa280a3
LM
16392 * custom.el (load-theme): New arg NO-CONFIRM.
16393 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
16394 (custom-enabled-themes): Doc fix.
16395
16396 * cus-theme.el (customize-create-theme)
16397 (custom-theme-merge-theme): Callers to load-theme changed.
16398
bb617717
LMI
163992011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16400
d61bdd5d
LMI
16401 * thingatpt.el (thing-at-point-short-url-regexp): Require that
16402 short URLs have at least one dot in them (bug #7614).
16403
bb617717
LMI
16404 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
16405 nil, because using a pty is apparently too slow (bug #895).
16406
2f31f37a
LMI
164072011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
16408
16409 * mail/sendmail.el (sendmail-query-once): New function.
16410 (sendmail-query-once-function): New variable.
16411
3076b24e
GM
164122011-06-29 Glenn Morris <rgm@gnu.org>
16413
faf2a174
GM
16414 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
16415
3076b24e
GM
16416 * ses.el (top-level): Require cl when compiling.
16417 (ses-set-localvars): Fix error statement.
16418 Call it at compile time to silence a storm of warnings.
16419
5386012d
MR
164202011-06-29 Martin Rudalics <rudalics@gmx.at>
16421
16422 * window.el (normalize-live-buffer): Rename to
16423 window-normalize-buffer.
16424 (normalize-live-frame): Rename to window-normalize-frame.
16425 (normalize-any-window): Rename to window-normalize-any-window.
16426 (normalize-live-window): Rename to window-normalize-live-window.
16427 (make-window-atom): Rename to window-make-atom.
16428 (window-resize-reset): Rename to window--resize-reset.
16429 (window-resize-reset-1): Rename to window--resize-reset-1.
16430 (resize-mini-window): Rename to window--resize-mini-window.
16431 (resize-subwindows-skip-p): Rename to
16432 window--resize-subwindows-skip-p.
16433 (resize-subwindows-normal): Rename to
16434 window--resize-subwindows-normal.
16435 (resize-subwindows): Rename to window--resize-subwindows.
16436 (resize-other-windows): Rename to window--resize-siblings.
16437 (resize-this-window): Rename to window--resize-this-window.
16438 (resize-root-window): Rename to window--resize-root-window.
16439 (resize-root-window-vertically): Rename to
16440 window--resize-root-window-vertically.
16441 (normalize-buffer-to-display): Rename to
16442 window-normalize-buffer-to-display.
16443 (normalize-buffer-to-switch-to): Rename to
16444 window-normalize-buffer-to-switch-to.
16445 Correspondingly update all callers of the functions listed
16446 above.
16447 (display-buffer-alist, display-buffer-normalize-arguments)
16448 (display-buffer-normalize-options, display-buffer)
16449 (display-buffer-alist-set): Use "function" instead of
16450 "fun-with-args".
16451
1176868d
CY
164522011-06-28 Chong Yidong <cyd@stupidchicken.com>
16453
16454 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
16455 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
16456 debbugs.gnu.org. Mention acknowledgment email.
16457
20a7a65f
LMI
164582011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
16459
16460 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
16461 buffer multibyteness, since it shouldn't matter.
16462
5f45cca5
MR
164632011-06-28 Martin Rudalics <rudalics@gmx.at>
16464
16465 * window.el (display-buffer-in-side-window): Handle dedicated
16466 windows as in display-buffer-reuse-window.
16467 (display-buffer-normalize-alist): Use value of override
16468 specifier.
16469 (display-buffer-normalize-specifiers): Use value of
16470 other-window-means-other-frame specifier.
16471 (display-buffer-alist): Rewrite some texts in widgets.
16472 (display-buffer): Spread arguments when calling function
16473 specified by fun-with-args.
16474
ad85fe1f
DD
164752011-06-28 Deniz Dogan <deniz@dogan.se>
16476
1fa280a3
LM
16477 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16478 Unnest `let'.
da68c4c8 16479
ad85fe1f
DD
16480 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
16481 selectors (Bug#5732).
ec49bd31 16482 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 16483
a08cc025
JA
164842011-06-27 Jari Aalto <jari.aalto@cante.net>
16485
16486 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
16487 (eshell-ls-date-format): New defcustom.
16488 (eshell-ls-file): Use it.
16489
e2b551c5
SM
164902011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16491
16492 * help-fns.el (describe-variable): Fix message for terminal-local vars.
16493
8982b231
KY
164942011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
16495
16496 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
16497 (ange-ftp-make-tmp-name): New arg.
16498 (ange-ftp-file-local-copy): Use it.
16499
36c9fa27
J
165002011-06-27 Jambunathan K <kjambunathan@gmail.com>
16501
16502 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
16503 no-conversion (Bug#8870).
16504
d68443dc
MR
165052011-06-27 Martin Rudalics <rudalics@gmx.at>
16506
16507 * window.el (window-right, window-left, window-child)
16508 (window-child-count, window-last-child)
16509 (window-iso-combination-p, walk-window-tree-1)
16510 (window-atom-check-1, window-tree-1, delete-window)
16511 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
16512 new naming conventions - window-vchild, window-hchild,
16513 window-next and window-prev are now called window-top-child,
16514 window-left-child, window-next-sibling and window-prev-sibling
16515 respectively.
d615d6d2
MR
16516 (resize-window-reset): Rename to window-resize-reset.
16517 (resize-window-reset-1): Rename to window-resize-reset-1.
16518 (resize-window): Rename to window-resize.
16519 (window-min-height, window-min-width)
16520 (resize-mini-window, resize-this-window, resize-root-window)
16521 (resize-root-window-vertically, adjust-window-trailing-edge)
16522 (enlarge-window, shrink-window, maximize-window)
16523 (minimize-window, delete-window, quit-restore-window)
16524 (split-window, balance-windows, balance-windows-area-adjust)
16525 (balance-windows-area, window-state-put-2)
16526 (display-buffer-even-window-sizes, display-buffer-set-height)
16527 (display-buffer-set-width, set-window-text-height)
16528 (fit-window-to-buffer): Rename all "resize-window" prefixed
16529 calls to use the "window-resize" prefix convention.
16530 (display-buffer-alist): Fix symbol for label specifier.
16531 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
16532 corresponding specifier.
16533 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 16534
b6458526
VB
165352011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16536
16537 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
16538 convention.
16539 (ses-call-printer): Does not pass an empty string to formatter when the
16540 cell is empty to keep from barking printer Calc math-format-value.
16541
d31fd9ac
RS
165422011-06-27 Richard Stallman <rms@gnu.org>
16543
43d5bf84
RS
16544 * battery.el (battery-mode-line-limit): New variable.
16545 (battery-update): Handle it.
16546
d31fd9ac
RS
16547 * mail/rmailmm.el (rmail-mime-process-multipart):
16548 Handle truncated messages.
16549
819a6054
GM
165502011-06-27 Glenn Morris <rgm@gnu.org>
16551
16552 * progmodes/flymake.el (flymake-err-line-patterns):
16553 Allow for column numbers in the ant/javac pattern. (Bug#8866)
16554
cedc73f2
VB
165552011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
16556
819a6054 16557 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
16558 (ses--clean-!, ses--clean-_): New functions.
16559 (ses-range): Add configurability of readout order, and conversion
16560 to Calc vector.
16561
5e5d49b6
VB
16562 * ses.el (ses-repair-cell-reference-all): New function.
16563 (ses-cell-symbol): Set macro as safe, so that it can be used in
16564 formulas.
16565
56e6cc31 16566 * ses.el: Update cycle detection algorithm.
90ca8b49 16567 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 16568 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
16569 (ses-set-localvars): New function.
16570 (ses-make-cell): Add property-list as a cell element.
16571 (ses-cell-property-get-fun, ses-cell-property-get)
16572 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
16573 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
16574 New functions.
90ca8b49
VB
16575 (ses-cell-property-set, ses-cell-property-pop)
16576 (ses-cell-property-get-handle): New macro.
16577 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
16578 New aliases, used for code readability.
16579 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
16580 cycle detection.
16581 (ses-self-reference-early-detection): New defcustom.
fac916bf 16582 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
16583 (ses-mode): Use ses-set-localvars.
16584 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
16585 before lauching the update processing.
16586 (ses-initialize-Dijkstra-attempt): New function.
16587 (ses-recalculate-cell): Update for cycle detection based on
16588 Dijkstra algorithm.
16589
2bb63e81
VB
16590 * ses.el: Fix commenting and indenting convention.
16591
c9d29fb8
SM
165922011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
16593
16594 * bs.el (bs-cycle-next): Complete last change.
16595
d8e4b68b
JB
165962011-06-27 Drew Adams <drew.adams@oracle.com>
16597
16598 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
16599
40098786
LMI
166002011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16601
c9d29fb8
SM
16602 * net/network-stream.el (network-stream-open-starttls):
16603 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
16604 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
16605
40098786
LMI
16606 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
16607 to binary to possibly avoid line encoding issues on Windows (among
16608 other things).
16609
468d09d4
LMI
166102011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16611
16612 * net/network-stream.el (open-network-stream): Return an :error
16613 saying what the problem was, if possible.
16614
16615 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
16616 server.
16617
16618 * net/network-stream.el (network-stream-open-starttls): If we
16619 wanted to use STARTTLS, and the server offered it, but we weren't
16620 able to because we had no STARTTLS support, then close the connection.
16621 (open-network-stream): Return an :error element, if present.
16622
16f07dd7
CY
166232011-06-26 Chong Yidong <cyd@stupidchicken.com>
16624
88821ca0
CY
16625 * hl-line.el (hl-line-sticky-flag): Doc fix.
16626 (global-hl-line-sticky-flag): New option (Bug#8323).
16627 (global-hl-line-highlight): Obey it.
16628
16f07dd7
CY
16629 * vc/vc.el (vc-revert-show-diff): Default to t.
16630
6b5ccddf
KM
166312011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
16632
c9d29fb8
SM
16633 * allout-widgets.el (allout-widgets-post-command-business):
16634 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
16635 undecorated when an isearch is continued past, and isearch
16636 automatically collapses them. This leads to "widget leaks", where
16637 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
16638 hidden widgets can slow down cursor travel, substantially.
16639 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
16640 so we're doing without this nicety.
16641
16642 (allout-widgets-tally-string): Don't try to do a hash-table-count
16643 of allout-widgets-tally when it's nil. This eliminates spurious "Error
16644 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
16645 *Messages* when allout-widgets-maintain-tally is t.
16646
355f2e07
MR
166472011-06-26 Martin Rudalics <rudalics@gmx.at>
16648
16649 * window.el (display-buffer-normalize-argument): Rename to
16650 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
16651 LABEL argument. Respect special-display-function when popping up
16652 a new frame. Fix code searching for a window showing the buffer
16653 on another frame.
c9d29fb8
SM
16654 (display-buffer-normalize-specifiers):
16655 Call display-buffer-normalize-arguments.
355f2e07
MR
16656 (display-buffer-in-window): Don't undedicate the window if its
16657 buffer remains the same.
16658 Reported by Drew Adams <drew.adams@oracle.com>.
16659 (display-buffer-alist): Add choice for same-window macro
16660 specfier.
16661 (display-buffer): Mention special meaning of LABEL argument in
16662 doc-string. Fix quoting. Don't pop up a new frame even as
16663 fallback.
16664
7ca8fc42
JB
166652011-06-26 Juanma Barranquero <lekktu@gmail.com>
16666
16667 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
16668 avoid deleting the current window in some cases (bug#8911).
16669
bc312254
AS
166702011-06-26 Andreas Schwab <schwab@linux-m68k.org>
16671
16672 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
16673 (Bug#8934)
16674
2db18f3f
LMI
166752011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
16676
c9d29fb8
SM
16677 * net/network-stream.el (network-stream-open-starttls):
16678 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
16679 (network-stream-open-tls): Ditto.
16680
6302e0d3
LL
166812011-06-26 Leo Liu <sdl.web@gmail.com>
16682
16683 * register.el (registerv): New struct.
16684 (registerv-make): New function.
c9d29fb8
SM
16685 (jump-to-register, describe-register-1, insert-register):
16686 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
16687 struct. (Bug#8415)
16688
5fdd4046
CY
166892011-06-26 Chong Yidong <cyd@stupidchicken.com>
16690
2afef60a
CY
16691 * vc/vc.el (vc-revert-show-diff): New defcustom.
16692 (vc-diff-internal): New arg specifying diff buffer.
16693 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
16694 reuse an existing *vc-diff* buffer (Bug#8927).
16695
5fdd4046
CY
16696 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
16697
e93db24a
GM
166982011-06-26 Glenn Morris <rgm@gnu.org>
16699
16700 * progmodes/f90.el (f90-critical-indent): New option.
16701 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
16702 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
16703 (f90-mode): Doc fix.
16704 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
16705 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
16706 (f90-beginning-of-block, f90-next-block, f90-indent-region)
16707 (f90-match-end): Handle block, critical.
16708
eefff499
GM
167092011-06-25 Glenn Morris <rgm@gnu.org>
16710
f6ba4cc9
GM
16711 * calendar/diary-lib.el (diary-included-files): Doc fix.
16712 (diary-include-files): New function, extracted from
16713 diary-include-other-diary-files and diary-mark-included-diary-files.
16714 (diary-include-other-diary-files, diary-mark-included-diary-files):
16715 Just call diary-include-files.
16716 (diary-mark-entries): Reset diary-included-files on first call.
16717
16712304
GM
16718 * calendar/diary-lib.el (diary-mark-entries)
16719 (diary-mark-included-diary-files):
16720 Visit included diary-files in temp buffers.
16721
5d8e0d43
GM
16722 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
16723 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
16724 (f90-start-block-re, f90-imenu-generic-expression)
16725 (f90-looking-at-program-block-start, f90-no-block-limit):
16726 Add support for submodules.
16727
ccf7a5d5
GM
16728 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16729 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 16730
11fdef7d 167312011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
16732
16733 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
16734 buffer-file-type before setting its value, to avoid disastrous
eefff499 16735 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 16736
74f53697
JB
167372011-06-25 Juanma Barranquero <lekktu@gmail.com>
16738
16739 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
16740
16741 * ses.el (ses-unload-function):
16742 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
16743
16744 * proced.el (proced-unload-function):
16745 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
16746
18a4ce5e
AR
167472011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
16748
16749 * server.el (server-create-window-system-frame): Add parameters arg.
16750 (server-process-filter): Doc fix. Handle frame-parameters.
16751
519d22cc
JB
167522011-06-25 Juanma Barranquero <lekktu@gmail.com>
16753
16754 Fix bug#8730, bug#8781.
16755
16756 * loadhist.el (unload--set-major-mode): New function.
16757 (unload-feature): Use it.
16758
16759 * progmodes/python.el (python-after-info-look): Add autoload cookie.
16760 (python-unload-function): New function.
16761
c206f5b0
SM
167622011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
16763
16764 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
16765
f9ad64f3
GS
167662011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
16767
16768 * net/browse-url.el (browse-url-firefox-program): Add icecat to
16769 the candidates list.
16770
7d0da90e
JB
167712011-06-24 Juanma Barranquero <lekktu@gmail.com>
16772
16773 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
16774
14b4e83d
RS
167752011-06-23 Richard Stallman <rms@gnu.org>
16776
16777 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
16778 (rmail-variables): Set next-error-move-function.
16779 (rmail-what-message): Take argument POS.
16780 (rmail-next-error-move): New function.
16781
273d2baf
SM
167822011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
16783
16784 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
16785 messages for adjacent non-terminals.
16786
56c2cc9a
RS
167872011-06-23 Richard Stallman <rms@gnu.org>
16788
16789 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 16790 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
16791 (rmail-start-mail): Don't specify use of rmail-mail-return;
16792 that's done by mail-bury now.
16793 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 16794
d59eb518
MA
167952011-06-23 Michael Albinus <michael.albinus@gmx.de>
16796
16797 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
16798 SIZE is a number.
16799
02cfc6d6
MR
168002011-06-23 Martin Rudalics <rudalics@gmx.at>
16801
16802 * window.el (get-lru-window, get-mru-window)
16803 (get-largest-window): Never return a minibuffer window.
16804 (display-buffer-pop-up-window): Fix a bug that could lead to
16805 reusing the minibuffer window.
16806 (display-buffer): Pass original specifier argument to
16807 display-buffer-function instead of the normalized one.
16808 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16809
4e323265
LL
168102011-06-22 Leo Liu <sdl.web@gmail.com>
16811
16812 * minibuffer.el (completing-read-function)
1f9f395d 16813 (completing-read-default): Move from minibuf.c.
4e323265 16814
7a70468f
RS
168152011-06-22 Richard Stallman <rms@gnu.org>
16816
50718fc2
RS
16817 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
16818 to Rmail even if not started by a special Rmail command.
16819
7a70468f
RS
16820 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
16821 Copy the buffer currently showing just one message.
16822
297dde5a
RW
168232011-06-22 Roland Winkler <winkler@gnu.org>
16824
16825 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
16826 (bibtex-clean-entry): First delete the old key so that a
16827 customized algorithm for generating the new key does not get
16828 confused by the old key.
16829 (bibtex-url): Obey regexp of first step.
16830 (bibtex-search-entries): Do not use add-to-list with local
16831 list-var.
16832
97bb1093
LMI
168332011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16834
16835 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
16836 stored a user name, then query for the password first, instead of
16837 waiting for SMTP to give an error message and the trying again.
16838
1c0f1a19
JD
168392011-06-22 Lawrence Mitchell <wence@gmx.li>
16840
16841 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
16842 BUFFER in call-process.
16843
396f7c9d
LMI
168442011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16845
16846 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
16847 QUIT twice.
ddb7ffee
LMI
16848 (smtpmail-try-auth-methods): Require user name and password from
16849 auth-source.
396f7c9d 16850
8998d1b3
MR
168512011-06-22 Martin Rudalics <rudalics@gmx.at>
16852
16853 * window.el (display-buffer-default-specifiers)
16854 (display-buffer-alist): Remove entries for pop-up-frame-alist.
16855 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 16856 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
16857
16858 * frame.el (pop-up-frame-alist, pop-up-frame-function)
16859 (special-display-frame-alist, special-display-popup-frame):
16860 Remove duplicate declarations. These are now in window.el.
16861
4ea31e07
LMI
168622011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16863
c9d29fb8
SM
16864 * mail/smtpmail.el (smtpmail-via-smtp):
16865 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
16866 server supports it. SMTP servers that support STARTTLS commonly
16867 require it.
16868
16869 * net/network-stream.el (network-stream-open-starttls): Support
16870 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 16871 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 16872
95f41d9a
LMI
16873 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
16874 upgrades with `open-network-stream', and rely solely on
16875 auth-source for all credentials. Big changes throughout the file,
16876 but in particular:
c9d29fb8
SM
16877 (smtpmail-auth-credentials): Remove.
16878 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
16879 (smtpmail-via-smtp): Check for servers saying they want AUTH after
16880 MAIL FROM, too.
95f41d9a 16881
c9d29fb8
SM
16882 * net/network-stream.el (network-stream-open-starttls):
16883 Provide support for client certificates both for external and built-in
4ea31e07
LMI
16884 STARTTLS.
16885 (auth-source): Require.
16886 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
16887 (network-stream-certificate): Change cert-cert to cert and
16888 cert-key to key.
4ea31e07 16889
065ec2c7
MA
168902011-06-21 Michael Albinus <michael.albinus@gmx.de>
16891
16892 * net/tramp-cache.el (top): Don't load the persistency file when
16893 "emacs -Q" has been called.
16894
cd93b359
DR
168952011-06-21 Tim Harper <timcharper@gmail.com>
16896
d8e4b68b
JB
16897 * term/ns-win.el (ns-initialize-window-system):
16898 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
16899 resource to NO as it is not yet supported by the NS port.
16900
ae9c0411
JB
169012011-06-21 Juanma Barranquero <lekktu@gmail.com>
16902
16903 * misc.el (list-dynamic-libraries--refresh): Compute header here...
16904 (list-dynamic-libraries): ...not here.
16905
7f3f739f
LL
169062011-06-21 Leo Liu <sdl.web@gmail.com>
16907
16908 * subr.el (sha1): Implement sha1 using secure-hash.
16909
327c8fb1
MR
169102011-06-21 Martin Rudalics <rudalics@gmx.at>
16911
16912 * window.el (display-buffer-alist): In default value do not
16913 enforce searching a window on any but the selected frame.
16914 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16915 (display-buffer-select-window): Remove function.
16916 (display-buffer-in-window): When a window on another frame gets
16917 reused, do not select it any more but just raise its frame if
16918 necessary (Bug#8851) and (Bug#8856).
16919 (display-buffer-normalize-options): Handle pop-up-frames related
16920 options more faithfully.
16921 (pop-to-buffer): Don't rely on `display-buffer' selecting the
16922 window if it is on another frame.
c9d29fb8
SM
16923 (display-buffer-alist, display-buffer-default-specifiers):
16924 Don't make new frame unsplittable by default.
9e9de014
MR
16925 (display-buffer-normalize-argument): Fix doc-string typo and use
16926 'same-frame-other-window instead of 'other-window when associating
16927 with display-buffer-macro-specifiers.
327c8fb1 16928
7cf3f556
VB
169292011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
16930
16931 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
16932 New functions.
16933 (5x5-mode-map, 5x5-mode-menu): Bind them.
16934 (5x5-draw-grid): Tweak the solver's rendering.
16935
60a406cf
SM
169362011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16937
16938 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
16939 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
16940
d8e4b68b 169412011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
16942
16943 * menu-bar.el: Use function variable instead of switch-to-buffer.
16944 (menu-bar-select-buffer-function): New variable.
60a406cf 16945 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 16946
478d6f95
SM
169472011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
16948
16949 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
16950 variable's status.
16951
ca530739
JD
169522011-06-20 Jan Djärv <jan.h.d@swipnet.se>
16953
16954 * x-dnd.el (x-dnd-version-from-flags)
16955 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
16956 and long as number (Bug#8899).
16957 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
16958
bcd70d97
SM
169592011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
16960
60a406cf 16961 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
16962 (completion-try-completion, completion-all-completions): Compute the
16963 metadata argument if it's missing; make it optional (bug#8795).
16964
60a406cf 16965 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
16966 (widget-complete): Use new :completion-function property.
16967 (widget-completions-at-point): New function.
16968 (default): Use :completion-function instead of :complete.
60a406cf
SM
16969 (widget-default-completions): Rename from widget-default-complete;
16970 Rewrite.
bcd70d97
SM
16971 (widget-string-complete, widget-file-complete, widget-color-complete):
16972 Remove functions.
16973 (file, symbol, function, variable, coding-system, color):
16974 * international/mule-cmds.el (default-input-method, charset)
16975 (language-info-custom-alist):
16976 * cus-edit.el (face): Use new property :completions.
16977
16978 * progmodes/pascal.el (pascal-completions-at-point): New function.
16979 (pascal-mode): Use it.
16980 (pascal-mode-map): Use completion-at-point.
16981 (pascal-toggle-completions): Make obsolete.
16982 (pascal-complete-word, pascal-show-completions):
16983 * progmodes/octave-mod.el (octave-complete-symbol):
16984 Redefine as obsolete alias.
16985 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
16986 Signal absence of completion info for old Octave,
16987 (inferior-octave-complete): Redefine as obsolete alias.
16988 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
16989 (meta-completions-at-point): Rename from meta-complete-symbol and
16990 adapt it for use on completion-at-point-functions.
16991 (meta-common-mode): Use it.
16992 (meta-looking-at-backward, meta-match-buffer): Remove.
16993 (meta-complete-symbol): Redefine as obsolete alias.
16994 (meta-common-mode-map): Use completion-at-point.
16995 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
16996 (makefile-mode-map): Use completion-at-point.
16997 (makefile-completions-at-point): Rename from makefile-complete and
16998 adapt it for use on completion-at-point-functions.
16999 (makefile-mode): Use it.
17000 (makefile-complete): Redefine as obsolete alias.
17001
aebf69c8
DD
170022011-06-20 Deniz Dogan <deniz@dogan.se>
17003
17004 * net/rcirc.el: Delete trailing whitespaces once and for all.
17005
bfbbb27d
DC
170062011-06-20 Daniel Colascione <dan.colascione@gmail.com>
17007
17008 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
17009
d264a46b
CY
170102011-06-19 Chong Yidong <cyd@stupidchicken.com>
17011
4ca009e5
CY
17012 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
17013
d264a46b
CY
17014 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
17015
fbf5b3ce
MR
170162011-06-19 Martin Rudalics <rudalics@gmx.at>
17017
17018 * window.el (display-buffer-other-window-means-other-frame):
17019 Call display-buffer-normalize-alist.
17020 (display-buffer-normalize-specifiers-1): Rename to
17021 display-buffer-normalize-argument. New argument other-frame.
17022 Rewrite.
17023 (display-buffer-normalize-specifiers-2): Rename to
17024 display-buffer-normalize-options.
17025 (display-buffer-normalize-alist-1): New function.
17026 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
17027 display-buffer-normalize-alist.
17028 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
17029 (display-buffer-normalize-options-inhibit): New variable.
17030 (display-buffer-normalize-specifiers): Rewrite calling
17031 display-buffer-normalize-alist,
17032 display-buffer-normalize-argument, and
17033 display-buffer-normalize-options. Don't call the latter if
17034 display-buffer-normalize-options-inhibit is non-nil.
17035 (frame-auto-delete): New option.
17036 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
17037 (window-list-no-nils, window-state-ignored-parameters)
17038 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
17039 (window-state-put-1, window-state-put-2, window-state-put):
17040 New functions.
9a028c23
MR
17041 (display-buffer-normalize-options): Move special-display-p group
17042 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 17043
6d10d800
CY
170442011-06-18 Chong Yidong <cyd@stupidchicken.com>
17045
6420d28b
CY
17046 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
17047 groups (Bug#8776).
17048 (rx-submatch-n): New function.
17049 (rx): Document it.
17050
ddb8b596
CY
17051 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
17052 (Bug#8768).
17053
17054 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
17055
77080289
CY
17056 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
17057
61dfb316
CY
17058 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
17059 anytime existing face settings are present (Bug#8889).
17060
6d10d800
CY
17061 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
17062 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
17063 Remove unused argument.
17064
be3fb2b8
MR
170652011-06-18 Martin Rudalics <rudalics@gmx.at>
17066
bcd70d97
SM
17067 * window.el (display-buffer-default-specifiers):
17068 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
17069 pop-up-window-min-width, and another reuse-window specifier
17070 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
17071 (display-buffer-normalize-specifiers-2):
17072 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
17073 pop-up-windows is unset. Add a reuse-window specifier for the
17074 case popping up a new window fails.
17075 (special-display-popup-frame): Remove double quoting.
28dec25a 17076 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 17077
1c6d8c76
SM
170782011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
17079
17080 * shell.el (shell-completion-vars): Set pcomplete-termination-string
17081 according to comint-completion-addsuffix.
17082
17083 * pcomplete.el: Convert to lexical binding and fix bug#8819.
17084 (pcomplete-suffix-list): Mark as obsolete.
17085 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
17086 pcomplete-seen in the closure.
17087 (pcomplete-comint-setup): Setup completion-at-point as well.
17088 (pcomplete--entries): New function.
17089 (pcomplete--env-regexp): New var.
17090 (pcomplete-entries): Rewrite to work with partial-completion and
17091 without relying on pcomplete-suffix-list.
17092 (pcomplete-pare-list): Remove, unused.
17093
25aef8b8
MR
170942011-06-17 Martin Rudalics <rudalics@gmx.at>
17095
17096 * window.el (display-buffer-alist): Set pop-up-window-min-height
17097 and pop-up-window-min-width in default value. Reported by
17098 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
17099 other-window-means-other-frame.
17100 (display-buffer-macro-specifiers): Comment out entry for
17101 other-window specifier.
17102 (display-buffer-other-window-means-other-frame): New function.
17103 (display-buffer-normalize-specifiers-1): New arguments
17104 buffer-name and label. Treat other-window case specially.
17105 (display-buffer-normalize-specifiers-2): Treat other-window case
17106 specially.
17107 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
17108 (display-buffer-normalize-specifiers):
17109 Call display-buffer-normalize-specifiers-3.
25aef8b8 17110
dbad4f69
MR
171112011-06-17 Martin Rudalics <rudalics@gmx.at>
17112
17113 * window.el (same-window-p): Fix two typos introduced when
17114 adding with-no-warnings.
d1067961
MR
17115 (display-buffer-normalize-specifiers-1): Don't check
17116 pop-up-frames for 'unset initialization.
17117 (display-buffer-normalize-specifiers-2): Major rewrite using
17118 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
17119 (pop-up-frames, display-buffer-reuse-frames)
17120 (display-buffer-mark-dedicated): Don't initialize to 'unset.
17121 Suggested by David Engster <deng@randomsample.de>.
17122 (even-window-heights): Initialize to 'unset.
17123 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
17124 (display-buffer-macro-specifiers): Don't pop up a new frame in the
17125 other window case.
dbad4f69 17126
9b9c9e3a
MR
171272011-06-16 Martin Rudalics <rudalics@gmx.at>
17128
bcd70d97
SM
17129 * window.el (display-buffer-normalize-specifiers-1):
17130 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 17131 second argument of display-buffer (Bug#8865).
981d5c09
MR
17132 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
17133 (switch-to-buffer-other-window-same-frame)
17134 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
17135 Adams (Bug#8875).
9c2755e9
MR
17136 (display-buffer): Don't check noninteractive when calling
17137 display-buffer-pop-up-frame.
17138 (display-buffer-pop-up-frame): Never pop up a frame in
17139 noninteractive mode (Bug#8857).
67222e1d
MR
17140 (enlarge-window, shrink-window): Don't report an error when the
17141 window can't be resized as requested (Bug#8862).
9b9c9e3a 17142
2b75be67
SM
171432011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17144
9ffdd3ba
SM
17145 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
17146
cb581a67
SM
17147 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
17148
2b75be67
SM
17149 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
17150
8c0e3589
AM
171512011-06-15 Alan Mackenzie <acm@muc.de>
17152
cb581a67
SM
17153 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
17154 for declarators, disable knr checking to speed up for normal files.
17155 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 17156
b96e6cde
LMI
171572011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
17158
4bba86e6
LMI
17159 * net/network-stream.el (open-network-stream): Add the keyword
17160 :always-query-capabilities for the case where you want to force a
17161 `plain' network connection, but the protocol still requires the
17162 capabilitiy command (i.e., SMTP and EHLO).
17163
2b75be67 17164 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
17165 consistency with other `-live-p' functions.
17166
efdcdbf8
SM
171672011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17168
17169 * window.el (same-window-buffer-names, same-window-regexps)
17170 (special-display-frame-alist, special-display-popup-frame)
17171 (special-display-function, special-display-buffer-names)
17172 (special-display-regexps, pop-up-frame-alist)
17173 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
17174 (pop-up-windows, split-window-preferred-function)
17175 (split-height-threshold, split-width-threshold, even-window-heights)
17176 (display-buffer-mark-dedicated): Don't encourage the use of
17177 display-buffer-alist from Elisp code.
17178
c5cde042
DN
171792011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
17180
17181 * progmodes/python.el (python-mode): Derive from prog-mode.
17182 * progmodes/ps-mode.el (ps-mode):
17183 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 17184 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
17185 * progmodes/ld-script.el (ld-script-mode): Likewise.
17186
baa1c9ab
MR
171872011-06-15 Martin Rudalics <rudalics@gmx.at>
17188
17189 * window.el (display-buffer-alist): Trim default value to avoid
17190 popping up a new frame (Bug#8857) or reusing an arbitrary window
17191 on another frame.
17192 (display-buffer): Do not fall back on popping up a new frame in
17193 batch mode (Bug#8857).
17194
c5dd5a51
CY
171952011-06-14 Chong Yidong <cyd@stupidchicken.com>
17196
17197 * cus-theme.el (describe-theme-1): Use custom-theme-p.
17198 (custom-theme-summary): New function.
17199 (customize-themes): Use it.
17200
d647b7c4
GM
172012011-06-13 Glenn Morris <rgm@gnu.org>
17202
17203 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
17204
9481c002
MR
172052011-06-13 Martin Rudalics <rudalics@gmx.at>
17206
357f93d2
MR
17207 * help.el (help-window): Remove variable.
17208 (help-window-point-marker, temp-buffer-max-height)
17209 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
17210 (help-print-return-message): Don't set help-window.
17211 (resize-temp-buffer-window): Rewrite cod eand doc-string.
17212 (help-window-setup-finish): Remove.
17213 (help-window-display-message, help-window-setup)
17214 (with-help-window): Major rewrite based on new
17215 display-buffer-window variable.
17216
17217 * help-mode.el (help-mode-finish): Remove help-window related
17218 code.
17219
17220 * view.el (view-exits-all-viewing-windows): Remove reference to
17221 view-return-to-alist in doc-string.
17222 (view-return-to-alist): Make obsolete.
17223 (view-buffer): Call pop-to-buffer-same-window and remove
17224 undo-window code.
17225 (view-buffer-other-window): Call pop-to-buffer-other-window and
17226 simplify code. Ignore second argument.
17227 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
17228 simplify code. Ignore second argument.
17229 (view-return-to-alist-update): Make obsolete.
17230 (view-mode-enter): Rename second argument to QUIT-RESTORE.
17231 Rewrite using quit-restore window parameters.
2b75be67
SM
17232 (view-mode-exit): Rename second argument to EXIT-ONLY.
17233 Rewrite using quit-restore-window.
357f93d2
MR
17234 (View-exit, View-exit-and-edit, View-leave, View-quit)
17235 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
17236 appropriate arguments.
17237 (view-end-message): Use quit-restore window parameter.
17238
9481c002
MR
17239 * window.el (display-buffer-function): Rewrite doc-string.
17240 (display-buffer-window, display-buffer-alist): New variables.
17241 (display-buffer-split-specifiers)
17242 (display-buffer-side-specifiers)
17243 (display-buffer-macro-specifiers): New constants.
17244 (display-buffer-even-window-sizes, display-buffer-set-height)
17245 (display-buffer-set-width, display-buffer-select-window)
17246 (display-buffer-in-window, display-buffer-reuse-window)
17247 (display-buffer-split-window-1, display-buffer-split-window)
17248 (display-buffer-split-atom-window, display-buffer-pop-up-window)
17249 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
17250 (display-buffer-in-side-window, normalize-buffer-to-display)
17251 (display-buffer-normalize-specifiers-1)
17252 (display-buffer-normalize-specifiers-2)
2b75be67
SM
17253 (display-buffer-normalize-specifiers, display-buffer-frame):
17254 New functions.
9481c002
MR
17255 (display-buffer): Major rewrite.
17256 (display-buffer-other-window, display-buffer-other-frame)
17257 (pop-to-buffer, switch-to-buffer-other-window)
17258 (switch-to-buffer-other-frame): Rewrite.
17259 (display-buffer-same-window, display-buffer-same-frame)
17260 (display-buffer-same-frame-other-window)
17261 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17262 (pop-to-buffer-other-window)
17263 (pop-to-buffer-same-frame-other-window)
17264 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
17265 (switch-to-buffer-other-window-same-frame): New functions.
17266 (same-window-p, special-display-p): Rewrite disabling warnings.
17267 Make obsolete.
17268 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17269 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
17270 Make obsolete
17271 (same-window-buffer-names, same-window-regexps)
17272 (special-display-frame-alist, special-display-popup-frame)
17273 (special-display-function, special-display-buffer-names)
17274 (special-display-regexps, pop-up-frame-alist)
17275 (pop-up-frame-function, split-window-preferred-function)
17276 (split-height-threshold, split-width-threshold)
17277 (even-window-heights): Make obsolete.
17278
9db51aca
GM
172792011-06-12 Glenn Morris <rgm@gnu.org>
17280
17281 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 17282 Misc simplifications.
9db51aca 17283
39cffb44
MR
172842011-06-12 Martin Rudalics <rudalics@gmx.at>
17285
17286 * window.el (window-safely-shrinkable-p): Restore function which
17287 was inadvertently removed in change from 2011-06-11. Declare as
17288 obsolete.
17289
2b75be67
SM
17290 * calendar/calendar.el (calendar-generate-window):
17291 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
17292 window-safely-shrinkable-p.
17293
a8955be7
GM
172942011-06-12 Glenn Morris <rgm@gnu.org>
17295
17296 * progmodes/fortran.el (fortran-mode-syntax-table):
17297 * progmodes/f90.el (f90-mode-syntax-table):
17298 Set % to punctuation. (Bug#8820)
17299 (f90-find-tag-default): Remove, no longer needed.
17300
f0d4059d
DC
173012011-06-12 Daniel Colascione <dan.colascione@gmail.com>
17302
17303 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
17304
1100a63c
CY
173052011-06-11 Chong Yidong <cyd@stupidchicken.com>
17306
17307 * image.el (image-animated-p): Return animation delay in seconds.
17308 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
17309 (image-animate-timeout): Remove DELAY argument. Don't assume
17310 every subimage has the same delay; get it from image-animated-p.
17311 (image-animate): Caller changed.
17312
def722bf
MA
173132011-06-11 Michael Albinus <michael.albinus@gmx.de>
17314
17315 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
17316 to ignored backtrace functions.
17317
0a2bb1a9
GM
173182011-06-11 Glenn Morris <rgm@gnu.org>
17319
17320 * calendar/appt.el (appt-disp-window-function): Doc fix.
17321 (appt-check): Handle overlapping appointments. (Bug#8337)
17322
6198ccd0
MR
173232011-06-11 Martin Rudalics <rudalics@gmx.at>
17324
17325 * window.el (window-tree-1, window-tree): New functions, moving
17326 the latter to window.el.
17327 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17328 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17329 (bw-refresh-edges): Remove.
17330 (balance-windows-1, balance-windows-2): New functions.
17331 (balance-windows): Rewrite in terms of window tree functions,
17332 balance-windows-1 and balance-windows-2.
17333 (bw-adjust-window): Remove.
17334 (balance-windows-area-adjust): New function with functionality of
17335 bw-adjust-window but using resize-window.
2b75be67
SM
17336 (set-window-text-height): Rewrite doc-string.
17337 Use normalize-live-window and resize-window.
17338 (enlarge-window-horizontally, shrink-window-horizontally):
17339 Rename argument to DELTA.
6198ccd0
MR
17340 (window-buffer-height): New function.
17341 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
17342 Rewrite using new window resize routines.
2b75be67
SM
17343 (kill-buffer-and-window, mouse-autoselect-window-select):
17344 Use ignore-errors instead of condition-case.
6198ccd0
MR
17345 (quit-window): Call delete-frame instead of delete-windows-on
17346 for the only buffer on frame.
17347
9397e56f
MR
173482011-06-10 Martin Rudalics <rudalics@gmx.at>
17349
17350 * loadup.el (top-level): Load window before files for the sake
17351 of replace-buffer-in-windows.
17352
17353 * files.el (read-buffer-to-switch)
17354 (switch-to-buffer-other-window)
2b75be67
SM
17355 (switch-to-buffer-other-frame, display-buffer-other-frame):
17356 Move to window.el.
9397e56f
MR
17357
17358 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
17359 (previous-buffer): Move to window.el.
17360
17361 * bindings.el (unbury-buffer): Move to window.el.
17362
17363 * window.el (delete-other-windows-vertically): Move after
17364 definition of delete-other-windows.
17365 (other-window, delete-windows-on, replace-buffer-in-windows):
17366 Move here from window.c.
17367 (record-window-buffer, unrecord-window-buffer)
17368 (set-window-buffer-start-and-point, switch-to-prev-buffer)
17369 (switch-to-next-buffer): New functions.
17370 (get-next-valid-buffer, last-buffer, next-buffer): Move here
17371 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
17372 (previous-buffer): Move here from simple.el.
17373 Call switch-to-prev-buffer.
9397e56f
MR
17374 (bury-buffer): Move here from buffer.c. Switch to previous
17375 buffer when window cannot be deleted.
17376 (unbury-buffer): Move here from bindings.el.
17377 (ctl-x-map): Move binding for other-window from window.c to
17378 here.
17379 (read-buffer-to-switch, switch-to-buffer-other-window)
17380 (switch-to-buffer-other-frame): Move here from files.el.
17381 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
17382 (switch-to-buffer): Move here from buffer.c.
17383 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 17384
562dd5e9
MR
173852011-06-10 Martin Rudalics <rudalics@gmx.at>
17386
17387 * window.el (window-min-height, window-min-width): Move here
17388 from window.c. Add defcustoms and rewrite doc-strings.
17389 (resize-mini-window, resize-window): New functions.
17390 (adjust-window-trailing-edge, enlarge-window, shrink-window):
17391 Move here from window.c.
17392 (maximize-window, minimize-window): New functions.
17393 (delete-window, delete-other-windows, split-window): Move here
17394 from window.c.
17395 (window-split-min-size): New function.
17396 (split-window-keep-point): Mention split-window-above-each-other
17397 instead of split-window-vertically.
2b75be67 17398 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
17399 Rename split-window-vertically to split-window-above-each-other
17400 and provide defalias for old definition.
17401 (split-window-side-by-side, split-window-horizontally):
17402 Rename split-window-horizontally to split-window-side-by-side
17403 and provide defalias for the old definition.
562dd5e9
MR
17404 (ctl-x-map): Move bindings for delete-window,
17405 delete-other-windows and enlarge-window here from window.c.
17406 Replace bindings for split-window-vertically and
17407 split-window-horizontally by bindings for
17408 split-window-above-each-other and split-window-side-by-side.
17409
17410 * cus-start.el (all): Remove entries for window-min-height and
17411 window-min-width. Add entries for window-splits and
17412 window-nest.
17413
f0da764a
GM
174142011-06-09 Glenn Morris <rgm@gnu.org>
17415
80675c21
GM
17416 * calendar/appt.el (appt-mode-line): New function.
17417 (appt-check, appt-disp-window): Use it.
17418
f0da764a
GM
17419 * files.el (hack-one-local-variable-eval-safep):
17420 Allow minor-modes with explicit +/-1 arguments.
17421
59f623b7
TZ
174222011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
17423
17424 * term/xterm.el (xterm): Add defgroup.
17425 (xterm-extra-capabilities): Add defcustom to supply known xterm
17426 capabilities, skip querying them, or query them (default).
17427 (terminal-init-xterm): Use it.
17428 (terminal-init-xterm-modify-other-keys): New function to set up
17429 modifyOtherKeys support to simplify `terminal-init-xterm'.
17430
9aab8e0d
MR
174312011-06-09 Martin Rudalics <rudalics@gmx.at>
17432
17433 * window.el (resize-window-reset, resize-window-reset-1)
17434 (resize-subwindows-skip-p, resize-subwindows-normal)
17435 (resize-subwindows, resize-other-windows, resize-this-window)
17436 (resize-root-window, resize-root-window-vertically)
17437 (window-deletable-p, window-or-subwindow-p)
17438 (frame-root-window-p): New functions.
17439
e8b08aee
GM
174402011-06-09 Glenn Morris <rgm@gnu.org>
17441
17442 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
17443 (ange-ftp-get-files): Use it.
17444
254c37a5
AK
174452011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17446
17447 * mail/sendmail.el (mail-recover-1, mail-recover):
17448 * files.el (recover-file, recover-session):
17449 Handle dired-listing-switches not being just a single short option.
17450
35d7dbd3
GM
174512011-06-09 Glenn Morris <rgm@gnu.org>
17452
17453 * calendar/appt.el (appt-display-message, appt-disp-window):
17454 Handle lists of appointments.
17455
387522b2
MR
174562011-06-08 Martin Rudalics <rudalics@gmx.at>
17457
2b75be67
SM
17458 * window.el (one-window-p): Move down in code.
17459 Rewrite doc-string.
17460 (window-current-scroll-bars): Rewrite doc-string.
17461 Normalize live window argument.
387522b2
MR
17462 (walk-windows, get-window-with-predicate, count-windows):
17463 Rewrite doc-string. Use window-list-1.
17464 (window-in-direction-2, window-in-direction, get-mru-window):
17465 New functions.
17466
d8e4b68b 174672011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
17468
17469 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
17470 Doc fix (Bug#8713).
17471
174722011-06-08 Chong Yidong <cyd@stupidchicken.com>
17473
17474 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
17475
174762011-06-08 Juanma Barranquero <lekktu@gmail.com>
17477
17478 * loadhist.el (unload-feature-special-hooks):
17479 Add `comint-output-filter-functions'.
17480
0de12c52
IK
174812011-06-08 Ivan Kanis <gnu@kanis.fr>
17482
17483 * calendar/appt.el (appt-check): Move some initializations into the let.
17484
f3d1777e
MR
174852011-06-08 Martin Rudalics <rudalics@gmx.at>
17486
17487 * window.el (window-height): Defalias to window-total-height.
17488 (window-width): Defalias to window-body-width.
17489
18af70d0
CY
174902011-06-07 Chong Yidong <cyd@stupidchicken.com>
17491
17492 * image-mode.el (image-toggle-animation): New command.
17493 (image-mode-map): Bind it to RET.
17494 (image-mode): Update message.
17495 (image-toggle-display-image): Avoid a spurious cache flush.
17496 (image-transform-rotation): Doc fix.
17497 (image-transform-properties): Return quickly in the normal case.
17498 (image-animate-loop): Rename from image-animate-max-time.
17499
2b75be67 17500 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
17501 (create-animated-image): Remove unnecessary function.
17502 (image-animate): Rename from image-animate-start. New arg.
2b75be67 17503 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
17504 (image-animate-timer): Use car-safe.
17505 (image-animate-timeout): Rename argument.
17506
190b47e6
MR
175072011-06-07 Martin Rudalics <rudalics@gmx.at>
17508
17509 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
17510 window.c. Rename first argument to ALL-FRAMES.
17511 Rephrase doc-strings.
17512 (get-buffer-window-list): Rewrite using window-list-1.
17513 Rephrase doc-string.
a1511caf
MR
17514 (window-safe-min-height, window-safe-min-width): New constants.
17515 (window-size-ignore, window-min-size, window-min-size-1)
17516 (window-sizable, window-sizable-p, window-size-fixed-1)
17517 (window-size-fixed-p, window-min-delta-1, window-min-delta)
17518 (window-max-delta-1, window-max-delta, window-resizable)
17519 (window-resizable-p, window-total-height, window-total-width)
17520 (window-body-width): New functions.
17521 (window-full-height-p, window-full-width-p): Rewrite using
17522 window-total-size.
17523 (window-body-height): Rewrite using window-body-size.
190b47e6 17524
85cc1f11
MR
175252011-06-06 Martin Rudalics <rudalics@gmx.at>
17526
17527 * window.el (window-right, window-left, window-child)
17528 (window-child-count, window-last-child, window-any-p)
17529 (normalize-live-buffer, normalize-live-frame)
17530 (normalize-any-window, normalize-live-window)
17531 (window-iso-combination-p, window-iso-combined-p)
17532 (window-iso-combinations)
17533 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
17534 (windows-with-parameter, window-with-parameter)
17535 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
17536 (window-atom-check, window-side-check, window-check):
17537 New functions.
85cc1f11
MR
17538 (ignore-window-parameters, window-sides, window-sides-vertical)
17539 (window-sides-slots): New variables.
17540 (window-size-fixed): Move down in code. Minor doc-string fix.
17541
e7156492
AS
175422011-06-05 Andreas Schwab <schwab@linux-m68k.org>
17543
17544 * comint.el (comint-dynamic-complete-as-filename)
17545 (comint-dynamic-complete-filename): Correctly call
17546 completion-in-region.
17547
7e821d0d
DD
175482011-06-05 Deniz Dogan <deniz@dogan.se>
17549
17550 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
17551 in last change.
17552
ac09b8a1
DD
175532011-06-05 Deniz Dogan <deniz@dogan.se>
17554
17555 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
17556 (rcirc): Use it to prompt for encryption.
17557
34699b85
RW
175582011-06-05 Roland Winkler <winkler@gnu.org>
17559
17560 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
17561 (bibtex-search-entries): New command bound to C-c C-a.
17562 (bibtex-display-entries): New function.
17563
004dedd3
RW
175642011-06-05 Roland Winkler <winkler@gnu.org>
17565
17566 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
17567 (bibtex-insert-kill): After yanking insert newline if necessary.
17568 (bibtex-initialize): Call bibtex-string-files-init only once.
17569 (bibtex-mode): Do not call easy-menu-add.
17570 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
17571 (bibtex-yank): Set arg properly if nil.
17572
022fe7ce
RW
175732011-06-05 Roland Winkler <winkler@gnu.org>
17574
2b75be67
SM
17575 * textmodes/bibtex.el (bibtex-search-entry-globally):
17576 New variable.
022fe7ce
RW
17577 (bibtex-search-entry): Use it.
17578
b7c3692a
RW
175792011-06-05 Roland Winkler <winkler@gnu.org>
17580
17581 * textmodes/bibtex.el (bibtex-entry-format): New option
17582 sort-fields.
17583 (bibtex-format-entry, bibtex-reformat): Honor this option.
17584 (bibtex-parse-entry): Return fields in proper order.
17585
8eda563d
JB
175862011-06-05 Juanma Barranquero <lekktu@gmail.com>
17587
17588 * doc-view.el (doc-view-remove-if): Move computation of result out
17589 of `dolist' to silence misleading lexical-binding warning.
17590
7dbe3dbc
CY
175912011-06-04 Chong Yidong <cyd@stupidchicken.com>
17592
17593 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
17594 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
17595
0c33dd17
MA
175962011-06-04 Michael Albinus <michael.albinus@gmx.de>
17597
17598 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
17599 "SunOS 5.10".
17600
f8f91c2b
MA
176012011-06-04 Michael Albinus <michael.albinus@gmx.de>
17602
17603 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
17604 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
17605 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
17606 (tramp-parse-putty):
17607 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
17608 (tramp-completion-function-alist-ssh)
17609 (tramp-completion-function-alist-telnet)
17610 (tramp-completion-function-alist-su)
17611 (tramp-completion-function-alist-putty): Set `tramp-autoload'
17612 cookie.
17613
17614 * net/tramp-ftp.el:
17615 * net/tramp-sh.el:
17616 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
17617 load "tramp.el" `tramp-set-completion-function'.
17618
e17d9003
SM
176192011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
17620
17621 * shell.el: Require and use pcomplete.
17622 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
17623 (shell-completion-vars): Set pcomplete-default-completion-function.
17624
6c4cab03
DD
176252011-06-04 Deniz Dogan <deniz@dogan.se>
17626
17627 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
17628 `memq' (Bug#8799).
17629
ea9fafe0
SM
176302011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17631
17632 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
17633
b3e945d3
JB
176342011-06-02 Juanma Barranquero <lekktu@gmail.com>
17635
17636 * bs.el (bs--mark-unmark, bs--nth-wrapper):
17637 * mpc.el (mpc-select-extend, mpc-songpointer-context):
17638 * vc/log-view.el (log-view-beginning-of-defun):
17639 * vc/smerge-mode.el (smerge-apply-resolution-patch)
17640 (smerge-refine-forward, smerge-refine-chopup-region):
17641 Silence warning for unused `dotimes' counter variables.
17642
7d520089
SM
176432011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
17644
17645 * net/tramp.el (tramp-with-progress-reporter): Rename from
17646 with-progress-reporter. Use `declare'.
17647 * net/tramp-smb.el:
17648 * net/tramp-sh.el:
17649 * net/tramp-gvfs.el: Update all uses.
17650
a1c2400f
JB
176512011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
17652
17653 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
17654 buffer isn't killed before making it current.
17655
2403c841
SM
176562011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17657
17658 Silence various byte-compiler warnings.
17659 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
17660 `access-type' and new obsolescence format.
17661 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
17662 new format.
17663 (byte-compile-check-variable): New `access-type' argument.
17664 Only warn if the access-type is obsolete.
17665 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
17666 (byte-compile-variable-set): Adjust callers.
17667 * help-fns.el (describe-variable): Adjust to new obsolescence format.
17668 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
17669 setting it as obsolete.
17670 * simple.el (minibuffer-completing-symbol):
17671 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
17672 access as obsolete.
17673 * minibuffer.el (minibuffer-completing-file-name): Don't make it
17674 obsolete yet.
17675 * international/quail.el (quail-mouse-choose-completion): Remove unused
17676 code referring to obsolete var.
17677 (quail-choose-completion-string): Remove.
17678 * server.el (server-clients-with, server-kill-buffer-query-function)
17679 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
17680 * proced.el (proced-send-signal):
17681 * emacs-lisp/lisp.el (lisp-complete-symbol):
17682 Replace completion-annotate-function with completion-extra-properties.
17683
2462470b
SM
176842011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
17685
fb5b2591
SM
17686 * simple.el (goto-line): Use read-number.
17687 (overriding-map-is-bound): Remove.
17688 (saved-overriding-map): Change default.
17689 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
17690 Take the map as argument.
17691 (universal-argument, negative-argument, digit-argument): Use it.
17692 (restore-overriding-map): Adjust.
17693 (do-auto-fill): Use fill-forward-paragraph.
17694 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
17695
fd6fa53f
SM
17696 * minibuffer.el (minibuffer-inactive-mode-map): New var.
17697 (minibuffer-inactive-mode): New major mode.
17698 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
17699 the *Messages* buffer" hack.
17700 (mouse-popup-menubar): Don't burp if the event is a normal key.
17701
2462470b
SM
17702 Miscellaneous tweaks.
17703 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
17704 lexical scoping as in subr.el's dolist and dotimes.
17705 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
17706 Silence compiler warning.
17707 * thingatpt.el (forward-whitespace): Trivial coding style fix.
17708 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
17709 * international/ccl.el (ccl-compile): Trivial simplification.
17710 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
17711 * emacs-lisp/testcover.el (testcover-end): Remove spurious
17712 `printflag' argument.
17713 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17714 Purecopy the whole obsolescence data.
17715
108bf785
LL
177162011-06-01 Leo Liu <sdl.web@gmail.com>
17717
17718 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
17719 improve doc-string as suggested by Marco Pessotto
17720 <melmothx@gmail.com>.
17721 (rcirc-print): Fix last change.
17722
30a23501
SM
177232011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17724
17725 * minibuffer.el (complete-with-action): Return nil for the metadata and
17726 boundaries of non-functional tables.
17727 (completion-table-dynamic): Return nil for the metadata.
17728 (completion-table-with-terminator): Add default case, using
17729 complete-with-action.
17730 (completion--metadata): New function.
17731 (completion-all-sorted-completions, minibuffer-completion-help): Use it
17732 to try and avoid pathological performance problems.
17733 (completion--embedded-envvar-table): Return `category' metadata.
17734
bcd54f83
LMI
177352011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
17736
17737 * subr.el (process-alive-p): New tiny convenience function.
17738
e227544d
SM
177392011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17740
17741 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
17742 content but also its previous major mode.
17743
e8296fdc
HE
177442011-05-31 Helmut Eller <eller.helmut@gmail.com>
17745
4d61f28d 17746 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
17747 *Backtrace* buffer when we exit with C-M-c.
17748
620c53a6
SM
177492011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
17750
17751 * minibuffer.el: Add metadata method to completion tables.
17752 (completion-category-overrides): New defcustom.
17753 (completion-metadata, completion--field-metadata)
17754 (completion-metadata-get, completion--styles)
17755 (completion--cycle-threshold): New functions.
17756 (completion-try-completion, completion-all-completions):
17757 Add `metadata' argument to choose completion-styles.
17758 (completion--do-completion): Use metadata to choose cycling.
17759 (completion-all-sorted-completions): Use metadata for sorting.
17760 Remove :completion-cycle-penalty which is not needed any more.
17761 (completion--try-word-completion): Add `metadata' argument.
17762 (minibuffer-completion-help): Check metadata for annotation function
17763 and sorting.
17764 (completion-file-name-table): Return `category' metadata.
17765 (minibuffer-completing-file-name): Make obsolete.
17766 * simple.el (minibuffer-completing-symbol): Make obsolete.
17767 * icomplete.el (icomplete-completions): Pass new `metadata' param to
17768 completion-try-completion.
17769
1257e755
SM
177702011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
17771
17772 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
17773
3767e706
LL
177742011-05-30 Leo Liu <sdl.web@gmail.com>
17775
17776 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
17777 (rcirc-print): Decode all incoming messages (bug#8744).
17778 (rcirc-decode-coding-system): Allow value nil for automatic coding
17779 system detection.
3767e706 17780
d1a5d56a
GM
177812011-06-01 Glenn Morris <rgm@gnu.org>
17782
17783 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
17784
e8cbec34
CY
177852011-05-29 Chong Yidong <cyd@stupidchicken.com>
17786
17787 * image.el (image-animate-max-time): Allow nil and t values.
17788 Default to nil.
17789 (create-animated-image): Doc fix.
17790 (image-animate-start): Remove second arg; just use
17791 image-animate-max-time.
17792 (image-animate-timeout): Doc fix. Args changed.
17793
17794 * image-mode.el (image-toggle-display-image): Ensure that the
17795 image spec passed to the animate timer is the same object as in
58179cce 17796 the buffer's display property (Bug#6981).
e8cbec34
CY
17797 (image-transform-properties): Doc fix.
17798
17799 * image.el (image-animate-max-time): Default to nil.
17800
159daf87
MR
178012011-05-29 Martin Rudalics <rudalics@gmx.at>
17802
17803 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
17804 entire buffer list (Bug#8184).
17805
d66c4c7c
CY
178062011-05-29 Chong Yidong <cyd@stupidchicken.com>
17807
17808 * image.el (imagemagick-types-inhibit)
17809 (imagemagick-register-types): Doc fix.
17810
80aec780
DD
178112011-05-29 Deniz Dogan <deniz@dogan.se>
17812
17813 * net/rcirc.el (rcirc): Use the user's stored encryption method by
17814 default.
17815
1dd3c2d9
CY
178162011-05-29 Chong Yidong <cyd@stupidchicken.com>
17817
17818 * select.el: Don't perform clipboard-manager saving in hooks;
17819 leave the hooks empty.
17820
60e56523
LL
178212011-05-28 Leo Liu <sdl.web@gmail.com>
17822
17823 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
17824 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
17825 (occur-edit-mode): New major mode (Bug#8463).
17826 (occur-after-change-function): New function.
17827 (occur-engine): Give Occur tags a read-only property.
17828
2b1e1a22
KR
178292011-05-28 Kevin Ryde <user42@zip.com.au>
17830
17831 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
17832
5d344e88
CY
178332011-05-28 Chong Yidong <cyd@stupidchicken.com>
17834
8e6ca83d
CY
17835 * bindings.el (help-echo): Make the initial non-indicator dash
17836 empty on graphical terminals (Bug#7295).
17837
5d344e88
CY
17838 * files.el (auto-mode-alist): Move config rule after the
17839 in-stripping one (Bug#8547).
17840
bfbbace7
CY
17841 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
17842
fbeba6e2
CY
17843 * startup.el (normal-splash-screen): Remove gratuitous mode-line
17844 setting (Bug#8740).
17845
60ed8c72
AA
178462011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
17847
4ac619f0
AA
17848 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
17849 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
17850 (Bug#8539).
60ed8c72 17851
23db196e
CY
178522011-05-28 Chong Yidong <cyd@stupidchicken.com>
17853
17854 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
17855
5012f24c
DK
178562011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
17857
17858 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
17859 (hs-hide-block-at-point, hs-find-block-beginning)
17860 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
17861 (Bug#8279).
17862
6a639b16
GM
178632011-05-28 Glenn Morris <rgm@gnu.org>
17864
17865 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
17866
d43eaf2c
CY
178672011-05-28 Chong Yidong <cyd@stupidchicken.com>
17868
5199bde1
CY
17869 * help-fns.el (describe-function-1): If the function is a derived
17870 major mode, print the parent mode.
17871
d43eaf2c
CY
17872 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
17873 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
17874
423428a8
SM
178752011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
17876
0ff8e1ba 17877 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 17878 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
17879 * progmodes/etags.el (tags-completion-at-point-function):
17880 * info-look.el (info-lookup-completions-at-point): Mark as
17881 non-exclusive.
17882 (info-complete): Adjust accordingly.
17883
423428a8
SM
17884 * info-look.el: Convert to lexical-binding and completion-at-point.
17885 (info-lookup-completions-at-point): New function.
17886 (info-complete): Use it and completion-in-region.
17887
b74aa22b
DA
178882011-05-28 Drew Adams <drew.adams@oracle.com>
17889
17890 * isearch.el: Let M-e start with point at the first mismatched char.
17891 (isearch-fail-pos): New function.
17892 (isearch-edit-string): Use it.
17893
66e2e71d
DK
178942011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17895
17896 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17897
b1890b0f 178982011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
17899
17900 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
17901 traversal functions for avl-trees.
17902 (avl-tree--stack): New struct.
17903 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
17904 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
17905 (avl-tree--do-enter): Add optional `updatefun' arg.
17906 Change return value.
eb95d01d 17907 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
17908 (avl-tree--do-delete): Add `test' and `nilflag' args.
17909 Change return value.
eb95d01d
TC
17910 (avl-tree-member): Add optional `nilflag'
17911 (avl-tree-member-p): New function.
17912 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
17913 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
17914 (avl-tree-stack-empty-p): New functions.
17915
3769ddcf
TC
17916 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
17917 avl-tree--del-balance1 and make it work both ways.
17918 (avl-tree--del-balance2): Remove.
17919 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
17920 make it work both ways.
17921 (avl-tree--enter-balance2): Remove.
17922 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
17923 New macros.
17924 (avl-tree--mapc, avl-tree-map): Add direction argument.
17925
eb95d01d 179262011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
17927
17928 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
17929
a9f737ee
CY
179302011-05-27 Chong Yidong <cyd@stupidchicken.com>
17931
17932 * select.el: Support clipboard managers with built-in function
17933 x-clipboard-manager-save, via delete-frame-functions and
17934 kill-emacs-hook.
17935 (xselect-convert-to-targets): Add MULTIPLE target to list.
17936 (xselect-convert-to-save-targets): New function.
17937
c92a1e54
KH
179382011-05-27 Kenichi Handa <handa@m17n.org>
17939
17940 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
17941 let-binding rfc2047-encode-encoded-words to nil.
17942
e145f188
GM
179432011-05-27 Glenn Morris <rgm@gnu.org>
17944
5ec8a862
GM
17945 * mail/emacsbug.el: Don't require url-util.
17946
4b29d9fb
GM
17947 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
17948
e145f188
GM
17949 * files.el (set-auto-mode):
17950 Also respect mode: entries at the end of the file. (Bug#8586)
17951
7d15102b
GM
179522011-05-26 Glenn Morris <rgm@gnu.org>
17953
98f593b8
GM
17954 * files.el (hack-local-variables-prop-line, hack-local-variables):
17955 Downcase mode names, as seems to be traditional.
27b48e63 17956 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 17957
7d15102b
GM
17958 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
17959 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
17960
51d5b4ec
JD
179612011-05-25 Julien Danjou <julien@danjou.info>
17962
17963 * textmodes/rst.el (rst-define-level-faces): Do not define face
17964 symbol if it is already defined.
17965
91513f63
VB
179662011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
17967
17968 * play/5x5.el (5x5-new-game, 5x5-randomize):
17969 Reset 5x5-solver-output to nil when a new grid is cast.
17970 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
17971 these debugging traces, as defmacro breaks the compiled code.
17972
4d90d6d0
DK
179732011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
17974
17975 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
17976
e1b90ef6
LL
179772011-05-24 Leo Liu <sdl.web@gmail.com>
17978
17979 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
17980 (vc-bzr-sha1): Adapt.
17981
d8e4b68b 17982 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
17983
17984 * bindings.el: Provide sha1 feature.
17985
db0406bb 179862011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
17987
17988 * mail/sendmail.el: Require `rfc2047'.
17989 (mail-insert-from-field): Do not perform RFC2047 encoding.
17990 (mail-encode-header): New function.
17991 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
17992 buffer to the return value of select-message-coding-system.
17993 Call mail-encode-header.
b8d747b9
KH
17994
17995 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
17996
db0406bb 179972011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 17998
4d90d6d0
DK
17999 * mail/supercite.el (sc-default-cite-frame):
18000 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 18001
eb8a5e9b
GM
180022011-05-24 Glenn Morris <rgm@gnu.org>
18003
f8630703
GM
18004 * progmodes/python.el (brm-menu): Declare.
18005
8831bbed
GM
18006 * emulation/viper.el (viper-set-hooks): Declare.
18007
eb8a5e9b
GM
18008 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
18009 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
18010 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
18011 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
18012 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
18013 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
18014
a2a25d24
SM
180152011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
18016
18017 Add an :exit-function for completion-at-point.
18018
18019 * minibuffer.el (completion--done): New fun.
18020 (completion--do-completion): Use it. New arg `expect-exact'.
18021 (minibuffer-complete, minibuffer-complete-word): Don't output message,
18022 since completion--do-completion does it for us now.
18023 (minibuffer-force-complete): Use completion--done and
18024 completion--replace. Handle sole-completion case with more care.
18025 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
18026 (completion-extra-properties): New var.
18027 (completion-annotate-function): Make obsolete.
18028 (minibuffer-completion-help): Adjust accordingly.
18029 Use completion-list-insert-choice-function.
18030 (completion-at-point, completion-help-at-point):
18031 Bind completion-extra-properties.
18032 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
18033 * simple.el (completion-list-insert-choice-function): New var.
18034 (completion-setup-function): Preserve it.
18035 (choose-completion): Pay attention to it, shuffle the code a bit.
18036 (choose-completion-string): New arg `insert-function'.
18037
18038 * textmodes/bibtex.el: Convert to lexical binding.
18039 (bibtex-mode-map): Use completion-at-point.
18040 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
18041 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
18042 (bibtex-complete): Define as obsolete alias.
18043 (bibtex-complete-internal): Remove.
18044 (bibtex-format-entry): Remove unused sub-group in regexp.
18045 * shell.el (shell--command-completion-data)
18046 (shell-environment-variable-completion):
18047 * pcomplete.el (pcomplete-completions-at-point):
18048 * comint.el (comint--complete-file-name-data): Use :exit-function
18049 instead of completion-table-with-terminator so it also works for
18050 choose-completion.
18051
e44e373d
SM
180522011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18053
4f91a816
SM
18054 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
18055
782fc819
SM
18056 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
18057 (bug#8710).
18058
e44e373d
SM
18059 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
18060
381987c3
KM
180612011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
18062
18063 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
18064 customization variable and implement: If non-nil, auto-fill will
18065 be inhibited while on topic's header line.
18066
b776bc70
VB
180672011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
18068
18069 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 18070 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
18071 always have a solution in grid size = 5 cases.
18072 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
18073 (5x5-solver-output, 5x5-log-buffer): New vars.
18074 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
18075 Make these variables buffer local to achieve 5x5 multi-session-ness.
18076 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
18077 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
18078 (5x5-solve-suggest): New funs.
18079 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
18080 randomize a grid so that we ensure that there is always a solution.
18081 (5x5-make-random-grid): Allow other movement than flipping.
18082
7de88b6e
KR
180832011-05-23 Kevin Ryde <user42@zip.com.au>
18084
18085 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 18086 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
18087 advice and passes PREDICATE.
18088
b1ef1257
SM
180892011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
18090
bbca48fe
SM
18091 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
18092 byte-compile-lambda if it's actually a lambda.
18093
b1ef1257
SM
18094 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
18095 Fix function quoting. Use backquote better.
18096
92a9cc65
YS
180972011-05-22 Yuanle Song <sylecn@gmail.com>
18098
18099 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
18100 matching (Bug#8516).
18101
f0fb8059
JA
181022011-01-22 Jari Aalto <jari.aalto@cante.net>
18103
18104 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
18105 different face (Bug#8178).
18106
d5b44c93
CY
181072011-05-22 Chong Yidong <cyd@stupidchicken.com>
18108
18109 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
18110 defface (Bug#8144).
18111
79106a44
SM
181122011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
18113
9c848d8a
SM
18114 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
18115 funcall as well (bug#8712). Warn when performing those conversions.
18116 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
18117
79106a44
SM
18118 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
18119
88dfa756
GM
181202011-05-22 Glenn Morris <rgm@gnu.org>
18121
18122 * files.el (hack-local-variables-prop-line): Small simplifications.
18123 (hack-local-variables, hack-local-variables-prop-line):
18124 If MODE-ONLY, return the mode, rather than just `t'.
18125
b7cf2c79
SM
181262011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
18127
18128 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
18129
3f1a8558
GM
181302011-05-21 Glenn Morris <rgm@gnu.org>
18131
7e4ccca3
GM
18132 * files.el (hack-local-variables-prop-line, hack-local-variables):
18133 If only interested in the mode, don't bother doing the other stuff.
18134
637d46ca
GM
18135 * image-mode.el (image-after-revert-hook):
18136 Redraw all frames on which the image is visible. (Bug#8567)
18137
973d955b
GM
18138 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
18139
3f1a8558
GM
18140 * wid-edit.el (widget-checklist-match-inline):
18141 Fix 2011-04-19 change. (Bug#8649)
18142
96479927
SM
181432011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
18144
1dcf791f
SM
18145 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
18146 Also allow singlespace after single-letter capitals followed by a dot.
18147
96479927
SM
18148 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
18149 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
18150
35fd0881
N
181512011-05-20 Nix <nix@esperi.org.uk>
18152
18153 * files.el (basic-save-buffer-2):
18154 Fix handling of break-hardlink-on-save with non-existent files.
18155
82745640
DD
181562011-05-19 Deniz Dogan <deniz@dogan.se>
18157
18158 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 18159 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 18160
4a720484
GM
181612011-05-19 Glenn Morris <rgm@gnu.org>
18162
d1f21341
GM
18163 * progmodes/f90.el (f90-type-def-re):
18164 Handle "type, bind(c)". (Bug#8691)
18165
4a720484
GM
18166 * emacs-lisp/autoload.el (batch-update-autoloads):
18167 Set autoload-excludes by parsing loadup.el rather than Makefiles.
18168
2fb0a219
MA
181692011-05-18 Michael Albinus <michael.albinus@gmx.de>
18170
18171 * net/tramp.el (tramp-process-actions): Set "first-password-request"
18172 property for the correct connection in case of multihops.
18173
e565dd37
GM
181742011-05-18 Glenn Morris <rgm@gnu.org>
18175
c2571358 18176 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
18177 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
18178
e565dd37
GM
18179 Rationalize calendar handling of day and month abbrev-arrays.
18180 * calendar/calendar.el (calendar-customized-p): New function.
18181 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
18182 (calendar-day-name-array, calendar-month-name-array): Doc fix.
18183 Add :set function.
18184 (calendar-abbrev-length, calendar-day-abbrev-array)
18185 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
18186 (calendar-day-abbrev-array, calendar-month-abbrev-array):
18187 Elements may no longer be nil.
18188 (calendar-day-name, calendar-month-name):
18189 Update for changed nature of abbrev arrays.
18190 * calendar/diary-lib.el (diary-name-pattern):
18191 Update for changed nature of abbrev arrays.
18192 (diary-mark-entries-1): Update calendar-make-alist calls.
18193 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
18194 * calendar/cal-html.el (cal-html-day-abbrev-array):
18195 Simply inherit from calendar-day-abbrev-array.
18196
1d99a745
SM
181972011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
18198
18199 * progmodes/grep.el (grep-mode): Disable default
18200 compilation-directory-matcher setting (bug#8684).
18201
7c1d9aa0
MA
182022011-05-17 Michael Albinus <michael.albinus@gmx.de>
18203
18204 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
18205 instead of "head" and "tail". There were problems with SunOS 5.9,
18206 and it performs better.
18207
3952e9d8
GM
182082011-05-17 Glenn Morris <rgm@gnu.org>
18209
2dd12e7f
GM
18210 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
18211
e4157b9c
GM
18212 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
18213 Replace obsolete function.
18214
8e249bbd
GM
18215 * shell.el (pcomplete-parse-arguments-function): Declare.
18216
3952e9d8
GM
18217 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
18218 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
18219 (appt-check): Doc fixes.
18220 (appt-disp-window-function, appt-delete-window-function):
18221 Remove needless special case in custom :type.
18222 (appt-display-count): Default to 0, not nil.
18223 (appt-check): Reset appt-display-count to 0, not nil.
18224
c71a0d48 182252011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 18226
c71a0d48
GM
18227 * progmodes/python.el (python-font-lock-keywords):
18228 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 18229
31d55be9
SM
182302011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
18231
18232 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
18233
3bfacb2f
KR
182342011-05-16 Kevin Ryde <user42@zip.com.au>
18235
18236 * info-look.el (makefile-automake-mode): New setups, looking in
18237 automake manual, then makefile-mode.
18238 (makefile-mode): Remove automake manual, have it just in
18239 makefile-automake-mode since there's various things different or
18240 not relevant to plain make.
18241 (makefile-mode): Remove "other-modes" non-existent automake-mode,
18242 believe a hypothetical automake-mode would go to makefile-mode,
18243 not the other way around.
18244
c8e83751
CY
182452011-05-15 Chong Yidong <cyd@stupidchicken.com>
18246
5e9e35cd
CY
18247 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
18248 hunk-end tags (Bug#8672).
18249
c8e83751
CY
18250 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
18251 vc-annotate-show-diff-revision-at-line (Bug#8671).
18252
50b23e5a
GM
182532011-05-14 Glenn Morris <rgm@gnu.org>
18254
7210a739
GM
18255 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
18256 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
18257 (change-log-font-lock-keywords): Also handle multiple author lines
18258 with leading tabs. (Bug#8644)
7210a739 18259
4691905a
GM
18260 * calendar/appt.el (appt-check): Rename some local variables.
18261 Some simplification/reordering.
18262
50b23e5a
GM
18263 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
18264 (feedmail-sendmail-f-doesnt-sell-me-out)
18265 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18266 (feedmail-debug-sit-for, feedmail-queue-express-hook)
18267 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
18268 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
18269 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
18270 (feedmail-binmail-gnulinuxish-template):
18271 Rename from feedmail-binmail-linuxish-template.
18272 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
18273 Use insert-buffer-substring.
18274
215cda7c
BC
182752011-05-14 Bill Carpenter <bill@carpenter.org>
18276
18277 * mail/feedmail.el (feedmail-patch-level): Increase.
18278 (feedmail-debug): New custom group.
18279 (feedmail-confirm-outgoing-timeout)
18280 (feedmail-sendmail-f-doesnt-sell-me-out)
18281 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
18282 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
18283 (feedmail-sender-line, feedmail-from-line)
18284 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 18285 (feedmail-spray-this-address)
215cda7c
BC
18286 (feedmail-spray-address-fiddle-plex-list)
18287 (feedmail-queue-use-send-time-for-date)
18288 (feedmail-queue-use-send-time-for-message-id)
18289 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
18290 (feedmail-buffer-eating-function):
18291 Doc fixes.
18292 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
18293 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
18294 (feedmail-message-action-scroll-down): New functions.
18295 (feedmail-queue-directory, feedmail-queue-draft-directory):
18296 Use expand-file-name.
18297 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
18298 Remove C-v help entry.
18299 (feedmail-queue-buffer-file-name): New variable.
18300 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
18301 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
18302 (feedmail-message-action-send-strong, feedmail-message-action-edit)
18303 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
18304 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
18305 (feedmail-message-action-toggle-spray)
18306 (feedmail-run-the-queue-no-prompts)
18307 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
18308 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
18309 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
18310 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
18311 (feedmail-envelope-deducer, feedmail-fiddle-from)
18312 (feedmail-fiddle-sender, feedmail-default-date-generator)
18313 (feedmail-fiddle-date, feedmail-fiddle-message-id)
18314 (feedmail-fiddle-spray-address)
18315 (feedmail-fiddle-list-of-spray-fiddle-plexes)
18316 (feedmail-fiddle-list-of-fiddle-plexes)
18317 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
18318 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
18319 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
18320 Change default. Doc fix.
18321 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
18322 (feedmail-binmail-linuxish-template): New constant.
18323 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
18324 Respect feedmail-sendmail-f-doesnt-sell-me-out.
18325 (feedmail-send-it): Add debug call.
18326 Use feedmail-queue-buffer-file-name, and
18327 feedmail-send-it-immediately-wrapper.
18328 (feedmail-message-action-send): Add debug call.
18329 Use feedmail-send-it-immediately-wrapper.
18330 (feedmail-queue-express-to-queue): Add debug call.
18331 Run feedmail-queue-express-hook.
18332 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
18333 (feedmail-message-action-help-blat):
18334 Rename from feedmail-queue-send-edit-prompt-help-first.
18335 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
18336 Check line-endings. Handle errors better.
18337 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
18338 Doc fix. Add debug call.
18339 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
18340 Use feedmail-queue-send-edit-prompt-inner.
18341 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
18342 (feedmail-queue-send-edit-prompt-inner): New function, extracted
18343 from feedmail-queue-send-edit-prompt.
18344 (feedmail-queue-send-edit-prompt-help)
18345 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
18346 (feedmail-tidy-up-slug): Add debug call.
18347 Respect feedmail-queue-slug-suspect-regexp.
18348 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
18349 (feedmail-dump-message-to-queue): Add debug call.
18350 Expand queue-directory.
18351 (feedmail-dump-message-to-queue): Change message slightly.
18352 Use feedmail-say-chatter.
18353 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
18354 (feedmail-send-it-immediately-wrapper): New function.
18355 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
18356 Insert empty string rather than newline. Handle full-frame case.
18357 Use catch/throw. Use feedmail-say-chatter.
18358 (feedmail-fiddle-from): Try mail-host-address.
18359 (feedmail-default-message-id-generator): Doc fix.
18360 Bind system-time-locale. Handle missing end.
18361 (feedmail-fiddle-x-mailer): Add debug call.
18362 Handle feedmail-x-mailer-line being nil.
18363 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
18364 Add debug call. Use buffer-substring-no-properties.
18365 (feedmail-say-debug, feedmail-say-chatter): New functions.
18366 (feedmail-find-eoh): Give an explicit error.
18367
42c7e61e
UJ
183682011-05-13 Ulf Jasper <ulf.jasper@web.de>
18369
c2571358 18370 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 18371 family from helvetica to sans.
c2571358 18372 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
18373 etc/images/newsticker.
18374
c2571358 18375 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
18376 family from helvetica to sans.
18377
18378 * net/newst-plainview.el (newsticker-new-item-face)
18379 (newsticker-old-item-face, newsticker-immortal-item-face)
18380 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 18381 (newsticker-statistics-face): Change default family from
42c7e61e 18382 helvetica to sans.
c2571358 18383 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
18384 etc/images/newsticker.
18385
5d3385a0
JB
18386 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
18387 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
18388 auto-marking.
18389
8497a297
DV
183902011-05-13 Didier Verna <didier@xemacs.org>
18391
18392 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
18393 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
18394 TODO entries.
8497a297
DV
18395 (lisp-lambda-list-keyword-parameter-indentation)
18396 (lisp-lambda-list-keyword-parameter-alignment)
18397 (lisp-lambda-list-keyword-alignment): New customizable user options.
18398 (lisp-indent-defun-method): Improve docstring.
18399 (extended-loop-p): Fix comment.
18400 (lisp-indent-lambda-list-keywords-regexp): New variable.
18401 (lisp-indent-lambda-list): New function.
18402 (lisp-indent-259): Use it.
18403 (lisp-indent-defmethod): Support for more than one
18404 method qualifier and properly indent methods lambda-lists.
18405 (defgeneric): Provide a missing common-lisp-indent-function property.
18406
f278f87f
SM
184072011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18408
18409 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
18410 bounds for the empty string (bug#8667).
18411
5233edd7
GM
184122011-05-13 Glenn Morris <rgm@gnu.org>
18413
5237a44f
GM
18414 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
18415
8340026c 18416 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 18417 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 18418
5233edd7 18419 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 18420 (appt-time-msg-list): Doc fix.
a5464014 18421 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 18422
92d10796
AS
184232011-05-12 Andreas Schwab <schwab@linux-m68k.org>
18424
18425 * progmodes/ld-script.el (ld-script-keywords)
18426 (ld-script-builtins): Update keywords list.
18427
914a0ae1
SM
184282011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18429
c89be45f
SM
18430 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
18431
914a0ae1
SM
18432 * shell.el (shell-completion-vars): New function.
18433 (shell-mode):
18434 * simple.el (read-shell-command): Use it.
18435 (blink-matching-open): No need for " [...]" in minibuffer-message.
18436
98dc3df3
GM
184372011-05-12 Glenn Morris <rgm@gnu.org>
18438
18439 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
18440 (appt-check): Simplify.
18441
d2fc7e3d 184422011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 18443
4d61f28d 18444 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
18445 literal "/dev/null".
18446
d2fc7e3d 184472011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
18448
18449 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
18450 Fix typo.
18451
d2fc7e3d 184522011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 18453
3f254caa
SM
18454 * progmodes/which-func.el (which-function):
18455 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
18456 which might not be defined (Bug#8260).
18457
d45885f7
GM
184582011-05-12 Glenn Morris <rgm@gnu.org>
18459
18460 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18461 Let byte-compile-initial-macro-environment always take precedence.
18462
488086f4
SM
184632011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
18464
18465 * net/rcirc.el: Add support for SSL/TLS connections.
18466 (rcirc-server-alist): New field `encryption'.
18467 (rcirc): Check `encryption' settings.
18468 (rcirc-connect): New arg `encryption'. Use open-network-stream.
18469 Merge make-local-variable into `set'.
18470 (rcirc--connection-open-p): New function.
18471 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
18472 the process is not a network process (e.g. running gnutls-cli).
18473 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
18474 Make rcirc-(en|de)code-coding-system local here.
18475 (rcirc-mode): Merge make-local-variable into `set'.
18476 (rcirc-parent-buffer): Make permanent buffer-local.
18477 (rcirc-multiline-minor-mode): Don't do it here.
18478 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
18479 there's no server buffer.
18480
7d3b9d44
GM
184812011-05-11 Glenn Morris <rgm@gnu.org>
18482
f64049c6
GM
18483 * newcomment.el (comment-kill): Prefix "unused" local.
18484
93c9df73
GM
18485 * term/w32console.el (get-screen-color): Declare.
18486
7d3b9d44
GM
18487 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
18488 Handle symbol elements of byte-compile-initial-macro-environment.
18489
9e2dd53f
LL
184902011-05-10 Leo Liu <sdl.web@gmail.com>
18491
488086f4
SM
18492 * bookmark.el (bookmark-bmenu-mode-map):
18493 Bind bookmark-bmenu-search to `/'.
8b340240 18494
9e2dd53f 18495 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
18496 (footnote-unicode-string, footnote-unicode-regexp): New variable.
18497 (Footnote-unicode): New function.
18498 (footnote-style-alist): Add unicode style to the list.
18499 (footnote-style): Doc fix.
9e2dd53f 18500
79b70037
GM
185012011-05-10 Jim Meyering <meyering@redhat.com>
18502
18503 Fix doubled-word typos.
18504 * international/quail.el (quail-insert-kbd-layout): and and -> and
18505 * kermit.el: and and -> and
18506 * net/ldap.el (ldap-search-internal): to to -> to
18507 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
18508 * progmodes/js.el (js-mode): and and -> and
18509 * textmodes/artist.el (artist-move-to-xy): at at -> at
18510 (artist-draw-region-trim-line-endings): if if -> if
18511 And Safetyc -> Safety.
18512 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
18513
b8f82dc1 185142011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 18515 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
18516
18517 * files.el (hack-one-local-variable-eval-safep):
18518 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
18519
4f99f44b
GM
185202011-05-10 Glenn Morris <rgm@gnu.org>
18521
18522 * calendar/diary-lib.el (diary-list-entries-hook)
18523 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
18524 (diary-nongregorian-marking-hook, diary-list-entries)
18525 (diary-include-other-diary-files, diary-mark-entries)
18526 (diary-mark-included-diary-files): Doc fixes.
18527
84f29e6b
JB
185282011-05-09 Juanma Barranquero <lekktu@gmail.com>
18529
18530 * misc.el: Require tabulated-list.el during compilation.
18531
9bedd73a
CY
185322011-05-09 Chong Yidong <cyd@stupidchicken.com>
18533
488086f4
SM
18534 * progmodes/compile.el (compilation-start):
18535 Run compilation-filter-hook for the async case too.
9bedd73a
CY
18536 (compilation-filter-hook): Doc fix.
18537
797c735c
DD
185382011-05-09 Deniz Dogan <deniz@dogan.se>
18539
18540 * wdired.el: Remove outdated installation comment. Fix usage
18541 comment.
18542
5f4b1dfe
JB
185432011-05-09 Juanma Barranquero <lekktu@gmail.com>
18544
18545 * misc.el: Implement new command `list-dynamic-libraries'.
18546 (list-dynamic-libraries--loaded-only-p): New variable.
18547 (list-dynamic-libraries--refresh): New function.
18548 (list-dynamic-libraries): New command.
18549
4c44026c
CY
185502011-05-09 Chong Yidong <cyd@stupidchicken.com>
18551
488086f4
SM
18552 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18553 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
18554 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
18555 higher priority to avoid clobbering by gnu.
18556
027f966d
CY
185572011-05-08 Chong Yidong <cyd@stupidchicken.com>
18558
18559 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
18560 if the face has existing theme settings (Bug#8454).
18561
085f5d7d
CY
185622011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
18563
488086f4
SM
18564 * progmodes/perl-mode.el (perl-imenu-generic-expression):
18565 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 18566
2a86a00c
RS
18567 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
18568 special file names `.' and `..' (Bug#8259).
18569
d9c54a06
CY
185702011-05-08 Chong Yidong <cyd@stupidchicken.com>
18571
488086f4
SM
18572 * progmodes/grep.el (grep-mode-font-lock-keywords):
18573 Remove buffer-changing entries.
d9c54a06
CY
18574 (grep-filter): New function.
18575 (grep-mode): Add it to compilation-filter-hook.
18576
18577 * progmodes/compile.el (compilation-filter-hook)
18578 (compilation-filter-start): New defvars.
18579 (compilation-filter): Call compilation-filter-hook prior to
18580 updating the process mark.
18581
c4662635
SM
185822011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
18583
18584 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
18585
b0512a1d
EZ
185862011-05-07 Eli Zaretskii <eliz@gnu.org>
18587
605c9376
EZ
18588 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
18589 mailclient-send-it even if window-system is nil. (Bug#8595)
18590
c4662635
SM
18591 * term/w32console.el (terminal-init-w32console):
18592 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
18593 background-mode. (Bug#8597)
18594
d1dc2cc2
SM
185952011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
18596
18597 Make bytecomp.el understand that defmethod defines funs (bug#8631).
18598 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
18599 New functions.
18600 (defgeneric, eieio--defmethod): Use them.
18601 (eieio-defgeneric): Remove.
18602 (defmethod): Call defgeneric in a way visible to the byte-compiler.
18603
915d1300
GM
186042011-05-07 Glenn Morris <rgm@gnu.org>
18605
a3961c3e
GM
18606 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
18607 Use let rather than let*.
18608 (timeclock-find-discrep): Remove unused local.
18609
314347b9
GM
18610 * calendar/diary-lib.el (diary-comment-start): Doc fix.
18611
915d1300
GM
18612 * calendar/appt.el (appt-time-msg-list): Doc fix.
18613
275b59b0
NF
186142011-05-06 Noah Friedman <friedman@splode.com>
18615
18616 * apropos.el (apropos-print-doc): Only use
18617 emacs-lisp-docstring-fill-column when it is bound to an integer,
18618 per that variable's documentation.
18619
6c19f744
SM
186202011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
18621
18622 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 18623 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 18624
60f884b2
GM
186252011-05-06 Glenn Morris <rgm@gnu.org>
18626
5006e634
GM
18627 * calendar/appt.el (appt-message-warning-time): Doc fix.
18628 (appt-warning-time-regexp): New option.
18629 (appt-make-list): Respect appt-message-warning-time.
18630
548d0a63
GM
18631 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
18632 New options.
18633 (diary-add-to-list): Strip comments from the displayed string.
18634 (diary-mode): Set comment-start and comment-end.
18635
60f884b2
GM
18636 * vc/diff-mode.el (smerge-refine-subst): Declare.
18637 (diff-refine-hunk): Don't require smerge-mode when compiling.
18638
989681bb
JB
186392011-05-06 Juanma Barranquero <lekktu@gmail.com>
18640
18641 * simple.el (list-processes): Return nil as the docstring says.
18642
a6bc05e1
MA
186432011-05-05 Michael Albinus <michael.albinus@gmx.de>
18644
18645 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
18646 to "".
18647 (ange-ftp-write-region, ange-ftp-insert-file-contents)
18648 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
18649 determining of binary transfer. (Bug#7383)
18650
23c22e9a
MA
186512011-05-05 Michael Albinus <michael.albinus@gmx.de>
18652
c4662635
SM
18653 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18654 Fix port computation bug. (Bug#8618)
23c22e9a 18655
0bff894f
GM
186562011-05-05 Glenn Morris <rgm@gnu.org>
18657
b8296902
GM
18658 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
18659
1f522ce8
GM
18660 * simple.el (shell-dynamic-complete-functions)
18661 (comint-dynamic-complete-functions): Declare.
18662
cf5bee67
GM
18663 * net/network-stream.el (gnutls-negotiate):
18664 * simple.el (tabulated-list-print): Fix declarations.
18665
18666 * progmodes/gud.el (syntax-symbol, syntax-point):
18667 Remove unnecessary and incorrect declarations.
18668
0bff894f 18669 * emacs-lisp/check-declare.el (check-declare-scan):
1f9f395d 18670 Handle byte-compile-initial-macro-environment in bytecomp.el.
0bff894f 18671
9869b3ae
SM
186722011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18673
18674 Fix earlier half-done eieio-defmethod change (bug#8338).
18675 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
18676 Streamline and change calling convention.
18677 (defmethod): Adjust accordingly and simplify.
18678 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
18679 new eieio--defmethod.
18680 (slot-boundp): Minor CSE simplification.
18681
9c1d5ac5
MZ
186822011-05-05 Milan Zamazal <pdm@zamazal.org>
18683
18684 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
18685 (glasses-make-readable): Use glasses-separate-capital-groups.
18686
455c834e
JB
186872011-05-05 Juanma Barranquero <lekktu@gmail.com>
18688
18689 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
18690 (warning-series): Doc fix.
18691 (display-warning): Don't try to create the buffer if we just found it.
18692
9ed7c8cb
CY
186932011-05-04 Chong Yidong <cyd@stupidchicken.com>
18694
18695 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
18696 (autoload-find-generated-file): New function.
18697 (generate-file-autoloads): Bind generated-autoload-file to
18698 buffer-file-name.
9869b3ae
SM
18699 (update-file-autoloads, update-directory-autoloads):
18700 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
18701 output file (Bug#7989).
18702 (batch-update-autoloads): Doc fix.
18703
0898ca10
JB
187042011-05-04 Juanma Barranquero <lekktu@gmail.com>
18705
18706 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
18707
31dfb76c
GM
187082011-05-04 Glenn Morris <rgm@gnu.org>
18709
f330b642
GM
18710 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
18711 function, so it follows changes in calendar-date-style.
18712 (diary-fancy-date-matcher): New function.
18713 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
18714 (diary-fancy-font-lock-fontify-region-function):
18715 Use diary-fancy-date-pattern as a function.
18716
31dfb76c
GM
18717 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
18718 non-numbers for `year' etc pseudo-variables. (Bug#8583)
18719
48e79d6a
TZ
187202011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
18721
18722 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
18723 instead of positional arguments. Allow :keylist and :crlfiles
18724 arguments.
18725 (open-gnutls-stream): Call it.
18726
18727 * net/network-stream.el (network-stream-open-starttls): Adjust to
18728 call `gnutls-negotiate' with :process and :hostname arguments.
18729
dd5a5ee0
SM
187302011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
18731
ef80fc09
SM
18732 * minibuffer.el (completion--message): New function.
18733 (completion--do-completion, minibuffer-complete)
18734 (minibuffer-force-complete, minibuffer-complete-word): Use it.
18735 (completion--do-completion): Don't ignore completion-auto-help when in
18736 icomplete-mode.
18737
dd5a5ee0
SM
18738 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
18739 internal encoding (e.g. tibetan zero is not whitespace).
18740 (global-whitespace-mode): Prefer save-current-buffer.
18741 (whitespace-trailing-regexp): Remove useless save-match-data.
18742 (whitespace-empty-at-bob-regexp): Minor simplification.
18743
b7d22a83
CY
187442011-05-03 Chong Yidong <cyd@stupidchicken.com>
18745
18746 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
18747
5192af46
AM
187482011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
18749
18750 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 18751 Use `concat' to create string for insertion.
5192af46 18752
5767d190
SM
187532011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18754
18755 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
18756 Avoid open-line which runs post-self-insert-hook.
18757 (bibtex-fill-entry): Remove unused `end' var.
18758
bf242939
AM
187592011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
18760
5767d190
SM
18761 * textmodes/ispell.el (ispell-add-per-file-word-list):
18762 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 18763
25666126
LL
187642011-05-03 Leo Liu <sdl.web@gmail.com>
18765
18766 * isearch.el (isearch-yank-pop): New command.
5767d190 18767 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
18768 (isearch-forward): Mention it.
18769
52d3c2d0
SM
187702011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
18771
1bcace58
SM
18772 * simple.el (minibuffer-complete-shell-command): Remove.
18773 (minibuffer-local-shell-command-map): Use completion-at-point.
18774 (read-shell-command): Setup completion vars here instead.
18775 (read-expression-map): Bind TAB to symbol completion.
18776
52d3c2d0
SM
18777 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
18778 error directly rather via storing it into `results'.
18779
35813471
LL
187802011-05-02 Leo Liu <sdl.web@gmail.com>
18781
18782 * vc/diff.el: Fix description.
18783
e793a940
LMI
187842011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18785
18786 * server.el (server-eval-at): New function.
18787
8de66e05
LMI
187882011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
18789
18790 * net/network-stream.el (open-network-stream): Take a :nowait
18791 parameter and pass it on to `make-network-process'.
18792 (network-stream-open-plain): Ditto.
18793
dcb79f20
AS
187942011-04-30 Andreas Schwab <schwab@linux-m68k.org>
18795
18796 * faces.el (face-spec-set-match-display): Don't match toolkit
18797 options on terminal frames.
18798
14a7fbd8
SM
187992011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
18800
7eabc1be
SM
18801 * progmodes/pascal.el: Use lexical binding.
18802 (pascal-mode-map): Remove author preferences.
18803
14a7fbd8
SM
18804 * pcomplete.el (pcomplete-std-complete): Don't abuse
18805 completion-at-point.
18806
50f84510
JB
188072011-04-28 Juanma Barranquero <lekktu@gmail.com>
18808
6e087a44
JB
18809 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
18810 removing code that has been dead since 1991 or so.
18811
50f84510
JB
18812 * startup.el (command-line): When warning about "_emacs", use a
18813 delayed warning to allow the user to filter it out.
18814
0ba690bd
DD
188152011-04-28 Deniz Dogan <deniz@dogan.se>
18816
18817 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
18818 user has not joined.
18819
08abfaad
SM
188202011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18821
18822 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
18823 aren't any completions at point.
18824
638f053a
JB
188252011-04-28 Juanma Barranquero <lekktu@gmail.com>
18826
18827 * subr.el (display-delayed-warnings): New function.
18828 (delayed-warnings-hook): New variable.
18829
8fff8daa
SM
188302011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
18831
08abfaad
SM
18832 * minibuffer.el (completion-at-point, completion-help-at-point):
18833 Don't presume that a given completion-at-point-function will always
18834 use the same calling convention.
18835
8fff8daa
SM
18836 * pcomplete.el (pcomplete-completions-at-point):
18837 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
18838 pcomplete-seen is non-nil.
18839 (pcomplete-comint-setup): Also recognize the new comint/shell
18840 completion functions.
18841 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
18842 pcomplete-seen is non-nil.
18843
841a1577 188442011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 18845
841a1577 18846 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 18847 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 18848 the first character in the entry. This allows for code to add its
211ec907
UJ
18849 own uid to the entry.
18850 (icalendar--convert-float-to-ical): Add export of
18851 `diary-float'-entries save for those with the optional DAY
18852 argument.
18853
2a782793
DC
188542011-04-27 Daniel Colascione <dan.colascione@gmail.com>
18855
18856 * subr.el (shell-quote-argument): Use alternate escaping strategy
18857 when we spot a variable reference in a string.
18858
0438ce91
DC
188592011-04-26 Daniel Colascione <dan.colascione@gmail.com>
18860
18861 * cus-start.el (all): Define customization for debug-on-event.
18862
841a1577 188632011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
18864
18865 * subr.el (shell-quote-argument): Escape correctly under Windows.
18866
d090ed6c
SM
188672011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18868
18869 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
18870
bfd31217
MA
188712011-04-25 Michael Albinus <michael.albinus@gmx.de>
18872
d090ed6c
SM
18873 * net/tramp.el (tramp-process-actions): Add POS argument.
18874 Delete region between POS and (pos).
bfd31217 18875
d090ed6c
SM
18876 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
18877 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
18878 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
18879
18880 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
18881 position in `tramp-process-actions' call.
18882
18883 * net/trampver.el: Update release number.
18884
e92f3bd3
SM
188852011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
18886
850256b5
SM
18887 * custom.el (defcustom): Obey lexical-binding.
18888
e92f3bd3
SM
18889 Fix octave-inf completion problems reported by Alexander Klimov.
18890 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
18891 Inherit from octave-mode-syntax-table.
18892 (inferior-octave-mode): Set info-lookup-mode.
18893 (inferior-octave-completion-at-point): New function.
18894 (inferior-octave-complete): Use it and completion-in-region.
18895 (inferior-octave-dynamic-complete-functions): Use it as well, and use
18896 comint-filename-completion.
18897 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
18898 symbol elements which shouldn't be word elements.
18899 (octave-font-lock-keywords, octave-beginning-of-defun)
18900 (octave-function-header-regexp): Adjust regexps accordingly.
18901 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
18902
cd22b309
JB
189032011-04-25 Juanma Barranquero <lekktu@gmail.com>
18904
18905 * net/gnutls.el (gnutls-errorp): Declare before first use.
18906
8b492194
TZ
189072011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
18908
18909 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
18910 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 18911 default trustfile exists before going to use it. Add missing
5a5fa834 18912 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
18913 Reported by Claudio Bley <claudio.bley@gmail.com>.
18914 (open-gnutls-stream): Add usage example.
18915
18916 * net/network-stream.el (network-stream-open-starttls): Give host
18917 parameter to `gnutls-negotiate'.
18918 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 18919 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 18920
841a1577 189212011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 18922
cd22b309
JB
18923 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
18924 Use correct match group (bug#8438).
05842630 18925
3ba7869c
CY
189262011-04-24 Chong Yidong <cyd@stupidchicken.com>
18927
512e3ae1
CY
18928 * emacs-lisp/package.el (package-built-in-p): Fix typo.
18929 (package-menu--generate): New arg specifying packages to show.
18930 (package-menu-refresh, package-menu-execute, list-packages):
18931 Callers changed.
18932 (package-show-package-list): New function, replacing deleted
18933 package--list-packages (renamed because it is non-internal).
18934
18935 * finder.el (finder-list-matches): Use package-show-package-list
18936 instead of deleted package--list-packages.
18937
e92f3bd3
SM
18938 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
18939 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
18940 (vc-annotate-mode-map): Bind it to RET.
18941
7031be6d
UR
189422011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
18943
18944 * progmodes/etags.el (next-file): Don't use set-buffer to change
18945 buffers (Bug#8478).
18946
4ef177aa
CY
189472011-04-24 Chong Yidong <cyd@stupidchicken.com>
18948
c8d173eb
CY
18949 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
18950
4ef177aa
CY
18951 * apropos.el (apropos-label-face): Avoid variable-pitch face.
18952 (apropos-accumulator): Doc fix.
18953 (apropos-function, apropos-macro, apropos-command)
18954 (apropos-variable, apropos-face, apropos-group, apropos-widget)
18955 (apropos-plist): Add face property.
18956 (apropos-symbols-internal): Fix indentation.
18957 (apropos-print): Simplify help, and recognize apropos-multi-type.
18958 (apropos-print-doc): Use button-type-get to extract the button's
18959 face property. Fill docstring (Bug#8352).
18960
4ffd0d6b 189612011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
18962
18963 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
18964
c6c32125 18965 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 18966 (mpuz-mode-map): Use mapc.
c6c32125
JB
18967 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
18968 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
18969 Fix typos in docstrings.
18970
58d468b4
JB
18971 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
18972 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
18973
6470c3c6
JB
18974 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
18975
4ffd0d6b 189762011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
18977
18978 * minibuffer.el (completion--do-completion): Avoid the "Next char
18979 not unique" prompt if icomplete-mode is enabled (Bug#5849).
18980
3ad8bad0
CY
18981 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
18982 mouse-2 into unread-command-events, it is interpreted correctly.
18983
71d73c9c 18984 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 18985 (image-toggle-display): Doc fix.
71d73c9c 18986
841a1577 189872011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 18988
4ffd0d6b
GM
18989 * textmodes/page.el (what-page): Use line-number-at-pos to
18990 calculate line number (Bug#6825).
6e1dbaa9 18991
c2fb1b60
JB
189922011-04-22 Juanma Barranquero <lekktu@gmail.com>
18993
18994 * eshell/esh-mode.el (find-tag-interactive): Declare function.
18995 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
18996 Pass argument NO-DEFAULT to `find-tag-interactive'.
18997
e02f48d7
JB
189982011-04-22 Juanma Barranquero <lekktu@gmail.com>
18999
19000 Lexical-binding cleanup.
19001
19002 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
19003 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
19004 * progmodes/ada-prj.el (ada-prj-initialize-values)
19005 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
19006 (ada-prj-show-value):
19007 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
19008 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
19009 (antlr-invalidate-context-cache, antlr-options-menu-filter)
19010 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
19011 * progmodes/bug-reference.el (bug-reference-push-button):
19012 * progmodes/fortran.el (fortran-line-length):
19013 * progmodes/glasses.el (glasses-change):
19014 * progmodes/octave-mod.el (octave-fill-paragraph):
19015 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
19016 (python-pdbtrack-grub-for-buffer, python-sentinel):
19017 * progmodes/sql.el (sql-save-connection):
19018 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
19019 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
19020 Mark unused parameters.
19021
19022 * progmodes/compile.el (compilation--flush-directory-cache)
19023 (compilation--flush-parse, compile-internal): Mark unused parameters.
19024 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
19025 (compilation-next-error-function): Remove unused variable `timestamp'.
19026
19027 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
19028 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
19029
19030 * progmodes/dcl-mode.el (dcl-end-of-command):
19031 Remove unused variable `start'.
19032 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
19033 (dcl-option-value-basic, dcl-option-value-offset)
19034 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
19035 Mark unused parameters.
19036 (dcl-save-local-variable): Remove unused variable `val'.
19037 (mode): Declare.
19038
19039 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
19040 Mark unused parameters.
19041 (delphi-ignore-changes): Move before first use.
19042 (delphi-charset-token-at): Remove unused variable `start'.
19043 (delphi-else-start): Remove unused variable `if-count'.
19044 (delphi-comment-block-start, delphi-comment-block-end):
19045 Remove unused variable `kind'.
19046 (delphi-indent-line): Remove unused variable `new-point'.
19047
19048 * progmodes/ebrowse.el (ebrowse-files-list)
19049 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
19050 Mark unused parameters. Don't quote `lambda'.
19051 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
19052 Don't quote `lambda'.
19053 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
19054 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
19055 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
19056 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
19057 Use `ignore-errors'.
19058 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
19059 (ebrowse-view/find-file-and-search-pattern)
19060 (ebrowse-view/find-member-declaration/definition):
19061 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
19062 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
19063 Rename parameter PREFIX-ARG to PREFIX.
19064 (ebrowse-tags-read-name): Remove unused variables `start' and
19065 `member-info'.
19066 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
19067 to `tags-file'.
19068
19069 * progmodes/etags.el (local-find-tag-hook): Declare.
19070 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
19071 Mark unused parameters.
19072
19073 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
19074 (executable-interpret): Mark unused parameter.
19075
19076 * progmodes/flymake.el (flymake-process-sentinel)
19077 (flymake-after-change-function)
19078 (flymake-create-temp-with-folder-structure)
19079 (flymake-get-include-dirs-dot): Mark unused parameters.
19080 (flymake-safe-delete-directory): Remove unused variable `err'.
19081
19082 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
19083 (speedbar-timer-fn, speedbar-line-text)
19084 (speedbar-change-expand-button-char, speedbar-delete-subblock)
19085 (speedbar-center-buffer-smartly): Declare functions.
19086 (gdb-find-watch-expression): Remove unused variable `array'.
19087 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
19088 (gdb-starting): Mark unused parameters.
19089 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
19090 (gdb-table-string): Remove unused variable `res'.
19091 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
19092 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
19093 (gdb-display-buffer): Remove unused variable `cur-size'.
19094
19095 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
19096 allow lexical-binding compilation.
19097 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
19098 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
19099 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
19100 Mark unused parameters.
19101 (gud-gdb-marker-filter): Remove unused variable `match'.
19102 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
19103 lambda expressions and funcall them, instead of using `fset'.
19104
19105 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
19106 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
19107
19108 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
19109 variable `header-beg'; use `let'.
19110
19111 * progmodes/icon.el (indent-icon-exp): Remove unused variables
19112 `restart', `last-sexp' and `at-do'.
19113
19114 * progmodes/js.el (js--debug): Mark unused parameter.
19115 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
19116 (js--splice-into-items): Remove unused variable `item'.
19117 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
19118
19119 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
19120 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
19121 (makefile-complete): Remove unused variable `try'.
19122 (makefile-fill-paragraph, makefile-match-function-end):
19123 Mark unused parameters.
19124
19125 * progmodes/octave-inf.el (inferior-octave-complete):
19126 Remove unused variable `proc'.
19127 (inferior-octave-output-digest): Mark unused parameter.
19128
19129 * progmodes/perl-mode.el (perl-calculate-indent):
19130 Remove unused variable `err'.
19131
19132 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
19133 (prolog-indent-line): Mark unused parameters.
19134 (prolog-indent-line): Remove unused variable `beg'.
19135
19136 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
19137 (reporter-dont-compact-list): Declare.
19138
19139 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
19140 Remove unused variable `char'.
19141 (sh-debug): Mark unused parameter.
19142 (sh-get-indent-info): Remove unused variable `start'.
19143 (sh-calculate-indent): Remove unused variable `var'.
19144
19145 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
19146 (simula-electric-keyword): Remove unused variable `null'.
19147 (simula-search-backward, simula-search-forward): Remove unused
19148 variables `begin' and `end'.
19149
19150 * progmodes/vera-mode.el (vera-guess-basic-syntax):
19151 Remove unused variable `pos'.
19152 (vera-electric-tab, vera-comment-uncomment-region):
19153 Mark unused parameters.
19154 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
19155
7ede3b65
CY
191562011-04-22 Chong Yidong <cyd@stupidchicken.com>
19157
19158 * emacs-lisp/package.el (package--builtins, package-alist)
19159 (package-load-descriptor, package-built-in-p, package-activate)
19160 (define-package, package-installed-p)
19161 (package-compute-transaction, package-buffer-info)
19162 (package--push): Doc fix. Distinguish more clearly between
19163 version strings and version lists.
19164
121656e9
JB
191652011-04-21 Juanma Barranquero <lekktu@gmail.com>
19166
19167 Lexical-binding cleanup.
19168
19169 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
19170 (5x5-make-mutate-best):
19171 * play/fortune.el (fortune-in-buffer):
19172 * play/gomoku.el (gomoku-init-display):
19173 * play/solitaire.el (solitaire, solitaire-do-check):
19174 * play/tetris.el (tetris-default-update-speed-function):
19175 Mark unused parameters.
19176
19177 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
19178 (bubbles--shift): Remove unused variable `char-org'.
19179 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
19180 (bubbles--show-images): Remove unused variable `char'.
19181
19182 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
19183 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
19184 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
19185 (decipher-analyze-buffer): Use ?\s.
19186 (decipher-make-checkpoint): Remove unused variable `mapping'.
19187
19188 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
19189
19190 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
19191 Remove unused variable `result'; use `let'.
19192
19193 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
19194 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
19195 (gametree-children-shown-p, gametree-compute-reduced-score):
19196 Use `ignore-errors'.
19197
19198 * play/handwrite.el (ps-lpr-switches): Declare.
19199 (handwrite): Remove unused variables `pmin' and `lastp'.
19200
19201 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
19202
19203 * play/landmark.el (landmark-init-display)
19204 (landmark-update-naught-weights): Mark unused parameters.
19205 (landmark-y): Remove unused variable `noise'. Simplify.
19206 (landmark-human-plays): Remove unused variable `score'.
19207
19208 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
19209 (mpuz-try-proposal): Remove unused variable `game'.
19210
19211 * play/zone.el (life-patterns): Declare.
19212
80f499c7
JB
192132011-04-20 Juanma Barranquero <lekktu@gmail.com>
19214
19215 * vc/vc.el (ediff-vc-internal): Declare function.
19216
024ff170
SM
192172011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19218
c0a193ea
SM
19219 * shell.el: Use lexical-binding and std completion UI.
19220 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
19221 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
19222 comint-preoutput-filter-functions rather than on
19223 comint-output-filter-functions.
19224 (shell-command-completion, shell--command-completion-data)
19225 (shell-filename-completion, shell-environment-variable-completion)
19226 (shell-c-a-p-replace-by-expanded-directory): New functions.
19227 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
19228 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
19229 (shell-dynamic-complete-environment-variable): Use them.
19230 (shell-dynamic-complete-as-environment-variable)
19231 (shell-dynamic-complete-as-command): Remove.
19232 (shell-match-partial-variable): Match past point.
19233 * comint.el: Clean up use of completion-at-point-functions.
19234 (comint-completion-at-point): New function.
19235 (comint-mode): Use it completion-at-point-functions.
19236 (comint-dynamic-complete): Make it obsolete.
19237 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
19238 (comint-c-a-p-replace-by-expanded-history): New function.
19239 (comint-dynamic-complete-functions)
19240 (comint-replace-by-expanded-history): Use it.
19241 * minibuffer.el (completion-table-with-terminator): Allow dynamic
19242 termination strings. Try harder to avoid second try-completion.
19243 (completion-in-region-mode-map): Disable bindings that don't work yet.
19244
2dbaa080
SM
19245 * comint.el: Use lexical-binding. Require CL.
19246 (comint-dynamic-complete-functions): Use comint-filename-completion.
19247 (comint-completion-addsuffix): Tweak custom type.
19248 (comint-filename-completion, comint--common-suffix)
19249 (comint--common-quoted-suffix, comint--table-subvert)
19250 (comint--complete-file-name-data): New functions.
19251 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
19252 (comint-dynamic-list-filename-completions): Use them.
19253 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 19254
2dbaa080
SM
19255 * minibuffer.el (completion-in-region-mode):
19256 Keep completion-in-region-mode--predicate global.
19257 (completion-in-region--postch):
19258 Assume completion-in-region-mode--predicate is not null.
19259
c79a6f38
SM
19260 * progmodes/flymake.el (flymake-start-syntax-check-process):
19261 Obey `dir'. Simplify.
19262
024ff170
SM
19263 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
19264 we're in VC after all.
19265
1c6c854e
CS
192662011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
19267
19268 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 19269 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
19270 (vc-version-diff): Use vc-diff-build-argument-list-internal.
19271
bed7f140
SM
192722011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
19273
332e62ab
SM
19274 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
19275 add sanity check.
19276
bed7f140
SM
19277 * obsolete/erc-hecomplete.el: Make obsolete.
19278 * obsolete/: Standardize obsolescence info in the header.
19279
f195c582
GM
192802011-04-20 Glenn Morris <rgm@gnu.org>
19281
19282 * calendar/solar.el (solar-horizontal-coordinates):
19283 Use the longitude argument rather than `calendar-longitude'.
19284 (solar-date-next-longitude): Remove unused locals.
19285
cb79b8c0
VJL
192862011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19287
19288 * whitespace.el: New version 13.2.1.
19289
192902011-04-20 felix <EmacsWiki> (tiny change)
19291
d8e4b68b 19292 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
19293 switching between major modes on a file.
19294
602ea69d
SM
192952011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
19296
19297 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
19298 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
19299 multi-line comments as well.
19300
06b60517
JB
193012011-04-19 Juanma Barranquero <lekktu@gmail.com>
19302
19303 Lexical-binding cleanup.
19304
19305 * arc-mode.el (archive-mode-revert):
19306 * cmuscheme.el (scheme-interactively-start-process):
19307 * custom.el (custom-initialize-delay):
19308 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
19309 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
19310 * emacs-lock.el (emacs-lock-clear-sentinel):
19311 * ezimage.el (defezimage):
19312 * follow.el (follow-avoid-tail-recenter):
19313 * fringe.el (set-fringe-mode-1):
19314 * generic-x.el (bat-generic-mode-compile):
19315 * help-mode.el (help-info-variable, help-do-xref)
19316 (help-mode-revert-buffer):
19317 * help.el (view-emacs-todo):
19318 * iswitchb.el (iswitchb-completion-help):
19319 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
19320 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
19321 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
19322 * locate.el (locate-update):
19323 * longlines.el (longlines-encode-region)
19324 (longlines-after-change-function):
19325 * outline.el (outline-isearch-open-invisible):
19326 * ps-def.el (declare-function, charset-dimension, char-width)
19327 (encode-char):
19328 * ps-mule.el (ps-mule-plot-string):
19329 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
19330 (recentf-edit-list-select, recentf-edit-list-validate)
19331 (recentf-open-files-action):
19332 * rect.el (delete-whitespace-rectangle-line)
19333 (rectangle-number-line-callback):
19334 * register.el (window-configuration-to-register)
19335 (frame-configuration-to-register):
19336 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
19337 * select.el (xselect-convert-to-string, xselect-convert-to-length)
19338 (xselect-convert-to-targets, xselect-convert-to-delete)
19339 (xselect-convert-to-filename, xselect-convert-to-charpos)
19340 (xselect-convert-to-lineno, xselect-convert-to-colno)
19341 (xselect-convert-to-os, xselect-convert-to-host)
19342 (xselect-convert-to-user, xselect-convert-to-class)
19343 (xselect-convert-to-name, xselect-convert-to-integer)
19344 (xselect-convert-to-atom, xselect-convert-to-identity):
19345 * subr.el (declare, ignore, process-kill-without-query)
19346 (text-clone-maintain):
19347 * terminal.el (te-get-char, te-tic-sentinel):
19348 * tool-bar.el (tool-bar-make-keymap):
19349 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
19350 * type-break.el (type-break-mode, type-break-noninteractive-query):
19351 * view.el (View-back-to-mark):
19352 * wid-browse.el (widget-browse-action, widget-browse-widget)
19353 (widget-browse-widgets, widget-browse-sexp):
19354 * widget.el (define-widget-keywords):
19355 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
19356 Mark unused parameters.
19357
19358 * align.el (align-adjust-col-for-rule): Mark unused parameter.
19359 (align-areas): Remove unused variable `look'.
19360 (align-region): Remove unused variables `real-end' and `pos-list'.
19361
19362 * apropos.el (apropos-score-doc): Remove unused variable `i'.
19363
19364 * bindings.el (mode-line-modified, mode-line-remote):
19365 Mark unused parameters.
19366 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
19367
19368 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
19369 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
19370
19371 * comint.el (comint-history-isearch-pop-state)
19372 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
19373 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
19374 (comint-substitute-in-file-name): Doc fix.
19375
19376 * completion.el (cmpl-statistics-block): Mark unused parameter.
19377 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
19378 (save-completions-to-file, load-completions-from-file):
19379 Remove unused local variable `e'.
19380
19381 * composite.el (compose-chars): Remove unused variable `len'.
19382 (lgstring-insert-glyph): Remove unused variable `g'.
19383 (compose-glyph-string): Remove unused variables `ascent',
19384 `descent', `lbearing' and `rbearing'.
19385 (compose-glyph-string-relative): Remove unused variables
19386 `lbearing', `rbearing' and `wadjust'.
19387 (compose-gstring-for-graphic): Remove unused variables `header',
19388 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
19389 (compose-gstring-for-terminal): Remove unused variables `header'
19390 and `nchars'. Use `let', not `let*'.
19391
19392 * cus-edit.el (Custom-set, Custom-save, custom-reset)
19393 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
19394 (Custom-buffer-done, custom-buffer-create-internal)
19395 (custom-browse-visibility-action, custom-browse-group-tag-action)
19396 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
19397 (widget-magic-mouse-down-action, custom-toggle-parent)
19398 (custom-add-parent-links, custom-toggle-hide-variable)
19399 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
19400 (custom-toggle-hide-face, face, hook, custom-group-link-action)
19401 (custom-face-menu-create, custom-variable-menu-create, get)
19402 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
19403 (custom-reset-standard-save-and-update): Remove unused variable `value'.
19404 (customize-apropos): Remove unused variable `tests'.
19405 (custom-group-value-create): Remove unused variable `hidden-p'.
19406 (sort-fold-case): Declare.
19407
19408 * cus-theme.el (custom-reset-standard-faces-list)
19409 (custom-reset-standard-variables-list): Declare.
19410 (customize-create-theme, custom-theme-revert, custom-theme-write)
19411 (custom-theme-choose-mode, customize-themes, custom-theme-save):
19412 Mark unused parameters.
19413
19414 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
19415
19416 * delim-col.el (delimit-columns-max): Move defvar before first use.
19417
19418 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 19419 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
19420
19421 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
19422 (auto-insert): Declare.
19423 (desktop-restore-file-buffer): Rename desktop-* parameters;
19424 mark unused ones.
19425 (desktop-create-buffer): Rename desktop-* parameters and bind them.
19426 (desktop-buffer): Rename desktop-* parameters.
19427
19428 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
19429 (dframe-reposition-frame-xemacs, dframe-help-echo)
19430 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
19431 Mark unused parameters.
19432
19433 * dired-aux.el (backup-extract-version-start, overwrite-query)
19434 (overwrite-backup-query, rename-regexp-query)
19435 (rename-non-directory-query): Declare.
19436 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
19437 (dired-add-entry): Remove unused variable `orig-file-name'.
19438 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
19439 Use parameter PRESERVE-TIME instead of accessing dynamic variable
19440 `dired-copy-preserve-time' directly.
19441 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
19442 (dired-insert-subdir-newpos): Rename unused variable `pos'.
19443
19444 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
19445 (dired-virtual-revert, dired-make-relative-symlink):
19446 Mark unused parameters.
19447 (manual-program): Declare.
19448 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
19449 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
19450 wrapped in `with-no-warnings' to avoid replacing one warning by another.
19451
19452 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
19453
19454 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
19455
19456 * echistory.el (electric-history-in-progress, Helper-return-blurb):
19457 Declare.
19458
19459 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
19460
19461 * electric.el (Electric-command-loop): Rename parameter
19462 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
19463
19464 * expand.el (expand-in-literal): Remove unused variable `here'.
19465
19466 * facemenu.el (facemenu-add-new-color):
19467 Remove unused variable `docstring'.
19468
19469 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
19470 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
19471 (face-attr-construct): Mark unused parameter. Doc fix.
19472 (read-color): Remove unused variable `hex-string'.
19473
19474 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
19475 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
19476 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
19477 (display-buffer-other-frame): Remove unused variable `old-window'.
19478 (kill-buffer-hook): Declare.
19479 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
19480 Mark unused parameters.
19481 (after-find-file): Pass 1 to `auto-save-mode', not t.
19482
19483 * files-x.el (auto-insert): Declare.
19484 (modify-file-local-variable-prop-line): Remove unused variable `val'.
19485
19486 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 19487 variable `buf'. Mark unused parameter.
06b60517
JB
19488 (find-lisp-insert-directory): Mark unused parameter.
19489
19490 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
19491 (format-encode-region): Remove unused variables `cur-buf' and `result'.
19492 (format-common-tail): Remove, unused.
19493 (format-deannotate-region): Remove unused variable `loc'.
19494 (format-annotate-region): Remove unused variable `p'.
19495 (format-annotate-single-property-change): Remove unused variables
19496 `default' and `tail'.
19497
19498 * forms.el (read-file-filter): Declare.
19499 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
19500
19501 * frame.el (frame-creation-function-alist): Mark unused parameter.
19502 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
19503
19504 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
19505 Remove unused parameters.
19506 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
19507 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
19508
19509 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
19510 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
19511 (hfy-prepare-tag-map): Mark unused parameters.
19512 (htmlfontify-buffer): Use `called-interactively-p'.
19513
19514 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
19515 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
19516 (ibuffer-do-occur): Mark unused parameters.
19517 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
19518 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
19519
19520 * ibuffer.el: Don't quote `lambda'.
19521 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
19522 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
19523 Mark unused parameters.
19524
19525 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
19526 (ido-completing-read): Mark unused parameters.
19527 (ido-copy-current-word): Mark unused parameters;
19528 remove unused variable `name'.
19529 (ido-sort-merged-list): Remove unused parameter `dirs'.
19530
19531 * ielm.el (ielm-input-sender): Mark unused parameter.
19532 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
19533 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
19534 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
19535 `ielm-string' as a dynamic variable accessible from the IELM prompt.
19536 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
19537
19538 * image-dired.el (image-dired-display-thumbs): Remove unused
19539 variables `curr-file' and `count'.
19540 (image-dired-remove-tag): Remove unused variable `start'.
19541 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
19542 variable `curr-file'
19543 (image-dired-rotate-original): Remove unused variable `temp-file'.
19544 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
19545 Remove unused variable `file'.
19546 (image-dired-gallery-generate): Remove unused variable `curr'.
19547 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
19548
19549 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
19550
19551 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
19552
19553 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
19554
19555 * isearch.el (minibuffer-history-symbol): Declare.
19556 (isearch-edit-string): Remove unused variable `err'.
19557 (isearch-message-prefix, isearch-message-suffix):
19558 Mark unused parameters.
19559
19560 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
19561
19562 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
19563
19564 * makesum.el (double-column): Remove unused variable `cnt'.
19565
19566 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
19567 (ido-ignore-item-temp-list): Declare.
19568
19569 * mouse-drag.el (mouse-drag-throw): Remove unused variables
19570 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
19571 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
19572 (mouse-drag-drag): Remove unused variables `mouse-delta' and
19573 `mouse-col-delta'.
19574
19575 * mouse-sel.el (mouse-extend-internal):
19576 Remove unused variable `orig-window-frame'.
19577
19578 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
19579 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
19580 Move declarations before first use.
19581 (pcomplete-opt): Mark unused parameters; doc fix.
19582
19583 * proced.el (proced-revert): Mark unused parameter.
19584 (proced-send-signal): Remove unused variable `err'.
19585
19586 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
19587 Rename parameter PREFIX-ARG to ARG.
19588 (ps-basic-plot-string, ps-basic-plot-whitespace):
19589 Mark unused parameters.
19590
19591 * replace.el (replace-count): Define.
19592 (occur-revert-function): Mark unused parameters.
19593 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
19594 (isearch-case-fold-search, isearch-string): Declare.
19595 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
19596 bind `case-fold-search'. Remove unused variables `beg' and `end',
19597 and simplify.
19598 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
19599 COUNT and bind `replace-count'.
19600 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
19601 to COUNT.
19602
19603 * savehist.el (print-readably, print-string-length): Declare.
19604
19605 * shadowfile.el (shadow-expand-cluster-in-file-name):
19606 Remove unused variable `cluster'.
19607 (shadow-copy-file): Remove unused variable `i'.
19608 (shadow-noquery, shadow-clusters, shadow-site-cluster)
19609 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
19610 (shadow-define-literal-group, shadow-define-regexp-group)
19611 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
19612
19613 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
19614 (shell): Use `called-interactively-p'.
19615 (shell-directory-tracker): Remove unused variable `chdir-failure'.
19616
19617 * simple.el (compilation-context-lines, comint-file-name-quote-list)
19618 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
19619 (delete-backward-char): Remove unused variable `ocol'.
19620 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
19621 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
19622 (event-apply-hyper-modifier, event-apply-shift-modifier)
19623 (event-apply-control-modifier, event-apply-meta-modifier):
19624 Mark unused parameters.
19625 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
19626 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
19627
19628 * speedbar.el (speedbar-ignored-directory-expressions)
19629 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
19630 (speedbar-find-file, speedbar-dir-follow)
19631 (speedbar-directory-buttons-follow, speedbar-tag-find)
19632 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
19633 (speedbar-buffers-line-directory, speedbar-buffer-click):
19634 Mark unused parameters.
19635 (speedbar-tag-file): Remove unused variable `mode'.
19636 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
19637
19638 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
19639
19640 * talk.el (talk): Remove unused variable `display'.
19641
19642 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
19643 (tar-write-region-annotate): Mark unused parameter.
19644
19645 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
19646 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
19647 Declare them, wrapped in `with-no-warnings' to avoid replacing one
19648 warning by another.
19649
19650 * time-stamp.el (time-stamp-string-preprocess):
19651 Remove unused variable `require-padding'.
19652
19653 * tree-widget.el (widget-glyph-enable): Declare.
19654 (tree-widget-action): Mark unused parameter.
19655
19656 * w32-fns.el (x-get-selection): Mark unused parameter.
19657 (autoload-make-program, generated-autoload-file): Declare.
19658
19659 * wdired.el (wdired-revert): Mark unused parameters.
19660 (wdired-xcase-word): Remove unused variable `err'.
19661
19662 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
19663 (whitespace-help-scroll): Remove unused variable `data-help'.
19664
19665 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
19666 (widget-image-insert, widget-after-change, default)
19667 (widget-default-format-handler, widget-default-notify)
19668 (widget-default-prompt-value, widget-info-link-action)
19669 (widget-url-link-action, widget-function-link-action)
19670 (widget-variable-link-action, widget-file-link-action)
19671 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
19672 (widget-field-prompt-internal, widget-field-action, widget-field-match)
19673 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
19674 (widget-insert-button-action, widget-delete-button-action, visibility)
19675 (widget-documentation-link-action, widget-documentation-string-action)
19676 (widget-const-prompt-value, widget-regexp-match, symbol)
19677 (widget-coding-system-prompt-value)
19678 (widget-key-sequence-value-to-external, sexp)
19679 (widget-sexp-value-to-internal, character, vector, cons)
19680 (widget-choice-prompt-value, widget-boolean-prompt-value)
19681 (widget-color--choose-action): Mark unused parameters.
19682 (widget-item-match-inline, widget-choice-match-inline)
19683 (widget-checklist-match, widget-checklist-match-inline)
19684 (widget-group-match): Rename parameter VALUES to VALS.
19685 (widget-field-value-set): Remove unused variable `size'.
19686 (widget-color-action): Remove unused variables `value' and `start'.
19687
19688 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 19689 variable `dir'. Doc fix.
06b60517
JB
19690 (windmove-find-other-window): Don't pass it.
19691
19692 * window.el (count-windows): Mark unused parameter.
19693 (bw-adjust-window): Remove unused variable `err'.
19694
19695 * woman.el (woman-file-name): Remove unused variable `default'.
19696 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
19697 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
19698 (global-font-lock-mode): Declare.
19699 (woman-decode-region): Mark unused parameter.
19700 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
19701
19702 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
19703 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
19704 (x-dnd-handle-moz-url): Remove unused variable `title'.
19705 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
19706
19707 * xml.el (xml-parse-tag, xml-parse-attlist):
19708 Remove unused variable `pos'.
19709
bc4f7f3d
GM
197102011-04-19 Glenn Morris <rgm@gnu.org>
19711
19712 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
19713 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
19714 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
19715 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
19716 * calendar/cal-html.el (cal-html-insert-minical):
19717 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
19718 (calendar-mark-date-pattern):
19719 Prefix "unused" locals.
19720
19721 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
19722 optional argument `style'.
19723
19724 * calendar/appt.el (appt-make-list):
19725 * calendar/cal-china.el (calendar-chinese-date-string):
19726 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
19727 (diary-hebrew-yahrzeit):
19728 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
19729 * calendar/calendar.el (calendar-generate-window):
19730 * calendar/time-date.el (time-to-days):
19731 Remove unused local variables.
19732
16a43933
CY
197332011-04-18 Chong Yidong <cyd@stupidchicken.com>
19734
19735 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
19736 glyphless-char-display table.
19737 (tabulated-list-glyphless-char-display): New var.
19738
7eed1860
SS
197392011-04-18 Sam Steingold <sds@gnu.org>
19740
19741 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
19742 to acknowledgments.
19743
4d2d1ccd
GM
197442011-04-17 Glenn Morris <rgm@gnu.org>
19745
19746 * calendar/diary-lib.el (diary-sexp-entry):
19747 * calendar/holidays.el (holiday-sexp):
19748 Set debug-on-error rather than the removed stack-trace-on-error.
19749
239da61d
GM
197502011-04-16 Glenn Morris <rgm@gnu.org>
19751
19752 * progmodes/f90.el: Use lexical-binding.
19753 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
19754
8b05752a
SM
197552011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19756
daca8ba5
SM
19757 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
19758 (mail-mode): Setup mailalias completion here instead.
19759 * mail/mailalias.el: Use lexical-binding.
19760 (pattern, mailalias-done): Declare dynamic.
19761 (mail-completion-at-point-function): New function, from mail-complete.
19762 (mail-complete): Use it.
19763 (mail-completion-expand): New function.
19764 (mail-get-names): Use it.
19765 (mail-directory, mail-directory-process, mail-directory-stream):
19766 Don't use `pattern' for lexically bound arg.
19767
6f542485
SM
19768 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
19769
037e7c3f
SM
19770 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
19771 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
19772 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
19773
8b05752a
SM
19774 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
19775 (byte-save-window-excursion, byte-temp-output-buffer-setup)
19776 (byte-interactive-p): Define them again, for use when inlining
19777 old code.
19778
49093f60
JB
197792011-04-15 Juanma Barranquero <lekktu@gmail.com>
19780
19781 * loadup.el: Use `string-to-number', not `string-to-int'.
19782
b5b8e7de
SM
197832011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
19784
19785 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
19786 gud-gdb-complete-command.
19787 (gud-gdb-completions): New function, from gud-gdb-complete-command.
19788 (gud-gdb-completion-at-point): New function.
19789 (gud-gdb-completions): Remove.
19790
f42efeb5
MA
197912011-04-14 Michael Albinus <michael.albinus@gmx.de>
19792
49093f60
JB
19793 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
19794 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
19795 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
19796 whether `executable-find' is bound.
f42efeb5
MA
19797
19798 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
19799
e240cc21
SM
198002011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
19801
19802 * minibuffer.el (completion-in-region-mode-predicate)
19803 (completion-in-region-mode--predicate): New vars.
19804 (completion-in-region, completion-in-region--postch)
19805 (completion-in-region-mode): Use them.
19806 (completion--capf-wrapper): Also return the hook function.
19807 (completion-at-point, completion-help-at-point):
19808 Adjust and provide a predicate.
c2bd2ab0
SM
19809
19810 Preserve arg names for advice of subr and lexical functions (bug#8457).
19811 * help-fns.el (help-function-arglist): Consolidate the subr and
19812 new-byte-code cases. Add argument `preserve-names' to extract names
19813 from the docstring when needed.
19814 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
19815 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
19816 (ad-arglist): Use help-function-arglist's new arg.
19817 (ad-definition-type): Use cond.
19818
c183f693
JB
198192011-04-13 Juanma Barranquero <lekktu@gmail.com>
19820
06641a47
JB
19821 * autorevert.el (auto-revert-handler):
19822 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
19823 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
19824 Don't quote lambda.
19825
c183f693
JB
19826 * image-mode.el (image-transform-set-scale):
19827 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
19828
1e3b6001
G
198292011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19830
19831 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 19832 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
19833 Upgrades via gnutls-cli are too slow to be done opportunistically.
19834
2d6af8dd
JB
198352011-04-12 Juanma Barranquero <lekktu@gmail.com>
19836
19837 * dframe.el (dframe-current-frame): Remove spurious quote.
19838
c0749a51
GM
198392011-04-12 Glenn Morris <rgm@gnu.org>
19840
088d0d61
GM
19841 * calendar/cal-tex.el (cal-tex-end-document):
19842 Try to automatically use latin1 input if needed.
19843
c0749a51
GM
19844 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
19845 Don't try to cons a mark onto an empty element.
19846
5c90fde0
LL
198472011-04-11 Leo Liu <sdl.web@gmail.com>
19848
19849 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
19850 buffers.
19851 (ido-kill-buffer-at-head): Support killing virtual buffers.
19852
369e974d
CY
198532011-04-10 Chong Yidong <cyd@stupidchicken.com>
19854
19855 * minibuffer.el (completion-show-inline-help): New var.
19856 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
19857 (minibuffer-force-complete, minibuffer-complete-word):
19858 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
19859
19860 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
19861 to avoid interference from inline help (Bug#5849).
19862
37f1c930
LL
198632011-04-10 Leo Liu <sdl.web@gmail.com>
19864
099c39a4
JB
19865 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19866 Fix typo.
37f1c930 19867
a32d4040
CY
198682011-04-09 Chong Yidong <cyd@stupidchicken.com>
19869
19870 * image-mode.el (image-toggle-display-image): Signal an error if
19871 not in Image mode.
19872 (image-transform-mode, image-transform-resize)
19873 (image-transform-set-rotation): Doc fix.
daca8ba5 19874 (image-transform-set-resize): Delete.
a32d4040
CY
19875 (image-transform-set-scale, image-transform-fit-to-height)
19876 (image-transform-fit-to-width): Handle image-toggle-display-image
19877 and image-transform-resize directly.
19878
099c39a4 198792011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
19880
19881 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
19882 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
19883 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
19884 (doc-view-mode-map): Add bindings for the new functions.
19885
099c39a4 198862011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 19887
4d61f28d 19888 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
19889 Fix typo in docstring.
19890
3726838a
EZ
198912011-04-08 Eli Zaretskii <eliz@gnu.org>
19892
04f33f1e
EZ
19893 * files.el (file-size-human-readable): Produce one digit after
19894 decimal, like "ls -lh" does.
19895
19896 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
19897 the file size representation.
19898
3726838a
EZ
19899 * simple.el (list-processes): If async subprocesses are not
19900 available, error out with a clear error message.
19901
cbb59342
CY
199022011-04-08 Chong Yidong <cyd@stupidchicken.com>
19903
19904 * help.el (help-form-show): New function, to be called from C.
19905 Put help-form output in a buffer named differently than *Help*.
19906
e3971c44
EZ
199072011-04-08 Eli Zaretskii <eliz@gnu.org>
19908
19909 * files.el (file-size-human-readable): New function.
19910
19911 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
19912 computing the representation inline. Don't require `cl'.
19913
12544bbe
GM
199142011-04-08 Glenn Morris <rgm@gnu.org>
19915
a1de6c6a
GM
19916 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
19917
3c4671f4
GM
19918 * net/browse-url.el (browse-url-firefox):
19919 Test system-type, not system-configuration.
19920
b605679c
GM
19921 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
19922 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
19923 Use log-edit-empty-buffer-p. (Bug#7598)
19924
56442f0c
GM
19925 * net/rlogin.el (rlogin-process-connection-type): Simplify.
19926 (rlogin-mode-map): Initialize in the defvar.
19927 (rlogin): Use ignore-errors.
19928
12544bbe
GM
19929 * replace.el (occur-mode-map): Some fixes for menu items.
19930
eb237b0f
AH
199312011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
19932
19933 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
19934
7d668f2c
CY
199352011-04-06 Chong Yidong <cyd@stupidchicken.com>
19936
e67a13ab
CY
19937 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
19938 issuing unused warnings.
19939
19940 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
19941 macro directly.
19942
7d668f2c
CY
19943 * simple.el: Lisp reimplement of list-processes. Based on an
19944 earlier reimplementation by Leo Liu, but using tabulated-list.el.
19945 (process-menu-mode): New major mode.
19946 (list-processes--refresh, list-processes):
19947 (process-menu-visit-buffer): New functions.
19948
19949 * files.el (save-buffers-kill-emacs): Don't assume any return
19950 value of list-processes, which is undocumented anyway.
19951
a83ec3c9
CY
199522011-04-06 Chong Yidong <cyd@stupidchicken.com>
19953
19954 * emacs-lisp/tabulated-list.el: New file.
19955
e91a96fe
CY
19956 * emacs-lisp/package.el: Use Tabulated List mode.
19957 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
19958 (package-menu-mode): Derive from tabulated-list-mode. Set up the
19959 table format using Tabulated List mode variables.
19960 (package--push): New macro, replacing package-list-maybe-add.
19961 (package-menu--generate): Use package--push. Renamed from
19962 package--generate-package-list.
19963 (package-menu-refresh, list-packages): Use it.
daca8ba5 19964 (package-menu--print-info): Rename from package-print-package.
e91a96fe 19965 Return insertion data instead of inserting it directly.
099c39a4
JB
19966 (package-menu-describe-package, package-menu-execute):
19967 Use tabulated-list-get-id.
e91a96fe
CY
19968 (package-menu-mark-delete, package-menu-mark-install)
19969 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
19970 (package-menu-mark-obsolete-for-deletion):
19971 Use tabulated-list-put-tag.
e91a96fe
CY
19972 (package--list-packages, package-menu-revert)
19973 (package-menu-get-package, package-menu-get-version)
19974 (package-menu-sort-by-column): Functions deleted.
19975 (package-menu-package-list, package-menu-sort-key): Vars deleted.
19976 (package-menu--status-predicate, package-menu--version-predicate)
19977 (package-menu--name-predicate)
19978 (package-menu--description-predicate): Handle arguments in the
19979 Tabulated List format.
19980 (package-list-packages-no-fetch): Call list-packages.
19981
3e214b50
JB
199822011-04-06 Juanma Barranquero <lekktu@gmail.com>
19983
19984 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 19985 (after-find-file): Don't bind it.
3e214b50
JB
19986 (revert-buffer-in-progress-p): New variable.
19987 (revert-buffer): Bind it.
19988 Pass nil for `after-find-file-from-revert-buffer'.
19989
19990 * saveplace.el (save-place-find-file-hook): Use new variable
19991 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
19992
3f0f1700
GM
199932011-04-06 Glenn Morris <rgm@gnu.org>
19994
c0274801
GM
19995 * Makefile.in (AUTOGEN_VCS): New variable.
19996 (autoloads): Use $AUTOGEN_VCS.
19997
3f0f1700
GM
19998 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
19999 * calendar/calendar.el (calendar-mode-map):
20000 Check for toolkit scroll bars. (Bug#8305)
20001
41ea9e48
CY
200022011-04-05 Chong Yidong <cyd@stupidchicken.com>
20003
20004 * minibuffer.el (completion-in-region--postch)
20005 (completion-in-region-mode): Remove unnecessary messages.
20006
6194c800
JB
200072011-04-05 Juanma Barranquero <lekktu@gmail.com>
20008
33256f14
JB
20009 * font-lock.el (font-lock-refresh-defaults):
20010 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
20011 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
20012
6194c800
JB
20013 * info.el (Info-directory-list, Info-read-node-name-2)
20014 (Info-split-parameter-string): Doc fixes.
20015 (Info-virtual-nodes): Reflow docstring.
20016 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
20017 (Info-apropos-toc-nodes, info-finder, Info-get-token)
20018 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
20019 Fix typos in docstrings.
20020 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
20021 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
20022 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
20023 (Info-restore-desktop-buffer): Mark unused parameters.
20024 (Info-directory-find-file, Info-directory-find-node)
20025 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
20026 (Info-virtual-index-find-node, Info-apropos-find-file)
20027 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 20028 Mark unused parameters; fix typos in docstrings.
6194c800
JB
20029 (Info-virtual-index): Remove unused local variable `nodename'.
20030
b87a8200 200312011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 20032
b87a8200
DD
20033 * net/rcirc.el: Update my e-mail address.
20034 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 20035
3b2ff876
CY
200362011-04-05 Chong Yidong <cyd@stupidchicken.com>
20037
20038 * startup.el (command-line): Save the cursor's theme-face
20039 directly, instead of using face-override-spec.
20040
20041 * custom.el (load-theme): Minor optimization in assigning faces.
20042
8d17e7ca
JB
200432011-04-04 Juanma Barranquero <lekktu@gmail.com>
20044
20045 * help-fns.el (describe-variable): Complete all variables having
20046 documentation, including keywords.
20047 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
20048
2fbc1934
JB
200492011-04-04 Juanma Barranquero <lekktu@gmail.com>
20050
20051 Convert to lexical-binding.
20052
20053 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
20054 (bs--get-marked-string, bs--get-modified-string)
20055 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
20056 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
20057 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
20058
20059 * ehelp.el (electric-help-execute-extended)
20060 (electric-help-ctrl-x-prefix):
20061 * hexl.el (hexl-revert-buffer-function):
20062 * linum.el (linum-after-change, linum-after-scroll):
20063 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
20064
20065 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
20066
74f50695
DU
200672011-04-04 Daiki Ueno <ueno@unixuser.org>
20068
20069 * epa-dired.el:
20070 * epa-mail.el:
20071 * epa-hook.el:
20072 * epa-file.el:
20073 * epa.el:
20074 * epg.el: Use lexical binding.
20075
c11325f7
CY
200762011-04-03 Chong Yidong <cyd@stupidchicken.com>
20077
0d9e9a12
CY
20078 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
20079
c11325f7 20080 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
20081 dictionary case for flyspell-mark-duplications-exceptions.
20082 Use regexp matching for languages.
c11325f7
CY
20083 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
20084 default dictionary (Bug#7926).
20085
da91b5f2
CY
200862011-04-02 Chong Yidong <cyd@stupidchicken.com>
20087
099c39a4
JB
20088 * emacs-lisp/package.el (package--with-work-buffer):
20089 Recognize https URLs.
da91b5f2 20090
099c39a4
JB
20091 * net/network-stream.el: Move from gnus/proto-stream.el.
20092 Change prefix to network-stream throughout.
da91b5f2
CY
20093 (open-protocol-stream): Merge into open-network-stream, leaving
20094 open-protocol-stream as an alias. Handle nil BUFFER args.
20095
20096 * subr.el (open-network-stream): Move to net/network-stream.el.
20097
afa8e9f6
GM
200982011-04-02 Glenn Morris <rgm@gnu.org>
20099
1d2e369d
GM
20100 * find-dired.el (find-exec-terminator): New option.
20101 (find-ls-option): Test for -ls support.
20102 (find-ls-subdir-switches): Test for -b in find-ls-option.
20103 (find-dired, find-grep-dired): Doc fixes.
20104 (find-dired): Use find-exec-terminator.
20105
8abb7da8 20106 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
20107 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
20108 (find-name-arg): Remove purecopy.
8abb7da8 20109
f3ca7378
GM
20110 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
20111 (grep-compute-defaults): Check for `-exec COMMAND +' support.
20112 Set grep-find-use-xargs, grep-find-command, and grep-find-template
20113 accordingly. Don't add the null-device if not needed.
20114
afa8e9f6
GM
20115 * files.el (save-some-buffers): Doc fix.
20116
35eae264
EZ
201172011-04-02 Eli Zaretskii <eliz@gnu.org>
20118
20119 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
20120
26b51db5
JB
201212011-04-01 Juanma Barranquero <lekktu@gmail.com>
20122
20123 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
20124 Use `dolist' rather than `mapcar'.
20125
7200d79c
SM
201262011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
20127
03408648 20128 Add lexical binding.
7200d79c 20129
03408648
SM
20130 * subr.el (apply-partially): Use new closures rather than CL.
20131 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
20132 (dolist, dotimes): Use slightly different expansion for lexical code.
20133 (functionp): Move to C.
20134 (letrec): New macro.
20135 (with-wrapper-hook): Use it and apply-partially instead of CL.
20136 (eval-after-load): Preserve lexical-binding.
20137 (save-window-excursion, with-output-to-temp-buffer): Turn them
20138 into macros.
7200d79c 20139
03408648
SM
20140 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
20141
20142 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
20143 than the arglist.
20144 (help-add-fundoc-usage): Don't add `Not documented'.
20145 (help-function-arglist): Handle closures, subroutines, and new
20146 byte-code-functions.
20147 (help-make-usage): Remove leading underscores.
20148 (describe-function-1): Handle closures.
20149 (describe-variable): Use special-variable-p for completion.
20150
20151 * files.el (lexical-binding): Declare safe.
f488fb65 20152
03408648
SM
20153 * emacs-lisp/pcase.el: Don't use destructuring-bind.
20154 (pcase--memoize): Rename from pcase-memoize. Change weakness.
20155 (pcase): Add `let' pattern.
20156 Change memoization so it actually works.
20157 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
20158 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
20159 <let>: New case.
f488fb65 20160
03408648
SM
20161 * emacs-lisp/macroexp.el: Use lexical binding.
20162 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
20163 Don't convert ' to #' without checking that it's indeed quoting
20164 a lambda.
20165
20166 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 20167 Use eval-sexp-add-defvars.
03408648
SM
20168 (eval-sexp-add-defvars): New fun.
20169
20170 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
20171
20172 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
20173 Don't autoload.
20174 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
20175 than the internal `byte-compile-lambda'.
20176 (defmethod): Don't hide code under quotes.
20177 (eieio-defmethod): New `code' argument.
20178
20179 * emacs-lisp/eieio-comp.el: Remove.
20180
20181 * emacs-lisp/edebug.el (edebug-eval-defun)
20182 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
20183 (edebug-toggle): Avoid `eval'.
20184
20185 * emacs-lisp/disass.el (disassemble-internal): Handle new
20186 `closure' objects.
20187 (disassemble-1): Handle new byte codes.
20188
20189 * emacs-lisp/cl.el (pushnew): Silence warning.
20190
20191 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
20192 (cl-byte-compile-throw): Remove.
20193 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
20194
20195 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
20196 closures.
20197
20198 * emacs-lisp/cconv.el: New file.
20199
20200 * emacs-lisp/bytecomp.el: Use lexical binding instead of
20201 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
20202 (byte-compile-initial-macro-environment):
20203 Handle declare-function here.
20204 (byte-compile--lexical-environment): New var.
20205 (byte-stack-ref, byte-stack-set, byte-discardN)
20206 (byte-discardN-preserve-tos): New lap codes.
20207 (byte-interactive-p): Don't use any more.
20208 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
20209 New macros.
20210 (byte-compile-lapcode): Use them and handle new lap codes.
20211 (byte-compile-obsolete): Remove.
20212 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
20213 (byte-compile-arglist-warn): Check late def of inlinable funs.
20214 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
20215 since they should have been expanded by now.
20216 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
20217 (byte-compile-from-buffer): Remove unused second arg.
20218 (byte-compile-preprocess): New function.
20219 (byte-compile-toplevel-file-form): New function to distinguish
20220 file-form calls from outside from file-form calls from hunk-handlers.
20221 (byte-compile-file-form): Simplify.
20222 (byte-compile-file-form-defsubst): Remove.
20223 (byte-compile-file-form-defmumble): Simplify now that
20224 byte-compile-lambda always returns a byte-code-function.
20225 (byte-compile): Preprocess.
20226 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
20227 Remove, not used any more.
20228 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
20229 (byte-compile-make-args-desc): New funs.
20230 (byte-compile-lambda): Handle lexical functions. Always return
20231 a byte-code-function.
20232 (byte-compile-reserved-constants): New var, to make up room for
20233 closed-over variables.
20234 (byte-compile-constants-vector): Obey it.
20235 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
20236 (byte-compile-macroexpand-declare-function): New function.
20237 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
20238 byte-code-functions.
20239 (byte-compile-form): Check obsolescence here.
20240 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
20241 (byte-compile-variable-ref): Remove.
20242 (byte-compile-dynamic-variable-op): New fun.
20243 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20244 (byte-compile-variable-set): New funs.
20245 (byte-compile-discard): Add 2 args.
20246 (byte-compile-stack-ref, byte-compile-stack-set)
20247 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
20248 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
20249 macroexpand-all instead.
20250 (byte-compile-quote-form): Remove.
20251 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
20252 (byte-compile-bind, byte-compile-unbind): New funs.
20253 (byte-compile-let): Handle let* and lexical binding.
20254 (byte-compile-let*): Remove.
20255 (byte-compile-catch, byte-compile-unwind-protect)
20256 (byte-compile-track-mouse, byte-compile-condition-case):
20257 Handle a new :fun-body form, used for lexical scoping.
20258 (byte-compile-save-window-excursion)
20259 (byte-compile-with-output-to-temp-buffer): Remove.
20260 (byte-compile-defun): Simplify.
20261 (byte-compile-stack-adjustment): New fun.
20262 (byte-compile-out): Use it.
20263 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
20264
20265 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
20266 handler any more.
20267
20268 * emacs-lisp/byte-opt.el: Use lexical binding.
20269 (byte-inline-lapcode): Remove (to bytecomp).
20270 (byte-compile-inline-expand): Pay attention to inlining to/from
20271 lexically bound code.
20272 (byte-compile-unfold-lambda): Don't handle byte-code-functions
20273 any more.
20274 (byte-optimize-form-code-walker): Don't handle save-window-excursion
20275 any more and don't call compiler-macros.
20276 (byte-compile-splice-in-already-compiled-code): Remove.
20277 (byte-code): Don't inline any more.
20278 (disassemble-offset): Receive `bytes' as argument rather than via
20279 dynamic scoping.
20280 (byte-compile-tag-number): Declare before first use.
20281 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
20282 `return' even if make-spliceable.
20283 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
20284 obsolete interactive-p.
20285 (byte-optimize-lapcode): Optimize new lap-codes.
20286 Don't trip up on new form of `byte-constant' lap code.
20287
20288 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
20289
20290 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
20291
20292 * custom.el (custom-initialize-default, custom-declare-variable):
20293 Use `defvar'.
20294
20295 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
20296 New variables.
20297 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
20298 (COMPILE_FIRST): Add macroexp and cconv.
20299 * makefile.w32-in: Mirror changes in Makefile.in.
20300
20301 * vc/cvs-status.el:
20302 * vc/diff-mode.el:
20303 * vc/log-edit.el:
20304 * vc/log-view.el:
20305 * vc/smerge-mode.el:
20306 * textmodes/bibtex-style.el:
090bd7cb 20307 * textmodes/css-mode.el:
03408648
SM
20308 * startup.el:
20309 * uniquify.el:
da91b5f2
CY
20310 * minibuffer.el:
20311 * newcomment.el:
20312 * reveal.el:
20313 * server.el:
20314 * mpc.el:
20315 * emacs-lisp/smie.el:
20316 * doc-view.el:
20317 * dired.el:
03408648
SM
20318 * abbrev.el: Use lexical binding.
20319
0f0c1f27
EZ
203202011-04-01 Eli Zaretskii <eliz@gnu.org>
20321
20322 * info.el (info-display-manual): New function.
20323
c82b2579
SM
203242011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
20325
20326 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
20327
221ddf68
TH
203282011-03-31 Tassilo Horn <tassilo@member.fsf.org>
20329
20330 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 20331 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 20332
cba6e77e
GM
203332011-03-31 Glenn Morris <rgm@gnu.org>
20334
e040639f
GM
20335 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
20336
cba6e77e
GM
20337 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
20338
6d0f1c9e
CS
203392011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
20340
20341 * progmodes/python.el (python-default-interpreter)
20342 (python-python-command-args, python-jython-command-args)
20343 (python-which-shell, python-which-args, python-which-bufname)
20344 (python-file-queue, python-comint-output-filter-function)
20345 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
20346 variables and functions.
20347
3e2d70fd
SM
203482011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
20349
20350 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
20351 (completion-in-region-mode): New minor mode.
20352 (completion-in-region): Use it.
20353 (completion-in-region--data, completion-in-region-mode-map): New vars.
20354 (completion-in-region--postch): New function.
20355 (completion--capf-misbehave-funs, completion--capf-safe-funs):
20356 New vars.
20357 (completion--capf-wrapper): New function.
20358 (completion-at-point): Use it to track well-behavedness of
20359 hook functions.
20360 (completion-help-at-point): New command.
20361
f3e4086c
JM
203622011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
20363
20364 * vc/add-log.el (add-change-log-entry): Don't use whitespace
20365 syntax class to search for whitespace on a single line
20366 (Message-ID: <4D938140.4030905@redhat.com>).
20367
eb7ffc14
LL
203682011-03-30 Leo Liu <sdl.web@gmail.com>
20369
20370 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
20371 New commands.
20372 (edit-abbrevs-map): Bind them here.
20373 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
20374
d806ab68
KM
203752011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
20376
20377 * allout.el (allout-hide-by-annotation, allout-flag-region):
20378 Reduce possibility of overlay leakage by making them volatile.
20379
20380 * allout-widgets.el (allout-widgets-tally): Define as nil so the
20381 hash is not shared between buffers. Mode initialization is
20382 responsible for giving it a useful starting value.
20383 (allout-item-span): Reduce possibility of overlay leakage by
20384 making them volatile.
20385 (allout-widgets-count-buttons-in-region): Add diagnostic function
20386 for tracking down button overlay leaks.
20387
ea622834
LL
203882011-03-29 Leo Liu <sdl.web@gmail.com>
20389
20390 * ido.el (ido-read-internal): Use the default history var
20391 minibuffer-history if no HISTORY is specified.
20392
b62f8267
G
203932011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
20394
03408648
SM
20395 * net/imap.el (imap-shell-open, imap-process-connection-type):
20396 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
20397 Kerberos, SSL, other subprocesses.
20398
947b6566
LL
203992011-03-28 Leo Liu <sdl.web@gmail.com>
20400
20401 * abbrev.el (abbrev-table-empty-p): New function.
20402 (prepare-abbrev-list-buffer): Place empty abbrev tables after
20403 nonempty ones. (Bug#5937)
20404
5ffb62aa
JD
204052011-03-27 Jan Djärv <jan.h.d@swipnet.se>
20406
20407 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
20408
7a097943
LL
204092011-03-27 Leo Liu <sdl.web@gmail.com>
20410
20411 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
20412 for foreground and background colors.
20413 (ansi-color-make-color-map): Adapt.
20414
c5b40130
LL
204152011-03-25 Leo Liu <sdl.web@gmail.com>
20416
1f48f7d2
LL
20417 * midnight.el (midnight-time-float): Remove. Note it calculates
20418 the microsecond component incorrectly and seconds-to-time does the
20419 same job.
625897ec 20420 Remove redundant (require 'timer).
1f48f7d2 20421
c5b40130
LL
20422 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
20423 (ido-completions): Remove unused arguments. (Bug#8329)
20424
d86d2721
SM
204252011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
20426
20427 * minibuffer.el (completion--flush-all-sorted-completions):
20428 Remove itself from hook.
20429 (completion-at-point): Let the functions perform the completion
20430 immediately and return nil or t.
20431 * comint.el (comint-dynamic-complete-functions): Now identical to
20432 completion-at-point-functions.
20433 (comint-dynamic-list-input-ring): Remove unused var `index'.
20434 (comint--match-partial-filename, comint--unquote&expand-filename):
20435 New funs, split from comint-match-partial-filename.
20436 (comint-dynamic-complete): Use completion-at-point.
20437 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
20438
e8974c48
DA
204392011-03-24 Drew Adams <drew.adams@oracle.com>
20440
20441 * thingatpt.el: Support `defun'.
20442
def71b5e
LL
204432011-03-23 Leo Liu <sdl.web@gmail.com>
20444
cb5af48e
LL
20445 * abbrevlist.el: Move to obsolete/abbrevlist.el.
20446
def71b5e
LL
20447 * help-mode.el (help-mode-finish): Tweak regexp.
20448
927c53e7
GM
204492011-03-23 Glenn Morris <rgm@gnu.org>
20450
18d05bed
GM
20451 * eshell/esh-opt.el (eshell-eval-using-options):
20452 Do not bind unused local variable `eshell-option-stub'.
20453
927c53e7
GM
20454 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
20455
9d0da923
JB
204562011-03-22 Juanma Barranquero <lekktu@gmail.com>
20457
20458 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
20459 keymap variable in `with-no-warnings' to avoid a warning when the
20460 keymap has been already `defconst'ed.
20461
4b978a67
LL
204622011-03-22 Leo Liu <sdl.web@gmail.com>
20463
20464 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
20465 encode all chars in abbrevs; otherwise use emacs-mule or
20466 utf-8-emacs. (Bug#8308)
20467
5fd62452
JB
204682011-03-22 Juanma Barranquero <lekktu@gmail.com>
20469
0b1596c6
JB
20470 * simple.el (backward-delete-char-untabify):
20471 Avoid warning about using `delete-backward-char'.
20472
5fd62452
JB
20473 * image.el (image-type-file-name-regexps): Make it variable.
20474 `imagemagick-register-types' modifies it, and the user may want
20475 to add new extensions for known image types.
20476 (imagemagick-register-types): Throw error if not using ImageMagick.
20477
0b4e93f1
LL
204782011-03-22 Leo Liu <sdl.web@gmail.com>
20479
20480 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
20481 located before rcirc-prompt-end-marker.
20482 (rcirc-complete): Error if point is not after rcirc prompt.
20483 Handle the case when table is nil.
9882e214 20484 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 20485
fccee4ab
CY
204862011-03-22 Chong Yidong <cyd@stupidchicken.com>
20487
20488 * custom.el (custom--inhibit-theme-enable): Make it affect only
20489 custom-theme-set-variables and custom-theme-set-faces.
20490 (provide-theme): Ignore custom--inhibit-theme-enable.
20491 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
20492 (custom-enabling-themes): Delete variable.
d86d2721
SM
20493 (enable-theme): Accept only loaded themes as arguments.
20494 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
20495 (custom-enabled-themes): Forbid themes from setting this.
20496 Eliminate use of custom-enabling-themes.
20497 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 20498
af896da6
LL
204992011-03-21 Leo Liu <sdl.web@gmail.com>
20500
20501 * ido.el (ido-read-internal): Add ido-selected to history instead
20502 of user input.
20503
78f64af0
SM
205042011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
20505
20506 * subr.el (deferred-action-list, deferred-action-function):
20507 Mark obsolete.
20508
b16ac1ec
LL
205092011-03-21 Leo Liu <sdl.web@gmail.com>
20510
810f7698
LL
20511 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
20512 change on 2011-02-13 (bug#8309).
20513
b16ac1ec
LL
20514 * minibuffer.el (read-file-name-function): Change default value.
20515 (read-file-name--defaults): Rename from read-file-name-defaults.
20516 (read-file-name-default): Rename from read-file-name.
20517 (read-file-name): Call read-file-name-function.
20518
4e05e67e
GM
205192011-03-21 Glenn Morris <rgm@gnu.org>
20520
20521 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
20522 Doc fixes.
20523
4359915b
CY
205242011-03-21 Chong Yidong <cyd@stupidchicken.com>
20525
20526 * cus-theme.el: Add missing provide statement.
20527 (customize-create-theme): Extract theme value correctly.
20528 (custom-theme-visit-theme): Autoload.
20529 (customize-create-theme): Prompt before inserting default faces.
20530
1fe275ee
JB
205312011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
20532
20533 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
20534 units and musical notes.
20535
cd394be1 205362011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
20537
20538 * ido.el (ido-read-internal): Use completing-read-default.
20539 (ido-completing-read): Fix compatibility with completing-read.
20540
7d476bde
CO
205412011-03-20 Christian Ohler <ohler@gnu.org>
20542
20543 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
20544 (ert-delete-all-tests): Use `called-interactively-p' rather than
20545 `interactive-p'.
20546 (ert--make-xrefs-region): Respect END.
20547
fe0fb33e
CY
205482011-03-19 Chong Yidong <cyd@stupidchicken.com>
20549
ff854b0b
CY
20550 * dired-aux.el (dired-create-directory): Signal an error if the
20551 directory already exists (Bug#8246).
20552
fe0fb33e
CY
20553 * facemenu.el (list-colors-display): Call list-faces-display
20554 inside with-help-window.
20555 (list-colors-print): Use display property to align the final
20556 column, instead of checking window-width.
20557
576bce32
EZ
205582011-03-19 Eli Zaretskii <eliz@gnu.org>
20559
4d61f28d 20560 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
20561 windows-nt systems.
20562 (emerge-protect-metachars): Quote correctly for ms-dos and
20563 windows-nt systems.
20564
89c41d68 205652011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
20566
20567 * info.el (info-initialize): Replace all uses of `:' with
20568 path-separator for compatibility with non-Unix systems.
20569 Cache quoting of path-separator. (Bug#8258)
20570
b14e3e21 205712011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
20572
20573 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
20574 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
20575 (mouse-avoidance-mode): Fix typos in docstrings.
20576
4525ce3e
CY
205772011-03-19 Chong Yidong <cyd@stupidchicken.com>
20578
20579 * startup.el (package-subdirectory-regexp): Move from package.el.
20580 Omit \\` and \\', and let callers add them.
20581
20582 * emacs-lisp/package.el (package-strip-version)
20583 (package-load-all-descriptors): Add \\` and \\' to
20584 package-subdirectory-regexp before using it.
20585 (package-untar-buffer): New arg DIR; ensure that file untars only
20586 into this expected directory. Remove superfluous delete-region.
20587 (package-unpack): Caller changed.
20588 (package-tar-file-info): Use package-subdirectory-regexp.
20589
a904a09a 205902011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 20591
a904a09a
SM
20592 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
20593 diff-mode-shared-map (bug#8284).
20594 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
20595
205962011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
20597
20598 * calendar/time-date.el (format-seconds): Use assoc instead of
20599 assoc-string, since assoc-string doesn't exist in XEmacs.
20600
171fc304
JB
206012011-03-17 Juanma Barranquero <lekktu@gmail.com>
20602
20603 * custom.el (custom-known-themes): Reflow docstring.
20604 (custom-theme-load-path): Fix typo in docstring.
20605 (load-theme): Fix typo in error message.
20606 (custom-available-themes, custom-variable-theme-value):
20607 Use `let', not `let*'.
20608
d71990a1
JB
206092011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
20610
20611 * calc/README: Mention inclusion of musical notes.
20612
20613 * calc/calc-units.el (calc-lu-quant): Rename from
20614 `calc-logunits-quantity'.
20615 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
20616 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
20617 (calc-db): Rename from `calc-dblevel'.
20618 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
20619 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
20620 (calc-np): Rename from `calc-nplevel'.
20621 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
20622 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
20623 (calc-lu-plus): Rename from `calc-logunits-add'.
20624 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
20625 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
20626 (calc-lu-minus): Rename from `calc-logunits-sub'.
20627 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
20628 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
20629 (calc-lu-times): Rename from `calc-logunits-mul'.
20630 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
20631 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
20632 (calc-lu-divide): Rename from `calc-logunits-div'.
20633 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
20634 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
20635
20636 * calc/calc-ext.el (calc-init-extensions): Update the names of the
20637 functions being autoloaded.
20638
20639 * calc/calc.el (calc-lu-power-reference): Rename from
20640 `calc-logunits-power-reference'.
20641 (calc-lu-field-reference): Rename from
20642 `calc-logunits-field-reference'.
20643
7a71b18d
GM
20644 * calc/calc-help.el (calc-l-prefix-help):
20645 Mention musical note functions.
d71990a1 20646
40c2934b
SM
206472011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
20648
20649 * minibuffer.el (completion-all-sorted-completions):
20650 Use :completion-cycle-penalty text property if present.
20651
b0911414
KM
206522011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
20653
20654 * allout.el (allout-yank-processing): Adjust for new rebulleting
20655 regime so bullet being yanked is used without prompting the user
20656 for a choice.
20657
8a05b668
JB
206582011-03-16 Juanma Barranquero <lekktu@gmail.com>
20659
20660 * startup.el (command-line): Warn the user that _emacs is deprecated.
20661
5ba5fb81
JB
206622011-03-16 Juanma Barranquero <lekktu@gmail.com>
20663
20664 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
20665 (delphi-verbose, delphi-comment-face, delphi-string-face)
20666 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
20667 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
20668 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
20669 (delphi-new-comment-line, delphi-font-lock-defaults)
20670 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
20671 Fix typos in docstrings.
20672
2dab465b
KM
206732011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
20674
5ba5fb81 20675 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
20676 Invert the roles of character and string values for INSTEAD, so a
20677 string is used for the more common case of a defaulting prompt.
20678
0adf5618
SM
206792011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20680
20681 * progmodes/ruby-mode.el (ruby-backward-sexp):
20682 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
20683 * play/gamegrid.el (gamegrid-make-face):
20684 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
20685 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
20686 * notifications.el (notifications-notify):
20687 * net/xesam.el (xesam-search-engines):
20688 * net/quickurl.el (quickurl-list-insert):
20689 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
20690
d72700e5
CY
206912011-03-15 Chong Yidong <cyd@stupidchicken.com>
20692
20693 * startup.el (command-line): Update package subdirectory regexp.
20694
49c5410a
SM
206952011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20696
c6eee9aa
SM
20697 * allout.el (allout-abbreviate-flattened-numbering)
20698 (allout-mode-deactivate-hook): Fix up obsolescence "date".
20699
49c5410a
SM
20700 * subr.el (read-char-choice): Only show the cursor after the prompt,
20701 not after the answer.
20702
047b2bb9
KR
207032011-03-15 Kevin Ryde <user42@zip.com.au>
20704
20705 * help-fns.el (variable-at-point): Skip leading quotes, if any
20706 (bug#8253).
20707
0a57d256
SM
207082011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
20709
20710 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
20711 warning message.
20712
77c992bc
MA
207132011-03-14 Michael Albinus <michael.albinus@gmx.de>
20714
20715 * shell.el (shell): When called interactively, offer to change the
20716 shell file name on remote hosts.
20717
eebc475d
TZ
207182011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
20719
20720 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
20721 integration for LDAP parameters. The host, base, user or binddn,
20722 and secret tokens can be specified in a netrc file, for instance.
20723 This is optional because an `auth-source' parameter must be
20724 specified in the search attributes.
20725
9d05d1ba
JB
207262011-03-13 Juanma Barranquero <lekktu@gmail.com>
20727
20728 * help.el (describe-mode): Link to the mode's definition (bug#8185).
20729
09d9db2c
GM
207302011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20731
20732 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
20733 into declaration. Remove redundant and harmful binding.
20734
207352011-03-12 Eli Zaretskii <eliz@gnu.org>
20736
20737 * files.el (file-ownership-preserved-p): Pass `integer' as an
20738 explicit 2nd argument to `file-attributes'. If the file's owner
20739 is the Administrators group on Windows, and the current user is
20740 Administrator, consider that a match.
20741
20742 * server.el (server-ensure-safe-dir): Consider server directory
20743 safe on MS-Windows if its owner is the Administrators group while
20744 the current Emacs user is Administrator. Use `=' to compare
20745 numerical UIDs, since they could be integers or floats.
20746
219bd536
JB
207472011-03-12 Juanma Barranquero <lekktu@gmail.com>
20748
20749 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
20750
f3afd36b
MA
207512011-03-12 Michael Albinus <michael.albinus@gmx.de>
20752
20753 Sync with Tramp 2.2.1.
20754
20755 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
20756
20757 * net/trampver.el: Update release number.
20758
3aaaa6f1
SM
207592011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
20760
94642599
SM
20761 * progmodes/compile.el (compilation--previous-directory): Fix up
20762 various nil/dead-marker mismatches (bug#8014).
20763 (compilation-directory-properties, compilation-error-properties):
20764 Don't call it at a position past the one we're about to change.
20765
3aaaa6f1
SM
20766 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
20767 Disable obsolescence warnings in the file that declares it.
20768
14239447
KM
207692011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
20770
099c39a4
JB
20771 * allout-widgets.el (allout-widgets-tally):
20772 Initialize allout-widgets-tally as a hash table rather than nil to
20773 prevent mode-line redisplay warnings. Also, clarify the module
20774 description and fix a comment typo.
14239447 20775
135e287c
JB
207762011-03-11 Juanma Barranquero <lekktu@gmail.com>
20777
20778 * help-fns.el (describe-variable): Don't complete keywords.
20779 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
20780
ffbf300e
CY
207812011-03-10 Chong Yidong <cyd@stupidchicken.com>
20782
ba08b241
CY
20783 * emacs-lisp/package.el (package-version-join): Impose a standard
20784 string representation for pre/alpha/beta version lists.
20785 (package-unpack-single): Standardize the directory name by passing
20786 it through package-version-join.
20787 (package-strip-rcs-id): Accept any version string that does not
20788 signal an error in version-to-list.
ffbf300e 20789
f346fd6b
MA
207902011-03-10 Michael Albinus <michael.albinus@gmx.de>
20791
20792 * simple.el (delete-trailing-whitespace): Return nil for the
20793 benefit of `write-file-functions'.
20794
ccb55d27
GM
207952011-03-10 Glenn Morris <rgm@gnu.org>
20796
5ceaac0c
GM
20797 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
20798
02da65ff
GM
20799 * vc/vc-git.el (vc-git-program): New option.
20800 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
20801 (vc-git--call): Use it.
20802
b2f603cc
GM
20803 * eshell/esh-util.el (eshell-condition-case): Doc fix.
20804
5772caab
GM
20805 * cus-edit.el (Custom-newline): If no button at point, look
20806 for a subgroup button at start-of-line. (Bug#2298)
20807
ccb55d27
GM
20808 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
20809
ec6ecaed
JD
208102011-03-10 Julien Danjou <julien@danjou.info>
20811
20812 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
20813 `cursor-type' is nil.
20814
9d5aa01d
JB
208152011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
20816
20817 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
20818
b6a5875b
KM
208192011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
20820
7a71b18d 20821 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
20822 preserves the existing header prefix, rebulleting it if necessary,
20823 rather than replacing it. This is necessary for proper operation
20824 of cooperative addons like allout-widgets.
1154d12e
JB
20825 (allout-make-topic-prefix, allout-rebullet-heading):
20826 Change SOLICIT arg to INSTEAD, and interpret additionally a string
20827 value as alternate bullet to be used, instead of prompting the user
20828 for a bullet character.
b6a5875b 20829
ee545c35
MA
208302011-03-09 Michael Albinus <michael.albinus@gmx.de>
20831
d86d2721
SM
20832 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
20833 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
20834 `tramp-default-port'.
20835
c47971d7
DD
208362011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
20837
20838 * net/rcirc.el (rcirc-handler-001): Remove useless
20839 with-rcirc-process-buffer.
20840 (rcirc-check-auth-status): Swap arguments to string-match.
20841
13522cb4
GM
208422011-03-09 Glenn Morris <rgm@gnu.org>
20843
0be6f4f1
GM
20844 * shell.el (shell-mode):
20845 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
20846
13522cb4
GM
20847 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
20848 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
20849
515de2e3
CY
208502011-03-08 Chong Yidong <cyd@stupidchicken.com>
20851
20852 * emacs-lisp/package.el (package-refresh-contents)
20853 (package-menu-execute): Use condition-case-no-debug.
20854
b511b994
MA
208552011-03-08 Michael Albinus <michael.albinus@gmx.de>
20856
20857 * simple.el (shell-command-to-string): Use `process-file'.
20858
20859 * emacs-lisp/package.el (package-tar-file-info): Handle also
20860 remote files.
20861
d86d2721
SM
20862 * emacs-lisp/package-x.el (package-upload-buffer-internal):
20863 Use `equal' for upload base check.
b511b994 20864
25bbfb31
AM
208652011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
20866
20867 * textmodes/texinfo.el (texinfo-environments):
20868 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
20869
be996521
GM
208702011-03-08 Glenn Morris <rgm@gnu.org>
20871
e9c8529f
GM
20872 * cus-start.el (cursor-in-non-selected-windows):
20873 Fix :set quoting oddness. (Bug#8192)
20874
be996521
GM
20875 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
20876 in some setf expressions. (Bug#2159)
20877
2bb5649e
CY
208782011-03-08 Chong Yidong <cyd@stupidchicken.com>
20879
20880 * custom.el (custom-available-themes): Return themes in
20881 alphabetical order.
20882
33383987 20883See ChangeLog.15 for earlier changes.
e3d51b27
MR
20884
20885;; Local Variables:
20886;; coding: utf-8
e3d51b27
MR
20887;; End:
20888
acaf905b 20889 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
20890
20891 This file is part of GNU Emacs.
20892
20893 GNU Emacs is free software: you can redistribute it and/or modify
20894 it under the terms of the GNU General Public License as published by
20895 the Free Software Foundation, either version 3 of the License, or
20896 (at your option) any later version.
20897
20898 GNU Emacs is distributed in the hope that it will be useful,
20899 but WITHOUT ANY WARRANTY; without even the implied warranty of
20900 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20901 GNU General Public License for more details.
20902
20903 You should have received a copy of the GNU General Public License
20904 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.