* lisp/progmodes/compile.el: Adjust regexp for OCaml warnings.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
1dce7193
SM
12011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
2
d9ac1a1e
SM
3 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4 Adjust regexp for OCaml warnings.
5
0c325082
SM
6 * electric.el (electric-pair-post-self-insert-function): Let user
7 turn it off buffer-locally (bug#9932).
8
90132c14
SM
9 * progmodes/python.el (python-beginning-of-statement):
10 Rewrite (bug#2703).
11
1dce7193
SM
12 * progmodes/compile.el: Better handle TABs (bug#9749).
13 (compilation-internal-error-properties)
14 (compilation-next-error-function): Obey the target buffer's
15 compilation-error-screen-columns.
16
2cffd681
MR
172011-11-09 Martin Rudalics <rudalics@gmx.at>
18
19 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 20 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
21 (window--resizable): New function. Make all callers of
22 window-resizable call window--resizable instead.
23 (window-resizable): Rewrite in terms of window--resizable.
24
0edcba87
GM
252011-11-08 Glenn Morris <rgm@gnu.org>
26
27 * progmodes/delphi.el (delphi-mode-syntax-table):
28 Let define-derived-mode define a proper syntax table. (Bug#9994)
29
4b0d61e3
SM
302011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * window.el: Stay away from defsubst.
33 (window-list-no-nils): Remove.
34 (window-state-get-1, window-state-get): Use backquote instead.
35
fcbcac2e 362011-11-08 thierry <thierry.volpiatto@gmail.com>
37
4b0d61e3 38 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 39 Fix incorrect use of default argument in `completing-read'.
40
e1c2c6f2
MR
412011-11-08 Martin Rudalics <rudalics@gmx.at>
42
43 * window.el (display-buffer-function, special-display-function):
44 Mention display-buffer-record-window but do not mention
45 help-setup parameter in doc-strings.
b3f4a882 46 (window-min-delta): Fix doc-string typo.
e1c2c6f2 47
105216ed
CY
482011-11-08 Chong Yidong <cyd@gnu.org>
49
50 * window.el (window-total-height, window-total-width): Doc fix.
51 (window-body-size): Move from C.
52 (window-body-height, window-body-width): Move to C.
53
0a9f9ab5
SM
542011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * window.el: Make special-display like display-buffer-alist (bug#9532).
57 (display-buffer--special-action): New function, morphed
58 from display-buffer--special.
59 (display-buffer): Use it to handle special-display-buffers at higher
60 priority (just after display-buffer-alist).
61 (display-buffer-fallback-action, display-buffer--other-frame-action)
62 (pop-to-buffer-same-window): Remove display-buffer--special.
63
a769dd15
GM
642011-11-07 Glenn Morris <rgm@gnu.org>
65
66 * calendar/cal-menu.el (cal-menu-set-date-title):
67 Do nothing if not in a calendar. (Bug#9976)
68
05a61ee3
SM
692011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
70
71 * files.el (find-file): Always use selected-window.
72
be7f5545
MR
732011-11-07 Martin Rudalics <rudalics@gmx.at>
74
75 * window.el (window-combinations): Make WINDOW argument
76 mandatory. Rewrite doc-string.
77 (walk-window-subtree, window-atom-check, window-min-delta)
78 (window-max-delta, window--resize-this-window)
79 (window--resize-root-window-vertically, window-tree)
80 (balance-windows, window-state-put): Rewrite doc-strings as to
81 not mention the term "subwindow".
82 (window--resize-subwindows-skip-p): Rename to
83 window--resize-child-windows-skip-p.
84 (window--resize-subwindows-normal): Rename to
85 window--resize-child-windows-normal.
86 (window--resize-subwindows): Rename to
87 window--resize-child-windows.
88 (window-or-subwindow-p): Rename to window--in-subtree-p.
89
3c6702ef
ML
902011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
91
92 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
93 Ensure that mbox format messages end in two newlines (Bug#9974).
94
49745b39
CY
952011-11-06 Chong Yidong <cyd@gnu.org>
96
97 * window.el (window-combination-p): Function deleted; its
98 side-effect is not used in any existing code.
99 (window-combinations, window-combined-p): Call window-*-child
100 directly.
101
24300f5f
CY
1022011-11-05 Chong Yidong <cyd@gnu.org>
103
104 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
105 (window-size-ignore, window-state-get): Callers changed.
106 (window-normalize-window): Rename from window-normalize-any-window.
107 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 108 (window-normalize-live-window): Delete.
447f16b8
CY
109 (window-combination-p, window-combined-p, window-combinations)
110 (walk-window-subtree, window-atom-root, window-min-size)
111 (window-sizable, window-sizable-p, window-size-fixed-p)
112 (window-min-delta, window-max-delta, window-resizable)
113 (window-resizable-p, window-full-height-p, window-full-width-p)
114 (window-current-scroll-bars, window-point-1, set-window-point-1)
115 (window-at-side-p, window-in-direction, window-resize)
116 (adjust-window-trailing-edge, maximize-window, minimize-window)
117 (window-deletable-p, delete-window, delete-other-windows)
118 (record-window-buffer, unrecord-window-buffer)
119 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
120 (quit-window, split-window, window-state-put)
121 (set-window-text-height, fit-window-to-buffer)
122 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 123
89bd5ee1
EZ
1242011-11-04 Eli Zaretskii <eliz@gnu.org>
125
53479029
EZ
126 * mail/rmail.el (rmail-simplified-subject): Decode subject with
127 rfc2047-decode-string.
128 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
129 warnings.
130
89bd5ee1
EZ
131 * window.el (window-body-height, window-body-width): Mention in
132 the doc string that the return values are in frame's canonical
133 units. (Bug#9949)
134
bd17fdee
AM
1352011-11-03 Alan Mackenzie <acm@muc.de>
136
137 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
138 change in cc-engine.el.
139
acc825c5
SM
1402011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
141
142 * window.el (switch-to-buffer): Use `force-same-window' interactively.
143
1885e5b8
MR
1442011-11-02 Martin Rudalics <rudalics@gmx.at>
145
146 * window.el (quit-window): Call unrecord-window-buffer after
147 showing another buffer in the window. (Bug#9937)
acc825c5 148 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 149
ebe06da9
JB
1502011-11-02 Juanma Barranquero <lekktu@gmail.com>
151
152 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
153 Accept status with more than 9 shelves. (Bug#9935)
154 Reported by Colin D Bennett <colin@gibibit.com>.
155
4ee88440
MR
1562011-11-01 Martin Rudalics <rudalics@gmx.at>
157
158 * help.el (with-help-window): Don't reference
159 temp-buffer-show-specifiers in doc-string.
160
08e1d82c
AS
1612011-10-31 Andreas Schwab <schwab@linux-m68k.org>
162
163 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
164 menu-item.
165
84bd6e9e
VJL
1662011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
167
168 * whitespace.el: New version 13.2.2.
169 (whitespace-newline-mode): Disable properly. Reported by Sarah
170 <EmacsWiki>.
171
dba0634a
UJ
1722011-10-30 Ulf Jasper <ulf.jasper@web.de>
173
174 * net/newst-treeview.el: Remove "Time-stamp".
175 (newsticker--group-manage-orphan-feeds): Do not call
176 newsticker--treeview-tree-update.
db22a3c2
JB
177 (newsticker-treeview-update, newsticker-treeview):
178 Call newsticker--treeview-tree-update if necessary.
dba0634a 179
3d8daefe
MR
1802011-10-30 Martin Rudalics <rudalics@gmx.at>
181
182 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
183 (window-iso-combinations): Remove "iso-" infix.
184 Suggested by Chong Yidong.
3d8daefe
MR
185 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
186 (window-max-delta-1, window-resize, window--resize-siblings)
187 (window--resize-this-window, adjust-window-trailing-edge)
188 (split-window, balance-windows-1)
189 (shrink-window-if-larger-than-buffer):
190 * calendar/calendar.el (calendar-generate-window):
db22a3c2 191 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 192
1bc4c3ae
SM
1932011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
196 in place (bug#9907).
197 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
198 (eshell-rewrite-if-command, eshell-rewrite-for-command)
199 (eshell-structure-basic-command, eshell-rewrite-while-command)
200 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
201 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
202 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
203 (eshell-do-pipelines-synchronously, eshell-eval-command):
204 Use backquotes and prefer setq to set.
205 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
206 (eshell-macrop): Use functionp.
c1e2f5fa 207 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 208
30b65d9c
CY
2092011-10-30 Chong Yidong <cyd@gnu.org>
210
211 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
212 instead of set-mark (Bug#9810).
213
2d197ffb
CY
2142011-10-30 Chong Yidong <cyd@gnu.org>
215
216 * window.el (split-window-below, split-window-right): Rename from
217 split-window-above-each-other and split-window-side-by-side
218 respectively. All callers changed.
219 (split-window-sensibly, split-window-sensibly): Use them.
220 (split-window-keep-point): Doc fix.
221
222 * isearch.el: Add isearch-scroll property to split-window-below
223 and split-window-right.
224
225 * follow.el (follow-mode):
226 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
227 * progmodes/ada-xref.el (ada-gdb-application):
228 * emulation/vip.el (vip-buffer-in-two-windows):
229 * image-dired.el (image-dired-dired-with-window-configuration):
230 * dired-x.el (dired-do-find-marked-files):
231 * dired.el (dired-pop-to-buffer):
232 * bs.el (bs--show-with-configuration):
233 * vc/emerge.el (emerge-setup-windows):
234 * textmodes/two-column.el (2C-two-columns):
235 * textmodes/reftex-toc.el (reftex-toc):
236 * progmodes/gdb-mi.el (gdb-setup-windows):
237 * progmodes/fortran.el (fortran-window-create):
238 * net/newst-treeview.el (newsticker--treeview-window-init):
239 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
240 * emulation/tpu-edt.el (tpu-gold-map):
241 * emulation/crisp.el (crisp-mode-map):
242 * calendar/calendar.el (calendar-basic-setup): Callers changed.
243
38bb2ca8
CY
2442011-10-29 Chong Yidong <cyd@gnu.org>
245
aa4de341
CY
246 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
247
e1eb5385
CY
248 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
249
5d2ece3c
CY
250 * textmodes/flyspell.el (flyspell-word): Fix char offset for
251 forged Ispell output (Bug#7904).
252
38bb2ca8
CY
253 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
254
d0af9f77
SM
2552011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * doc-view.el: Avoid ugly errors about not finding nil.
258 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
259 (doc-view-dvipdf-program, doc-view-unoconv-program)
260 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
261 Avoid nil or absolute file name as default value.
262 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
263
52bedd34
AM
2642011-10-28 Alan Mackenzie <acm@muc.de>
265
db22a3c2 266 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 267
7e43cfa5
AM
2682011-10-28 Alan Mackenzie <acm@muc.de>
269
270 Amend the handling of c-beginning/end-of-defun in nested declaration
271 scopes.
272
52bedd34
AM
273 * progmodes/cc-vars.el (c-defun-tactic): Move here from
274 cc-langs.el. Change it to a defcustom.
7e43cfa5 275
52bedd34
AM
276 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
277 cc-vars.el.
7e43cfa5 278
d0af9f77
SM
279 * progmodes/cc-engine.el (c-beginning-of-statement-1):
280 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 281
52bedd34 282 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 283 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
284 (c-widen-to-enclosing-decl-scope): New function.
285 (c-while-widening-to-decl-block): New macro.
286 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
287 outward for defun boundaries, and correspondingly change symbol
288 `respect-enclosure' to `go-outward'.
289 (c-declaration-limits): Change algorithm to report only the "innermost"
290 defun's boundaries.
291
1a2ce9ee
DD
2922011-10-28 Deniz Dogan <deniz@dogan.se>
293
294 * net/rcirc.el (rcirc-mode): Use hard newlines.
295
bc97a826
AM
2962011-10-28 Alan Mackenzie <acm@muc.de>
297
298 Amend to indent and fontify macros "which include their own semicolon"
299 correctly, using the "virtual semicolon" mechanism.
300
52bedd34 301 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 302
d0af9f77 303 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
acc825c5 304 Recode to scan one line at at time rather than having \n and \r
52bedd34 305 explicitly in c-stmt-delim-chars
bc97a826
AM
306 (for some modes, e.g. AWK).
307 (c-forward-label): Amend for virtual semicolons.
308 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions
309
52bedd34
AM
310 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
311 of the new C macros.
bc97a826 312
52bedd34 313 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
314 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
315 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
316 (c-opt-cpp-macro-define): Make into a full language variable.
317 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
318 AWK Mode (including \n, \r) removed, no longer needed.
319
d0af9f77
SM
320 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
321 Invoke c-make-macro-with-semi-re.
bc97a826 322
52bedd34
AM
323 * progmodes/cc-vars.el (c-macro-with-semi-re):
324 (c-macro-names-with-semicolon): New variables.
bc97a826
AM
325 (c-make-macro-with-semi-re): New function
326
7a6c0941
SM
3272011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
328
329 * vc/log-edit.el: Fill empty field rather than adding new one.
330 (log-edit-add-field): New function.
331 (log-edit-insert-changelog): Use it.
332
b0c4cdcf
ML
3332011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
334
335 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
336
ee1f1da9
SM
3372011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
340 (gdb--check-interpreter): New function.
341 (gdb): Use it.
342
51bc5f8b
GM
3432011-10-27 Glenn Morris <rgm@gnu.org>
344
416a2c45
GM
345 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
346 (least-positive-float, least-negative-float)
347 (least-positive-normalized-float, least-negative-normalized-float)
348 (float-epsilon, float-negative-epsilon):
349 Remove unnecessary declarations.
350
351 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
352 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
353 (least-positive-float, least-negative-float)
354 (least-positive-normalized-float, least-negative-normalized-float)
355 (float-epsilon, float-negative-epsilon): Add doc-strings,
356 based on those in cl.texi.
357
51bc5f8b
GM
358 * files.el (set-visited-file-name): If the major-mode changed,
359 reload the local variables. (Bug#9796)
360
15de15c6
CY
3612011-10-27 Chong Yidong <cyd@gnu.org>
362
363 * subr.el (change-major-mode-after-body-hook): New hook.
364 (run-mode-hooks): Run it.
365
ee1f1da9
SM
366 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
367 Use change-major-mode-before-body-hook.
15de15c6
CY
368
369 * simple.el (fundamental-mode):
370 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
371 change introducing fundamental-mode-hook.
372
5430d399
JB
3732011-10-26 Juanma Barranquero <lekktu@gmail.com>
374
acc825c5 375 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 376
ad74a69e
MA
3772011-10-26 Michael Albinus <michael.albinus@gmx.de>
378
379 * ido.el (ido-file-name-all-completions-1): Do not require
380 tramp.el explicitely. (Bug#7583)
381
71d4c2a5
SM
3822011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
383
384 * progmodes/octave-mod.el:
385 * progmodes/octave-inf.el: Update maintainer.
386
b1f6fa26
CY
3872011-10-26 Chong Yidong <cyd@gnu.org>
388
389 * subr.el (with-wrapper-hook): Rewrite doc.
390
3f04efd6
MA
3912011-10-25 Michael Albinus <michael.albinus@gmx.de>
392
393 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 394 filenames "/method:foo:". (Bug#9793)
3f04efd6 395
410488d3
SM
3962011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
397
398 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
399 (bug#9865).
400
c1ebb47e
GM
4012011-10-24 Glenn Morris <rgm@gnu.org>
402
403 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
404
7f5c46c7
MA
4052011-10-24 Michael Albinus <michael.albinus@gmx.de>
406
407 * notifications.el: Add the requirement of a running D-Bus session
408 bus to the Commentary.
409
db2440b6
JL
4102011-10-24 Juri Linkov <juri@jurta.org>
411
412 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
413 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
414 (Bug#9364)
415
feecf435
JL
4162011-10-24 Juri Linkov <juri@jurta.org>
417
418 * info.el (Info-following-node-name-re): Add newline to the list
419 of allowed characters for leading space. (Bug#9824)
420
a3839de2
SM
4212011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
422
acc825c5
SM
423 * progmodes/octave-inf.el (inferior-octave-mode-map):
424 Fix C-c C-h binding.
a3839de2
SM
425 * progmodes/octave-mod.el (octave-help): Remove.
426
09388e76
MA
4272011-10-23 Michael Albinus <michael.albinus@gmx.de>
428
429 Sync with Tramp 2.2.3.
430
431 * net/tramp-cache.el (top): Pacify byte-compiler using
432 `init-file-user' and `site-run-file'.
433
434 * net/trampver.el: Update release number.
435
86c60681
CY
4362011-10-23 Chong Yidong <cyd@gnu.org>
437
438 * files.el (toggle-read-only): Remove obsolete comment about
439 version control.
440
441 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
442 for toggle-read-only. Note that this hasn't called vc-next-action
443 since 2008-05-02, though it wasn't documented at the time.
444
a3839de2
SM
445 * vc/ediff-init.el (ediff-toggle-read-only-function):
446 Use toggle-read-only.
86c60681 447
cd5495ff
AM
4482011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
449
450 Fix bug #9560, sporadic wrong indentation; improve instrumentation
451 of c-parse-state.
452
00b77525 453 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 454 correct faulty logical expression.
cd5495ff
AM
455 (c-parse-state-state, c-record-parse-state-state):
456 (c-replay-parse-state-state): New defvar/defuns.
457 (c-debug-parse-state): Use new functions.
458
42ee24ed
MR
4592011-10-22 Martin Rudalics <rudalics@gmx.at>
460
461 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 462 last fix. Use window-in-direction correctly.
42ee24ed 463
a7dee7e7
CY
4642011-10-21 Chong Yidong <cyd@gnu.org>
465
466 * progmodes/idlwave.el (idlwave-mode):
467 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
468 require-final-newline; that's done in prog-mode.
469 Suggested by Stefan Monnier.
a7dee7e7 470
e07b9a6d
MR
4712011-10-21 Martin Rudalics <rudalics@gmx.at>
472
473 * mouse.el (mouse-drag-window-above)
474 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
475 (mouse-drag-mode-line-1, mouse-drag-header-line)
476 (mouse-drag-vertical-line-rightward-window): Remove.
477 (mouse-drag-line): New function.
478 (mouse-drag-mode-line, mouse-drag-header-line)
479 (mouse-drag-vertical-line): Call mouse-drag-line.
480 * window.el (window-at-side-p, windows-at-side): New functions.
481
7e1361d9
UM
4822011-10-21 Ulrich Mueller <ulm@gentoo.org>
483
484 * tar-mode.el (tar-grind-file-mode):
485 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
486
30fcaf3a
CY
4872011-10-21 Chong Yidong <cyd@gnu.org>
488
489 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
490 * progmodes/vera-mode.el (vera-mode):
491 Use mode-require-final-newline.
30fcaf3a 492
516eddb0
GM
4932011-10-20 Glenn Morris <rgm@gnu.org>
494
db22a3c2 495 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 496
10d5f513
CS
4972011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
498
499 * emulation/cua-base.el (cua-set-mark): Fix case of string.
500
ac6c8639
CY
5012011-10-20 Chong Yidong <cyd@gnu.org>
502
503 * emulation/cua-base.el (cua-mode):
504 * mail/footnote.el (footnote-mode):
505 * mail/mailabbrev.el (mail-abbrevs-mode):
506 * net/xesam.el (xesam-minor-mode):
507 * progmodes/bug-reference.el (bug-reference-mode):
508 * progmodes/cap-words.el (capitalized-words-mode):
509 * progmodes/compile.el (compilation-minor-mode)
510 (compilation-shell-minor-mode):
511 * progmodes/gud.el (gud-tooltip-mode):
512 * progmodes/hideif.el (hide-ifdef-mode):
513 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
514 * progmodes/subword.el (subword-mode):
515 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
516 * progmodes/which-func.el (which-function-mode):
517 * term/tvi970.el (tvi970-set-keypad-mode):
518 * term/vt100.el (vt100-wide-mode):
519 * textmodes/flyspell.el (flyspell-mode):
520 * textmodes/ispell.el (ispell-minor-mode):
521 * textmodes/nroff-mode.el (nroff-electric-mode):
522 * textmodes/paragraphs.el (use-hard-newlines):
523 * textmodes/refill.el (refill-mode):
524 * textmodes/reftex.el (reftex-mode):
525 * textmodes/rst.el (rst-minor-mode):
526 * textmodes/sgml-mode.el (html-autoview-mode)
527 (sgml-electric-tag-pair-mode):
528 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
529 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
530 * emulation/crisp.el (crisp-mode):
531 * emacs-lisp/eldoc.el (eldoc-mode):
532 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
533 minor mode behavior.
534
aa42ab43
JL
5352011-10-19 Juri Linkov <juri@jurta.org>
536
537 * descr-text.el (describe-char): Add #x2010 and #x2011 to
538 the list of hard-coded chars with escape-glyph face.
539
89400f1d
SM
5402011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
541
542 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
543
305c07f6
MA
5442011-10-19 Michael Albinus <michael.albinus@gmx.de>
545
546 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
547 running process.
548
13754b54
GM
5492011-10-19 Glenn Morris <rgm@gnu.org>
550
551 * vc/vc-bzr.el (vc-bzr-after-dir-status):
552 Ignore ignored files. (Bug#9726)
553
06e21633
CY
5542011-10-19 Chong Yidong <cyd@gnu.org>
555
556 Doc fix for minor modes, stating that an omitted argument enables
557 the mode unconditionally when called from Lisp.
558
559 * abbrev.el (abbrev-mode):
560 * allout.el (allout-mode):
561 * autoinsert.el (auto-insert-mode):
562 * autoarg.el (autoarg-mode, autoarg-kp-mode):
563 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
564 (global-auto-revert-mode):
565 * battery.el (display-battery-mode):
566 * composite.el (global-auto-composition-mode)
567 (auto-composition-mode):
568 * delsel.el (delete-selection-mode):
569 * desktop.el (desktop-save-mode):
570 * dired-x.el (dired-omit-mode):
571 * dirtrack.el (dirtrack-mode):
572 * doc-view.el (doc-view-minor-mode):
573 * double.el (double-mode):
574 * electric.el (electric-indent-mode, electric-pair-mode):
575 * emacs-lock.el (emacs-lock-mode):
576 * epa-hook.el (auto-encryption-mode):
577 * follow.el (follow-mode):
578 * font-core.el (font-lock-mode):
579 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
580 * help.el (temp-buffer-resize-mode):
581 * hilit-chg.el (highlight-changes-mode)
582 (highlight-changes-visible-mode):
583 * hi-lock.el (hi-lock-mode):
584 * hl-line.el (hl-line-mode, global-hl-line-mode):
585 * icomplete.el (icomplete-mode):
586 * ido.el (ido-everywhere):
587 * image-file.el (auto-image-file-mode):
588 * image-mode.el (image-minor-mode):
589 * iswitchb.el (iswitchb-mode):
590 * jka-cmpr-hook.el (auto-compression-mode):
591 * linum.el (linum-mode):
592 * longlines.el (longlines-mode):
593 * master.el (master-mode):
594 * mb-depth.el (minibuffer-depth-indicate-mode):
595 * menu-bar.el (menu-bar-mode):
596 * minibuf-eldef.el (minibuffer-electric-default-mode):
597 * mouse-sel.el (mouse-sel-mode):
598 * msb.el (msb-mode):
599 * mwheel.el (mouse-wheel-mode):
600 * outline.el (outline-minor-mode):
601 * paren.el (show-paren-mode):
602 * recentf.el (recentf-mode):
603 * reveal.el (reveal-mode, global-reveal-mode):
604 * rfn-eshadow.el (file-name-shadow-mode):
605 * ruler-mode.el (ruler-mode):
606 * savehist.el (savehist-mode):
607 * scroll-all.el (scroll-all-mode):
608 * scroll-bar.el (scroll-bar-mode):
609 * server.el (server-mode):
610 * shell.el (shell-dirtrack-mode):
611 * simple.el (auto-fill-mode, transient-mark-mode)
612 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
613 (line-number-mode, column-number-mode, size-indication-mode)
614 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
615 * strokes.el (strokes-mode):
616 * time.el (display-time-mode):
617 * t-mouse.el (gpm-mouse-mode):
618 * tool-bar.el (tool-bar-mode):
619 * tooltip.el (tooltip-mode):
620 * type-break.el (type-break-mode-line-message-mode)
621 (type-break-query-mode):
622 * view.el (view-mode):
623 * whitespace.el (whitespace-mode, whitespace-newline-mode)
624 (global-whitespace-mode, global-whitespace-newline-mode):
625 * xt-mouse.el (xterm-mouse-mode): Doc fix.
626
a3839de2
SM
627 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
628 Fix autogenerated docstring.
06e21633 629
5214e501
JL
6302011-10-19 Juri Linkov <juri@jurta.org>
631
632 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
633 by checking environment variables "DESKTOP_SESSION" and
634 "XDG_CURRENT_DESKTOP". (Bug#9779)
635
195f8db9
JL
6362011-10-19 Juri Linkov <juri@jurta.org>
637
638 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
639 (browse-url-chromium-program, browse-url-chromium-arguments):
640 New defcustoms.
641 (browse-url-default-browser): Check for `browse-url-chromium' and
642 call `browse-url-chromium-program'.
643 (browse-url-chromium): New command. (Bug#9779)
644
343a34ff
JB
6452011-10-18 Juanma Barranquero <lekktu@gmail.com>
646
647 * facemenu.el (list-colors-duplicates): On Windows, detect more
648 duplicates by assuming that only colors matching "^System" are
649 special "system colors". (Bug#9722)
650
6978a151
SM
6512011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
652
653 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
654 to distinguish the author from the committer.
655
6a80b297
MA
6562011-10-18 Michael Albinus <michael.albinus@gmx.de>
657
658 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
659
b31a5677
JK
6602011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
661
662 * international/mule.el (sgml-html-meta-auto-coding-function):
663 Add support for detecting encoding in HTML5 specified only as
664 <meta charset="UTF-8">. Implementation just makes http-equiv and
665 content-type parts from HTML4 encoding string optional. (Bug#9716)
666
80c6d77f
GM
6672011-10-18 Glenn Morris <rgm@gnu.org>
668
669 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
670
08b0fee8
CY
6712011-10-18 Chong Yidong <cyd@gnu.org>
672
673 * faces.el (cursor): Doc fix.
674
67e729a5
CY
6752011-10-17 Chong Yidong <cyd@gnu.org>
676
677 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
678
343a34ff 6792011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
680
681 * dirtrack.el (dirtrack): Support shell buffers with path
682 prefixes, e.g. tramp-based remote shells. (Bug#9647)
683
0bc06380
TZ
6842011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
685
686 * json.el: Bump version to 1.3 and note change in History.
687 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
688
8b79f3e0
SM
6892011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
690
5a7c536b
SM
691 * comint.el (comint-insert-input, comint-send-input)
692 (comint-get-old-input-default, comint-backward-matching-input)
693 (comint-next-prompt): Use nil instead of `input' for field property of
694 past user input (bug#114).
695
96a8a0df
SM
696 * minibuffer.el (completion--replace): Inherit surrounding properties
697 (bug#114).
698 (minibuffer-complete-and-exit): Use it.
699
8b79f3e0
SM
700 * comint.el (comint--table-subvert): Quote the all-completions output
701 (bug#9160).
702
b8f7ff0d
MR
7032011-10-17 Martin Rudalics <rudalics@gmx.at>
704
8b79f3e0 705 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 706
b8f7ff0d 707 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 708 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
709 entries and separate them from frame entries.
710
c235b555
GM
7112011-10-15 Glenn Morris <rgm@gnu.org>
712
713 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
714 Doc fixes.
715
6bbfa6e1
CY
7162011-10-15 Chong Yidong <cyd@stupidchicken.com>
717
8b79f3e0
SM
718 * net/network-stream.el (network-stream-open-starttls):
719 Improve detection of failure due to lack of TLS support.
ec5c990d 720
6bbfa6e1
CY
721 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
722 putting the input text in front and in bold.
723
98488977
SM
7242011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
725
3d1337be
SM
726 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
727
ee0b45e4
SM
728 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
729 empty buffer.
730
98488977
SM
731 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
732 unread-command-events rather than pushing yet-another event.
733
186f4720
EZ
7342011-10-14 Eli Zaretskii <eliz@gnu.org>
735
736 * mail/sendmail.el (sendmail-query-once): Improve the wording of
737 the explanation of the possible choices. Make the options passed
738 to completing-read shorter.
739
8b7a997c
AM
7402011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
741
742 * textmodes/flyspell.el (flyspell-large-region): Make sure
743 extended character mode is used if defined (Bug#1339).
744
12587bbb
EZ
7452011-10-13 Eli Zaretskii <eliz@gnu.org>
746
747 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
748 character info for LRE, LRO, RLE, and RLO characters by appending
749 an invisible PDF.
12587bbb 750
bad41229
SM
7512011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
754 even in case of error; add debug spec; simplify data flow.
755 (with-timeout-handler): Remove.
756
28dbc92f
MA
7572011-10-12 Michael Albinus <michael.albinus@gmx.de>
758
759 Fix Bug#6019, Bug#9315.
760
761 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
762 complete `buffer-file-name', the local file name part could look
763 remotely (for example on VMS).
764
765 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
766 `tramp-run-real-handler'.
767 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
768 already quoted by '"'.
769
770 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
771 Let `file-name-handler-alist' be nil, the local file name part
772 could look remotely (for example on VMS).
773
e1b0b23a
SM
7742011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
777 from here...
778 (flyspell-post-command-hook): ...to here.
779
a120bde9
SM
7802011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
783 if not needed.
784 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
785 using completion. Protect against "slow" callers.
786 Remove the "message hack".
787
7ce7717b
JL
7882011-10-11 Juri Linkov <juri@jurta.org>
789
790 * isearch.el (isearch-lazy-highlight-word): New variable.
791 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
792 Use it. (Bug#9727)
793
c02ee9d6
GM
7942011-10-11 Glenn Morris <rgm@gnu.org>
795
796 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
797 like f90-previous-statement does.
798
93e616fd 7992011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
800
1f190e73 801 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
802 only in interactive use, to avoid error.
803
af7b6078
SM
8042011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
805
806 * minibuffer.el (completion-file-name-table): Fix last change,
807 i.e. ignore normal errors but not the other ones.
808
0563dae9
MR
8092011-10-10 Martin Rudalics <rudalics@gmx.at>
810
811 * window.el (special-display-buffer-names)
812 (special-display-regexps): Remove some remnants of earlier
813 changes from doc-strings.
366ca7f3
MR
814 (quit-windows-on): New function.
815
816 * vc/vc.el (vc-revert, vc-rollback):
817 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
818 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 819 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 820
49677495
MR
8212011-10-09 Martin Rudalics <rudalics@gmx.at>
822
823 * window.el (frame-auto-hide-function): Add version tag.
824 (Bug#9699)
825
56f2d1e1
MA
8262011-10-09 Michael Albinus <michael.albinus@gmx.de>
827
828 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
829 condition.
830
112a6592
LL
8312011-10-09 Leo Liu <sdl.web@gmail.com>
832
833 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
834 (Bug#9701)
835
0812589b
GM
8362011-10-08 Glenn Morris <rgm@gnu.org>
837
838 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
839 before the first code statement zero indent. (Bug#9690)
840
b2b0776e
CY
8412011-10-08 Chong Yidong <cyd@stupidchicken.com>
842
843 * simple.el (count-words-region): Always count in the region.
844 Report the number of lines and characters too.
845 (count-words): New command, which counts in the buffer if the
846 region is inactive, as count-words-region used to.
847 (count-words--message): New function. Handle plurals.
848 (count-lines-region): Make it an alias for count-words-region.
849
850 * bindings.el (esc-map): Replace count-lines-region with
851 count-words-region.
852
c557cd6b
MR
8532011-10-08 Martin Rudalics <rudalics@gmx.at>
854
855 * window.el (window--delete): Delete dedicated frame
856 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 857 (switch-to-buffer): Fix doc-string typo.
c557cd6b 858
61a57ef4 8592011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
860
861 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
862
c3833279
CY
8632011-10-07 Chong Yidong <cyd@stupidchicken.com>
864
865 * bindings.el ([M-left],[M-right]): Bind to left-word and
866 right-word respectively.
867
21ce8245
GM
8682011-10-07 Glenn Morris <rgm@gnu.org>
869
870 * cus-start.el (debug-on-quit): Fix custom type.
871
6d823bb2
LMI
8722011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
873
0181e193
LMI
874 * subr.el (define-key-after): Clarify that the function is not
875 useful for non-menu keymaps.
876
6d823bb2
LMI
877 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
878
8e3459ce 8792011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
880
21ce8245 881 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 882 in current minibuffer (Fix bug with recursive minibuffers).
883
a1c2d21e
CY
8842011-10-06 Chong Yidong <cyd@stupidchicken.com>
885
886 * progmodes/gdb-mi.el (gdb): Doc fix.
887
5a4cf282
MR
8882011-10-05 Martin Rudalics <rudalics@gmx.at>
889
890 * window.el (frame-auto-hide-function): New option replacing
891 frame-auto-delete. Suggested by Stefan Monnier.
892 (window--delete): Call frame-auto-hide-function instead of
893 investigating frame-auto-delete.
c96111ea
MR
894 (window-point-1, set-window-point-1): New functions.
895 (window-in-direction, record-window-buffer, window-state-get-1)
896 (display-buffer-record-window): Use window-point-1 instead of
897 window-point.
898 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 899
9854542e
SM
9002011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
901
902 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
903
8943cfb0
GM
9042011-10-05 Glenn Morris <rgm@gnu.org>
905
906 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
907 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
908
647ab967
LL
9092011-10-05 Leo Liu <sdl.web@gmail.com>
910
911 * subr.el (read-char-choice): Fix argument to buffer-live-p which
912 works with buffer object.
913
3ddfbced
SM
9142011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * mpc.el (mpc-tool-bar-map): Add labels.
917
bdfa5dd2
GM
9182011-10-04 Glenn Morris <rgm@gnu.org>
919
920 * calendar/holidays.el (calendar-check-holidays): Doc fix.
921
0e2070b5
MR
9222011-10-04 Martin Rudalics <rudalics@gmx.at>
923
924 * window.el (window--delete): New function.
925 (frame-auto-delete): Resuscitate option.
926 (bury-buffer, replace-buffer-in-windows)
927 (quit-window): Rewrite using window--delete.
928 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
929 Pass display-buffer-mark-dedicated to window--display-buffer-2
930 (Bug#9639).
931
3dc61a09
SM
9322011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
933
915a9b64
SM
934 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
935 returns a list (bug#9554). Add remote file name completion.
936 * comint.el (comint--table-subvert): Curry and get quote&unquote
937 functions as arguments.
938 (comint--complete-file-name-data): Adjust call accordingly.
939 * pcomplete.el (pcomplete--table-subvert): Remove.
940 (pcomplete-completions-at-point): Use comint--table-subvert instead.
941
3dc61a09
SM
942 * minibuffer.el (completion-table-case-fold): Use currying.
943 (completion--styles-type, completion--cycling-threshold-type):
944 New constants.
945 (completion-styles, completion-category-overrides)
946 (completion-cycle-threshold): Use them.
947 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
948 completion-table-case-fold.
949
8ea0a993
SB
9502011-10-03 Stephen Berman <stephen.berman@gmx.net>
951
952 * minibuffer.el (completion-category-overrides): Fix type of styles
953 and add more user friendly tags (bug#9660).
954
8c24b7f6
SM
9552011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
956
957 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
958 (mule-input-method-string): New widget.
959 (default-input-method, language-info-custom-alist): Use it.
960
428fe61a
SM
9612011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
962
32c1fffd
SM
963 * pcomplete.el: Require comint.
964 (pcomplete--common-suffix): Remove.
965 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
966 (pcomplete--table-subvert): Sync with comint--table-subvert.
967 (pcomplete--entries): Use comint-completion-file-name-table.
968 * comint.el (comint-unquote-filename): Simplify.
969 (comint-completion-file-name-table): New function (bug#9616).
970 (comint--complete-file-name-data): Use it.
971
428fe61a
SM
972 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
973 (pcmpl-gnu-tar-buffer): Remove.
974 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
975 around. Make sure pcomplete-suffix-list is only changed temporarily.
976 Don't look inside the tar's file if it's too large.
428fe61a 977
04c52e2f
CY
9782011-10-01 Chong Yidong <cyd@stupidchicken.com>
979
ce3cefcc
CY
980 * cus-edit.el (custom-mode-map):
981 * epa.el (epa-key-list-mode-map):
982 * man.el (Man-mode-map):
983 * startup.el (splash-screen-keymap):
984 * simple.el (special-mode-map): Use scroll-up-command and
985 scroll-down-command.
986
987 * progmodes/idlw-help.el (idlwave-help-mode-map):
988 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
989 * net/newst-plainview.el (newsticker-mode-map):
990 * emulation/ws-mode.el (wordstar-mode-map):
991 * emulation/vi.el (vi-com-map):
992 * calc/calc-graph.el (calc-graph-show-dumb):
993 * term/sun.el (terminal-init-sun):
994 * term/ns-win.el (global-map):
995 * progmodes/grep.el (grep-mode-map):
996 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
997 * mail/rmail.el (rmail-mode-map):
998 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
999
04c52e2f
CY
1000 * custom.el (custom-safe-themes, load-theme): Treat value of t for
1001 custom-safe-themes as special.
1002
79adf8c8
JD
10032011-10-01 Julien Danjou <julien@danjou.info>
1004
1005 * notifications.el (notifications-notify): Fix docstring.
1006
63bd50d3
PS
10072011-10-01 Per Starbäck <per@starback.se>
1008
1009 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
1010
199e4c7e
MR
10112011-09-30 Martin Rudalics <rudalics@gmx.at>
1012
1013 * startup.el (command-line-1): Fix last fix by inserting
1014 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 1015 (Bug#9605) and (Bug#9636)
199e4c7e 1016
fe5f08dd
EZ
10172011-09-29 Eli Zaretskii <eliz@gnu.org>
1018
1019 * simple.el (line-move): If auto-hscroll-mode is disabled and the
1020 window is hscrolled, move by logical lines. (Bug#9607)
1021 (line-move-visual): Update the doc string to the above effect.
1022
b5516bbd
MR
10232011-09-29 Martin Rudalics <rudalics@gmx.at>
1024
ccee00c0
MR
1025 * window.el (display-buffer-record-window): When WINDOW is the
1026 selected window use `point' instead of `window-point'. (Bug#9626)
1027
b5516bbd
MR
1028 * startup.el (command-line-1): Use insert-before-markers when
1029 inserting initial-scratch-message. (Bug#9605)
ccee00c0 1030
b5516bbd
MR
1031 * help.el (help-window): Remove variable.
1032
52aa0014
GM
10332011-09-29 Glenn Morris <rgm@gnu.org>
1034
1035 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
1036
df9a7357
JB
10372011-09-29 Juanma Barranquero <lekktu@gmail.com>
1038
1039 * descr-text.el (describe-char-categories): Accept category
1040 descriptions more than one line long.
1041
a8406c20
SM
10422011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1043
88d9610c
SM
1044 * simple.el (delete-trailing-whitespace): Fix last change.
1045
a5daf810
SM
1046 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1047 Don't confuse "y => 3" as the beginning of a `y' operation.
1048
a8406c20
SM
1049 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
1050 object has more than 4 slots (bug#9613).
1051
a239d4e9
JB
10522011-09-28 Juanma Barranquero <lekktu@gmail.com>
1053
1054 * subr.el (with-output-to-temp-buffer):
1055 * net/quickurl.el (quickurl, quickurl-browse-url):
1056 Fix typos in docstrings.
1057
693fbdb6
EZ
10582011-09-27 Eli Zaretskii <eliz@gnu.org>
1059
1060 * minibuffer.el (completion-styles)
1061 (completion-category-overrides): Cross reference each other in doc
1062 strings.
1063
8b457e28
GM
10642011-09-27 Glenn Morris <rgm@gnu.org>
1065
1066 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
1067 to split-string. (Bug#9606)
1068
85a16208
LMI
10692011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1070
1071 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
1072 (bug#9615).
1073
502f9ebd
CY
10742011-09-27 Chong Yidong <cyd@stupidchicken.com>
1075
1076 * emacs-lisp/package.el (list-packages): Fix echo area message.
1077
7690bdea
LL
10782011-09-27 Leo Liu <sdl.web@gmail.com>
1079
1080 * ido.el (ido-read-internal): Accept cons cell HIST arg.
1081
e2ee6f30
MA
10822011-09-25 Michael Albinus <michael.albinus@gmx.de>
1083
1084 * net/dbus.el (dbus-unregister-object): Don't release services for
1085 registered signals. (Bug#9581)
1086
f3f98342
TZ
10872011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1088
1089 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
1090 function that picks between cfengine 2 and 3 support
1091 automatically. Update docs accordingly.
1092
dd7aa8dd
KH
10932011-09-22 Kenichi Handa <handa@m17n.org>
1094
1095 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
1096 ZERO.
1097 (indian-itrans-v5-table-for-tamil): New variable.
1098 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
1099
3f2b07f8
KM
11002011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
1101
1102 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
1103 that's true if the current command involved collapsing of text.
1104 It's reset to false at the beginning of the next command.
1105 (allout-post-command-business): Move the cursor to the beginning
1106 of entry if the cursor is hidden and collapsing activity just
1107 happened.
1108
371d6a61
CY
11092011-09-24 Chong Yidong <cyd@stupidchicken.com>
1110
1111 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
1112 tracking (Bug#9541).
1113
2ac2721a
UJ
11142011-09-24 Ulf Jasper <ulf.jasper@web.de>
1115
1116 * net/newst-reader.el (newsticker-html-renderer)
1117 (newsticker-show-news): Automatically
343a34ff
JB
1118 load html rendering package if newsticker-html-renderer is set.
1119 Fixes "Warning: defvar ignored because w3m-fill-column is
2ac2721a
UJ
1120 let-bound" and the error "Symbol's value as variable is void:
1121 w3m-fill-column".
1122
fac7ae53
MA
11232011-09-24 Michael Albinus <michael.albinus@gmx.de>
1124
1125 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
1126 Release services only if they are defined. (Bug#9581)
1127
e08b633b
RS
11282011-09-23 Richard Stallman <rms@gnu.org>
1129
e488d29c
RS
1130 * textmodes/paragraphs.el (forward-sentence): For backwards case,
1131 distinguish start of paragraph from start of its text.
1132
19c38752
RS
1133 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
1134
e08b633b
RS
1135 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
1136 (rmail-generate-viewer-buffer): Put that hook on view buffer.
1137 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
1138
0a39f27e
AS
11392011-09-23 Andreas Schwab <schwab@linux-m68k.org>
1140
1141 * international/mule-diag.el (mule-diag): Insert a newline after
1142 each fontset description.
1143
db4e950d
SM
11442011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * simple.el (delete-trailing-whitespace):
1147 Document last change; simplify.
1148
eca3f3ea
PW
11492011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
1150
d68e189a
PW
1151 * simple.el (delete-trailing-whitespace): Also delete
1152 extra newlines at the end of the buffer.
1153
eca3f3ea
PW
1154 * textmodes/picture.el: Make motion commands obey shift-select-mode.
1155 (picture-newline): Use forward-line so as to ignore fields.
1156
01c157cc
SM
11572011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1158
1159 * subr.el (with-wrapper-hook): Fix edebug spec.
1160
022de23e
LMI
11612011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1162
1163 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
1164 (bug#4538).
1165
91683089
MA
11662011-09-23 Michael Albinus <michael.albinus@gmx.de>
1167
eca3f3ea
PW
1168 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1169 Fix nasty bug using wrong cached values.
91683089 1170
5bdd6fa4
AM
11712011-09-23 Alan Mackenzie <acm@muc.de>
1172
1173 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
1174
97adfb97
CY
11752011-09-23 Chong Yidong <cyd@stupidchicken.com>
1176
1177 * window.el (pop-to-buffer): Ensure right window is selected if we
1178 chose another frame.
1179
d4ef2b50
EZ
11802011-09-22 Eli Zaretskii <eliz@gnu.org>
1181
1182 * simple.el (what-cursor-position): Use get-char-property-change
1183 and next-single-char-property-change, to be able to show display
1184 properties that come from overlays as well as text properties.
1185
72258fe5
CY
11862011-09-22 Chong Yidong <cyd@stupidchicken.com>
1187
1188 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
1189
1190 * cmuscheme.el (run-scheme, switch-to-scheme):
1191 * cus-edit.el (customize-group, custom-buffer-create)
1192 (customize-browse):
1193 * info.el (info):
1194 * shell.el (shell):
1195 * mail/sendmail.el (mail):
1196 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
1197
8f098516
RS
11982011-09-22 Richard Stallman <rms@gnu.org>
1199
1200 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
1201 move back only to line beg, don't move back over blank lines.
1202
e74f1bb6
MA
12032011-09-22 Michael Albinus <michael.albinus@gmx.de>
1204
1205 * files.el (copy-directory): Set directory attributes only in case
1206 they could be retrieved from the source directory. (Bug#9565)
1207
bfeef8b6
DK
12082011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
1209
1210 * progmodes/hideshow.el (hs-looking-at-block-start-p)
1211 (hs-find-block-beginning, hs-hide-level-recursive):
1212 Ignore strings as well as comments. (Bug#9502)
1213
7e423bb8
AS
12142011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
1215
1216 * progmodes/sql.el (sql-comint-postgres):
1217 Convert port number to a string. (Bug#9566)
1218
b4d72fcf
MR
12192011-09-22 Martin Rudalics <rudalics@gmx.at>
1220
1221 * window.el (quit-window): Undedicate window when switching to
1222 previous buffer. Reported by Thierry Volpiatto
1223 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
1224 (special-display-popup-frame): When popping up a new frame reset
1225 its previous buffers to nil. Simplify code.
b4d72fcf 1226
a7b88dc6
MA
12272011-09-21 Michael Albinus <michael.albinus@gmx.de>
1228
1229 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
1230 and process filter, as done also in `shell-command'.
1231
cf4eacfd
MR
12322011-09-21 Martin Rudalics <rudalics@gmx.at>
1233
eca3f3ea
PW
1234 * window.el (set-window-buffer-start-and-point):
1235 Call set-window-start with NOFORCE argument t. Suggested by Thierry
cf4eacfd
MR
1236 Volpiatto <thierry.volpiatto@gmail.com>.
1237 (quit-window): Reword doc-string. Handle new format of
1238 quit-restore parameter. Don't delete window if it has a
1239 previous buffer we can show instead of the present one.
1240 (display-buffer-record-window): Rewrite using a new format for
1241 the quit-restore window parameter
1242 (special-display-popup-frame, display-buffer-same-window)
1243 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1244 (display-buffer-pop-up-window, display-buffer-use-some-window):
1245 Adapt symbol passed to display-buffer-record-window.
1246 * help.el (help-window-setup): Handle new format of quit-restore
1247 parameter.
1248
8d28cb95
SM
12492011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1250
94ab793f
SM
1251 * faces.el (face-list): Fix docstring (bug#9564).
1252
8d28cb95
SM
1253 * window.el (display-buffer--action-function-custom-type):
1254 Don't include internal functions in the Custom interface.
1255
3820edeb
JL
12562011-09-20 Juri Linkov <juri@jurta.org>
1257
1258 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
1259 (Info-forward-node, Info-backward-node, Info-next-preorder)
1260 (Info-last-preorder): Use it. (Bug#9528)
1261
5147931d
JL
12622011-09-20 Juri Linkov <juri@jurta.org>
1263
1264 * info.el (Info-last-preorder): Visit last menu item only when
1265 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
1266
cf499a1a
JD
12672011-09-20 Julien Danjou <julien@danjou.info>
1268
1269 * password-cache.el (password-cache-remove): Remove entries even if the
1270 value is nil, so that password with a nil value (negative caching) is
1271 possible to invalidate.
1272
f84e2fe2
LM
12732011-09-20 Lawrence Mitchell <wence@gmx.li>
1274
1275 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
1276 all whitespace around breakpoint. (Bug#9553)
1277 (f90-find-breakpoint): Only break at whitespace inside a comment.
1278
78054a46
SM
12792011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1280
1281 * minibuffer.el (completion-file-name-table): Keep track of errors.
1282 (completion-table-with-predicate): Handle the case where pred1 is nil.
1283 * pcomplete.el (pcomplete-completions-at-point): Simplify.
1284
345083b2
SM
12852011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1286
e24e27be
SM
1287 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
1288 (debugger-return-value): Signal an error if the debugging context does
1289 not await any return value.
1290
345083b2
SM
1291 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
1292 * image-mode.el (image-toggle-display-text)
1293 (image-toggle-display-image): Stay away from evil `intangible'.
1294
08d355e3
LL
12952011-09-19 Leo Liu <sdl.web@gmail.com>
1296
1297 * replace.el (occur-revert-arguments): Make it permanent-local.
1298 (occur-mode): Don't call font-lock-defontify.
1299
f01da43f
CY
13002011-09-19 Chong Yidong <cyd@stupidchicken.com>
1301
1302 * net/ldap.el (ldap-search-internal): Don't push empty search
1303 result (Bug#9508).
1304
b6072fa6
SM
13052011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
1308
443d6696
MA
13092011-09-19 Michael Albinus <michael.albinus@gmx.de>
1310
1311 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
1312 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
1313
7cc6e154
JL
13142011-09-18 Juri Linkov <juri@jurta.org>
1315
1316 * buff-menu.el (Buffer-menu-mode-map):
1317 * dired.el (dired-mode-map):
1318 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
1319 (lisp-interaction-mode-map):
1320 * emacs-lisp/package.el (package-menu-mode-map):
1321 * epa.el (epa-key-list-mode-map):
1322 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
1323 (menu-bar-options-menu):
1324 * outline.el (outline-mode-menu-bar-map):
1325 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
1326 * vc/vc-dir.el (vc-dir-menu-map):
1327 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
1328 Capitalize non-function content words in menu item strings.
1329
1330 * dired.el (dired-mode-map): Add menu item for
1331 `image-dired-dired-toggle-marked-thumbs'.
1332
80302a81
JL
13332011-09-18 Juri Linkov <juri@jurta.org>
1334
1335 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
1336 to `isearch-case-fold-search' and restore its original value
1337 after the `isearch-mode' call.
1338
46c5cf66
JL
13392011-09-18 Juri Linkov <juri@jurta.org>
1340
1341 * progmodes/grep.el (grep-process-setup): Don't check code for 1
1342 because `zgrep' returns 1 for successful matches (bug#9226).
1343
d18b513b
JL
13442011-09-18 Juri Linkov <juri@jurta.org>
1345
1346 * info.el (Info-extract-menu-node-name): Check the second match
1347 for empty string (second test-case of bug#9528).
1348 (Info-last-preorder): Let-bind `Info-history' to nil to not add
1349 intermediate nodes to the history (first test-case of bug#9528).
1350
72753f87
JL
13512011-09-18 Juri Linkov <juri@jurta.org>
1352
1353 * info.el (Info-mode-syntax-table): New variable.
1354 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312)
1355
c9384295
JL
13562011-09-18 Juri Linkov <juri@jurta.org>
1357
1358 * info.el (Info-file-supports-index-cookies): Increment
1359 line-beginning-position's arg from 3 to 4 because makeinfo outputs
1360 one more line for long file names (bug#4142).
1361
d473dce8
CY
13622011-09-18 Chong Yidong <cyd@stupidchicken.com>
1363
1364 * newcomment.el (comment-normalize-vars): If prompting for
1365 comment-start, set comment-start-skip too (Bug#8424).
1366
2176854d
JB
13672011-09-18 Johan Bockgård <bojohan@gnu.org>
1368
1369 * icomplete.el: Fix previous fix of Bug#5849.
1370 (icomplete-mode): Don't set completion-show-inline-help.
1371 (icomplete-minibuffer-setup): Set completion-show-inline-help
1372 locally during icompletion.
1373
3aace4e4
CY
13742011-09-18 Chong Yidong <cyd@stupidchicken.com>
1375
c940224f
CY
1376 * woman.el (woman2-process-escapes): Don't delete unrecognized
1377 escapes (Bug#7843).
1378
3aace4e4
CY
1379 * files.el (inhibit-first-line-modes-regexps): Add image files.
1380 (hack-local-variables-prop-line): Return nil for malformed
1381 prop-lines (Bug#9044).
1382
710dec63
MA
13832011-09-18 Michael Albinus <michael.albinus@gmx.de>
1384
1385 * net/tramp.el (top): Don't require 'shell.
1386 (tramp-methods): Fix docstring.
1387 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
1388 Return complete remote file name. Handle "smb" case.
1389 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
1390 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
1391
1392 * net/tramp-compat.el (top): Require 'shell.
1393
1394 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1395 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
1396 `tramp-current-host'.
1397 (tramp-get-remote-tmpdir): Remove.
1398
1399 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
1400 `tramp-tmpdir' entries.
1401 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
1402 (tramp-smb-handle-file-attributes): Ignore errors.
1403 (tramp-smb-wait-for-output): Check also for process end.
1404
5d5ac8ec
LMI
14052011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1406
1407 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
1408 when sending QUIT (bug#9312).
1409
8c0f49f0
CY
14102011-09-17 Chong Yidong <cyd@stupidchicken.com>
1411
1412 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
1413 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
1414 occur-mode-display-occurrence.
1415 (occur-edit-mode): Add usage message.
1416 (occur-cease-edit): New command.
1417 (occur-after-change-function): Use text properties to find the
1418 position of the prefix text.
1419 (occur-engine): Set stickiness of prefix text properties.
1420
8f1383f7
GM
14212011-09-17 Glenn Morris <rgm@gnu.org>
1422
1423 * progmodes/etags.el (complete-tag):
1424 Fix call to completion-in-region. (Bug#9526)
1425
744ba0e3
JL
14262011-09-17 Juri Linkov <juri@jurta.org>
1427
1428 * textmodes/ispell.el (ispell-word): Add to the error message
1429 the word, ispell program name and current dictionary (bug#9121).
1430 (ispell-tex-arg-end): Capitalize "error" in the error message.
1431
d9bbf400
AS
14322011-09-17 Andreas Schwab <schwab@linux-m68k.org>
1433
1434 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
1435 check. (Bug#4251)
1436
8da11505
JL
14372011-09-17 Juri Linkov <juri@jurta.org>
1438
1439 * window.el (window-safe-min-height, window-safe-min-width):
1440 Fix typos (followup to bug#9522).
1441
a91adc7e
SJ
14422011-09-17 Sven Joachim <svenjoac@gmx.de>
1443
1444 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
1445
064f328a
EZ
14462011-09-16 Eli Zaretskii <eliz@gnu.org>
1447
1448 * simple.el (line-move): If goal-column is set, move by logical
1449 lines, not by display lines. (Bug#971)
1450 (next-line, previous-line, goal-column, line-move-visual): Doc fix
1451 to reflect the above change.
1452
e69df516
SM
14532011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1454
1455 * image.el (imagemagick-register-types): Use regexp-opt.
1456
cbb0f9ab
CY
14572011-09-15 Chong Yidong <cyd@stupidchicken.com>
1458
1459 * window.el (display-buffer-base-action): Rename from
1460 display-buffer-default-action. Make default value empty.
1461 (display-buffer-overriding-action): Convert to defvar.
1462 (display-buffer-fallback-action): New var.
1463
25322144
CY
14642011-09-15 Chong Yidong <cyd@stupidchicken.com>
1465
1466 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
1467 declaration.
1468 (package--add-to-archive-contents): If there is a duplicate entry
1469 with an older version, remove it.
1470 (package-menu-mark-delete, package-menu-mark-install)
1471 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
1472 (package-menu-mark-obsolete-for-deletion):
1473 Use package-menu-get-status instead of a regexp search.
25322144
CY
1474 (package-menu-get-status): Use tabulated-list-entry.
1475 (package-menu-mark-upgrades): New command.
d770725a 1476 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
1477 (package-menu-execute): Do installation before deletion.
1478 (package-menu-refresh, package-menu-execute): Use derived-mode-p
1479 instead of checking major-mode.
1480 (package-menu--find-upgrades): New function.
1481
7520339c
LMI
14822011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1483
1484 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
1485 passwords in the log buffer.
65a046c4
LMI
1486 (smtpmail-process-filter): Update the process marker so that the
1487 "broken by peer" status message is inserted in the right place.
7520339c 1488
d3c30954
SM
14892011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1490
3fe48822
SM
1491 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
1492 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
1493 bibtex-completion-at-point-function.
1494 (bibtex-completion-at-point-function): Use them.
1495
1b8b3954
SM
1496 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
1497
d3c30954
SM
1498 * mpc.el (mpc-constraints-tag-lookup): New function.
1499 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
1500 also to browser "album|playlist".
1501
72779976
JL
15022011-09-14 Juri Linkov <juri@jurta.org>
1503
1504 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
1505 (isearch-edit-string): Use length of `isearch-string' when
1506 `isearch-fail-pos' returns nil.
1507 (isearch-message): Remove duplicate code and call
1508 `isearch-fail-pos' with arg `t'.
1509
a0bf2bcd
CY
15102011-09-14 Chong Yidong <cyd@stupidchicken.com>
1511
17bb0a2d
CY
1512 * replace.el (occur-mode-goto-occurrence): Don't force using other
1513 window (Bug#9499).
1514
a0bf2bcd
CY
1515 * dired-aux.el (dired-do-chmod): Don't provide initial input.
1516
f678e0b6
MR
15172011-09-14 Martin Rudalics <rudalics@gmx.at>
1518
1519 * window.el (display-buffer-window): Remove.
1520 (display-buffer-record-window): Use help-setup window parameter
1521 instead of variable display-buffer-window.
1522 (display-buffer-function, special-display-buffer-names)
1523 (special-display-function): Mention help-setup parameter instead
1524 of display-buffer-window in doc-string.
d3c30954
SM
1525 * help.el (help-window-setup): New argument help-window.
1526 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
1527 Reword some messages.
1528 (with-help-window): Pass window used for displaying the buffer
1529 to help-window-setup. Don't set display-buffer-window.
1530
8e39b2e8
GM
15312011-09-13 Glenn Morris <rgm@gnu.org>
1532
1533 * emacs-lisp/debug.el (debugger-make-xrefs):
1534 Preserve point. (Bug#9462)
1535
85e9c04b
CY
15362011-09-13 Chong Yidong <cyd@stupidchicken.com>
1537
1538 * window.el (window-deletable-p): Use next-frame.
1539
1b36ed6a
MR
15402011-09-13 Martin Rudalics <rudalics@gmx.at>
1541
1542 * window.el (window-auto-delete): Remove.
1543 (window-deletable-p): Remove argument FORCE. Don't deal with
1544 dedicatedness and previous buffers.
1545 (switch-to-prev-buffer): Don't delete window.
1546 (delete-windows-on): Delete a window's frame if and only if the
1547 window is dedicated.
1548 (replace-buffer-in-windows): Delete buffer's window or frame if
1549 and only if window is dedicated.
1550 (quit-window): Handle quit-restore as before last change.
4d61f28d 1551 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 1552
ef8ef9fb
CY
15532011-09-13 Chong Yidong <cyd@stupidchicken.com>
1554
1555 * window.el (window-deletable-p): Never delete the last frame on a
1556 given terminal.
1557
b2cba41e
GM
15582011-09-13 Glenn Morris <rgm@gnu.org>
1559
1560 * help.el (describe-key-briefly): Copy previous standard-output change.
1561
51553db6 15622011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
1563
1564 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
1565
b7556719
GM
15662011-09-13 Glenn Morris <rgm@gnu.org>
1567
1568 * emacs-lisp/lisp-mode.el (lisp-indent-function):
1569 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
1570
64b51947
CY
15712011-09-12 Chong Yidong <cyd@stupidchicken.com>
1572
1573 * dired-aux.el (dired-mark-read-string): Don't return default
1574 value on empty input (Bug#9361).
1575 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
1576 Omit initial minibuffer contents.
1577 (dired-do-chmod): Signal an error on empty input.
1578 (dired-mark-read-string): Don't return default on empty input.
1579
1580 * files.el (file-modes-symbolic-to-number): Doc fix.
1581
393a301e
SM
15822011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1583
1584 * international/mule-cmds.el (ucs-completions): Remove.
1585 (read-char-by-name): Use complete-with-action instead; add metadata.
1586
fa5660f9
CY
15872011-09-11 Chong Yidong <cyd@stupidchicken.com>
1588
1589 * window.el (display-buffer--action-function-custom-type)
1590 (display-buffer--action-custom-type): New vars.
1591 (display-buffer-alist, display-buffer-default-action)
1592 (display-buffer-overriding-action): Add defcustom types.
1593
4a592f66
CY
1594 * frame.el (delete-other-frames): Doc fix (Bug#276).
1595
73d56dbd
LMI
15962011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1597
1598 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
1599
37ac18a3
CY
16002011-09-11 Chong Yidong <cyd@stupidchicken.com>
1601
1602 Change modes that used same-window-* vars to use switch-to-buffer.
1603
1604 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
1605 Use switch-to-buffer.
1606
1607 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
1608 (customize-browse, custom-buffer-create-other-window):
1609 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
1610
1611 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
1612 (Info-prev, Info-up, Info-speedbar-goto-node)
1613 (info-display-manual): Use switch-to-buffer.
1614 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
1615
1616 * mail/sendmail.el (mail): Use switch-to-buffer.
1617 (mail-recover): Use switch-to-buffer-other-window.
1618
1619 * cmuscheme.el (run-scheme, switch-to-scheme):
1620 * ielm.el (ielm):
1621 * shell.el (shell):
1622 * net/rlogin.el (rlogin):
1623 * net/telnet.el (telnet, rsh):
1624 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
1625
10195bd6
AS
16262011-09-11 Andreas Schwab <schwab@linux-m68k.org>
1627
1628 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
1629
b322f63a
LMI
16302011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1631
39d7fed6
LMI
1632 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
1633 so don't mention it (bug#9301).
ba5a81f1 1634 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 1635
ee0e9f11
LMI
1636 * faces.el (face-spec-set-match-display): Make `(type graphic)'
1637 match `x', `w32' and `ns', like the manual says (bug#9029).
1638
0b1c89c1 1639 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
1640 (process-kill-buffer-query-function): Mention the buffer name in
1641 the query.
0b1c89c1 1642
77549ea8
LMI
1643 * image-mode.el (image-next-line): The line parameter is mandatory
1644 (bug#9258).
1645
803ef892
LMI
1646 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
1647 which can be useful (bug#9301).
1648
12980837
LMI
1649 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
1650
91054f8f
LMI
1651 * subr.el (match-string): Mention that the current buffer should
1652 be the same as the search was done in (bug#9282).
1653
b322f63a
LMI
1654 * facemenu.el: Disable the remove-* commands if the mark isn't
1655 active (bug#9162).
1656
3199b96f
CY
16572011-09-10 Chong Yidong <cyd@stupidchicken.com>
1658
1659 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
1660 of display-buffer.
1661 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
1662
1663 * replace.el (occur-mode-goto-occurrence)
1664 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
1665 and display-buffer.
1666
1667 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
1668 display-buffer.
1669
1670 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
1671 special-display and same-window variables.
1672 (mail-other-window): Use switch-to-buffer-other-window.
1673 (mail-other-frame): USe switch-to-buffer-other-frame.
1674
393a301e
SM
1675 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
1676 Use display-buffer-other-frame.
3199b96f
CY
1677 (gdb-display-gdb-buffer): Use pop-to-buffer.
1678
1679 * progmodes/gud.el (gud-goto-info): Use info-other-window.
1680
1681 * progmodes/python.el: Don't set same-window-buffer-names.
1682
1683 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
1684
1685 * window.el (display-buffer-alist): Add *Python*.
1686
8319e0bf
CY
16872011-09-10 Chong Yidong <cyd@stupidchicken.com>
1688
1689 * window.el (display-buffer-alist): Add entry for buffers
1690 previously handled same-window-*.
1691 (display-buffer-alist, display-buffer-default-action)
1692 (display-buffer-overriding-action): Mark as risky.
1693 (display-buffer-alist): Document action function changes.
1694 (display-buffer--same-window-action)
1695 (display-buffer--other-frame-action): New variables.
1696 (switch-to-buffer, display-buffer-other-frame): Use them.
1697 (display-buffer): Rename reuse-frame entry to reusable-frames.
1698 (display-buffer-reuse-selected-window): Function deleted.
1699 (display-buffer-reuse-window): Handle reusable-frames alist entry.
1700 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
1701 (display-buffer-special): New function.
1702 (display-buffer--maybe-pop-up-frame-or-window): Rename from
1703 display-buffer-reuse-or-pop-window. Split off special-display
1704 part into display-buffer-special.
1705 (display-buffer-use-some-window): Don't perform any special
1706 pop-up-frames handling.
1707 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 1708 (display-buffer--maybe-same-window): Rename from
0d3ff375 1709 display-buffer-maybe-same-window.
8319e0bf 1710
919a69aa
CY
1711 * info.el: Don't set same-window-regexps.
1712 (info-setup): New function.
1713 (info-other-window, info): Call it.
1714
1715 * cus-edit.el: Don't set same-window-regexps.
1716 (customize-group): New argument.
1717 (customize-group-other-window): Use it.
1718 (customize-face, customize-face-other-window): Likewise.
1719 (custom-buffer-create-other-window): Use pop-to-buffer directly.
1720
8319e0bf
CY
1721 * net/rlogin.el:
1722 * net/telnet.el:
1723 * progmodes/gud.el: Don't set same-window-regexps.
1724
1725 * cmuscheme.el:
1726 * ielm.el:
1727 * shell.el:
1728 * mail/sendmail.el:
1729 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
1730
25173000
JL
17312011-09-10 Juri Linkov <juri@jurta.org>
1732
1733 * isearch.el (isearch-edit-string): Remove obsolete mention of
1734 `C-w' (`isearch-yank-word-or-char') from docstring.
1735 (isearch-query-replace): Fix typo in docstring (bug#9466).
1736
056e44ef
JL
17372011-09-10 Juri Linkov <juri@jurta.org>
1738
1739 * paren.el (show-paren-function): Don't show escaped parens.
1740 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
1741
c3760c17
EZ
17422011-09-10 Eli Zaretskii <eliz@gnu.org>
1743
1744 * mail/sendmail.el (mml-to-mime, mml-attach-file)
1745 (mm-default-file-encoding): Remove autoload forms, they are
1746 replaced with autoload cookies in mml.el and mm-encode.el.
1747 (mail-add-attachment): New command.
1748 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
1749 (mail-mode): Mention mail-insert-file and mail-add-attachment in
1750 the doc string.
1751 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
1752
fece895e
RT
17532011-09-10 Reuben Thomas <rrt@sc3d.org>
1754
e69df516
SM
1755 * simple.el (count-words-region): Use buffer if there's no region
1756 (bug#9429).
fece895e 1757
5e68ce4a
JL
17582011-09-09 Juri Linkov <juri@jurta.org>
1759
1760 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
1761 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
1762 (wdired-isearch-filter-read-only): New function. (Bug#6362)
1763
0a6b9622
AM
17642011-09-09 Alan Mackenzie <acm@muc.de>
1765
1766 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
1767 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
1768
14a29deb
EZ
17692011-09-09 Eli Zaretskii <eliz@gnu.org>
1770
1771 Fix for Savannah bug#9392.
1772 * simple.el (mail-encode-mml): New defvar.
1773
1774 * mail/rmail.el (mail-encode-mml): Add a defvar.
1775 (rmail-enable-mime-composing): Default to t.
1776 (rmail-forward): Use MIME method of forwarding only if both
1777 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
1778 Set mail-encode-mml non-nil if the MIME method was used.
1779
1780 * mail/sendmail.el (mml-to-mime): Add autoload form.
1781 (mail-encode-mml): Add a defvar.
1782 (mail-mode): Make mail-encode-mml buffer-local and initialize it
1783 to nil.
1784 (mail-send): If mail-encode-mml is non-nil, run the outgoing
1785 message through mml-to-mime, and reset mail-encode-mml to nil.
1786
28c45130
GM
17872011-09-09 Glenn Morris <rgm@gnu.org>
1788
1789 * woman.el (woman-if-body): When processing an .el block,
1790 do not delete the next .el block as well. (Bug#9447)
69f4b618 1791 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 1792
9b1c252e
MR
17932011-09-08 Martin Rudalics <rudalics@gmx.at>
1794
1795 * window.el (window-deletable-p): Make sure window is live before
1796 invoking window-prev-buffers.
1797
567457e3
LL
17982011-09-08 Leo Liu <sdl.web@gmail.com>
1799
1800 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
1801
97f05794
JL
18022011-09-08 Juri Linkov <juri@jurta.org>
1803
1804 * progmodes/compile.el (compilation-environment): Make it
1805 a defcustom (bug#8340).
1806
8b0874b5
MR
18072011-09-08 Martin Rudalics <rudalics@gmx.at>
1808
1809 * window.el (frame-auto-delete): Rename to window-auto-delete.
1810 Make it control auto-deletion of windows and/or frames.
1811 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 1812 for deleting window/frame. (Bug#9419)
8b0874b5
MR
1813 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
1814 Rewrite handling of case when window/frame can be deleted.
1815 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 1816 argument t. (Bug#9456)
8b0874b5 1817
4feb6e73
CY
18182011-09-07 Chong Yidong <cyd@stupidchicken.com>
1819
1820 * help-mode.el (help-mode): Restore autoload.
1821
91ab9c13
JL
18222011-09-07 Juri Linkov <juri@jurta.org>
1823
1824 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
1825 `compilation-environment'. Set buffer-local
1826 `compilation-environment' to `thisenv' later after (funcall mode).
1827 (Bug#8340)
1828
1829 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
1830 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
1831 instead of replacing its value. (Bug#8340)
1832
0527e251
JL
18332011-09-07 Juri Linkov <juri@jurta.org>
1834
1835 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
1836 based on text properties put by `grep-filter' instead of matching
1837 escape sequences.
1838 (grep-mode): Set buffer-local `compilation-error-screen-columns'
1839 to the value of `grep-error-screen-columns' (bug#9438).
1840
249f792c
JL
18412011-09-07 Juri Linkov <juri@jurta.org>
1842
1843 * simple.el (next-error-highlight, next-error-highlight-no-select):
1844 Doc fix (bug#9432).
1845
ff7271b9
OT
18462011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
1847
1848 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1849 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
1850
183fc730
LL
18512011-09-07 Leo Liu <sdl.web@gmail.com>
1852
1853 * net/rcirc.el (rcirc-mode): Conditionally initialize
1854 rcirc-input-ring.
1855
77694924
SM
18562011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * emacs-lisp/find-func.el (find-function-C-source): Only set
1859 find-function-C-source-directory after checking that we found a source
1860 file there (bug#9440).
1861
d809b8eb
AM
18622011-09-06 Alan Mackenzie <acm@muc.de>
1863
1864 * isearch.el (isearch-other-meta-char): Wherever a key list is
1865 unread, "unread" the prefix arg, too. This fixes bug #8901.
1866
453de99f
OG
18672011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1868
1869 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
1870
90439906
JL
18712011-09-05 Juri Linkov <juri@jurta.org>
1872
1873 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
1874
f62bd846
JL
18752011-09-05 Juri Linkov <juri@jurta.org>
1876
1877 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
1878 keeping point where processing of grep matches begins, and
1879 continue to delete remaining escape sequences from the same point.
1880 (grep-filter): Make leading zero optional in "0?1;31m" because
1881 git-grep emits "\033[1;31m" escape sequences unlike expected
1882 "\033[01;31m" as GNU Grep does (bug#9408).
1883 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
1884
045820ec
JL
18852011-09-05 Juri Linkov <juri@jurta.org>
1886
1887 * subr.el (y-or-n-p): Capitalize "yes".
1888
f5e29b9b
MA
18892011-09-04 Michael Albinus <michael.albinus@gmx.de>
1890
1891 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
1892 `tramp-cache-unload-hook' where appropriate.
1893 (tramp-methods): Rename `tramp-remote-sh' to
1894 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
1895 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
1896
1897 * net/tramp-sh.el (top): Don't require 'shell.
1898 (tramp-methods): Add `tramp-remote-shell' and
1899 `tramp-remote-shell-args' entries.
1900 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
1901 (tramp-sh-handle-shell-command): Remove.
1902 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1903 Use `tramp-remote-shell'.
1904
2784c434
CY
19052011-09-03 Chong Yidong <cyd@stupidchicken.com>
1906
393a301e 1907 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
1908 (sendmail-query-once): Save directly to send-mail-function.
1909 Update message-send-mail-function too.
1910
1911 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
1912
464cdf56
CS
19132011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
1914
1915 * progmodes/python.el (python-mode-map): Use correct function to
1916 start python interpreter from menu-bar (as reported by Geert
1917 Kloosterman).
1918 (inferior-python-mode-map): Fix typo.
393a301e 1919 (python-shell-map): Remove.
464cdf56 1920
d37e5c87
DD
19212011-09-03 Deniz Dogan <deniz@dogan.se>
1922
1923 * net/rcirc.el (rcirc-print): Simplify code for
1924 rcirc-scroll-show-maximum-output. There is no need to walk
1925 through all windows to find the right one.
1926
f3ada0ee
CS
19272011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
1928
1929 * help.el (help-return-method): Doc fix.
1930
1f3c99ca
MR
19312011-09-03 Martin Rudalics <rudalics@gmx.at>
1932
1933 * window.el (window-deletable-p): Don't return a non-nil value
1934 when there's a buffer that was shown in the window before.
1935 (Bug#9419)
393a301e
SM
1936 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1937 Set window's previous buffers to nil.
1f3c99ca 1938
a3cf097f
EZ
19392011-09-03 Eli Zaretskii <eliz@gnu.org>
1940
1941 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
1942 newline before and after the tag line, so it doesn't interfere
1943 with determining the paragraph direction of bidirectional text.
1944
3d03de90
LL
19452011-09-03 Leo Liu <sdl.web@gmail.com>
1946
1947 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
1948
c3313451
CY
19492011-09-02 Chong Yidong <cyd@stupidchicken.com>
1950
393a301e 1951 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
1952 (pop-to-buffer): Change interactive spec. Pass second argument
1953 directly to display-buffer.
1954 (display-buffer): Fix interactive spec. Use functionp to
1955 distinguish between a function and a list of functions.
1956
1957 * abbrev.el (edit-abbrevs):
1958 * arc-mode.el (archive-extract):
1959 * autoinsert.el (auto-insert):
1960 * bookmark.el (bookmark-bmenu-list):
1961 * files.el (find-file):
1962 * view.el (view-buffer):
1963 * progmodes/compile.el (compilation-goto-locus):
1964 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
1965
89894cd8
CY
19662011-09-02 Chong Yidong <cyd@stupidchicken.com>
1967
1968 * window.el (display-buffer-alist): Doc fix.
1969 (display-buffer): Add docstring. Don't treat
1970 display-buffer-default specially.
1971 (display-buffer-reuse-selected-window)
1972 (display-buffer-same-window, display-buffer-maybe-same-window)
1973 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1974 (display-buffer-pop-up-window)
1975 (display-buffer-reuse-or-pop-window)
1976 (display-buffer-use-some-window): New functions.
1977 (display-buffer-default-action): Use them.
393a301e 1978 (display-buffer-default): Delete.
89894cd8
CY
1979 (pop-to-buffer-1): Fix choice of actions.
1980
ae0bc9fb
SM
19812011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1982
1983 * minibuffer.el (completion--insert-strings): Don't get confused by
1984 completion entries that end with an LF char.
1985
e9d90883
EZ
19862011-09-01 Eli Zaretskii <eliz@gnu.org>
1987
1988 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
1989
437014c8
CY
19902011-09-01 Chong Yidong <cyd@stupidchicken.com>
1991
1992 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
1993 (display-buffer-same-window, display-buffer-other-window):
1994 New functions.
437014c8
CY
1995 (pop-to-buffer-1): New function. Use the above.
1996 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 1997 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
1998
1999 * view.el (view-buffer-other-window, view-buffer-other-frame):
2000 Just use pop-to-buffer.
2001
a5e063d5
TV
20022011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2003
2004 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
2005
793d32bb
WH
20062011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
2007
2008 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
2009
d65e4c15
RS
20102011-08-31 Richard Stallman <rms@gnu.org>
2011
2012 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
2013 of the separation of rmail-view-buffer from rmail-buffer.
2014 If you say no to "replace original", the decrypt is in the
2015 view buffer. If you say yes, the decrypt goes into the
2016 rmail buffer also.
2017
f818cd2a
MR
20182011-08-31 Martin Rudalics <rudalics@gmx.at>
2019
2020 * window.el (display-buffer-window): Rewrite doc-string.
2021 (display-buffer-record-window): New function.
2022 (display-buffer-macro-specifiers)
2023 (display-buffer-even-window-sizes, display-buffer-set-height)
2024 (display-buffer-set-width, display-buffer-in-window)
2025 (display-buffer-reuse-window, display-buffer-split-specifiers)
2026 (display-buffer-side-specifiers, display-buffer-split-window-1)
2027 (display-buffer-split-window, display-buffer-split-atom-window)
2028 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2029 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
2030 (display-buffer-other-window-means-other-frame)
2031 (display-buffer-normalize-special)
2032 (display-buffer-normalize-default)
2033 (display-buffer-normalize-argument)
2034 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
2035 (display-buffer-normalize-specifiers, display-buffer-frame)
2036 (display-buffer-same-window, display-buffer-same-frame)
2037 (display-buffer-other-window)
2038 (display-buffer-same-frame-other-window)
2039 (display-buffer-other-frame, pop-to-buffer-same-window)
2040 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
2041 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
2042 (switch-to-buffer-same-frame)
2043 (switch-to-buffer-other-window-same-frame)
2044 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
2045 (display-buffer-alist-set-1, display-buffer-alist-set-2)
2046 (display-buffer-alist-set): Remove.
2047 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
2048 (special-display-regexps, special-display-function):
2049 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
2050 parameter.
2051 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
2052 (special-display-frame-alist, special-display-popup-frame)
2053 (same-window-buffer-names, same-window-regexps, same-window-p)
2054 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
2055 (split-window-preferred-function, split-height-threshold)
2056 (split-width-threshold, window-splittable-p)
2057 (split-window-sensibly, window--try-to-split-window)
2058 (window--frame-usable-p, even-window-heights)
2059 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
2060 (window--display-buffer-2, display-buffer-other-frame):
2061 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
2062 (display-buffer-default, display-buffer-assq-regexp): New functions.
2063 (display-buffer-alist): Rewrite doc-string.
2064 (display-buffer-default-action)
2065 (display-buffer-overriding-action): New variables.
2066 (display-buffer, switch-to-buffer): Rewrite.
2067 (pop-to-buffer): Restore Emacs 23 behavior but use
2068 window-normalize-buffer-to-display.
2069 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2070 Restore Emacs 23 behavior but use
2071 window-normalize-buffer-to-switch-to.
2072 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
2073 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
2074 Rewrite using Emacs 23 options.
f818cd2a 2075
5bc3b51d
MA
20762011-08-31 Michael Albinus <michael.albinus@gmx.de>
2077
2078 * net/tramp.el (tramp-root-regexp): Remove.
2079 (tramp-completion-file-name-regexp-unified)
2080 (tramp-completion-file-name-regexp-separate)
2081 (tramp-completion-file-name-regexp-url): Don't use leading volume
2082 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
2083 (tramp-drop-volume-letter): Simplify definition.
2084 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 2085
b1a4f8e1
SM
20862011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2087
2088 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
2089 (bug#9356).
2090
5664fa7b
RT
20912011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
2092
b1a4f8e1 2093 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 2094
9a45d6c3
JL
20952011-08-29 Juri Linkov <juri@jurta.org>
2096
2097 * isearch.el (isearch-done): Don't display message "Mark saved"
2098 when arg `edit' is non-nil to prevent its flicker in the echo area.
2099
fb87e0fb
CY
21002011-08-28 Chong Yidong <cyd@stupidchicken.com>
2101
2102 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
2103 obsolete packages for deletion.
2104
09ac1c2a
CS
21052011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
2106
2107 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 2108 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
2109 view-mode from help-mode.
2110 (help-xref-override-view-map): Remove.
2111 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
2112 view-mode is not used anymore.
2113
7a1ff57f
CY
21142011-08-28 Chong Yidong <cyd@stupidchicken.com>
2115
2116 * server.el (server-port): Doc fix.
2117
b9696605
CY
2118 * cus-theme.el (custom-theme-choose-mode): Inherit from
2119 special-mode (Bug#9124).
2120 (custom-theme-choose-mode-map): Add special-mode to parent.
2121
ef8cdf8c
AM
21222011-08-28 Alan Mackenzie <acm@muc.de>
2123
2124 * progmodes/cc-fonts.el
2125 (c-make-font-lock-BO-decl-search-function): New function.
2126 (c-basic-matchers-after - "Fontify the clauses after various
2127 keywords"): Extract the three keyword lists for the 3 erroneous
2128 constructs from the list of four, and use the new function above
2129 in place of an old one.
2130
27de4e20
DD
21312011-08-28 Deniz Dogan <deniz@dogan.se>
2132
2133 * net/rcirc.el (rcirc-insert-prev-input)
2134 (rcirc-insert-next-input): Remove unused argument.
2135
356a3681
SM
21362011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
2139
3fc9b218
AM
21402011-08-27 Alan Mackenzie <acm@muc.de>
2141
2142 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
2143 handle function pointer parameters properly.
2144
538a061c
MR
21452011-08-27 Martin Rudalics <rudalics@gmx.at>
2146
2147 * window.el (display-buffer-reuse-window): Fix case where
2148 selected window was reused with non-nil OTHER-WINDOW argument.
2149 (Bug#9381)
2150
35b1c40c
DD
21512011-08-27 Deniz Dogan <deniz@dogan.se>
2152
2153 * net/rcirc.el (rcirc-check-auth-status): Adding support for
2154 oftc's NickServ messages.
2155
2f6a3e79
GM
21562011-08-27 Glenn Morris <rgm@gnu.org>
2157
2158 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
2159
7254299e
CY
21602011-08-26 Chong Yidong <cyd@stupidchicken.com>
2161
2162 * emacs-lisp/package.el (package-install): Call package-initialize
2163 if called interactively.
2164
f8ccf167
LL
21652011-08-26 Leo Liu <sdl.web@gmail.com>
2166
2167 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
2168
3e8cd5ce
JL
21692011-08-25 Juri Linkov <juri@jurta.org>
2170
2171 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
2172 `search-whitespace-regexp' (bug#9364).
2173
93eb7113
JL
21742011-08-25 Juri Linkov <juri@jurta.org>
2175
2176 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
2177 `regexp-search-ring' to their global values to protect from
2178 updating by `read-from-minibuffer' (bug#9185).
2179
f65d1611
JL
21802011-08-25 Juri Linkov <juri@jurta.org>
2181
2182 * textmodes/ispell.el (ispell-command-loop): Add newline
2183 at the end of the "Use option `i'..." line.
2184
f1cf7a31
JL
21852011-08-25 Juri Linkov <juri@jurta.org>
2186
2187 * battery.el (display-battery-mode): If `battery-status-function'
2188 or `battery-mode-line-format' is nil, display the message and set
2189 `display-battery-mode' to nil (bug#9363).
2190
0c95fcf7
EZ
21912011-08-25 Eli Zaretskii <eliz@gnu.org>
2192
2193 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
2194 bidi-string-mark-left-to-right; they are unnecessary now.
2195
a2ebe600
DD
21962011-08-25 Deniz Dogan <deniz@dogan.se>
2197
2198 * net/quickurl.el: Documentation typo fixes.
2199
e4ed06f1
CY
22002011-08-25 Chong Yidong <cyd@stupidchicken.com>
2201
2202 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
2203
e5f1c99e
GM
22042011-08-25 Glenn Morris <rgm@gnu.org>
2205
b2948976
GM
2206 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2207
e5f1c99e
GM
2208 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
2209 (smtpmail-via-smtp): Handle nil response from smtp.
2210
f22f4808
JL
22112011-08-24 Juri Linkov <juri@jurta.org>
2212
2213 * proced.el (proced-marked): Inherit from `error' instead of
2214 `font-lock-warning-face'.
2215
2216 * ibuffer.el (ibuffer-marked-face): Change default face from
2217 `font-lock-warning-face' to `warning'.
2218 (ibuffer-deletion-face): Change default face from
2219 `font-lock-type-face' to `error'.
2220
2221 * battery.el (battery-update): Use the face `error' instead of
2222 `font-lock-warning-face' (bug#6117).
2223
6a93965e
JL
22242011-08-24 Juri Linkov <juri@jurta.org>
2225
2226 * faces.el (success): Change face color from "Green3" to
2227 "ForestGreen" on light background (bug#9353).
2228
1ed43b09
CY
22292011-08-24 Chong Yidong <cyd@stupidchicken.com>
2230
5664fa7b
RT
2231 * window.el (quit-window): Rename from quit-restore-window.
2232 Use same arglist as old quit-window.
1ed43b09
CY
2233 (frame-auto-delete): Doc fix.
2234
2235 * view.el (view-mode-exit): Use quit-window.
2236
11dcdbb2
JL
22372011-08-24 Juri Linkov <juri@jurta.org>
2238
2239 * isearch.el (isearch-ring-adjust1): Start visiting previous
2240 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
2241 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
2242 for empty search string (when the last search string is reused
2243 automatically) to adjust the isearch ring to the last element and
2244 prepare the correct index for further M-p commands (bug#9185).
2245
de62b4df
KH
22462011-08-24 Kenichi Handa <handa@m17n.org>
2247
2248 * international/ucs-normalize.el: If decomposition property of
2249 CHAR is the default one (i.e. a list of CHAR itself), treat it as
2250 nil.
2251 (nfd, nfkd): Likewise.
2252
963b492b
SM
22532011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
2256 from process filters aren't reliably transmitted to the surrounding
2257 accept-process-output.
2258 (mpc-proc-check): New function.
2259 (mpc-proc-sync): Use it (bug#8293)
2260
93b6b5e1
SM
22612011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
2264 Add compatibility functions (bug#9313).
2265
bca633fb
EZ
22662011-08-23 Eli Zaretskii <eliz@gnu.org>
2267
b177498a
EZ
2268 * cus-start.el (all): Add entry for bidi-paragraph-direction.
2269
bca633fb
EZ
2270 * international/uni-bidi.el: Regenerated.
2271
0902a04e
KH
22722011-08-23 Kenichi Handa <handa@m17n.org>
2273
2274 * international/charprop.el:
2275 * international/uni-bidi.el:
2276 * international/uni-category.el:
2277 * international/uni-combining.el:
2278 * international/uni-comment.el:
2279 * international/uni-decimal.el:
2280 * international/uni-decomposition.el:
2281 * international/uni-digit.el:
2282 * international/uni-lowercase.el:
2283 * international/uni-mirrored.el:
2284 * international/uni-name.el:
2285 * international/uni-numeric.el:
2286 * international/uni-old-name.el:
2287 * international/uni-titlecase.el:
2288 * international/uni-uppercase.el: Regenerate.
2289
3bbf23bc
MR
22902011-08-23 Martin Rudalics <rudalics@gmx.at>
2291
2292 * help.el (help-window-setup): Fix message displayed when other
2293 window is reused. (Bug#9341)
2294
b3fd59bd
SM
22952011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2296
1802e444
SM
2297 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
2298 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
2299
b3fd59bd
SM
2300 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
2301 Mark obsolete.
2302 * shell.el (shell-parse-pcomplete-arguments): New function.
2303 (shell-completion-vars): Use it instead (bug#9160).
2304
4eb61348
SM
23052011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2306
867cab74
SM
2307 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
2308 strings and comments (bug#9333).
2309
4eb61348
SM
2310 * emacs-lisp/debug.el (debug-arglist): New function.
2311 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
2312 (debug-on-entry-1): Handle interpreted closures (bug#9120).
2313
262a1439
JL
23142011-08-22 Juri Linkov <juri@jurta.org>
2315
56ee679c
JL
2316 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2317 Revert regexp that highlights output switches to its old
2318 pre-2010-10-28 value and remove one `?' from it (bug#9319).
2319
262a1439
JL
2320 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
2321 to check for empty output (bug#9226).
2322
f13f86fb
CY
23232011-08-22 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
2326 symbol-constituent as the default, as that stops font-lock from
2327 working properly (Bug#8843).
2328
c65c9622
LMI
23292011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2330
2331 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
2332 `coding-system-for-*' around the process open call to avoid
2333 auth-source side effects.
e7f2c178 2334 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
2335 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
2336 probe hangs.
c65c9622 2337
23a8a5ab
CY
23382011-08-21 Chong Yidong <cyd@stupidchicken.com>
2339
ff98b2dd
CY
2340 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
2341
23a8a5ab
CY
2342 * emacs-lisp/find-func.el (find-function-noselect): New arg
2343 lisp-only.
2344
2345 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
2346 signal an error for built-in functions (Bug#6664).
2347
f5e3c598
LMI
23482011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2349
2350 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
2351 (smtpmail-try-auth-methods): Use it.
2352
a3f2468a
CY
23532011-08-21 Chong Yidong <cyd@stupidchicken.com>
2354
2c34e8da
CY
2355 * font-lock.el (font-lock-fontify-region)
2356 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
2357 (font-lock-default-unfontify-buffer)
2358 (font-lock-default-fontify-region)
2359 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
2360
b3fd59bd
SM
2361 * progmodes/compile.el (compilation-error-properties):
2362 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
2363 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
2364 `ant' regexp.
ee31aabc 2365
a3f2468a
CY
2366 * net/browse-url.el (browse-url-firefox): Don't call
2367 browse-url-firefox-sentinel unless using -remote (Bug#9328).
2368
8e999f70
GM
23692011-08-20 Glenn Morris <rgm@gnu.org>
2370
c21a496a
GM
2371 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
2372
59ee0542
GM
2373 * tutorial.el (tutorial--default-keys): Update some default bindings.
2374
8e999f70
GM
2375 * files.el (hack-local-variables): Fully ignore case for "mode:".
2376
e3715033
AM
23772011-08-20 Alan Mackenzie <acm@muc.de>
2378
2379 Resolve invalid use of a regexp in regexp-opt.
2380
4d61f28d
JB
2381 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
2382 detection for a java annotation.
e3715033 2383
4d61f28d 2384 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
2385 detection for a java annotation.
2386
4d61f28d
JB
2387 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
2388 handling for java.
e3715033
AM
2389 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
2390
04ed2e9c
CY
23912011-08-20 Chong Yidong <cyd@stupidchicken.com>
2392
2393 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
2394 (Bug#9274).
2395
826cee64
AM
23962011-08-20 Alan Mackenzie <acm@muc.de>
2397
2398 * Fontify CPP expressions correctly when starting in the middle of
2399 such a construct. Mainly for when jit-lock etc. starts a chunk
2400 here.
2401
2402 * progmodes/cc-fonts.el (c-font-lock-context): new buffer local
2403 variable.
2404 (c-make-font-lock-search-form): new function, extracted from
2405 c-make-font-lock-search-function.
2406 (c-make-font-lock-search-function): Use the above function.
2407 (c-make-font-lock-context-search-function): New function.
2408 (c-cpp-matchers): Enhance the preprocessor expression case with
2409 the above function
2410 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
2411 which takes an expression.
2412
2413 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
2414
13009bd8
MR
24152011-08-20 Martin Rudalics <rudalics@gmx.at>
2416
2417 * window.el (display-buffer-reuse-window)
2418 (display-buffer-pop-up-window): Don't reuse or split a side
2419 window.
2420
9234ff7f
GM
24212011-08-19 Glenn Morris <rgm@gnu.org>
2422
2423 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 2424 Downcase "Mode:". (Bug#9331)
9234ff7f 2425
f635daa1
CY
24262011-08-18 Chong Yidong <cyd@stupidchicken.com>
2427
2428 * international/characters.el: Add L and R categories.
2429
2430 * subr.el (bidi-string-mark-left-to-right): Rename from
2431 string-mark-left-to-right. Use category search.
2432
2433 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
2434
bc987f8b
JL
24352011-08-18 Juri Linkov <juri@jurta.org>
2436
2437 * faces.el (error, warning, success): New faces with definitions
2438 copied from old default values of `font-lock-warning-face',
2439 `compilation-warning', `compilation-info' (bug#6117).
2440
2441 * font-lock.el (font-lock-warning-face): Inherit from `error'.
2442
2443 * progmodes/compile.el (compilation-error): Inherit from `error'.
2444 (compilation-warning): Inherit from `warning'.
2445 (compilation-info): Inherit from `success'.
2446
2447 * dired.el (dired-marked): Inherit from `warning'.
2448 (dired-flagged): Inherit from `error'.
2449
57173b96
LMI
24502011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2451
3e79eb87
LMI
2452 * mail/smtpmail.el (auth-source): Require to avoid problems with
2453 binding variables (bug#9298). Also clean up some unused
2454 autoloads.
2455
b3fd59bd
SM
2456 * net/network-stream.el (network-stream-open-starttls):
2457 Support using starttls.el without using gnutls-cli.
57173b96 2458
02b404de
JL
24592011-08-17 Juri Linkov <juri@jurta.org>
2460
2461 * progmodes/grep.el (rgrep): Handle the case when
2462 `grep-find-command' is a cons cell (bug#9278).
2463
8c9177f2
MR
24642011-08-17 Martin Rudalics <rudalics@gmx.at>
2465
2466 * window.el (display-buffer-pop-up-frame): Run frame creation
2467 function with BUFFER current (as special-display-popup-frame
2468 does). Reported by Drew Adams.
2469
3644a0ab
DU
24702011-08-17 Daiki Ueno <ueno@unixuser.org>
2471
2472 * epa-mail.el: Simplify GnuPG group expansion using
2473 epg-expand-group.
2474 (epa-mail-group-alist, epa-mail-group-modtime)
2475 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
2476 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
2477 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
2478 Remove.
2479
5e617bc2 24802011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
2481
2482 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
2483
9c4aeabf
AM
24842011-08-16 Alan Mackenzie <acm@muc.de>
2485
2486 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
2487 Correct, to avoid the inside of macros.
2488
3a99bf64
RS
24892011-08-16 Richard Stallman <rms@gnu.org>
2490
04963aa8
RS
2491 * epa-mail.el: Handle GnuPG group definitions.
2492 (epa-mail-group-alist, epa-mail-group-modtime)
2493 (epa-mail-gnupg-conf-file): New variables.
2494 (epa-mail-parse-groups, epa-mail-sync-groups)
2495 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
2496 (epa-mail-expand-recipients): New functions.
2497 (epa-mail-encrypt): Call epa-mail-expand-recipients.
2498
177549d0
RS
2499 * mail/rmail.el (rmail-epa-decrypt): New command.
2500
fe38beef
RS
2501 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
2502 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
2503 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
2504 (epa-decrypt-armor-in-region): Make error message clearer.
2505
934eacb9
SM
25062011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2507
2508 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
2509 and "a2b" to "ab" for `prefix'.
2510
d024fb4e
CY
25112011-08-14 Chong Yidong <cyd@stupidchicken.com>
2512
2513 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
2514 filter groups.
de148fee
CY
2515 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
2516 Fourquet (Bug#8804).
d024fb4e 2517
62f1ca49
JB
25182011-08-12 Juanma Barranquero <lekktu@gmail.com>
2519
2520 * startup.el (argi): Declare as global variable (bug#9275).
2521
9ccaaa4b
CY
25222011-08-12 Chong Yidong <cyd@stupidchicken.com>
2523
2524 * subr.el (string-mark-left-to-right): Search the entire string
2525 for RTL script, not just the terminating character. Doc fix.
2526
a3dae87a
SM
25272011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2528
6cd18349
SM
2529 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
2530 New function.
2531 (js--regexp-literal, js-syntax-propertize-function): Remove.
2532 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
2533 (js-mode-map): Don't rebind electric keys.
2534 (js-insert-and-indent): Remove.
2535 (js-mode): Setup electric-layout and electric-indent instead.
2536
a3dae87a
SM
2537 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
2538
9d5cb631
DU
25392011-08-12 Daiki Ueno <ueno@unixuser.org>
2540
2541 * epa.el (epa-progress-callback-function): Fix the logic of
2542 displaying progress.
2543 * epa-file.el (epa-file-insert-file-contents): Make progress
2544 display more user-friendly.
2545 (epa-file-write-region): Ditto.
2546
3e26a4a2
CY
25472011-08-10 Chong Yidong <cyd@stupidchicken.com>
2548
2549 * subr.el (string-mark-left-to-right): New function.
2550
2551 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
2552 Use string-mark-left-to-right.
2553 (list-buffers-noselect): Caller changed.
2554
a3dae87a
SM
2555 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2556 Use string-mark-left-to-right.
3e26a4a2
CY
2557 (tabulated-list-print): Recenter after moving point.
2558
ac8cf6e6
JL
25592011-08-10 Juri Linkov <juri@jurta.org>
2560
2561 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
2562 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
2563 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
2564
8d96c9a4
CY
25652011-08-09 Chong Yidong <cyd@stupidchicken.com>
2566
2567 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
2568 (Bug#7554).
2569
7be1c708 25702011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
2571
2572 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
2573 character. (Bug#6594)
2574
37e11a63
CY
25752011-08-08 Chong Yidong <cyd@stupidchicken.com>
2576
839dde57
CY
2577 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
2578 (image-dired--with-db-file): New macro.
2579 (image-dired-write-tags, image-dired-remove-tag)
2580 (image-dired-create-gallery-lists, image-dired-write-comments)
2581 (image-dired-get-comment, image-dired-mark-tagged-files)
2582 (image-dired-list-tags, image-dired-gallery-generate): Use it.
2583 (image-dired-gallery-generate): Use insert-file-contents.
2584
37e11a63
CY
2585 * time.el (display-time-world-list, display-time-world-display):
2586 * time-stamp.el (time-stamp-string):
2587 * vc/add-log.el (add-change-log-entry): Use setenv instead of
2588 set-time-zone-rule (Bug#7337).
2589
0b4946c4
DU
25902011-08-08 Daiki Ueno <ueno@unixuser.org>
2591
2592 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
2593 (epg-error-to-string, epg-errors-to-string): New function.
2594 (epg-wait-for-completion): Reverse errors list.
2595 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
2596 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
2597 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
2598 (epg-sign-keys, epg-generate-key-from-file)
2599 (epg-generate-key-from-string): Format errors by using
2600 epg-errors-to-string (bug#9255).
2601 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
2602
75bfc667
JL
26032011-08-07 Juri Linkov <juri@jurta.org>
2604
2605 * faces.el (list-faces-display): Remove extra angle bracket
2606 from `help-mode-map'.
2607
2608 * info.el (Info-history-toc-nodes): Doc fix.
2609
2610 * longlines.el (longlines-mode): Doc fix.
2611
673e08bb
SM
26122011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
2613
4640dd88
SM
2614 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
2615 of statements and in a few more cases (bug#9183).
2616
673e08bb
SM
2617 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
2618 New functions.
2619 (cl-transform-lambda): Use them (bug#9239).
2620
89b3f019
MR
26212011-08-05 Martin Rudalics <rudalics@gmx.at>
2622
2623 * window.el (display-buffer-same-window)
2624 (display-buffer-same-frame, display-buffer-other-window)
2625 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
2626 (pop-to-buffer-other-window)
2627 (pop-to-buffer-same-frame-other-window)
2628 (pop-to-buffer-other-frame): Make them defuns.
2629 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
2630
640c8776
SM
26312011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2632
2633 * subr.el (make-composed-keymap): Move from C. Change calling
2634 convention, and improve docstring to bring attention to a subtle point.
2635 * minibuffer.el (completing-read-default): Adjust accordingly.
2636
63648a95
MA
26372011-08-03 Michael Albinus <michael.albinus@gmx.de>
2638
2639 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2640 (tramp-open-shell): Use `tramp-shell-quote-argument'.
2641
2642 * net/trampver.el: Update release number.
2643
b796c9b7
SM
26442011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2645
2646 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
2647 "in" (bug#9190).
2648
2239d7d5
LMI
26492011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2650
e07dd7c3
LMI
2651 * mail/sendmail.el (sendmail-query-once): Restore the current
2652 buffer after querying (bug#9074).
2653
0e6a2bd7
LMI
2654 * dired.el (dired-flagged): Use different faces for marked and
2655 flagged files (bug#6117).
2656
ce887515
LMI
2657 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
2658 (bug#4433).
2659
92f2affc
LMI
2660 * ido.el (ido-mode): Switch off the message if called
2661 non-interactively.
2662
57d5aff0
LMI
2663 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
2664 before 587, since it appears that that's more likely to work for
2665 more people.
2666
98cd6c18
LMI
2667 * cus-edit.el (custom-file): When running under emacs -q, always
2668 refuse to save the customisations, even if the .emacs file doesn't
2669 exist.
2670
b96dec83
LMI
2671 * info.el: Remove the `Info-beginning-of-buffer' function
2672 (bug#8325).
2673
b796c9b7
SM
2674 * net/network-stream.el (network-stream-open-starttls):
2675 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 2676
d90e2ea0
MR
26772011-08-01 Martin Rudalics <rudalics@gmx.at>
2678
2679 * window.el (display-buffer-in-window): Don't set dedicated status
2680 of window here (Bug#9215).
2681 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2682 (display-buffer-pop-up-side-window)
b796c9b7 2683 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 2684
cca09170
SM
26852011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2686
2687 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
2688 before binding generated-autoload-file.
2689
027b979c
DD
26902011-08-01 Deniz Dogan <deniz@dogan.se>
2691
2692 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
2693
3c7ee4f3
MA
26942011-07-30 Michael Albinus <michael.albinus@gmx.de>
2695
2696 Sync with Tramp 2.2.2.
2697
2698 * net/trampver.el: Update release number.
2699
2cc8e51a
JL
27002011-07-30 Juri Linkov <juri@jurta.org>
2701
2702 * dired-aux.el (dired-touch-initial): Remove function.
2703 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
2704 current time, and `default' to the last modification time of the
2705 current marked file (bug#6887).
2706
a514d856
JM
27072011-07-28 Jose E. Marchesi <jemarch@gnu.org>
2708
2709 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 2710 numeric argument to read-number (bug#9163).
a514d856 2711
8a7eddd7
MA
27122011-07-27 Michael Albinus <michael.albinus@gmx.de>
2713
2714 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
2715 connection process, it could be nil.
2716
1ddd96f5
LL
27172011-07-27 Leo Liu <sdl.web@gmail.com>
2718
2719 Simplify url handling in rcirc-mode.
2720
2721 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
2722 (rcirc-browse-url-at-mouse): Remove.
2723 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
2724
b248a85d
AM
27252011-07-26 Alan Mackenzie <acm@muc.de>
2726
2727 Fontify bitfield declarations properly.
2728
2729 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
2730 (c-symbol-chars): Now exported as a lang variable.
2731 (c-not-primitive-type-keywords): New lang variable.
2732
2733 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
2734 QT keyword "more" to prevent "more slots: ...." being spuriously
2735 parsed as a bitfield declaraion.
2736
b796c9b7
SM
2737 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2738 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
2739 (c-punctuation-in): New function.
2740 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
2741 declarations properly.
2742
68575ab0
UJ
27432011-07-26 Ulf Jasper <ulf.jasper@web.de>
2744
2745 * calendar/icalendar.el (icalendar--all-events): Take care of
2746 multiple vcalendars in a single file.
b796c9b7 2747 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 2748
0f0a88b9
DD
27492011-07-25 Deniz Dogan <deniz@dogan.se>
2750
2751 * image.el (insert-image): Clarifying docstring.
2752
0b3f36df
MA
27532011-07-24 Michael Albinus <michael.albinus@gmx.de>
2754
2755 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
2756 `tramp-send-command-and-check' if there is no error.
2757 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
2758
a9901f61
AM
27592011-07-22 Alan Mackenzie <acm@muc.de>
2760
2761 Prevent cc-langs.elc being loaded at run time.
2762
2763 * progmodes/cc-mode.el: Remove two autoload forms which loaded
2764 cc-langs.
2765
4d61f28d 2766 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
2767 "(require 'cc-langs)". Quote a form so it will evaluate at
2768 (cc-mode's) compilation time.
2769
11d074b2
MA
27702011-07-22 Michael Albinus <michael.albinus@gmx.de>
2771
2772 * net/tramp.el (tramp-file-name-handler): Avoid recursive
2773 loading. (Bug#9114)
2774
938b94c8
MR
27752011-07-21 Martin Rudalics <rudalics@gmx.at>
2776
2777 * window.el (display-buffer-pop-up-window)
2778 (display-buffer-pop-up-side-window)
2779 (display-buffer-in-side-window): Call display-buffer-set-height
2780 and display-buffer-set-width after setting the new window's
b796c9b7 2781 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 2782
bfa4f190
SS
27832011-07-20 Sam Steingold <sds@gnu.org>
2784
2785 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
2786 (etags-tags-included-tables): Call `convert-standard-filename' on
2787 the file names contained in TAGS so that windows Emacs can handle
2788 TAGS files created by cygwin ctags.
2789
8ca42262
LMI
27902011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2791
2792 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
2793 which apparently didn't work.
2794
5db2afd2 27952011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 2796
5db2afd2
RW
2797 * proced.el (proced-send-signal): For *Marked Processes* buffer
2798 put point at beginning of buffer.
2799
92e15d10
SB
28002011-07-19 Stephen Berman <stephen.berman@gmx.net>
2801
2802 * proced.el (proced-format): Make header lines align with the text
2803 (bug#1779).
2804
1bfd59e5
LMI
28052011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2806
2807 * view.el (view-buffer): Allow running in `special' modes if we're
2808 visiting a file (bug#8615).
2809
f5aae37c
MR
28102011-07-19 Martin Rudalics <rudalics@gmx.at>
2811
2812 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
2813 (display-buffer-alist-set-1, display-buffer-alist-set-2):
2814 New functions.
f5aae37c
MR
2815 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
2816 more accurately.
2817
bf2c1571
AM
28182011-07-18 Alan Mackenzie <acm@muc.de>
2819
2820 Fontify declarators properly when, e.g., a jit-lock chunk begins
2821 inside a declaration.
2822
2823 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
2824
b796c9b7
SM
2825 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2826 New function.
bf2c1571
AM
2827 (c-complex-decl-matchers): Insert reference to
2828 c-font-lock-enclosing-decls.
2829
2830 * progmodes/cc-engine.el (c-backward-single-comment):
2831 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
2832 to nil around calls to (forward-comment -1).
2833
4e190b80
LMI
28342011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2835
12dc863d
LMI
2836 * image.el (put-image): Doc typo fix.
2837
a762e966
LMI
2838 * progmodes/etags.el (tags-search): Doc typo fix.
2839
4e190b80
LMI
2840 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
2841 password if we get errors 550 to 554.
2842
f019fb21
LMI
28432011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2844
b796c9b7 2845 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 2846
81746738
LMI
2847 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
2848 indentation character (bug#6380).
2849
3ee3a1b5
LMI
2850 * files.el (buffer-offer-save): Made permanently local (bug#6241).
2851
c82f64de
LMI
2852 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
2853 to clarify what the problem is (bug#4291).
2854
f019fb21
LMI
2855 * simple.el (current-kill): Clarify what
2856 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
2857 (auto-fill-mode): Document `auto-fill-function' in relation to
2858 `auto-fill-mode' (bug#2470).
f019fb21 2859
0794775d
LM
28602011-07-16 Lawrence Mitchell <wence@gmx.li>
2861
2862 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
2863 method if slot is read-only (bug#9035).
2864
be39b8cc
MR
28652011-07-16 Martin Rudalics <rudalics@gmx.at>
2866
b796c9b7 2867 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 2868 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
2869 selected before, see discussion of (Bug#8615), (Bug#6954).
2870 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 2871
6ccf7859
GM
28722011-07-15 Glenn Morris <rgm@gnu.org>
2873
2874 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 2875 Respect help-form.
6ccf7859 2876
87e86684
LM
28772011-07-09 Lawrence Mitchell <wence@gmx.li>
2878
2879 * net/gnutls.el (gnutls-min-prime-bits): New variable.
2880 (gnutls-negotiate): Use it.
2881
d6066239
LMI
28822011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2883
b796c9b7
SM
2884 * net/gnutls.el (gnutls-negotiate):
2885 Upcase `gnutls-algorithm-priority'.
d6066239 2886
bd23ebc0
GM
28872011-07-15 Glenn Morris <rgm@gnu.org>
2888
c65bca65
GM
2889 * jka-compr.el (jka-compr-verbose): Move from here...
2890 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
2891 Add missing :version tag.
2892 * info.el: No need to require jka-compr when compiling.
bd23ebc0 2893
478615cc
LMI
28942011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2895
7b41decb
LMI
2896 * net/gnutls.el (gnutls-algorithm-priority): New variable.
2897 (gnutls-negotiate): Use it.
2898
dbc44fcd
LMI
2899 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
2900
06789f97
LMI
2901 * info.el (Info-beginning-of-buffer): New command.
2902 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
2903 announcing `b' as the key (bug#8325).
ab896c37 2904 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 2905
c39da690
LMI
2906 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
2907
3aa5f34b
LMI
2908 * international/mule-cmds.el
2909 (describe-specified-language-support): Make the error message
2910 clearer (bug#8905).
2911
4bf0979f
LMI
2912 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
2913
478615cc
LMI
2914 * isearch.el (isearch-barrier): Add a doc string, since it's
2915 mentioned in a function doc string (bug#8678).
2916
75c68aa1
MR
29172011-07-15 Martin Rudalics <rudalics@gmx.at>
2918
2919 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
2920 buffer argument (Bug#9083) and self-identifying label argument.
2921
a7c33da2
GM
29222011-07-15 Glenn Morris <rgm@gnu.org>
2923
2924 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
2925
2f5c6024
LMI
29262011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2927
2928 * man.el (Man-fontify-manpage): Fix message when formatting the
2929 man page (bug#7929).
2930
0bb23927 29312011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
2932
2933 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
2934 argument LRM; if non-nil, append an invisible LRM character to the
2935 buffer name.
2936 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
2937 last argument non-nil, when formatting buffer names.
0bb23927
EZ
2938 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
2939 paragraph direction.
cce4b0a7 2940
621ef9ab
LMI
29412011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2942
d1583c48
LMI
2943 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
2944 the man page name (bug#7929).
2945
6a57fb5f
LMI
2946 * image.el (put-image): Mention the `put-image' overlay property
2947 (bug#7834).
2948
d7956b14
LMI
2949 * scroll-bar.el (set-scroll-bar-mode): Mention that
2950 `scroll-bar-mode' lists the values (bug#7772).
2951
5b2d4a66
LMI
2952 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
2953 command (bug#7729).
2954
7509a874
LMI
2955 * rect.el (apply-on-rectangle): Return the point after the last
2956 operation.
2957 (string-rectangle): Go to the point after the last operation
2958 (bug#7522).
2959
4fe74b19
LMI
2960 * printing.el (pr-toggle-region): Clarify the documentation
2961 slightly (bug#7493).
2962
b796c9b7
SM
2963 * time.el (display-time-update):
2964 Allow `display-time-mail-function' to return nil (bug#7158).
2965 Fix suggested by Detlev Zundel.
ab283561 2966
fc233c9d
LMI
2967 * vc/diff.el (diff): Clarify the order the file names are read
2968 (bug#7111).
2969
43f5740b
LMI
2970 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
2971 the doc string (bug#7015).
2972
f2182a76
LMI
2973 * font-lock.el (font-lock-maximum-decoration): Mention what
2974 numeric levels mean (bug#6935).
2975
621ef9ab
LMI
2976 * startup.el (initial-buffer-choice): Don't mention the `none'
2977 selection, which is against policy.
2978
adc47434
MR
29792011-07-14 Martin Rudalics <rudalics@gmx.at>
2980
b796c9b7
SM
2981 * window.el (display-buffer-normalize-special):
2982 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 2983
7e5bfb8f
EZ
29842011-07-14 Eli Zaretskii <eliz@gnu.org>
2985
2986 * subr.el (version<, version<=, version=): Mention "-CVS" and
2987 "-12345" alpha version numbers.
2988
27fa387a
CY
29892011-07-14 Chong Yidong <cyd@stupidchicken.com>
2990
2991 * bindings.el: Add advertised binding for set-mark-command
2992 (Bug#5772).
2993
8bdfa064
CY
29942011-07-14 Chong Yidong <cyd@stupidchicken.com>
2995
2996 * bindings.el (mode-line-other-buffer):
2997 * bookmark.el (bookmark-bmenu-2-window):
2998 * bs.el (bs-cycle-next, bs-cycle-previous):
2999 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
3000 switch-to-buffer.
3001
3002 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 3003 Delete.
8bdfa064 3004
5eba16a3
JB
30052011-07-14 Juanma Barranquero <lekktu@gmail.com>
3006
3007 * follow.el (follow-debug-message, follow-redisplay):
3008 * jka-cmpr-hook.el (with-auto-compression-mode):
3009 Fix typos in docstrings.
3010
15853710
LMI
30112011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3012
a28e4607
LMI
3013 * subr.el (with-silent-modifications): Clarify somewhat what the
3014 macro inhibits (bug#6525).
3015
15853710
LMI
3016 * simple.el (eval-expression): Note what it does if called
3017 interactively (bug#6495).
3018
bee0fcef
CY
30192011-07-13 Chong Yidong <cyd@stupidchicken.com>
3020
b796c9b7
SM
3021 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
3022 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
3023
3024 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3025 Remove switch-to-buffer.
3026
58274504
LMI
30272011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3028
bd2fcc8d
LMI
3029 * files.el (make-directory): Clarify that an error will be raised
3030 if there's an error (bug#6397).
3031
0f04b32c
LMI
3032 * startup.el (initial-buffer-choice): Add `none' as a choice
3033 (bug#6234).
3034
465c5fc8
LMI
3035 * subr.el (add-hook): Clarify section about buffer-local hooks
3036 (bug#6218).
3037
58274504
LMI
3038 * dired.el (dired-flagged): Clarify doc string (bug#6117).
3039
bead9a43
JB
30402011-07-13 Juanma Barranquero <lekktu@gmail.com>
3041
3042 * tabify.el (untabify): Preserve the current column so that point
3043 doesn't move (bug#6032).
3044
3af98a7b
LMI
30452011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3046
b796c9b7
SM
3047 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
3048 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 3049
6240145a
GM
30502011-07-13 Glenn Morris <rgm@gnu.org>
3051
3052 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
3053 (dired-insert-directory): Give a message the first time
3054 if ls is found not to support --dired.
3055
1d8c2ccc
LMI
30562011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3057
3058 * simple.el (toggle-truncate-lines): Clarify what is toggled
3059 (bug#5580). Text by Drew Adams.
3060
5fc4038e
CY
30612011-07-13 Chong Yidong <cyd@stupidchicken.com>
3062
3063 * simple.el (blink-matching-open): Make the error message from the
3064 last change less verbose.
3065
bf6012e5
DN
30662011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3067
3068 * font-lock.el (font-lock-comment-face): Use the high contrast
3069 "yellow" color for font-lock-comment-face on low color terminals
3070 using a dark background color (bug#4221).
3071
343c3b5a
LMI
30722011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3073
7e9505c5
LMI
3074 * dired.el (dired-insert-set-properties): Make the doc string
3075 reflect what it does now (bug#5325).
3076
c26fdcf5
LMI
3077 * simple.el (blink-matching-open): Say that we were unable to find
3078 the match within the limit, if we're limited (bug#5122).
3079
bb388cc5
LMI
3080 * international/mule-cmds.el (prefer-coding-system): Add an
3081 example (bug#4869).
3082
343c3b5a
LMI
3083 * progmodes/etags.el (tags-search): Document `file-list-form'
3084 (bug#4731).
3085
2a517d45
LM
30862011-07-13 Lawrence Mitchell <wence@gmx.li>
3087
3088 * net/browse-url.el (browse-url-default-browser)
3089 (browse-url-browser-function): Make the default browser choice a
3090 bit more logical (bug#4300). Also clean up the doc string.
3091
b6c78ef2
JB
30922011-07-13 Juanma Barranquero <lekktu@gmail.com>
3093
3094 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
3095 binary endings (bug#4440).
3096
1c4dd947
LMI
30972011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3098
a2014063
LMI
3099 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
3100 which can be pretty annoying (bug#8971).
3101
9c9c2d88
LMI
3102 * jka-compr.el (jka-compr-verbose): New variable, and use
3103 throughout (bug#8971).
3104
1c4dd947
LMI
3105 * info.el (Info-find-file): Fall back on the installation
3106 directory if we can't find the info node anywhere else.
3107
a1c9f41b
SO
31082011-07-13 Sergei Organov <osv@javad.com> (tiny change)
3109
3110 * vc/vc.el (vc-revert-file):
3111 Don't set file time-stamp in the past. (Bug#5181)
3112
536f3d36
LMI
31132011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3114
7152b011
LMI
3115 * files.el (after-find-file): Give a better error message when
3116 trying to find a symlink that points to a file that doesn't exist
3117 (bug#4398).
3118
536f3d36
LMI
3119 * progmodes/cc-vars.el: Remove (probably) misleading comment
3120 (bug#4396).
3121
460c0fba
JB
31222011-07-12 Johan Bockgård <bojohan@gnu.org>
3123
3124 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
3125
7a6bda45
CY
31262011-07-12 Chong Yidong <cyd@stupidchicken.com>
3127
3128 * mouse-sel.el: Hack restoring functionality, while keeping
3129 compatibility with 2010-07-03 changes to mouse selection.
3130 (mouse-sel-primary-overlay): New var.
3131 (mouse-sel-selection-alist): Use it.
3132 (mouse-sel-mode): Doc fix; remove points that are default features
3133 of mouse.el.
3134
c79598ef
JB
31352011-07-12 Johan Bockgård <bojohan@gnu.org>
3136
3137 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3138 Fix previous fix (bug#2490).
3139
ff8be6ef
RW
31402011-07-12 Roland Winkler <winkler@gnu.org>
3141
b796c9b7
SM
3142 * textmodes/bibtex.el (bibtex-initialize):
3143 Use pop-to-buffer-same-window.
ff8be6ef
RW
3144 (bibtex-search-entries): Fix interactive call.
3145
296ba3ee
LMI
31462011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3147
f5242a02 3148 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
3149 Fontise bytecomp Error lines more correctly (bug#2490).
3150 Fix suggested by Johan Bockgård.
f5242a02 3151
296ba3ee
LMI
3152 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
3153
3154 * dired-x.el (dired-guess-default): Use `delete-dups'.
3155
f69fd0d2
CY
31562011-07-12 Chong Yidong <cyd@stupidchicken.com>
3157
3158 * dired.el (dired-mark-prompt):
3159 * dired-aux.el (dired-read-shell-command): Doc fix.
3160
eab5dc07
LMI
31612011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3162
b796c9b7
SM
3163 * mail/sendmail.el (sendmail-query-once):
3164 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
3165 emacs -Q.
3166
3167 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
3168
eab5dc07
LMI
3169 * cus-edit.el (custom-file): Take an optional no-error variable.
3170 (customize-save-variable): Set the variable, and give a warning if
3171 running under "emacs -q".
3172
a1e65d42
JB
31732011-07-11 Juanma Barranquero <lekktu@gmail.com>
3174
3175 * loadhist.el (unload-feature-special-hooks):
3176 Add `auto-coding-functions', `fill-nobreak-predicate' and
3177 `find-directory-functions' (bug#5327).
3178
1d52da10
LMI
31792011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3180
be958f1d
LMI
3181 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
3182
5bedb26c
LMI
3183 * cus-edit.el (custom-guess-name-alist): -alist variables should
3184 use the `alist' type (bug#3120). Suggested by Drew Adams.
3185
1d52da10
LMI
3186 * printing.el: Add documentation to all the `pr-toggle-' commands.
3187
481a51b6
LL
31882011-07-11 Leo <sdl.web@gmail.com> (tiny change)
3189
3190 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
3191 backends where it makes sense (bug#2623).
3192
dcc88d8a
LMI
31932011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3194
c3de9feb
LMI
3195 * dired-x.el (dired-guess-default): Remove duplicate shell command
3196 entries (bug#2028).
8a93078b 3197 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 3198 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 3199
dcc88d8a
LMI
3200 * subr.el (remove-duplicates): New conveniency function.
3201
505e3645
LMI
32022011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3203
3204 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
3205 (bug#1526).
3206
32072011-07-10 Martin Rudalics <rudalics@gmx.at>
3208
3209 * window.el (display-buffer-normalize-default): Don't invert
3210 meaning of even-window-heights. Reported by Eli Zaretskii
3211 <eliz@gnu.org>.
3212
455e4fa1
BR
32132011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
3214
3215 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
3216
8e0bc3e9
CY
32172011-07-10 Chong Yidong <cyd@stupidchicken.com>
3218
3219 * window.el (display-buffer): Fix arguments to
3220 display-buffer-reuse-window in last change.
3221
fa7c3228
CY
3222 * faces.el (link): Use a less saturated blue on light backgrounds.
3223
3224 * startup.el (fancy-startup-text, fancy-about-text)
3225 (fancy-startup-tail): Use font-lock faces, for background safety.
3226
c0a7f300
BN
32272011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
3228
b796c9b7
SM
3229 * emulation/viper-cmd.el (viper-change-state-to-vi):
3230 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 3231
4dc2a129
MR
32322011-07-09 Martin Rudalics <rudalics@gmx.at>
3233
3234 * window.el (display-buffer-default-specifiers): Remove.
3235 (display-buffer-macro-specifiers): Remove default specifiers.
3236 (display-buffer-alist): Default to nil.
b796c9b7 3237 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
3238 (display-buffer-pop-up-window): Allow splitting internal
3239 windows. Check whether a live window was created.
3240 (display-buffer-other-window-means-other-frame)
3241 (display-buffer-normalize-arguments): Rename to
3242 display-buffer-normalize-argument and rewrite. Set the
3243 other-window specifier.
3244 (display-buffer-normalize-special): New function.
3245 (display-buffer-normalize-options): Rename to
3246 display-buffer-normalize-default and rewrite.
3247 (display-buffer-normalize-options-inhibit): Remove.
3248 (display-buffer-normalize-specifiers): Rewrite.
3249 (display-buffer): Process other-window specifier and call
3250 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
3251 more faithfully.
b796c9b7 3252 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 3253 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
3254 (display-buffer-in-window, display-buffer-alist-set):
3255 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
3256 <tassilo@member.fsf.org>.
3257
2d43b8c9
LL
32582011-07-09 Leo Liu <sdl.web@gmail.com>
3259
3260 * register.el (insert-register): Restore accidental change on
3261 2011-06-26. (Bug#9028)
3262
7f9b7c53
GM
32632011-07-09 Glenn Morris <rgm@gnu.org>
3264
3265 * subr.el (remq): Handle the empty list. (Bug#9024)
3266
f042cfd8
AS
32672011-07-08 Andreas Schwab <schwab@linux-m68k.org>
3268
3269 * mail/sendmail.el (send-mail-function): No longer delay custom
3270 initialization.
3271 * custom.el (custom-initialize-delay): Doc fix.
3272
856b2f11
SM
32732011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3274
3275 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
3276
afae1d68
MA
32772011-07-08 Michael Albinus <michael.albinus@gmx.de>
3278
3279 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
3280 human-friendly prompt.
3281
0757af94
SM
32822011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3283
3284 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
3285 provided by a particular plugin.
3286
d760b731
LMI
32872011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3288
3289 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
3290 save customizations (with "emacs -Q"), just set the variable
3291 instead of erroring out.
3292
3293 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
3294
cd79ce90
JL
32952011-07-08 Juri Linkov <juri@jurta.org>
3296
3297 * arc-mode.el (archive-zip-expunge, archive-zip-update)
3298 (archive-zip-update-case): Use 7z if found by `executable-find'.
3299 The order of searching the available programs is the same as in
3300 `archive-zip-extract' (bug#8968).
3301
14cc04aa
CY
33022011-07-07 Chong Yidong <cyd@stupidchicken.com>
3303
3304 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
3305 (menu-bar-options-menu): Tweak descriptions.
3306
0a1848ec
LMI
33072011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3308
3309 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
3310 menu items into verb phrases (bug#1421). Also refill to fit under
3311 80 columns.
3312
f5bd0689
CY
33132011-07-07 Chong Yidong <cyd@stupidchicken.com>
3314
538e85c6
CY
3315 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
3316 (Info-read-node-name): Doc fix (Bug#1084).
3317
f5bd0689
CY
3318 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
3319 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
3320 (end-of-sexp, beginning-of-sexp)
3321 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
3322 (forward-symbol, forward-same-syntax, word-at-point)
3323 (sentence-at-point): Doc fix (Bug#1144).
3324
56ec5115
LMI
33252011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3326
f3f8e37f
LMI
3327 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
3328 should cover it (bug#1281).
3329
0757af94 3330 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 3331
12b9eb35
LMI
3332 * net/network-stream.el (network-stream-open-starttls): If gnutls
3333 negotiation fails, then possibly try again with a non-encrypted
3334 connection (bug#9017).
3335
56ec5115
LMI
3336 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
3337 be used.
3338
c2f9aec8
RS
33392011-07-07 Richard Stallman <rms@gnu.org>
3340
3341 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
3342 property, and handle its changed format.
3343 Look for the correct line number.
3344 Use file's line contents (but not past first =) to find
3345 correct line in message.
3346
ef7b981d 33472011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
3348
3349 * international/characters.el (build-unicode-category-table):
3350 Delete it.
0757af94 3351 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 3352
0757af94 3353 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
3354 to src/chartab.c.
3355 (get-char-code-property): Call unicode-property-table-internal to
3356 load a file. Call get-unicode-property-internal where necessary.
3357 (put-char-code-property): Call unicode-property-table-internal to
3358 load a file. Call put-unicode-property-internal where necessary.
3359 put-unicode-property-internal where necessary.
0757af94
SM
3360 (char-code-property-description):
3361 Call unicode-property-table-internal to load a file.
c805dec0
KH
3362
3363 * international/charprop.el:
3364 * international/uni-bidi.el:
3365 * international/uni-category.el:
3366 * international/uni-combining.el:
3367 * international/uni-comment.el:
3368 * international/uni-decimal.el:
3369 * international/uni-decomposition.el:
3370 * international/uni-digit.el:
3371 * international/uni-lowercase.el:
3372 * international/uni-mirrored.el:
3373 * international/uni-name.el:
3374 * international/uni-numeric.el:
3375 * international/uni-old-name.el:
3376 * international/uni-titlecase.el:
3377 * international/uni-uppercase.el: Regenerate.
3378
3379 * loadup.el: Load international/charprop.el before
3380 international/characters.
3381
e14b388a
CY
33822011-07-07 Chong Yidong <cyd@stupidchicken.com>
3383
3384 * window.el (next-buffer, previous-buffer): Signal an error if
3385 called from a minibuffer window.
3386
3387 * bindings.el: Revert 2011-07-04 change.
3388
354cf0ba
RS
33892011-07-06 Richard Stallman <rms@gnu.org>
3390
3391 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
3392 (rmail-mime-insert-bulk, rmail-mime-insert-text):
3393 Treat markers like ints.
3394 (rmail-mime-entity): Doc fix.
3395
a48868a7
LMI
33962011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3397
4906cd3d
LMI
3398 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
3399 defcustom again for backwards compatibility.
3400
e0457abe
LMI
3401 * simple.el (shell-command-on-region): Fill.
3402
d67f7e1f
LMI
3403 * dired-aux.el (dired-kill-line): Add a doc string.
3404
fe204702
LMI
3405 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
3406 to "\\sw\\|\\s_" (bug#358).
3407
a48868a7
LMI
3408 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
3409 (dired-unmark-backward): Ditto.
3410 (dired-flag-backup-files): Ditto.
3411
3412 * dired-x.el (dired-mark-sexp): Ditto.
3413
aa8a705c
RS
34142011-07-06 Richard Stallman <rms@gnu.org>
3415
3416 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
3417 (rmail-mime-entity): New arg TRUNCATED.
3418 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
3419 New functions.
3420 (rmail-mime-save): Warn if entity is truncated.
3421 (rmail-mime-toggle-hidden): Likewise, for showing.
3422 (rmail-mime-process-multipart): Record when an entity is truncated.
3423
a9a936b9
RS
3424 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
3425 if ENTITY is a string.
3426
1f2b92cb
LMI
34272011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3428
f4f73198 3429 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
3430 of faces when `M-C-x'-ing their definitions (bug#8378).
3431 Also clean up the code slightly.
f4f73198 3432
12b16734
LMI
3433 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
3434 because that makes the colours go away.
3435
f0691d22
LMI
3436 * mail/sendmail.el (send-mail-function): Change the default to
3437 `sendmail-query-once'.
9e87df06 3438 (sendmail-query-once): Add an autoload cookie.
f0691d22 3439
1f2b92cb
LMI
3440 * net/network-stream.el (network-stream-open-starttls): Try using
3441 a plain connection even if the server offered STARTTLS, and we
3442 kinda wanted to use it, if Emacs doesn't have any STARTTLS
3443 capability. This should make smtpmail.el work in slightly more
3444 configurations.
3445
1cdd2a1b
MA
34462011-07-06 Michael Albinus <michael.albinus@gmx.de>
3447
3448 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
3449 New defun.
3450 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
3451
fbcc67e2
MM
34522011-07-06 Michael R. Mauger <mmaug@yahoo.com>
3453
3454 * progmodes/sql.el: Version 3.0
0757af94 3455 (sql-product-alist): Add product :completion-object,
fbcc67e2 3456 :completion-column, and :statement attributes.
0757af94 3457 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 3458 (sql-mode-syntax-table): Mark all punctuation.
0757af94 3459 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
3460 ansi keywords.
3461 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 3462 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
3463 (sql-oracle-show-reserved-words): New function for development.
3464 (sql-product-font-lock): Simplify for source code buffers.
3465 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
3466 New functions.
3467 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
3468 (sql-mode-map): Add statement movement functions.
3469 (sql-ansi-statement-starters, sql-oracle-statement-starters):
3470 New variable.
fbcc67e2
MM
3471 (sql-statement-regexp, sql-beginning-of-statement)
3472 (sql-end-of-statement, sql-signum): New functions.
0757af94 3473 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
3474 (sql-show-sqli-buffer): Bug fix.
3475 (sql-interactive-mode): Store connection data as buffer local.
0757af94 3476 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
3477 with sql-interactive-mode.
3478 (sql-save-connection): Save buffer local settings.
0757af94 3479 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
3480 (sql-product-interactive): Bug fix.
3481 (sql-preoutput-hold): New variable.
3482 (sql-interactive-remove-continuation-prompt): Bug fixes.
3483 (sql-debug-redirect): New variable.
3484 (sql-str-literal): New function.
3485 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 3486 Redesign.
fbcc67e2
MM
3487 (sql-oracle-save-settings, sql-oracle-restore-settings)
3488 (sql-oracle-list-all, sql-oracle-list-table): New functions.
3489 (sql-completion-object, sql-completion-column)
3490 (sql-completion-sqlbuf): New variables.
3491 (sql-build-completions-1, sql-build-completions)
3492 (sql-try-completion): New functions.
3493 (sql-read-table-name): Use them.
3494 (sql-contains-names): New buffer local variable.
3495 (sql-list-all, sql-list-table): Use it.
3496 (sql-oracle-completion-types): New variable.
3497 (sql-oracle-completion-object, sql-sqlite-completion-object)
3498 (sql-postgres-completion-object): New functions.
3499
d4eaeab1
GM
35002011-07-06 Glenn Morris <rgm@gnu.org>
3501
3502 * window.el (pop-to-buffer): Doc fix.
3503
322b7dab 35042011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
3505
3506 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
3507
322b7dab 35082011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 3509
322b7dab 3510 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 3511
322b7dab 3512 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 3513
605dd5bf
CY
35142011-07-05 Chong Yidong <cyd@stupidchicken.com>
3515
3516 * button.el (button): Inherit from link face. Suggested by Dan
3517 Nicolaescu.
3518
7dbfa719
SM
35192011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3db614b0
SM
3521 * progmodes/gdb-mi.el: Fit in 80 columns.
3522 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
3523 switch-to-buffer.
3524
7dbfa719
SM
3525 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
3526 if imenu is simply not configured (bug#8941).
3527
919d884a
KM
35282011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
3529
3530 * allout.el (allout-post-undo-hook): New allout outline-change
3531 event hook to signal undo activity.
3532 (allout-post-command-business): Run allout-post-undo-hook if an
3533 undo just occurred.
7dbfa719
SM
3534 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
3535 * allout-widgets.el (allout-widgets-after-undo-function):
3536 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
3537 in the vicinity of an undo.
3538 (allout-widgets-mode): Include allout-widgets-after-undo-function
3539 on the new allout-post-undo-hook.
3540
450a0f09
SM
35412011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3543 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
3544 Let define-derived-mode define it.
3545 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
3546 cycles of abbrev-table inheritance (bug#8998).
3547
2de69e00
RW
35482011-07-05 Roland Winkler <winkler@gnu.org>
3549
3550 * textmodes/bibtex.el: Add support for biblatex.
3551 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
3552 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
3553 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
3554 (bibtex-entry-alist, bibtex-field-alist): New variables.
3555 (bibtex-entry-field-alist): Obsolete alias for
3556 bibtex-BibTeX-entry-alist.
3557 (bibtex-entry-alist, bibtex-field-alist): New widgets.
3558 (bibtex-set-dialect): New command.
3559 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
3560 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
3561 Bind via bibtex-set-dialect.
2de69e00
RW
3562 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
3563 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
3564 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
3565 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
3566 Define via bibtex-set-dialect.
450a0f09
SM
3567 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
3568 Obey bibtex-no-opt-remove-re.
2de69e00
RW
3569 (bibtex-vec-push, bibtex-vec-incr): New functions.
3570 (bibtex-format-entry, bibtex-field-list)
3571 (bibtex-print-help-message, bibtex-validate)
3572 (bibtex-search-entries): Use new format of bibtex-entry-alist.
3573
2dcdbdd9
SM
35742011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3575
3576 * progmodes/compile.el (compilation-goto-locus):
3577 * net/tramp-cmds.el (tramp-append-tramp-buffers):
3578 * bs.el (bs-cycle-next, bs-cycle-previous):
3579 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
3580 * bindings.el (mode-line-other-buffer):
3581 * autoinsert.el (auto-insert):
3582 * arc-mode.el (archive-extract):
3583 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
3584
b27640fe
JB
35852011-07-05 Juanma Barranquero <lekktu@gmail.com>
3586
3587 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
3588 Fix check of `emacs-lock-unlockable-modes'.
3589 Coerce true values of `emacs-lock--try-unlocking' to t.
3590
53bbe3ad
JB
35912011-07-05 Juanma Barranquero <lekktu@gmail.com>
3592
3593 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
3594 * emacs-lock.el: New file.
3595
1d3cdbc7
JD
35962011-07-05 Julien Danjou <julien@danjou.info>
3597
3598 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
3599 than `boundp' to check if face is set.
3600
9173deec
JB
36012011-07-05 Juanma Barranquero <lekktu@gmail.com>
3602
3603 * register.el (registerv-make):
3604 * window.el (window-min-height): Fix typos in docstrings.
3605
869795d6
JD
36062011-07-05 Jan Djärv <jan.h.d@swipnet.se>
3607
9173deec 3608 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
3609 Update doc string.
3610
b768cdcd
JB
36112011-07-04 Juanma Barranquero <lekktu@gmail.com>
3612
3613 * server.el (server-execute): Catch quit and call
3614 `server-return-error' to pass the error back to emacsclient and
3615 close the connection (bug#8942).
3616
13aa217b
KM
36172011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
3618
3619 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
3620 insecure exception for current topic. Also note that auto-saves
3621 are handled differently.
3622
3623 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
3624 State variables for tracking auto-save inhibition situation.
3625
3626 (allout-write-contents-hook-handler): Rename from
3627 'allout-write-file-hook-handler', and describe how it depends on
3628 write-contents-functions sensitivity to non-nil value to prevent
3629 file write.
3630
3631 (allout-auto-save-hook-handler): Remove. auto-save does not check
3632 this in individual buffers, only in the starting buffer, so this
3633 is not the right way for us to inhibit auto-save in a buffer
3634 according to its condition.
3635
3636 (allout-mode): Use new allout-write-contents-hook-handler, and
3637 only with write-contents-functions. Remove auto-save provisions -
3638 they're implemented elsewhere.
3639
3640 (allout-before-change-handler): If undo is in progress, note that
3641 for attention of allout-post-command-business.
3642
3643 (allout-post-command-business): If the command we're following was
3644 an undo, check for change in the status of encrypted items and
3645 adjust auto-save inhibitions accordingly.
3646
3647 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
3648 according to whether there are or aren't any plain-text topics
3649 pending encryption.
3650
2dcdbdd9
SM
3651 (allout-inhibit-auto-save-info-for-decryption):
3652 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
13aa217b
KM
3653 there are plain-text topics pending encryption.
3654
3655 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
3656 buffer-saved-size and some allout state to not inhibit auto-saves
3657 if there are no longer any plain-text topics pending encryption.
3658
0757af94
SM
3659 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
3660 No longer provide for exemption of the current topic.
13aa217b 3661
ac89b32c
JL
36622011-07-04 Juri Linkov <juri@jurta.org>
3663
3664 Add 7z operations to delete and save changed members (bug#8968).
3665 * arc-mode.el (archive-7z-expunge, archive-7z-update):
3666 New defcustoms.
3667 (archive-7z-write-file-member): New function.
3668 (archive-7z-summarize): Fix the number of dashes in the
3669 listing output.
3670
8fa39615
SM
36712011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3672
3673 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
3674 (bug#8958).
3675
2f11b3f1
CY
36762011-07-04 Chong Yidong <cyd@stupidchicken.com>
3677
d66fef2b
CY
3678 * bindings.el: Ignore next-buffer and previous-buffer in
3679 minibuffer-local-map.
3680
2f11b3f1
CY
3681 * font-lock.el (font-lock-builtin-face): Change light background
3682 color to dark slate blue (Bug#6693).
3683
f932a347
WD
36842011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
3685
3686 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
3687
c8af70e1
SM
36882011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
3691 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3692 Add switch-to-buffer.
3693
f158badc
LMI
36942011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3695
3696 * isearch.el (isearch-search-fun-function): Clarify further the
3697 meaning of the function returned.
3698
6d95bd46
MA
36992011-07-04 Michael Albinus <michael.albinus@gmx.de>
3700
3701 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
3702
3703 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
3704 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
3705 Use it.
3706 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
3707 `tramp-default-remote-path' does not exist.
3708 (tramp-send-command-and-read): New optional argument NOERROR.
3709 (tramp-open-connection-setup-interactive-shell)
3710 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
3711 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
3712 (tramp-process-sentinel): Flush also process' connection property.
3713 (tramp-sh-handle-start-file-process): Do not set process
3714 sentinel. It is done now ...
3715 (tramp-maybe-open-connection): ... here. (Bug#8929)
3716
909e6b67
MK
37172011-07-04 MON KEY <monkey@sandpframing.com>
3718
3719 * play/animate.el (animate-string): Doc fixes and allow changing
3720 the buffer name (bug#5417).
3721
37222011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3723
c8af70e1 3724 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 3725
f34755dc
PE
37262011-07-04 Paul Eggert <eggert@cs.ucla.edu>
3727
396cec72
PE
3728 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
3729 This is simpler and helps future-proof the code.
3730 (timer-until): Use time-subtract and float-time.
08235028 3731 (timer--time-less-p): Use time-less-p.
f34755dc 3732
56e6cc31
JB
37332011-07-04 Juanma Barranquero <lekktu@gmail.com>
3734
3abb79e5
JB
3735 * type-break.el (timep): Use the value of `float-time' to avoid a
3736 byte-compiler warning.
3737
56e6cc31
JB
3738 * server.el (server-eval-and-print): Return any result, even nil.
3739
7b9430b4
PE
37402011-07-03 Paul Eggert <eggert@cs.ucla.edu>
3741
3742 * type-break.el: Accept time formats that the builtins accept.
3743 (timep, type-break-time-difference): Accept any format that
3744 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
3745 This is simpler and helps future-proof the code.
3746 (type-break-time-difference): Round rather than ignoring
3747 subseconds components.
3748
3034e9e7
LMI
37492011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3750
3751 * info.el (Info-apropos-matches): Make non-interactive, since it
3752 doesn't seem to do anything useful as a command (bug#8829).
3753
1485f4c0
CY
37542011-07-03 Chong Yidong <cyd@stupidchicken.com>
3755
3756 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 3757 Move from faces.el.
1485f4c0
CY
3758 (frame-default-terminal-background): New function.
3759
3760 * custom.el (custom-push-theme): Don't record faces in `changed'
3761 theme; this doesn't work correctly for per-frame face settings.
3762 (disable-theme): Use face-set-after-frame-default to reset faces.
3763 (custom--frame-color-default): New function.
3764
9fa3dd45
LMI
37652011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3766
c8af70e1 3767 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
3768 (bug#8769).
3769
6cbbc20c
KR
37702011-03-29 Kevin Ryde <user42@zip.com.au>
3771
3772 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3773 `perl-Test2' extend to match possible "fail #N" rep count
3774 (bug#8377).
3775
c7f98048
LMI
37762011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3777
65676592
LMI
3778 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
3779 `smtpmail-via-smtp' now returns the error instead of nil.
3780
c7f98048
LMI
3781 * isearch.el (isearch-search-fun-function): Clarify the doc string
3782 (bug#8101).
3783
56e6cc31 37842011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
3785
3786 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
3787 unnecessary spaces (bug#8987).
3788
2b216704
LMI
37892011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3790
3791 * net/network-stream.el (open-network-stream): Use the
3792 :end-of-capability command thoughout.
3793
37942011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3795
3796 * net/network-stream.el (open-network-stream): Add the
3797 :end-of-capability command parameter, used by pop3.el.
3798
36adf6ce
LMI
37992011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3800
1ca0da0e
LMI
3801 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
3802
fc00f69c
LMI
3803 * fringe.el (fringe-query-style): Remove redundant text " (type ?
3804 for list)" (bug#6475).
3805
28fd8759
LMI
3806 * files.el (file-expand-wildcards): Ignore non-readable
3807 sub-directories while trying to find matches instead of signalling
3808 an error (bug#6297).
3809
0dd8b6da
LMI
3810 * man.el (Man-reference-regexp): Allow matching possible
3811 word-wrapped references (bug#6289).
3812
ce1438d6
LMI
3813 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
3814 for consistency with the other vc buffers (bug#6197).
3815 (vc-checkin): Ditto.
3816
3817 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
3818
36adf6ce
LMI
3819 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
3820
e83cc1f7
LMI
38212011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3822
8a20ca4c
LMI
3823 * custom.el (defcustom): Clarify that :set is only used in the
3824 Customize user interface (bug#6089).
3825
83319045
LMI
3826 * progmodes/flymake.el (flymake-mode): If the buffer isn't
3827 associated with a file, refuse to run instead of erroring out
3828 (bug#6084).
3829
a8392169
LMI
3830 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
3831 the doc string, since it appears that using `fill-column' always
3832 controls the width (bug#7845).
3833
e83cc1f7
LMI
3834 * simple.el (shell-command-on-region): Say where the error output
3835 went if `shell-command-default-error-buffer' is set (bug#6857).
3836
e47ca23b
KM
38372011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
3838
3839 * allout.el (allout-yank-processing): Adjust cursor position for
3840 backwards-deleted space.
3841
3842 (allout-rebullet-heading): Register changes with
3843 allout-exposure-changed-hook, so the modified topic is properly
3844 decorated.
3845
5cf56143
LMI
38462011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3847
08549772
LMI
3848 * minibuffer.el (completion-in-region): Document PREDICATE
3849 (bug#7136).
3850
48e96771
LMI
3851 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
3852 of keyword/argument pairs (bug#6904).
3853
c8af70e1
SM
3854 * replace.el (multi-occur):
3855 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 3856
e17d05e2
LMI
38572011-07-02 Drew Adams <drew.adams@oracle.com>
3858
3859 * dired.el (dired-mark-if): Make the message about whether it's
3860 marking or unmarking clearer (bug#8523).
3861
063b0e45
LMI
38622011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3863
3864 * disp-table.el (display-table-print-array): New function.
3865 (describe-display-table): Use it to print the vectors more pretty
3866 (Bug#8859).
3867
28545e04
MR
38682011-07-02 Martin Rudalics <rudalics@gmx.at>
3869
3870 * window.el (window-state-get-1): Don't assign clone numbers.
3871 Add clone-of item to list of window parameters.
3872 (window-state-put-2): Don't process clone numbers.
3873 (display-buffer-alist): Fix doc-string.
3874
3349e122
SM
38752011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3876
3877 * subr.el (remq): Don't allocate if it's not needed.
3878 (keymap--menu-item-binding, keymap--menu-item-with-binding)
3879 (keymap--merge-bindings): New functions.
3880 (keymap-canonicalize): Use them to refine the canonicalization.
3881 * minibuffer.el (minibuffer-local-completion-map)
3882 (minibuffer-local-must-match-map): Move initialization from C.
3883 (minibuffer-local-filename-completion-map): Move initialization from C;
3884 don't inherit from anything here.
3885 (minibuffer-local-filename-must-match-map): Make obsolete.
3886 (completing-read-default): Use make-composed-keymap to combine
3887 minibuffer-local-filename-completion-map with either
3888 minibuffer-local-must-match-map or
3889 minibuffer-local-filename-completion-map.
3890
d224ac83
GM
38912011-07-01 Glenn Morris <rgm@gnu.org>
3892
3de63bf8
GM
3893 * type-break.el (type-break-time-sum): Use dolist.
3894
d224ac83
GM
3895 * textmodes/flyspell.el (flyspell-word-search-backward):
3896 Replace CL function.
3897
1a1e3f32
SM
38982011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
3899
fe3f64d5
SM
3900 * mouse.el (mouse--strip-first-event): New function.
3901 (function-key-map): Use it to map fringe clicks to normal clicks
3902 by default.
3903
eb604e34
SM
3904 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
3905 (vc-bzr-revision-completion-table): Add support for annotate and date.
3906
1a1e3f32
SM
3907 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
3908 inherit from parent.
3909
5bd35902
LMI
39102011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3911
ace6c69c 3912 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 3913 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 3914
191e2bed
LMI
3915 * dired.el (dired-mode): Fix up the doc string as suggested by
3916 Drew Adams (bug#8817).
3917
5bd35902
LMI
3918 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
3919 cookie, since the manual says that it should be possible to add
3920 this function to `find-file-hook' (bug#8709).
3921
eee8207a
TZ
39222011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
3923
3924 * progmodes/cfengine.el: Moved all cfengine3.el functionality
3925 here. Noted Ted Zlatanov as the maintainer.
3926 (cfengine-common-settings, cfengine-common-syntax): New functions
3927 to set up common things between `cfengine-mode' and
3928 `cfengine3-mode'.
3929 (cfengine3-mode): New mode.
3930 (cfengine3-defuns cfengine3-defuns-regex
3931 (cfengine3-class-selector-regex cfengine3-category-regex)
3932 (cfengine3-vartypes cfengine3-font-lock-keywords)
3933 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 3934 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 3935
36b148cf
MA
39362011-07-01 Michael Albinus <michael.albinus@gmx.de>
3937
3938 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
3939
3940 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3941
0bf4ba9a
MR
39422011-07-01 Martin Rudalics <rudalics@gmx.at>
3943
3944 * window.el (same-window-buffer-names, same-window-regexps)
3945 (same-window-p, special-display-frame-alist)
3946 (special-display-popup-frame, special-display-function)
3947 (special-display-buffer-names, special-display-regexps)
3948 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
3949 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3950 (split-window-preferred-function, split-height-threshold)
3951 (split-width-threshold, even-window-heights)
3952 (display-buffer-mark-dedicated, window-splittable-p)
3953 (split-window-sensibly, window-safely-shrinkable-p):
3954 Un-obsolete.
3955 (display-buffer): Don't spread args with function specifier
3956 because special-display-popup-frame won't like it.
3957
35837f51
PE
39582011-07-01 Paul Eggert <eggert@cs.ucla.edu>
3959
d0672f86
PE
3960 Time-stamp simplifications and fixes.
3961 These improve accuracy slightly, and future-proof the code
3962 against some potential changes to current-time format.
3963
b9444d97
PE
3964 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
3965 by using time-since and float-time.
3966
0ef923dc
PE
3967 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
3968 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
3969 + NNN microseconds".
3970
2f81380d
PE
3971 * type-break.el (type-break-time-sum): Rewrite using time-add.
3972
845b5c3e
PE
3973 * play/hanoi.el (hanoi-current-time-float): Remove.
3974 All uses replaced by float-time.
3975
ee6f1be0
PE
3976 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
3977 This yields a more-accurate answer.
3978 (rng-time-to-float): Remove; no longer needed.
3979
fe955043
PE
3980 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
3981
5777162a
PE
3982 * calendar/timeclock.el (timeclock-seconds-to-time):
3983 Defalias to seconds-to-time, since they're the same thing.
3984
3103f8b6 3985 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 3986 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
3987 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
3988
0e61a35f
SM
39892011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
3990
3991 * window.el (bury-buffer): Don't iconify the only frame.
3992 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
3993 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
3994
ddd63a1e
CY
39952011-07-01 Chong Yidong <cyd@stupidchicken.com>
3996
0e61a35f
SM
3997 * eshell/em-smart.el (eshell-smart-display-navigate-list):
3998 Add mouse-yank-primary.
ddd63a1e 3999
055f4923
TZ
40002011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
4001
4002 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
4003
6a2fb145
SM
40042011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4005
4006 * emacs-lisp/find-func.el (find-library--load-name): New fun.
4007 (find-library-name): Use it to find relative load names when provided
4008 absolute file name (bug#8803).
4009
fd4983f2
LMI
40102011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4011
887d14ad
LMI
4012 * textmodes/flyspell.el (flyspell-word): Consider words that
4013 differ only in case as potential doublons (bug#5687).
4014
c53dc7fc
LMI
4015 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
4016 Remove two rather uninteresting debugging-like messages to make
4017 debbugs.el more silent.
4018
fd4983f2
LMI
4019 * comint.el (comint-password-prompt-regexp): Accept "Response" as
4020 a password-like phrase.
4021
b14c0c55
AM
40222011-06-30 Mastake YAMATO <yamato@redhat.com>
4023
4024 * progmodes/cc-guess.el: New file.
4025
6a2fb145 4026 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
4027
4028 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
4029 derived from `c-basic-common-init'.
4030
4031 * progmodes/cc-mode.el (top-level): Require cc-guess.
4032 (c-basic-common-init): Use `cc-choose-style-for-mode'.
4033
1fa280a3
LM
40342011-06-30 Lawrence Mitchell <wence@gmx.li>
4035
4036 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
4037
e6597158
AM
40382011-06-30 Alan Mackenzie <acm@muc.de>
4039
1fa280a3
LM
4040 * progmodes/cc-engine.el (c-guess-continued-construct):
4041 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
4042 lock is disabled. Name this case as "CASE G".
4043
68ba37fb
KM
40442011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
4045
4046 * allout.el (allout-yank-processing): Fix injection of extra space
4047 between bullet and non-whitespace character in first topic when
4048 pasting, ensuring that the actual spacing in the pasted topic
4049 following the bullet char is preserved. This extra space was
4050 causing pasted encrypted topics to get a decrypted status even
4051 when the content was actually still encrypted. Now the decryption
4052 status from before the paste is preserved.
4053
4054 (allout-flag-region): Set all allout overlays so they evaporate
4055 when reduced to zero length (evanescent), to prevent overlay
4056 leakage.
4057
887a0b34
GM
40582011-06-30 Glenn Morris <rgm@gnu.org>
4059
94b9acce
GM
4060 * w32-fns.el (w32-charset-info-alist): Declare.
4061
1d9b46d4
GM
4062 * find-dired.el (find-grep-options): Simplify.
4063
cc232200
GM
4064 * term/ns-win.el (ns-set-resource): Declare.
4065
28e77c46
GM
4066 * ses.el (row, col): Declare dynamic variables honestly.
4067
887a0b34
GM
4068 * textmodes/reftex-parse.el (index-tags): Declare.
4069
658d8eb8
CY
40702011-06-30 Chong Yidong <cyd@stupidchicken.com>
4071
4072 * cus-edit.el (customize-push-and-save): New function.
4073
4074 * files.el (hack-local-variables-confirm): Use it.
4075
1fa280a3
LM
4076 * custom.el (load-theme): New arg NO-CONFIRM.
4077 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
4078 (custom-enabled-themes): Doc fix.
4079
4080 * cus-theme.el (customize-create-theme)
4081 (custom-theme-merge-theme): Callers to load-theme changed.
4082
bb617717
LMI
40832011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4084
d61bdd5d
LMI
4085 * thingatpt.el (thing-at-point-short-url-regexp): Require that
4086 short URLs have at least one dot in them (bug #7614).
4087
bb617717
LMI
4088 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
4089 nil, because using a pty is apparently too slow (bug #895).
4090
2f31f37a
LMI
40912011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4092
4093 * mail/sendmail.el (sendmail-query-once): New function.
4094 (sendmail-query-once-function): New variable.
4095
3076b24e
GM
40962011-06-29 Glenn Morris <rgm@gnu.org>
4097
faf2a174
GM
4098 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
4099
3076b24e
GM
4100 * ses.el (top-level): Require cl when compiling.
4101 (ses-set-localvars): Fix error statement.
4102 Call it at compile time to silence a storm of warnings.
4103
5386012d
MR
41042011-06-29 Martin Rudalics <rudalics@gmx.at>
4105
4106 * window.el (normalize-live-buffer): Rename to
4107 window-normalize-buffer.
4108 (normalize-live-frame): Rename to window-normalize-frame.
4109 (normalize-any-window): Rename to window-normalize-any-window.
4110 (normalize-live-window): Rename to window-normalize-live-window.
4111 (make-window-atom): Rename to window-make-atom.
4112 (window-resize-reset): Rename to window--resize-reset.
4113 (window-resize-reset-1): Rename to window--resize-reset-1.
4114 (resize-mini-window): Rename to window--resize-mini-window.
4115 (resize-subwindows-skip-p): Rename to
4116 window--resize-subwindows-skip-p.
4117 (resize-subwindows-normal): Rename to
4118 window--resize-subwindows-normal.
4119 (resize-subwindows): Rename to window--resize-subwindows.
4120 (resize-other-windows): Rename to window--resize-siblings.
4121 (resize-this-window): Rename to window--resize-this-window.
4122 (resize-root-window): Rename to window--resize-root-window.
4123 (resize-root-window-vertically): Rename to
4124 window--resize-root-window-vertically.
4125 (normalize-buffer-to-display): Rename to
4126 window-normalize-buffer-to-display.
4127 (normalize-buffer-to-switch-to): Rename to
4128 window-normalize-buffer-to-switch-to.
4129 Correspondingly update all callers of the functions listed
4130 above.
4131 (display-buffer-alist, display-buffer-normalize-arguments)
4132 (display-buffer-normalize-options, display-buffer)
4133 (display-buffer-alist-set): Use "function" instead of
4134 "fun-with-args".
4135
1176868d
CY
41362011-06-28 Chong Yidong <cyd@stupidchicken.com>
4137
4138 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
4139 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
4140 debbugs.gnu.org. Mention acknowledgment email.
4141
20a7a65f
LMI
41422011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4143
4144 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
4145 buffer multibyteness, since it shouldn't matter.
4146
5f45cca5
MR
41472011-06-28 Martin Rudalics <rudalics@gmx.at>
4148
4149 * window.el (display-buffer-in-side-window): Handle dedicated
4150 windows as in display-buffer-reuse-window.
4151 (display-buffer-normalize-alist): Use value of override
4152 specifier.
4153 (display-buffer-normalize-specifiers): Use value of
4154 other-window-means-other-frame specifier.
4155 (display-buffer-alist): Rewrite some texts in widgets.
4156 (display-buffer): Spread arguments when calling function
4157 specified by fun-with-args.
4158
ad85fe1f
DD
41592011-06-28 Deniz Dogan <deniz@dogan.se>
4160
1fa280a3
LM
4161 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4162 Unnest `let'.
da68c4c8 4163
ad85fe1f
DD
4164 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
4165 selectors (Bug#5732).
ec49bd31 4166 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 4167
a08cc025
JA
41682011-06-27 Jari Aalto <jari.aalto@cante.net>
4169
4170 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
4171 (eshell-ls-date-format): New defcustom.
4172 (eshell-ls-file): Use it.
4173
e2b551c5
SM
41742011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * help-fns.el (describe-variable): Fix message for terminal-local vars.
4177
8982b231
KY
41782011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
4179
4180 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
4181 (ange-ftp-make-tmp-name): New arg.
4182 (ange-ftp-file-local-copy): Use it.
4183
36c9fa27
J
41842011-06-27 Jambunathan K <kjambunathan@gmail.com>
4185
4186 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
4187 no-conversion (Bug#8870).
4188
d68443dc
MR
41892011-06-27 Martin Rudalics <rudalics@gmx.at>
4190
4191 * window.el (window-right, window-left, window-child)
4192 (window-child-count, window-last-child)
4193 (window-iso-combination-p, walk-window-tree-1)
4194 (window-atom-check-1, window-tree-1, delete-window)
4195 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
4196 new naming conventions - window-vchild, window-hchild,
4197 window-next and window-prev are now called window-top-child,
4198 window-left-child, window-next-sibling and window-prev-sibling
4199 respectively.
d615d6d2
MR
4200 (resize-window-reset): Rename to window-resize-reset.
4201 (resize-window-reset-1): Rename to window-resize-reset-1.
4202 (resize-window): Rename to window-resize.
4203 (window-min-height, window-min-width)
4204 (resize-mini-window, resize-this-window, resize-root-window)
4205 (resize-root-window-vertically, adjust-window-trailing-edge)
4206 (enlarge-window, shrink-window, maximize-window)
4207 (minimize-window, delete-window, quit-restore-window)
4208 (split-window, balance-windows, balance-windows-area-adjust)
4209 (balance-windows-area, window-state-put-2)
4210 (display-buffer-even-window-sizes, display-buffer-set-height)
4211 (display-buffer-set-width, set-window-text-height)
4212 (fit-window-to-buffer): Rename all "resize-window" prefixed
4213 calls to use the "window-resize" prefix convention.
4214 (display-buffer-alist): Fix symbol for label specifier.
4215 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
4216 corresponding specifier.
4217 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 4218
b6458526
VB
42192011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
4220
4221 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
4222 convention.
4223 (ses-call-printer): Does not pass an empty string to formatter when the
4224 cell is empty to keep from barking printer Calc math-format-value.
4225
d31fd9ac
RS
42262011-06-27 Richard Stallman <rms@gnu.org>
4227
43d5bf84
RS
4228 * battery.el (battery-mode-line-limit): New variable.
4229 (battery-update): Handle it.
4230
d31fd9ac
RS
4231 * mail/rmailmm.el (rmail-mime-process-multipart):
4232 Handle truncated messages.
4233
819a6054
GM
42342011-06-27 Glenn Morris <rgm@gnu.org>
4235
4236 * progmodes/flymake.el (flymake-err-line-patterns):
4237 Allow for column numbers in the ant/javac pattern. (Bug#8866)
4238
cedc73f2
VB
42392011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
4240
819a6054 4241 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
4242 (ses--clean-!, ses--clean-_): New functions.
4243 (ses-range): Add configurability of readout order, and conversion
4244 to Calc vector.
4245
5e5d49b6
VB
4246 * ses.el (ses-repair-cell-reference-all): New function.
4247 (ses-cell-symbol): Set macro as safe, so that it can be used in
4248 formulas.
4249
56e6cc31 4250 * ses.el: Update cycle detection algorithm.
90ca8b49 4251 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 4252 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
4253 (ses-set-localvars): New function.
4254 (ses-make-cell): Add property-list as a cell element.
4255 (ses-cell-property-get-fun, ses-cell-property-get)
4256 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
4257 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
4258 New functions.
90ca8b49
VB
4259 (ses-cell-property-set, ses-cell-property-pop)
4260 (ses-cell-property-get-handle): New macro.
4261 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
4262 New aliases, used for code readability.
4263 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
4264 cycle detection.
4265 (ses-self-reference-early-detection): New defcustom.
4266 (ses-formula-references): Robustify against self-refering cells.
4267 (ses-mode): Use ses-set-localvars.
4268 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
4269 before lauching the update processing.
4270 (ses-initialize-Dijkstra-attempt): New function.
4271 (ses-recalculate-cell): Update for cycle detection based on
4272 Dijkstra algorithm.
4273
2bb63e81
VB
4274 * ses.el: Fix commenting and indenting convention.
4275
c9d29fb8
SM
42762011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * bs.el (bs-cycle-next): Complete last change.
4279
d8e4b68b
JB
42802011-06-27 Drew Adams <drew.adams@oracle.com>
4281
4282 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
4283
40098786
LMI
42842011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4285
c9d29fb8
SM
4286 * net/network-stream.el (network-stream-open-starttls):
4287 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
4288 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
4289
40098786
LMI
4290 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
4291 to binary to possibly avoid line encoding issues on Windows (among
4292 other things).
4293
468d09d4
LMI
42942011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4295
4296 * net/network-stream.el (open-network-stream): Return an :error
4297 saying what the problem was, if possible.
4298
4299 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
4300 server.
4301
4302 * net/network-stream.el (network-stream-open-starttls): If we
4303 wanted to use STARTTLS, and the server offered it, but we weren't
4304 able to because we had no STARTTLS support, then close the connection.
4305 (open-network-stream): Return an :error element, if present.
4306
16f07dd7
CY
43072011-06-26 Chong Yidong <cyd@stupidchicken.com>
4308
88821ca0
CY
4309 * hl-line.el (hl-line-sticky-flag): Doc fix.
4310 (global-hl-line-sticky-flag): New option (Bug#8323).
4311 (global-hl-line-highlight): Obey it.
4312
16f07dd7
CY
4313 * vc/vc.el (vc-revert-show-diff): Default to t.
4314
6b5ccddf
KM
43152011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
4316
c9d29fb8
SM
4317 * allout-widgets.el (allout-widgets-post-command-business):
4318 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
4319 undecorated when an isearch is continued past, and isearch
4320 automatically collapses them. This leads to "widget leaks", where
4321 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
4322 hidden widgets can slow down cursor travel, substantially.
4323 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
4324 so we're doing without this nicety.
4325
4326 (allout-widgets-tally-string): Don't try to do a hash-table-count
4327 of allout-widgets-tally when it's nil. This eliminates spurious "Error
4328 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
4329 *Messages* when allout-widgets-maintain-tally is t.
4330
355f2e07
MR
43312011-06-26 Martin Rudalics <rudalics@gmx.at>
4332
4333 * window.el (display-buffer-normalize-argument): Rename to
4334 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
4335 LABEL argument. Respect special-display-function when popping up
4336 a new frame. Fix code searching for a window showing the buffer
4337 on another frame.
c9d29fb8
SM
4338 (display-buffer-normalize-specifiers):
4339 Call display-buffer-normalize-arguments.
355f2e07
MR
4340 (display-buffer-in-window): Don't undedicate the window if its
4341 buffer remains the same.
4342 Reported by Drew Adams <drew.adams@oracle.com>.
4343 (display-buffer-alist): Add choice for same-window macro
4344 specfier.
4345 (display-buffer): Mention special meaning of LABEL argument in
4346 doc-string. Fix quoting. Don't pop up a new frame even as
4347 fallback.
4348
7ca8fc42
JB
43492011-06-26 Juanma Barranquero <lekktu@gmail.com>
4350
4351 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
4352 avoid deleting the current window in some cases (bug#8911).
4353
bc312254
AS
43542011-06-26 Andreas Schwab <schwab@linux-m68k.org>
4355
4356 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
4357 (Bug#8934)
4358
2db18f3f
LMI
43592011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4360
c9d29fb8
SM
4361 * net/network-stream.el (network-stream-open-starttls):
4362 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
4363 (network-stream-open-tls): Ditto.
4364
6302e0d3
LL
43652011-06-26 Leo Liu <sdl.web@gmail.com>
4366
4367 * register.el (registerv): New struct.
4368 (registerv-make): New function.
c9d29fb8
SM
4369 (jump-to-register, describe-register-1, insert-register):
4370 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
4371 struct. (Bug#8415)
4372
5fdd4046
CY
43732011-06-26 Chong Yidong <cyd@stupidchicken.com>
4374
2afef60a
CY
4375 * vc/vc.el (vc-revert-show-diff): New defcustom.
4376 (vc-diff-internal): New arg specifying diff buffer.
4377 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
4378 reuse an existing *vc-diff* buffer (Bug#8927).
4379
5fdd4046
CY
4380 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
4381
e93db24a
GM
43822011-06-26 Glenn Morris <rgm@gnu.org>
4383
4384 * progmodes/f90.el (f90-critical-indent): New option.
4385 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
4386 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
4387 (f90-mode): Doc fix.
4388 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
4389 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
4390 (f90-beginning-of-block, f90-next-block, f90-indent-region)
4391 (f90-match-end): Handle block, critical.
4392
eefff499
GM
43932011-06-25 Glenn Morris <rgm@gnu.org>
4394
f6ba4cc9
GM
4395 * calendar/diary-lib.el (diary-included-files): Doc fix.
4396 (diary-include-files): New function, extracted from
4397 diary-include-other-diary-files and diary-mark-included-diary-files.
4398 (diary-include-other-diary-files, diary-mark-included-diary-files):
4399 Just call diary-include-files.
4400 (diary-mark-entries): Reset diary-included-files on first call.
4401
16712304
GM
4402 * calendar/diary-lib.el (diary-mark-entries)
4403 (diary-mark-included-diary-files):
4404 Visit included diary-files in temp buffers.
4405
5d8e0d43
GM
4406 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
4407 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
4408 (f90-start-block-re, f90-imenu-generic-expression)
4409 (f90-looking-at-program-block-start, f90-no-block-limit):
4410 Add support for submodules.
4411
ccf7a5d5
GM
4412 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
4413 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 4414
11fdef7d 44152011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
4416
4417 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
4418 buffer-file-type before setting its value, to avoid disastrous
eefff499 4419 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 4420
74f53697
JB
44212011-06-25 Juanma Barranquero <lekktu@gmail.com>
4422
4423 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
4424
4425 * ses.el (ses-unload-function):
4426 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
4427
4428 * proced.el (proced-unload-function):
4429 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
4430
18a4ce5e
AR
44312011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
4432
4433 * server.el (server-create-window-system-frame): Add parameters arg.
4434 (server-process-filter): Doc fix. Handle frame-parameters.
4435
519d22cc
JB
44362011-06-25 Juanma Barranquero <lekktu@gmail.com>
4437
4438 Fix bug#8730, bug#8781.
4439
4440 * loadhist.el (unload--set-major-mode): New function.
4441 (unload-feature): Use it.
4442
4443 * progmodes/python.el (python-after-info-look): Add autoload cookie.
4444 (python-unload-function): New function.
4445
c206f5b0
SM
44462011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4447
4448 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
4449
f9ad64f3
GS
44502011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
4451
4452 * net/browse-url.el (browse-url-firefox-program): Add icecat to
4453 the candidates list.
4454
7d0da90e
JB
44552011-06-24 Juanma Barranquero <lekktu@gmail.com>
4456
4457 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
4458
14b4e83d
RS
44592011-06-23 Richard Stallman <rms@gnu.org>
4460
4461 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
4462 (rmail-variables): Set next-error-move-function.
4463 (rmail-what-message): Take argument POS.
4464 (rmail-next-error-move): New function.
4465
273d2baf
SM
44662011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4467
4468 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
4469 messages for adjacent non-terminals.
4470
56c2cc9a
RS
44712011-06-23 Richard Stallman <rms@gnu.org>
4472
4473 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 4474 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
4475 (rmail-start-mail): Don't specify use of rmail-mail-return;
4476 that's done by mail-bury now.
4477 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 4478
d59eb518
MA
44792011-06-23 Michael Albinus <michael.albinus@gmx.de>
4480
4481 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
4482 SIZE is a number.
4483
02cfc6d6
MR
44842011-06-23 Martin Rudalics <rudalics@gmx.at>
4485
4486 * window.el (get-lru-window, get-mru-window)
4487 (get-largest-window): Never return a minibuffer window.
4488 (display-buffer-pop-up-window): Fix a bug that could lead to
4489 reusing the minibuffer window.
4490 (display-buffer): Pass original specifier argument to
4491 display-buffer-function instead of the normalized one.
4492 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4493
4e323265
LL
44942011-06-22 Leo Liu <sdl.web@gmail.com>
4495
4496 * minibuffer.el (completing-read-function)
4497 (completing-read-default): Move from minibuf.c
4498
7a70468f
RS
44992011-06-22 Richard Stallman <rms@gnu.org>
4500
50718fc2
RS
4501 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
4502 to Rmail even if not started by a special Rmail command.
4503
7a70468f
RS
4504 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4505 Copy the buffer currently showing just one message.
4506
297dde5a
RW
45072011-06-22 Roland Winkler <winkler@gnu.org>
4508
4509 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
4510 (bibtex-clean-entry): First delete the old key so that a
4511 customized algorithm for generating the new key does not get
4512 confused by the old key.
4513 (bibtex-url): Obey regexp of first step.
4514 (bibtex-search-entries): Do not use add-to-list with local
4515 list-var.
4516
97bb1093
LMI
45172011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4518
4519 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
4520 stored a user name, then query for the password first, instead of
4521 waiting for SMTP to give an error message and the trying again.
4522
1c0f1a19
JD
45232011-06-22 Lawrence Mitchell <wence@gmx.li>
4524
4525 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
4526 BUFFER in call-process.
4527
396f7c9d
LMI
45282011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4529
4530 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
4531 QUIT twice.
ddb7ffee
LMI
4532 (smtpmail-try-auth-methods): Require user name and password from
4533 auth-source.
396f7c9d 4534
8998d1b3
MR
45352011-06-22 Martin Rudalics <rudalics@gmx.at>
4536
4537 * window.el (display-buffer-default-specifiers)
4538 (display-buffer-alist): Remove entries for pop-up-frame-alist.
4539 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 4540 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
4541
4542 * frame.el (pop-up-frame-alist, pop-up-frame-function)
4543 (special-display-frame-alist, special-display-popup-frame):
4544 Remove duplicate declarations. These are now in window.el.
4545
4ea31e07
LMI
45462011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4547
c9d29fb8
SM
4548 * mail/smtpmail.el (smtpmail-via-smtp):
4549 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
4550 server supports it. SMTP servers that support STARTTLS commonly
4551 require it.
4552
4553 * net/network-stream.el (network-stream-open-starttls): Support
4554 upgrading to STARTTLS always, even if we don't have built-in support.
4555 (open-network-stream): Add the :always-query-capabilies keyword.
4556
95f41d9a
LMI
4557 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
4558 upgrades with `open-network-stream', and rely solely on
4559 auth-source for all credentials. Big changes throughout the file,
4560 but in particular:
c9d29fb8
SM
4561 (smtpmail-auth-credentials): Remove.
4562 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
4563 (smtpmail-via-smtp): Check for servers saying they want AUTH after
4564 MAIL FROM, too.
95f41d9a 4565
c9d29fb8
SM
4566 * net/network-stream.el (network-stream-open-starttls):
4567 Provide support for client certificates both for external and built-in
4ea31e07
LMI
4568 STARTTLS.
4569 (auth-source): Require.
4570 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
4571 (network-stream-certificate): Change cert-cert to cert and
4572 cert-key to key.
4ea31e07 4573
065ec2c7
MA
45742011-06-21 Michael Albinus <michael.albinus@gmx.de>
4575
4576 * net/tramp-cache.el (top): Don't load the persistency file when
4577 "emacs -Q" has been called.
4578
cd93b359
DR
45792011-06-21 Tim Harper <timcharper@gmail.com>
4580
d8e4b68b
JB
4581 * term/ns-win.el (ns-initialize-window-system):
4582 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
4583 resource to NO as it is not yet supported by the NS port.
4584
ae9c0411
JB
45852011-06-21 Juanma Barranquero <lekktu@gmail.com>
4586
4587 * misc.el (list-dynamic-libraries--refresh): Compute header here...
4588 (list-dynamic-libraries): ...not here.
4589
7f3f739f
LL
45902011-06-21 Leo Liu <sdl.web@gmail.com>
4591
4592 * subr.el (sha1): Implement sha1 using secure-hash.
4593
327c8fb1
MR
45942011-06-21 Martin Rudalics <rudalics@gmx.at>
4595
4596 * window.el (display-buffer-alist): In default value do not
4597 enforce searching a window on any but the selected frame.
4598 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4599 (display-buffer-select-window): Remove function.
4600 (display-buffer-in-window): When a window on another frame gets
4601 reused, do not select it any more but just raise its frame if
4602 necessary (Bug#8851) and (Bug#8856).
4603 (display-buffer-normalize-options): Handle pop-up-frames related
4604 options more faithfully.
4605 (pop-to-buffer): Don't rely on `display-buffer' selecting the
4606 window if it is on another frame.
c9d29fb8
SM
4607 (display-buffer-alist, display-buffer-default-specifiers):
4608 Don't make new frame unsplittable by default.
9e9de014
MR
4609 (display-buffer-normalize-argument): Fix doc-string typo and use
4610 'same-frame-other-window instead of 'other-window when associating
4611 with display-buffer-macro-specifiers.
327c8fb1 4612
7cf3f556
VB
46132011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
4614
4615 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
4616 New functions.
4617 (5x5-mode-map, 5x5-mode-menu): Bind them.
4618 (5x5-draw-grid): Tweak the solver's rendering.
4619
60a406cf
SM
46202011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
4623 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
4624
d8e4b68b 46252011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
4626
4627 * menu-bar.el: Use function variable instead of switch-to-buffer.
4628 (menu-bar-select-buffer-function): New variable.
60a406cf 4629 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 4630
478d6f95
SM
46312011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
4634 variable's status.
4635
ca530739
JD
46362011-06-20 Jan Djärv <jan.h.d@swipnet.se>
4637
4638 * x-dnd.el (x-dnd-version-from-flags)
4639 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
4640 and long as number (Bug#8899).
4641 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
4642
bcd70d97
SM
46432011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4644
60a406cf 4645 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
4646 (completion-try-completion, completion-all-completions): Compute the
4647 metadata argument if it's missing; make it optional (bug#8795).
4648
60a406cf 4649 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
4650 (widget-complete): Use new :completion-function property.
4651 (widget-completions-at-point): New function.
4652 (default): Use :completion-function instead of :complete.
60a406cf
SM
4653 (widget-default-completions): Rename from widget-default-complete;
4654 Rewrite.
bcd70d97
SM
4655 (widget-string-complete, widget-file-complete, widget-color-complete):
4656 Remove functions.
4657 (file, symbol, function, variable, coding-system, color):
4658 * international/mule-cmds.el (default-input-method, charset)
4659 (language-info-custom-alist):
4660 * cus-edit.el (face): Use new property :completions.
4661
4662 * progmodes/pascal.el (pascal-completions-at-point): New function.
4663 (pascal-mode): Use it.
4664 (pascal-mode-map): Use completion-at-point.
4665 (pascal-toggle-completions): Make obsolete.
4666 (pascal-complete-word, pascal-show-completions):
4667 * progmodes/octave-mod.el (octave-complete-symbol):
4668 Redefine as obsolete alias.
4669 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
4670 Signal absence of completion info for old Octave,
4671 (inferior-octave-complete): Redefine as obsolete alias.
4672 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
4673 (meta-completions-at-point): Rename from meta-complete-symbol and
4674 adapt it for use on completion-at-point-functions.
4675 (meta-common-mode): Use it.
4676 (meta-looking-at-backward, meta-match-buffer): Remove.
4677 (meta-complete-symbol): Redefine as obsolete alias.
4678 (meta-common-mode-map): Use completion-at-point.
4679 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
4680 (makefile-mode-map): Use completion-at-point.
4681 (makefile-completions-at-point): Rename from makefile-complete and
4682 adapt it for use on completion-at-point-functions.
4683 (makefile-mode): Use it.
4684 (makefile-complete): Redefine as obsolete alias.
4685
aebf69c8
DD
46862011-06-20 Deniz Dogan <deniz@dogan.se>
4687
4688 * net/rcirc.el: Delete trailing whitespaces once and for all.
4689
bfbbb27d
DC
46902011-06-20 Daniel Colascione <dan.colascione@gmail.com>
4691
4692 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
4693
d264a46b
CY
46942011-06-19 Chong Yidong <cyd@stupidchicken.com>
4695
4ca009e5
CY
4696 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
4697
d264a46b
CY
4698 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
4699
fbf5b3ce
MR
47002011-06-19 Martin Rudalics <rudalics@gmx.at>
4701
4702 * window.el (display-buffer-other-window-means-other-frame):
4703 Call display-buffer-normalize-alist.
4704 (display-buffer-normalize-specifiers-1): Rename to
4705 display-buffer-normalize-argument. New argument other-frame.
4706 Rewrite.
4707 (display-buffer-normalize-specifiers-2): Rename to
4708 display-buffer-normalize-options.
4709 (display-buffer-normalize-alist-1): New function.
4710 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
4711 display-buffer-normalize-alist.
4712 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
4713 (display-buffer-normalize-options-inhibit): New variable.
4714 (display-buffer-normalize-specifiers): Rewrite calling
4715 display-buffer-normalize-alist,
4716 display-buffer-normalize-argument, and
4717 display-buffer-normalize-options. Don't call the latter if
4718 display-buffer-normalize-options-inhibit is non-nil.
4719 (frame-auto-delete): New option.
4720 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
4721 (window-list-no-nils, window-state-ignored-parameters)
4722 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
4723 (window-state-put-1, window-state-put-2, window-state-put):
4724 New functions.
9a028c23
MR
4725 (display-buffer-normalize-options): Move special-display-p group
4726 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 4727
6d10d800
CY
47282011-06-18 Chong Yidong <cyd@stupidchicken.com>
4729
6420d28b
CY
4730 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
4731 groups (Bug#8776).
4732 (rx-submatch-n): New function.
4733 (rx): Document it.
4734
ddb8b596
CY
4735 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
4736 (Bug#8768).
4737
4738 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
4739
77080289
CY
4740 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
4741
61dfb316
CY
4742 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
4743 anytime existing face settings are present (Bug#8889).
4744
6d10d800
CY
4745 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
4746 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
4747 Remove unused argument.
4748
be3fb2b8
MR
47492011-06-18 Martin Rudalics <rudalics@gmx.at>
4750
bcd70d97
SM
4751 * window.el (display-buffer-default-specifiers):
4752 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
4753 pop-up-window-min-width, and another reuse-window specifier
4754 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
4755 (display-buffer-normalize-specifiers-2):
4756 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
4757 pop-up-windows is unset. Add a reuse-window specifier for the
4758 case popping up a new window fails.
4759 (special-display-popup-frame): Remove double quoting.
28dec25a 4760 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 4761
1c6d8c76
SM
47622011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4763
4764 * shell.el (shell-completion-vars): Set pcomplete-termination-string
4765 according to comint-completion-addsuffix.
4766
4767 * pcomplete.el: Convert to lexical binding and fix bug#8819.
4768 (pcomplete-suffix-list): Mark as obsolete.
4769 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
4770 pcomplete-seen in the closure.
4771 (pcomplete-comint-setup): Setup completion-at-point as well.
4772 (pcomplete--entries): New function.
4773 (pcomplete--env-regexp): New var.
4774 (pcomplete-entries): Rewrite to work with partial-completion and
4775 without relying on pcomplete-suffix-list.
4776 (pcomplete-pare-list): Remove, unused.
4777
25aef8b8
MR
47782011-06-17 Martin Rudalics <rudalics@gmx.at>
4779
4780 * window.el (display-buffer-alist): Set pop-up-window-min-height
4781 and pop-up-window-min-width in default value. Reported by
4782 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
4783 other-window-means-other-frame.
4784 (display-buffer-macro-specifiers): Comment out entry for
4785 other-window specifier.
4786 (display-buffer-other-window-means-other-frame): New function.
4787 (display-buffer-normalize-specifiers-1): New arguments
4788 buffer-name and label. Treat other-window case specially.
4789 (display-buffer-normalize-specifiers-2): Treat other-window case
4790 specially.
4791 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
4792 (display-buffer-normalize-specifiers):
4793 Call display-buffer-normalize-specifiers-3.
25aef8b8 4794
dbad4f69
MR
47952011-06-17 Martin Rudalics <rudalics@gmx.at>
4796
4797 * window.el (same-window-p): Fix two typos introduced when
4798 adding with-no-warnings.
d1067961
MR
4799 (display-buffer-normalize-specifiers-1): Don't check
4800 pop-up-frames for 'unset initialization.
4801 (display-buffer-normalize-specifiers-2): Major rewrite using
4802 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
4803 (pop-up-frames, display-buffer-reuse-frames)
4804 (display-buffer-mark-dedicated): Don't initialize to 'unset.
4805 Suggested by David Engster <deng@randomsample.de>.
4806 (even-window-heights): Initialize to 'unset.
4807 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
4808 (display-buffer-macro-specifiers): Don't pop up a new frame in the
4809 other window case.
dbad4f69 4810
9b9c9e3a
MR
48112011-06-16 Martin Rudalics <rudalics@gmx.at>
4812
bcd70d97
SM
4813 * window.el (display-buffer-normalize-specifiers-1):
4814 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 4815 second argument of display-buffer (Bug#8865).
981d5c09
MR
4816 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
4817 (switch-to-buffer-other-window-same-frame)
4818 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
4819 Adams (Bug#8875).
9c2755e9
MR
4820 (display-buffer): Don't check noninteractive when calling
4821 display-buffer-pop-up-frame.
4822 (display-buffer-pop-up-frame): Never pop up a frame in
4823 noninteractive mode (Bug#8857).
67222e1d
MR
4824 (enlarge-window, shrink-window): Don't report an error when the
4825 window can't be resized as requested (Bug#8862).
9b9c9e3a 4826
2b75be67
SM
48272011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4828
9ffdd3ba
SM
4829 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
4830
cb581a67
SM
4831 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
4832
2b75be67
SM
4833 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
4834
8c0e3589
AM
48352011-06-15 Alan Mackenzie <acm@muc.de>
4836
cb581a67
SM
4837 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
4838 for declarators, disable knr checking to speed up for normal files.
4839 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 4840
b96e6cde
LMI
48412011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4842
4bba86e6
LMI
4843 * net/network-stream.el (open-network-stream): Add the keyword
4844 :always-query-capabilities for the case where you want to force a
4845 `plain' network connection, but the protocol still requires the
4846 capabilitiy command (i.e., SMTP and EHLO).
4847
2b75be67 4848 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
4849 consistency with other `-live-p' functions.
4850
efdcdbf8
SM
48512011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4852
4853 * window.el (same-window-buffer-names, same-window-regexps)
4854 (special-display-frame-alist, special-display-popup-frame)
4855 (special-display-function, special-display-buffer-names)
4856 (special-display-regexps, pop-up-frame-alist)
4857 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
4858 (pop-up-windows, split-window-preferred-function)
4859 (split-height-threshold, split-width-threshold, even-window-heights)
4860 (display-buffer-mark-dedicated): Don't encourage the use of
4861 display-buffer-alist from Elisp code.
4862
c5cde042
DN
48632011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
4864
4865 * progmodes/python.el (python-mode): Derive from prog-mode.
4866 * progmodes/ps-mode.el (ps-mode):
4867 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 4868 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
4869 * progmodes/ld-script.el (ld-script-mode): Likewise.
4870
baa1c9ab
MR
48712011-06-15 Martin Rudalics <rudalics@gmx.at>
4872
4873 * window.el (display-buffer-alist): Trim default value to avoid
4874 popping up a new frame (Bug#8857) or reusing an arbitrary window
4875 on another frame.
4876 (display-buffer): Do not fall back on popping up a new frame in
4877 batch mode (Bug#8857).
4878
c5dd5a51
CY
48792011-06-14 Chong Yidong <cyd@stupidchicken.com>
4880
4881 * cus-theme.el (describe-theme-1): Use custom-theme-p.
4882 (custom-theme-summary): New function.
4883 (customize-themes): Use it.
4884
d647b7c4
GM
48852011-06-13 Glenn Morris <rgm@gnu.org>
4886
4887 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
4888
9481c002
MR
48892011-06-13 Martin Rudalics <rudalics@gmx.at>
4890
357f93d2
MR
4891 * help.el (help-window): Remove variable.
4892 (help-window-point-marker, temp-buffer-max-height)
4893 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
4894 (help-print-return-message): Don't set help-window.
4895 (resize-temp-buffer-window): Rewrite cod eand doc-string.
4896 (help-window-setup-finish): Remove.
4897 (help-window-display-message, help-window-setup)
4898 (with-help-window): Major rewrite based on new
4899 display-buffer-window variable.
4900
4901 * help-mode.el (help-mode-finish): Remove help-window related
4902 code.
4903
4904 * view.el (view-exits-all-viewing-windows): Remove reference to
4905 view-return-to-alist in doc-string.
4906 (view-return-to-alist): Make obsolete.
4907 (view-buffer): Call pop-to-buffer-same-window and remove
4908 undo-window code.
4909 (view-buffer-other-window): Call pop-to-buffer-other-window and
4910 simplify code. Ignore second argument.
4911 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
4912 simplify code. Ignore second argument.
4913 (view-return-to-alist-update): Make obsolete.
4914 (view-mode-enter): Rename second argument to QUIT-RESTORE.
4915 Rewrite using quit-restore window parameters.
2b75be67
SM
4916 (view-mode-exit): Rename second argument to EXIT-ONLY.
4917 Rewrite using quit-restore-window.
357f93d2
MR
4918 (View-exit, View-exit-and-edit, View-leave, View-quit)
4919 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
4920 appropriate arguments.
4921 (view-end-message): Use quit-restore window parameter.
4922
9481c002
MR
4923 * window.el (display-buffer-function): Rewrite doc-string.
4924 (display-buffer-window, display-buffer-alist): New variables.
4925 (display-buffer-split-specifiers)
4926 (display-buffer-side-specifiers)
4927 (display-buffer-macro-specifiers): New constants.
4928 (display-buffer-even-window-sizes, display-buffer-set-height)
4929 (display-buffer-set-width, display-buffer-select-window)
4930 (display-buffer-in-window, display-buffer-reuse-window)
4931 (display-buffer-split-window-1, display-buffer-split-window)
4932 (display-buffer-split-atom-window, display-buffer-pop-up-window)
4933 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
4934 (display-buffer-in-side-window, normalize-buffer-to-display)
4935 (display-buffer-normalize-specifiers-1)
4936 (display-buffer-normalize-specifiers-2)
2b75be67
SM
4937 (display-buffer-normalize-specifiers, display-buffer-frame):
4938 New functions.
9481c002
MR
4939 (display-buffer): Major rewrite.
4940 (display-buffer-other-window, display-buffer-other-frame)
4941 (pop-to-buffer, switch-to-buffer-other-window)
4942 (switch-to-buffer-other-frame): Rewrite.
4943 (display-buffer-same-window, display-buffer-same-frame)
4944 (display-buffer-same-frame-other-window)
4945 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4946 (pop-to-buffer-other-window)
4947 (pop-to-buffer-same-frame-other-window)
4948 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
4949 (switch-to-buffer-other-window-same-frame): New functions.
4950 (same-window-p, special-display-p): Rewrite disabling warnings.
4951 Make obsolete.
4952 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4953 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
4954 Make obsolete
4955 (same-window-buffer-names, same-window-regexps)
4956 (special-display-frame-alist, special-display-popup-frame)
4957 (special-display-function, special-display-buffer-names)
4958 (special-display-regexps, pop-up-frame-alist)
4959 (pop-up-frame-function, split-window-preferred-function)
4960 (split-height-threshold, split-width-threshold)
4961 (even-window-heights): Make obsolete.
4962
9db51aca
GM
49632011-06-12 Glenn Morris <rgm@gnu.org>
4964
4965 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 4966 Misc simplifications.
9db51aca 4967
39cffb44
MR
49682011-06-12 Martin Rudalics <rudalics@gmx.at>
4969
4970 * window.el (window-safely-shrinkable-p): Restore function which
4971 was inadvertently removed in change from 2011-06-11. Declare as
4972 obsolete.
4973
2b75be67
SM
4974 * calendar/calendar.el (calendar-generate-window):
4975 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
4976 window-safely-shrinkable-p.
4977
a8955be7
GM
49782011-06-12 Glenn Morris <rgm@gnu.org>
4979
4980 * progmodes/fortran.el (fortran-mode-syntax-table):
4981 * progmodes/f90.el (f90-mode-syntax-table):
4982 Set % to punctuation. (Bug#8820)
4983 (f90-find-tag-default): Remove, no longer needed.
4984
f0d4059d
DC
49852011-06-12 Daniel Colascione <dan.colascione@gmail.com>
4986
4987 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
4988
1100a63c
CY
49892011-06-11 Chong Yidong <cyd@stupidchicken.com>
4990
4991 * image.el (image-animated-p): Return animation delay in seconds.
4992 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
4993 (image-animate-timeout): Remove DELAY argument. Don't assume
4994 every subimage has the same delay; get it from image-animated-p.
4995 (image-animate): Caller changed.
4996
def722bf
MA
49972011-06-11 Michael Albinus <michael.albinus@gmx.de>
4998
4999 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
5000 to ignored backtrace functions.
5001
0a2bb1a9
GM
50022011-06-11 Glenn Morris <rgm@gnu.org>
5003
5004 * calendar/appt.el (appt-disp-window-function): Doc fix.
5005 (appt-check): Handle overlapping appointments. (Bug#8337)
5006
6198ccd0
MR
50072011-06-11 Martin Rudalics <rudalics@gmx.at>
5008
5009 * window.el (window-tree-1, window-tree): New functions, moving
5010 the latter to window.el.
5011 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5012 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5013 (bw-refresh-edges): Remove.
5014 (balance-windows-1, balance-windows-2): New functions.
5015 (balance-windows): Rewrite in terms of window tree functions,
5016 balance-windows-1 and balance-windows-2.
5017 (bw-adjust-window): Remove.
5018 (balance-windows-area-adjust): New function with functionality of
5019 bw-adjust-window but using resize-window.
2b75be67
SM
5020 (set-window-text-height): Rewrite doc-string.
5021 Use normalize-live-window and resize-window.
5022 (enlarge-window-horizontally, shrink-window-horizontally):
5023 Rename argument to DELTA.
6198ccd0
MR
5024 (window-buffer-height): New function.
5025 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
5026 Rewrite using new window resize routines.
2b75be67
SM
5027 (kill-buffer-and-window, mouse-autoselect-window-select):
5028 Use ignore-errors instead of condition-case.
6198ccd0
MR
5029 (quit-window): Call delete-frame instead of delete-windows-on
5030 for the only buffer on frame.
5031
9397e56f
MR
50322011-06-10 Martin Rudalics <rudalics@gmx.at>
5033
5034 * loadup.el (top-level): Load window before files for the sake
5035 of replace-buffer-in-windows.
5036
5037 * files.el (read-buffer-to-switch)
5038 (switch-to-buffer-other-window)
2b75be67
SM
5039 (switch-to-buffer-other-frame, display-buffer-other-frame):
5040 Move to window.el.
9397e56f
MR
5041
5042 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
5043 (previous-buffer): Move to window.el.
5044
5045 * bindings.el (unbury-buffer): Move to window.el.
5046
5047 * window.el (delete-other-windows-vertically): Move after
5048 definition of delete-other-windows.
5049 (other-window, delete-windows-on, replace-buffer-in-windows):
5050 Move here from window.c.
5051 (record-window-buffer, unrecord-window-buffer)
5052 (set-window-buffer-start-and-point, switch-to-prev-buffer)
5053 (switch-to-next-buffer): New functions.
5054 (get-next-valid-buffer, last-buffer, next-buffer): Move here
5055 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
5056 (previous-buffer): Move here from simple.el.
5057 Call switch-to-prev-buffer.
9397e56f
MR
5058 (bury-buffer): Move here from buffer.c. Switch to previous
5059 buffer when window cannot be deleted.
5060 (unbury-buffer): Move here from bindings.el.
5061 (ctl-x-map): Move binding for other-window from window.c to
5062 here.
5063 (read-buffer-to-switch, switch-to-buffer-other-window)
5064 (switch-to-buffer-other-frame): Move here from files.el.
5065 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
5066 (switch-to-buffer): Move here from buffer.c.
5067 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 5068
562dd5e9
MR
50692011-06-10 Martin Rudalics <rudalics@gmx.at>
5070
5071 * window.el (window-min-height, window-min-width): Move here
5072 from window.c. Add defcustoms and rewrite doc-strings.
5073 (resize-mini-window, resize-window): New functions.
5074 (adjust-window-trailing-edge, enlarge-window, shrink-window):
5075 Move here from window.c.
5076 (maximize-window, minimize-window): New functions.
5077 (delete-window, delete-other-windows, split-window): Move here
5078 from window.c.
5079 (window-split-min-size): New function.
5080 (split-window-keep-point): Mention split-window-above-each-other
5081 instead of split-window-vertically.
2b75be67
SM
5082 (split-window-above-each-other, split-window-vertically):
5083 Rename split-window-vertically to split-window-above-each-other and
562dd5e9
MR
5084 provide defalias for old definition.
5085 (split-window-side-by-side, split-window-horizontally): Rename
5086 split-window-horizontally to split-window-side-by-side and provide
5087 defalias for the old definition.
5088 (ctl-x-map): Move bindings for delete-window,
5089 delete-other-windows and enlarge-window here from window.c.
5090 Replace bindings for split-window-vertically and
5091 split-window-horizontally by bindings for
5092 split-window-above-each-other and split-window-side-by-side.
5093
5094 * cus-start.el (all): Remove entries for window-min-height and
5095 window-min-width. Add entries for window-splits and
5096 window-nest.
5097
f0da764a
GM
50982011-06-09 Glenn Morris <rgm@gnu.org>
5099
80675c21
GM
5100 * calendar/appt.el (appt-mode-line): New function.
5101 (appt-check, appt-disp-window): Use it.
5102
f0da764a
GM
5103 * files.el (hack-one-local-variable-eval-safep):
5104 Allow minor-modes with explicit +/-1 arguments.
5105
59f623b7
TZ
51062011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
5107
5108 * term/xterm.el (xterm): Add defgroup.
5109 (xterm-extra-capabilities): Add defcustom to supply known xterm
5110 capabilities, skip querying them, or query them (default).
5111 (terminal-init-xterm): Use it.
5112 (terminal-init-xterm-modify-other-keys): New function to set up
5113 modifyOtherKeys support to simplify `terminal-init-xterm'.
5114
9aab8e0d
MR
51152011-06-09 Martin Rudalics <rudalics@gmx.at>
5116
5117 * window.el (resize-window-reset, resize-window-reset-1)
5118 (resize-subwindows-skip-p, resize-subwindows-normal)
5119 (resize-subwindows, resize-other-windows, resize-this-window)
5120 (resize-root-window, resize-root-window-vertically)
5121 (window-deletable-p, window-or-subwindow-p)
5122 (frame-root-window-p): New functions.
5123
e8b08aee
GM
51242011-06-09 Glenn Morris <rgm@gnu.org>
5125
5126 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
5127 (ange-ftp-get-files): Use it.
5128
254c37a5
AK
51292011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5130
5131 * mail/sendmail.el (mail-recover-1, mail-recover):
5132 * files.el (recover-file, recover-session):
5133 Handle dired-listing-switches not being just a single short option.
5134
35d7dbd3
GM
51352011-06-09 Glenn Morris <rgm@gnu.org>
5136
5137 * calendar/appt.el (appt-display-message, appt-disp-window):
5138 Handle lists of appointments.
5139
387522b2
MR
51402011-06-08 Martin Rudalics <rudalics@gmx.at>
5141
2b75be67
SM
5142 * window.el (one-window-p): Move down in code.
5143 Rewrite doc-string.
5144 (window-current-scroll-bars): Rewrite doc-string.
5145 Normalize live window argument.
387522b2
MR
5146 (walk-windows, get-window-with-predicate, count-windows):
5147 Rewrite doc-string. Use window-list-1.
5148 (window-in-direction-2, window-in-direction, get-mru-window):
5149 New functions.
5150
d8e4b68b 51512011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
5152
5153 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
5154 Doc fix (Bug#8713).
5155
51562011-06-08 Chong Yidong <cyd@stupidchicken.com>
5157
5158 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
5159
51602011-06-08 Juanma Barranquero <lekktu@gmail.com>
5161
5162 * loadhist.el (unload-feature-special-hooks):
5163 Add `comint-output-filter-functions'.
5164
0de12c52
IK
51652011-06-08 Ivan Kanis <gnu@kanis.fr>
5166
5167 * calendar/appt.el (appt-check): Move some initializations into the let.
5168
f3d1777e
MR
51692011-06-08 Martin Rudalics <rudalics@gmx.at>
5170
5171 * window.el (window-height): Defalias to window-total-height.
5172 (window-width): Defalias to window-body-width.
5173
18af70d0
CY
51742011-06-07 Chong Yidong <cyd@stupidchicken.com>
5175
5176 * image-mode.el (image-toggle-animation): New command.
5177 (image-mode-map): Bind it to RET.
5178 (image-mode): Update message.
5179 (image-toggle-display-image): Avoid a spurious cache flush.
5180 (image-transform-rotation): Doc fix.
5181 (image-transform-properties): Return quickly in the normal case.
5182 (image-animate-loop): Rename from image-animate-max-time.
5183
2b75be67 5184 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
5185 (create-animated-image): Remove unnecessary function.
5186 (image-animate): Rename from image-animate-start. New arg.
2b75be67 5187 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
5188 (image-animate-timer): Use car-safe.
5189 (image-animate-timeout): Rename argument.
5190
190b47e6
MR
51912011-06-07 Martin Rudalics <rudalics@gmx.at>
5192
5193 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
5194 window.c. Rename first argument to ALL-FRAMES.
5195 Rephrase doc-strings.
5196 (get-buffer-window-list): Rewrite using window-list-1.
5197 Rephrase doc-string.
a1511caf
MR
5198 (window-safe-min-height, window-safe-min-width): New constants.
5199 (window-size-ignore, window-min-size, window-min-size-1)
5200 (window-sizable, window-sizable-p, window-size-fixed-1)
5201 (window-size-fixed-p, window-min-delta-1, window-min-delta)
5202 (window-max-delta-1, window-max-delta, window-resizable)
5203 (window-resizable-p, window-total-height, window-total-width)
5204 (window-body-width): New functions.
5205 (window-full-height-p, window-full-width-p): Rewrite using
5206 window-total-size.
5207 (window-body-height): Rewrite using window-body-size.
190b47e6 5208
85cc1f11
MR
52092011-06-06 Martin Rudalics <rudalics@gmx.at>
5210
5211 * window.el (window-right, window-left, window-child)
5212 (window-child-count, window-last-child, window-any-p)
5213 (normalize-live-buffer, normalize-live-frame)
5214 (normalize-any-window, normalize-live-window)
5215 (window-iso-combination-p, window-iso-combined-p)
5216 (window-iso-combinations)
5217 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
5218 (windows-with-parameter, window-with-parameter)
5219 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
5220 (window-atom-check, window-side-check, window-check):
5221 New functions.
85cc1f11
MR
5222 (ignore-window-parameters, window-sides, window-sides-vertical)
5223 (window-sides-slots): New variables.
5224 (window-size-fixed): Move down in code. Minor doc-string fix.
5225
e7156492
AS
52262011-06-05 Andreas Schwab <schwab@linux-m68k.org>
5227
5228 * comint.el (comint-dynamic-complete-as-filename)
5229 (comint-dynamic-complete-filename): Correctly call
5230 completion-in-region.
5231
7e821d0d
DD
52322011-06-05 Deniz Dogan <deniz@dogan.se>
5233
5234 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
5235 in last change.
5236
ac09b8a1
DD
52372011-06-05 Deniz Dogan <deniz@dogan.se>
5238
5239 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
5240 (rcirc): Use it to prompt for encryption.
5241
34699b85
RW
52422011-06-05 Roland Winkler <winkler@gnu.org>
5243
5244 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
5245 (bibtex-search-entries): New command bound to C-c C-a.
5246 (bibtex-display-entries): New function.
5247
004dedd3
RW
52482011-06-05 Roland Winkler <winkler@gnu.org>
5249
5250 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
5251 (bibtex-insert-kill): After yanking insert newline if necessary.
5252 (bibtex-initialize): Call bibtex-string-files-init only once.
5253 (bibtex-mode): Do not call easy-menu-add.
5254 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
5255 (bibtex-yank): Set arg properly if nil.
5256
022fe7ce
RW
52572011-06-05 Roland Winkler <winkler@gnu.org>
5258
2b75be67
SM
5259 * textmodes/bibtex.el (bibtex-search-entry-globally):
5260 New variable.
022fe7ce
RW
5261 (bibtex-search-entry): Use it.
5262
b7c3692a
RW
52632011-06-05 Roland Winkler <winkler@gnu.org>
5264
5265 * textmodes/bibtex.el (bibtex-entry-format): New option
5266 sort-fields.
5267 (bibtex-format-entry, bibtex-reformat): Honor this option.
5268 (bibtex-parse-entry): Return fields in proper order.
5269
8eda563d
JB
52702011-06-05 Juanma Barranquero <lekktu@gmail.com>
5271
5272 * doc-view.el (doc-view-remove-if): Move computation of result out
5273 of `dolist' to silence misleading lexical-binding warning.
5274
7dbe3dbc
CY
52752011-06-04 Chong Yidong <cyd@stupidchicken.com>
5276
5277 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
5278 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
5279
0c33dd17
MA
52802011-06-04 Michael Albinus <michael.albinus@gmx.de>
5281
5282 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
5283 "SunOS 5.10".
5284
f8f91c2b
MA
52852011-06-04 Michael Albinus <michael.albinus@gmx.de>
5286
5287 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
5288 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
5289 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
5290 (tramp-parse-putty):
5291 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
5292 (tramp-completion-function-alist-ssh)
5293 (tramp-completion-function-alist-telnet)
5294 (tramp-completion-function-alist-su)
5295 (tramp-completion-function-alist-putty): Set `tramp-autoload'
5296 cookie.
5297
5298 * net/tramp-ftp.el:
5299 * net/tramp-sh.el:
5300 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
5301 load "tramp.el" `tramp-set-completion-function'.
5302
e17d9003
SM
53032011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * shell.el: Require and use pcomplete.
5306 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
5307 (shell-completion-vars): Set pcomplete-default-completion-function.
5308
6c4cab03
DD
53092011-06-04 Deniz Dogan <deniz@dogan.se>
5310
5311 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
5312 `memq' (Bug#8799).
5313
ea9fafe0
SM
53142011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
5317
b3e945d3
JB
53182011-06-02 Juanma Barranquero <lekktu@gmail.com>
5319
5320 * bs.el (bs--mark-unmark, bs--nth-wrapper):
5321 * mpc.el (mpc-select-extend, mpc-songpointer-context):
5322 * vc/log-view.el (log-view-beginning-of-defun):
5323 * vc/smerge-mode.el (smerge-apply-resolution-patch)
5324 (smerge-refine-forward, smerge-refine-chopup-region):
5325 Silence warning for unused `dotimes' counter variables.
5326
7d520089
SM
53272011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5328
5329 * net/tramp.el (tramp-with-progress-reporter): Rename from
5330 with-progress-reporter. Use `declare'.
5331 * net/tramp-smb.el:
5332 * net/tramp-sh.el:
5333 * net/tramp-gvfs.el: Update all uses.
5334
a1c2400f
JB
53352011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
5336
5337 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
5338 buffer isn't killed before making it current.
5339
2403c841
SM
53402011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5341
5342 Silence various byte-compiler warnings.
5343 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
5344 `access-type' and new obsolescence format.
5345 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
5346 new format.
5347 (byte-compile-check-variable): New `access-type' argument.
5348 Only warn if the access-type is obsolete.
5349 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
5350 (byte-compile-variable-set): Adjust callers.
5351 * help-fns.el (describe-variable): Adjust to new obsolescence format.
5352 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
5353 setting it as obsolete.
5354 * simple.el (minibuffer-completing-symbol):
5355 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
5356 access as obsolete.
5357 * minibuffer.el (minibuffer-completing-file-name): Don't make it
5358 obsolete yet.
5359 * international/quail.el (quail-mouse-choose-completion): Remove unused
5360 code referring to obsolete var.
5361 (quail-choose-completion-string): Remove.
5362 * server.el (server-clients-with, server-kill-buffer-query-function)
5363 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
5364 * proced.el (proced-send-signal):
5365 * emacs-lisp/lisp.el (lisp-complete-symbol):
5366 Replace completion-annotate-function with completion-extra-properties.
5367
2462470b
SM
53682011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5369
fb5b2591
SM
5370 * simple.el (goto-line): Use read-number.
5371 (overriding-map-is-bound): Remove.
5372 (saved-overriding-map): Change default.
5373 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
5374 Take the map as argument.
5375 (universal-argument, negative-argument, digit-argument): Use it.
5376 (restore-overriding-map): Adjust.
5377 (do-auto-fill): Use fill-forward-paragraph.
5378 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
5379
fd6fa53f
SM
5380 * minibuffer.el (minibuffer-inactive-mode-map): New var.
5381 (minibuffer-inactive-mode): New major mode.
5382 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
5383 the *Messages* buffer" hack.
5384 (mouse-popup-menubar): Don't burp if the event is a normal key.
5385
2462470b
SM
5386 Miscellaneous tweaks.
5387 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
5388 lexical scoping as in subr.el's dolist and dotimes.
5389 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
5390 Silence compiler warning.
5391 * thingatpt.el (forward-whitespace): Trivial coding style fix.
5392 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
5393 * international/ccl.el (ccl-compile): Trivial simplification.
5394 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
5395 * emacs-lisp/testcover.el (testcover-end): Remove spurious
5396 `printflag' argument.
5397 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5398 Purecopy the whole obsolescence data.
5399
108bf785
LL
54002011-06-01 Leo Liu <sdl.web@gmail.com>
5401
5402 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
5403 improve doc-string as suggested by Marco Pessotto
5404 <melmothx@gmail.com>.
5405 (rcirc-print): Fix last change.
5406
30a23501
SM
54072011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5408
5409 * minibuffer.el (complete-with-action): Return nil for the metadata and
5410 boundaries of non-functional tables.
5411 (completion-table-dynamic): Return nil for the metadata.
5412 (completion-table-with-terminator): Add default case, using
5413 complete-with-action.
5414 (completion--metadata): New function.
5415 (completion-all-sorted-completions, minibuffer-completion-help): Use it
5416 to try and avoid pathological performance problems.
5417 (completion--embedded-envvar-table): Return `category' metadata.
5418
bcd54f83
LMI
54192011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5420
5421 * subr.el (process-alive-p): New tiny convenience function.
5422
e227544d
SM
54232011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5424
5425 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
5426 content but also its previous major mode.
5427
e8296fdc
HE
54282011-05-31 Helmut Eller <eller.helmut@gmail.com>
5429
4d61f28d 5430 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
5431 *Backtrace* buffer when we exit with C-M-c.
5432
620c53a6
SM
54332011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * minibuffer.el: Add metadata method to completion tables.
5436 (completion-category-overrides): New defcustom.
5437 (completion-metadata, completion--field-metadata)
5438 (completion-metadata-get, completion--styles)
5439 (completion--cycle-threshold): New functions.
5440 (completion-try-completion, completion-all-completions):
5441 Add `metadata' argument to choose completion-styles.
5442 (completion--do-completion): Use metadata to choose cycling.
5443 (completion-all-sorted-completions): Use metadata for sorting.
5444 Remove :completion-cycle-penalty which is not needed any more.
5445 (completion--try-word-completion): Add `metadata' argument.
5446 (minibuffer-completion-help): Check metadata for annotation function
5447 and sorting.
5448 (completion-file-name-table): Return `category' metadata.
5449 (minibuffer-completing-file-name): Make obsolete.
5450 * simple.el (minibuffer-completing-symbol): Make obsolete.
5451 * icomplete.el (icomplete-completions): Pass new `metadata' param to
5452 completion-try-completion.
5453
1257e755
SM
54542011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5455
5456 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
5457
3767e706
LL
54582011-05-30 Leo Liu <sdl.web@gmail.com>
5459
5460 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
5461 (rcirc-print): Decode all incoming messages (bug#8744).
5462 (rcirc-decode-coding-system): Allow value nil for automatic coding
5463 system detection.
3767e706 5464
d1a5d56a
GM
54652011-06-01 Glenn Morris <rgm@gnu.org>
5466
5467 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
5468
e8cbec34
CY
54692011-05-29 Chong Yidong <cyd@stupidchicken.com>
5470
5471 * image.el (image-animate-max-time): Allow nil and t values.
5472 Default to nil.
5473 (create-animated-image): Doc fix.
5474 (image-animate-start): Remove second arg; just use
5475 image-animate-max-time.
5476 (image-animate-timeout): Doc fix. Args changed.
5477
5478 * image-mode.el (image-toggle-display-image): Ensure that the
5479 image spec passed to the animate timer is the same object as in
5480 the the buffer's display property (Bug#6981).
5481 (image-transform-properties): Doc fix.
5482
5483 * image.el (image-animate-max-time): Default to nil.
5484
159daf87
MR
54852011-05-29 Martin Rudalics <rudalics@gmx.at>
5486
5487 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
5488 entire buffer list (Bug#8184).
5489
d66c4c7c
CY
54902011-05-29 Chong Yidong <cyd@stupidchicken.com>
5491
5492 * image.el (imagemagick-types-inhibit)
5493 (imagemagick-register-types): Doc fix.
5494
80aec780
DD
54952011-05-29 Deniz Dogan <deniz@dogan.se>
5496
5497 * net/rcirc.el (rcirc): Use the user's stored encryption method by
5498 default.
5499
1dd3c2d9
CY
55002011-05-29 Chong Yidong <cyd@stupidchicken.com>
5501
5502 * select.el: Don't perform clipboard-manager saving in hooks;
5503 leave the hooks empty.
5504
60e56523
LL
55052011-05-28 Leo Liu <sdl.web@gmail.com>
5506
5507 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
5508 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
5509 (occur-edit-mode): New major mode (Bug#8463).
5510 (occur-after-change-function): New function.
5511 (occur-engine): Give Occur tags a read-only property.
5512
2b1e1a22
KR
55132011-05-28 Kevin Ryde <user42@zip.com.au>
5514
5515 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
5516
5d344e88
CY
55172011-05-28 Chong Yidong <cyd@stupidchicken.com>
5518
8e6ca83d
CY
5519 * bindings.el (help-echo): Make the initial non-indicator dash
5520 empty on graphical terminals (Bug#7295).
5521
5d344e88
CY
5522 * files.el (auto-mode-alist): Move config rule after the
5523 in-stripping one (Bug#8547).
5524
bfbbace7
CY
5525 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
5526
fbeba6e2
CY
5527 * startup.el (normal-splash-screen): Remove gratuitous mode-line
5528 setting (Bug#8740).
5529
60ed8c72
AA
55302011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
5531
4ac619f0
AA
5532 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
5533 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
5534 (Bug#8539).
60ed8c72 5535
23db196e
CY
55362011-05-28 Chong Yidong <cyd@stupidchicken.com>
5537
5538 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
5539
5012f24c
DK
55402011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
5541
5542 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
5543 (hs-hide-block-at-point, hs-find-block-beginning)
5544 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
5545 (Bug#8279).
5546
6a639b16
GM
55472011-05-28 Glenn Morris <rgm@gnu.org>
5548
5549 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
5550
d43eaf2c
CY
55512011-05-28 Chong Yidong <cyd@stupidchicken.com>
5552
5199bde1
CY
5553 * help-fns.el (describe-function-1): If the function is a derived
5554 major mode, print the parent mode.
5555
d43eaf2c
CY
5556 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
5557 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
5558
423428a8
SM
55592011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5560
0ff8e1ba
SM
5561 * minibuffer.el (completion--capf-wrapper): Check applicability before
5562 retuning non-nil for non-exclusive completion data.
5563 * progmodes/etags.el (tags-completion-at-point-function):
5564 * info-look.el (info-lookup-completions-at-point): Mark as
5565 non-exclusive.
5566 (info-complete): Adjust accordingly.
5567
423428a8
SM
5568 * info-look.el: Convert to lexical-binding and completion-at-point.
5569 (info-lookup-completions-at-point): New function.
5570 (info-complete): Use it and completion-in-region.
5571
b74aa22b
DA
55722011-05-28 Drew Adams <drew.adams@oracle.com>
5573
5574 * isearch.el: Let M-e start with point at the first mismatched char.
5575 (isearch-fail-pos): New function.
5576 (isearch-edit-string): Use it.
5577
66e2e71d
DK
55782011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
5579
5580 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5581
eb95d01d
TC
55822009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
5583
5584 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
5585 traversal functions for avl-trees.
5586 (avl-tree--stack): New struct.
5587 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
5588 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
5589 (avl-tree--do-enter): Add optional `updatefun' arg.
5590 Change return value.
eb95d01d 5591 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
5592 (avl-tree--do-delete): Add `test' and `nilflag' args.
5593 Change return value.
eb95d01d
TC
5594 (avl-tree-member): Add optional `nilflag'
5595 (avl-tree-member-p): New function.
5596 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
5597 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
5598 (avl-tree-stack-empty-p): New functions.
5599
3769ddcf
TC
56002009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
5601
5602 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
5603 avl-tree--del-balance1 and make it work both ways.
5604 (avl-tree--del-balance2): Remove.
5605 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
5606 make it work both ways.
5607 (avl-tree--enter-balance2): Remove.
5608 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
5609 New macros.
5610 (avl-tree--mapc, avl-tree-map): Add direction argument.
5611
eb95d01d 56122011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
5613
5614 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
5615
a9f737ee
CY
56162011-05-27 Chong Yidong <cyd@stupidchicken.com>
5617
5618 * select.el: Support clipboard managers with built-in function
5619 x-clipboard-manager-save, via delete-frame-functions and
5620 kill-emacs-hook.
5621 (xselect-convert-to-targets): Add MULTIPLE target to list.
5622 (xselect-convert-to-save-targets): New function.
5623
c92a1e54
KH
56242011-05-27 Kenichi Handa <handa@m17n.org>
5625
5626 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
5627 let-binding rfc2047-encode-encoded-words to nil.
5628
e145f188
GM
56292011-05-27 Glenn Morris <rgm@gnu.org>
5630
5ec8a862
GM
5631 * mail/emacsbug.el: Don't require url-util.
5632
4b29d9fb
GM
5633 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
5634
e145f188
GM
5635 * files.el (set-auto-mode):
5636 Also respect mode: entries at the end of the file. (Bug#8586)
5637
7d15102b
GM
56382011-05-26 Glenn Morris <rgm@gnu.org>
5639
98f593b8
GM
5640 * files.el (hack-local-variables-prop-line, hack-local-variables):
5641 Downcase mode names, as seems to be traditional.
27b48e63 5642 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 5643
7d15102b
GM
5644 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
5645 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
5646
51d5b4ec
JD
56472011-05-25 Julien Danjou <julien@danjou.info>
5648
5649 * textmodes/rst.el (rst-define-level-faces): Do not define face
5650 symbol if it is already defined.
5651
91513f63
VB
56522011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5653
5654 * play/5x5.el (5x5-new-game, 5x5-randomize):
5655 Reset 5x5-solver-output to nil when a new grid is cast.
5656 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
5657 these debugging traces, as defmacro breaks the compiled code.
5658
4d90d6d0
DK
56592011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
5660
5661 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5662
e1b90ef6
LL
56632011-05-24 Leo Liu <sdl.web@gmail.com>
5664
5665 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
5666 (vc-bzr-sha1): Adapt.
5667
d8e4b68b 5668 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
5669
5670 * bindings.el: Provide sha1 feature.
5671
db0406bb 56722011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
5673
5674 * mail/sendmail.el: Require `rfc2047'.
5675 (mail-insert-from-field): Do not perform RFC2047 encoding.
5676 (mail-encode-header): New function.
5677 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
5678 buffer to the return value of select-message-coding-system.
5679 Call mail-encode-header.
b8d747b9
KH
5680
5681 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
5682
db0406bb 56832011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 5684
4d90d6d0
DK
5685 * mail/supercite.el (sc-default-cite-frame):
5686 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 5687
eb8a5e9b
GM
56882011-05-24 Glenn Morris <rgm@gnu.org>
5689
f8630703
GM
5690 * progmodes/python.el (brm-menu): Declare.
5691
8831bbed
GM
5692 * emulation/viper.el (viper-set-hooks): Declare.
5693
eb8a5e9b
GM
5694 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
5695 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
5696 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
5697 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
5698 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
5699 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
5700
a2a25d24
SM
57012011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5702
5703 Add an :exit-function for completion-at-point.
5704
5705 * minibuffer.el (completion--done): New fun.
5706 (completion--do-completion): Use it. New arg `expect-exact'.
5707 (minibuffer-complete, minibuffer-complete-word): Don't output message,
5708 since completion--do-completion does it for us now.
5709 (minibuffer-force-complete): Use completion--done and
5710 completion--replace. Handle sole-completion case with more care.
5711 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
5712 (completion-extra-properties): New var.
5713 (completion-annotate-function): Make obsolete.
5714 (minibuffer-completion-help): Adjust accordingly.
5715 Use completion-list-insert-choice-function.
5716 (completion-at-point, completion-help-at-point):
5717 Bind completion-extra-properties.
5718 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
5719 * simple.el (completion-list-insert-choice-function): New var.
5720 (completion-setup-function): Preserve it.
5721 (choose-completion): Pay attention to it, shuffle the code a bit.
5722 (choose-completion-string): New arg `insert-function'.
5723
5724 * textmodes/bibtex.el: Convert to lexical binding.
5725 (bibtex-mode-map): Use completion-at-point.
5726 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
5727 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
5728 (bibtex-complete): Define as obsolete alias.
5729 (bibtex-complete-internal): Remove.
5730 (bibtex-format-entry): Remove unused sub-group in regexp.
5731 * shell.el (shell--command-completion-data)
5732 (shell-environment-variable-completion):
5733 * pcomplete.el (pcomplete-completions-at-point):
5734 * comint.el (comint--complete-file-name-data): Use :exit-function
5735 instead of completion-table-with-terminator so it also works for
5736 choose-completion.
5737
e44e373d
SM
57382011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5739
4f91a816
SM
5740 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
5741
782fc819
SM
5742 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
5743 (bug#8710).
5744
e44e373d
SM
5745 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
5746
381987c3
KM
57472011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
5748
5749 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
5750 customization variable and implement: If non-nil, auto-fill will
5751 be inhibited while on topic's header line.
5752
b776bc70
VB
57532011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
5754
5755 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 5756 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
5757 always have a solution in grid size = 5 cases.
5758 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
5759 (5x5-solver-output, 5x5-log-buffer): New vars.
5760 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
5761 Make these variables buffer local to achieve 5x5 multi-session-ness.
5762 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
5763 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
5764 (5x5-solve-suggest): New funs.
5765 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
5766 randomize a grid so that we ensure that there is always a solution.
5767 (5x5-make-random-grid): Allow other movement than flipping.
5768
7de88b6e
KR
57692011-05-23 Kevin Ryde <user42@zip.com.au>
5770
5771 * emacs-lisp/advice.el (ad-read-advised-function):
5772 Use `function-called-at-point' as the default default, if it has
5773 advice and passes PREDICATE.
5774
b1ef1257
SM
57752011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5776
bbca48fe
SM
5777 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
5778 byte-compile-lambda if it's actually a lambda.
5779
b1ef1257
SM
5780 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
5781 Fix function quoting. Use backquote better.
5782
92a9cc65
YS
57832011-05-22 Yuanle Song <sylecn@gmail.com>
5784
5785 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
5786 matching (Bug#8516).
5787
f0fb8059
JA
57882011-01-22 Jari Aalto <jari.aalto@cante.net>
5789
5790 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
5791 different face (Bug#8178).
5792
d5b44c93
CY
57932011-05-22 Chong Yidong <cyd@stupidchicken.com>
5794
5795 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
5796 defface (Bug#8144).
5797
79106a44
SM
57982011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5799
9c848d8a
SM
5800 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
5801 funcall as well (bug#8712). Warn when performing those conversions.
5802 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
5803
79106a44
SM
5804 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
5805
88dfa756
GM
58062011-05-22 Glenn Morris <rgm@gnu.org>
5807
5808 * files.el (hack-local-variables-prop-line): Small simplifications.
5809 (hack-local-variables, hack-local-variables-prop-line):
5810 If MODE-ONLY, return the mode, rather than just `t'.
5811
b7cf2c79
SM
58122011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5813
5814 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
5815
3f1a8558
GM
58162011-05-21 Glenn Morris <rgm@gnu.org>
5817
7e4ccca3
GM
5818 * files.el (hack-local-variables-prop-line, hack-local-variables):
5819 If only interested in the mode, don't bother doing the other stuff.
5820
637d46ca
GM
5821 * image-mode.el (image-after-revert-hook):
5822 Redraw all frames on which the image is visible. (Bug#8567)
5823
973d955b
GM
5824 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
5825
3f1a8558
GM
5826 * wid-edit.el (widget-checklist-match-inline):
5827 Fix 2011-04-19 change. (Bug#8649)
5828
96479927
SM
58292011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5830
1dcf791f
SM
5831 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
5832 Also allow singlespace after single-letter capitals followed by a dot.
5833
96479927
SM
5834 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
5835 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
5836
35fd0881
N
58372011-05-20 Nix <nix@esperi.org.uk>
5838
5839 * files.el (basic-save-buffer-2):
5840 Fix handling of break-hardlink-on-save with non-existent files.
5841
82745640
DD
58422011-05-19 Deniz Dogan <deniz@dogan.se>
5843
5844 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 5845 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 5846
4a720484
GM
58472011-05-19 Glenn Morris <rgm@gnu.org>
5848
d1f21341
GM
5849 * progmodes/f90.el (f90-type-def-re):
5850 Handle "type, bind(c)". (Bug#8691)
5851
4a720484
GM
5852 * emacs-lisp/autoload.el (batch-update-autoloads):
5853 Set autoload-excludes by parsing loadup.el rather than Makefiles.
5854
2fb0a219
MA
58552011-05-18 Michael Albinus <michael.albinus@gmx.de>
5856
5857 * net/tramp.el (tramp-process-actions): Set "first-password-request"
5858 property for the correct connection in case of multihops.
5859
e565dd37
GM
58602011-05-18 Glenn Morris <rgm@gnu.org>
5861
c2571358 5862 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
5863 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
5864
e565dd37
GM
5865 Rationalize calendar handling of day and month abbrev-arrays.
5866 * calendar/calendar.el (calendar-customized-p): New function.
5867 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
5868 (calendar-day-name-array, calendar-month-name-array): Doc fix.
5869 Add :set function.
5870 (calendar-abbrev-length, calendar-day-abbrev-array)
5871 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
5872 (calendar-day-abbrev-array, calendar-month-abbrev-array):
5873 Elements may no longer be nil.
5874 (calendar-day-name, calendar-month-name):
5875 Update for changed nature of abbrev arrays.
5876 * calendar/diary-lib.el (diary-name-pattern):
5877 Update for changed nature of abbrev arrays.
5878 (diary-mark-entries-1): Update calendar-make-alist calls.
5879 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
5880 * calendar/cal-html.el (cal-html-day-abbrev-array):
5881 Simply inherit from calendar-day-abbrev-array.
5882
1d99a745
SM
58832011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5884
5885 * progmodes/grep.el (grep-mode): Disable default
5886 compilation-directory-matcher setting (bug#8684).
5887
7c1d9aa0
MA
58882011-05-17 Michael Albinus <michael.albinus@gmx.de>
5889
5890 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
5891 instead of "head" and "tail". There were problems with SunOS 5.9,
5892 and it performs better.
5893
3952e9d8
GM
58942011-05-17 Glenn Morris <rgm@gnu.org>
5895
2dd12e7f
GM
5896 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
5897
e4157b9c
GM
5898 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5899 Replace obsolete function.
5900
8e249bbd
GM
5901 * shell.el (pcomplete-parse-arguments-function): Declare.
5902
3952e9d8
GM
5903 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
5904 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
5905 (appt-check): Doc fixes.
5906 (appt-disp-window-function, appt-delete-window-function):
5907 Remove needless special case in custom :type.
5908 (appt-display-count): Default to 0, not nil.
5909 (appt-check): Reset appt-display-count to 0, not nil.
5910
c71a0d48 59112011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 5912
c71a0d48
GM
5913 * progmodes/python.el (python-font-lock-keywords):
5914 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 5915
31d55be9
SM
59162011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
5919
3bfacb2f
KR
59202011-05-16 Kevin Ryde <user42@zip.com.au>
5921
5922 * info-look.el (makefile-automake-mode): New setups, looking in
5923 automake manual, then makefile-mode.
5924 (makefile-mode): Remove automake manual, have it just in
5925 makefile-automake-mode since there's various things different or
5926 not relevant to plain make.
5927 (makefile-mode): Remove "other-modes" non-existent automake-mode,
5928 believe a hypothetical automake-mode would go to makefile-mode,
5929 not the other way around.
5930
c8e83751
CY
59312011-05-15 Chong Yidong <cyd@stupidchicken.com>
5932
5e9e35cd
CY
5933 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
5934 hunk-end tags (Bug#8672).
5935
c8e83751
CY
5936 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
5937 vc-annotate-show-diff-revision-at-line (Bug#8671).
5938
50b23e5a
GM
59392011-05-14 Glenn Morris <rgm@gnu.org>
5940
7210a739
GM
5941 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
5942 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
5943 (change-log-font-lock-keywords): Also handle multiple author lines
5944 with leading tabs. (Bug#8644)
7210a739 5945
4691905a
GM
5946 * calendar/appt.el (appt-check): Rename some local variables.
5947 Some simplification/reordering.
5948
50b23e5a
GM
5949 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
5950 (feedmail-sendmail-f-doesnt-sell-me-out)
5951 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
5952 (feedmail-debug-sit-for, feedmail-queue-express-hook)
5953 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
5954 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
5955 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
5956 (feedmail-binmail-gnulinuxish-template):
5957 Rename from feedmail-binmail-linuxish-template.
5958 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
5959 Use insert-buffer-substring.
5960
215cda7c
BC
59612011-05-14 Bill Carpenter <bill@carpenter.org>
5962
5963 * mail/feedmail.el (feedmail-patch-level): Increase.
5964 (feedmail-debug): New custom group.
5965 (feedmail-confirm-outgoing-timeout)
5966 (feedmail-sendmail-f-doesnt-sell-me-out)
5967 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
5968 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
5969 (feedmail-sender-line, feedmail-from-line)
5970 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 5971 (feedmail-spray-this-address)
215cda7c
BC
5972 (feedmail-spray-address-fiddle-plex-list)
5973 (feedmail-queue-use-send-time-for-date)
5974 (feedmail-queue-use-send-time-for-message-id)
5975 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
5976 (feedmail-buffer-eating-function):
5977 Doc fixes.
5978 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
5979 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
5980 (feedmail-message-action-scroll-down): New functions.
5981 (feedmail-queue-directory, feedmail-queue-draft-directory):
5982 Use expand-file-name.
5983 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
5984 Remove C-v help entry.
5985 (feedmail-queue-buffer-file-name): New variable.
5986 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
5987 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
5988 (feedmail-message-action-send-strong, feedmail-message-action-edit)
5989 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
5990 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
5991 (feedmail-message-action-toggle-spray)
5992 (feedmail-run-the-queue-no-prompts)
5993 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
5994 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
5995 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
5996 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
5997 (feedmail-envelope-deducer, feedmail-fiddle-from)
5998 (feedmail-fiddle-sender, feedmail-default-date-generator)
5999 (feedmail-fiddle-date, feedmail-fiddle-message-id)
6000 (feedmail-fiddle-spray-address)
6001 (feedmail-fiddle-list-of-spray-fiddle-plexes)
6002 (feedmail-fiddle-list-of-fiddle-plexes)
6003 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
6004 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
6005 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
6006 Change default. Doc fix.
6007 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
6008 (feedmail-binmail-linuxish-template): New constant.
6009 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
6010 Respect feedmail-sendmail-f-doesnt-sell-me-out.
6011 (feedmail-send-it): Add debug call.
6012 Use feedmail-queue-buffer-file-name, and
6013 feedmail-send-it-immediately-wrapper.
6014 (feedmail-message-action-send): Add debug call.
6015 Use feedmail-send-it-immediately-wrapper.
6016 (feedmail-queue-express-to-queue): Add debug call.
6017 Run feedmail-queue-express-hook.
6018 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
6019 (feedmail-message-action-help-blat):
6020 Rename from feedmail-queue-send-edit-prompt-help-first.
6021 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
6022 Check line-endings. Handle errors better.
6023 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
6024 Doc fix. Add debug call.
6025 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
6026 Use feedmail-queue-send-edit-prompt-inner.
6027 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
6028 (feedmail-queue-send-edit-prompt-inner): New function, extracted
6029 from feedmail-queue-send-edit-prompt.
6030 (feedmail-queue-send-edit-prompt-help)
6031 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
6032 (feedmail-tidy-up-slug): Add debug call.
6033 Respect feedmail-queue-slug-suspect-regexp.
6034 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
6035 (feedmail-dump-message-to-queue): Add debug call.
6036 Expand queue-directory.
6037 (feedmail-dump-message-to-queue): Change message slightly.
6038 Use feedmail-say-chatter.
6039 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
6040 (feedmail-send-it-immediately-wrapper): New function.
6041 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
6042 Insert empty string rather than newline. Handle full-frame case.
6043 Use catch/throw. Use feedmail-say-chatter.
6044 (feedmail-fiddle-from): Try mail-host-address.
6045 (feedmail-default-message-id-generator): Doc fix.
6046 Bind system-time-locale. Handle missing end.
6047 (feedmail-fiddle-x-mailer): Add debug call.
6048 Handle feedmail-x-mailer-line being nil.
6049 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
6050 Add debug call. Use buffer-substring-no-properties.
6051 (feedmail-say-debug, feedmail-say-chatter): New functions.
6052 (feedmail-find-eoh): Give an explicit error.
6053
42c7e61e
UJ
60542011-05-13 Ulf Jasper <ulf.jasper@web.de>
6055
c2571358 6056 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 6057 family from helvetica to sans.
c2571358 6058 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
6059 etc/images/newsticker.
6060
c2571358 6061 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
6062 family from helvetica to sans.
6063
6064 * net/newst-plainview.el (newsticker-new-item-face)
6065 (newsticker-old-item-face, newsticker-immortal-item-face)
6066 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 6067 (newsticker-statistics-face): Change default family from
42c7e61e 6068 helvetica to sans.
c2571358 6069 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
6070 etc/images/newsticker.
6071
6072 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
6073 (newsticker--process-auto-mark-filter-match): : Tell user about
6074 auto-marking.
6075
8497a297
DV
60762011-05-13 Didier Verna <didier@xemacs.org>
6077
6078 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
6079 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
6080 TODO entries.
8497a297
DV
6081 (lisp-lambda-list-keyword-parameter-indentation)
6082 (lisp-lambda-list-keyword-parameter-alignment)
6083 (lisp-lambda-list-keyword-alignment): New customizable user options.
6084 (lisp-indent-defun-method): Improve docstring.
6085 (extended-loop-p): Fix comment.
6086 (lisp-indent-lambda-list-keywords-regexp): New variable.
6087 (lisp-indent-lambda-list): New function.
6088 (lisp-indent-259): Use it.
6089 (lisp-indent-defmethod): Support for more than one
6090 method qualifier and properly indent methods lambda-lists.
6091 (defgeneric): Provide a missing common-lisp-indent-function property.
6092
f278f87f
SM
60932011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6094
6095 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
6096 bounds for the empty string (bug#8667).
6097
5233edd7
GM
60982011-05-13 Glenn Morris <rgm@gnu.org>
6099
5237a44f
GM
6100 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
6101
8340026c 6102 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 6103 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 6104
5233edd7 6105 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 6106 (appt-time-msg-list): Doc fix.
a5464014 6107 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 6108
92d10796
AS
61092011-05-12 Andreas Schwab <schwab@linux-m68k.org>
6110
6111 * progmodes/ld-script.el (ld-script-keywords)
6112 (ld-script-builtins): Update keywords list.
6113
914a0ae1
SM
61142011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6115
c89be45f
SM
6116 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
6117
914a0ae1
SM
6118 * shell.el (shell-completion-vars): New function.
6119 (shell-mode):
6120 * simple.el (read-shell-command): Use it.
6121 (blink-matching-open): No need for " [...]" in minibuffer-message.
6122
98dc3df3
GM
61232011-05-12 Glenn Morris <rgm@gnu.org>
6124
6125 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
6126 (appt-check): Simplify.
6127
d2fc7e3d 61282011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 6129
4d61f28d 6130 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
6131 literal "/dev/null".
6132
d2fc7e3d 61332011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
6134
6135 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
6136 Fix typo.
6137
d2fc7e3d 61382011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 6139
3f254caa
SM
6140 * progmodes/which-func.el (which-function):
6141 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
6142 which might not be defined (Bug#8260).
6143
d45885f7
GM
61442011-05-12 Glenn Morris <rgm@gnu.org>
6145
6146 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
6147 Let byte-compile-initial-macro-environment always take precedence.
6148
488086f4
SM
61492011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * net/rcirc.el: Add support for SSL/TLS connections.
6152 (rcirc-server-alist): New field `encryption'.
6153 (rcirc): Check `encryption' settings.
6154 (rcirc-connect): New arg `encryption'. Use open-network-stream.
6155 Merge make-local-variable into `set'.
6156 (rcirc--connection-open-p): New function.
6157 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
6158 the process is not a network process (e.g. running gnutls-cli).
6159 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
6160 Make rcirc-(en|de)code-coding-system local here.
6161 (rcirc-mode): Merge make-local-variable into `set'.
6162 (rcirc-parent-buffer): Make permanent buffer-local.
6163 (rcirc-multiline-minor-mode): Don't do it here.
6164 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
6165 there's no server buffer.
6166
7d3b9d44
GM
61672011-05-11 Glenn Morris <rgm@gnu.org>
6168
f64049c6
GM
6169 * newcomment.el (comment-kill): Prefix "unused" local.
6170
93c9df73
GM
6171 * term/w32console.el (get-screen-color): Declare.
6172
7d3b9d44
GM
6173 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
6174 Handle symbol elements of byte-compile-initial-macro-environment.
6175
9e2dd53f
LL
61762011-05-10 Leo Liu <sdl.web@gmail.com>
6177
488086f4
SM
6178 * bookmark.el (bookmark-bmenu-mode-map):
6179 Bind bookmark-bmenu-search to `/'.
8b340240 6180
9e2dd53f 6181 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
6182 (footnote-unicode-string, footnote-unicode-regexp): New variable.
6183 (Footnote-unicode): New function.
6184 (footnote-style-alist): Add unicode style to the list.
6185 (footnote-style): Doc fix.
9e2dd53f 6186
79b70037
GM
61872011-05-10 Jim Meyering <meyering@redhat.com>
6188
6189 Fix doubled-word typos.
6190 * international/quail.el (quail-insert-kbd-layout): and and -> and
6191 * kermit.el: and and -> and
6192 * net/ldap.el (ldap-search-internal): to to -> to
6193 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
6194 * progmodes/js.el (js-mode): and and -> and
6195 * textmodes/artist.el (artist-move-to-xy): at at -> at
6196 (artist-draw-region-trim-line-endings): if if -> if
6197 And Safetyc -> Safety.
6198 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
6199
b8f82dc1 62002011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 6201 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
6202
6203 * files.el (hack-one-local-variable-eval-safep):
6204 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
6205
4f99f44b
GM
62062011-05-10 Glenn Morris <rgm@gnu.org>
6207
6208 * calendar/diary-lib.el (diary-list-entries-hook)
6209 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
6210 (diary-nongregorian-marking-hook, diary-list-entries)
6211 (diary-include-other-diary-files, diary-mark-entries)
6212 (diary-mark-included-diary-files): Doc fixes.
6213
84f29e6b
JB
62142011-05-09 Juanma Barranquero <lekktu@gmail.com>
6215
6216 * misc.el: Require tabulated-list.el during compilation.
6217
9bedd73a
CY
62182011-05-09 Chong Yidong <cyd@stupidchicken.com>
6219
488086f4
SM
6220 * progmodes/compile.el (compilation-start):
6221 Run compilation-filter-hook for the async case too.
9bedd73a
CY
6222 (compilation-filter-hook): Doc fix.
6223
797c735c
DD
62242011-05-09 Deniz Dogan <deniz@dogan.se>
6225
6226 * wdired.el: Remove outdated installation comment. Fix usage
6227 comment.
6228
5f4b1dfe
JB
62292011-05-09 Juanma Barranquero <lekktu@gmail.com>
6230
6231 * misc.el: Implement new command `list-dynamic-libraries'.
6232 (list-dynamic-libraries--loaded-only-p): New variable.
6233 (list-dynamic-libraries--refresh): New function.
6234 (list-dynamic-libraries): New command.
6235
4c44026c
CY
62362011-05-09 Chong Yidong <cyd@stupidchicken.com>
6237
488086f4
SM
6238 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6239 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
6240 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
6241 higher priority to avoid clobbering by gnu.
6242
027f966d
CY
62432011-05-08 Chong Yidong <cyd@stupidchicken.com>
6244
6245 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
6246 if the face has existing theme settings (Bug#8454).
6247
085f5d7d
CY
62482011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
6249
488086f4
SM
6250 * progmodes/perl-mode.el (perl-imenu-generic-expression):
6251 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 6252
2a86a00c
RS
6253 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
6254 special file names `.' and `..' (Bug#8259).
6255
d9c54a06
CY
62562011-05-08 Chong Yidong <cyd@stupidchicken.com>
6257
488086f4
SM
6258 * progmodes/grep.el (grep-mode-font-lock-keywords):
6259 Remove buffer-changing entries.
d9c54a06
CY
6260 (grep-filter): New function.
6261 (grep-mode): Add it to compilation-filter-hook.
6262
6263 * progmodes/compile.el (compilation-filter-hook)
6264 (compilation-filter-start): New defvars.
6265 (compilation-filter): Call compilation-filter-hook prior to
6266 updating the process mark.
6267
c4662635
SM
62682011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6269
6270 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
6271
b0512a1d
EZ
62722011-05-07 Eli Zaretskii <eliz@gnu.org>
6273
605c9376
EZ
6274 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
6275 mailclient-send-it even if window-system is nil. (Bug#8595)
6276
c4662635
SM
6277 * term/w32console.el (terminal-init-w32console):
6278 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
6279 background-mode. (Bug#8597)
6280
d1dc2cc2
SM
62812011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6282
6283 Make bytecomp.el understand that defmethod defines funs (bug#8631).
6284 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
6285 New functions.
6286 (defgeneric, eieio--defmethod): Use them.
6287 (eieio-defgeneric): Remove.
6288 (defmethod): Call defgeneric in a way visible to the byte-compiler.
6289
915d1300
GM
62902011-05-07 Glenn Morris <rgm@gnu.org>
6291
a3961c3e
GM
6292 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
6293 Use let rather than let*.
6294 (timeclock-find-discrep): Remove unused local.
6295
314347b9
GM
6296 * calendar/diary-lib.el (diary-comment-start): Doc fix.
6297
915d1300
GM
6298 * calendar/appt.el (appt-time-msg-list): Doc fix.
6299
275b59b0
NF
63002011-05-06 Noah Friedman <friedman@splode.com>
6301
6302 * apropos.el (apropos-print-doc): Only use
6303 emacs-lisp-docstring-fill-column when it is bound to an integer,
6304 per that variable's documentation.
6305
6c19f744
SM
63062011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 6309 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 6310
60f884b2
GM
63112011-05-06 Glenn Morris <rgm@gnu.org>
6312
5006e634
GM
6313 * calendar/appt.el (appt-message-warning-time): Doc fix.
6314 (appt-warning-time-regexp): New option.
6315 (appt-make-list): Respect appt-message-warning-time.
6316
548d0a63
GM
6317 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
6318 New options.
6319 (diary-add-to-list): Strip comments from the displayed string.
6320 (diary-mode): Set comment-start and comment-end.
6321
60f884b2
GM
6322 * vc/diff-mode.el (smerge-refine-subst): Declare.
6323 (diff-refine-hunk): Don't require smerge-mode when compiling.
6324
989681bb
JB
63252011-05-06 Juanma Barranquero <lekktu@gmail.com>
6326
6327 * simple.el (list-processes): Return nil as the docstring says.
6328
a6bc05e1
MA
63292011-05-05 Michael Albinus <michael.albinus@gmx.de>
6330
6331 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
6332 to "".
6333 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6334 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
6335 determining of binary transfer. (Bug#7383)
6336
23c22e9a
MA
63372011-05-05 Michael Albinus <michael.albinus@gmx.de>
6338
c4662635
SM
6339 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6340 Fix port computation bug. (Bug#8618)
23c22e9a 6341
0bff894f
GM
63422011-05-05 Glenn Morris <rgm@gnu.org>
6343
b8296902
GM
6344 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
6345
1f522ce8
GM
6346 * simple.el (shell-dynamic-complete-functions)
6347 (comint-dynamic-complete-functions): Declare.
6348
cf5bee67
GM
6349 * net/network-stream.el (gnutls-negotiate):
6350 * simple.el (tabulated-list-print): Fix declarations.
6351
6352 * progmodes/gud.el (syntax-symbol, syntax-point):
6353 Remove unnecessary and incorrect declarations.
6354
0bff894f
GM
6355 * emacs-lisp/check-declare.el (check-declare-scan):
6356 Handle byte-compile-initial-macro-environment in bytecomp.el
6357
9869b3ae
SM
63582011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 Fix earlier half-done eieio-defmethod change (bug#8338).
6361 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
6362 Streamline and change calling convention.
6363 (defmethod): Adjust accordingly and simplify.
6364 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
6365 new eieio--defmethod.
6366 (slot-boundp): Minor CSE simplification.
6367
9c1d5ac5
MZ
63682011-05-05 Milan Zamazal <pdm@zamazal.org>
6369
6370 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
6371 (glasses-make-readable): Use glasses-separate-capital-groups.
6372
455c834e
JB
63732011-05-05 Juanma Barranquero <lekktu@gmail.com>
6374
6375 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
6376 (warning-series): Doc fix.
6377 (display-warning): Don't try to create the buffer if we just found it.
6378
9ed7c8cb
CY
63792011-05-04 Chong Yidong <cyd@stupidchicken.com>
6380
6381 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
6382 (autoload-find-generated-file): New function.
6383 (generate-file-autoloads): Bind generated-autoload-file to
6384 buffer-file-name.
9869b3ae
SM
6385 (update-file-autoloads, update-directory-autoloads):
6386 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
6387 output file (Bug#7989).
6388 (batch-update-autoloads): Doc fix.
6389
0898ca10
JB
63902011-05-04 Juanma Barranquero <lekktu@gmail.com>
6391
6392 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
6393
31dfb76c
GM
63942011-05-04 Glenn Morris <rgm@gnu.org>
6395
f330b642
GM
6396 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
6397 function, so it follows changes in calendar-date-style.
6398 (diary-fancy-date-matcher): New function.
6399 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
6400 (diary-fancy-font-lock-fontify-region-function):
6401 Use diary-fancy-date-pattern as a function.
6402
31dfb76c
GM
6403 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
6404 non-numbers for `year' etc pseudo-variables. (Bug#8583)
6405
48e79d6a
TZ
64062011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
6407
6408 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
6409 instead of positional arguments. Allow :keylist and :crlfiles
6410 arguments.
6411 (open-gnutls-stream): Call it.
6412
6413 * net/network-stream.el (network-stream-open-starttls): Adjust to
6414 call `gnutls-negotiate' with :process and :hostname arguments.
6415
dd5a5ee0
SM
64162011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6417
ef80fc09
SM
6418 * minibuffer.el (completion--message): New function.
6419 (completion--do-completion, minibuffer-complete)
6420 (minibuffer-force-complete, minibuffer-complete-word): Use it.
6421 (completion--do-completion): Don't ignore completion-auto-help when in
6422 icomplete-mode.
6423
dd5a5ee0
SM
6424 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
6425 internal encoding (e.g. tibetan zero is not whitespace).
6426 (global-whitespace-mode): Prefer save-current-buffer.
6427 (whitespace-trailing-regexp): Remove useless save-match-data.
6428 (whitespace-empty-at-bob-regexp): Minor simplification.
6429
b7d22a83
CY
64302011-05-03 Chong Yidong <cyd@stupidchicken.com>
6431
6432 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
6433
5192af46
AM
64342011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6435
6436 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 6437 Use `concat' to create string for insertion.
5192af46 6438
5767d190
SM
64392011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
6442 Avoid open-line which runs post-self-insert-hook.
6443 (bibtex-fill-entry): Remove unused `end' var.
6444
bf242939
AM
64452011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
6446
5767d190
SM
6447 * textmodes/ispell.el (ispell-add-per-file-word-list):
6448 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 6449
25666126
LL
64502011-05-03 Leo Liu <sdl.web@gmail.com>
6451
6452 * isearch.el (isearch-yank-pop): New command.
5767d190 6453 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
6454 (isearch-forward): Mention it.
6455
52d3c2d0
SM
64562011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6457
1bcace58
SM
6458 * simple.el (minibuffer-complete-shell-command): Remove.
6459 (minibuffer-local-shell-command-map): Use completion-at-point.
6460 (read-shell-command): Setup completion vars here instead.
6461 (read-expression-map): Bind TAB to symbol completion.
6462
52d3c2d0
SM
6463 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
6464 error directly rather via storing it into `results'.
6465
35813471
LL
64662011-05-02 Leo Liu <sdl.web@gmail.com>
6467
6468 * vc/diff.el: Fix description.
6469
e793a940
LMI
64702011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6471
6472 * server.el (server-eval-at): New function.
6473
8de66e05
LMI
64742011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6475
6476 * net/network-stream.el (open-network-stream): Take a :nowait
6477 parameter and pass it on to `make-network-process'.
6478 (network-stream-open-plain): Ditto.
6479
dcb79f20
AS
64802011-04-30 Andreas Schwab <schwab@linux-m68k.org>
6481
6482 * faces.el (face-spec-set-match-display): Don't match toolkit
6483 options on terminal frames.
6484
14a7fbd8
SM
64852011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6486
7eabc1be
SM
6487 * progmodes/pascal.el: Use lexical binding.
6488 (pascal-mode-map): Remove author preferences.
6489
14a7fbd8
SM
6490 * pcomplete.el (pcomplete-std-complete): Don't abuse
6491 completion-at-point.
6492
50f84510
JB
64932011-04-28 Juanma Barranquero <lekktu@gmail.com>
6494
6e087a44
JB
6495 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
6496 removing code that has been dead since 1991 or so.
6497
50f84510
JB
6498 * startup.el (command-line): When warning about "_emacs", use a
6499 delayed warning to allow the user to filter it out.
6500
0ba690bd
DD
65012011-04-28 Deniz Dogan <deniz@dogan.se>
6502
6503 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
6504 user has not joined.
6505
08abfaad
SM
65062011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
6509 aren't any completions at point.
6510
638f053a
JB
65112011-04-28 Juanma Barranquero <lekktu@gmail.com>
6512
6513 * subr.el (display-delayed-warnings): New function.
6514 (delayed-warnings-hook): New variable.
6515
8fff8daa
SM
65162011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6517
08abfaad
SM
6518 * minibuffer.el (completion-at-point, completion-help-at-point):
6519 Don't presume that a given completion-at-point-function will always
6520 use the same calling convention.
6521
8fff8daa
SM
6522 * pcomplete.el (pcomplete-completions-at-point):
6523 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
6524 pcomplete-seen is non-nil.
6525 (pcomplete-comint-setup): Also recognize the new comint/shell
6526 completion functions.
6527 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
6528 pcomplete-seen is non-nil.
6529
841a1577 65302011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 6531
841a1577 6532 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 6533 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 6534 the first character in the entry. This allows for code to add its
211ec907
UJ
6535 own uid to the entry.
6536 (icalendar--convert-float-to-ical): Add export of
6537 `diary-float'-entries save for those with the optional DAY
6538 argument.
6539
2a782793
DC
65402011-04-27 Daniel Colascione <dan.colascione@gmail.com>
6541
6542 * subr.el (shell-quote-argument): Use alternate escaping strategy
6543 when we spot a variable reference in a string.
6544
0438ce91
DC
65452011-04-26 Daniel Colascione <dan.colascione@gmail.com>
6546
6547 * cus-start.el (all): Define customization for debug-on-event.
6548
841a1577 65492011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
6550
6551 * subr.el (shell-quote-argument): Escape correctly under Windows.
6552
d090ed6c
SM
65532011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6554
6555 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
6556
bfd31217
MA
65572011-04-25 Michael Albinus <michael.albinus@gmx.de>
6558
d090ed6c
SM
6559 * net/tramp.el (tramp-process-actions): Add POS argument.
6560 Delete region between POS and (pos).
bfd31217 6561
d090ed6c
SM
6562 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6563 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
6564 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
6565
6566 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
6567 position in `tramp-process-actions' call.
6568
6569 * net/trampver.el: Update release number.
6570
e92f3bd3
SM
65712011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6572
850256b5
SM
6573 * custom.el (defcustom): Obey lexical-binding.
6574
e92f3bd3
SM
6575 Fix octave-inf completion problems reported by Alexander Klimov.
6576 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
6577 Inherit from octave-mode-syntax-table.
6578 (inferior-octave-mode): Set info-lookup-mode.
6579 (inferior-octave-completion-at-point): New function.
6580 (inferior-octave-complete): Use it and completion-in-region.
6581 (inferior-octave-dynamic-complete-functions): Use it as well, and use
6582 comint-filename-completion.
6583 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
6584 symbol elements which shouldn't be word elements.
6585 (octave-font-lock-keywords, octave-beginning-of-defun)
6586 (octave-function-header-regexp): Adjust regexps accordingly.
6587 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
6588
cd22b309
JB
65892011-04-25 Juanma Barranquero <lekktu@gmail.com>
6590
6591 * net/gnutls.el (gnutls-errorp): Declare before first use.
6592
8b492194
TZ
65932011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
6594
6595 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
6596 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
6597 default trustfile exists before going to use it. Add missing
6598 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
6599 Reported by Claudio Bley <claudio.bley@gmail.com>.
6600 (open-gnutls-stream): Add usage example.
6601
6602 * net/network-stream.el (network-stream-open-starttls): Give host
6603 parameter to `gnutls-negotiate'.
6604 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 6605 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 6606
841a1577 66072011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 6608
cd22b309
JB
6609 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6610 Use correct match group (bug#8438).
05842630 6611
3ba7869c
CY
66122011-04-24 Chong Yidong <cyd@stupidchicken.com>
6613
512e3ae1
CY
6614 * emacs-lisp/package.el (package-built-in-p): Fix typo.
6615 (package-menu--generate): New arg specifying packages to show.
6616 (package-menu-refresh, package-menu-execute, list-packages):
6617 Callers changed.
6618 (package-show-package-list): New function, replacing deleted
6619 package--list-packages (renamed because it is non-internal).
6620
6621 * finder.el (finder-list-matches): Use package-show-package-list
6622 instead of deleted package--list-packages.
6623
e92f3bd3
SM
6624 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
6625 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
6626 (vc-annotate-mode-map): Bind it to RET.
6627
7031be6d
UR
66282011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
6629
6630 * progmodes/etags.el (next-file): Don't use set-buffer to change
6631 buffers (Bug#8478).
6632
4ef177aa
CY
66332011-04-24 Chong Yidong <cyd@stupidchicken.com>
6634
c8d173eb
CY
6635 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
6636
4ef177aa
CY
6637 * apropos.el (apropos-label-face): Avoid variable-pitch face.
6638 (apropos-accumulator): Doc fix.
6639 (apropos-function, apropos-macro, apropos-command)
6640 (apropos-variable, apropos-face, apropos-group, apropos-widget)
6641 (apropos-plist): Add face property.
6642 (apropos-symbols-internal): Fix indentation.
6643 (apropos-print): Simplify help, and recognize apropos-multi-type.
6644 (apropos-print-doc): Use button-type-get to extract the button's
6645 face property. Fill docstring (Bug#8352).
6646
4ffd0d6b 66472011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
6648
6649 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
6650
c6c32125 6651 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 6652 (mpuz-mode-map): Use mapc.
c6c32125
JB
6653 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
6654 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
6655 Fix typos in docstrings.
6656
58d468b4
JB
6657 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
6658 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
6659
6470c3c6
JB
6660 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
6661
4ffd0d6b 66622011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
6663
6664 * minibuffer.el (completion--do-completion): Avoid the "Next char
6665 not unique" prompt if icomplete-mode is enabled (Bug#5849).
6666
3ad8bad0
CY
6667 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
6668 mouse-2 into unread-command-events, it is interpreted correctly.
6669
71d73c9c 6670 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 6671 (image-toggle-display): Doc fix.
71d73c9c 6672
841a1577 66732011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 6674
4ffd0d6b
GM
6675 * textmodes/page.el (what-page): Use line-number-at-pos to
6676 calculate line number (Bug#6825).
6e1dbaa9 6677
c2fb1b60
JB
66782011-04-22 Juanma Barranquero <lekktu@gmail.com>
6679
6680 * eshell/esh-mode.el (find-tag-interactive): Declare function.
6681 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
6682 Pass argument NO-DEFAULT to `find-tag-interactive'.
6683
e02f48d7
JB
66842011-04-22 Juanma Barranquero <lekktu@gmail.com>
6685
6686 Lexical-binding cleanup.
6687
6688 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
6689 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
6690 * progmodes/ada-prj.el (ada-prj-initialize-values)
6691 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
6692 (ada-prj-show-value):
6693 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
6694 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
6695 (antlr-invalidate-context-cache, antlr-options-menu-filter)
6696 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
6697 * progmodes/bug-reference.el (bug-reference-push-button):
6698 * progmodes/fortran.el (fortran-line-length):
6699 * progmodes/glasses.el (glasses-change):
6700 * progmodes/octave-mod.el (octave-fill-paragraph):
6701 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
6702 (python-pdbtrack-grub-for-buffer, python-sentinel):
6703 * progmodes/sql.el (sql-save-connection):
6704 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
6705 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
6706 Mark unused parameters.
6707
6708 * progmodes/compile.el (compilation--flush-directory-cache)
6709 (compilation--flush-parse, compile-internal): Mark unused parameters.
6710 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
6711 (compilation-next-error-function): Remove unused variable `timestamp'.
6712
6713 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
6714 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
6715
6716 * progmodes/dcl-mode.el (dcl-end-of-command):
6717 Remove unused variable `start'.
6718 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
6719 (dcl-option-value-basic, dcl-option-value-offset)
6720 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
6721 Mark unused parameters.
6722 (dcl-save-local-variable): Remove unused variable `val'.
6723 (mode): Declare.
6724
6725 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
6726 Mark unused parameters.
6727 (delphi-ignore-changes): Move before first use.
6728 (delphi-charset-token-at): Remove unused variable `start'.
6729 (delphi-else-start): Remove unused variable `if-count'.
6730 (delphi-comment-block-start, delphi-comment-block-end):
6731 Remove unused variable `kind'.
6732 (delphi-indent-line): Remove unused variable `new-point'.
6733
6734 * progmodes/ebrowse.el (ebrowse-files-list)
6735 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
6736 Mark unused parameters. Don't quote `lambda'.
6737 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
6738 Don't quote `lambda'.
6739 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
6740 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
6741 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
6742 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
6743 Use `ignore-errors'.
6744 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
6745 (ebrowse-view/find-file-and-search-pattern)
6746 (ebrowse-view/find-member-declaration/definition):
6747 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
6748 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
6749 Rename parameter PREFIX-ARG to PREFIX.
6750 (ebrowse-tags-read-name): Remove unused variables `start' and
6751 `member-info'.
6752 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
6753 to `tags-file'.
6754
6755 * progmodes/etags.el (local-find-tag-hook): Declare.
6756 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
6757 Mark unused parameters.
6758
6759 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
6760 (executable-interpret): Mark unused parameter.
6761
6762 * progmodes/flymake.el (flymake-process-sentinel)
6763 (flymake-after-change-function)
6764 (flymake-create-temp-with-folder-structure)
6765 (flymake-get-include-dirs-dot): Mark unused parameters.
6766 (flymake-safe-delete-directory): Remove unused variable `err'.
6767
6768 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
6769 (speedbar-timer-fn, speedbar-line-text)
6770 (speedbar-change-expand-button-char, speedbar-delete-subblock)
6771 (speedbar-center-buffer-smartly): Declare functions.
6772 (gdb-find-watch-expression): Remove unused variable `array'.
6773 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
6774 (gdb-starting): Mark unused parameters.
6775 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
6776 (gdb-table-string): Remove unused variable `res'.
6777 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
6778 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
6779 (gdb-display-buffer): Remove unused variable `cur-size'.
6780
6781 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
6782 allow lexical-binding compilation.
6783 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
6784 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
6785 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
6786 Mark unused parameters.
6787 (gud-gdb-marker-filter): Remove unused variable `match'.
6788 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
6789 lambda expressions and funcall them, instead of using `fset'.
6790
6791 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
6792 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
6793
6794 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
6795 variable `header-beg'; use `let'.
6796
6797 * progmodes/icon.el (indent-icon-exp): Remove unused variables
6798 `restart', `last-sexp' and `at-do'.
6799
6800 * progmodes/js.el (js--debug): Mark unused parameter.
6801 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
6802 (js--splice-into-items): Remove unused variable `item'.
6803 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
6804
6805 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
6806 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
6807 (makefile-complete): Remove unused variable `try'.
6808 (makefile-fill-paragraph, makefile-match-function-end):
6809 Mark unused parameters.
6810
6811 * progmodes/octave-inf.el (inferior-octave-complete):
6812 Remove unused variable `proc'.
6813 (inferior-octave-output-digest): Mark unused parameter.
6814
6815 * progmodes/perl-mode.el (perl-calculate-indent):
6816 Remove unused variable `err'.
6817
6818 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
6819 (prolog-indent-line): Mark unused parameters.
6820 (prolog-indent-line): Remove unused variable `beg'.
6821
6822 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
6823 (reporter-dont-compact-list): Declare.
6824
6825 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
6826 Remove unused variable `char'.
6827 (sh-debug): Mark unused parameter.
6828 (sh-get-indent-info): Remove unused variable `start'.
6829 (sh-calculate-indent): Remove unused variable `var'.
6830
6831 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
6832 (simula-electric-keyword): Remove unused variable `null'.
6833 (simula-search-backward, simula-search-forward): Remove unused
6834 variables `begin' and `end'.
6835
6836 * progmodes/vera-mode.el (vera-guess-basic-syntax):
6837 Remove unused variable `pos'.
6838 (vera-electric-tab, vera-comment-uncomment-region):
6839 Mark unused parameters.
6840 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
6841
7ede3b65
CY
68422011-04-22 Chong Yidong <cyd@stupidchicken.com>
6843
6844 * emacs-lisp/package.el (package--builtins, package-alist)
6845 (package-load-descriptor, package-built-in-p, package-activate)
6846 (define-package, package-installed-p)
6847 (package-compute-transaction, package-buffer-info)
6848 (package--push): Doc fix. Distinguish more clearly between
6849 version strings and version lists.
6850
121656e9
JB
68512011-04-21 Juanma Barranquero <lekktu@gmail.com>
6852
6853 Lexical-binding cleanup.
6854
6855 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
6856 (5x5-make-mutate-best):
6857 * play/fortune.el (fortune-in-buffer):
6858 * play/gomoku.el (gomoku-init-display):
6859 * play/solitaire.el (solitaire, solitaire-do-check):
6860 * play/tetris.el (tetris-default-update-speed-function):
6861 Mark unused parameters.
6862
6863 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
6864 (bubbles--shift): Remove unused variable `char-org'.
6865 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
6866 (bubbles--show-images): Remove unused variable `char'.
6867
6868 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
6869 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
6870 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
6871 (decipher-analyze-buffer): Use ?\s.
6872 (decipher-make-checkpoint): Remove unused variable `mapping'.
6873
6874 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
6875
6876 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
6877 Remove unused variable `result'; use `let'.
6878
6879 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
6880 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
6881 (gametree-children-shown-p, gametree-compute-reduced-score):
6882 Use `ignore-errors'.
6883
6884 * play/handwrite.el (ps-lpr-switches): Declare.
6885 (handwrite): Remove unused variables `pmin' and `lastp'.
6886
6887 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
6888
6889 * play/landmark.el (landmark-init-display)
6890 (landmark-update-naught-weights): Mark unused parameters.
6891 (landmark-y): Remove unused variable `noise'. Simplify.
6892 (landmark-human-plays): Remove unused variable `score'.
6893
6894 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
6895 (mpuz-try-proposal): Remove unused variable `game'.
6896
6897 * play/zone.el (life-patterns): Declare.
6898
80f499c7
JB
68992011-04-20 Juanma Barranquero <lekktu@gmail.com>
6900
6901 * vc/vc.el (ediff-vc-internal): Declare function.
6902
024ff170
SM
69032011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6904
c0a193ea
SM
6905 * shell.el: Use lexical-binding and std completion UI.
6906 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
6907 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
6908 comint-preoutput-filter-functions rather than on
6909 comint-output-filter-functions.
6910 (shell-command-completion, shell--command-completion-data)
6911 (shell-filename-completion, shell-environment-variable-completion)
6912 (shell-c-a-p-replace-by-expanded-directory): New functions.
6913 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
6914 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
6915 (shell-dynamic-complete-environment-variable): Use them.
6916 (shell-dynamic-complete-as-environment-variable)
6917 (shell-dynamic-complete-as-command): Remove.
6918 (shell-match-partial-variable): Match past point.
6919 * comint.el: Clean up use of completion-at-point-functions.
6920 (comint-completion-at-point): New function.
6921 (comint-mode): Use it completion-at-point-functions.
6922 (comint-dynamic-complete): Make it obsolete.
6923 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
6924 (comint-c-a-p-replace-by-expanded-history): New function.
6925 (comint-dynamic-complete-functions)
6926 (comint-replace-by-expanded-history): Use it.
6927 * minibuffer.el (completion-table-with-terminator): Allow dynamic
6928 termination strings. Try harder to avoid second try-completion.
6929 (completion-in-region-mode-map): Disable bindings that don't work yet.
6930
2dbaa080
SM
6931 * comint.el: Use lexical-binding. Require CL.
6932 (comint-dynamic-complete-functions): Use comint-filename-completion.
6933 (comint-completion-addsuffix): Tweak custom type.
6934 (comint-filename-completion, comint--common-suffix)
6935 (comint--common-quoted-suffix, comint--table-subvert)
6936 (comint--complete-file-name-data): New functions.
6937 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
6938 (comint-dynamic-list-filename-completions): Use them.
6939 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 6940
2dbaa080
SM
6941 * minibuffer.el (completion-in-region-mode):
6942 Keep completion-in-region-mode--predicate global.
6943 (completion-in-region--postch):
6944 Assume completion-in-region-mode--predicate is not null.
6945
c79a6f38
SM
6946 * progmodes/flymake.el (flymake-start-syntax-check-process):
6947 Obey `dir'. Simplify.
6948
024ff170
SM
6949 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
6950 we're in VC after all.
6951
1c6c854e
CS
69522011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
6953
6954 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 6955 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
6956 (vc-version-diff): Use vc-diff-build-argument-list-internal.
6957
bed7f140
SM
69582011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6959
332e62ab
SM
6960 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
6961 add sanity check.
6962
bed7f140
SM
6963 * obsolete/erc-hecomplete.el: Make obsolete.
6964 * obsolete/: Standardize obsolescence info in the header.
6965
f195c582
GM
69662011-04-20 Glenn Morris <rgm@gnu.org>
6967
6968 * calendar/solar.el (solar-horizontal-coordinates):
6969 Use the longitude argument rather than `calendar-longitude'.
6970 (solar-date-next-longitude): Remove unused locals.
6971
cb79b8c0
VJL
69722011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6973
6974 * whitespace.el: New version 13.2.1.
6975
69762011-04-20 felix <EmacsWiki> (tiny change)
6977
d8e4b68b 6978 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
6979 switching between major modes on a file.
6980
602ea69d
SM
69812011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
6984 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
6985 multi-line comments as well.
6986
06b60517
JB
69872011-04-19 Juanma Barranquero <lekktu@gmail.com>
6988
6989 Lexical-binding cleanup.
6990
6991 * arc-mode.el (archive-mode-revert):
6992 * cmuscheme.el (scheme-interactively-start-process):
6993 * custom.el (custom-initialize-delay):
6994 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
6995 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
6996 * emacs-lock.el (emacs-lock-clear-sentinel):
6997 * ezimage.el (defezimage):
6998 * follow.el (follow-avoid-tail-recenter):
6999 * fringe.el (set-fringe-mode-1):
7000 * generic-x.el (bat-generic-mode-compile):
7001 * help-mode.el (help-info-variable, help-do-xref)
7002 (help-mode-revert-buffer):
7003 * help.el (view-emacs-todo):
7004 * iswitchb.el (iswitchb-completion-help):
7005 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
7006 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
7007 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
7008 * locate.el (locate-update):
7009 * longlines.el (longlines-encode-region)
7010 (longlines-after-change-function):
7011 * outline.el (outline-isearch-open-invisible):
7012 * ps-def.el (declare-function, charset-dimension, char-width)
7013 (encode-char):
7014 * ps-mule.el (ps-mule-plot-string):
7015 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
7016 (recentf-edit-list-select, recentf-edit-list-validate)
7017 (recentf-open-files-action):
7018 * rect.el (delete-whitespace-rectangle-line)
7019 (rectangle-number-line-callback):
7020 * register.el (window-configuration-to-register)
7021 (frame-configuration-to-register):
7022 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
7023 * select.el (xselect-convert-to-string, xselect-convert-to-length)
7024 (xselect-convert-to-targets, xselect-convert-to-delete)
7025 (xselect-convert-to-filename, xselect-convert-to-charpos)
7026 (xselect-convert-to-lineno, xselect-convert-to-colno)
7027 (xselect-convert-to-os, xselect-convert-to-host)
7028 (xselect-convert-to-user, xselect-convert-to-class)
7029 (xselect-convert-to-name, xselect-convert-to-integer)
7030 (xselect-convert-to-atom, xselect-convert-to-identity):
7031 * subr.el (declare, ignore, process-kill-without-query)
7032 (text-clone-maintain):
7033 * terminal.el (te-get-char, te-tic-sentinel):
7034 * tool-bar.el (tool-bar-make-keymap):
7035 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
7036 * type-break.el (type-break-mode, type-break-noninteractive-query):
7037 * view.el (View-back-to-mark):
7038 * wid-browse.el (widget-browse-action, widget-browse-widget)
7039 (widget-browse-widgets, widget-browse-sexp):
7040 * widget.el (define-widget-keywords):
7041 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
7042 Mark unused parameters.
7043
7044 * align.el (align-adjust-col-for-rule): Mark unused parameter.
7045 (align-areas): Remove unused variable `look'.
7046 (align-region): Remove unused variables `real-end' and `pos-list'.
7047
7048 * apropos.el (apropos-score-doc): Remove unused variable `i'.
7049
7050 * bindings.el (mode-line-modified, mode-line-remote):
7051 Mark unused parameters.
7052 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
7053
7054 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
7055 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
7056
7057 * comint.el (comint-history-isearch-pop-state)
7058 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
7059 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
7060 (comint-substitute-in-file-name): Doc fix.
7061
7062 * completion.el (cmpl-statistics-block): Mark unused parameter.
7063 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
7064 (save-completions-to-file, load-completions-from-file):
7065 Remove unused local variable `e'.
7066
7067 * composite.el (compose-chars): Remove unused variable `len'.
7068 (lgstring-insert-glyph): Remove unused variable `g'.
7069 (compose-glyph-string): Remove unused variables `ascent',
7070 `descent', `lbearing' and `rbearing'.
7071 (compose-glyph-string-relative): Remove unused variables
7072 `lbearing', `rbearing' and `wadjust'.
7073 (compose-gstring-for-graphic): Remove unused variables `header',
7074 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
7075 (compose-gstring-for-terminal): Remove unused variables `header'
7076 and `nchars'. Use `let', not `let*'.
7077
7078 * cus-edit.el (Custom-set, Custom-save, custom-reset)
7079 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
7080 (Custom-buffer-done, custom-buffer-create-internal)
7081 (custom-browse-visibility-action, custom-browse-group-tag-action)
7082 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
7083 (widget-magic-mouse-down-action, custom-toggle-parent)
7084 (custom-add-parent-links, custom-toggle-hide-variable)
7085 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
7086 (custom-toggle-hide-face, face, hook, custom-group-link-action)
7087 (custom-face-menu-create, custom-variable-menu-create, get)
7088 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
7089 (custom-reset-standard-save-and-update): Remove unused variable `value'.
7090 (customize-apropos): Remove unused variable `tests'.
7091 (custom-group-value-create): Remove unused variable `hidden-p'.
7092 (sort-fold-case): Declare.
7093
7094 * cus-theme.el (custom-reset-standard-faces-list)
7095 (custom-reset-standard-variables-list): Declare.
7096 (customize-create-theme, custom-theme-revert, custom-theme-write)
7097 (custom-theme-choose-mode, customize-themes, custom-theme-save):
7098 Mark unused parameters.
7099
7100 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
7101
7102 * delim-col.el (delimit-columns-max): Move defvar before first use.
7103
7104 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 7105 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
7106
7107 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
7108 (auto-insert): Declare.
7109 (desktop-restore-file-buffer): Rename desktop-* parameters;
7110 mark unused ones.
7111 (desktop-create-buffer): Rename desktop-* parameters and bind them.
7112 (desktop-buffer): Rename desktop-* parameters.
7113
7114 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7115 (dframe-reposition-frame-xemacs, dframe-help-echo)
7116 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
7117 Mark unused parameters.
7118
7119 * dired-aux.el (backup-extract-version-start, overwrite-query)
7120 (overwrite-backup-query, rename-regexp-query)
7121 (rename-non-directory-query): Declare.
7122 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
7123 (dired-add-entry): Remove unused variable `orig-file-name'.
7124 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
7125 Use parameter PRESERVE-TIME instead of accessing dynamic variable
7126 `dired-copy-preserve-time' directly.
7127 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
7128 (dired-insert-subdir-newpos): Rename unused variable `pos'.
7129
7130 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
7131 (dired-virtual-revert, dired-make-relative-symlink):
7132 Mark unused parameters.
7133 (manual-program): Declare.
7134 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
7135 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
7136 wrapped in `with-no-warnings' to avoid replacing one warning by another.
7137
7138 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
7139
7140 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
7141
7142 * echistory.el (electric-history-in-progress, Helper-return-blurb):
7143 Declare.
7144
7145 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
7146
7147 * electric.el (Electric-command-loop): Rename parameter
7148 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
7149
7150 * expand.el (expand-in-literal): Remove unused variable `here'.
7151
7152 * facemenu.el (facemenu-add-new-color):
7153 Remove unused variable `docstring'.
7154
7155 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
7156 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
7157 (face-attr-construct): Mark unused parameter. Doc fix.
7158 (read-color): Remove unused variable `hex-string'.
7159
7160 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
7161 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
7162 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
7163 (display-buffer-other-frame): Remove unused variable `old-window'.
7164 (kill-buffer-hook): Declare.
7165 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
7166 Mark unused parameters.
7167 (after-find-file): Pass 1 to `auto-save-mode', not t.
7168
7169 * files-x.el (auto-insert): Declare.
7170 (modify-file-local-variable-prop-line): Remove unused variable `val'.
7171
7172 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 7173 variable `buf'. Mark unused parameter.
06b60517
JB
7174 (find-lisp-insert-directory): Mark unused parameter.
7175
7176 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
7177 (format-encode-region): Remove unused variables `cur-buf' and `result'.
7178 (format-common-tail): Remove, unused.
7179 (format-deannotate-region): Remove unused variable `loc'.
7180 (format-annotate-region): Remove unused variable `p'.
7181 (format-annotate-single-property-change): Remove unused variables
7182 `default' and `tail'.
7183
7184 * forms.el (read-file-filter): Declare.
7185 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
7186
7187 * frame.el (frame-creation-function-alist): Mark unused parameter.
7188 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
7189
7190 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
7191 Remove unused parameters.
7192 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
7193 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
7194
7195 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
7196 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
7197 (hfy-prepare-tag-map): Mark unused parameters.
7198 (htmlfontify-buffer): Use `called-interactively-p'.
7199
7200 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
7201 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
7202 (ibuffer-do-occur): Mark unused parameters.
7203 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
7204 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
7205
7206 * ibuffer.el: Don't quote `lambda'.
7207 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
7208 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
7209 Mark unused parameters.
7210
7211 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
7212 (ido-completing-read): Mark unused parameters.
7213 (ido-copy-current-word): Mark unused parameters;
7214 remove unused variable `name'.
7215 (ido-sort-merged-list): Remove unused parameter `dirs'.
7216
7217 * ielm.el (ielm-input-sender): Mark unused parameter.
7218 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
7219 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
7220 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
7221 `ielm-string' as a dynamic variable accessible from the IELM prompt.
7222 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
7223
7224 * image-dired.el (image-dired-display-thumbs): Remove unused
7225 variables `curr-file' and `count'.
7226 (image-dired-remove-tag): Remove unused variable `start'.
7227 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
7228 variable `curr-file'
7229 (image-dired-rotate-original): Remove unused variable `temp-file'.
7230 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
7231 Remove unused variable `file'.
7232 (image-dired-gallery-generate): Remove unused variable `curr'.
7233 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
7234
7235 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
7236
7237 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
7238
7239 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
7240
7241 * isearch.el (minibuffer-history-symbol): Declare.
7242 (isearch-edit-string): Remove unused variable `err'.
7243 (isearch-message-prefix, isearch-message-suffix):
7244 Mark unused parameters.
7245
7246 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
7247
7248 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
7249
7250 * makesum.el (double-column): Remove unused variable `cnt'.
7251
7252 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
7253 (ido-ignore-item-temp-list): Declare.
7254
7255 * mouse-drag.el (mouse-drag-throw): Remove unused variables
7256 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
7257 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
7258 (mouse-drag-drag): Remove unused variables `mouse-delta' and
7259 `mouse-col-delta'.
7260
7261 * mouse-sel.el (mouse-extend-internal):
7262 Remove unused variable `orig-window-frame'.
7263
7264 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
7265 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
7266 Move declarations before first use.
7267 (pcomplete-opt): Mark unused parameters; doc fix.
7268
7269 * proced.el (proced-revert): Mark unused parameter.
7270 (proced-send-signal): Remove unused variable `err'.
7271
7272 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
7273 Rename parameter PREFIX-ARG to ARG.
7274 (ps-basic-plot-string, ps-basic-plot-whitespace):
7275 Mark unused parameters.
7276
7277 * replace.el (replace-count): Define.
7278 (occur-revert-function): Mark unused parameters.
7279 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
7280 (isearch-case-fold-search, isearch-string): Declare.
7281 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
7282 bind `case-fold-search'. Remove unused variables `beg' and `end',
7283 and simplify.
7284 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
7285 COUNT and bind `replace-count'.
7286 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
7287 to COUNT.
7288
7289 * savehist.el (print-readably, print-string-length): Declare.
7290
7291 * shadowfile.el (shadow-expand-cluster-in-file-name):
7292 Remove unused variable `cluster'.
7293 (shadow-copy-file): Remove unused variable `i'.
7294 (shadow-noquery, shadow-clusters, shadow-site-cluster)
7295 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
7296 (shadow-define-literal-group, shadow-define-regexp-group)
7297 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
7298
7299 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
7300 (shell): Use `called-interactively-p'.
7301 (shell-directory-tracker): Remove unused variable `chdir-failure'.
7302
7303 * simple.el (compilation-context-lines, comint-file-name-quote-list)
7304 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
7305 (delete-backward-char): Remove unused variable `ocol'.
7306 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
7307 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
7308 (event-apply-hyper-modifier, event-apply-shift-modifier)
7309 (event-apply-control-modifier, event-apply-meta-modifier):
7310 Mark unused parameters.
7311 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
7312 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
7313
7314 * speedbar.el (speedbar-ignored-directory-expressions)
7315 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
7316 (speedbar-find-file, speedbar-dir-follow)
7317 (speedbar-directory-buttons-follow, speedbar-tag-find)
7318 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
7319 (speedbar-buffers-line-directory, speedbar-buffer-click):
7320 Mark unused parameters.
7321 (speedbar-tag-file): Remove unused variable `mode'.
7322 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
7323
7324 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
7325
7326 * talk.el (talk): Remove unused variable `display'.
7327
7328 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
7329 (tar-write-region-annotate): Mark unused parameter.
7330
7331 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
7332 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
7333 Declare them, wrapped in `with-no-warnings' to avoid replacing one
7334 warning by another.
7335
7336 * time-stamp.el (time-stamp-string-preprocess):
7337 Remove unused variable `require-padding'.
7338
7339 * tree-widget.el (widget-glyph-enable): Declare.
7340 (tree-widget-action): Mark unused parameter.
7341
7342 * w32-fns.el (x-get-selection): Mark unused parameter.
7343 (autoload-make-program, generated-autoload-file): Declare.
7344
7345 * wdired.el (wdired-revert): Mark unused parameters.
7346 (wdired-xcase-word): Remove unused variable `err'.
7347
7348 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
7349 (whitespace-help-scroll): Remove unused variable `data-help'.
7350
7351 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
7352 (widget-image-insert, widget-after-change, default)
7353 (widget-default-format-handler, widget-default-notify)
7354 (widget-default-prompt-value, widget-info-link-action)
7355 (widget-url-link-action, widget-function-link-action)
7356 (widget-variable-link-action, widget-file-link-action)
7357 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
7358 (widget-field-prompt-internal, widget-field-action, widget-field-match)
7359 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
7360 (widget-insert-button-action, widget-delete-button-action, visibility)
7361 (widget-documentation-link-action, widget-documentation-string-action)
7362 (widget-const-prompt-value, widget-regexp-match, symbol)
7363 (widget-coding-system-prompt-value)
7364 (widget-key-sequence-value-to-external, sexp)
7365 (widget-sexp-value-to-internal, character, vector, cons)
7366 (widget-choice-prompt-value, widget-boolean-prompt-value)
7367 (widget-color--choose-action): Mark unused parameters.
7368 (widget-item-match-inline, widget-choice-match-inline)
7369 (widget-checklist-match, widget-checklist-match-inline)
7370 (widget-group-match): Rename parameter VALUES to VALS.
7371 (widget-field-value-set): Remove unused variable `size'.
7372 (widget-color-action): Remove unused variables `value' and `start'.
7373
7374 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 7375 variable `dir'. Doc fix.
06b60517
JB
7376 (windmove-find-other-window): Don't pass it.
7377
7378 * window.el (count-windows): Mark unused parameter.
7379 (bw-adjust-window): Remove unused variable `err'.
7380
7381 * woman.el (woman-file-name): Remove unused variable `default'.
7382 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
7383 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
7384 (global-font-lock-mode): Declare.
7385 (woman-decode-region): Mark unused parameter.
7386 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
7387
7388 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
7389 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
7390 (x-dnd-handle-moz-url): Remove unused variable `title'.
7391 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
7392
7393 * xml.el (xml-parse-tag, xml-parse-attlist):
7394 Remove unused variable `pos'.
7395
bc4f7f3d
GM
73962011-04-19 Glenn Morris <rgm@gnu.org>
7397
7398 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
7399 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7400 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7401 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
7402 * calendar/cal-html.el (cal-html-insert-minical):
7403 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
7404 (calendar-mark-date-pattern):
7405 Prefix "unused" locals.
7406
7407 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
7408 optional argument `style'.
7409
7410 * calendar/appt.el (appt-make-list):
7411 * calendar/cal-china.el (calendar-chinese-date-string):
7412 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
7413 (diary-hebrew-yahrzeit):
7414 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
7415 * calendar/calendar.el (calendar-generate-window):
7416 * calendar/time-date.el (time-to-days):
7417 Remove unused local variables.
7418
16a43933
CY
74192011-04-18 Chong Yidong <cyd@stupidchicken.com>
7420
7421 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
7422 glyphless-char-display table.
7423 (tabulated-list-glyphless-char-display): New var.
7424
7eed1860
SS
74252011-04-18 Sam Steingold <sds@gnu.org>
7426
7427 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
7428 to acknowledgments.
7429
4d2d1ccd
GM
74302011-04-17 Glenn Morris <rgm@gnu.org>
7431
7432 * calendar/diary-lib.el (diary-sexp-entry):
7433 * calendar/holidays.el (holiday-sexp):
7434 Set debug-on-error rather than the removed stack-trace-on-error.
7435
239da61d
GM
74362011-04-16 Glenn Morris <rgm@gnu.org>
7437
7438 * progmodes/f90.el: Use lexical-binding.
7439 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
7440
8b05752a
SM
74412011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7442
daca8ba5
SM
7443 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
7444 (mail-mode): Setup mailalias completion here instead.
7445 * mail/mailalias.el: Use lexical-binding.
7446 (pattern, mailalias-done): Declare dynamic.
7447 (mail-completion-at-point-function): New function, from mail-complete.
7448 (mail-complete): Use it.
7449 (mail-completion-expand): New function.
7450 (mail-get-names): Use it.
7451 (mail-directory, mail-directory-process, mail-directory-stream):
7452 Don't use `pattern' for lexically bound arg.
7453
6f542485
SM
7454 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
7455
037e7c3f
SM
7456 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
7457 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
7458 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
7459
8b05752a
SM
7460 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
7461 (byte-save-window-excursion, byte-temp-output-buffer-setup)
7462 (byte-interactive-p): Define them again, for use when inlining
7463 old code.
7464
49093f60
JB
74652011-04-15 Juanma Barranquero <lekktu@gmail.com>
7466
7467 * loadup.el: Use `string-to-number', not `string-to-int'.
7468
b5b8e7de
SM
74692011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
7472 gud-gdb-complete-command.
7473 (gud-gdb-completions): New function, from gud-gdb-complete-command.
7474 (gud-gdb-completion-at-point): New function.
7475 (gud-gdb-completions): Remove.
7476
f42efeb5
MA
74772011-04-14 Michael Albinus <michael.albinus@gmx.de>
7478
49093f60
JB
7479 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
7480 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
7481 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
7482 whether `executable-find' is bound.
f42efeb5
MA
7483
7484 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
7485
e240cc21
SM
74862011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7487
7488 * minibuffer.el (completion-in-region-mode-predicate)
7489 (completion-in-region-mode--predicate): New vars.
7490 (completion-in-region, completion-in-region--postch)
7491 (completion-in-region-mode): Use them.
7492 (completion--capf-wrapper): Also return the hook function.
7493 (completion-at-point, completion-help-at-point):
7494 Adjust and provide a predicate.
c2bd2ab0
SM
7495
7496 Preserve arg names for advice of subr and lexical functions (bug#8457).
7497 * help-fns.el (help-function-arglist): Consolidate the subr and
7498 new-byte-code cases. Add argument `preserve-names' to extract names
7499 from the docstring when needed.
7500 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
7501 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
7502 (ad-arglist): Use help-function-arglist's new arg.
7503 (ad-definition-type): Use cond.
7504
c183f693
JB
75052011-04-13 Juanma Barranquero <lekktu@gmail.com>
7506
06641a47
JB
7507 * autorevert.el (auto-revert-handler):
7508 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
7509 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
7510 Don't quote lambda.
7511
c183f693
JB
7512 * image-mode.el (image-transform-set-scale):
7513 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
7514
1e3b6001
G
75152011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7516
7517 * net/network-stream.el (network-stream-open-starttls): Only do
7518 opportunistic STARTTLS upgrades if we have built-in gnutls support.
7519 Upgrades via gnutls-cli are too slow to be done opportunistically.
7520
2d6af8dd
JB
75212011-04-12 Juanma Barranquero <lekktu@gmail.com>
7522
7523 * dframe.el (dframe-current-frame): Remove spurious quote.
7524
c0749a51
GM
75252011-04-12 Glenn Morris <rgm@gnu.org>
7526
088d0d61
GM
7527 * calendar/cal-tex.el (cal-tex-end-document):
7528 Try to automatically use latin1 input if needed.
7529
c0749a51
GM
7530 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
7531 Don't try to cons a mark onto an empty element.
7532
5c90fde0
LL
75332011-04-11 Leo Liu <sdl.web@gmail.com>
7534
7535 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
7536 buffers.
7537 (ido-kill-buffer-at-head): Support killing virtual buffers.
7538
369e974d
CY
75392011-04-10 Chong Yidong <cyd@stupidchicken.com>
7540
7541 * minibuffer.el (completion-show-inline-help): New var.
7542 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
7543 (minibuffer-force-complete, minibuffer-complete-word):
7544 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
7545
7546 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
7547 to avoid interference from inline help (Bug#5849).
7548
37f1c930
LL
75492011-04-10 Leo Liu <sdl.web@gmail.com>
7550
099c39a4
JB
7551 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7552 Fix typo.
37f1c930 7553
a32d4040
CY
75542011-04-09 Chong Yidong <cyd@stupidchicken.com>
7555
7556 * image-mode.el (image-toggle-display-image): Signal an error if
7557 not in Image mode.
7558 (image-transform-mode, image-transform-resize)
7559 (image-transform-set-rotation): Doc fix.
daca8ba5 7560 (image-transform-set-resize): Delete.
a32d4040
CY
7561 (image-transform-set-scale, image-transform-fit-to-height)
7562 (image-transform-fit-to-width): Handle image-toggle-display-image
7563 and image-transform-resize directly.
7564
099c39a4 75652011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
7566
7567 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
7568 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
7569 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
7570 (doc-view-mode-map): Add bindings for the new functions.
7571
099c39a4 75722011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 7573
4d61f28d 7574 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
7575 Fix typo in docstring.
7576
3726838a
EZ
75772011-04-08 Eli Zaretskii <eliz@gnu.org>
7578
04f33f1e
EZ
7579 * files.el (file-size-human-readable): Produce one digit after
7580 decimal, like "ls -lh" does.
7581
7582 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
7583 the file size representation.
7584
3726838a
EZ
7585 * simple.el (list-processes): If async subprocesses are not
7586 available, error out with a clear error message.
7587
cbb59342
CY
75882011-04-08 Chong Yidong <cyd@stupidchicken.com>
7589
7590 * help.el (help-form-show): New function, to be called from C.
7591 Put help-form output in a buffer named differently than *Help*.
7592
e3971c44
EZ
75932011-04-08 Eli Zaretskii <eliz@gnu.org>
7594
7595 * files.el (file-size-human-readable): New function.
7596
7597 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
7598 computing the representation inline. Don't require `cl'.
7599
12544bbe
GM
76002011-04-08 Glenn Morris <rgm@gnu.org>
7601
a1de6c6a
GM
7602 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
7603
3c4671f4
GM
7604 * net/browse-url.el (browse-url-firefox):
7605 Test system-type, not system-configuration.
7606
b605679c
GM
7607 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
7608 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
7609 Use log-edit-empty-buffer-p. (Bug#7598)
7610
56442f0c
GM
7611 * net/rlogin.el (rlogin-process-connection-type): Simplify.
7612 (rlogin-mode-map): Initialize in the defvar.
7613 (rlogin): Use ignore-errors.
7614
12544bbe
GM
7615 * replace.el (occur-mode-map): Some fixes for menu items.
7616
eb237b0f
AH
76172011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7618
7619 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
7620
7d668f2c
CY
76212011-04-06 Chong Yidong <cyd@stupidchicken.com>
7622
e67a13ab
CY
7623 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
7624 issuing unused warnings.
7625
7626 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
7627 macro directly.
7628
7d668f2c
CY
7629 * simple.el: Lisp reimplement of list-processes. Based on an
7630 earlier reimplementation by Leo Liu, but using tabulated-list.el.
7631 (process-menu-mode): New major mode.
7632 (list-processes--refresh, list-processes):
7633 (process-menu-visit-buffer): New functions.
7634
7635 * files.el (save-buffers-kill-emacs): Don't assume any return
7636 value of list-processes, which is undocumented anyway.
7637
a83ec3c9
CY
76382011-04-06 Chong Yidong <cyd@stupidchicken.com>
7639
7640 * emacs-lisp/tabulated-list.el: New file.
7641
e91a96fe
CY
7642 * emacs-lisp/package.el: Use Tabulated List mode.
7643 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
7644 (package-menu-mode): Derive from tabulated-list-mode. Set up the
7645 table format using Tabulated List mode variables.
7646 (package--push): New macro, replacing package-list-maybe-add.
7647 (package-menu--generate): Use package--push. Renamed from
7648 package--generate-package-list.
7649 (package-menu-refresh, list-packages): Use it.
daca8ba5 7650 (package-menu--print-info): Rename from package-print-package.
e91a96fe 7651 Return insertion data instead of inserting it directly.
099c39a4
JB
7652 (package-menu-describe-package, package-menu-execute):
7653 Use tabulated-list-get-id.
e91a96fe
CY
7654 (package-menu-mark-delete, package-menu-mark-install)
7655 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
7656 (package-menu-mark-obsolete-for-deletion):
7657 Use tabulated-list-put-tag.
e91a96fe
CY
7658 (package--list-packages, package-menu-revert)
7659 (package-menu-get-package, package-menu-get-version)
7660 (package-menu-sort-by-column): Functions deleted.
7661 (package-menu-package-list, package-menu-sort-key): Vars deleted.
7662 (package-menu--status-predicate, package-menu--version-predicate)
7663 (package-menu--name-predicate)
7664 (package-menu--description-predicate): Handle arguments in the
7665 Tabulated List format.
7666 (package-list-packages-no-fetch): Call list-packages.
7667
3e214b50
JB
76682011-04-06 Juanma Barranquero <lekktu@gmail.com>
7669
7670 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 7671 (after-find-file): Don't bind it.
3e214b50
JB
7672 (revert-buffer-in-progress-p): New variable.
7673 (revert-buffer): Bind it.
7674 Pass nil for `after-find-file-from-revert-buffer'.
7675
7676 * saveplace.el (save-place-find-file-hook): Use new variable
7677 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
7678
3f0f1700
GM
76792011-04-06 Glenn Morris <rgm@gnu.org>
7680
c0274801
GM
7681 * Makefile.in (AUTOGEN_VCS): New variable.
7682 (autoloads): Use $AUTOGEN_VCS.
7683
3f0f1700
GM
7684 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
7685 * calendar/calendar.el (calendar-mode-map):
7686 Check for toolkit scroll bars. (Bug#8305)
7687
41ea9e48
CY
76882011-04-05 Chong Yidong <cyd@stupidchicken.com>
7689
7690 * minibuffer.el (completion-in-region--postch)
7691 (completion-in-region-mode): Remove unnecessary messages.
7692
6194c800
JB
76932011-04-05 Juanma Barranquero <lekktu@gmail.com>
7694
33256f14
JB
7695 * font-lock.el (font-lock-refresh-defaults):
7696 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
7697 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
7698
6194c800
JB
7699 * info.el (Info-directory-list, Info-read-node-name-2)
7700 (Info-split-parameter-string): Doc fixes.
7701 (Info-virtual-nodes): Reflow docstring.
7702 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
7703 (Info-apropos-toc-nodes, info-finder, Info-get-token)
7704 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
7705 Fix typos in docstrings.
7706 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
7707 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
7708 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
7709 (Info-restore-desktop-buffer): Mark unused parameters.
7710 (Info-directory-find-file, Info-directory-find-node)
7711 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
7712 (Info-virtual-index-find-node, Info-apropos-find-file)
7713 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 7714 Mark unused parameters; fix typos in docstrings.
6194c800
JB
7715 (Info-virtual-index): Remove unused local variable `nodename'.
7716
b87a8200 77172011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 7718
b87a8200
DD
7719 * net/rcirc.el: Update my e-mail address.
7720 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 7721
3b2ff876
CY
77222011-04-05 Chong Yidong <cyd@stupidchicken.com>
7723
7724 * startup.el (command-line): Save the cursor's theme-face
7725 directly, instead of using face-override-spec.
7726
7727 * custom.el (load-theme): Minor optimization in assigning faces.
7728
8d17e7ca
JB
77292011-04-04 Juanma Barranquero <lekktu@gmail.com>
7730
7731 * help-fns.el (describe-variable): Complete all variables having
7732 documentation, including keywords.
7733 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
7734
2fbc1934
JB
77352011-04-04 Juanma Barranquero <lekktu@gmail.com>
7736
7737 Convert to lexical-binding.
7738
7739 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
7740 (bs--get-marked-string, bs--get-modified-string)
7741 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
7742 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
7743 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
7744
7745 * ehelp.el (electric-help-execute-extended)
7746 (electric-help-ctrl-x-prefix):
7747 * hexl.el (hexl-revert-buffer-function):
7748 * linum.el (linum-after-change, linum-after-scroll):
7749 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
7750
7751 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
7752
74f50695
DU
77532011-04-04 Daiki Ueno <ueno@unixuser.org>
7754
7755 * epa-dired.el:
7756 * epa-mail.el:
7757 * epa-hook.el:
7758 * epa-file.el:
7759 * epa.el:
7760 * epg.el: Use lexical binding.
7761
c11325f7
CY
77622011-04-03 Chong Yidong <cyd@stupidchicken.com>
7763
0d9e9a12
CY
7764 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
7765
c11325f7 7766 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
7767 dictionary case for flyspell-mark-duplications-exceptions.
7768 Use regexp matching for languages.
c11325f7
CY
7769 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
7770 default dictionary (Bug#7926).
7771
da91b5f2
CY
77722011-04-02 Chong Yidong <cyd@stupidchicken.com>
7773
099c39a4
JB
7774 * emacs-lisp/package.el (package--with-work-buffer):
7775 Recognize https URLs.
da91b5f2 7776
099c39a4
JB
7777 * net/network-stream.el: Move from gnus/proto-stream.el.
7778 Change prefix to network-stream throughout.
da91b5f2
CY
7779 (open-protocol-stream): Merge into open-network-stream, leaving
7780 open-protocol-stream as an alias. Handle nil BUFFER args.
7781
7782 * subr.el (open-network-stream): Move to net/network-stream.el.
7783
afa8e9f6
GM
77842011-04-02 Glenn Morris <rgm@gnu.org>
7785
1d2e369d
GM
7786 * find-dired.el (find-exec-terminator): New option.
7787 (find-ls-option): Test for -ls support.
7788 (find-ls-subdir-switches): Test for -b in find-ls-option.
7789 (find-dired, find-grep-dired): Doc fixes.
7790 (find-dired): Use find-exec-terminator.
7791
8abb7da8 7792 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
7793 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
7794 (find-name-arg): Remove purecopy.
8abb7da8 7795
f3ca7378
GM
7796 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
7797 (grep-compute-defaults): Check for `-exec COMMAND +' support.
7798 Set grep-find-use-xargs, grep-find-command, and grep-find-template
7799 accordingly. Don't add the null-device if not needed.
7800
afa8e9f6
GM
7801 * files.el (save-some-buffers): Doc fix.
7802
35eae264
EZ
78032011-04-02 Eli Zaretskii <eliz@gnu.org>
7804
7805 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
7806
26b51db5
JB
78072011-04-01 Juanma Barranquero <lekktu@gmail.com>
7808
7809 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
7810 Use `dolist' rather than `mapcar'.
7811
7200d79c
SM
78122011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7813
03408648 7814 Add lexical binding.
7200d79c 7815
03408648
SM
7816 * subr.el (apply-partially): Use new closures rather than CL.
7817 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
7818 (dolist, dotimes): Use slightly different expansion for lexical code.
7819 (functionp): Move to C.
7820 (letrec): New macro.
7821 (with-wrapper-hook): Use it and apply-partially instead of CL.
7822 (eval-after-load): Preserve lexical-binding.
7823 (save-window-excursion, with-output-to-temp-buffer): Turn them
7824 into macros.
7200d79c 7825
03408648
SM
7826 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
7827
7828 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
7829 than the arglist.
7830 (help-add-fundoc-usage): Don't add `Not documented'.
7831 (help-function-arglist): Handle closures, subroutines, and new
7832 byte-code-functions.
7833 (help-make-usage): Remove leading underscores.
7834 (describe-function-1): Handle closures.
7835 (describe-variable): Use special-variable-p for completion.
7836
7837 * files.el (lexical-binding): Declare safe.
f488fb65 7838
03408648
SM
7839 * emacs-lisp/pcase.el: Don't use destructuring-bind.
7840 (pcase--memoize): Rename from pcase-memoize. Change weakness.
7841 (pcase): Add `let' pattern.
7842 Change memoization so it actually works.
7843 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
7844 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
7845 <let>: New case.
f488fb65 7846
03408648
SM
7847 * emacs-lisp/macroexp.el: Use lexical binding.
7848 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
7849 Don't convert ' to #' without checking that it's indeed quoting
7850 a lambda.
7851
7852 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 7853 Use eval-sexp-add-defvars.
03408648
SM
7854 (eval-sexp-add-defvars): New fun.
7855
7856 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
7857
7858 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
7859 Don't autoload.
7860 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
7861 than the internal `byte-compile-lambda'.
7862 (defmethod): Don't hide code under quotes.
7863 (eieio-defmethod): New `code' argument.
7864
7865 * emacs-lisp/eieio-comp.el: Remove.
7866
7867 * emacs-lisp/edebug.el (edebug-eval-defun)
7868 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
7869 (edebug-toggle): Avoid `eval'.
7870
7871 * emacs-lisp/disass.el (disassemble-internal): Handle new
7872 `closure' objects.
7873 (disassemble-1): Handle new byte codes.
7874
7875 * emacs-lisp/cl.el (pushnew): Silence warning.
7876
7877 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
7878 (cl-byte-compile-throw): Remove.
7879 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
7880
7881 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
7882 closures.
7883
7884 * emacs-lisp/cconv.el: New file.
7885
7886 * emacs-lisp/bytecomp.el: Use lexical binding instead of
7887 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
7888 (byte-compile-initial-macro-environment):
7889 Handle declare-function here.
7890 (byte-compile--lexical-environment): New var.
7891 (byte-stack-ref, byte-stack-set, byte-discardN)
7892 (byte-discardN-preserve-tos): New lap codes.
7893 (byte-interactive-p): Don't use any more.
7894 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
7895 New macros.
7896 (byte-compile-lapcode): Use them and handle new lap codes.
7897 (byte-compile-obsolete): Remove.
7898 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
7899 (byte-compile-arglist-warn): Check late def of inlinable funs.
7900 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
7901 since they should have been expanded by now.
7902 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
7903 (byte-compile-from-buffer): Remove unused second arg.
7904 (byte-compile-preprocess): New function.
7905 (byte-compile-toplevel-file-form): New function to distinguish
7906 file-form calls from outside from file-form calls from hunk-handlers.
7907 (byte-compile-file-form): Simplify.
7908 (byte-compile-file-form-defsubst): Remove.
7909 (byte-compile-file-form-defmumble): Simplify now that
7910 byte-compile-lambda always returns a byte-code-function.
7911 (byte-compile): Preprocess.
7912 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
7913 Remove, not used any more.
7914 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
7915 (byte-compile-make-args-desc): New funs.
7916 (byte-compile-lambda): Handle lexical functions. Always return
7917 a byte-code-function.
7918 (byte-compile-reserved-constants): New var, to make up room for
7919 closed-over variables.
7920 (byte-compile-constants-vector): Obey it.
7921 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
7922 (byte-compile-macroexpand-declare-function): New function.
7923 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
7924 byte-code-functions.
7925 (byte-compile-form): Check obsolescence here.
7926 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
7927 (byte-compile-variable-ref): Remove.
7928 (byte-compile-dynamic-variable-op): New fun.
7929 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
7930 (byte-compile-variable-set): New funs.
7931 (byte-compile-discard): Add 2 args.
7932 (byte-compile-stack-ref, byte-compile-stack-set)
7933 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
7934 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
7935 macroexpand-all instead.
7936 (byte-compile-quote-form): Remove.
7937 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
7938 (byte-compile-bind, byte-compile-unbind): New funs.
7939 (byte-compile-let): Handle let* and lexical binding.
7940 (byte-compile-let*): Remove.
7941 (byte-compile-catch, byte-compile-unwind-protect)
7942 (byte-compile-track-mouse, byte-compile-condition-case):
7943 Handle a new :fun-body form, used for lexical scoping.
7944 (byte-compile-save-window-excursion)
7945 (byte-compile-with-output-to-temp-buffer): Remove.
7946 (byte-compile-defun): Simplify.
7947 (byte-compile-stack-adjustment): New fun.
7948 (byte-compile-out): Use it.
7949 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
7950
7951 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
7952 handler any more.
7953
7954 * emacs-lisp/byte-opt.el: Use lexical binding.
7955 (byte-inline-lapcode): Remove (to bytecomp).
7956 (byte-compile-inline-expand): Pay attention to inlining to/from
7957 lexically bound code.
7958 (byte-compile-unfold-lambda): Don't handle byte-code-functions
7959 any more.
7960 (byte-optimize-form-code-walker): Don't handle save-window-excursion
7961 any more and don't call compiler-macros.
7962 (byte-compile-splice-in-already-compiled-code): Remove.
7963 (byte-code): Don't inline any more.
7964 (disassemble-offset): Receive `bytes' as argument rather than via
7965 dynamic scoping.
7966 (byte-compile-tag-number): Declare before first use.
7967 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
7968 `return' even if make-spliceable.
7969 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
7970 obsolete interactive-p.
7971 (byte-optimize-lapcode): Optimize new lap-codes.
7972 Don't trip up on new form of `byte-constant' lap code.
7973
7974 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
7975
7976 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
7977
7978 * custom.el (custom-initialize-default, custom-declare-variable):
7979 Use `defvar'.
7980
7981 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
7982 New variables.
7983 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
7984 (COMPILE_FIRST): Add macroexp and cconv.
7985 * makefile.w32-in: Mirror changes in Makefile.in.
7986
7987 * vc/cvs-status.el:
7988 * vc/diff-mode.el:
7989 * vc/log-edit.el:
7990 * vc/log-view.el:
7991 * vc/smerge-mode.el:
7992 * textmodes/bibtex-style.el:
7993 * textmodes/css.el:
7994 * startup.el:
7995 * uniquify.el:
da91b5f2
CY
7996 * minibuffer.el:
7997 * newcomment.el:
7998 * reveal.el:
7999 * server.el:
8000 * mpc.el:
8001 * emacs-lisp/smie.el:
8002 * doc-view.el:
8003 * dired.el:
03408648
SM
8004 * abbrev.el: Use lexical binding.
8005
0f0c1f27
EZ
80062011-04-01 Eli Zaretskii <eliz@gnu.org>
8007
8008 * info.el (info-display-manual): New function.
8009
c82b2579
SM
80102011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8011
8012 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
8013
221ddf68
TH
80142011-03-31 Tassilo Horn <tassilo@member.fsf.org>
8015
8016 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 8017 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 8018
cba6e77e
GM
80192011-03-31 Glenn Morris <rgm@gnu.org>
8020
e040639f
GM
8021 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
8022
cba6e77e
GM
8023 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
8024
6d0f1c9e
CS
80252011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
8026
8027 * progmodes/python.el (python-default-interpreter)
8028 (python-python-command-args, python-jython-command-args)
8029 (python-which-shell, python-which-args, python-which-bufname)
8030 (python-file-queue, python-comint-output-filter-function)
8031 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
8032 variables and functions.
8033
3e2d70fd
SM
80342011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8035
8036 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
8037 (completion-in-region-mode): New minor mode.
8038 (completion-in-region): Use it.
8039 (completion-in-region--data, completion-in-region-mode-map): New vars.
8040 (completion-in-region--postch): New function.
8041 (completion--capf-misbehave-funs, completion--capf-safe-funs):
8042 New vars.
8043 (completion--capf-wrapper): New function.
8044 (completion-at-point): Use it to track well-behavedness of
8045 hook functions.
8046 (completion-help-at-point): New command.
8047
f3e4086c
JM
80482011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
8049
8050 * vc/add-log.el (add-change-log-entry): Don't use whitespace
8051 syntax class to search for whitespace on a single line
8052 (Message-ID: <4D938140.4030905@redhat.com>).
8053
eb7ffc14
LL
80542011-03-30 Leo Liu <sdl.web@gmail.com>
8055
8056 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
8057 New commands.
8058 (edit-abbrevs-map): Bind them here.
8059 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
8060
d806ab68
KM
80612011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
8062
8063 * allout.el (allout-hide-by-annotation, allout-flag-region):
8064 Reduce possibility of overlay leakage by making them volatile.
8065
8066 * allout-widgets.el (allout-widgets-tally): Define as nil so the
8067 hash is not shared between buffers. Mode initialization is
8068 responsible for giving it a useful starting value.
8069 (allout-item-span): Reduce possibility of overlay leakage by
8070 making them volatile.
8071 (allout-widgets-count-buttons-in-region): Add diagnostic function
8072 for tracking down button overlay leaks.
8073
ea622834
LL
80742011-03-29 Leo Liu <sdl.web@gmail.com>
8075
8076 * ido.el (ido-read-internal): Use the default history var
8077 minibuffer-history if no HISTORY is specified.
8078
b62f8267
G
80792011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
8080
03408648
SM
8081 * net/imap.el (imap-shell-open, imap-process-connection-type):
8082 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
8083 Kerberos, SSL, other subprocesses.
8084
947b6566
LL
80852011-03-28 Leo Liu <sdl.web@gmail.com>
8086
8087 * abbrev.el (abbrev-table-empty-p): New function.
8088 (prepare-abbrev-list-buffer): Place empty abbrev tables after
8089 nonempty ones. (Bug#5937)
8090
5ffb62aa
JD
80912011-03-27 Jan Djärv <jan.h.d@swipnet.se>
8092
8093 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
8094
7a097943
LL
80952011-03-27 Leo Liu <sdl.web@gmail.com>
8096
8097 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
8098 for foreground and background colors.
8099 (ansi-color-make-color-map): Adapt.
8100
c5b40130
LL
81012011-03-25 Leo Liu <sdl.web@gmail.com>
8102
1f48f7d2
LL
8103 * midnight.el (midnight-time-float): Remove. Note it calculates
8104 the microsecond component incorrectly and seconds-to-time does the
8105 same job.
625897ec 8106 Remove redundant (require 'timer).
1f48f7d2 8107
c5b40130
LL
8108 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
8109 (ido-completions): Remove unused arguments. (Bug#8329)
8110
d86d2721
SM
81112011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8112
8113 * minibuffer.el (completion--flush-all-sorted-completions):
8114 Remove itself from hook.
8115 (completion-at-point): Let the functions perform the completion
8116 immediately and return nil or t.
8117 * comint.el (comint-dynamic-complete-functions): Now identical to
8118 completion-at-point-functions.
8119 (comint-dynamic-list-input-ring): Remove unused var `index'.
8120 (comint--match-partial-filename, comint--unquote&expand-filename):
8121 New funs, split from comint-match-partial-filename.
8122 (comint-dynamic-complete): Use completion-at-point.
8123 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
8124
e8974c48
DA
81252011-03-24 Drew Adams <drew.adams@oracle.com>
8126
8127 * thingatpt.el: Support `defun'.
8128
def71b5e
LL
81292011-03-23 Leo Liu <sdl.web@gmail.com>
8130
cb5af48e
LL
8131 * abbrevlist.el: Move to obsolete/abbrevlist.el.
8132
def71b5e
LL
8133 * help-mode.el (help-mode-finish): Tweak regexp.
8134
927c53e7
GM
81352011-03-23 Glenn Morris <rgm@gnu.org>
8136
18d05bed
GM
8137 * eshell/esh-opt.el (eshell-eval-using-options):
8138 Do not bind unused local variable `eshell-option-stub'.
8139
927c53e7
GM
8140 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
8141
9d0da923
JB
81422011-03-22 Juanma Barranquero <lekktu@gmail.com>
8143
8144 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
8145 keymap variable in `with-no-warnings' to avoid a warning when the
8146 keymap has been already `defconst'ed.
8147
4b978a67
LL
81482011-03-22 Leo Liu <sdl.web@gmail.com>
8149
8150 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
8151 encode all chars in abbrevs; otherwise use emacs-mule or
8152 utf-8-emacs. (Bug#8308)
8153
5fd62452
JB
81542011-03-22 Juanma Barranquero <lekktu@gmail.com>
8155
0b1596c6
JB
8156 * simple.el (backward-delete-char-untabify):
8157 Avoid warning about using `delete-backward-char'.
8158
5fd62452
JB
8159 * image.el (image-type-file-name-regexps): Make it variable.
8160 `imagemagick-register-types' modifies it, and the user may want
8161 to add new extensions for known image types.
8162 (imagemagick-register-types): Throw error if not using ImageMagick.
8163
0b4e93f1
LL
81642011-03-22 Leo Liu <sdl.web@gmail.com>
8165
8166 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
8167 located before rcirc-prompt-end-marker.
8168 (rcirc-complete): Error if point is not after rcirc prompt.
8169 Handle the case when table is nil.
9882e214 8170 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 8171
fccee4ab
CY
81722011-03-22 Chong Yidong <cyd@stupidchicken.com>
8173
8174 * custom.el (custom--inhibit-theme-enable): Make it affect only
8175 custom-theme-set-variables and custom-theme-set-faces.
8176 (provide-theme): Ignore custom--inhibit-theme-enable.
8177 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
8178 (custom-enabling-themes): Delete variable.
d86d2721
SM
8179 (enable-theme): Accept only loaded themes as arguments.
8180 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
8181 (custom-enabled-themes): Forbid themes from setting this.
8182 Eliminate use of custom-enabling-themes.
8183 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 8184
af896da6
LL
81852011-03-21 Leo Liu <sdl.web@gmail.com>
8186
8187 * ido.el (ido-read-internal): Add ido-selected to history instead
8188 of user input.
8189
78f64af0
SM
81902011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 * subr.el (deferred-action-list, deferred-action-function):
8193 Mark obsolete.
8194
b16ac1ec
LL
81952011-03-21 Leo Liu <sdl.web@gmail.com>
8196
810f7698
LL
8197 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
8198 change on 2011-02-13 (bug#8309).
8199
b16ac1ec
LL
8200 * minibuffer.el (read-file-name-function): Change default value.
8201 (read-file-name--defaults): Rename from read-file-name-defaults.
8202 (read-file-name-default): Rename from read-file-name.
8203 (read-file-name): Call read-file-name-function.
8204
4e05e67e
GM
82052011-03-21 Glenn Morris <rgm@gnu.org>
8206
8207 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
8208 Doc fixes.
8209
4359915b
CY
82102011-03-21 Chong Yidong <cyd@stupidchicken.com>
8211
8212 * cus-theme.el: Add missing provide statement.
8213 (customize-create-theme): Extract theme value correctly.
8214 (custom-theme-visit-theme): Autoload.
8215 (customize-create-theme): Prompt before inserting default faces.
8216
1fe275ee
JB
82172011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
8218
8219 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
8220 units and musical notes.
8221
3ec03f7e
LL
82222011-03-20 Leo <sdl.web@gmail.com>
8223
8224 * ido.el (ido-read-internal): Use completing-read-default.
8225 (ido-completing-read): Fix compatibility with completing-read.
8226
7d476bde
CO
82272011-03-20 Christian Ohler <ohler@gnu.org>
8228
8229 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
8230 (ert-delete-all-tests): Use `called-interactively-p' rather than
8231 `interactive-p'.
8232 (ert--make-xrefs-region): Respect END.
8233
fe0fb33e
CY
82342011-03-19 Chong Yidong <cyd@stupidchicken.com>
8235
ff854b0b
CY
8236 * dired-aux.el (dired-create-directory): Signal an error if the
8237 directory already exists (Bug#8246).
8238
fe0fb33e
CY
8239 * facemenu.el (list-colors-display): Call list-faces-display
8240 inside with-help-window.
8241 (list-colors-print): Use display property to align the final
8242 column, instead of checking window-width.
8243
576bce32
EZ
82442011-03-19 Eli Zaretskii <eliz@gnu.org>
8245
4d61f28d 8246 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
8247 windows-nt systems.
8248 (emerge-protect-metachars): Quote correctly for ms-dos and
8249 windows-nt systems.
8250
89c41d68 82512011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
8252
8253 * info.el (info-initialize): Replace all uses of `:' with
8254 path-separator for compatibility with non-Unix systems.
8255 Cache quoting of path-separator. (Bug#8258)
8256
b14e3e21 82572011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
8258
8259 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
8260 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
8261 (mouse-avoidance-mode): Fix typos in docstrings.
8262
4525ce3e
CY
82632011-03-19 Chong Yidong <cyd@stupidchicken.com>
8264
8265 * startup.el (package-subdirectory-regexp): Move from package.el.
8266 Omit \\` and \\', and let callers add them.
8267
8268 * emacs-lisp/package.el (package-strip-version)
8269 (package-load-all-descriptors): Add \\` and \\' to
8270 package-subdirectory-regexp before using it.
8271 (package-untar-buffer): New arg DIR; ensure that file untars only
8272 into this expected directory. Remove superfluous delete-region.
8273 (package-unpack): Caller changed.
8274 (package-tar-file-info): Use package-subdirectory-regexp.
8275
a904a09a 82762011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 8277
a904a09a
SM
8278 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
8279 diff-mode-shared-map (bug#8284).
8280 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
8281
82822011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8283
8284 * calendar/time-date.el (format-seconds): Use assoc instead of
8285 assoc-string, since assoc-string doesn't exist in XEmacs.
8286
171fc304
JB
82872011-03-17 Juanma Barranquero <lekktu@gmail.com>
8288
8289 * custom.el (custom-known-themes): Reflow docstring.
8290 (custom-theme-load-path): Fix typo in docstring.
8291 (load-theme): Fix typo in error message.
8292 (custom-available-themes, custom-variable-theme-value):
8293 Use `let', not `let*'.
8294
d71990a1
JB
82952011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
8296
8297 * calc/README: Mention inclusion of musical notes.
8298
8299 * calc/calc-units.el (calc-lu-quant): Rename from
8300 `calc-logunits-quantity'.
8301 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
8302 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
8303 (calc-db): Rename from `calc-dblevel'.
8304 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
8305 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
8306 (calc-np): Rename from `calc-nplevel'.
8307 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
8308 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
8309 (calc-lu-plus): Rename from `calc-logunits-add'.
8310 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
8311 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
8312 (calc-lu-minus): Rename from `calc-logunits-sub'.
8313 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
8314 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
8315 (calc-lu-times): Rename from `calc-logunits-mul'.
8316 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
8317 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
8318 (calc-lu-divide): Rename from `calc-logunits-div'.
8319 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
8320 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
8321
8322 * calc/calc-ext.el (calc-init-extensions): Update the names of the
8323 functions being autoloaded.
8324
8325 * calc/calc.el (calc-lu-power-reference): Rename from
8326 `calc-logunits-power-reference'.
8327 (calc-lu-field-reference): Rename from
8328 `calc-logunits-field-reference'.
8329
8330 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
8331
40c2934b
SM
83322011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8333
8334 * minibuffer.el (completion-all-sorted-completions):
8335 Use :completion-cycle-penalty text property if present.
8336
b0911414
KM
83372011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
8338
8339 * allout.el (allout-yank-processing): Adjust for new rebulleting
8340 regime so bullet being yanked is used without prompting the user
8341 for a choice.
8342
8a05b668
JB
83432011-03-16 Juanma Barranquero <lekktu@gmail.com>
8344
8345 * startup.el (command-line): Warn the user that _emacs is deprecated.
8346
5ba5fb81
JB
83472011-03-16 Juanma Barranquero <lekktu@gmail.com>
8348
8349 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
8350 (delphi-verbose, delphi-comment-face, delphi-string-face)
8351 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
8352 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
8353 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
8354 (delphi-new-comment-line, delphi-font-lock-defaults)
8355 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
8356 Fix typos in docstrings.
8357
2dab465b
KM
83582011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
8359
5ba5fb81 8360 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
8361 Invert the roles of character and string values for INSTEAD, so a
8362 string is used for the more common case of a defaulting prompt.
8363
0adf5618
SM
83642011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 * progmodes/ruby-mode.el (ruby-backward-sexp):
8367 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
8368 * play/gamegrid.el (gamegrid-make-face):
8369 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
8370 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
8371 * notifications.el (notifications-notify):
8372 * net/xesam.el (xesam-search-engines):
8373 * net/quickurl.el (quickurl-list-insert):
8374 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
8375
d72700e5
CY
83762011-03-15 Chong Yidong <cyd@stupidchicken.com>
8377
8378 * startup.el (command-line): Update package subdirectory regexp.
8379
49c5410a
SM
83802011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8381
c6eee9aa
SM
8382 * allout.el (allout-abbreviate-flattened-numbering)
8383 (allout-mode-deactivate-hook): Fix up obsolescence "date".
8384
49c5410a
SM
8385 * subr.el (read-char-choice): Only show the cursor after the prompt,
8386 not after the answer.
8387
047b2bb9
KR
83882011-03-15 Kevin Ryde <user42@zip.com.au>
8389
8390 * help-fns.el (variable-at-point): Skip leading quotes, if any
8391 (bug#8253).
8392
0a57d256
SM
83932011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8394
8395 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
8396 warning message.
8397
77c992bc
MA
83982011-03-14 Michael Albinus <michael.albinus@gmx.de>
8399
8400 * shell.el (shell): When called interactively, offer to change the
8401 shell file name on remote hosts.
8402
eebc475d
TZ
84032011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8404
8405 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
8406 integration for LDAP parameters. The host, base, user or binddn,
8407 and secret tokens can be specified in a netrc file, for instance.
8408 This is optional because an `auth-source' parameter must be
8409 specified in the search attributes.
8410
9d05d1ba
JB
84112011-03-13 Juanma Barranquero <lekktu@gmail.com>
8412
8413 * help.el (describe-mode): Link to the mode's definition (bug#8185).
8414
09d9db2c
GM
84152011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8416
8417 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
8418 into declaration. Remove redundant and harmful binding.
8419
84202011-03-12 Eli Zaretskii <eliz@gnu.org>
8421
8422 * files.el (file-ownership-preserved-p): Pass `integer' as an
8423 explicit 2nd argument to `file-attributes'. If the file's owner
8424 is the Administrators group on Windows, and the current user is
8425 Administrator, consider that a match.
8426
8427 * server.el (server-ensure-safe-dir): Consider server directory
8428 safe on MS-Windows if its owner is the Administrators group while
8429 the current Emacs user is Administrator. Use `=' to compare
8430 numerical UIDs, since they could be integers or floats.
8431
219bd536
JB
84322011-03-12 Juanma Barranquero <lekktu@gmail.com>
8433
8434 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
8435
f3afd36b
MA
84362011-03-12 Michael Albinus <michael.albinus@gmx.de>
8437
8438 Sync with Tramp 2.2.1.
8439
8440 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
8441
8442 * net/trampver.el: Update release number.
8443
3aaaa6f1
SM
84442011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8445
94642599
SM
8446 * progmodes/compile.el (compilation--previous-directory): Fix up
8447 various nil/dead-marker mismatches (bug#8014).
8448 (compilation-directory-properties, compilation-error-properties):
8449 Don't call it at a position past the one we're about to change.
8450
3aaaa6f1
SM
8451 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
8452 Disable obsolescence warnings in the file that declares it.
8453
14239447
KM
84542011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
8455
099c39a4
JB
8456 * allout-widgets.el (allout-widgets-tally):
8457 Initialize allout-widgets-tally as a hash table rather than nil to
8458 prevent mode-line redisplay warnings. Also, clarify the module
8459 description and fix a comment typo.
14239447 8460
135e287c
JB
84612011-03-11 Juanma Barranquero <lekktu@gmail.com>
8462
8463 * help-fns.el (describe-variable): Don't complete keywords.
8464 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
8465
ffbf300e
CY
84662011-03-10 Chong Yidong <cyd@stupidchicken.com>
8467
ba08b241
CY
8468 * emacs-lisp/package.el (package-version-join): Impose a standard
8469 string representation for pre/alpha/beta version lists.
8470 (package-unpack-single): Standardize the directory name by passing
8471 it through package-version-join.
8472 (package-strip-rcs-id): Accept any version string that does not
8473 signal an error in version-to-list.
ffbf300e 8474
f346fd6b
MA
84752011-03-10 Michael Albinus <michael.albinus@gmx.de>
8476
8477 * simple.el (delete-trailing-whitespace): Return nil for the
8478 benefit of `write-file-functions'.
8479
ccb55d27
GM
84802011-03-10 Glenn Morris <rgm@gnu.org>
8481
5ceaac0c
GM
8482 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
8483
02da65ff
GM
8484 * vc/vc-git.el (vc-git-program): New option.
8485 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
8486 (vc-git--call): Use it.
8487
b2f603cc
GM
8488 * eshell/esh-util.el (eshell-condition-case): Doc fix.
8489
5772caab
GM
8490 * cus-edit.el (Custom-newline): If no button at point, look
8491 for a subgroup button at start-of-line. (Bug#2298)
8492
ccb55d27
GM
8493 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
8494
ec6ecaed
JD
84952011-03-10 Julien Danjou <julien@danjou.info>
8496
8497 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
8498 `cursor-type' is nil.
8499
9d5aa01d
JB
85002011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
8501
8502 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
8503
b6a5875b
KM
85042011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
8505
8506 * allout.el Summary: Change so yank of distinctive-bullet items
8507 preserves the existing header prefix, rebulleting it if necessary,
8508 rather than replacing it. This is necessary for proper operation
8509 of cooperative addons like allout-widgets.
219bd536 8510 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
8511 SOLICIT arg to INSTEAD, and interpret additionally a string value
8512 as alternate bullet to be used, instead of prompting the user for
8513 a bullet character.
8514
ee545c35
MA
85152011-03-09 Michael Albinus <michael.albinus@gmx.de>
8516
d86d2721
SM
8517 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8518 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
8519 `tramp-default-port'.
8520
c47971d7
DD
85212011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8522
8523 * net/rcirc.el (rcirc-handler-001): Remove useless
8524 with-rcirc-process-buffer.
8525 (rcirc-check-auth-status): Swap arguments to string-match.
8526
13522cb4
GM
85272011-03-09 Glenn Morris <rgm@gnu.org>
8528
0be6f4f1
GM
8529 * shell.el (shell-mode):
8530 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
8531
13522cb4
GM
8532 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
8533 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
8534
515de2e3
CY
85352011-03-08 Chong Yidong <cyd@stupidchicken.com>
8536
8537 * emacs-lisp/package.el (package-refresh-contents)
8538 (package-menu-execute): Use condition-case-no-debug.
8539
b511b994
MA
85402011-03-08 Michael Albinus <michael.albinus@gmx.de>
8541
8542 * simple.el (shell-command-to-string): Use `process-file'.
8543
8544 * emacs-lisp/package.el (package-tar-file-info): Handle also
8545 remote files.
8546
d86d2721
SM
8547 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8548 Use `equal' for upload base check.
b511b994 8549
25bbfb31
AM
85502011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
8551
8552 * textmodes/texinfo.el (texinfo-environments):
8553 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
8554
be996521
GM
85552011-03-08 Glenn Morris <rgm@gnu.org>
8556
e9c8529f
GM
8557 * cus-start.el (cursor-in-non-selected-windows):
8558 Fix :set quoting oddness. (Bug#8192)
8559
be996521
GM
8560 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
8561 in some setf expressions. (Bug#2159)
8562
2bb5649e
CY
85632011-03-08 Chong Yidong <cyd@stupidchicken.com>
8564
8565 * custom.el (custom-available-themes): Return themes in
8566 alphabetical order.
8567
33383987 8568See ChangeLog.15 for earlier changes.
e3d51b27
MR
8569
8570;; Local Variables:
8571;; coding: utf-8
e3d51b27
MR
8572;; End:
8573
33383987 8574 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
8575
8576 This file is part of GNU Emacs.
8577
8578 GNU Emacs is free software: you can redistribute it and/or modify
8579 it under the terms of the GNU General Public License as published by
8580 the Free Software Foundation, either version 3 of the License, or
8581 (at your option) any later version.
8582
8583 GNU Emacs is distributed in the hope that it will be useful,
8584 but WITHOUT ANY WARRANTY; without even the implied warranty of
8585 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8586 GNU General Public License for more details.
8587
8588 You should have received a copy of the GNU General Public License
8589 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.