Further rename and clean up of functions in window.el.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
54f9154c
MR
12011-11-11 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (windows-with-parameter): Remove unused function.
4 (windows-at-side): Rename to window-at-side-list.
5 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
6 (window-side-check, window-size-ignore, window-size-fixed-1)
7 (window-in-direction-2): Prefix with "window--".
8 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 9
68cbc58b
GM
102011-11-11 Glenn Morris <rgm@gnu.org>
11
12 * subr.el (eval-after-load): If FILE is already loaded,
13 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
14
b2621720
GM
152011-11-10 Glenn Morris <rgm@gnu.org>
16
9a4de110
GM
17 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
18 Call svn via vc-svn-command rather than vc-do-command.
19 (vc-svn-command): Add --non-interactive. (Bug#9993)
20 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
21
b2621720
GM
22 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
23 Add toggle-read-only. (Bug#7292)
24 * files.el (toggle-read-only): Mention that it should only
25 be used interactively. (Bug#10006)
26
1dce7193
SM
272011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
28
d9ac1a1e
SM
29 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30 Adjust regexp for OCaml warnings.
31
0c325082
SM
32 * electric.el (electric-pair-post-self-insert-function): Let user
33 turn it off buffer-locally (bug#9932).
34
90132c14
SM
35 * progmodes/python.el (python-beginning-of-statement):
36 Rewrite (bug#2703).
37
1dce7193
SM
38 * progmodes/compile.el: Better handle TABs (bug#9749).
39 (compilation-internal-error-properties)
40 (compilation-next-error-function): Obey the target buffer's
41 compilation-error-screen-columns.
42
c4e7c63a
JB
432011-11-09 Juanma Barranquero <lekktu@gmail.com>
44
45 * progmodes/meta-mode.el: Remove obsolete comments.
46 (meta-right-comment-regexp, meta-ignore-comment-regexp):
47 Fix typos in docstrings.
48
2cffd681
MR
492011-11-09 Martin Rudalics <rudalics@gmx.at>
50
51 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 52 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
53 (window--resizable): New function. Make all callers of
54 window-resizable call window--resizable instead.
55 (window-resizable): Rewrite in terms of window--resizable.
56
0edcba87
GM
572011-11-08 Glenn Morris <rgm@gnu.org>
58
59 * progmodes/delphi.el (delphi-mode-syntax-table):
60 Let define-derived-mode define a proper syntax table. (Bug#9994)
61
4b0d61e3
SM
622011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * window.el: Stay away from defsubst.
65 (window-list-no-nils): Remove.
66 (window-state-get-1, window-state-get): Use backquote instead.
67
fcbcac2e 682011-11-08 thierry <thierry.volpiatto@gmail.com>
69
4b0d61e3 70 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 71 Fix incorrect use of default argument in `completing-read'.
72
e1c2c6f2
MR
732011-11-08 Martin Rudalics <rudalics@gmx.at>
74
75 * window.el (display-buffer-function, special-display-function):
76 Mention display-buffer-record-window but do not mention
77 help-setup parameter in doc-strings.
b3f4a882 78 (window-min-delta): Fix doc-string typo.
e1c2c6f2 79
105216ed
CY
802011-11-08 Chong Yidong <cyd@gnu.org>
81
82 * window.el (window-total-height, window-total-width): Doc fix.
83 (window-body-size): Move from C.
84 (window-body-height, window-body-width): Move to C.
85
0a9f9ab5
SM
862011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * window.el: Make special-display like display-buffer-alist (bug#9532).
89 (display-buffer--special-action): New function, morphed
90 from display-buffer--special.
91 (display-buffer): Use it to handle special-display-buffers at higher
92 priority (just after display-buffer-alist).
93 (display-buffer-fallback-action, display-buffer--other-frame-action)
94 (pop-to-buffer-same-window): Remove display-buffer--special.
95
a769dd15
GM
962011-11-07 Glenn Morris <rgm@gnu.org>
97
98 * calendar/cal-menu.el (cal-menu-set-date-title):
99 Do nothing if not in a calendar. (Bug#9976)
100
05a61ee3
SM
1012011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
102
103 * files.el (find-file): Always use selected-window.
104
be7f5545
MR
1052011-11-07 Martin Rudalics <rudalics@gmx.at>
106
107 * window.el (window-combinations): Make WINDOW argument
108 mandatory. Rewrite doc-string.
109 (walk-window-subtree, window-atom-check, window-min-delta)
110 (window-max-delta, window--resize-this-window)
111 (window--resize-root-window-vertically, window-tree)
112 (balance-windows, window-state-put): Rewrite doc-strings as to
113 not mention the term "subwindow".
114 (window--resize-subwindows-skip-p): Rename to
115 window--resize-child-windows-skip-p.
116 (window--resize-subwindows-normal): Rename to
117 window--resize-child-windows-normal.
118 (window--resize-subwindows): Rename to
119 window--resize-child-windows.
120 (window-or-subwindow-p): Rename to window--in-subtree-p.
121
3c6702ef
ML
1222011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
123
124 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
125 Ensure that mbox format messages end in two newlines (Bug#9974).
126
49745b39
CY
1272011-11-06 Chong Yidong <cyd@gnu.org>
128
129 * window.el (window-combination-p): Function deleted; its
130 side-effect is not used in any existing code.
131 (window-combinations, window-combined-p): Call window-*-child
132 directly.
133
24300f5f
CY
1342011-11-05 Chong Yidong <cyd@gnu.org>
135
136 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
137 (window-size-ignore, window-state-get): Callers changed.
138 (window-normalize-window): Rename from window-normalize-any-window.
139 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 140 (window-normalize-live-window): Delete.
447f16b8
CY
141 (window-combination-p, window-combined-p, window-combinations)
142 (walk-window-subtree, window-atom-root, window-min-size)
143 (window-sizable, window-sizable-p, window-size-fixed-p)
144 (window-min-delta, window-max-delta, window-resizable)
145 (window-resizable-p, window-full-height-p, window-full-width-p)
146 (window-current-scroll-bars, window-point-1, set-window-point-1)
147 (window-at-side-p, window-in-direction, window-resize)
148 (adjust-window-trailing-edge, maximize-window, minimize-window)
149 (window-deletable-p, delete-window, delete-other-windows)
150 (record-window-buffer, unrecord-window-buffer)
151 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
152 (quit-window, split-window, window-state-put)
153 (set-window-text-height, fit-window-to-buffer)
154 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 155
89bd5ee1
EZ
1562011-11-04 Eli Zaretskii <eliz@gnu.org>
157
53479029
EZ
158 * mail/rmail.el (rmail-simplified-subject): Decode subject with
159 rfc2047-decode-string.
160 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
161 warnings.
162
89bd5ee1
EZ
163 * window.el (window-body-height, window-body-width): Mention in
164 the doc string that the return values are in frame's canonical
165 units. (Bug#9949)
166
bd17fdee
AM
1672011-11-03 Alan Mackenzie <acm@muc.de>
168
169 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
170 change in cc-engine.el.
171
acc825c5
SM
1722011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * window.el (switch-to-buffer): Use `force-same-window' interactively.
175
1885e5b8
MR
1762011-11-02 Martin Rudalics <rudalics@gmx.at>
177
178 * window.el (quit-window): Call unrecord-window-buffer after
179 showing another buffer in the window. (Bug#9937)
acc825c5 180 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 181
ebe06da9
JB
1822011-11-02 Juanma Barranquero <lekktu@gmail.com>
183
184 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
185 Accept status with more than 9 shelves. (Bug#9935)
186 Reported by Colin D Bennett <colin@gibibit.com>.
187
4ee88440
MR
1882011-11-01 Martin Rudalics <rudalics@gmx.at>
189
190 * help.el (with-help-window): Don't reference
191 temp-buffer-show-specifiers in doc-string.
192
08e1d82c
AS
1932011-10-31 Andreas Schwab <schwab@linux-m68k.org>
194
195 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
196 menu-item.
197
84bd6e9e
VJL
1982011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
199
200 * whitespace.el: New version 13.2.2.
201 (whitespace-newline-mode): Disable properly. Reported by Sarah
202 <EmacsWiki>.
203
dba0634a
UJ
2042011-10-30 Ulf Jasper <ulf.jasper@web.de>
205
206 * net/newst-treeview.el: Remove "Time-stamp".
207 (newsticker--group-manage-orphan-feeds): Do not call
208 newsticker--treeview-tree-update.
db22a3c2
JB
209 (newsticker-treeview-update, newsticker-treeview):
210 Call newsticker--treeview-tree-update if necessary.
dba0634a 211
3d8daefe
MR
2122011-10-30 Martin Rudalics <rudalics@gmx.at>
213
214 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
215 (window-iso-combinations): Remove "iso-" infix.
216 Suggested by Chong Yidong.
3d8daefe
MR
217 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
218 (window-max-delta-1, window-resize, window--resize-siblings)
219 (window--resize-this-window, adjust-window-trailing-edge)
220 (split-window, balance-windows-1)
221 (shrink-window-if-larger-than-buffer):
222 * calendar/calendar.el (calendar-generate-window):
db22a3c2 223 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 224
1bc4c3ae
SM
2252011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
228 in place (bug#9907).
229 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
230 (eshell-rewrite-if-command, eshell-rewrite-for-command)
231 (eshell-structure-basic-command, eshell-rewrite-while-command)
232 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
233 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
234 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
235 (eshell-do-pipelines-synchronously, eshell-eval-command):
236 Use backquotes and prefer setq to set.
237 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
238 (eshell-macrop): Use functionp.
c1e2f5fa 239 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 240
30b65d9c
CY
2412011-10-30 Chong Yidong <cyd@gnu.org>
242
243 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
244 instead of set-mark (Bug#9810).
245
2d197ffb
CY
2462011-10-30 Chong Yidong <cyd@gnu.org>
247
248 * window.el (split-window-below, split-window-right): Rename from
249 split-window-above-each-other and split-window-side-by-side
250 respectively. All callers changed.
251 (split-window-sensibly, split-window-sensibly): Use them.
252 (split-window-keep-point): Doc fix.
253
254 * isearch.el: Add isearch-scroll property to split-window-below
255 and split-window-right.
256
257 * follow.el (follow-mode):
258 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
259 * progmodes/ada-xref.el (ada-gdb-application):
260 * emulation/vip.el (vip-buffer-in-two-windows):
261 * image-dired.el (image-dired-dired-with-window-configuration):
262 * dired-x.el (dired-do-find-marked-files):
263 * dired.el (dired-pop-to-buffer):
264 * bs.el (bs--show-with-configuration):
265 * vc/emerge.el (emerge-setup-windows):
266 * textmodes/two-column.el (2C-two-columns):
267 * textmodes/reftex-toc.el (reftex-toc):
268 * progmodes/gdb-mi.el (gdb-setup-windows):
269 * progmodes/fortran.el (fortran-window-create):
270 * net/newst-treeview.el (newsticker--treeview-window-init):
271 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
272 * emulation/tpu-edt.el (tpu-gold-map):
273 * emulation/crisp.el (crisp-mode-map):
274 * calendar/calendar.el (calendar-basic-setup): Callers changed.
275
38bb2ca8
CY
2762011-10-29 Chong Yidong <cyd@gnu.org>
277
aa4de341
CY
278 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
279
e1eb5385
CY
280 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
281
5d2ece3c
CY
282 * textmodes/flyspell.el (flyspell-word): Fix char offset for
283 forged Ispell output (Bug#7904).
284
38bb2ca8
CY
285 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
286
d0af9f77
SM
2872011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
288
289 * doc-view.el: Avoid ugly errors about not finding nil.
290 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
291 (doc-view-dvipdf-program, doc-view-unoconv-program)
292 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
293 Avoid nil or absolute file name as default value.
294 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
295
52bedd34
AM
2962011-10-28 Alan Mackenzie <acm@muc.de>
297
db22a3c2 298 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 299
7e43cfa5
AM
3002011-10-28 Alan Mackenzie <acm@muc.de>
301
302 Amend the handling of c-beginning/end-of-defun in nested declaration
303 scopes.
304
52bedd34
AM
305 * progmodes/cc-vars.el (c-defun-tactic): Move here from
306 cc-langs.el. Change it to a defcustom.
7e43cfa5 307
52bedd34
AM
308 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
309 cc-vars.el.
7e43cfa5 310
d0af9f77
SM
311 * progmodes/cc-engine.el (c-beginning-of-statement-1):
312 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 313
52bedd34 314 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 315 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
316 (c-widen-to-enclosing-decl-scope): New function.
317 (c-while-widening-to-decl-block): New macro.
318 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
319 outward for defun boundaries, and correspondingly change symbol
320 `respect-enclosure' to `go-outward'.
321 (c-declaration-limits): Change algorithm to report only the "innermost"
322 defun's boundaries.
323
1a2ce9ee
DD
3242011-10-28 Deniz Dogan <deniz@dogan.se>
325
326 * net/rcirc.el (rcirc-mode): Use hard newlines.
327
bc97a826
AM
3282011-10-28 Alan Mackenzie <acm@muc.de>
329
330 Amend to indent and fontify macros "which include their own semicolon"
331 correctly, using the "virtual semicolon" mechanism.
332
52bedd34 333 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 334
d0af9f77 335 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
acc825c5 336 Recode to scan one line at at time rather than having \n and \r
52bedd34 337 explicitly in c-stmt-delim-chars
bc97a826
AM
338 (for some modes, e.g. AWK).
339 (c-forward-label): Amend for virtual semicolons.
340 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions
341
52bedd34
AM
342 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
343 of the new C macros.
bc97a826 344
52bedd34 345 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
346 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
347 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
348 (c-opt-cpp-macro-define): Make into a full language variable.
349 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
350 AWK Mode (including \n, \r) removed, no longer needed.
351
d0af9f77
SM
352 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
353 Invoke c-make-macro-with-semi-re.
bc97a826 354
52bedd34
AM
355 * progmodes/cc-vars.el (c-macro-with-semi-re):
356 (c-macro-names-with-semicolon): New variables.
bc97a826
AM
357 (c-make-macro-with-semi-re): New function
358
7a6c0941
SM
3592011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * vc/log-edit.el: Fill empty field rather than adding new one.
362 (log-edit-add-field): New function.
363 (log-edit-insert-changelog): Use it.
364
b0c4cdcf
ML
3652011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
366
367 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
368
ee1f1da9
SM
3692011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
372 (gdb--check-interpreter): New function.
373 (gdb): Use it.
374
51bc5f8b
GM
3752011-10-27 Glenn Morris <rgm@gnu.org>
376
416a2c45
GM
377 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
378 (least-positive-float, least-negative-float)
379 (least-positive-normalized-float, least-negative-normalized-float)
380 (float-epsilon, float-negative-epsilon):
381 Remove unnecessary declarations.
382
383 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
384 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
385 (least-positive-float, least-negative-float)
386 (least-positive-normalized-float, least-negative-normalized-float)
387 (float-epsilon, float-negative-epsilon): Add doc-strings,
388 based on those in cl.texi.
389
51bc5f8b
GM
390 * files.el (set-visited-file-name): If the major-mode changed,
391 reload the local variables. (Bug#9796)
392
15de15c6
CY
3932011-10-27 Chong Yidong <cyd@gnu.org>
394
395 * subr.el (change-major-mode-after-body-hook): New hook.
396 (run-mode-hooks): Run it.
397
ee1f1da9
SM
398 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
399 Use change-major-mode-before-body-hook.
15de15c6
CY
400
401 * simple.el (fundamental-mode):
402 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
403 change introducing fundamental-mode-hook.
404
5430d399
JB
4052011-10-26 Juanma Barranquero <lekktu@gmail.com>
406
acc825c5 407 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 408
ad74a69e
MA
4092011-10-26 Michael Albinus <michael.albinus@gmx.de>
410
411 * ido.el (ido-file-name-all-completions-1): Do not require
412 tramp.el explicitely. (Bug#7583)
413
71d4c2a5
SM
4142011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * progmodes/octave-mod.el:
417 * progmodes/octave-inf.el: Update maintainer.
418
b1f6fa26
CY
4192011-10-26 Chong Yidong <cyd@gnu.org>
420
421 * subr.el (with-wrapper-hook): Rewrite doc.
422
3f04efd6
MA
4232011-10-25 Michael Albinus <michael.albinus@gmx.de>
424
425 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 426 filenames "/method:foo:". (Bug#9793)
3f04efd6 427
410488d3
SM
4282011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
431 (bug#9865).
432
c1ebb47e
GM
4332011-10-24 Glenn Morris <rgm@gnu.org>
434
435 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
436
7f5c46c7
MA
4372011-10-24 Michael Albinus <michael.albinus@gmx.de>
438
439 * notifications.el: Add the requirement of a running D-Bus session
440 bus to the Commentary.
441
db2440b6
JL
4422011-10-24 Juri Linkov <juri@jurta.org>
443
444 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
445 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
446 (Bug#9364)
447
feecf435
JL
4482011-10-24 Juri Linkov <juri@jurta.org>
449
450 * info.el (Info-following-node-name-re): Add newline to the list
451 of allowed characters for leading space. (Bug#9824)
452
a3839de2
SM
4532011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
454
acc825c5
SM
455 * progmodes/octave-inf.el (inferior-octave-mode-map):
456 Fix C-c C-h binding.
a3839de2
SM
457 * progmodes/octave-mod.el (octave-help): Remove.
458
09388e76
MA
4592011-10-23 Michael Albinus <michael.albinus@gmx.de>
460
461 Sync with Tramp 2.2.3.
462
463 * net/tramp-cache.el (top): Pacify byte-compiler using
464 `init-file-user' and `site-run-file'.
465
466 * net/trampver.el: Update release number.
467
86c60681
CY
4682011-10-23 Chong Yidong <cyd@gnu.org>
469
470 * files.el (toggle-read-only): Remove obsolete comment about
471 version control.
472
473 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
474 for toggle-read-only. Note that this hasn't called vc-next-action
475 since 2008-05-02, though it wasn't documented at the time.
476
a3839de2
SM
477 * vc/ediff-init.el (ediff-toggle-read-only-function):
478 Use toggle-read-only.
86c60681 479
cd5495ff
AM
4802011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
481
482 Fix bug #9560, sporadic wrong indentation; improve instrumentation
483 of c-parse-state.
484
00b77525 485 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 486 correct faulty logical expression.
cd5495ff
AM
487 (c-parse-state-state, c-record-parse-state-state):
488 (c-replay-parse-state-state): New defvar/defuns.
489 (c-debug-parse-state): Use new functions.
490
42ee24ed
MR
4912011-10-22 Martin Rudalics <rudalics@gmx.at>
492
493 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 494 last fix. Use window-in-direction correctly.
42ee24ed 495
a7dee7e7
CY
4962011-10-21 Chong Yidong <cyd@gnu.org>
497
498 * progmodes/idlwave.el (idlwave-mode):
499 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
500 require-final-newline; that's done in prog-mode.
501 Suggested by Stefan Monnier.
a7dee7e7 502
e07b9a6d
MR
5032011-10-21 Martin Rudalics <rudalics@gmx.at>
504
505 * mouse.el (mouse-drag-window-above)
506 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
507 (mouse-drag-mode-line-1, mouse-drag-header-line)
508 (mouse-drag-vertical-line-rightward-window): Remove.
509 (mouse-drag-line): New function.
510 (mouse-drag-mode-line, mouse-drag-header-line)
511 (mouse-drag-vertical-line): Call mouse-drag-line.
512 * window.el (window-at-side-p, windows-at-side): New functions.
513
7e1361d9
UM
5142011-10-21 Ulrich Mueller <ulm@gentoo.org>
515
516 * tar-mode.el (tar-grind-file-mode):
517 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
518
30fcaf3a
CY
5192011-10-21 Chong Yidong <cyd@gnu.org>
520
521 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
522 * progmodes/vera-mode.el (vera-mode):
523 Use mode-require-final-newline.
30fcaf3a 524
516eddb0
GM
5252011-10-20 Glenn Morris <rgm@gnu.org>
526
db22a3c2 527 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 528
10d5f513
CS
5292011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
530
531 * emulation/cua-base.el (cua-set-mark): Fix case of string.
532
ac6c8639
CY
5332011-10-20 Chong Yidong <cyd@gnu.org>
534
535 * emulation/cua-base.el (cua-mode):
536 * mail/footnote.el (footnote-mode):
537 * mail/mailabbrev.el (mail-abbrevs-mode):
538 * net/xesam.el (xesam-minor-mode):
539 * progmodes/bug-reference.el (bug-reference-mode):
540 * progmodes/cap-words.el (capitalized-words-mode):
541 * progmodes/compile.el (compilation-minor-mode)
542 (compilation-shell-minor-mode):
543 * progmodes/gud.el (gud-tooltip-mode):
544 * progmodes/hideif.el (hide-ifdef-mode):
545 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
546 * progmodes/subword.el (subword-mode):
547 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
548 * progmodes/which-func.el (which-function-mode):
549 * term/tvi970.el (tvi970-set-keypad-mode):
550 * term/vt100.el (vt100-wide-mode):
551 * textmodes/flyspell.el (flyspell-mode):
552 * textmodes/ispell.el (ispell-minor-mode):
553 * textmodes/nroff-mode.el (nroff-electric-mode):
554 * textmodes/paragraphs.el (use-hard-newlines):
555 * textmodes/refill.el (refill-mode):
556 * textmodes/reftex.el (reftex-mode):
557 * textmodes/rst.el (rst-minor-mode):
558 * textmodes/sgml-mode.el (html-autoview-mode)
559 (sgml-electric-tag-pair-mode):
560 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
561 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
562 * emulation/crisp.el (crisp-mode):
563 * emacs-lisp/eldoc.el (eldoc-mode):
564 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
565 minor mode behavior.
566
aa42ab43
JL
5672011-10-19 Juri Linkov <juri@jurta.org>
568
569 * descr-text.el (describe-char): Add #x2010 and #x2011 to
570 the list of hard-coded chars with escape-glyph face.
571
89400f1d
SM
5722011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
573
574 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
575
305c07f6
MA
5762011-10-19 Michael Albinus <michael.albinus@gmx.de>
577
578 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
579 running process.
580
13754b54
GM
5812011-10-19 Glenn Morris <rgm@gnu.org>
582
583 * vc/vc-bzr.el (vc-bzr-after-dir-status):
584 Ignore ignored files. (Bug#9726)
585
06e21633
CY
5862011-10-19 Chong Yidong <cyd@gnu.org>
587
588 Doc fix for minor modes, stating that an omitted argument enables
589 the mode unconditionally when called from Lisp.
590
591 * abbrev.el (abbrev-mode):
592 * allout.el (allout-mode):
593 * autoinsert.el (auto-insert-mode):
594 * autoarg.el (autoarg-mode, autoarg-kp-mode):
595 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
596 (global-auto-revert-mode):
597 * battery.el (display-battery-mode):
598 * composite.el (global-auto-composition-mode)
599 (auto-composition-mode):
600 * delsel.el (delete-selection-mode):
601 * desktop.el (desktop-save-mode):
602 * dired-x.el (dired-omit-mode):
603 * dirtrack.el (dirtrack-mode):
604 * doc-view.el (doc-view-minor-mode):
605 * double.el (double-mode):
606 * electric.el (electric-indent-mode, electric-pair-mode):
607 * emacs-lock.el (emacs-lock-mode):
608 * epa-hook.el (auto-encryption-mode):
609 * follow.el (follow-mode):
610 * font-core.el (font-lock-mode):
611 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
612 * help.el (temp-buffer-resize-mode):
613 * hilit-chg.el (highlight-changes-mode)
614 (highlight-changes-visible-mode):
615 * hi-lock.el (hi-lock-mode):
616 * hl-line.el (hl-line-mode, global-hl-line-mode):
617 * icomplete.el (icomplete-mode):
618 * ido.el (ido-everywhere):
619 * image-file.el (auto-image-file-mode):
620 * image-mode.el (image-minor-mode):
621 * iswitchb.el (iswitchb-mode):
622 * jka-cmpr-hook.el (auto-compression-mode):
623 * linum.el (linum-mode):
624 * longlines.el (longlines-mode):
625 * master.el (master-mode):
626 * mb-depth.el (minibuffer-depth-indicate-mode):
627 * menu-bar.el (menu-bar-mode):
628 * minibuf-eldef.el (minibuffer-electric-default-mode):
629 * mouse-sel.el (mouse-sel-mode):
630 * msb.el (msb-mode):
631 * mwheel.el (mouse-wheel-mode):
632 * outline.el (outline-minor-mode):
633 * paren.el (show-paren-mode):
634 * recentf.el (recentf-mode):
635 * reveal.el (reveal-mode, global-reveal-mode):
636 * rfn-eshadow.el (file-name-shadow-mode):
637 * ruler-mode.el (ruler-mode):
638 * savehist.el (savehist-mode):
639 * scroll-all.el (scroll-all-mode):
640 * scroll-bar.el (scroll-bar-mode):
641 * server.el (server-mode):
642 * shell.el (shell-dirtrack-mode):
643 * simple.el (auto-fill-mode, transient-mark-mode)
644 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
645 (line-number-mode, column-number-mode, size-indication-mode)
646 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
647 * strokes.el (strokes-mode):
648 * time.el (display-time-mode):
649 * t-mouse.el (gpm-mouse-mode):
650 * tool-bar.el (tool-bar-mode):
651 * tooltip.el (tooltip-mode):
652 * type-break.el (type-break-mode-line-message-mode)
653 (type-break-query-mode):
654 * view.el (view-mode):
655 * whitespace.el (whitespace-mode, whitespace-newline-mode)
656 (global-whitespace-mode, global-whitespace-newline-mode):
657 * xt-mouse.el (xterm-mouse-mode): Doc fix.
658
a3839de2
SM
659 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
660 Fix autogenerated docstring.
06e21633 661
5214e501
JL
6622011-10-19 Juri Linkov <juri@jurta.org>
663
664 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
665 by checking environment variables "DESKTOP_SESSION" and
666 "XDG_CURRENT_DESKTOP". (Bug#9779)
667
195f8db9
JL
6682011-10-19 Juri Linkov <juri@jurta.org>
669
670 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
671 (browse-url-chromium-program, browse-url-chromium-arguments):
672 New defcustoms.
673 (browse-url-default-browser): Check for `browse-url-chromium' and
674 call `browse-url-chromium-program'.
675 (browse-url-chromium): New command. (Bug#9779)
676
343a34ff
JB
6772011-10-18 Juanma Barranquero <lekktu@gmail.com>
678
679 * facemenu.el (list-colors-duplicates): On Windows, detect more
680 duplicates by assuming that only colors matching "^System" are
681 special "system colors". (Bug#9722)
682
6978a151
SM
6832011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
686 to distinguish the author from the committer.
687
6a80b297
MA
6882011-10-18 Michael Albinus <michael.albinus@gmx.de>
689
690 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
691
b31a5677
JK
6922011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
693
694 * international/mule.el (sgml-html-meta-auto-coding-function):
695 Add support for detecting encoding in HTML5 specified only as
696 <meta charset="UTF-8">. Implementation just makes http-equiv and
697 content-type parts from HTML4 encoding string optional. (Bug#9716)
698
80c6d77f
GM
6992011-10-18 Glenn Morris <rgm@gnu.org>
700
701 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
702
08b0fee8
CY
7032011-10-18 Chong Yidong <cyd@gnu.org>
704
705 * faces.el (cursor): Doc fix.
706
67e729a5
CY
7072011-10-17 Chong Yidong <cyd@gnu.org>
708
709 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
710
343a34ff 7112011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
712
713 * dirtrack.el (dirtrack): Support shell buffers with path
714 prefixes, e.g. tramp-based remote shells. (Bug#9647)
715
0bc06380
TZ
7162011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
717
718 * json.el: Bump version to 1.3 and note change in History.
719 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
720
8b79f3e0
SM
7212011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
722
5a7c536b
SM
723 * comint.el (comint-insert-input, comint-send-input)
724 (comint-get-old-input-default, comint-backward-matching-input)
725 (comint-next-prompt): Use nil instead of `input' for field property of
726 past user input (bug#114).
727
96a8a0df
SM
728 * minibuffer.el (completion--replace): Inherit surrounding properties
729 (bug#114).
730 (minibuffer-complete-and-exit): Use it.
731
8b79f3e0
SM
732 * comint.el (comint--table-subvert): Quote the all-completions output
733 (bug#9160).
734
b8f7ff0d
MR
7352011-10-17 Martin Rudalics <rudalics@gmx.at>
736
8b79f3e0 737 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 738
b8f7ff0d 739 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 740 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
741 entries and separate them from frame entries.
742
c235b555
GM
7432011-10-15 Glenn Morris <rgm@gnu.org>
744
745 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
746 Doc fixes.
747
6bbfa6e1
CY
7482011-10-15 Chong Yidong <cyd@stupidchicken.com>
749
8b79f3e0
SM
750 * net/network-stream.el (network-stream-open-starttls):
751 Improve detection of failure due to lack of TLS support.
ec5c990d 752
6bbfa6e1
CY
753 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
754 putting the input text in front and in bold.
755
98488977
SM
7562011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
757
3d1337be
SM
758 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
759
ee0b45e4
SM
760 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
761 empty buffer.
762
98488977
SM
763 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
764 unread-command-events rather than pushing yet-another event.
765
186f4720
EZ
7662011-10-14 Eli Zaretskii <eliz@gnu.org>
767
768 * mail/sendmail.el (sendmail-query-once): Improve the wording of
769 the explanation of the possible choices. Make the options passed
770 to completing-read shorter.
771
8b7a997c
AM
7722011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
773
774 * textmodes/flyspell.el (flyspell-large-region): Make sure
775 extended character mode is used if defined (Bug#1339).
776
12587bbb
EZ
7772011-10-13 Eli Zaretskii <eliz@gnu.org>
778
779 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
780 character info for LRE, LRO, RLE, and RLO characters by appending
781 an invisible PDF.
12587bbb 782
bad41229
SM
7832011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
786 even in case of error; add debug spec; simplify data flow.
787 (with-timeout-handler): Remove.
788
28dbc92f
MA
7892011-10-12 Michael Albinus <michael.albinus@gmx.de>
790
791 Fix Bug#6019, Bug#9315.
792
793 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
794 complete `buffer-file-name', the local file name part could look
795 remotely (for example on VMS).
796
797 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
798 `tramp-run-real-handler'.
799 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
800 already quoted by '"'.
801
802 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
803 Let `file-name-handler-alist' be nil, the local file name part
804 could look remotely (for example on VMS).
805
e1b0b23a
SM
8062011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
809 from here...
810 (flyspell-post-command-hook): ...to here.
811
a120bde9
SM
8122011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
815 if not needed.
816 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
817 using completion. Protect against "slow" callers.
818 Remove the "message hack".
819
7ce7717b
JL
8202011-10-11 Juri Linkov <juri@jurta.org>
821
822 * isearch.el (isearch-lazy-highlight-word): New variable.
823 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
824 Use it. (Bug#9727)
825
c02ee9d6
GM
8262011-10-11 Glenn Morris <rgm@gnu.org>
827
828 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
829 like f90-previous-statement does.
830
93e616fd 8312011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
832
1f190e73 833 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
834 only in interactive use, to avoid error.
835
af7b6078
SM
8362011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 * minibuffer.el (completion-file-name-table): Fix last change,
839 i.e. ignore normal errors but not the other ones.
840
0563dae9
MR
8412011-10-10 Martin Rudalics <rudalics@gmx.at>
842
843 * window.el (special-display-buffer-names)
844 (special-display-regexps): Remove some remnants of earlier
845 changes from doc-strings.
366ca7f3
MR
846 (quit-windows-on): New function.
847
848 * vc/vc.el (vc-revert, vc-rollback):
849 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
850 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 851 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 852
49677495
MR
8532011-10-09 Martin Rudalics <rudalics@gmx.at>
854
855 * window.el (frame-auto-hide-function): Add version tag.
856 (Bug#9699)
857
56f2d1e1
MA
8582011-10-09 Michael Albinus <michael.albinus@gmx.de>
859
860 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
861 condition.
862
112a6592
LL
8632011-10-09 Leo Liu <sdl.web@gmail.com>
864
865 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
866 (Bug#9701)
867
0812589b
GM
8682011-10-08 Glenn Morris <rgm@gnu.org>
869
870 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
871 before the first code statement zero indent. (Bug#9690)
872
b2b0776e
CY
8732011-10-08 Chong Yidong <cyd@stupidchicken.com>
874
875 * simple.el (count-words-region): Always count in the region.
876 Report the number of lines and characters too.
877 (count-words): New command, which counts in the buffer if the
878 region is inactive, as count-words-region used to.
879 (count-words--message): New function. Handle plurals.
880 (count-lines-region): Make it an alias for count-words-region.
881
882 * bindings.el (esc-map): Replace count-lines-region with
883 count-words-region.
884
c557cd6b
MR
8852011-10-08 Martin Rudalics <rudalics@gmx.at>
886
887 * window.el (window--delete): Delete dedicated frame
888 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 889 (switch-to-buffer): Fix doc-string typo.
c557cd6b 890
61a57ef4 8912011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
892
893 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
894
c3833279
CY
8952011-10-07 Chong Yidong <cyd@stupidchicken.com>
896
897 * bindings.el ([M-left],[M-right]): Bind to left-word and
898 right-word respectively.
899
21ce8245
GM
9002011-10-07 Glenn Morris <rgm@gnu.org>
901
902 * cus-start.el (debug-on-quit): Fix custom type.
903
6d823bb2
LMI
9042011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
905
0181e193
LMI
906 * subr.el (define-key-after): Clarify that the function is not
907 useful for non-menu keymaps.
908
6d823bb2
LMI
909 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
910
8e3459ce 9112011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
912
21ce8245 913 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 914 in current minibuffer (Fix bug with recursive minibuffers).
915
a1c2d21e
CY
9162011-10-06 Chong Yidong <cyd@stupidchicken.com>
917
918 * progmodes/gdb-mi.el (gdb): Doc fix.
919
5a4cf282
MR
9202011-10-05 Martin Rudalics <rudalics@gmx.at>
921
922 * window.el (frame-auto-hide-function): New option replacing
923 frame-auto-delete. Suggested by Stefan Monnier.
924 (window--delete): Call frame-auto-hide-function instead of
925 investigating frame-auto-delete.
c96111ea
MR
926 (window-point-1, set-window-point-1): New functions.
927 (window-in-direction, record-window-buffer, window-state-get-1)
928 (display-buffer-record-window): Use window-point-1 instead of
929 window-point.
930 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 931
9854542e
SM
9322011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
935
8943cfb0
GM
9362011-10-05 Glenn Morris <rgm@gnu.org>
937
938 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
939 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
940
647ab967
LL
9412011-10-05 Leo Liu <sdl.web@gmail.com>
942
943 * subr.el (read-char-choice): Fix argument to buffer-live-p which
944 works with buffer object.
945
3ddfbced
SM
9462011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
947
948 * mpc.el (mpc-tool-bar-map): Add labels.
949
bdfa5dd2
GM
9502011-10-04 Glenn Morris <rgm@gnu.org>
951
952 * calendar/holidays.el (calendar-check-holidays): Doc fix.
953
0e2070b5
MR
9542011-10-04 Martin Rudalics <rudalics@gmx.at>
955
956 * window.el (window--delete): New function.
957 (frame-auto-delete): Resuscitate option.
958 (bury-buffer, replace-buffer-in-windows)
959 (quit-window): Rewrite using window--delete.
960 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
961 Pass display-buffer-mark-dedicated to window--display-buffer-2
962 (Bug#9639).
963
3dc61a09
SM
9642011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
965
915a9b64
SM
966 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
967 returns a list (bug#9554). Add remote file name completion.
968 * comint.el (comint--table-subvert): Curry and get quote&unquote
969 functions as arguments.
970 (comint--complete-file-name-data): Adjust call accordingly.
971 * pcomplete.el (pcomplete--table-subvert): Remove.
972 (pcomplete-completions-at-point): Use comint--table-subvert instead.
973
3dc61a09
SM
974 * minibuffer.el (completion-table-case-fold): Use currying.
975 (completion--styles-type, completion--cycling-threshold-type):
976 New constants.
977 (completion-styles, completion-category-overrides)
978 (completion-cycle-threshold): Use them.
979 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
980 completion-table-case-fold.
981
8ea0a993
SB
9822011-10-03 Stephen Berman <stephen.berman@gmx.net>
983
984 * minibuffer.el (completion-category-overrides): Fix type of styles
985 and add more user friendly tags (bug#9660).
986
8c24b7f6
SM
9872011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
990 (mule-input-method-string): New widget.
991 (default-input-method, language-info-custom-alist): Use it.
992
428fe61a
SM
9932011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
994
32c1fffd
SM
995 * pcomplete.el: Require comint.
996 (pcomplete--common-suffix): Remove.
997 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
998 (pcomplete--table-subvert): Sync with comint--table-subvert.
999 (pcomplete--entries): Use comint-completion-file-name-table.
1000 * comint.el (comint-unquote-filename): Simplify.
1001 (comint-completion-file-name-table): New function (bug#9616).
1002 (comint--complete-file-name-data): Use it.
1003
428fe61a
SM
1004 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
1005 (pcmpl-gnu-tar-buffer): Remove.
1006 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
1007 around. Make sure pcomplete-suffix-list is only changed temporarily.
1008 Don't look inside the tar's file if it's too large.
428fe61a 1009
04c52e2f
CY
10102011-10-01 Chong Yidong <cyd@stupidchicken.com>
1011
ce3cefcc
CY
1012 * cus-edit.el (custom-mode-map):
1013 * epa.el (epa-key-list-mode-map):
1014 * man.el (Man-mode-map):
1015 * startup.el (splash-screen-keymap):
1016 * simple.el (special-mode-map): Use scroll-up-command and
1017 scroll-down-command.
1018
1019 * progmodes/idlw-help.el (idlwave-help-mode-map):
1020 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
1021 * net/newst-plainview.el (newsticker-mode-map):
1022 * emulation/ws-mode.el (wordstar-mode-map):
1023 * emulation/vi.el (vi-com-map):
1024 * calc/calc-graph.el (calc-graph-show-dumb):
1025 * term/sun.el (terminal-init-sun):
1026 * term/ns-win.el (global-map):
1027 * progmodes/grep.el (grep-mode-map):
1028 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
1029 * mail/rmail.el (rmail-mode-map):
1030 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
1031
04c52e2f
CY
1032 * custom.el (custom-safe-themes, load-theme): Treat value of t for
1033 custom-safe-themes as special.
1034
79adf8c8
JD
10352011-10-01 Julien Danjou <julien@danjou.info>
1036
1037 * notifications.el (notifications-notify): Fix docstring.
1038
63bd50d3
PS
10392011-10-01 Per Starbäck <per@starback.se>
1040
1041 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
1042
199e4c7e
MR
10432011-09-30 Martin Rudalics <rudalics@gmx.at>
1044
1045 * startup.el (command-line-1): Fix last fix by inserting
1046 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 1047 (Bug#9605) and (Bug#9636)
199e4c7e 1048
fe5f08dd
EZ
10492011-09-29 Eli Zaretskii <eliz@gnu.org>
1050
1051 * simple.el (line-move): If auto-hscroll-mode is disabled and the
1052 window is hscrolled, move by logical lines. (Bug#9607)
1053 (line-move-visual): Update the doc string to the above effect.
1054
b5516bbd
MR
10552011-09-29 Martin Rudalics <rudalics@gmx.at>
1056
ccee00c0
MR
1057 * window.el (display-buffer-record-window): When WINDOW is the
1058 selected window use `point' instead of `window-point'. (Bug#9626)
1059
b5516bbd
MR
1060 * startup.el (command-line-1): Use insert-before-markers when
1061 inserting initial-scratch-message. (Bug#9605)
ccee00c0 1062
b5516bbd
MR
1063 * help.el (help-window): Remove variable.
1064
52aa0014
GM
10652011-09-29 Glenn Morris <rgm@gnu.org>
1066
1067 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
1068
df9a7357
JB
10692011-09-29 Juanma Barranquero <lekktu@gmail.com>
1070
1071 * descr-text.el (describe-char-categories): Accept category
1072 descriptions more than one line long.
1073
a8406c20
SM
10742011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1075
88d9610c
SM
1076 * simple.el (delete-trailing-whitespace): Fix last change.
1077
a5daf810
SM
1078 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1079 Don't confuse "y => 3" as the beginning of a `y' operation.
1080
a8406c20
SM
1081 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
1082 object has more than 4 slots (bug#9613).
1083
a239d4e9
JB
10842011-09-28 Juanma Barranquero <lekktu@gmail.com>
1085
1086 * subr.el (with-output-to-temp-buffer):
1087 * net/quickurl.el (quickurl, quickurl-browse-url):
1088 Fix typos in docstrings.
1089
693fbdb6
EZ
10902011-09-27 Eli Zaretskii <eliz@gnu.org>
1091
1092 * minibuffer.el (completion-styles)
1093 (completion-category-overrides): Cross reference each other in doc
1094 strings.
1095
8b457e28
GM
10962011-09-27 Glenn Morris <rgm@gnu.org>
1097
1098 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
1099 to split-string. (Bug#9606)
1100
85a16208
LMI
11012011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1102
1103 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
1104 (bug#9615).
1105
502f9ebd
CY
11062011-09-27 Chong Yidong <cyd@stupidchicken.com>
1107
1108 * emacs-lisp/package.el (list-packages): Fix echo area message.
1109
7690bdea
LL
11102011-09-27 Leo Liu <sdl.web@gmail.com>
1111
1112 * ido.el (ido-read-internal): Accept cons cell HIST arg.
1113
e2ee6f30
MA
11142011-09-25 Michael Albinus <michael.albinus@gmx.de>
1115
1116 * net/dbus.el (dbus-unregister-object): Don't release services for
1117 registered signals. (Bug#9581)
1118
f3f98342
TZ
11192011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1120
1121 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
1122 function that picks between cfengine 2 and 3 support
1123 automatically. Update docs accordingly.
1124
dd7aa8dd
KH
11252011-09-22 Kenichi Handa <handa@m17n.org>
1126
1127 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
1128 ZERO.
1129 (indian-itrans-v5-table-for-tamil): New variable.
1130 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
1131
3f2b07f8
KM
11322011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
1133
1134 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
1135 that's true if the current command involved collapsing of text.
1136 It's reset to false at the beginning of the next command.
1137 (allout-post-command-business): Move the cursor to the beginning
1138 of entry if the cursor is hidden and collapsing activity just
1139 happened.
1140
371d6a61
CY
11412011-09-24 Chong Yidong <cyd@stupidchicken.com>
1142
1143 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
1144 tracking (Bug#9541).
1145
2ac2721a
UJ
11462011-09-24 Ulf Jasper <ulf.jasper@web.de>
1147
1148 * net/newst-reader.el (newsticker-html-renderer)
1149 (newsticker-show-news): Automatically
343a34ff
JB
1150 load html rendering package if newsticker-html-renderer is set.
1151 Fixes "Warning: defvar ignored because w3m-fill-column is
2ac2721a
UJ
1152 let-bound" and the error "Symbol's value as variable is void:
1153 w3m-fill-column".
1154
fac7ae53
MA
11552011-09-24 Michael Albinus <michael.albinus@gmx.de>
1156
1157 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
1158 Release services only if they are defined. (Bug#9581)
1159
e08b633b
RS
11602011-09-23 Richard Stallman <rms@gnu.org>
1161
e488d29c
RS
1162 * textmodes/paragraphs.el (forward-sentence): For backwards case,
1163 distinguish start of paragraph from start of its text.
1164
19c38752
RS
1165 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
1166
e08b633b
RS
1167 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
1168 (rmail-generate-viewer-buffer): Put that hook on view buffer.
1169 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
1170
0a39f27e
AS
11712011-09-23 Andreas Schwab <schwab@linux-m68k.org>
1172
1173 * international/mule-diag.el (mule-diag): Insert a newline after
1174 each fontset description.
1175
db4e950d
SM
11762011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1177
1178 * simple.el (delete-trailing-whitespace):
1179 Document last change; simplify.
1180
eca3f3ea
PW
11812011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
1182
d68e189a
PW
1183 * simple.el (delete-trailing-whitespace): Also delete
1184 extra newlines at the end of the buffer.
1185
eca3f3ea
PW
1186 * textmodes/picture.el: Make motion commands obey shift-select-mode.
1187 (picture-newline): Use forward-line so as to ignore fields.
1188
01c157cc
SM
11892011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1190
1191 * subr.el (with-wrapper-hook): Fix edebug spec.
1192
022de23e
LMI
11932011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1194
1195 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
1196 (bug#4538).
1197
91683089
MA
11982011-09-23 Michael Albinus <michael.albinus@gmx.de>
1199
eca3f3ea
PW
1200 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1201 Fix nasty bug using wrong cached values.
91683089 1202
5bdd6fa4
AM
12032011-09-23 Alan Mackenzie <acm@muc.de>
1204
1205 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
1206
97adfb97
CY
12072011-09-23 Chong Yidong <cyd@stupidchicken.com>
1208
1209 * window.el (pop-to-buffer): Ensure right window is selected if we
1210 chose another frame.
1211
d4ef2b50
EZ
12122011-09-22 Eli Zaretskii <eliz@gnu.org>
1213
1214 * simple.el (what-cursor-position): Use get-char-property-change
1215 and next-single-char-property-change, to be able to show display
1216 properties that come from overlays as well as text properties.
1217
72258fe5
CY
12182011-09-22 Chong Yidong <cyd@stupidchicken.com>
1219
1220 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
1221
1222 * cmuscheme.el (run-scheme, switch-to-scheme):
1223 * cus-edit.el (customize-group, custom-buffer-create)
1224 (customize-browse):
1225 * info.el (info):
1226 * shell.el (shell):
1227 * mail/sendmail.el (mail):
1228 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
1229
8f098516
RS
12302011-09-22 Richard Stallman <rms@gnu.org>
1231
1232 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
1233 move back only to line beg, don't move back over blank lines.
1234
e74f1bb6
MA
12352011-09-22 Michael Albinus <michael.albinus@gmx.de>
1236
1237 * files.el (copy-directory): Set directory attributes only in case
1238 they could be retrieved from the source directory. (Bug#9565)
1239
bfeef8b6
DK
12402011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
1241
1242 * progmodes/hideshow.el (hs-looking-at-block-start-p)
1243 (hs-find-block-beginning, hs-hide-level-recursive):
1244 Ignore strings as well as comments. (Bug#9502)
1245
7e423bb8
AS
12462011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
1247
1248 * progmodes/sql.el (sql-comint-postgres):
1249 Convert port number to a string. (Bug#9566)
1250
b4d72fcf
MR
12512011-09-22 Martin Rudalics <rudalics@gmx.at>
1252
1253 * window.el (quit-window): Undedicate window when switching to
1254 previous buffer. Reported by Thierry Volpiatto
1255 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
1256 (special-display-popup-frame): When popping up a new frame reset
1257 its previous buffers to nil. Simplify code.
b4d72fcf 1258
a7b88dc6
MA
12592011-09-21 Michael Albinus <michael.albinus@gmx.de>
1260
1261 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
1262 and process filter, as done also in `shell-command'.
1263
cf4eacfd
MR
12642011-09-21 Martin Rudalics <rudalics@gmx.at>
1265
eca3f3ea
PW
1266 * window.el (set-window-buffer-start-and-point):
1267 Call set-window-start with NOFORCE argument t. Suggested by Thierry
cf4eacfd
MR
1268 Volpiatto <thierry.volpiatto@gmail.com>.
1269 (quit-window): Reword doc-string. Handle new format of
1270 quit-restore parameter. Don't delete window if it has a
1271 previous buffer we can show instead of the present one.
1272 (display-buffer-record-window): Rewrite using a new format for
1273 the quit-restore window parameter
1274 (special-display-popup-frame, display-buffer-same-window)
1275 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1276 (display-buffer-pop-up-window, display-buffer-use-some-window):
1277 Adapt symbol passed to display-buffer-record-window.
1278 * help.el (help-window-setup): Handle new format of quit-restore
1279 parameter.
1280
8d28cb95
SM
12812011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1282
94ab793f
SM
1283 * faces.el (face-list): Fix docstring (bug#9564).
1284
8d28cb95
SM
1285 * window.el (display-buffer--action-function-custom-type):
1286 Don't include internal functions in the Custom interface.
1287
3820edeb
JL
12882011-09-20 Juri Linkov <juri@jurta.org>
1289
1290 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
1291 (Info-forward-node, Info-backward-node, Info-next-preorder)
1292 (Info-last-preorder): Use it. (Bug#9528)
1293
5147931d
JL
12942011-09-20 Juri Linkov <juri@jurta.org>
1295
1296 * info.el (Info-last-preorder): Visit last menu item only when
1297 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
1298
cf499a1a
JD
12992011-09-20 Julien Danjou <julien@danjou.info>
1300
1301 * password-cache.el (password-cache-remove): Remove entries even if the
1302 value is nil, so that password with a nil value (negative caching) is
1303 possible to invalidate.
1304
f84e2fe2
LM
13052011-09-20 Lawrence Mitchell <wence@gmx.li>
1306
1307 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
1308 all whitespace around breakpoint. (Bug#9553)
1309 (f90-find-breakpoint): Only break at whitespace inside a comment.
1310
78054a46
SM
13112011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1312
1313 * minibuffer.el (completion-file-name-table): Keep track of errors.
1314 (completion-table-with-predicate): Handle the case where pred1 is nil.
1315 * pcomplete.el (pcomplete-completions-at-point): Simplify.
1316
345083b2
SM
13172011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1318
e24e27be
SM
1319 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
1320 (debugger-return-value): Signal an error if the debugging context does
1321 not await any return value.
1322
345083b2
SM
1323 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
1324 * image-mode.el (image-toggle-display-text)
1325 (image-toggle-display-image): Stay away from evil `intangible'.
1326
08d355e3
LL
13272011-09-19 Leo Liu <sdl.web@gmail.com>
1328
1329 * replace.el (occur-revert-arguments): Make it permanent-local.
1330 (occur-mode): Don't call font-lock-defontify.
1331
f01da43f
CY
13322011-09-19 Chong Yidong <cyd@stupidchicken.com>
1333
1334 * net/ldap.el (ldap-search-internal): Don't push empty search
1335 result (Bug#9508).
1336
b6072fa6
SM
13372011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1338
1339 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
1340
443d6696
MA
13412011-09-19 Michael Albinus <michael.albinus@gmx.de>
1342
1343 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
1344 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
1345
7cc6e154
JL
13462011-09-18 Juri Linkov <juri@jurta.org>
1347
1348 * buff-menu.el (Buffer-menu-mode-map):
1349 * dired.el (dired-mode-map):
1350 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
1351 (lisp-interaction-mode-map):
1352 * emacs-lisp/package.el (package-menu-mode-map):
1353 * epa.el (epa-key-list-mode-map):
1354 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
1355 (menu-bar-options-menu):
1356 * outline.el (outline-mode-menu-bar-map):
1357 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
1358 * vc/vc-dir.el (vc-dir-menu-map):
1359 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
1360 Capitalize non-function content words in menu item strings.
1361
1362 * dired.el (dired-mode-map): Add menu item for
1363 `image-dired-dired-toggle-marked-thumbs'.
1364
80302a81
JL
13652011-09-18 Juri Linkov <juri@jurta.org>
1366
1367 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
1368 to `isearch-case-fold-search' and restore its original value
1369 after the `isearch-mode' call.
1370
46c5cf66
JL
13712011-09-18 Juri Linkov <juri@jurta.org>
1372
1373 * progmodes/grep.el (grep-process-setup): Don't check code for 1
1374 because `zgrep' returns 1 for successful matches (bug#9226).
1375
d18b513b
JL
13762011-09-18 Juri Linkov <juri@jurta.org>
1377
1378 * info.el (Info-extract-menu-node-name): Check the second match
1379 for empty string (second test-case of bug#9528).
1380 (Info-last-preorder): Let-bind `Info-history' to nil to not add
1381 intermediate nodes to the history (first test-case of bug#9528).
1382
72753f87
JL
13832011-09-18 Juri Linkov <juri@jurta.org>
1384
1385 * info.el (Info-mode-syntax-table): New variable.
1386 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312)
1387
c9384295
JL
13882011-09-18 Juri Linkov <juri@jurta.org>
1389
1390 * info.el (Info-file-supports-index-cookies): Increment
1391 line-beginning-position's arg from 3 to 4 because makeinfo outputs
1392 one more line for long file names (bug#4142).
1393
d473dce8
CY
13942011-09-18 Chong Yidong <cyd@stupidchicken.com>
1395
1396 * newcomment.el (comment-normalize-vars): If prompting for
1397 comment-start, set comment-start-skip too (Bug#8424).
1398
2176854d
JB
13992011-09-18 Johan Bockgård <bojohan@gnu.org>
1400
1401 * icomplete.el: Fix previous fix of Bug#5849.
1402 (icomplete-mode): Don't set completion-show-inline-help.
1403 (icomplete-minibuffer-setup): Set completion-show-inline-help
1404 locally during icompletion.
1405
3aace4e4
CY
14062011-09-18 Chong Yidong <cyd@stupidchicken.com>
1407
c940224f
CY
1408 * woman.el (woman2-process-escapes): Don't delete unrecognized
1409 escapes (Bug#7843).
1410
3aace4e4
CY
1411 * files.el (inhibit-first-line-modes-regexps): Add image files.
1412 (hack-local-variables-prop-line): Return nil for malformed
1413 prop-lines (Bug#9044).
1414
710dec63
MA
14152011-09-18 Michael Albinus <michael.albinus@gmx.de>
1416
1417 * net/tramp.el (top): Don't require 'shell.
1418 (tramp-methods): Fix docstring.
1419 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
1420 Return complete remote file name. Handle "smb" case.
1421 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
1422 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
1423
1424 * net/tramp-compat.el (top): Require 'shell.
1425
1426 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1427 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
1428 `tramp-current-host'.
1429 (tramp-get-remote-tmpdir): Remove.
1430
1431 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
1432 `tramp-tmpdir' entries.
1433 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
1434 (tramp-smb-handle-file-attributes): Ignore errors.
1435 (tramp-smb-wait-for-output): Check also for process end.
1436
5d5ac8ec
LMI
14372011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1438
1439 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
1440 when sending QUIT (bug#9312).
1441
8c0f49f0
CY
14422011-09-17 Chong Yidong <cyd@stupidchicken.com>
1443
1444 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
1445 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
1446 occur-mode-display-occurrence.
1447 (occur-edit-mode): Add usage message.
1448 (occur-cease-edit): New command.
1449 (occur-after-change-function): Use text properties to find the
1450 position of the prefix text.
1451 (occur-engine): Set stickiness of prefix text properties.
1452
8f1383f7
GM
14532011-09-17 Glenn Morris <rgm@gnu.org>
1454
1455 * progmodes/etags.el (complete-tag):
1456 Fix call to completion-in-region. (Bug#9526)
1457
744ba0e3
JL
14582011-09-17 Juri Linkov <juri@jurta.org>
1459
1460 * textmodes/ispell.el (ispell-word): Add to the error message
1461 the word, ispell program name and current dictionary (bug#9121).
1462 (ispell-tex-arg-end): Capitalize "error" in the error message.
1463
d9bbf400
AS
14642011-09-17 Andreas Schwab <schwab@linux-m68k.org>
1465
1466 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
1467 check. (Bug#4251)
1468
8da11505
JL
14692011-09-17 Juri Linkov <juri@jurta.org>
1470
1471 * window.el (window-safe-min-height, window-safe-min-width):
1472 Fix typos (followup to bug#9522).
1473
a91adc7e
SJ
14742011-09-17 Sven Joachim <svenjoac@gmx.de>
1475
1476 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
1477
064f328a
EZ
14782011-09-16 Eli Zaretskii <eliz@gnu.org>
1479
1480 * simple.el (line-move): If goal-column is set, move by logical
1481 lines, not by display lines. (Bug#971)
1482 (next-line, previous-line, goal-column, line-move-visual): Doc fix
1483 to reflect the above change.
1484
e69df516
SM
14852011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1486
1487 * image.el (imagemagick-register-types): Use regexp-opt.
1488
cbb0f9ab
CY
14892011-09-15 Chong Yidong <cyd@stupidchicken.com>
1490
1491 * window.el (display-buffer-base-action): Rename from
1492 display-buffer-default-action. Make default value empty.
1493 (display-buffer-overriding-action): Convert to defvar.
1494 (display-buffer-fallback-action): New var.
1495
25322144
CY
14962011-09-15 Chong Yidong <cyd@stupidchicken.com>
1497
1498 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
1499 declaration.
1500 (package--add-to-archive-contents): If there is a duplicate entry
1501 with an older version, remove it.
1502 (package-menu-mark-delete, package-menu-mark-install)
1503 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
1504 (package-menu-mark-obsolete-for-deletion):
1505 Use package-menu-get-status instead of a regexp search.
25322144
CY
1506 (package-menu-get-status): Use tabulated-list-entry.
1507 (package-menu-mark-upgrades): New command.
d770725a 1508 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
1509 (package-menu-execute): Do installation before deletion.
1510 (package-menu-refresh, package-menu-execute): Use derived-mode-p
1511 instead of checking major-mode.
1512 (package-menu--find-upgrades): New function.
1513
7520339c
LMI
15142011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1515
1516 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
1517 passwords in the log buffer.
65a046c4
LMI
1518 (smtpmail-process-filter): Update the process marker so that the
1519 "broken by peer" status message is inserted in the right place.
7520339c 1520
d3c30954
SM
15212011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1522
3fe48822
SM
1523 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
1524 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
1525 bibtex-completion-at-point-function.
1526 (bibtex-completion-at-point-function): Use them.
1527
1b8b3954
SM
1528 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
1529
d3c30954
SM
1530 * mpc.el (mpc-constraints-tag-lookup): New function.
1531 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
1532 also to browser "album|playlist".
1533
72779976
JL
15342011-09-14 Juri Linkov <juri@jurta.org>
1535
1536 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
1537 (isearch-edit-string): Use length of `isearch-string' when
1538 `isearch-fail-pos' returns nil.
1539 (isearch-message): Remove duplicate code and call
1540 `isearch-fail-pos' with arg `t'.
1541
a0bf2bcd
CY
15422011-09-14 Chong Yidong <cyd@stupidchicken.com>
1543
17bb0a2d
CY
1544 * replace.el (occur-mode-goto-occurrence): Don't force using other
1545 window (Bug#9499).
1546
a0bf2bcd
CY
1547 * dired-aux.el (dired-do-chmod): Don't provide initial input.
1548
f678e0b6
MR
15492011-09-14 Martin Rudalics <rudalics@gmx.at>
1550
1551 * window.el (display-buffer-window): Remove.
1552 (display-buffer-record-window): Use help-setup window parameter
1553 instead of variable display-buffer-window.
1554 (display-buffer-function, special-display-buffer-names)
1555 (special-display-function): Mention help-setup parameter instead
1556 of display-buffer-window in doc-string.
d3c30954
SM
1557 * help.el (help-window-setup): New argument help-window.
1558 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
1559 Reword some messages.
1560 (with-help-window): Pass window used for displaying the buffer
1561 to help-window-setup. Don't set display-buffer-window.
1562
8e39b2e8
GM
15632011-09-13 Glenn Morris <rgm@gnu.org>
1564
1565 * emacs-lisp/debug.el (debugger-make-xrefs):
1566 Preserve point. (Bug#9462)
1567
85e9c04b
CY
15682011-09-13 Chong Yidong <cyd@stupidchicken.com>
1569
1570 * window.el (window-deletable-p): Use next-frame.
1571
1b36ed6a
MR
15722011-09-13 Martin Rudalics <rudalics@gmx.at>
1573
1574 * window.el (window-auto-delete): Remove.
1575 (window-deletable-p): Remove argument FORCE. Don't deal with
1576 dedicatedness and previous buffers.
1577 (switch-to-prev-buffer): Don't delete window.
1578 (delete-windows-on): Delete a window's frame if and only if the
1579 window is dedicated.
1580 (replace-buffer-in-windows): Delete buffer's window or frame if
1581 and only if window is dedicated.
1582 (quit-window): Handle quit-restore as before last change.
4d61f28d 1583 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 1584
ef8ef9fb
CY
15852011-09-13 Chong Yidong <cyd@stupidchicken.com>
1586
1587 * window.el (window-deletable-p): Never delete the last frame on a
1588 given terminal.
1589
b2cba41e
GM
15902011-09-13 Glenn Morris <rgm@gnu.org>
1591
1592 * help.el (describe-key-briefly): Copy previous standard-output change.
1593
51553db6 15942011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
1595
1596 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
1597
b7556719
GM
15982011-09-13 Glenn Morris <rgm@gnu.org>
1599
1600 * emacs-lisp/lisp-mode.el (lisp-indent-function):
1601 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
1602
64b51947
CY
16032011-09-12 Chong Yidong <cyd@stupidchicken.com>
1604
1605 * dired-aux.el (dired-mark-read-string): Don't return default
1606 value on empty input (Bug#9361).
1607 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
1608 Omit initial minibuffer contents.
1609 (dired-do-chmod): Signal an error on empty input.
1610 (dired-mark-read-string): Don't return default on empty input.
1611
1612 * files.el (file-modes-symbolic-to-number): Doc fix.
1613
393a301e
SM
16142011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1615
1616 * international/mule-cmds.el (ucs-completions): Remove.
1617 (read-char-by-name): Use complete-with-action instead; add metadata.
1618
fa5660f9
CY
16192011-09-11 Chong Yidong <cyd@stupidchicken.com>
1620
1621 * window.el (display-buffer--action-function-custom-type)
1622 (display-buffer--action-custom-type): New vars.
1623 (display-buffer-alist, display-buffer-default-action)
1624 (display-buffer-overriding-action): Add defcustom types.
1625
4a592f66
CY
1626 * frame.el (delete-other-frames): Doc fix (Bug#276).
1627
73d56dbd
LMI
16282011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1629
1630 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
1631
37ac18a3
CY
16322011-09-11 Chong Yidong <cyd@stupidchicken.com>
1633
1634 Change modes that used same-window-* vars to use switch-to-buffer.
1635
1636 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
1637 Use switch-to-buffer.
1638
1639 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
1640 (customize-browse, custom-buffer-create-other-window):
1641 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
1642
1643 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
1644 (Info-prev, Info-up, Info-speedbar-goto-node)
1645 (info-display-manual): Use switch-to-buffer.
1646 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
1647
1648 * mail/sendmail.el (mail): Use switch-to-buffer.
1649 (mail-recover): Use switch-to-buffer-other-window.
1650
1651 * cmuscheme.el (run-scheme, switch-to-scheme):
1652 * ielm.el (ielm):
1653 * shell.el (shell):
1654 * net/rlogin.el (rlogin):
1655 * net/telnet.el (telnet, rsh):
1656 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
1657
10195bd6
AS
16582011-09-11 Andreas Schwab <schwab@linux-m68k.org>
1659
1660 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
1661
b322f63a
LMI
16622011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1663
39d7fed6
LMI
1664 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
1665 so don't mention it (bug#9301).
ba5a81f1 1666 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 1667
ee0e9f11
LMI
1668 * faces.el (face-spec-set-match-display): Make `(type graphic)'
1669 match `x', `w32' and `ns', like the manual says (bug#9029).
1670
0b1c89c1 1671 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
1672 (process-kill-buffer-query-function): Mention the buffer name in
1673 the query.
0b1c89c1 1674
77549ea8
LMI
1675 * image-mode.el (image-next-line): The line parameter is mandatory
1676 (bug#9258).
1677
803ef892
LMI
1678 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
1679 which can be useful (bug#9301).
1680
12980837
LMI
1681 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
1682
91054f8f
LMI
1683 * subr.el (match-string): Mention that the current buffer should
1684 be the same as the search was done in (bug#9282).
1685
b322f63a
LMI
1686 * facemenu.el: Disable the remove-* commands if the mark isn't
1687 active (bug#9162).
1688
3199b96f
CY
16892011-09-10 Chong Yidong <cyd@stupidchicken.com>
1690
1691 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
1692 of display-buffer.
1693 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
1694
1695 * replace.el (occur-mode-goto-occurrence)
1696 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
1697 and display-buffer.
1698
1699 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
1700 display-buffer.
1701
1702 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
1703 special-display and same-window variables.
1704 (mail-other-window): Use switch-to-buffer-other-window.
1705 (mail-other-frame): USe switch-to-buffer-other-frame.
1706
393a301e
SM
1707 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
1708 Use display-buffer-other-frame.
3199b96f
CY
1709 (gdb-display-gdb-buffer): Use pop-to-buffer.
1710
1711 * progmodes/gud.el (gud-goto-info): Use info-other-window.
1712
1713 * progmodes/python.el: Don't set same-window-buffer-names.
1714
1715 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
1716
1717 * window.el (display-buffer-alist): Add *Python*.
1718
8319e0bf
CY
17192011-09-10 Chong Yidong <cyd@stupidchicken.com>
1720
1721 * window.el (display-buffer-alist): Add entry for buffers
1722 previously handled same-window-*.
1723 (display-buffer-alist, display-buffer-default-action)
1724 (display-buffer-overriding-action): Mark as risky.
1725 (display-buffer-alist): Document action function changes.
1726 (display-buffer--same-window-action)
1727 (display-buffer--other-frame-action): New variables.
1728 (switch-to-buffer, display-buffer-other-frame): Use them.
1729 (display-buffer): Rename reuse-frame entry to reusable-frames.
1730 (display-buffer-reuse-selected-window): Function deleted.
1731 (display-buffer-reuse-window): Handle reusable-frames alist entry.
1732 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
1733 (display-buffer-special): New function.
1734 (display-buffer--maybe-pop-up-frame-or-window): Rename from
1735 display-buffer-reuse-or-pop-window. Split off special-display
1736 part into display-buffer-special.
1737 (display-buffer-use-some-window): Don't perform any special
1738 pop-up-frames handling.
1739 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 1740 (display-buffer--maybe-same-window): Rename from
0d3ff375 1741 display-buffer-maybe-same-window.
8319e0bf 1742
919a69aa
CY
1743 * info.el: Don't set same-window-regexps.
1744 (info-setup): New function.
1745 (info-other-window, info): Call it.
1746
1747 * cus-edit.el: Don't set same-window-regexps.
1748 (customize-group): New argument.
1749 (customize-group-other-window): Use it.
1750 (customize-face, customize-face-other-window): Likewise.
1751 (custom-buffer-create-other-window): Use pop-to-buffer directly.
1752
8319e0bf
CY
1753 * net/rlogin.el:
1754 * net/telnet.el:
1755 * progmodes/gud.el: Don't set same-window-regexps.
1756
1757 * cmuscheme.el:
1758 * ielm.el:
1759 * shell.el:
1760 * mail/sendmail.el:
1761 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
1762
25173000
JL
17632011-09-10 Juri Linkov <juri@jurta.org>
1764
1765 * isearch.el (isearch-edit-string): Remove obsolete mention of
1766 `C-w' (`isearch-yank-word-or-char') from docstring.
1767 (isearch-query-replace): Fix typo in docstring (bug#9466).
1768
056e44ef
JL
17692011-09-10 Juri Linkov <juri@jurta.org>
1770
1771 * paren.el (show-paren-function): Don't show escaped parens.
1772 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
1773
c3760c17
EZ
17742011-09-10 Eli Zaretskii <eliz@gnu.org>
1775
1776 * mail/sendmail.el (mml-to-mime, mml-attach-file)
1777 (mm-default-file-encoding): Remove autoload forms, they are
1778 replaced with autoload cookies in mml.el and mm-encode.el.
1779 (mail-add-attachment): New command.
1780 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
1781 (mail-mode): Mention mail-insert-file and mail-add-attachment in
1782 the doc string.
1783 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
1784
fece895e
RT
17852011-09-10 Reuben Thomas <rrt@sc3d.org>
1786
e69df516
SM
1787 * simple.el (count-words-region): Use buffer if there's no region
1788 (bug#9429).
fece895e 1789
5e68ce4a
JL
17902011-09-09 Juri Linkov <juri@jurta.org>
1791
1792 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
1793 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
1794 (wdired-isearch-filter-read-only): New function. (Bug#6362)
1795
0a6b9622
AM
17962011-09-09 Alan Mackenzie <acm@muc.de>
1797
1798 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
1799 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
1800
14a29deb
EZ
18012011-09-09 Eli Zaretskii <eliz@gnu.org>
1802
1803 Fix for Savannah bug#9392.
1804 * simple.el (mail-encode-mml): New defvar.
1805
1806 * mail/rmail.el (mail-encode-mml): Add a defvar.
1807 (rmail-enable-mime-composing): Default to t.
1808 (rmail-forward): Use MIME method of forwarding only if both
1809 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
1810 Set mail-encode-mml non-nil if the MIME method was used.
1811
1812 * mail/sendmail.el (mml-to-mime): Add autoload form.
1813 (mail-encode-mml): Add a defvar.
1814 (mail-mode): Make mail-encode-mml buffer-local and initialize it
1815 to nil.
1816 (mail-send): If mail-encode-mml is non-nil, run the outgoing
1817 message through mml-to-mime, and reset mail-encode-mml to nil.
1818
28c45130
GM
18192011-09-09 Glenn Morris <rgm@gnu.org>
1820
1821 * woman.el (woman-if-body): When processing an .el block,
1822 do not delete the next .el block as well. (Bug#9447)
69f4b618 1823 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 1824
9b1c252e
MR
18252011-09-08 Martin Rudalics <rudalics@gmx.at>
1826
1827 * window.el (window-deletable-p): Make sure window is live before
1828 invoking window-prev-buffers.
1829
567457e3
LL
18302011-09-08 Leo Liu <sdl.web@gmail.com>
1831
1832 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
1833
97f05794
JL
18342011-09-08 Juri Linkov <juri@jurta.org>
1835
1836 * progmodes/compile.el (compilation-environment): Make it
1837 a defcustom (bug#8340).
1838
8b0874b5
MR
18392011-09-08 Martin Rudalics <rudalics@gmx.at>
1840
1841 * window.el (frame-auto-delete): Rename to window-auto-delete.
1842 Make it control auto-deletion of windows and/or frames.
1843 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 1844 for deleting window/frame. (Bug#9419)
8b0874b5
MR
1845 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
1846 Rewrite handling of case when window/frame can be deleted.
1847 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 1848 argument t. (Bug#9456)
8b0874b5 1849
4feb6e73
CY
18502011-09-07 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * help-mode.el (help-mode): Restore autoload.
1853
91ab9c13
JL
18542011-09-07 Juri Linkov <juri@jurta.org>
1855
1856 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
1857 `compilation-environment'. Set buffer-local
1858 `compilation-environment' to `thisenv' later after (funcall mode).
1859 (Bug#8340)
1860
1861 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
1862 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
1863 instead of replacing its value. (Bug#8340)
1864
0527e251
JL
18652011-09-07 Juri Linkov <juri@jurta.org>
1866
1867 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
1868 based on text properties put by `grep-filter' instead of matching
1869 escape sequences.
1870 (grep-mode): Set buffer-local `compilation-error-screen-columns'
1871 to the value of `grep-error-screen-columns' (bug#9438).
1872
249f792c
JL
18732011-09-07 Juri Linkov <juri@jurta.org>
1874
1875 * simple.el (next-error-highlight, next-error-highlight-no-select):
1876 Doc fix (bug#9432).
1877
ff7271b9
OT
18782011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
1879
1880 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1881 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
1882
183fc730
LL
18832011-09-07 Leo Liu <sdl.web@gmail.com>
1884
1885 * net/rcirc.el (rcirc-mode): Conditionally initialize
1886 rcirc-input-ring.
1887
77694924
SM
18882011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1889
1890 * emacs-lisp/find-func.el (find-function-C-source): Only set
1891 find-function-C-source-directory after checking that we found a source
1892 file there (bug#9440).
1893
d809b8eb
AM
18942011-09-06 Alan Mackenzie <acm@muc.de>
1895
1896 * isearch.el (isearch-other-meta-char): Wherever a key list is
1897 unread, "unread" the prefix arg, too. This fixes bug #8901.
1898
453de99f
OG
18992011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1900
1901 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
1902
90439906
JL
19032011-09-05 Juri Linkov <juri@jurta.org>
1904
1905 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
1906
f62bd846
JL
19072011-09-05 Juri Linkov <juri@jurta.org>
1908
1909 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
1910 keeping point where processing of grep matches begins, and
1911 continue to delete remaining escape sequences from the same point.
1912 (grep-filter): Make leading zero optional in "0?1;31m" because
1913 git-grep emits "\033[1;31m" escape sequences unlike expected
1914 "\033[01;31m" as GNU Grep does (bug#9408).
1915 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
1916
045820ec
JL
19172011-09-05 Juri Linkov <juri@jurta.org>
1918
1919 * subr.el (y-or-n-p): Capitalize "yes".
1920
f5e29b9b
MA
19212011-09-04 Michael Albinus <michael.albinus@gmx.de>
1922
1923 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
1924 `tramp-cache-unload-hook' where appropriate.
1925 (tramp-methods): Rename `tramp-remote-sh' to
1926 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
1927 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
1928
1929 * net/tramp-sh.el (top): Don't require 'shell.
1930 (tramp-methods): Add `tramp-remote-shell' and
1931 `tramp-remote-shell-args' entries.
1932 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
1933 (tramp-sh-handle-shell-command): Remove.
1934 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1935 Use `tramp-remote-shell'.
1936
2784c434
CY
19372011-09-03 Chong Yidong <cyd@stupidchicken.com>
1938
393a301e 1939 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
1940 (sendmail-query-once): Save directly to send-mail-function.
1941 Update message-send-mail-function too.
1942
1943 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
1944
464cdf56
CS
19452011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
1946
1947 * progmodes/python.el (python-mode-map): Use correct function to
1948 start python interpreter from menu-bar (as reported by Geert
1949 Kloosterman).
1950 (inferior-python-mode-map): Fix typo.
393a301e 1951 (python-shell-map): Remove.
464cdf56 1952
d37e5c87
DD
19532011-09-03 Deniz Dogan <deniz@dogan.se>
1954
1955 * net/rcirc.el (rcirc-print): Simplify code for
1956 rcirc-scroll-show-maximum-output. There is no need to walk
1957 through all windows to find the right one.
1958
f3ada0ee
CS
19592011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
1960
1961 * help.el (help-return-method): Doc fix.
1962
1f3c99ca
MR
19632011-09-03 Martin Rudalics <rudalics@gmx.at>
1964
1965 * window.el (window-deletable-p): Don't return a non-nil value
1966 when there's a buffer that was shown in the window before.
1967 (Bug#9419)
393a301e
SM
1968 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1969 Set window's previous buffers to nil.
1f3c99ca 1970
a3cf097f
EZ
19712011-09-03 Eli Zaretskii <eliz@gnu.org>
1972
1973 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
1974 newline before and after the tag line, so it doesn't interfere
1975 with determining the paragraph direction of bidirectional text.
1976
3d03de90
LL
19772011-09-03 Leo Liu <sdl.web@gmail.com>
1978
1979 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
1980
c3313451
CY
19812011-09-02 Chong Yidong <cyd@stupidchicken.com>
1982
393a301e 1983 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
1984 (pop-to-buffer): Change interactive spec. Pass second argument
1985 directly to display-buffer.
1986 (display-buffer): Fix interactive spec. Use functionp to
1987 distinguish between a function and a list of functions.
1988
1989 * abbrev.el (edit-abbrevs):
1990 * arc-mode.el (archive-extract):
1991 * autoinsert.el (auto-insert):
1992 * bookmark.el (bookmark-bmenu-list):
1993 * files.el (find-file):
1994 * view.el (view-buffer):
1995 * progmodes/compile.el (compilation-goto-locus):
1996 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
1997
89894cd8
CY
19982011-09-02 Chong Yidong <cyd@stupidchicken.com>
1999
2000 * window.el (display-buffer-alist): Doc fix.
2001 (display-buffer): Add docstring. Don't treat
2002 display-buffer-default specially.
2003 (display-buffer-reuse-selected-window)
2004 (display-buffer-same-window, display-buffer-maybe-same-window)
2005 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2006 (display-buffer-pop-up-window)
2007 (display-buffer-reuse-or-pop-window)
2008 (display-buffer-use-some-window): New functions.
2009 (display-buffer-default-action): Use them.
393a301e 2010 (display-buffer-default): Delete.
89894cd8
CY
2011 (pop-to-buffer-1): Fix choice of actions.
2012
ae0bc9fb
SM
20132011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2014
2015 * minibuffer.el (completion--insert-strings): Don't get confused by
2016 completion entries that end with an LF char.
2017
e9d90883
EZ
20182011-09-01 Eli Zaretskii <eliz@gnu.org>
2019
2020 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
2021
437014c8
CY
20222011-09-01 Chong Yidong <cyd@stupidchicken.com>
2023
2024 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
2025 (display-buffer-same-window, display-buffer-other-window):
2026 New functions.
437014c8
CY
2027 (pop-to-buffer-1): New function. Use the above.
2028 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 2029 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
2030
2031 * view.el (view-buffer-other-window, view-buffer-other-frame):
2032 Just use pop-to-buffer.
2033
a5e063d5
TV
20342011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2035
2036 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
2037
793d32bb
WH
20382011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
2039
2040 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
2041
d65e4c15
RS
20422011-08-31 Richard Stallman <rms@gnu.org>
2043
2044 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
2045 of the separation of rmail-view-buffer from rmail-buffer.
2046 If you say no to "replace original", the decrypt is in the
2047 view buffer. If you say yes, the decrypt goes into the
2048 rmail buffer also.
2049
f818cd2a
MR
20502011-08-31 Martin Rudalics <rudalics@gmx.at>
2051
2052 * window.el (display-buffer-window): Rewrite doc-string.
2053 (display-buffer-record-window): New function.
2054 (display-buffer-macro-specifiers)
2055 (display-buffer-even-window-sizes, display-buffer-set-height)
2056 (display-buffer-set-width, display-buffer-in-window)
2057 (display-buffer-reuse-window, display-buffer-split-specifiers)
2058 (display-buffer-side-specifiers, display-buffer-split-window-1)
2059 (display-buffer-split-window, display-buffer-split-atom-window)
2060 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2061 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
2062 (display-buffer-other-window-means-other-frame)
2063 (display-buffer-normalize-special)
2064 (display-buffer-normalize-default)
2065 (display-buffer-normalize-argument)
2066 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
2067 (display-buffer-normalize-specifiers, display-buffer-frame)
2068 (display-buffer-same-window, display-buffer-same-frame)
2069 (display-buffer-other-window)
2070 (display-buffer-same-frame-other-window)
2071 (display-buffer-other-frame, pop-to-buffer-same-window)
2072 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
2073 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
2074 (switch-to-buffer-same-frame)
2075 (switch-to-buffer-other-window-same-frame)
2076 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
2077 (display-buffer-alist-set-1, display-buffer-alist-set-2)
2078 (display-buffer-alist-set): Remove.
2079 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
2080 (special-display-regexps, special-display-function):
2081 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
2082 parameter.
2083 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
2084 (special-display-frame-alist, special-display-popup-frame)
2085 (same-window-buffer-names, same-window-regexps, same-window-p)
2086 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
2087 (split-window-preferred-function, split-height-threshold)
2088 (split-width-threshold, window-splittable-p)
2089 (split-window-sensibly, window--try-to-split-window)
2090 (window--frame-usable-p, even-window-heights)
2091 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
2092 (window--display-buffer-2, display-buffer-other-frame):
2093 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
2094 (display-buffer-default, display-buffer-assq-regexp): New functions.
2095 (display-buffer-alist): Rewrite doc-string.
2096 (display-buffer-default-action)
2097 (display-buffer-overriding-action): New variables.
2098 (display-buffer, switch-to-buffer): Rewrite.
2099 (pop-to-buffer): Restore Emacs 23 behavior but use
2100 window-normalize-buffer-to-display.
2101 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2102 Restore Emacs 23 behavior but use
2103 window-normalize-buffer-to-switch-to.
2104 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
2105 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
2106 Rewrite using Emacs 23 options.
f818cd2a 2107
5bc3b51d
MA
21082011-08-31 Michael Albinus <michael.albinus@gmx.de>
2109
2110 * net/tramp.el (tramp-root-regexp): Remove.
2111 (tramp-completion-file-name-regexp-unified)
2112 (tramp-completion-file-name-regexp-separate)
2113 (tramp-completion-file-name-regexp-url): Don't use leading volume
2114 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
2115 (tramp-drop-volume-letter): Simplify definition.
2116 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 2117
b1a4f8e1
SM
21182011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2119
2120 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
2121 (bug#9356).
2122
5664fa7b
RT
21232011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
2124
b1a4f8e1 2125 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 2126
9a45d6c3
JL
21272011-08-29 Juri Linkov <juri@jurta.org>
2128
2129 * isearch.el (isearch-done): Don't display message "Mark saved"
2130 when arg `edit' is non-nil to prevent its flicker in the echo area.
2131
fb87e0fb
CY
21322011-08-28 Chong Yidong <cyd@stupidchicken.com>
2133
2134 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
2135 obsolete packages for deletion.
2136
09ac1c2a
CS
21372011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
2138
2139 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 2140 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
2141 view-mode from help-mode.
2142 (help-xref-override-view-map): Remove.
2143 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
2144 view-mode is not used anymore.
2145
7a1ff57f
CY
21462011-08-28 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * server.el (server-port): Doc fix.
2149
b9696605
CY
2150 * cus-theme.el (custom-theme-choose-mode): Inherit from
2151 special-mode (Bug#9124).
2152 (custom-theme-choose-mode-map): Add special-mode to parent.
2153
ef8cdf8c
AM
21542011-08-28 Alan Mackenzie <acm@muc.de>
2155
2156 * progmodes/cc-fonts.el
2157 (c-make-font-lock-BO-decl-search-function): New function.
2158 (c-basic-matchers-after - "Fontify the clauses after various
2159 keywords"): Extract the three keyword lists for the 3 erroneous
2160 constructs from the list of four, and use the new function above
2161 in place of an old one.
2162
27de4e20
DD
21632011-08-28 Deniz Dogan <deniz@dogan.se>
2164
2165 * net/rcirc.el (rcirc-insert-prev-input)
2166 (rcirc-insert-next-input): Remove unused argument.
2167
356a3681
SM
21682011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2169
2170 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
2171
3fc9b218
AM
21722011-08-27 Alan Mackenzie <acm@muc.de>
2173
2174 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
2175 handle function pointer parameters properly.
2176
538a061c
MR
21772011-08-27 Martin Rudalics <rudalics@gmx.at>
2178
2179 * window.el (display-buffer-reuse-window): Fix case where
2180 selected window was reused with non-nil OTHER-WINDOW argument.
2181 (Bug#9381)
2182
35b1c40c
DD
21832011-08-27 Deniz Dogan <deniz@dogan.se>
2184
2185 * net/rcirc.el (rcirc-check-auth-status): Adding support for
2186 oftc's NickServ messages.
2187
2f6a3e79
GM
21882011-08-27 Glenn Morris <rgm@gnu.org>
2189
2190 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
2191
7254299e
CY
21922011-08-26 Chong Yidong <cyd@stupidchicken.com>
2193
2194 * emacs-lisp/package.el (package-install): Call package-initialize
2195 if called interactively.
2196
f8ccf167
LL
21972011-08-26 Leo Liu <sdl.web@gmail.com>
2198
2199 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
2200
3e8cd5ce
JL
22012011-08-25 Juri Linkov <juri@jurta.org>
2202
2203 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
2204 `search-whitespace-regexp' (bug#9364).
2205
93eb7113
JL
22062011-08-25 Juri Linkov <juri@jurta.org>
2207
2208 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
2209 `regexp-search-ring' to their global values to protect from
2210 updating by `read-from-minibuffer' (bug#9185).
2211
f65d1611
JL
22122011-08-25 Juri Linkov <juri@jurta.org>
2213
2214 * textmodes/ispell.el (ispell-command-loop): Add newline
2215 at the end of the "Use option `i'..." line.
2216
f1cf7a31
JL
22172011-08-25 Juri Linkov <juri@jurta.org>
2218
2219 * battery.el (display-battery-mode): If `battery-status-function'
2220 or `battery-mode-line-format' is nil, display the message and set
2221 `display-battery-mode' to nil (bug#9363).
2222
0c95fcf7
EZ
22232011-08-25 Eli Zaretskii <eliz@gnu.org>
2224
2225 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
2226 bidi-string-mark-left-to-right; they are unnecessary now.
2227
a2ebe600
DD
22282011-08-25 Deniz Dogan <deniz@dogan.se>
2229
2230 * net/quickurl.el: Documentation typo fixes.
2231
e4ed06f1
CY
22322011-08-25 Chong Yidong <cyd@stupidchicken.com>
2233
2234 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
2235
e5f1c99e
GM
22362011-08-25 Glenn Morris <rgm@gnu.org>
2237
b2948976
GM
2238 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2239
e5f1c99e
GM
2240 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
2241 (smtpmail-via-smtp): Handle nil response from smtp.
2242
f22f4808
JL
22432011-08-24 Juri Linkov <juri@jurta.org>
2244
2245 * proced.el (proced-marked): Inherit from `error' instead of
2246 `font-lock-warning-face'.
2247
2248 * ibuffer.el (ibuffer-marked-face): Change default face from
2249 `font-lock-warning-face' to `warning'.
2250 (ibuffer-deletion-face): Change default face from
2251 `font-lock-type-face' to `error'.
2252
2253 * battery.el (battery-update): Use the face `error' instead of
2254 `font-lock-warning-face' (bug#6117).
2255
6a93965e
JL
22562011-08-24 Juri Linkov <juri@jurta.org>
2257
2258 * faces.el (success): Change face color from "Green3" to
2259 "ForestGreen" on light background (bug#9353).
2260
1ed43b09
CY
22612011-08-24 Chong Yidong <cyd@stupidchicken.com>
2262
5664fa7b
RT
2263 * window.el (quit-window): Rename from quit-restore-window.
2264 Use same arglist as old quit-window.
1ed43b09
CY
2265 (frame-auto-delete): Doc fix.
2266
2267 * view.el (view-mode-exit): Use quit-window.
2268
11dcdbb2
JL
22692011-08-24 Juri Linkov <juri@jurta.org>
2270
2271 * isearch.el (isearch-ring-adjust1): Start visiting previous
2272 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
2273 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
2274 for empty search string (when the last search string is reused
2275 automatically) to adjust the isearch ring to the last element and
2276 prepare the correct index for further M-p commands (bug#9185).
2277
de62b4df
KH
22782011-08-24 Kenichi Handa <handa@m17n.org>
2279
2280 * international/ucs-normalize.el: If decomposition property of
2281 CHAR is the default one (i.e. a list of CHAR itself), treat it as
2282 nil.
2283 (nfd, nfkd): Likewise.
2284
963b492b
SM
22852011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2286
2287 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
2288 from process filters aren't reliably transmitted to the surrounding
2289 accept-process-output.
2290 (mpc-proc-check): New function.
2291 (mpc-proc-sync): Use it (bug#8293)
2292
93b6b5e1
SM
22932011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2294
2295 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
2296 Add compatibility functions (bug#9313).
2297
bca633fb
EZ
22982011-08-23 Eli Zaretskii <eliz@gnu.org>
2299
b177498a
EZ
2300 * cus-start.el (all): Add entry for bidi-paragraph-direction.
2301
bca633fb
EZ
2302 * international/uni-bidi.el: Regenerated.
2303
0902a04e
KH
23042011-08-23 Kenichi Handa <handa@m17n.org>
2305
2306 * international/charprop.el:
2307 * international/uni-bidi.el:
2308 * international/uni-category.el:
2309 * international/uni-combining.el:
2310 * international/uni-comment.el:
2311 * international/uni-decimal.el:
2312 * international/uni-decomposition.el:
2313 * international/uni-digit.el:
2314 * international/uni-lowercase.el:
2315 * international/uni-mirrored.el:
2316 * international/uni-name.el:
2317 * international/uni-numeric.el:
2318 * international/uni-old-name.el:
2319 * international/uni-titlecase.el:
2320 * international/uni-uppercase.el: Regenerate.
2321
3bbf23bc
MR
23222011-08-23 Martin Rudalics <rudalics@gmx.at>
2323
2324 * help.el (help-window-setup): Fix message displayed when other
2325 window is reused. (Bug#9341)
2326
b3fd59bd
SM
23272011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2328
1802e444
SM
2329 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
2330 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
2331
b3fd59bd
SM
2332 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
2333 Mark obsolete.
2334 * shell.el (shell-parse-pcomplete-arguments): New function.
2335 (shell-completion-vars): Use it instead (bug#9160).
2336
4eb61348
SM
23372011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2338
867cab74
SM
2339 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
2340 strings and comments (bug#9333).
2341
4eb61348
SM
2342 * emacs-lisp/debug.el (debug-arglist): New function.
2343 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
2344 (debug-on-entry-1): Handle interpreted closures (bug#9120).
2345
262a1439
JL
23462011-08-22 Juri Linkov <juri@jurta.org>
2347
56ee679c
JL
2348 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2349 Revert regexp that highlights output switches to its old
2350 pre-2010-10-28 value and remove one `?' from it (bug#9319).
2351
262a1439
JL
2352 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
2353 to check for empty output (bug#9226).
2354
f13f86fb
CY
23552011-08-22 Chong Yidong <cyd@stupidchicken.com>
2356
2357 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
2358 symbol-constituent as the default, as that stops font-lock from
2359 working properly (Bug#8843).
2360
c65c9622
LMI
23612011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2362
2363 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
2364 `coding-system-for-*' around the process open call to avoid
2365 auth-source side effects.
e7f2c178 2366 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
2367 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
2368 probe hangs.
c65c9622 2369
23a8a5ab
CY
23702011-08-21 Chong Yidong <cyd@stupidchicken.com>
2371
ff98b2dd
CY
2372 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
2373
23a8a5ab
CY
2374 * emacs-lisp/find-func.el (find-function-noselect): New arg
2375 lisp-only.
2376
2377 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
2378 signal an error for built-in functions (Bug#6664).
2379
f5e3c598
LMI
23802011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2381
2382 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
2383 (smtpmail-try-auth-methods): Use it.
2384
a3f2468a
CY
23852011-08-21 Chong Yidong <cyd@stupidchicken.com>
2386
2c34e8da
CY
2387 * font-lock.el (font-lock-fontify-region)
2388 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
2389 (font-lock-default-unfontify-buffer)
2390 (font-lock-default-fontify-region)
2391 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
2392
b3fd59bd
SM
2393 * progmodes/compile.el (compilation-error-properties):
2394 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
2395 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
2396 `ant' regexp.
ee31aabc 2397
a3f2468a
CY
2398 * net/browse-url.el (browse-url-firefox): Don't call
2399 browse-url-firefox-sentinel unless using -remote (Bug#9328).
2400
8e999f70
GM
24012011-08-20 Glenn Morris <rgm@gnu.org>
2402
c21a496a
GM
2403 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
2404
59ee0542
GM
2405 * tutorial.el (tutorial--default-keys): Update some default bindings.
2406
8e999f70
GM
2407 * files.el (hack-local-variables): Fully ignore case for "mode:".
2408
e3715033
AM
24092011-08-20 Alan Mackenzie <acm@muc.de>
2410
2411 Resolve invalid use of a regexp in regexp-opt.
2412
4d61f28d
JB
2413 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
2414 detection for a java annotation.
e3715033 2415
4d61f28d 2416 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
2417 detection for a java annotation.
2418
4d61f28d
JB
2419 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
2420 handling for java.
e3715033
AM
2421 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
2422
04ed2e9c
CY
24232011-08-20 Chong Yidong <cyd@stupidchicken.com>
2424
2425 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
2426 (Bug#9274).
2427
826cee64
AM
24282011-08-20 Alan Mackenzie <acm@muc.de>
2429
2430 * Fontify CPP expressions correctly when starting in the middle of
2431 such a construct. Mainly for when jit-lock etc. starts a chunk
2432 here.
2433
2434 * progmodes/cc-fonts.el (c-font-lock-context): new buffer local
2435 variable.
2436 (c-make-font-lock-search-form): new function, extracted from
2437 c-make-font-lock-search-function.
2438 (c-make-font-lock-search-function): Use the above function.
2439 (c-make-font-lock-context-search-function): New function.
2440 (c-cpp-matchers): Enhance the preprocessor expression case with
2441 the above function
2442 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
2443 which takes an expression.
2444
2445 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
2446
13009bd8
MR
24472011-08-20 Martin Rudalics <rudalics@gmx.at>
2448
2449 * window.el (display-buffer-reuse-window)
2450 (display-buffer-pop-up-window): Don't reuse or split a side
2451 window.
2452
9234ff7f
GM
24532011-08-19 Glenn Morris <rgm@gnu.org>
2454
2455 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 2456 Downcase "Mode:". (Bug#9331)
9234ff7f 2457
f635daa1
CY
24582011-08-18 Chong Yidong <cyd@stupidchicken.com>
2459
2460 * international/characters.el: Add L and R categories.
2461
2462 * subr.el (bidi-string-mark-left-to-right): Rename from
2463 string-mark-left-to-right. Use category search.
2464
2465 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
2466
bc987f8b
JL
24672011-08-18 Juri Linkov <juri@jurta.org>
2468
2469 * faces.el (error, warning, success): New faces with definitions
2470 copied from old default values of `font-lock-warning-face',
2471 `compilation-warning', `compilation-info' (bug#6117).
2472
2473 * font-lock.el (font-lock-warning-face): Inherit from `error'.
2474
2475 * progmodes/compile.el (compilation-error): Inherit from `error'.
2476 (compilation-warning): Inherit from `warning'.
2477 (compilation-info): Inherit from `success'.
2478
2479 * dired.el (dired-marked): Inherit from `warning'.
2480 (dired-flagged): Inherit from `error'.
2481
57173b96
LMI
24822011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2483
3e79eb87
LMI
2484 * mail/smtpmail.el (auth-source): Require to avoid problems with
2485 binding variables (bug#9298). Also clean up some unused
2486 autoloads.
2487
b3fd59bd
SM
2488 * net/network-stream.el (network-stream-open-starttls):
2489 Support using starttls.el without using gnutls-cli.
57173b96 2490
02b404de
JL
24912011-08-17 Juri Linkov <juri@jurta.org>
2492
2493 * progmodes/grep.el (rgrep): Handle the case when
2494 `grep-find-command' is a cons cell (bug#9278).
2495
8c9177f2
MR
24962011-08-17 Martin Rudalics <rudalics@gmx.at>
2497
2498 * window.el (display-buffer-pop-up-frame): Run frame creation
2499 function with BUFFER current (as special-display-popup-frame
2500 does). Reported by Drew Adams.
2501
3644a0ab
DU
25022011-08-17 Daiki Ueno <ueno@unixuser.org>
2503
2504 * epa-mail.el: Simplify GnuPG group expansion using
2505 epg-expand-group.
2506 (epa-mail-group-alist, epa-mail-group-modtime)
2507 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
2508 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
2509 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
2510 Remove.
2511
5e617bc2 25122011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
2513
2514 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
2515
9c4aeabf
AM
25162011-08-16 Alan Mackenzie <acm@muc.de>
2517
2518 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
2519 Correct, to avoid the inside of macros.
2520
3a99bf64
RS
25212011-08-16 Richard Stallman <rms@gnu.org>
2522
04963aa8
RS
2523 * epa-mail.el: Handle GnuPG group definitions.
2524 (epa-mail-group-alist, epa-mail-group-modtime)
2525 (epa-mail-gnupg-conf-file): New variables.
2526 (epa-mail-parse-groups, epa-mail-sync-groups)
2527 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
2528 (epa-mail-expand-recipients): New functions.
2529 (epa-mail-encrypt): Call epa-mail-expand-recipients.
2530
177549d0
RS
2531 * mail/rmail.el (rmail-epa-decrypt): New command.
2532
fe38beef
RS
2533 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
2534 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
2535 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
2536 (epa-decrypt-armor-in-region): Make error message clearer.
2537
934eacb9
SM
25382011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2539
2540 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
2541 and "a2b" to "ab" for `prefix'.
2542
d024fb4e
CY
25432011-08-14 Chong Yidong <cyd@stupidchicken.com>
2544
2545 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
2546 filter groups.
de148fee
CY
2547 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
2548 Fourquet (Bug#8804).
d024fb4e 2549
62f1ca49
JB
25502011-08-12 Juanma Barranquero <lekktu@gmail.com>
2551
2552 * startup.el (argi): Declare as global variable (bug#9275).
2553
9ccaaa4b
CY
25542011-08-12 Chong Yidong <cyd@stupidchicken.com>
2555
2556 * subr.el (string-mark-left-to-right): Search the entire string
2557 for RTL script, not just the terminating character. Doc fix.
2558
a3dae87a
SM
25592011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2560
6cd18349
SM
2561 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
2562 New function.
2563 (js--regexp-literal, js-syntax-propertize-function): Remove.
2564 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
2565 (js-mode-map): Don't rebind electric keys.
2566 (js-insert-and-indent): Remove.
2567 (js-mode): Setup electric-layout and electric-indent instead.
2568
a3dae87a
SM
2569 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
2570
9d5cb631
DU
25712011-08-12 Daiki Ueno <ueno@unixuser.org>
2572
2573 * epa.el (epa-progress-callback-function): Fix the logic of
2574 displaying progress.
2575 * epa-file.el (epa-file-insert-file-contents): Make progress
2576 display more user-friendly.
2577 (epa-file-write-region): Ditto.
2578
3e26a4a2
CY
25792011-08-10 Chong Yidong <cyd@stupidchicken.com>
2580
2581 * subr.el (string-mark-left-to-right): New function.
2582
2583 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
2584 Use string-mark-left-to-right.
2585 (list-buffers-noselect): Caller changed.
2586
a3dae87a
SM
2587 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2588 Use string-mark-left-to-right.
3e26a4a2
CY
2589 (tabulated-list-print): Recenter after moving point.
2590
ac8cf6e6
JL
25912011-08-10 Juri Linkov <juri@jurta.org>
2592
2593 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
2594 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
2595 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
2596
8d96c9a4
CY
25972011-08-09 Chong Yidong <cyd@stupidchicken.com>
2598
2599 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
2600 (Bug#7554).
2601
7be1c708 26022011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
2603
2604 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
2605 character. (Bug#6594)
2606
37e11a63
CY
26072011-08-08 Chong Yidong <cyd@stupidchicken.com>
2608
839dde57
CY
2609 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
2610 (image-dired--with-db-file): New macro.
2611 (image-dired-write-tags, image-dired-remove-tag)
2612 (image-dired-create-gallery-lists, image-dired-write-comments)
2613 (image-dired-get-comment, image-dired-mark-tagged-files)
2614 (image-dired-list-tags, image-dired-gallery-generate): Use it.
2615 (image-dired-gallery-generate): Use insert-file-contents.
2616
37e11a63
CY
2617 * time.el (display-time-world-list, display-time-world-display):
2618 * time-stamp.el (time-stamp-string):
2619 * vc/add-log.el (add-change-log-entry): Use setenv instead of
2620 set-time-zone-rule (Bug#7337).
2621
0b4946c4
DU
26222011-08-08 Daiki Ueno <ueno@unixuser.org>
2623
2624 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
2625 (epg-error-to-string, epg-errors-to-string): New function.
2626 (epg-wait-for-completion): Reverse errors list.
2627 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
2628 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
2629 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
2630 (epg-sign-keys, epg-generate-key-from-file)
2631 (epg-generate-key-from-string): Format errors by using
2632 epg-errors-to-string (bug#9255).
2633 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
2634
75bfc667
JL
26352011-08-07 Juri Linkov <juri@jurta.org>
2636
2637 * faces.el (list-faces-display): Remove extra angle bracket
2638 from `help-mode-map'.
2639
2640 * info.el (Info-history-toc-nodes): Doc fix.
2641
2642 * longlines.el (longlines-mode): Doc fix.
2643
673e08bb
SM
26442011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
2645
4640dd88
SM
2646 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
2647 of statements and in a few more cases (bug#9183).
2648
673e08bb
SM
2649 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
2650 New functions.
2651 (cl-transform-lambda): Use them (bug#9239).
2652
89b3f019
MR
26532011-08-05 Martin Rudalics <rudalics@gmx.at>
2654
2655 * window.el (display-buffer-same-window)
2656 (display-buffer-same-frame, display-buffer-other-window)
2657 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
2658 (pop-to-buffer-other-window)
2659 (pop-to-buffer-same-frame-other-window)
2660 (pop-to-buffer-other-frame): Make them defuns.
2661 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
2662
640c8776
SM
26632011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 * subr.el (make-composed-keymap): Move from C. Change calling
2666 convention, and improve docstring to bring attention to a subtle point.
2667 * minibuffer.el (completing-read-default): Adjust accordingly.
2668
63648a95
MA
26692011-08-03 Michael Albinus <michael.albinus@gmx.de>
2670
2671 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2672 (tramp-open-shell): Use `tramp-shell-quote-argument'.
2673
2674 * net/trampver.el: Update release number.
2675
b796c9b7
SM
26762011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
2679 "in" (bug#9190).
2680
2239d7d5
LMI
26812011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2682
e07dd7c3
LMI
2683 * mail/sendmail.el (sendmail-query-once): Restore the current
2684 buffer after querying (bug#9074).
2685
0e6a2bd7
LMI
2686 * dired.el (dired-flagged): Use different faces for marked and
2687 flagged files (bug#6117).
2688
ce887515
LMI
2689 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
2690 (bug#4433).
2691
92f2affc
LMI
2692 * ido.el (ido-mode): Switch off the message if called
2693 non-interactively.
2694
57d5aff0
LMI
2695 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
2696 before 587, since it appears that that's more likely to work for
2697 more people.
2698
98cd6c18
LMI
2699 * cus-edit.el (custom-file): When running under emacs -q, always
2700 refuse to save the customisations, even if the .emacs file doesn't
2701 exist.
2702
b96dec83
LMI
2703 * info.el: Remove the `Info-beginning-of-buffer' function
2704 (bug#8325).
2705
b796c9b7
SM
2706 * net/network-stream.el (network-stream-open-starttls):
2707 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 2708
d90e2ea0
MR
27092011-08-01 Martin Rudalics <rudalics@gmx.at>
2710
2711 * window.el (display-buffer-in-window): Don't set dedicated status
2712 of window here (Bug#9215).
2713 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2714 (display-buffer-pop-up-side-window)
b796c9b7 2715 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 2716
cca09170
SM
27172011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2718
2719 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
2720 before binding generated-autoload-file.
2721
027b979c
DD
27222011-08-01 Deniz Dogan <deniz@dogan.se>
2723
2724 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
2725
3c7ee4f3
MA
27262011-07-30 Michael Albinus <michael.albinus@gmx.de>
2727
2728 Sync with Tramp 2.2.2.
2729
2730 * net/trampver.el: Update release number.
2731
2cc8e51a
JL
27322011-07-30 Juri Linkov <juri@jurta.org>
2733
2734 * dired-aux.el (dired-touch-initial): Remove function.
2735 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
2736 current time, and `default' to the last modification time of the
2737 current marked file (bug#6887).
2738
a514d856
JM
27392011-07-28 Jose E. Marchesi <jemarch@gnu.org>
2740
2741 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 2742 numeric argument to read-number (bug#9163).
a514d856 2743
8a7eddd7
MA
27442011-07-27 Michael Albinus <michael.albinus@gmx.de>
2745
2746 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
2747 connection process, it could be nil.
2748
1ddd96f5
LL
27492011-07-27 Leo Liu <sdl.web@gmail.com>
2750
2751 Simplify url handling in rcirc-mode.
2752
2753 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
2754 (rcirc-browse-url-at-mouse): Remove.
2755 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
2756
b248a85d
AM
27572011-07-26 Alan Mackenzie <acm@muc.de>
2758
2759 Fontify bitfield declarations properly.
2760
2761 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
2762 (c-symbol-chars): Now exported as a lang variable.
2763 (c-not-primitive-type-keywords): New lang variable.
2764
2765 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
2766 QT keyword "more" to prevent "more slots: ...." being spuriously
2767 parsed as a bitfield declaraion.
2768
b796c9b7
SM
2769 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2770 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
2771 (c-punctuation-in): New function.
2772 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
2773 declarations properly.
2774
68575ab0
UJ
27752011-07-26 Ulf Jasper <ulf.jasper@web.de>
2776
2777 * calendar/icalendar.el (icalendar--all-events): Take care of
2778 multiple vcalendars in a single file.
b796c9b7 2779 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 2780
0f0a88b9
DD
27812011-07-25 Deniz Dogan <deniz@dogan.se>
2782
2783 * image.el (insert-image): Clarifying docstring.
2784
0b3f36df
MA
27852011-07-24 Michael Albinus <michael.albinus@gmx.de>
2786
2787 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
2788 `tramp-send-command-and-check' if there is no error.
2789 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
2790
a9901f61
AM
27912011-07-22 Alan Mackenzie <acm@muc.de>
2792
2793 Prevent cc-langs.elc being loaded at run time.
2794
2795 * progmodes/cc-mode.el: Remove two autoload forms which loaded
2796 cc-langs.
2797
4d61f28d 2798 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
2799 "(require 'cc-langs)". Quote a form so it will evaluate at
2800 (cc-mode's) compilation time.
2801
11d074b2
MA
28022011-07-22 Michael Albinus <michael.albinus@gmx.de>
2803
2804 * net/tramp.el (tramp-file-name-handler): Avoid recursive
2805 loading. (Bug#9114)
2806
938b94c8
MR
28072011-07-21 Martin Rudalics <rudalics@gmx.at>
2808
2809 * window.el (display-buffer-pop-up-window)
2810 (display-buffer-pop-up-side-window)
2811 (display-buffer-in-side-window): Call display-buffer-set-height
2812 and display-buffer-set-width after setting the new window's
b796c9b7 2813 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 2814
bfa4f190
SS
28152011-07-20 Sam Steingold <sds@gnu.org>
2816
2817 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
2818 (etags-tags-included-tables): Call `convert-standard-filename' on
2819 the file names contained in TAGS so that windows Emacs can handle
2820 TAGS files created by cygwin ctags.
2821
8ca42262
LMI
28222011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2823
2824 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
2825 which apparently didn't work.
2826
5db2afd2 28272011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 2828
5db2afd2
RW
2829 * proced.el (proced-send-signal): For *Marked Processes* buffer
2830 put point at beginning of buffer.
2831
92e15d10
SB
28322011-07-19 Stephen Berman <stephen.berman@gmx.net>
2833
2834 * proced.el (proced-format): Make header lines align with the text
2835 (bug#1779).
2836
1bfd59e5
LMI
28372011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2838
2839 * view.el (view-buffer): Allow running in `special' modes if we're
2840 visiting a file (bug#8615).
2841
f5aae37c
MR
28422011-07-19 Martin Rudalics <rudalics@gmx.at>
2843
2844 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
2845 (display-buffer-alist-set-1, display-buffer-alist-set-2):
2846 New functions.
f5aae37c
MR
2847 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
2848 more accurately.
2849
bf2c1571
AM
28502011-07-18 Alan Mackenzie <acm@muc.de>
2851
2852 Fontify declarators properly when, e.g., a jit-lock chunk begins
2853 inside a declaration.
2854
2855 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
2856
b796c9b7
SM
2857 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2858 New function.
bf2c1571
AM
2859 (c-complex-decl-matchers): Insert reference to
2860 c-font-lock-enclosing-decls.
2861
2862 * progmodes/cc-engine.el (c-backward-single-comment):
2863 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
2864 to nil around calls to (forward-comment -1).
2865
4e190b80
LMI
28662011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2867
12dc863d
LMI
2868 * image.el (put-image): Doc typo fix.
2869
a762e966
LMI
2870 * progmodes/etags.el (tags-search): Doc typo fix.
2871
4e190b80
LMI
2872 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
2873 password if we get errors 550 to 554.
2874
f019fb21
LMI
28752011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2876
b796c9b7 2877 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 2878
81746738
LMI
2879 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
2880 indentation character (bug#6380).
2881
3ee3a1b5
LMI
2882 * files.el (buffer-offer-save): Made permanently local (bug#6241).
2883
c82f64de
LMI
2884 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
2885 to clarify what the problem is (bug#4291).
2886
f019fb21
LMI
2887 * simple.el (current-kill): Clarify what
2888 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
2889 (auto-fill-mode): Document `auto-fill-function' in relation to
2890 `auto-fill-mode' (bug#2470).
f019fb21 2891
0794775d
LM
28922011-07-16 Lawrence Mitchell <wence@gmx.li>
2893
2894 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
2895 method if slot is read-only (bug#9035).
2896
be39b8cc
MR
28972011-07-16 Martin Rudalics <rudalics@gmx.at>
2898
b796c9b7 2899 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 2900 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
2901 selected before, see discussion of (Bug#8615), (Bug#6954).
2902 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 2903
6ccf7859
GM
29042011-07-15 Glenn Morris <rgm@gnu.org>
2905
2906 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 2907 Respect help-form.
6ccf7859 2908
87e86684
LM
29092011-07-09 Lawrence Mitchell <wence@gmx.li>
2910
2911 * net/gnutls.el (gnutls-min-prime-bits): New variable.
2912 (gnutls-negotiate): Use it.
2913
d6066239
LMI
29142011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2915
b796c9b7
SM
2916 * net/gnutls.el (gnutls-negotiate):
2917 Upcase `gnutls-algorithm-priority'.
d6066239 2918
bd23ebc0
GM
29192011-07-15 Glenn Morris <rgm@gnu.org>
2920
c65bca65
GM
2921 * jka-compr.el (jka-compr-verbose): Move from here...
2922 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
2923 Add missing :version tag.
2924 * info.el: No need to require jka-compr when compiling.
bd23ebc0 2925
478615cc
LMI
29262011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2927
7b41decb
LMI
2928 * net/gnutls.el (gnutls-algorithm-priority): New variable.
2929 (gnutls-negotiate): Use it.
2930
dbc44fcd
LMI
2931 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
2932
06789f97
LMI
2933 * info.el (Info-beginning-of-buffer): New command.
2934 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
2935 announcing `b' as the key (bug#8325).
ab896c37 2936 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 2937
c39da690
LMI
2938 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
2939
3aa5f34b
LMI
2940 * international/mule-cmds.el
2941 (describe-specified-language-support): Make the error message
2942 clearer (bug#8905).
2943
4bf0979f
LMI
2944 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
2945
478615cc
LMI
2946 * isearch.el (isearch-barrier): Add a doc string, since it's
2947 mentioned in a function doc string (bug#8678).
2948
75c68aa1
MR
29492011-07-15 Martin Rudalics <rudalics@gmx.at>
2950
2951 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
2952 buffer argument (Bug#9083) and self-identifying label argument.
2953
a7c33da2
GM
29542011-07-15 Glenn Morris <rgm@gnu.org>
2955
2956 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
2957
2f5c6024
LMI
29582011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2959
2960 * man.el (Man-fontify-manpage): Fix message when formatting the
2961 man page (bug#7929).
2962
0bb23927 29632011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
2964
2965 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
2966 argument LRM; if non-nil, append an invisible LRM character to the
2967 buffer name.
2968 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
2969 last argument non-nil, when formatting buffer names.
0bb23927
EZ
2970 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
2971 paragraph direction.
cce4b0a7 2972
621ef9ab
LMI
29732011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2974
d1583c48
LMI
2975 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
2976 the man page name (bug#7929).
2977
6a57fb5f
LMI
2978 * image.el (put-image): Mention the `put-image' overlay property
2979 (bug#7834).
2980
d7956b14
LMI
2981 * scroll-bar.el (set-scroll-bar-mode): Mention that
2982 `scroll-bar-mode' lists the values (bug#7772).
2983
5b2d4a66
LMI
2984 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
2985 command (bug#7729).
2986
7509a874
LMI
2987 * rect.el (apply-on-rectangle): Return the point after the last
2988 operation.
2989 (string-rectangle): Go to the point after the last operation
2990 (bug#7522).
2991
4fe74b19
LMI
2992 * printing.el (pr-toggle-region): Clarify the documentation
2993 slightly (bug#7493).
2994
b796c9b7
SM
2995 * time.el (display-time-update):
2996 Allow `display-time-mail-function' to return nil (bug#7158).
2997 Fix suggested by Detlev Zundel.
ab283561 2998
fc233c9d
LMI
2999 * vc/diff.el (diff): Clarify the order the file names are read
3000 (bug#7111).
3001
43f5740b
LMI
3002 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
3003 the doc string (bug#7015).
3004
f2182a76
LMI
3005 * font-lock.el (font-lock-maximum-decoration): Mention what
3006 numeric levels mean (bug#6935).
3007
621ef9ab
LMI
3008 * startup.el (initial-buffer-choice): Don't mention the `none'
3009 selection, which is against policy.
3010
adc47434
MR
30112011-07-14 Martin Rudalics <rudalics@gmx.at>
3012
b796c9b7
SM
3013 * window.el (display-buffer-normalize-special):
3014 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 3015
7e5bfb8f
EZ
30162011-07-14 Eli Zaretskii <eliz@gnu.org>
3017
3018 * subr.el (version<, version<=, version=): Mention "-CVS" and
3019 "-12345" alpha version numbers.
3020
27fa387a
CY
30212011-07-14 Chong Yidong <cyd@stupidchicken.com>
3022
3023 * bindings.el: Add advertised binding for set-mark-command
3024 (Bug#5772).
3025
8bdfa064
CY
30262011-07-14 Chong Yidong <cyd@stupidchicken.com>
3027
3028 * bindings.el (mode-line-other-buffer):
3029 * bookmark.el (bookmark-bmenu-2-window):
3030 * bs.el (bs-cycle-next, bs-cycle-previous):
3031 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
3032 switch-to-buffer.
3033
3034 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 3035 Delete.
8bdfa064 3036
5eba16a3
JB
30372011-07-14 Juanma Barranquero <lekktu@gmail.com>
3038
3039 * follow.el (follow-debug-message, follow-redisplay):
3040 * jka-cmpr-hook.el (with-auto-compression-mode):
3041 Fix typos in docstrings.
3042
15853710
LMI
30432011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3044
a28e4607
LMI
3045 * subr.el (with-silent-modifications): Clarify somewhat what the
3046 macro inhibits (bug#6525).
3047
15853710
LMI
3048 * simple.el (eval-expression): Note what it does if called
3049 interactively (bug#6495).
3050
bee0fcef
CY
30512011-07-13 Chong Yidong <cyd@stupidchicken.com>
3052
b796c9b7
SM
3053 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
3054 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
3055
3056 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3057 Remove switch-to-buffer.
3058
58274504
LMI
30592011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3060
bd2fcc8d
LMI
3061 * files.el (make-directory): Clarify that an error will be raised
3062 if there's an error (bug#6397).
3063
0f04b32c
LMI
3064 * startup.el (initial-buffer-choice): Add `none' as a choice
3065 (bug#6234).
3066
465c5fc8
LMI
3067 * subr.el (add-hook): Clarify section about buffer-local hooks
3068 (bug#6218).
3069
58274504
LMI
3070 * dired.el (dired-flagged): Clarify doc string (bug#6117).
3071
bead9a43
JB
30722011-07-13 Juanma Barranquero <lekktu@gmail.com>
3073
3074 * tabify.el (untabify): Preserve the current column so that point
3075 doesn't move (bug#6032).
3076
3af98a7b
LMI
30772011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3078
b796c9b7
SM
3079 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
3080 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 3081
6240145a
GM
30822011-07-13 Glenn Morris <rgm@gnu.org>
3083
3084 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
3085 (dired-insert-directory): Give a message the first time
3086 if ls is found not to support --dired.
3087
1d8c2ccc
LMI
30882011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3089
3090 * simple.el (toggle-truncate-lines): Clarify what is toggled
3091 (bug#5580). Text by Drew Adams.
3092
5fc4038e
CY
30932011-07-13 Chong Yidong <cyd@stupidchicken.com>
3094
3095 * simple.el (blink-matching-open): Make the error message from the
3096 last change less verbose.
3097
bf6012e5
DN
30982011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3099
3100 * font-lock.el (font-lock-comment-face): Use the high contrast
3101 "yellow" color for font-lock-comment-face on low color terminals
3102 using a dark background color (bug#4221).
3103
343c3b5a
LMI
31042011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3105
7e9505c5
LMI
3106 * dired.el (dired-insert-set-properties): Make the doc string
3107 reflect what it does now (bug#5325).
3108
c26fdcf5
LMI
3109 * simple.el (blink-matching-open): Say that we were unable to find
3110 the match within the limit, if we're limited (bug#5122).
3111
bb388cc5
LMI
3112 * international/mule-cmds.el (prefer-coding-system): Add an
3113 example (bug#4869).
3114
343c3b5a
LMI
3115 * progmodes/etags.el (tags-search): Document `file-list-form'
3116 (bug#4731).
3117
2a517d45
LM
31182011-07-13 Lawrence Mitchell <wence@gmx.li>
3119
3120 * net/browse-url.el (browse-url-default-browser)
3121 (browse-url-browser-function): Make the default browser choice a
3122 bit more logical (bug#4300). Also clean up the doc string.
3123
b6c78ef2
JB
31242011-07-13 Juanma Barranquero <lekktu@gmail.com>
3125
3126 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
3127 binary endings (bug#4440).
3128
1c4dd947
LMI
31292011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3130
a2014063
LMI
3131 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
3132 which can be pretty annoying (bug#8971).
3133
9c9c2d88
LMI
3134 * jka-compr.el (jka-compr-verbose): New variable, and use
3135 throughout (bug#8971).
3136
1c4dd947
LMI
3137 * info.el (Info-find-file): Fall back on the installation
3138 directory if we can't find the info node anywhere else.
3139
a1c9f41b
SO
31402011-07-13 Sergei Organov <osv@javad.com> (tiny change)
3141
3142 * vc/vc.el (vc-revert-file):
3143 Don't set file time-stamp in the past. (Bug#5181)
3144
536f3d36
LMI
31452011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3146
7152b011
LMI
3147 * files.el (after-find-file): Give a better error message when
3148 trying to find a symlink that points to a file that doesn't exist
3149 (bug#4398).
3150
536f3d36
LMI
3151 * progmodes/cc-vars.el: Remove (probably) misleading comment
3152 (bug#4396).
3153
460c0fba
JB
31542011-07-12 Johan Bockgård <bojohan@gnu.org>
3155
3156 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
3157
7a6bda45
CY
31582011-07-12 Chong Yidong <cyd@stupidchicken.com>
3159
3160 * mouse-sel.el: Hack restoring functionality, while keeping
3161 compatibility with 2010-07-03 changes to mouse selection.
3162 (mouse-sel-primary-overlay): New var.
3163 (mouse-sel-selection-alist): Use it.
3164 (mouse-sel-mode): Doc fix; remove points that are default features
3165 of mouse.el.
3166
c79598ef
JB
31672011-07-12 Johan Bockgård <bojohan@gnu.org>
3168
3169 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3170 Fix previous fix (bug#2490).
3171
ff8be6ef
RW
31722011-07-12 Roland Winkler <winkler@gnu.org>
3173
b796c9b7
SM
3174 * textmodes/bibtex.el (bibtex-initialize):
3175 Use pop-to-buffer-same-window.
ff8be6ef
RW
3176 (bibtex-search-entries): Fix interactive call.
3177
296ba3ee
LMI
31782011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3179
f5242a02 3180 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
3181 Fontise bytecomp Error lines more correctly (bug#2490).
3182 Fix suggested by Johan Bockgård.
f5242a02 3183
296ba3ee
LMI
3184 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
3185
3186 * dired-x.el (dired-guess-default): Use `delete-dups'.
3187
f69fd0d2
CY
31882011-07-12 Chong Yidong <cyd@stupidchicken.com>
3189
3190 * dired.el (dired-mark-prompt):
3191 * dired-aux.el (dired-read-shell-command): Doc fix.
3192
eab5dc07
LMI
31932011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3194
b796c9b7
SM
3195 * mail/sendmail.el (sendmail-query-once):
3196 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
3197 emacs -Q.
3198
3199 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
3200
eab5dc07
LMI
3201 * cus-edit.el (custom-file): Take an optional no-error variable.
3202 (customize-save-variable): Set the variable, and give a warning if
3203 running under "emacs -q".
3204
a1e65d42
JB
32052011-07-11 Juanma Barranquero <lekktu@gmail.com>
3206
3207 * loadhist.el (unload-feature-special-hooks):
3208 Add `auto-coding-functions', `fill-nobreak-predicate' and
3209 `find-directory-functions' (bug#5327).
3210
1d52da10
LMI
32112011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3212
be958f1d
LMI
3213 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
3214
5bedb26c
LMI
3215 * cus-edit.el (custom-guess-name-alist): -alist variables should
3216 use the `alist' type (bug#3120). Suggested by Drew Adams.
3217
1d52da10
LMI
3218 * printing.el: Add documentation to all the `pr-toggle-' commands.
3219
481a51b6
LL
32202011-07-11 Leo <sdl.web@gmail.com> (tiny change)
3221
3222 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
3223 backends where it makes sense (bug#2623).
3224
dcc88d8a
LMI
32252011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3226
c3de9feb
LMI
3227 * dired-x.el (dired-guess-default): Remove duplicate shell command
3228 entries (bug#2028).
8a93078b 3229 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 3230 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 3231
dcc88d8a
LMI
3232 * subr.el (remove-duplicates): New conveniency function.
3233
505e3645
LMI
32342011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3235
3236 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
3237 (bug#1526).
3238
32392011-07-10 Martin Rudalics <rudalics@gmx.at>
3240
3241 * window.el (display-buffer-normalize-default): Don't invert
3242 meaning of even-window-heights. Reported by Eli Zaretskii
3243 <eliz@gnu.org>.
3244
455e4fa1
BR
32452011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
3246
3247 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
3248
8e0bc3e9
CY
32492011-07-10 Chong Yidong <cyd@stupidchicken.com>
3250
3251 * window.el (display-buffer): Fix arguments to
3252 display-buffer-reuse-window in last change.
3253
fa7c3228
CY
3254 * faces.el (link): Use a less saturated blue on light backgrounds.
3255
3256 * startup.el (fancy-startup-text, fancy-about-text)
3257 (fancy-startup-tail): Use font-lock faces, for background safety.
3258
c0a7f300
BN
32592011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
3260
b796c9b7
SM
3261 * emulation/viper-cmd.el (viper-change-state-to-vi):
3262 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 3263
4dc2a129
MR
32642011-07-09 Martin Rudalics <rudalics@gmx.at>
3265
3266 * window.el (display-buffer-default-specifiers): Remove.
3267 (display-buffer-macro-specifiers): Remove default specifiers.
3268 (display-buffer-alist): Default to nil.
b796c9b7 3269 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
3270 (display-buffer-pop-up-window): Allow splitting internal
3271 windows. Check whether a live window was created.
3272 (display-buffer-other-window-means-other-frame)
3273 (display-buffer-normalize-arguments): Rename to
3274 display-buffer-normalize-argument and rewrite. Set the
3275 other-window specifier.
3276 (display-buffer-normalize-special): New function.
3277 (display-buffer-normalize-options): Rename to
3278 display-buffer-normalize-default and rewrite.
3279 (display-buffer-normalize-options-inhibit): Remove.
3280 (display-buffer-normalize-specifiers): Rewrite.
3281 (display-buffer): Process other-window specifier and call
3282 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
3283 more faithfully.
b796c9b7 3284 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 3285 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
3286 (display-buffer-in-window, display-buffer-alist-set):
3287 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
3288 <tassilo@member.fsf.org>.
3289
2d43b8c9
LL
32902011-07-09 Leo Liu <sdl.web@gmail.com>
3291
3292 * register.el (insert-register): Restore accidental change on
3293 2011-06-26. (Bug#9028)
3294
7f9b7c53
GM
32952011-07-09 Glenn Morris <rgm@gnu.org>
3296
3297 * subr.el (remq): Handle the empty list. (Bug#9024)
3298
f042cfd8
AS
32992011-07-08 Andreas Schwab <schwab@linux-m68k.org>
3300
3301 * mail/sendmail.el (send-mail-function): No longer delay custom
3302 initialization.
3303 * custom.el (custom-initialize-delay): Doc fix.
3304
856b2f11
SM
33052011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
3308
afae1d68
MA
33092011-07-08 Michael Albinus <michael.albinus@gmx.de>
3310
3311 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
3312 human-friendly prompt.
3313
0757af94
SM
33142011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
3317 provided by a particular plugin.
3318
d760b731
LMI
33192011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3320
3321 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
3322 save customizations (with "emacs -Q"), just set the variable
3323 instead of erroring out.
3324
3325 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
3326
cd79ce90
JL
33272011-07-08 Juri Linkov <juri@jurta.org>
3328
3329 * arc-mode.el (archive-zip-expunge, archive-zip-update)
3330 (archive-zip-update-case): Use 7z if found by `executable-find'.
3331 The order of searching the available programs is the same as in
3332 `archive-zip-extract' (bug#8968).
3333
14cc04aa
CY
33342011-07-07 Chong Yidong <cyd@stupidchicken.com>
3335
3336 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
3337 (menu-bar-options-menu): Tweak descriptions.
3338
0a1848ec
LMI
33392011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3340
3341 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
3342 menu items into verb phrases (bug#1421). Also refill to fit under
3343 80 columns.
3344
f5bd0689
CY
33452011-07-07 Chong Yidong <cyd@stupidchicken.com>
3346
538e85c6
CY
3347 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
3348 (Info-read-node-name): Doc fix (Bug#1084).
3349
f5bd0689
CY
3350 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
3351 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
3352 (end-of-sexp, beginning-of-sexp)
3353 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
3354 (forward-symbol, forward-same-syntax, word-at-point)
3355 (sentence-at-point): Doc fix (Bug#1144).
3356
56ec5115
LMI
33572011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3358
f3f8e37f
LMI
3359 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
3360 should cover it (bug#1281).
3361
0757af94 3362 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 3363
12b9eb35
LMI
3364 * net/network-stream.el (network-stream-open-starttls): If gnutls
3365 negotiation fails, then possibly try again with a non-encrypted
3366 connection (bug#9017).
3367
56ec5115
LMI
3368 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
3369 be used.
3370
c2f9aec8
RS
33712011-07-07 Richard Stallman <rms@gnu.org>
3372
3373 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
3374 property, and handle its changed format.
3375 Look for the correct line number.
3376 Use file's line contents (but not past first =) to find
3377 correct line in message.
3378
ef7b981d 33792011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
3380
3381 * international/characters.el (build-unicode-category-table):
3382 Delete it.
0757af94 3383 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 3384
0757af94 3385 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
3386 to src/chartab.c.
3387 (get-char-code-property): Call unicode-property-table-internal to
3388 load a file. Call get-unicode-property-internal where necessary.
3389 (put-char-code-property): Call unicode-property-table-internal to
3390 load a file. Call put-unicode-property-internal where necessary.
3391 put-unicode-property-internal where necessary.
0757af94
SM
3392 (char-code-property-description):
3393 Call unicode-property-table-internal to load a file.
c805dec0
KH
3394
3395 * international/charprop.el:
3396 * international/uni-bidi.el:
3397 * international/uni-category.el:
3398 * international/uni-combining.el:
3399 * international/uni-comment.el:
3400 * international/uni-decimal.el:
3401 * international/uni-decomposition.el:
3402 * international/uni-digit.el:
3403 * international/uni-lowercase.el:
3404 * international/uni-mirrored.el:
3405 * international/uni-name.el:
3406 * international/uni-numeric.el:
3407 * international/uni-old-name.el:
3408 * international/uni-titlecase.el:
3409 * international/uni-uppercase.el: Regenerate.
3410
3411 * loadup.el: Load international/charprop.el before
3412 international/characters.
3413
e14b388a
CY
34142011-07-07 Chong Yidong <cyd@stupidchicken.com>
3415
3416 * window.el (next-buffer, previous-buffer): Signal an error if
3417 called from a minibuffer window.
3418
3419 * bindings.el: Revert 2011-07-04 change.
3420
354cf0ba
RS
34212011-07-06 Richard Stallman <rms@gnu.org>
3422
3423 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
3424 (rmail-mime-insert-bulk, rmail-mime-insert-text):
3425 Treat markers like ints.
3426 (rmail-mime-entity): Doc fix.
3427
a48868a7
LMI
34282011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3429
4906cd3d
LMI
3430 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
3431 defcustom again for backwards compatibility.
3432
e0457abe
LMI
3433 * simple.el (shell-command-on-region): Fill.
3434
d67f7e1f
LMI
3435 * dired-aux.el (dired-kill-line): Add a doc string.
3436
fe204702
LMI
3437 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
3438 to "\\sw\\|\\s_" (bug#358).
3439
a48868a7
LMI
3440 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
3441 (dired-unmark-backward): Ditto.
3442 (dired-flag-backup-files): Ditto.
3443
3444 * dired-x.el (dired-mark-sexp): Ditto.
3445
aa8a705c
RS
34462011-07-06 Richard Stallman <rms@gnu.org>
3447
3448 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
3449 (rmail-mime-entity): New arg TRUNCATED.
3450 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
3451 New functions.
3452 (rmail-mime-save): Warn if entity is truncated.
3453 (rmail-mime-toggle-hidden): Likewise, for showing.
3454 (rmail-mime-process-multipart): Record when an entity is truncated.
3455
a9a936b9
RS
3456 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
3457 if ENTITY is a string.
3458
1f2b92cb
LMI
34592011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3460
f4f73198 3461 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
3462 of faces when `M-C-x'-ing their definitions (bug#8378).
3463 Also clean up the code slightly.
f4f73198 3464
12b16734
LMI
3465 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
3466 because that makes the colours go away.
3467
f0691d22
LMI
3468 * mail/sendmail.el (send-mail-function): Change the default to
3469 `sendmail-query-once'.
9e87df06 3470 (sendmail-query-once): Add an autoload cookie.
f0691d22 3471
1f2b92cb
LMI
3472 * net/network-stream.el (network-stream-open-starttls): Try using
3473 a plain connection even if the server offered STARTTLS, and we
3474 kinda wanted to use it, if Emacs doesn't have any STARTTLS
3475 capability. This should make smtpmail.el work in slightly more
3476 configurations.
3477
1cdd2a1b
MA
34782011-07-06 Michael Albinus <michael.albinus@gmx.de>
3479
3480 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
3481 New defun.
3482 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
3483
fbcc67e2
MM
34842011-07-06 Michael R. Mauger <mmaug@yahoo.com>
3485
3486 * progmodes/sql.el: Version 3.0
0757af94 3487 (sql-product-alist): Add product :completion-object,
fbcc67e2 3488 :completion-column, and :statement attributes.
0757af94 3489 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 3490 (sql-mode-syntax-table): Mark all punctuation.
0757af94 3491 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
3492 ansi keywords.
3493 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 3494 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
3495 (sql-oracle-show-reserved-words): New function for development.
3496 (sql-product-font-lock): Simplify for source code buffers.
3497 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
3498 New functions.
3499 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
3500 (sql-mode-map): Add statement movement functions.
3501 (sql-ansi-statement-starters, sql-oracle-statement-starters):
3502 New variable.
fbcc67e2
MM
3503 (sql-statement-regexp, sql-beginning-of-statement)
3504 (sql-end-of-statement, sql-signum): New functions.
0757af94 3505 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
3506 (sql-show-sqli-buffer): Bug fix.
3507 (sql-interactive-mode): Store connection data as buffer local.
0757af94 3508 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
3509 with sql-interactive-mode.
3510 (sql-save-connection): Save buffer local settings.
0757af94 3511 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
3512 (sql-product-interactive): Bug fix.
3513 (sql-preoutput-hold): New variable.
3514 (sql-interactive-remove-continuation-prompt): Bug fixes.
3515 (sql-debug-redirect): New variable.
3516 (sql-str-literal): New function.
3517 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 3518 Redesign.
fbcc67e2
MM
3519 (sql-oracle-save-settings, sql-oracle-restore-settings)
3520 (sql-oracle-list-all, sql-oracle-list-table): New functions.
3521 (sql-completion-object, sql-completion-column)
3522 (sql-completion-sqlbuf): New variables.
3523 (sql-build-completions-1, sql-build-completions)
3524 (sql-try-completion): New functions.
3525 (sql-read-table-name): Use them.
3526 (sql-contains-names): New buffer local variable.
3527 (sql-list-all, sql-list-table): Use it.
3528 (sql-oracle-completion-types): New variable.
3529 (sql-oracle-completion-object, sql-sqlite-completion-object)
3530 (sql-postgres-completion-object): New functions.
3531
d4eaeab1
GM
35322011-07-06 Glenn Morris <rgm@gnu.org>
3533
3534 * window.el (pop-to-buffer): Doc fix.
3535
322b7dab 35362011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
3537
3538 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
3539
322b7dab 35402011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 3541
322b7dab 3542 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 3543
322b7dab 3544 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 3545
605dd5bf
CY
35462011-07-05 Chong Yidong <cyd@stupidchicken.com>
3547
3548 * button.el (button): Inherit from link face. Suggested by Dan
3549 Nicolaescu.
3550
7dbfa719
SM
35512011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3552
3db614b0
SM
3553 * progmodes/gdb-mi.el: Fit in 80 columns.
3554 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
3555 switch-to-buffer.
3556
7dbfa719
SM
3557 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
3558 if imenu is simply not configured (bug#8941).
3559
919d884a
KM
35602011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
3561
3562 * allout.el (allout-post-undo-hook): New allout outline-change
3563 event hook to signal undo activity.
3564 (allout-post-command-business): Run allout-post-undo-hook if an
3565 undo just occurred.
7dbfa719
SM
3566 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
3567 * allout-widgets.el (allout-widgets-after-undo-function):
3568 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
3569 in the vicinity of an undo.
3570 (allout-widgets-mode): Include allout-widgets-after-undo-function
3571 on the new allout-post-undo-hook.
3572
450a0f09
SM
35732011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3574
3575 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
3576 Let define-derived-mode define it.
3577 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
3578 cycles of abbrev-table inheritance (bug#8998).
3579
2de69e00
RW
35802011-07-05 Roland Winkler <winkler@gnu.org>
3581
3582 * textmodes/bibtex.el: Add support for biblatex.
3583 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
3584 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
3585 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
3586 (bibtex-entry-alist, bibtex-field-alist): New variables.
3587 (bibtex-entry-field-alist): Obsolete alias for
3588 bibtex-BibTeX-entry-alist.
3589 (bibtex-entry-alist, bibtex-field-alist): New widgets.
3590 (bibtex-set-dialect): New command.
3591 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
3592 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
3593 Bind via bibtex-set-dialect.
2de69e00
RW
3594 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
3595 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
3596 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
3597 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
3598 Define via bibtex-set-dialect.
450a0f09
SM
3599 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
3600 Obey bibtex-no-opt-remove-re.
2de69e00
RW
3601 (bibtex-vec-push, bibtex-vec-incr): New functions.
3602 (bibtex-format-entry, bibtex-field-list)
3603 (bibtex-print-help-message, bibtex-validate)
3604 (bibtex-search-entries): Use new format of bibtex-entry-alist.
3605
2dcdbdd9
SM
36062011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3607
3608 * progmodes/compile.el (compilation-goto-locus):
3609 * net/tramp-cmds.el (tramp-append-tramp-buffers):
3610 * bs.el (bs-cycle-next, bs-cycle-previous):
3611 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
3612 * bindings.el (mode-line-other-buffer):
3613 * autoinsert.el (auto-insert):
3614 * arc-mode.el (archive-extract):
3615 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
3616
b27640fe
JB
36172011-07-05 Juanma Barranquero <lekktu@gmail.com>
3618
3619 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
3620 Fix check of `emacs-lock-unlockable-modes'.
3621 Coerce true values of `emacs-lock--try-unlocking' to t.
3622
53bbe3ad
JB
36232011-07-05 Juanma Barranquero <lekktu@gmail.com>
3624
3625 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
3626 * emacs-lock.el: New file.
3627
1d3cdbc7
JD
36282011-07-05 Julien Danjou <julien@danjou.info>
3629
3630 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
3631 than `boundp' to check if face is set.
3632
9173deec
JB
36332011-07-05 Juanma Barranquero <lekktu@gmail.com>
3634
3635 * register.el (registerv-make):
3636 * window.el (window-min-height): Fix typos in docstrings.
3637
869795d6
JD
36382011-07-05 Jan Djärv <jan.h.d@swipnet.se>
3639
9173deec 3640 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
3641 Update doc string.
3642
b768cdcd
JB
36432011-07-04 Juanma Barranquero <lekktu@gmail.com>
3644
3645 * server.el (server-execute): Catch quit and call
3646 `server-return-error' to pass the error back to emacsclient and
3647 close the connection (bug#8942).
3648
13aa217b
KM
36492011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
3650
3651 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
3652 insecure exception for current topic. Also note that auto-saves
3653 are handled differently.
3654
3655 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
3656 State variables for tracking auto-save inhibition situation.
3657
3658 (allout-write-contents-hook-handler): Rename from
3659 'allout-write-file-hook-handler', and describe how it depends on
3660 write-contents-functions sensitivity to non-nil value to prevent
3661 file write.
3662
3663 (allout-auto-save-hook-handler): Remove. auto-save does not check
3664 this in individual buffers, only in the starting buffer, so this
3665 is not the right way for us to inhibit auto-save in a buffer
3666 according to its condition.
3667
3668 (allout-mode): Use new allout-write-contents-hook-handler, and
3669 only with write-contents-functions. Remove auto-save provisions -
3670 they're implemented elsewhere.
3671
3672 (allout-before-change-handler): If undo is in progress, note that
3673 for attention of allout-post-command-business.
3674
3675 (allout-post-command-business): If the command we're following was
3676 an undo, check for change in the status of encrypted items and
3677 adjust auto-save inhibitions accordingly.
3678
3679 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
3680 according to whether there are or aren't any plain-text topics
3681 pending encryption.
3682
2dcdbdd9
SM
3683 (allout-inhibit-auto-save-info-for-decryption):
3684 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
13aa217b
KM
3685 there are plain-text topics pending encryption.
3686
3687 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
3688 buffer-saved-size and some allout state to not inhibit auto-saves
3689 if there are no longer any plain-text topics pending encryption.
3690
0757af94
SM
3691 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
3692 No longer provide for exemption of the current topic.
13aa217b 3693
ac89b32c
JL
36942011-07-04 Juri Linkov <juri@jurta.org>
3695
3696 Add 7z operations to delete and save changed members (bug#8968).
3697 * arc-mode.el (archive-7z-expunge, archive-7z-update):
3698 New defcustoms.
3699 (archive-7z-write-file-member): New function.
3700 (archive-7z-summarize): Fix the number of dashes in the
3701 listing output.
3702
8fa39615
SM
37032011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3704
3705 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
3706 (bug#8958).
3707
2f11b3f1
CY
37082011-07-04 Chong Yidong <cyd@stupidchicken.com>
3709
d66fef2b
CY
3710 * bindings.el: Ignore next-buffer and previous-buffer in
3711 minibuffer-local-map.
3712
2f11b3f1
CY
3713 * font-lock.el (font-lock-builtin-face): Change light background
3714 color to dark slate blue (Bug#6693).
3715
f932a347
WD
37162011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
3717
3718 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
3719
c8af70e1
SM
37202011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3721
3722 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
3723 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3724 Add switch-to-buffer.
3725
f158badc
LMI
37262011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3727
3728 * isearch.el (isearch-search-fun-function): Clarify further the
3729 meaning of the function returned.
3730
6d95bd46
MA
37312011-07-04 Michael Albinus <michael.albinus@gmx.de>
3732
3733 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
3734
3735 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
3736 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
3737 Use it.
3738 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
3739 `tramp-default-remote-path' does not exist.
3740 (tramp-send-command-and-read): New optional argument NOERROR.
3741 (tramp-open-connection-setup-interactive-shell)
3742 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
3743 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
3744 (tramp-process-sentinel): Flush also process' connection property.
3745 (tramp-sh-handle-start-file-process): Do not set process
3746 sentinel. It is done now ...
3747 (tramp-maybe-open-connection): ... here. (Bug#8929)
3748
909e6b67
MK
37492011-07-04 MON KEY <monkey@sandpframing.com>
3750
3751 * play/animate.el (animate-string): Doc fixes and allow changing
3752 the buffer name (bug#5417).
3753
37542011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3755
c8af70e1 3756 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 3757
f34755dc
PE
37582011-07-04 Paul Eggert <eggert@cs.ucla.edu>
3759
396cec72
PE
3760 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
3761 This is simpler and helps future-proof the code.
3762 (timer-until): Use time-subtract and float-time.
08235028 3763 (timer--time-less-p): Use time-less-p.
f34755dc 3764
56e6cc31
JB
37652011-07-04 Juanma Barranquero <lekktu@gmail.com>
3766
3abb79e5
JB
3767 * type-break.el (timep): Use the value of `float-time' to avoid a
3768 byte-compiler warning.
3769
56e6cc31
JB
3770 * server.el (server-eval-and-print): Return any result, even nil.
3771
7b9430b4
PE
37722011-07-03 Paul Eggert <eggert@cs.ucla.edu>
3773
3774 * type-break.el: Accept time formats that the builtins accept.
3775 (timep, type-break-time-difference): Accept any format that
3776 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
3777 This is simpler and helps future-proof the code.
3778 (type-break-time-difference): Round rather than ignoring
3779 subseconds components.
3780
3034e9e7
LMI
37812011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3782
3783 * info.el (Info-apropos-matches): Make non-interactive, since it
3784 doesn't seem to do anything useful as a command (bug#8829).
3785
1485f4c0
CY
37862011-07-03 Chong Yidong <cyd@stupidchicken.com>
3787
3788 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 3789 Move from faces.el.
1485f4c0
CY
3790 (frame-default-terminal-background): New function.
3791
3792 * custom.el (custom-push-theme): Don't record faces in `changed'
3793 theme; this doesn't work correctly for per-frame face settings.
3794 (disable-theme): Use face-set-after-frame-default to reset faces.
3795 (custom--frame-color-default): New function.
3796
9fa3dd45
LMI
37972011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3798
c8af70e1 3799 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
3800 (bug#8769).
3801
6cbbc20c
KR
38022011-03-29 Kevin Ryde <user42@zip.com.au>
3803
3804 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3805 `perl-Test2' extend to match possible "fail #N" rep count
3806 (bug#8377).
3807
c7f98048
LMI
38082011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3809
65676592
LMI
3810 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
3811 `smtpmail-via-smtp' now returns the error instead of nil.
3812
c7f98048
LMI
3813 * isearch.el (isearch-search-fun-function): Clarify the doc string
3814 (bug#8101).
3815
56e6cc31 38162011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
3817
3818 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
3819 unnecessary spaces (bug#8987).
3820
2b216704
LMI
38212011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3822
3823 * net/network-stream.el (open-network-stream): Use the
3824 :end-of-capability command thoughout.
3825
38262011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3827
3828 * net/network-stream.el (open-network-stream): Add the
3829 :end-of-capability command parameter, used by pop3.el.
3830
36adf6ce
LMI
38312011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3832
1ca0da0e
LMI
3833 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
3834
fc00f69c
LMI
3835 * fringe.el (fringe-query-style): Remove redundant text " (type ?
3836 for list)" (bug#6475).
3837
28fd8759
LMI
3838 * files.el (file-expand-wildcards): Ignore non-readable
3839 sub-directories while trying to find matches instead of signalling
3840 an error (bug#6297).
3841
0dd8b6da
LMI
3842 * man.el (Man-reference-regexp): Allow matching possible
3843 word-wrapped references (bug#6289).
3844
ce1438d6
LMI
3845 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
3846 for consistency with the other vc buffers (bug#6197).
3847 (vc-checkin): Ditto.
3848
3849 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
3850
36adf6ce
LMI
3851 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
3852
e83cc1f7
LMI
38532011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3854
8a20ca4c
LMI
3855 * custom.el (defcustom): Clarify that :set is only used in the
3856 Customize user interface (bug#6089).
3857
83319045
LMI
3858 * progmodes/flymake.el (flymake-mode): If the buffer isn't
3859 associated with a file, refuse to run instead of erroring out
3860 (bug#6084).
3861
a8392169
LMI
3862 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
3863 the doc string, since it appears that using `fill-column' always
3864 controls the width (bug#7845).
3865
e83cc1f7
LMI
3866 * simple.el (shell-command-on-region): Say where the error output
3867 went if `shell-command-default-error-buffer' is set (bug#6857).
3868
e47ca23b
KM
38692011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
3870
3871 * allout.el (allout-yank-processing): Adjust cursor position for
3872 backwards-deleted space.
3873
3874 (allout-rebullet-heading): Register changes with
3875 allout-exposure-changed-hook, so the modified topic is properly
3876 decorated.
3877
5cf56143
LMI
38782011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3879
08549772
LMI
3880 * minibuffer.el (completion-in-region): Document PREDICATE
3881 (bug#7136).
3882
48e96771
LMI
3883 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
3884 of keyword/argument pairs (bug#6904).
3885
c8af70e1
SM
3886 * replace.el (multi-occur):
3887 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 3888
e17d05e2
LMI
38892011-07-02 Drew Adams <drew.adams@oracle.com>
3890
3891 * dired.el (dired-mark-if): Make the message about whether it's
3892 marking or unmarking clearer (bug#8523).
3893
063b0e45
LMI
38942011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3895
3896 * disp-table.el (display-table-print-array): New function.
3897 (describe-display-table): Use it to print the vectors more pretty
3898 (Bug#8859).
3899
28545e04
MR
39002011-07-02 Martin Rudalics <rudalics@gmx.at>
3901
3902 * window.el (window-state-get-1): Don't assign clone numbers.
3903 Add clone-of item to list of window parameters.
3904 (window-state-put-2): Don't process clone numbers.
3905 (display-buffer-alist): Fix doc-string.
3906
3349e122
SM
39072011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * subr.el (remq): Don't allocate if it's not needed.
3910 (keymap--menu-item-binding, keymap--menu-item-with-binding)
3911 (keymap--merge-bindings): New functions.
3912 (keymap-canonicalize): Use them to refine the canonicalization.
3913 * minibuffer.el (minibuffer-local-completion-map)
3914 (minibuffer-local-must-match-map): Move initialization from C.
3915 (minibuffer-local-filename-completion-map): Move initialization from C;
3916 don't inherit from anything here.
3917 (minibuffer-local-filename-must-match-map): Make obsolete.
3918 (completing-read-default): Use make-composed-keymap to combine
3919 minibuffer-local-filename-completion-map with either
3920 minibuffer-local-must-match-map or
3921 minibuffer-local-filename-completion-map.
3922
d224ac83
GM
39232011-07-01 Glenn Morris <rgm@gnu.org>
3924
3de63bf8
GM
3925 * type-break.el (type-break-time-sum): Use dolist.
3926
d224ac83
GM
3927 * textmodes/flyspell.el (flyspell-word-search-backward):
3928 Replace CL function.
3929
1a1e3f32
SM
39302011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
3931
fe3f64d5
SM
3932 * mouse.el (mouse--strip-first-event): New function.
3933 (function-key-map): Use it to map fringe clicks to normal clicks
3934 by default.
3935
eb604e34
SM
3936 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
3937 (vc-bzr-revision-completion-table): Add support for annotate and date.
3938
1a1e3f32
SM
3939 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
3940 inherit from parent.
3941
5bd35902
LMI
39422011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3943
ace6c69c 3944 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 3945 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 3946
191e2bed
LMI
3947 * dired.el (dired-mode): Fix up the doc string as suggested by
3948 Drew Adams (bug#8817).
3949
5bd35902
LMI
3950 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
3951 cookie, since the manual says that it should be possible to add
3952 this function to `find-file-hook' (bug#8709).
3953
eee8207a
TZ
39542011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
3955
3956 * progmodes/cfengine.el: Moved all cfengine3.el functionality
3957 here. Noted Ted Zlatanov as the maintainer.
3958 (cfengine-common-settings, cfengine-common-syntax): New functions
3959 to set up common things between `cfengine-mode' and
3960 `cfengine3-mode'.
3961 (cfengine3-mode): New mode.
3962 (cfengine3-defuns cfengine3-defuns-regex
3963 (cfengine3-class-selector-regex cfengine3-category-regex)
3964 (cfengine3-vartypes cfengine3-font-lock-keywords)
3965 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 3966 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 3967
36b148cf
MA
39682011-07-01 Michael Albinus <michael.albinus@gmx.de>
3969
3970 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
3971
3972 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3973
0bf4ba9a
MR
39742011-07-01 Martin Rudalics <rudalics@gmx.at>
3975
3976 * window.el (same-window-buffer-names, same-window-regexps)
3977 (same-window-p, special-display-frame-alist)
3978 (special-display-popup-frame, special-display-function)
3979 (special-display-buffer-names, special-display-regexps)
3980 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
3981 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3982 (split-window-preferred-function, split-height-threshold)
3983 (split-width-threshold, even-window-heights)
3984 (display-buffer-mark-dedicated, window-splittable-p)
3985 (split-window-sensibly, window-safely-shrinkable-p):
3986 Un-obsolete.
3987 (display-buffer): Don't spread args with function specifier
3988 because special-display-popup-frame won't like it.
3989
35837f51
PE
39902011-07-01 Paul Eggert <eggert@cs.ucla.edu>
3991
d0672f86
PE
3992 Time-stamp simplifications and fixes.
3993 These improve accuracy slightly, and future-proof the code
3994 against some potential changes to current-time format.
3995
b9444d97
PE
3996 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
3997 by using time-since and float-time.
3998
0ef923dc
PE
3999 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
4000 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
4001 + NNN microseconds".
4002
2f81380d
PE
4003 * type-break.el (type-break-time-sum): Rewrite using time-add.
4004
845b5c3e
PE
4005 * play/hanoi.el (hanoi-current-time-float): Remove.
4006 All uses replaced by float-time.
4007
ee6f1be0
PE
4008 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
4009 This yields a more-accurate answer.
4010 (rng-time-to-float): Remove; no longer needed.
4011
fe955043
PE
4012 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
4013
5777162a
PE
4014 * calendar/timeclock.el (timeclock-seconds-to-time):
4015 Defalias to seconds-to-time, since they're the same thing.
4016
3103f8b6 4017 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 4018 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
4019 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
4020
0e61a35f
SM
40212011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * window.el (bury-buffer): Don't iconify the only frame.
4024 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
4025 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
4026
ddd63a1e
CY
40272011-07-01 Chong Yidong <cyd@stupidchicken.com>
4028
0e61a35f
SM
4029 * eshell/em-smart.el (eshell-smart-display-navigate-list):
4030 Add mouse-yank-primary.
ddd63a1e 4031
055f4923
TZ
40322011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
4033
4034 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
4035
6a2fb145
SM
40362011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * emacs-lisp/find-func.el (find-library--load-name): New fun.
4039 (find-library-name): Use it to find relative load names when provided
4040 absolute file name (bug#8803).
4041
fd4983f2
LMI
40422011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4043
887d14ad
LMI
4044 * textmodes/flyspell.el (flyspell-word): Consider words that
4045 differ only in case as potential doublons (bug#5687).
4046
c53dc7fc
LMI
4047 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
4048 Remove two rather uninteresting debugging-like messages to make
4049 debbugs.el more silent.
4050
fd4983f2
LMI
4051 * comint.el (comint-password-prompt-regexp): Accept "Response" as
4052 a password-like phrase.
4053
b14c0c55
AM
40542011-06-30 Mastake YAMATO <yamato@redhat.com>
4055
4056 * progmodes/cc-guess.el: New file.
4057
6a2fb145 4058 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
4059
4060 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
4061 derived from `c-basic-common-init'.
4062
4063 * progmodes/cc-mode.el (top-level): Require cc-guess.
4064 (c-basic-common-init): Use `cc-choose-style-for-mode'.
4065
1fa280a3
LM
40662011-06-30 Lawrence Mitchell <wence@gmx.li>
4067
4068 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
4069
e6597158
AM
40702011-06-30 Alan Mackenzie <acm@muc.de>
4071
1fa280a3
LM
4072 * progmodes/cc-engine.el (c-guess-continued-construct):
4073 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
4074 lock is disabled. Name this case as "CASE G".
4075
68ba37fb
KM
40762011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
4077
4078 * allout.el (allout-yank-processing): Fix injection of extra space
4079 between bullet and non-whitespace character in first topic when
4080 pasting, ensuring that the actual spacing in the pasted topic
4081 following the bullet char is preserved. This extra space was
4082 causing pasted encrypted topics to get a decrypted status even
4083 when the content was actually still encrypted. Now the decryption
4084 status from before the paste is preserved.
4085
4086 (allout-flag-region): Set all allout overlays so they evaporate
4087 when reduced to zero length (evanescent), to prevent overlay
4088 leakage.
4089
887a0b34
GM
40902011-06-30 Glenn Morris <rgm@gnu.org>
4091
94b9acce
GM
4092 * w32-fns.el (w32-charset-info-alist): Declare.
4093
1d9b46d4
GM
4094 * find-dired.el (find-grep-options): Simplify.
4095
cc232200
GM
4096 * term/ns-win.el (ns-set-resource): Declare.
4097
28e77c46
GM
4098 * ses.el (row, col): Declare dynamic variables honestly.
4099
887a0b34
GM
4100 * textmodes/reftex-parse.el (index-tags): Declare.
4101
658d8eb8
CY
41022011-06-30 Chong Yidong <cyd@stupidchicken.com>
4103
4104 * cus-edit.el (customize-push-and-save): New function.
4105
4106 * files.el (hack-local-variables-confirm): Use it.
4107
1fa280a3
LM
4108 * custom.el (load-theme): New arg NO-CONFIRM.
4109 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
4110 (custom-enabled-themes): Doc fix.
4111
4112 * cus-theme.el (customize-create-theme)
4113 (custom-theme-merge-theme): Callers to load-theme changed.
4114
bb617717
LMI
41152011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4116
d61bdd5d
LMI
4117 * thingatpt.el (thing-at-point-short-url-regexp): Require that
4118 short URLs have at least one dot in them (bug #7614).
4119
bb617717
LMI
4120 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
4121 nil, because using a pty is apparently too slow (bug #895).
4122
2f31f37a
LMI
41232011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4124
4125 * mail/sendmail.el (sendmail-query-once): New function.
4126 (sendmail-query-once-function): New variable.
4127
3076b24e
GM
41282011-06-29 Glenn Morris <rgm@gnu.org>
4129
faf2a174
GM
4130 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
4131
3076b24e
GM
4132 * ses.el (top-level): Require cl when compiling.
4133 (ses-set-localvars): Fix error statement.
4134 Call it at compile time to silence a storm of warnings.
4135
5386012d
MR
41362011-06-29 Martin Rudalics <rudalics@gmx.at>
4137
4138 * window.el (normalize-live-buffer): Rename to
4139 window-normalize-buffer.
4140 (normalize-live-frame): Rename to window-normalize-frame.
4141 (normalize-any-window): Rename to window-normalize-any-window.
4142 (normalize-live-window): Rename to window-normalize-live-window.
4143 (make-window-atom): Rename to window-make-atom.
4144 (window-resize-reset): Rename to window--resize-reset.
4145 (window-resize-reset-1): Rename to window--resize-reset-1.
4146 (resize-mini-window): Rename to window--resize-mini-window.
4147 (resize-subwindows-skip-p): Rename to
4148 window--resize-subwindows-skip-p.
4149 (resize-subwindows-normal): Rename to
4150 window--resize-subwindows-normal.
4151 (resize-subwindows): Rename to window--resize-subwindows.
4152 (resize-other-windows): Rename to window--resize-siblings.
4153 (resize-this-window): Rename to window--resize-this-window.
4154 (resize-root-window): Rename to window--resize-root-window.
4155 (resize-root-window-vertically): Rename to
4156 window--resize-root-window-vertically.
4157 (normalize-buffer-to-display): Rename to
4158 window-normalize-buffer-to-display.
4159 (normalize-buffer-to-switch-to): Rename to
4160 window-normalize-buffer-to-switch-to.
4161 Correspondingly update all callers of the functions listed
4162 above.
4163 (display-buffer-alist, display-buffer-normalize-arguments)
4164 (display-buffer-normalize-options, display-buffer)
4165 (display-buffer-alist-set): Use "function" instead of
4166 "fun-with-args".
4167
1176868d
CY
41682011-06-28 Chong Yidong <cyd@stupidchicken.com>
4169
4170 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
4171 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
4172 debbugs.gnu.org. Mention acknowledgment email.
4173
20a7a65f
LMI
41742011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4175
4176 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
4177 buffer multibyteness, since it shouldn't matter.
4178
5f45cca5
MR
41792011-06-28 Martin Rudalics <rudalics@gmx.at>
4180
4181 * window.el (display-buffer-in-side-window): Handle dedicated
4182 windows as in display-buffer-reuse-window.
4183 (display-buffer-normalize-alist): Use value of override
4184 specifier.
4185 (display-buffer-normalize-specifiers): Use value of
4186 other-window-means-other-frame specifier.
4187 (display-buffer-alist): Rewrite some texts in widgets.
4188 (display-buffer): Spread arguments when calling function
4189 specified by fun-with-args.
4190
ad85fe1f
DD
41912011-06-28 Deniz Dogan <deniz@dogan.se>
4192
1fa280a3
LM
4193 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4194 Unnest `let'.
da68c4c8 4195
ad85fe1f
DD
4196 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
4197 selectors (Bug#5732).
ec49bd31 4198 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 4199
a08cc025
JA
42002011-06-27 Jari Aalto <jari.aalto@cante.net>
4201
4202 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
4203 (eshell-ls-date-format): New defcustom.
4204 (eshell-ls-file): Use it.
4205
e2b551c5
SM
42062011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * help-fns.el (describe-variable): Fix message for terminal-local vars.
4209
8982b231
KY
42102011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
4211
4212 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
4213 (ange-ftp-make-tmp-name): New arg.
4214 (ange-ftp-file-local-copy): Use it.
4215
36c9fa27
J
42162011-06-27 Jambunathan K <kjambunathan@gmail.com>
4217
4218 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
4219 no-conversion (Bug#8870).
4220
d68443dc
MR
42212011-06-27 Martin Rudalics <rudalics@gmx.at>
4222
4223 * window.el (window-right, window-left, window-child)
4224 (window-child-count, window-last-child)
4225 (window-iso-combination-p, walk-window-tree-1)
4226 (window-atom-check-1, window-tree-1, delete-window)
4227 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
4228 new naming conventions - window-vchild, window-hchild,
4229 window-next and window-prev are now called window-top-child,
4230 window-left-child, window-next-sibling and window-prev-sibling
4231 respectively.
d615d6d2
MR
4232 (resize-window-reset): Rename to window-resize-reset.
4233 (resize-window-reset-1): Rename to window-resize-reset-1.
4234 (resize-window): Rename to window-resize.
4235 (window-min-height, window-min-width)
4236 (resize-mini-window, resize-this-window, resize-root-window)
4237 (resize-root-window-vertically, adjust-window-trailing-edge)
4238 (enlarge-window, shrink-window, maximize-window)
4239 (minimize-window, delete-window, quit-restore-window)
4240 (split-window, balance-windows, balance-windows-area-adjust)
4241 (balance-windows-area, window-state-put-2)
4242 (display-buffer-even-window-sizes, display-buffer-set-height)
4243 (display-buffer-set-width, set-window-text-height)
4244 (fit-window-to-buffer): Rename all "resize-window" prefixed
4245 calls to use the "window-resize" prefix convention.
4246 (display-buffer-alist): Fix symbol for label specifier.
4247 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
4248 corresponding specifier.
4249 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 4250
b6458526
VB
42512011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
4252
4253 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
4254 convention.
4255 (ses-call-printer): Does not pass an empty string to formatter when the
4256 cell is empty to keep from barking printer Calc math-format-value.
4257
d31fd9ac
RS
42582011-06-27 Richard Stallman <rms@gnu.org>
4259
43d5bf84
RS
4260 * battery.el (battery-mode-line-limit): New variable.
4261 (battery-update): Handle it.
4262
d31fd9ac
RS
4263 * mail/rmailmm.el (rmail-mime-process-multipart):
4264 Handle truncated messages.
4265
819a6054
GM
42662011-06-27 Glenn Morris <rgm@gnu.org>
4267
4268 * progmodes/flymake.el (flymake-err-line-patterns):
4269 Allow for column numbers in the ant/javac pattern. (Bug#8866)
4270
cedc73f2
VB
42712011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
4272
819a6054 4273 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
4274 (ses--clean-!, ses--clean-_): New functions.
4275 (ses-range): Add configurability of readout order, and conversion
4276 to Calc vector.
4277
5e5d49b6
VB
4278 * ses.el (ses-repair-cell-reference-all): New function.
4279 (ses-cell-symbol): Set macro as safe, so that it can be used in
4280 formulas.
4281
56e6cc31 4282 * ses.el: Update cycle detection algorithm.
90ca8b49 4283 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 4284 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
4285 (ses-set-localvars): New function.
4286 (ses-make-cell): Add property-list as a cell element.
4287 (ses-cell-property-get-fun, ses-cell-property-get)
4288 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
4289 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
4290 New functions.
90ca8b49
VB
4291 (ses-cell-property-set, ses-cell-property-pop)
4292 (ses-cell-property-get-handle): New macro.
4293 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
4294 New aliases, used for code readability.
4295 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
4296 cycle detection.
4297 (ses-self-reference-early-detection): New defcustom.
4298 (ses-formula-references): Robustify against self-refering cells.
4299 (ses-mode): Use ses-set-localvars.
4300 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
4301 before lauching the update processing.
4302 (ses-initialize-Dijkstra-attempt): New function.
4303 (ses-recalculate-cell): Update for cycle detection based on
4304 Dijkstra algorithm.
4305
2bb63e81
VB
4306 * ses.el: Fix commenting and indenting convention.
4307
c9d29fb8
SM
43082011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 * bs.el (bs-cycle-next): Complete last change.
4311
d8e4b68b
JB
43122011-06-27 Drew Adams <drew.adams@oracle.com>
4313
4314 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
4315
40098786
LMI
43162011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4317
c9d29fb8
SM
4318 * net/network-stream.el (network-stream-open-starttls):
4319 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
4320 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
4321
40098786
LMI
4322 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
4323 to binary to possibly avoid line encoding issues on Windows (among
4324 other things).
4325
468d09d4
LMI
43262011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4327
4328 * net/network-stream.el (open-network-stream): Return an :error
4329 saying what the problem was, if possible.
4330
4331 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
4332 server.
4333
4334 * net/network-stream.el (network-stream-open-starttls): If we
4335 wanted to use STARTTLS, and the server offered it, but we weren't
4336 able to because we had no STARTTLS support, then close the connection.
4337 (open-network-stream): Return an :error element, if present.
4338
16f07dd7
CY
43392011-06-26 Chong Yidong <cyd@stupidchicken.com>
4340
88821ca0
CY
4341 * hl-line.el (hl-line-sticky-flag): Doc fix.
4342 (global-hl-line-sticky-flag): New option (Bug#8323).
4343 (global-hl-line-highlight): Obey it.
4344
16f07dd7
CY
4345 * vc/vc.el (vc-revert-show-diff): Default to t.
4346
6b5ccddf
KM
43472011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
4348
c9d29fb8
SM
4349 * allout-widgets.el (allout-widgets-post-command-business):
4350 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
4351 undecorated when an isearch is continued past, and isearch
4352 automatically collapses them. This leads to "widget leaks", where
4353 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
4354 hidden widgets can slow down cursor travel, substantially.
4355 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
4356 so we're doing without this nicety.
4357
4358 (allout-widgets-tally-string): Don't try to do a hash-table-count
4359 of allout-widgets-tally when it's nil. This eliminates spurious "Error
4360 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
4361 *Messages* when allout-widgets-maintain-tally is t.
4362
355f2e07
MR
43632011-06-26 Martin Rudalics <rudalics@gmx.at>
4364
4365 * window.el (display-buffer-normalize-argument): Rename to
4366 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
4367 LABEL argument. Respect special-display-function when popping up
4368 a new frame. Fix code searching for a window showing the buffer
4369 on another frame.
c9d29fb8
SM
4370 (display-buffer-normalize-specifiers):
4371 Call display-buffer-normalize-arguments.
355f2e07
MR
4372 (display-buffer-in-window): Don't undedicate the window if its
4373 buffer remains the same.
4374 Reported by Drew Adams <drew.adams@oracle.com>.
4375 (display-buffer-alist): Add choice for same-window macro
4376 specfier.
4377 (display-buffer): Mention special meaning of LABEL argument in
4378 doc-string. Fix quoting. Don't pop up a new frame even as
4379 fallback.
4380
7ca8fc42
JB
43812011-06-26 Juanma Barranquero <lekktu@gmail.com>
4382
4383 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
4384 avoid deleting the current window in some cases (bug#8911).
4385
bc312254
AS
43862011-06-26 Andreas Schwab <schwab@linux-m68k.org>
4387
4388 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
4389 (Bug#8934)
4390
2db18f3f
LMI
43912011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4392
c9d29fb8
SM
4393 * net/network-stream.el (network-stream-open-starttls):
4394 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
4395 (network-stream-open-tls): Ditto.
4396
6302e0d3
LL
43972011-06-26 Leo Liu <sdl.web@gmail.com>
4398
4399 * register.el (registerv): New struct.
4400 (registerv-make): New function.
c9d29fb8
SM
4401 (jump-to-register, describe-register-1, insert-register):
4402 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
4403 struct. (Bug#8415)
4404
5fdd4046
CY
44052011-06-26 Chong Yidong <cyd@stupidchicken.com>
4406
2afef60a
CY
4407 * vc/vc.el (vc-revert-show-diff): New defcustom.
4408 (vc-diff-internal): New arg specifying diff buffer.
4409 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
4410 reuse an existing *vc-diff* buffer (Bug#8927).
4411
5fdd4046
CY
4412 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
4413
e93db24a
GM
44142011-06-26 Glenn Morris <rgm@gnu.org>
4415
4416 * progmodes/f90.el (f90-critical-indent): New option.
4417 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
4418 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
4419 (f90-mode): Doc fix.
4420 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
4421 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
4422 (f90-beginning-of-block, f90-next-block, f90-indent-region)
4423 (f90-match-end): Handle block, critical.
4424
eefff499
GM
44252011-06-25 Glenn Morris <rgm@gnu.org>
4426
f6ba4cc9
GM
4427 * calendar/diary-lib.el (diary-included-files): Doc fix.
4428 (diary-include-files): New function, extracted from
4429 diary-include-other-diary-files and diary-mark-included-diary-files.
4430 (diary-include-other-diary-files, diary-mark-included-diary-files):
4431 Just call diary-include-files.
4432 (diary-mark-entries): Reset diary-included-files on first call.
4433
16712304
GM
4434 * calendar/diary-lib.el (diary-mark-entries)
4435 (diary-mark-included-diary-files):
4436 Visit included diary-files in temp buffers.
4437
5d8e0d43
GM
4438 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
4439 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
4440 (f90-start-block-re, f90-imenu-generic-expression)
4441 (f90-looking-at-program-block-start, f90-no-block-limit):
4442 Add support for submodules.
4443
ccf7a5d5
GM
4444 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
4445 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 4446
11fdef7d 44472011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
4448
4449 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
4450 buffer-file-type before setting its value, to avoid disastrous
eefff499 4451 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 4452
74f53697
JB
44532011-06-25 Juanma Barranquero <lekktu@gmail.com>
4454
4455 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
4456
4457 * ses.el (ses-unload-function):
4458 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
4459
4460 * proced.el (proced-unload-function):
4461 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
4462
18a4ce5e
AR
44632011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
4464
4465 * server.el (server-create-window-system-frame): Add parameters arg.
4466 (server-process-filter): Doc fix. Handle frame-parameters.
4467
519d22cc
JB
44682011-06-25 Juanma Barranquero <lekktu@gmail.com>
4469
4470 Fix bug#8730, bug#8781.
4471
4472 * loadhist.el (unload--set-major-mode): New function.
4473 (unload-feature): Use it.
4474
4475 * progmodes/python.el (python-after-info-look): Add autoload cookie.
4476 (python-unload-function): New function.
4477
c206f5b0
SM
44782011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4479
4480 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
4481
f9ad64f3
GS
44822011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
4483
4484 * net/browse-url.el (browse-url-firefox-program): Add icecat to
4485 the candidates list.
4486
7d0da90e
JB
44872011-06-24 Juanma Barranquero <lekktu@gmail.com>
4488
4489 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
4490
14b4e83d
RS
44912011-06-23 Richard Stallman <rms@gnu.org>
4492
4493 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
4494 (rmail-variables): Set next-error-move-function.
4495 (rmail-what-message): Take argument POS.
4496 (rmail-next-error-move): New function.
4497
273d2baf
SM
44982011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4499
4500 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
4501 messages for adjacent non-terminals.
4502
56c2cc9a
RS
45032011-06-23 Richard Stallman <rms@gnu.org>
4504
4505 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 4506 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
4507 (rmail-start-mail): Don't specify use of rmail-mail-return;
4508 that's done by mail-bury now.
4509 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 4510
d59eb518
MA
45112011-06-23 Michael Albinus <michael.albinus@gmx.de>
4512
4513 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
4514 SIZE is a number.
4515
02cfc6d6
MR
45162011-06-23 Martin Rudalics <rudalics@gmx.at>
4517
4518 * window.el (get-lru-window, get-mru-window)
4519 (get-largest-window): Never return a minibuffer window.
4520 (display-buffer-pop-up-window): Fix a bug that could lead to
4521 reusing the minibuffer window.
4522 (display-buffer): Pass original specifier argument to
4523 display-buffer-function instead of the normalized one.
4524 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4525
4e323265
LL
45262011-06-22 Leo Liu <sdl.web@gmail.com>
4527
4528 * minibuffer.el (completing-read-function)
4529 (completing-read-default): Move from minibuf.c
4530
7a70468f
RS
45312011-06-22 Richard Stallman <rms@gnu.org>
4532
50718fc2
RS
4533 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
4534 to Rmail even if not started by a special Rmail command.
4535
7a70468f
RS
4536 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4537 Copy the buffer currently showing just one message.
4538
297dde5a
RW
45392011-06-22 Roland Winkler <winkler@gnu.org>
4540
4541 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
4542 (bibtex-clean-entry): First delete the old key so that a
4543 customized algorithm for generating the new key does not get
4544 confused by the old key.
4545 (bibtex-url): Obey regexp of first step.
4546 (bibtex-search-entries): Do not use add-to-list with local
4547 list-var.
4548
97bb1093
LMI
45492011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4550
4551 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
4552 stored a user name, then query for the password first, instead of
4553 waiting for SMTP to give an error message and the trying again.
4554
1c0f1a19
JD
45552011-06-22 Lawrence Mitchell <wence@gmx.li>
4556
4557 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
4558 BUFFER in call-process.
4559
396f7c9d
LMI
45602011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4561
4562 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
4563 QUIT twice.
ddb7ffee
LMI
4564 (smtpmail-try-auth-methods): Require user name and password from
4565 auth-source.
396f7c9d 4566
8998d1b3
MR
45672011-06-22 Martin Rudalics <rudalics@gmx.at>
4568
4569 * window.el (display-buffer-default-specifiers)
4570 (display-buffer-alist): Remove entries for pop-up-frame-alist.
4571 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 4572 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
4573
4574 * frame.el (pop-up-frame-alist, pop-up-frame-function)
4575 (special-display-frame-alist, special-display-popup-frame):
4576 Remove duplicate declarations. These are now in window.el.
4577
4ea31e07
LMI
45782011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4579
c9d29fb8
SM
4580 * mail/smtpmail.el (smtpmail-via-smtp):
4581 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
4582 server supports it. SMTP servers that support STARTTLS commonly
4583 require it.
4584
4585 * net/network-stream.el (network-stream-open-starttls): Support
4586 upgrading to STARTTLS always, even if we don't have built-in support.
4587 (open-network-stream): Add the :always-query-capabilies keyword.
4588
95f41d9a
LMI
4589 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
4590 upgrades with `open-network-stream', and rely solely on
4591 auth-source for all credentials. Big changes throughout the file,
4592 but in particular:
c9d29fb8
SM
4593 (smtpmail-auth-credentials): Remove.
4594 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
4595 (smtpmail-via-smtp): Check for servers saying they want AUTH after
4596 MAIL FROM, too.
95f41d9a 4597
c9d29fb8
SM
4598 * net/network-stream.el (network-stream-open-starttls):
4599 Provide support for client certificates both for external and built-in
4ea31e07
LMI
4600 STARTTLS.
4601 (auth-source): Require.
4602 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
4603 (network-stream-certificate): Change cert-cert to cert and
4604 cert-key to key.
4ea31e07 4605
065ec2c7
MA
46062011-06-21 Michael Albinus <michael.albinus@gmx.de>
4607
4608 * net/tramp-cache.el (top): Don't load the persistency file when
4609 "emacs -Q" has been called.
4610
cd93b359
DR
46112011-06-21 Tim Harper <timcharper@gmail.com>
4612
d8e4b68b
JB
4613 * term/ns-win.el (ns-initialize-window-system):
4614 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
4615 resource to NO as it is not yet supported by the NS port.
4616
ae9c0411
JB
46172011-06-21 Juanma Barranquero <lekktu@gmail.com>
4618
4619 * misc.el (list-dynamic-libraries--refresh): Compute header here...
4620 (list-dynamic-libraries): ...not here.
4621
7f3f739f
LL
46222011-06-21 Leo Liu <sdl.web@gmail.com>
4623
4624 * subr.el (sha1): Implement sha1 using secure-hash.
4625
327c8fb1
MR
46262011-06-21 Martin Rudalics <rudalics@gmx.at>
4627
4628 * window.el (display-buffer-alist): In default value do not
4629 enforce searching a window on any but the selected frame.
4630 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4631 (display-buffer-select-window): Remove function.
4632 (display-buffer-in-window): When a window on another frame gets
4633 reused, do not select it any more but just raise its frame if
4634 necessary (Bug#8851) and (Bug#8856).
4635 (display-buffer-normalize-options): Handle pop-up-frames related
4636 options more faithfully.
4637 (pop-to-buffer): Don't rely on `display-buffer' selecting the
4638 window if it is on another frame.
c9d29fb8
SM
4639 (display-buffer-alist, display-buffer-default-specifiers):
4640 Don't make new frame unsplittable by default.
9e9de014
MR
4641 (display-buffer-normalize-argument): Fix doc-string typo and use
4642 'same-frame-other-window instead of 'other-window when associating
4643 with display-buffer-macro-specifiers.
327c8fb1 4644
7cf3f556
VB
46452011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
4646
4647 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
4648 New functions.
4649 (5x5-mode-map, 5x5-mode-menu): Bind them.
4650 (5x5-draw-grid): Tweak the solver's rendering.
4651
60a406cf
SM
46522011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4653
4654 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
4655 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
4656
d8e4b68b 46572011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
4658
4659 * menu-bar.el: Use function variable instead of switch-to-buffer.
4660 (menu-bar-select-buffer-function): New variable.
60a406cf 4661 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 4662
478d6f95
SM
46632011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
4666 variable's status.
4667
ca530739
JD
46682011-06-20 Jan Djärv <jan.h.d@swipnet.se>
4669
4670 * x-dnd.el (x-dnd-version-from-flags)
4671 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
4672 and long as number (Bug#8899).
4673 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
4674
bcd70d97
SM
46752011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4676
60a406cf 4677 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
4678 (completion-try-completion, completion-all-completions): Compute the
4679 metadata argument if it's missing; make it optional (bug#8795).
4680
60a406cf 4681 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
4682 (widget-complete): Use new :completion-function property.
4683 (widget-completions-at-point): New function.
4684 (default): Use :completion-function instead of :complete.
60a406cf
SM
4685 (widget-default-completions): Rename from widget-default-complete;
4686 Rewrite.
bcd70d97
SM
4687 (widget-string-complete, widget-file-complete, widget-color-complete):
4688 Remove functions.
4689 (file, symbol, function, variable, coding-system, color):
4690 * international/mule-cmds.el (default-input-method, charset)
4691 (language-info-custom-alist):
4692 * cus-edit.el (face): Use new property :completions.
4693
4694 * progmodes/pascal.el (pascal-completions-at-point): New function.
4695 (pascal-mode): Use it.
4696 (pascal-mode-map): Use completion-at-point.
4697 (pascal-toggle-completions): Make obsolete.
4698 (pascal-complete-word, pascal-show-completions):
4699 * progmodes/octave-mod.el (octave-complete-symbol):
4700 Redefine as obsolete alias.
4701 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
4702 Signal absence of completion info for old Octave,
4703 (inferior-octave-complete): Redefine as obsolete alias.
4704 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
4705 (meta-completions-at-point): Rename from meta-complete-symbol and
4706 adapt it for use on completion-at-point-functions.
4707 (meta-common-mode): Use it.
4708 (meta-looking-at-backward, meta-match-buffer): Remove.
4709 (meta-complete-symbol): Redefine as obsolete alias.
4710 (meta-common-mode-map): Use completion-at-point.
4711 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
4712 (makefile-mode-map): Use completion-at-point.
4713 (makefile-completions-at-point): Rename from makefile-complete and
4714 adapt it for use on completion-at-point-functions.
4715 (makefile-mode): Use it.
4716 (makefile-complete): Redefine as obsolete alias.
4717
aebf69c8
DD
47182011-06-20 Deniz Dogan <deniz@dogan.se>
4719
4720 * net/rcirc.el: Delete trailing whitespaces once and for all.
4721
bfbbb27d
DC
47222011-06-20 Daniel Colascione <dan.colascione@gmail.com>
4723
4724 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
4725
d264a46b
CY
47262011-06-19 Chong Yidong <cyd@stupidchicken.com>
4727
4ca009e5
CY
4728 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
4729
d264a46b
CY
4730 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
4731
fbf5b3ce
MR
47322011-06-19 Martin Rudalics <rudalics@gmx.at>
4733
4734 * window.el (display-buffer-other-window-means-other-frame):
4735 Call display-buffer-normalize-alist.
4736 (display-buffer-normalize-specifiers-1): Rename to
4737 display-buffer-normalize-argument. New argument other-frame.
4738 Rewrite.
4739 (display-buffer-normalize-specifiers-2): Rename to
4740 display-buffer-normalize-options.
4741 (display-buffer-normalize-alist-1): New function.
4742 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
4743 display-buffer-normalize-alist.
4744 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
4745 (display-buffer-normalize-options-inhibit): New variable.
4746 (display-buffer-normalize-specifiers): Rewrite calling
4747 display-buffer-normalize-alist,
4748 display-buffer-normalize-argument, and
4749 display-buffer-normalize-options. Don't call the latter if
4750 display-buffer-normalize-options-inhibit is non-nil.
4751 (frame-auto-delete): New option.
4752 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
4753 (window-list-no-nils, window-state-ignored-parameters)
4754 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
4755 (window-state-put-1, window-state-put-2, window-state-put):
4756 New functions.
9a028c23
MR
4757 (display-buffer-normalize-options): Move special-display-p group
4758 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 4759
6d10d800
CY
47602011-06-18 Chong Yidong <cyd@stupidchicken.com>
4761
6420d28b
CY
4762 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
4763 groups (Bug#8776).
4764 (rx-submatch-n): New function.
4765 (rx): Document it.
4766
ddb8b596
CY
4767 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
4768 (Bug#8768).
4769
4770 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
4771
77080289
CY
4772 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
4773
61dfb316
CY
4774 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
4775 anytime existing face settings are present (Bug#8889).
4776
6d10d800
CY
4777 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
4778 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
4779 Remove unused argument.
4780
be3fb2b8
MR
47812011-06-18 Martin Rudalics <rudalics@gmx.at>
4782
bcd70d97
SM
4783 * window.el (display-buffer-default-specifiers):
4784 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
4785 pop-up-window-min-width, and another reuse-window specifier
4786 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
4787 (display-buffer-normalize-specifiers-2):
4788 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
4789 pop-up-windows is unset. Add a reuse-window specifier for the
4790 case popping up a new window fails.
4791 (special-display-popup-frame): Remove double quoting.
28dec25a 4792 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 4793
1c6d8c76
SM
47942011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * shell.el (shell-completion-vars): Set pcomplete-termination-string
4797 according to comint-completion-addsuffix.
4798
4799 * pcomplete.el: Convert to lexical binding and fix bug#8819.
4800 (pcomplete-suffix-list): Mark as obsolete.
4801 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
4802 pcomplete-seen in the closure.
4803 (pcomplete-comint-setup): Setup completion-at-point as well.
4804 (pcomplete--entries): New function.
4805 (pcomplete--env-regexp): New var.
4806 (pcomplete-entries): Rewrite to work with partial-completion and
4807 without relying on pcomplete-suffix-list.
4808 (pcomplete-pare-list): Remove, unused.
4809
25aef8b8
MR
48102011-06-17 Martin Rudalics <rudalics@gmx.at>
4811
4812 * window.el (display-buffer-alist): Set pop-up-window-min-height
4813 and pop-up-window-min-width in default value. Reported by
4814 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
4815 other-window-means-other-frame.
4816 (display-buffer-macro-specifiers): Comment out entry for
4817 other-window specifier.
4818 (display-buffer-other-window-means-other-frame): New function.
4819 (display-buffer-normalize-specifiers-1): New arguments
4820 buffer-name and label. Treat other-window case specially.
4821 (display-buffer-normalize-specifiers-2): Treat other-window case
4822 specially.
4823 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
4824 (display-buffer-normalize-specifiers):
4825 Call display-buffer-normalize-specifiers-3.
25aef8b8 4826
dbad4f69
MR
48272011-06-17 Martin Rudalics <rudalics@gmx.at>
4828
4829 * window.el (same-window-p): Fix two typos introduced when
4830 adding with-no-warnings.
d1067961
MR
4831 (display-buffer-normalize-specifiers-1): Don't check
4832 pop-up-frames for 'unset initialization.
4833 (display-buffer-normalize-specifiers-2): Major rewrite using
4834 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
4835 (pop-up-frames, display-buffer-reuse-frames)
4836 (display-buffer-mark-dedicated): Don't initialize to 'unset.
4837 Suggested by David Engster <deng@randomsample.de>.
4838 (even-window-heights): Initialize to 'unset.
4839 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
4840 (display-buffer-macro-specifiers): Don't pop up a new frame in the
4841 other window case.
dbad4f69 4842
9b9c9e3a
MR
48432011-06-16 Martin Rudalics <rudalics@gmx.at>
4844
bcd70d97
SM
4845 * window.el (display-buffer-normalize-specifiers-1):
4846 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 4847 second argument of display-buffer (Bug#8865).
981d5c09
MR
4848 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
4849 (switch-to-buffer-other-window-same-frame)
4850 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
4851 Adams (Bug#8875).
9c2755e9
MR
4852 (display-buffer): Don't check noninteractive when calling
4853 display-buffer-pop-up-frame.
4854 (display-buffer-pop-up-frame): Never pop up a frame in
4855 noninteractive mode (Bug#8857).
67222e1d
MR
4856 (enlarge-window, shrink-window): Don't report an error when the
4857 window can't be resized as requested (Bug#8862).
9b9c9e3a 4858
2b75be67
SM
48592011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4860
9ffdd3ba
SM
4861 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
4862
cb581a67
SM
4863 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
4864
2b75be67
SM
4865 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
4866
8c0e3589
AM
48672011-06-15 Alan Mackenzie <acm@muc.de>
4868
cb581a67
SM
4869 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
4870 for declarators, disable knr checking to speed up for normal files.
4871 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 4872
b96e6cde
LMI
48732011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4874
4bba86e6
LMI
4875 * net/network-stream.el (open-network-stream): Add the keyword
4876 :always-query-capabilities for the case where you want to force a
4877 `plain' network connection, but the protocol still requires the
4878 capabilitiy command (i.e., SMTP and EHLO).
4879
2b75be67 4880 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
4881 consistency with other `-live-p' functions.
4882
efdcdbf8
SM
48832011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4884
4885 * window.el (same-window-buffer-names, same-window-regexps)
4886 (special-display-frame-alist, special-display-popup-frame)
4887 (special-display-function, special-display-buffer-names)
4888 (special-display-regexps, pop-up-frame-alist)
4889 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
4890 (pop-up-windows, split-window-preferred-function)
4891 (split-height-threshold, split-width-threshold, even-window-heights)
4892 (display-buffer-mark-dedicated): Don't encourage the use of
4893 display-buffer-alist from Elisp code.
4894
c5cde042
DN
48952011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
4896
4897 * progmodes/python.el (python-mode): Derive from prog-mode.
4898 * progmodes/ps-mode.el (ps-mode):
4899 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 4900 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
4901 * progmodes/ld-script.el (ld-script-mode): Likewise.
4902
baa1c9ab
MR
49032011-06-15 Martin Rudalics <rudalics@gmx.at>
4904
4905 * window.el (display-buffer-alist): Trim default value to avoid
4906 popping up a new frame (Bug#8857) or reusing an arbitrary window
4907 on another frame.
4908 (display-buffer): Do not fall back on popping up a new frame in
4909 batch mode (Bug#8857).
4910
c5dd5a51
CY
49112011-06-14 Chong Yidong <cyd@stupidchicken.com>
4912
4913 * cus-theme.el (describe-theme-1): Use custom-theme-p.
4914 (custom-theme-summary): New function.
4915 (customize-themes): Use it.
4916
d647b7c4
GM
49172011-06-13 Glenn Morris <rgm@gnu.org>
4918
4919 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
4920
9481c002
MR
49212011-06-13 Martin Rudalics <rudalics@gmx.at>
4922
357f93d2
MR
4923 * help.el (help-window): Remove variable.
4924 (help-window-point-marker, temp-buffer-max-height)
4925 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
4926 (help-print-return-message): Don't set help-window.
4927 (resize-temp-buffer-window): Rewrite cod eand doc-string.
4928 (help-window-setup-finish): Remove.
4929 (help-window-display-message, help-window-setup)
4930 (with-help-window): Major rewrite based on new
4931 display-buffer-window variable.
4932
4933 * help-mode.el (help-mode-finish): Remove help-window related
4934 code.
4935
4936 * view.el (view-exits-all-viewing-windows): Remove reference to
4937 view-return-to-alist in doc-string.
4938 (view-return-to-alist): Make obsolete.
4939 (view-buffer): Call pop-to-buffer-same-window and remove
4940 undo-window code.
4941 (view-buffer-other-window): Call pop-to-buffer-other-window and
4942 simplify code. Ignore second argument.
4943 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
4944 simplify code. Ignore second argument.
4945 (view-return-to-alist-update): Make obsolete.
4946 (view-mode-enter): Rename second argument to QUIT-RESTORE.
4947 Rewrite using quit-restore window parameters.
2b75be67
SM
4948 (view-mode-exit): Rename second argument to EXIT-ONLY.
4949 Rewrite using quit-restore-window.
357f93d2
MR
4950 (View-exit, View-exit-and-edit, View-leave, View-quit)
4951 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
4952 appropriate arguments.
4953 (view-end-message): Use quit-restore window parameter.
4954
9481c002
MR
4955 * window.el (display-buffer-function): Rewrite doc-string.
4956 (display-buffer-window, display-buffer-alist): New variables.
4957 (display-buffer-split-specifiers)
4958 (display-buffer-side-specifiers)
4959 (display-buffer-macro-specifiers): New constants.
4960 (display-buffer-even-window-sizes, display-buffer-set-height)
4961 (display-buffer-set-width, display-buffer-select-window)
4962 (display-buffer-in-window, display-buffer-reuse-window)
4963 (display-buffer-split-window-1, display-buffer-split-window)
4964 (display-buffer-split-atom-window, display-buffer-pop-up-window)
4965 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
4966 (display-buffer-in-side-window, normalize-buffer-to-display)
4967 (display-buffer-normalize-specifiers-1)
4968 (display-buffer-normalize-specifiers-2)
2b75be67
SM
4969 (display-buffer-normalize-specifiers, display-buffer-frame):
4970 New functions.
9481c002
MR
4971 (display-buffer): Major rewrite.
4972 (display-buffer-other-window, display-buffer-other-frame)
4973 (pop-to-buffer, switch-to-buffer-other-window)
4974 (switch-to-buffer-other-frame): Rewrite.
4975 (display-buffer-same-window, display-buffer-same-frame)
4976 (display-buffer-same-frame-other-window)
4977 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4978 (pop-to-buffer-other-window)
4979 (pop-to-buffer-same-frame-other-window)
4980 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
4981 (switch-to-buffer-other-window-same-frame): New functions.
4982 (same-window-p, special-display-p): Rewrite disabling warnings.
4983 Make obsolete.
4984 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4985 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
4986 Make obsolete
4987 (same-window-buffer-names, same-window-regexps)
4988 (special-display-frame-alist, special-display-popup-frame)
4989 (special-display-function, special-display-buffer-names)
4990 (special-display-regexps, pop-up-frame-alist)
4991 (pop-up-frame-function, split-window-preferred-function)
4992 (split-height-threshold, split-width-threshold)
4993 (even-window-heights): Make obsolete.
4994
9db51aca
GM
49952011-06-12 Glenn Morris <rgm@gnu.org>
4996
4997 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 4998 Misc simplifications.
9db51aca 4999
39cffb44
MR
50002011-06-12 Martin Rudalics <rudalics@gmx.at>
5001
5002 * window.el (window-safely-shrinkable-p): Restore function which
5003 was inadvertently removed in change from 2011-06-11. Declare as
5004 obsolete.
5005
2b75be67
SM
5006 * calendar/calendar.el (calendar-generate-window):
5007 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
5008 window-safely-shrinkable-p.
5009
a8955be7
GM
50102011-06-12 Glenn Morris <rgm@gnu.org>
5011
5012 * progmodes/fortran.el (fortran-mode-syntax-table):
5013 * progmodes/f90.el (f90-mode-syntax-table):
5014 Set % to punctuation. (Bug#8820)
5015 (f90-find-tag-default): Remove, no longer needed.
5016
f0d4059d
DC
50172011-06-12 Daniel Colascione <dan.colascione@gmail.com>
5018
5019 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
5020
1100a63c
CY
50212011-06-11 Chong Yidong <cyd@stupidchicken.com>
5022
5023 * image.el (image-animated-p): Return animation delay in seconds.
5024 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
5025 (image-animate-timeout): Remove DELAY argument. Don't assume
5026 every subimage has the same delay; get it from image-animated-p.
5027 (image-animate): Caller changed.
5028
def722bf
MA
50292011-06-11 Michael Albinus <michael.albinus@gmx.de>
5030
5031 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
5032 to ignored backtrace functions.
5033
0a2bb1a9
GM
50342011-06-11 Glenn Morris <rgm@gnu.org>
5035
5036 * calendar/appt.el (appt-disp-window-function): Doc fix.
5037 (appt-check): Handle overlapping appointments. (Bug#8337)
5038
6198ccd0
MR
50392011-06-11 Martin Rudalics <rudalics@gmx.at>
5040
5041 * window.el (window-tree-1, window-tree): New functions, moving
5042 the latter to window.el.
5043 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5044 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5045 (bw-refresh-edges): Remove.
5046 (balance-windows-1, balance-windows-2): New functions.
5047 (balance-windows): Rewrite in terms of window tree functions,
5048 balance-windows-1 and balance-windows-2.
5049 (bw-adjust-window): Remove.
5050 (balance-windows-area-adjust): New function with functionality of
5051 bw-adjust-window but using resize-window.
2b75be67
SM
5052 (set-window-text-height): Rewrite doc-string.
5053 Use normalize-live-window and resize-window.
5054 (enlarge-window-horizontally, shrink-window-horizontally):
5055 Rename argument to DELTA.
6198ccd0
MR
5056 (window-buffer-height): New function.
5057 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
5058 Rewrite using new window resize routines.
2b75be67
SM
5059 (kill-buffer-and-window, mouse-autoselect-window-select):
5060 Use ignore-errors instead of condition-case.
6198ccd0
MR
5061 (quit-window): Call delete-frame instead of delete-windows-on
5062 for the only buffer on frame.
5063
9397e56f
MR
50642011-06-10 Martin Rudalics <rudalics@gmx.at>
5065
5066 * loadup.el (top-level): Load window before files for the sake
5067 of replace-buffer-in-windows.
5068
5069 * files.el (read-buffer-to-switch)
5070 (switch-to-buffer-other-window)
2b75be67
SM
5071 (switch-to-buffer-other-frame, display-buffer-other-frame):
5072 Move to window.el.
9397e56f
MR
5073
5074 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
5075 (previous-buffer): Move to window.el.
5076
5077 * bindings.el (unbury-buffer): Move to window.el.
5078
5079 * window.el (delete-other-windows-vertically): Move after
5080 definition of delete-other-windows.
5081 (other-window, delete-windows-on, replace-buffer-in-windows):
5082 Move here from window.c.
5083 (record-window-buffer, unrecord-window-buffer)
5084 (set-window-buffer-start-and-point, switch-to-prev-buffer)
5085 (switch-to-next-buffer): New functions.
5086 (get-next-valid-buffer, last-buffer, next-buffer): Move here
5087 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
5088 (previous-buffer): Move here from simple.el.
5089 Call switch-to-prev-buffer.
9397e56f
MR
5090 (bury-buffer): Move here from buffer.c. Switch to previous
5091 buffer when window cannot be deleted.
5092 (unbury-buffer): Move here from bindings.el.
5093 (ctl-x-map): Move binding for other-window from window.c to
5094 here.
5095 (read-buffer-to-switch, switch-to-buffer-other-window)
5096 (switch-to-buffer-other-frame): Move here from files.el.
5097 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
5098 (switch-to-buffer): Move here from buffer.c.
5099 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 5100
562dd5e9
MR
51012011-06-10 Martin Rudalics <rudalics@gmx.at>
5102
5103 * window.el (window-min-height, window-min-width): Move here
5104 from window.c. Add defcustoms and rewrite doc-strings.
5105 (resize-mini-window, resize-window): New functions.
5106 (adjust-window-trailing-edge, enlarge-window, shrink-window):
5107 Move here from window.c.
5108 (maximize-window, minimize-window): New functions.
5109 (delete-window, delete-other-windows, split-window): Move here
5110 from window.c.
5111 (window-split-min-size): New function.
5112 (split-window-keep-point): Mention split-window-above-each-other
5113 instead of split-window-vertically.
2b75be67
SM
5114 (split-window-above-each-other, split-window-vertically):
5115 Rename split-window-vertically to split-window-above-each-other and
562dd5e9
MR
5116 provide defalias for old definition.
5117 (split-window-side-by-side, split-window-horizontally): Rename
5118 split-window-horizontally to split-window-side-by-side and provide
5119 defalias for the old definition.
5120 (ctl-x-map): Move bindings for delete-window,
5121 delete-other-windows and enlarge-window here from window.c.
5122 Replace bindings for split-window-vertically and
5123 split-window-horizontally by bindings for
5124 split-window-above-each-other and split-window-side-by-side.
5125
5126 * cus-start.el (all): Remove entries for window-min-height and
5127 window-min-width. Add entries for window-splits and
5128 window-nest.
5129
f0da764a
GM
51302011-06-09 Glenn Morris <rgm@gnu.org>
5131
80675c21
GM
5132 * calendar/appt.el (appt-mode-line): New function.
5133 (appt-check, appt-disp-window): Use it.
5134
f0da764a
GM
5135 * files.el (hack-one-local-variable-eval-safep):
5136 Allow minor-modes with explicit +/-1 arguments.
5137
59f623b7
TZ
51382011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
5139
5140 * term/xterm.el (xterm): Add defgroup.
5141 (xterm-extra-capabilities): Add defcustom to supply known xterm
5142 capabilities, skip querying them, or query them (default).
5143 (terminal-init-xterm): Use it.
5144 (terminal-init-xterm-modify-other-keys): New function to set up
5145 modifyOtherKeys support to simplify `terminal-init-xterm'.
5146
9aab8e0d
MR
51472011-06-09 Martin Rudalics <rudalics@gmx.at>
5148
5149 * window.el (resize-window-reset, resize-window-reset-1)
5150 (resize-subwindows-skip-p, resize-subwindows-normal)
5151 (resize-subwindows, resize-other-windows, resize-this-window)
5152 (resize-root-window, resize-root-window-vertically)
5153 (window-deletable-p, window-or-subwindow-p)
5154 (frame-root-window-p): New functions.
5155
e8b08aee
GM
51562011-06-09 Glenn Morris <rgm@gnu.org>
5157
5158 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
5159 (ange-ftp-get-files): Use it.
5160
254c37a5
AK
51612011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5162
5163 * mail/sendmail.el (mail-recover-1, mail-recover):
5164 * files.el (recover-file, recover-session):
5165 Handle dired-listing-switches not being just a single short option.
5166
35d7dbd3
GM
51672011-06-09 Glenn Morris <rgm@gnu.org>
5168
5169 * calendar/appt.el (appt-display-message, appt-disp-window):
5170 Handle lists of appointments.
5171
387522b2
MR
51722011-06-08 Martin Rudalics <rudalics@gmx.at>
5173
2b75be67
SM
5174 * window.el (one-window-p): Move down in code.
5175 Rewrite doc-string.
5176 (window-current-scroll-bars): Rewrite doc-string.
5177 Normalize live window argument.
387522b2
MR
5178 (walk-windows, get-window-with-predicate, count-windows):
5179 Rewrite doc-string. Use window-list-1.
5180 (window-in-direction-2, window-in-direction, get-mru-window):
5181 New functions.
5182
d8e4b68b 51832011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
5184
5185 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
5186 Doc fix (Bug#8713).
5187
51882011-06-08 Chong Yidong <cyd@stupidchicken.com>
5189
5190 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
5191
51922011-06-08 Juanma Barranquero <lekktu@gmail.com>
5193
5194 * loadhist.el (unload-feature-special-hooks):
5195 Add `comint-output-filter-functions'.
5196
0de12c52
IK
51972011-06-08 Ivan Kanis <gnu@kanis.fr>
5198
5199 * calendar/appt.el (appt-check): Move some initializations into the let.
5200
f3d1777e
MR
52012011-06-08 Martin Rudalics <rudalics@gmx.at>
5202
5203 * window.el (window-height): Defalias to window-total-height.
5204 (window-width): Defalias to window-body-width.
5205
18af70d0
CY
52062011-06-07 Chong Yidong <cyd@stupidchicken.com>
5207
5208 * image-mode.el (image-toggle-animation): New command.
5209 (image-mode-map): Bind it to RET.
5210 (image-mode): Update message.
5211 (image-toggle-display-image): Avoid a spurious cache flush.
5212 (image-transform-rotation): Doc fix.
5213 (image-transform-properties): Return quickly in the normal case.
5214 (image-animate-loop): Rename from image-animate-max-time.
5215
2b75be67 5216 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
5217 (create-animated-image): Remove unnecessary function.
5218 (image-animate): Rename from image-animate-start. New arg.
2b75be67 5219 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
5220 (image-animate-timer): Use car-safe.
5221 (image-animate-timeout): Rename argument.
5222
190b47e6
MR
52232011-06-07 Martin Rudalics <rudalics@gmx.at>
5224
5225 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
5226 window.c. Rename first argument to ALL-FRAMES.
5227 Rephrase doc-strings.
5228 (get-buffer-window-list): Rewrite using window-list-1.
5229 Rephrase doc-string.
a1511caf
MR
5230 (window-safe-min-height, window-safe-min-width): New constants.
5231 (window-size-ignore, window-min-size, window-min-size-1)
5232 (window-sizable, window-sizable-p, window-size-fixed-1)
5233 (window-size-fixed-p, window-min-delta-1, window-min-delta)
5234 (window-max-delta-1, window-max-delta, window-resizable)
5235 (window-resizable-p, window-total-height, window-total-width)
5236 (window-body-width): New functions.
5237 (window-full-height-p, window-full-width-p): Rewrite using
5238 window-total-size.
5239 (window-body-height): Rewrite using window-body-size.
190b47e6 5240
85cc1f11
MR
52412011-06-06 Martin Rudalics <rudalics@gmx.at>
5242
5243 * window.el (window-right, window-left, window-child)
5244 (window-child-count, window-last-child, window-any-p)
5245 (normalize-live-buffer, normalize-live-frame)
5246 (normalize-any-window, normalize-live-window)
5247 (window-iso-combination-p, window-iso-combined-p)
5248 (window-iso-combinations)
5249 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
5250 (windows-with-parameter, window-with-parameter)
5251 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
5252 (window-atom-check, window-side-check, window-check):
5253 New functions.
85cc1f11
MR
5254 (ignore-window-parameters, window-sides, window-sides-vertical)
5255 (window-sides-slots): New variables.
5256 (window-size-fixed): Move down in code. Minor doc-string fix.
5257
e7156492
AS
52582011-06-05 Andreas Schwab <schwab@linux-m68k.org>
5259
5260 * comint.el (comint-dynamic-complete-as-filename)
5261 (comint-dynamic-complete-filename): Correctly call
5262 completion-in-region.
5263
7e821d0d
DD
52642011-06-05 Deniz Dogan <deniz@dogan.se>
5265
5266 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
5267 in last change.
5268
ac09b8a1
DD
52692011-06-05 Deniz Dogan <deniz@dogan.se>
5270
5271 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
5272 (rcirc): Use it to prompt for encryption.
5273
34699b85
RW
52742011-06-05 Roland Winkler <winkler@gnu.org>
5275
5276 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
5277 (bibtex-search-entries): New command bound to C-c C-a.
5278 (bibtex-display-entries): New function.
5279
004dedd3
RW
52802011-06-05 Roland Winkler <winkler@gnu.org>
5281
5282 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
5283 (bibtex-insert-kill): After yanking insert newline if necessary.
5284 (bibtex-initialize): Call bibtex-string-files-init only once.
5285 (bibtex-mode): Do not call easy-menu-add.
5286 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
5287 (bibtex-yank): Set arg properly if nil.
5288
022fe7ce
RW
52892011-06-05 Roland Winkler <winkler@gnu.org>
5290
2b75be67
SM
5291 * textmodes/bibtex.el (bibtex-search-entry-globally):
5292 New variable.
022fe7ce
RW
5293 (bibtex-search-entry): Use it.
5294
b7c3692a
RW
52952011-06-05 Roland Winkler <winkler@gnu.org>
5296
5297 * textmodes/bibtex.el (bibtex-entry-format): New option
5298 sort-fields.
5299 (bibtex-format-entry, bibtex-reformat): Honor this option.
5300 (bibtex-parse-entry): Return fields in proper order.
5301
8eda563d
JB
53022011-06-05 Juanma Barranquero <lekktu@gmail.com>
5303
5304 * doc-view.el (doc-view-remove-if): Move computation of result out
5305 of `dolist' to silence misleading lexical-binding warning.
5306
7dbe3dbc
CY
53072011-06-04 Chong Yidong <cyd@stupidchicken.com>
5308
5309 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
5310 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
5311
0c33dd17
MA
53122011-06-04 Michael Albinus <michael.albinus@gmx.de>
5313
5314 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
5315 "SunOS 5.10".
5316
f8f91c2b
MA
53172011-06-04 Michael Albinus <michael.albinus@gmx.de>
5318
5319 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
5320 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
5321 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
5322 (tramp-parse-putty):
5323 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
5324 (tramp-completion-function-alist-ssh)
5325 (tramp-completion-function-alist-telnet)
5326 (tramp-completion-function-alist-su)
5327 (tramp-completion-function-alist-putty): Set `tramp-autoload'
5328 cookie.
5329
5330 * net/tramp-ftp.el:
5331 * net/tramp-sh.el:
5332 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
5333 load "tramp.el" `tramp-set-completion-function'.
5334
e17d9003
SM
53352011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
5336
5337 * shell.el: Require and use pcomplete.
5338 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
5339 (shell-completion-vars): Set pcomplete-default-completion-function.
5340
6c4cab03
DD
53412011-06-04 Deniz Dogan <deniz@dogan.se>
5342
5343 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
5344 `memq' (Bug#8799).
5345
ea9fafe0
SM
53462011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
5349
b3e945d3
JB
53502011-06-02 Juanma Barranquero <lekktu@gmail.com>
5351
5352 * bs.el (bs--mark-unmark, bs--nth-wrapper):
5353 * mpc.el (mpc-select-extend, mpc-songpointer-context):
5354 * vc/log-view.el (log-view-beginning-of-defun):
5355 * vc/smerge-mode.el (smerge-apply-resolution-patch)
5356 (smerge-refine-forward, smerge-refine-chopup-region):
5357 Silence warning for unused `dotimes' counter variables.
5358
7d520089
SM
53592011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * net/tramp.el (tramp-with-progress-reporter): Rename from
5362 with-progress-reporter. Use `declare'.
5363 * net/tramp-smb.el:
5364 * net/tramp-sh.el:
5365 * net/tramp-gvfs.el: Update all uses.
5366
a1c2400f
JB
53672011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
5368
5369 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
5370 buffer isn't killed before making it current.
5371
2403c841
SM
53722011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5373
5374 Silence various byte-compiler warnings.
5375 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
5376 `access-type' and new obsolescence format.
5377 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
5378 new format.
5379 (byte-compile-check-variable): New `access-type' argument.
5380 Only warn if the access-type is obsolete.
5381 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
5382 (byte-compile-variable-set): Adjust callers.
5383 * help-fns.el (describe-variable): Adjust to new obsolescence format.
5384 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
5385 setting it as obsolete.
5386 * simple.el (minibuffer-completing-symbol):
5387 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
5388 access as obsolete.
5389 * minibuffer.el (minibuffer-completing-file-name): Don't make it
5390 obsolete yet.
5391 * international/quail.el (quail-mouse-choose-completion): Remove unused
5392 code referring to obsolete var.
5393 (quail-choose-completion-string): Remove.
5394 * server.el (server-clients-with, server-kill-buffer-query-function)
5395 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
5396 * proced.el (proced-send-signal):
5397 * emacs-lisp/lisp.el (lisp-complete-symbol):
5398 Replace completion-annotate-function with completion-extra-properties.
5399
2462470b
SM
54002011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5401
fb5b2591
SM
5402 * simple.el (goto-line): Use read-number.
5403 (overriding-map-is-bound): Remove.
5404 (saved-overriding-map): Change default.
5405 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
5406 Take the map as argument.
5407 (universal-argument, negative-argument, digit-argument): Use it.
5408 (restore-overriding-map): Adjust.
5409 (do-auto-fill): Use fill-forward-paragraph.
5410 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
5411
fd6fa53f
SM
5412 * minibuffer.el (minibuffer-inactive-mode-map): New var.
5413 (minibuffer-inactive-mode): New major mode.
5414 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
5415 the *Messages* buffer" hack.
5416 (mouse-popup-menubar): Don't burp if the event is a normal key.
5417
2462470b
SM
5418 Miscellaneous tweaks.
5419 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
5420 lexical scoping as in subr.el's dolist and dotimes.
5421 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
5422 Silence compiler warning.
5423 * thingatpt.el (forward-whitespace): Trivial coding style fix.
5424 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
5425 * international/ccl.el (ccl-compile): Trivial simplification.
5426 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
5427 * emacs-lisp/testcover.el (testcover-end): Remove spurious
5428 `printflag' argument.
5429 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5430 Purecopy the whole obsolescence data.
5431
108bf785
LL
54322011-06-01 Leo Liu <sdl.web@gmail.com>
5433
5434 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
5435 improve doc-string as suggested by Marco Pessotto
5436 <melmothx@gmail.com>.
5437 (rcirc-print): Fix last change.
5438
30a23501
SM
54392011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5440
5441 * minibuffer.el (complete-with-action): Return nil for the metadata and
5442 boundaries of non-functional tables.
5443 (completion-table-dynamic): Return nil for the metadata.
5444 (completion-table-with-terminator): Add default case, using
5445 complete-with-action.
5446 (completion--metadata): New function.
5447 (completion-all-sorted-completions, minibuffer-completion-help): Use it
5448 to try and avoid pathological performance problems.
5449 (completion--embedded-envvar-table): Return `category' metadata.
5450
bcd54f83
LMI
54512011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5452
5453 * subr.el (process-alive-p): New tiny convenience function.
5454
e227544d
SM
54552011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
5458 content but also its previous major mode.
5459
e8296fdc
HE
54602011-05-31 Helmut Eller <eller.helmut@gmail.com>
5461
4d61f28d 5462 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
5463 *Backtrace* buffer when we exit with C-M-c.
5464
620c53a6
SM
54652011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5466
5467 * minibuffer.el: Add metadata method to completion tables.
5468 (completion-category-overrides): New defcustom.
5469 (completion-metadata, completion--field-metadata)
5470 (completion-metadata-get, completion--styles)
5471 (completion--cycle-threshold): New functions.
5472 (completion-try-completion, completion-all-completions):
5473 Add `metadata' argument to choose completion-styles.
5474 (completion--do-completion): Use metadata to choose cycling.
5475 (completion-all-sorted-completions): Use metadata for sorting.
5476 Remove :completion-cycle-penalty which is not needed any more.
5477 (completion--try-word-completion): Add `metadata' argument.
5478 (minibuffer-completion-help): Check metadata for annotation function
5479 and sorting.
5480 (completion-file-name-table): Return `category' metadata.
5481 (minibuffer-completing-file-name): Make obsolete.
5482 * simple.el (minibuffer-completing-symbol): Make obsolete.
5483 * icomplete.el (icomplete-completions): Pass new `metadata' param to
5484 completion-try-completion.
5485
1257e755
SM
54862011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5487
5488 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
5489
3767e706
LL
54902011-05-30 Leo Liu <sdl.web@gmail.com>
5491
5492 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
5493 (rcirc-print): Decode all incoming messages (bug#8744).
5494 (rcirc-decode-coding-system): Allow value nil for automatic coding
5495 system detection.
3767e706 5496
d1a5d56a
GM
54972011-06-01 Glenn Morris <rgm@gnu.org>
5498
5499 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
5500
e8cbec34
CY
55012011-05-29 Chong Yidong <cyd@stupidchicken.com>
5502
5503 * image.el (image-animate-max-time): Allow nil and t values.
5504 Default to nil.
5505 (create-animated-image): Doc fix.
5506 (image-animate-start): Remove second arg; just use
5507 image-animate-max-time.
5508 (image-animate-timeout): Doc fix. Args changed.
5509
5510 * image-mode.el (image-toggle-display-image): Ensure that the
5511 image spec passed to the animate timer is the same object as in
5512 the the buffer's display property (Bug#6981).
5513 (image-transform-properties): Doc fix.
5514
5515 * image.el (image-animate-max-time): Default to nil.
5516
159daf87
MR
55172011-05-29 Martin Rudalics <rudalics@gmx.at>
5518
5519 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
5520 entire buffer list (Bug#8184).
5521
d66c4c7c
CY
55222011-05-29 Chong Yidong <cyd@stupidchicken.com>
5523
5524 * image.el (imagemagick-types-inhibit)
5525 (imagemagick-register-types): Doc fix.
5526
80aec780
DD
55272011-05-29 Deniz Dogan <deniz@dogan.se>
5528
5529 * net/rcirc.el (rcirc): Use the user's stored encryption method by
5530 default.
5531
1dd3c2d9
CY
55322011-05-29 Chong Yidong <cyd@stupidchicken.com>
5533
5534 * select.el: Don't perform clipboard-manager saving in hooks;
5535 leave the hooks empty.
5536
60e56523
LL
55372011-05-28 Leo Liu <sdl.web@gmail.com>
5538
5539 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
5540 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
5541 (occur-edit-mode): New major mode (Bug#8463).
5542 (occur-after-change-function): New function.
5543 (occur-engine): Give Occur tags a read-only property.
5544
2b1e1a22
KR
55452011-05-28 Kevin Ryde <user42@zip.com.au>
5546
5547 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
5548
5d344e88
CY
55492011-05-28 Chong Yidong <cyd@stupidchicken.com>
5550
8e6ca83d
CY
5551 * bindings.el (help-echo): Make the initial non-indicator dash
5552 empty on graphical terminals (Bug#7295).
5553
5d344e88
CY
5554 * files.el (auto-mode-alist): Move config rule after the
5555 in-stripping one (Bug#8547).
5556
bfbbace7
CY
5557 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
5558
fbeba6e2
CY
5559 * startup.el (normal-splash-screen): Remove gratuitous mode-line
5560 setting (Bug#8740).
5561
60ed8c72
AA
55622011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
5563
4ac619f0
AA
5564 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
5565 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
5566 (Bug#8539).
60ed8c72 5567
23db196e
CY
55682011-05-28 Chong Yidong <cyd@stupidchicken.com>
5569
5570 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
5571
5012f24c
DK
55722011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
5573
5574 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
5575 (hs-hide-block-at-point, hs-find-block-beginning)
5576 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
5577 (Bug#8279).
5578
6a639b16
GM
55792011-05-28 Glenn Morris <rgm@gnu.org>
5580
5581 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
5582
d43eaf2c
CY
55832011-05-28 Chong Yidong <cyd@stupidchicken.com>
5584
5199bde1
CY
5585 * help-fns.el (describe-function-1): If the function is a derived
5586 major mode, print the parent mode.
5587
d43eaf2c
CY
5588 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
5589 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
5590
423428a8
SM
55912011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5592
0ff8e1ba
SM
5593 * minibuffer.el (completion--capf-wrapper): Check applicability before
5594 retuning non-nil for non-exclusive completion data.
5595 * progmodes/etags.el (tags-completion-at-point-function):
5596 * info-look.el (info-lookup-completions-at-point): Mark as
5597 non-exclusive.
5598 (info-complete): Adjust accordingly.
5599
423428a8
SM
5600 * info-look.el: Convert to lexical-binding and completion-at-point.
5601 (info-lookup-completions-at-point): New function.
5602 (info-complete): Use it and completion-in-region.
5603
b74aa22b
DA
56042011-05-28 Drew Adams <drew.adams@oracle.com>
5605
5606 * isearch.el: Let M-e start with point at the first mismatched char.
5607 (isearch-fail-pos): New function.
5608 (isearch-edit-string): Use it.
5609
66e2e71d
DK
56102011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
5611
5612 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5613
eb95d01d
TC
56142009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
5615
5616 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
5617 traversal functions for avl-trees.
5618 (avl-tree--stack): New struct.
5619 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
5620 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
5621 (avl-tree--do-enter): Add optional `updatefun' arg.
5622 Change return value.
eb95d01d 5623 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
5624 (avl-tree--do-delete): Add `test' and `nilflag' args.
5625 Change return value.
eb95d01d
TC
5626 (avl-tree-member): Add optional `nilflag'
5627 (avl-tree-member-p): New function.
5628 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
5629 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
5630 (avl-tree-stack-empty-p): New functions.
5631
3769ddcf
TC
56322009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
5633
5634 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
5635 avl-tree--del-balance1 and make it work both ways.
5636 (avl-tree--del-balance2): Remove.
5637 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
5638 make it work both ways.
5639 (avl-tree--enter-balance2): Remove.
5640 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
5641 New macros.
5642 (avl-tree--mapc, avl-tree-map): Add direction argument.
5643
eb95d01d 56442011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
5645
5646 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
5647
a9f737ee
CY
56482011-05-27 Chong Yidong <cyd@stupidchicken.com>
5649
5650 * select.el: Support clipboard managers with built-in function
5651 x-clipboard-manager-save, via delete-frame-functions and
5652 kill-emacs-hook.
5653 (xselect-convert-to-targets): Add MULTIPLE target to list.
5654 (xselect-convert-to-save-targets): New function.
5655
c92a1e54
KH
56562011-05-27 Kenichi Handa <handa@m17n.org>
5657
5658 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
5659 let-binding rfc2047-encode-encoded-words to nil.
5660
e145f188
GM
56612011-05-27 Glenn Morris <rgm@gnu.org>
5662
5ec8a862
GM
5663 * mail/emacsbug.el: Don't require url-util.
5664
4b29d9fb
GM
5665 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
5666
e145f188
GM
5667 * files.el (set-auto-mode):
5668 Also respect mode: entries at the end of the file. (Bug#8586)
5669
7d15102b
GM
56702011-05-26 Glenn Morris <rgm@gnu.org>
5671
98f593b8
GM
5672 * files.el (hack-local-variables-prop-line, hack-local-variables):
5673 Downcase mode names, as seems to be traditional.
27b48e63 5674 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 5675
7d15102b
GM
5676 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
5677 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
5678
51d5b4ec
JD
56792011-05-25 Julien Danjou <julien@danjou.info>
5680
5681 * textmodes/rst.el (rst-define-level-faces): Do not define face
5682 symbol if it is already defined.
5683
91513f63
VB
56842011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5685
5686 * play/5x5.el (5x5-new-game, 5x5-randomize):
5687 Reset 5x5-solver-output to nil when a new grid is cast.
5688 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
5689 these debugging traces, as defmacro breaks the compiled code.
5690
4d90d6d0
DK
56912011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
5692
5693 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5694
e1b90ef6
LL
56952011-05-24 Leo Liu <sdl.web@gmail.com>
5696
5697 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
5698 (vc-bzr-sha1): Adapt.
5699
d8e4b68b 5700 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
5701
5702 * bindings.el: Provide sha1 feature.
5703
db0406bb 57042011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
5705
5706 * mail/sendmail.el: Require `rfc2047'.
5707 (mail-insert-from-field): Do not perform RFC2047 encoding.
5708 (mail-encode-header): New function.
5709 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
5710 buffer to the return value of select-message-coding-system.
5711 Call mail-encode-header.
b8d747b9
KH
5712
5713 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
5714
db0406bb 57152011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 5716
4d90d6d0
DK
5717 * mail/supercite.el (sc-default-cite-frame):
5718 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 5719
eb8a5e9b
GM
57202011-05-24 Glenn Morris <rgm@gnu.org>
5721
f8630703
GM
5722 * progmodes/python.el (brm-menu): Declare.
5723
8831bbed
GM
5724 * emulation/viper.el (viper-set-hooks): Declare.
5725
eb8a5e9b
GM
5726 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
5727 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
5728 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
5729 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
5730 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
5731 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
5732
a2a25d24
SM
57332011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5734
5735 Add an :exit-function for completion-at-point.
5736
5737 * minibuffer.el (completion--done): New fun.
5738 (completion--do-completion): Use it. New arg `expect-exact'.
5739 (minibuffer-complete, minibuffer-complete-word): Don't output message,
5740 since completion--do-completion does it for us now.
5741 (minibuffer-force-complete): Use completion--done and
5742 completion--replace. Handle sole-completion case with more care.
5743 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
5744 (completion-extra-properties): New var.
5745 (completion-annotate-function): Make obsolete.
5746 (minibuffer-completion-help): Adjust accordingly.
5747 Use completion-list-insert-choice-function.
5748 (completion-at-point, completion-help-at-point):
5749 Bind completion-extra-properties.
5750 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
5751 * simple.el (completion-list-insert-choice-function): New var.
5752 (completion-setup-function): Preserve it.
5753 (choose-completion): Pay attention to it, shuffle the code a bit.
5754 (choose-completion-string): New arg `insert-function'.
5755
5756 * textmodes/bibtex.el: Convert to lexical binding.
5757 (bibtex-mode-map): Use completion-at-point.
5758 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
5759 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
5760 (bibtex-complete): Define as obsolete alias.
5761 (bibtex-complete-internal): Remove.
5762 (bibtex-format-entry): Remove unused sub-group in regexp.
5763 * shell.el (shell--command-completion-data)
5764 (shell-environment-variable-completion):
5765 * pcomplete.el (pcomplete-completions-at-point):
5766 * comint.el (comint--complete-file-name-data): Use :exit-function
5767 instead of completion-table-with-terminator so it also works for
5768 choose-completion.
5769
e44e373d
SM
57702011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5771
4f91a816
SM
5772 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
5773
782fc819
SM
5774 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
5775 (bug#8710).
5776
e44e373d
SM
5777 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
5778
381987c3
KM
57792011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
5780
5781 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
5782 customization variable and implement: If non-nil, auto-fill will
5783 be inhibited while on topic's header line.
5784
b776bc70
VB
57852011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
5786
5787 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 5788 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
5789 always have a solution in grid size = 5 cases.
5790 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
5791 (5x5-solver-output, 5x5-log-buffer): New vars.
5792 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
5793 Make these variables buffer local to achieve 5x5 multi-session-ness.
5794 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
5795 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
5796 (5x5-solve-suggest): New funs.
5797 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
5798 randomize a grid so that we ensure that there is always a solution.
5799 (5x5-make-random-grid): Allow other movement than flipping.
5800
7de88b6e
KR
58012011-05-23 Kevin Ryde <user42@zip.com.au>
5802
5803 * emacs-lisp/advice.el (ad-read-advised-function):
5804 Use `function-called-at-point' as the default default, if it has
5805 advice and passes PREDICATE.
5806
b1ef1257
SM
58072011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5808
bbca48fe
SM
5809 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
5810 byte-compile-lambda if it's actually a lambda.
5811
b1ef1257
SM
5812 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
5813 Fix function quoting. Use backquote better.
5814
92a9cc65
YS
58152011-05-22 Yuanle Song <sylecn@gmail.com>
5816
5817 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
5818 matching (Bug#8516).
5819
f0fb8059
JA
58202011-01-22 Jari Aalto <jari.aalto@cante.net>
5821
5822 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
5823 different face (Bug#8178).
5824
d5b44c93
CY
58252011-05-22 Chong Yidong <cyd@stupidchicken.com>
5826
5827 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
5828 defface (Bug#8144).
5829
79106a44
SM
58302011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5831
9c848d8a
SM
5832 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
5833 funcall as well (bug#8712). Warn when performing those conversions.
5834 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
5835
79106a44
SM
5836 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
5837
88dfa756
GM
58382011-05-22 Glenn Morris <rgm@gnu.org>
5839
5840 * files.el (hack-local-variables-prop-line): Small simplifications.
5841 (hack-local-variables, hack-local-variables-prop-line):
5842 If MODE-ONLY, return the mode, rather than just `t'.
5843
b7cf2c79
SM
58442011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5845
5846 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
5847
3f1a8558
GM
58482011-05-21 Glenn Morris <rgm@gnu.org>
5849
7e4ccca3
GM
5850 * files.el (hack-local-variables-prop-line, hack-local-variables):
5851 If only interested in the mode, don't bother doing the other stuff.
5852
637d46ca
GM
5853 * image-mode.el (image-after-revert-hook):
5854 Redraw all frames on which the image is visible. (Bug#8567)
5855
973d955b
GM
5856 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
5857
3f1a8558
GM
5858 * wid-edit.el (widget-checklist-match-inline):
5859 Fix 2011-04-19 change. (Bug#8649)
5860
96479927
SM
58612011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5862
1dcf791f
SM
5863 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
5864 Also allow singlespace after single-letter capitals followed by a dot.
5865
96479927
SM
5866 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
5867 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
5868
35fd0881
N
58692011-05-20 Nix <nix@esperi.org.uk>
5870
5871 * files.el (basic-save-buffer-2):
5872 Fix handling of break-hardlink-on-save with non-existent files.
5873
82745640
DD
58742011-05-19 Deniz Dogan <deniz@dogan.se>
5875
5876 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 5877 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 5878
4a720484
GM
58792011-05-19 Glenn Morris <rgm@gnu.org>
5880
d1f21341
GM
5881 * progmodes/f90.el (f90-type-def-re):
5882 Handle "type, bind(c)". (Bug#8691)
5883
4a720484
GM
5884 * emacs-lisp/autoload.el (batch-update-autoloads):
5885 Set autoload-excludes by parsing loadup.el rather than Makefiles.
5886
2fb0a219
MA
58872011-05-18 Michael Albinus <michael.albinus@gmx.de>
5888
5889 * net/tramp.el (tramp-process-actions): Set "first-password-request"
5890 property for the correct connection in case of multihops.
5891
e565dd37
GM
58922011-05-18 Glenn Morris <rgm@gnu.org>
5893
c2571358 5894 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
5895 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
5896
e565dd37
GM
5897 Rationalize calendar handling of day and month abbrev-arrays.
5898 * calendar/calendar.el (calendar-customized-p): New function.
5899 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
5900 (calendar-day-name-array, calendar-month-name-array): Doc fix.
5901 Add :set function.
5902 (calendar-abbrev-length, calendar-day-abbrev-array)
5903 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
5904 (calendar-day-abbrev-array, calendar-month-abbrev-array):
5905 Elements may no longer be nil.
5906 (calendar-day-name, calendar-month-name):
5907 Update for changed nature of abbrev arrays.
5908 * calendar/diary-lib.el (diary-name-pattern):
5909 Update for changed nature of abbrev arrays.
5910 (diary-mark-entries-1): Update calendar-make-alist calls.
5911 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
5912 * calendar/cal-html.el (cal-html-day-abbrev-array):
5913 Simply inherit from calendar-day-abbrev-array.
5914
1d99a745
SM
59152011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * progmodes/grep.el (grep-mode): Disable default
5918 compilation-directory-matcher setting (bug#8684).
5919
7c1d9aa0
MA
59202011-05-17 Michael Albinus <michael.albinus@gmx.de>
5921
5922 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
5923 instead of "head" and "tail". There were problems with SunOS 5.9,
5924 and it performs better.
5925
3952e9d8
GM
59262011-05-17 Glenn Morris <rgm@gnu.org>
5927
2dd12e7f
GM
5928 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
5929
e4157b9c
GM
5930 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5931 Replace obsolete function.
5932
8e249bbd
GM
5933 * shell.el (pcomplete-parse-arguments-function): Declare.
5934
3952e9d8
GM
5935 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
5936 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
5937 (appt-check): Doc fixes.
5938 (appt-disp-window-function, appt-delete-window-function):
5939 Remove needless special case in custom :type.
5940 (appt-display-count): Default to 0, not nil.
5941 (appt-check): Reset appt-display-count to 0, not nil.
5942
c71a0d48 59432011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 5944
c71a0d48
GM
5945 * progmodes/python.el (python-font-lock-keywords):
5946 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 5947
31d55be9
SM
59482011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5949
5950 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
5951
3bfacb2f
KR
59522011-05-16 Kevin Ryde <user42@zip.com.au>
5953
5954 * info-look.el (makefile-automake-mode): New setups, looking in
5955 automake manual, then makefile-mode.
5956 (makefile-mode): Remove automake manual, have it just in
5957 makefile-automake-mode since there's various things different or
5958 not relevant to plain make.
5959 (makefile-mode): Remove "other-modes" non-existent automake-mode,
5960 believe a hypothetical automake-mode would go to makefile-mode,
5961 not the other way around.
5962
c8e83751
CY
59632011-05-15 Chong Yidong <cyd@stupidchicken.com>
5964
5e9e35cd
CY
5965 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
5966 hunk-end tags (Bug#8672).
5967
c8e83751
CY
5968 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
5969 vc-annotate-show-diff-revision-at-line (Bug#8671).
5970
50b23e5a
GM
59712011-05-14 Glenn Morris <rgm@gnu.org>
5972
7210a739
GM
5973 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
5974 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
5975 (change-log-font-lock-keywords): Also handle multiple author lines
5976 with leading tabs. (Bug#8644)
7210a739 5977
4691905a
GM
5978 * calendar/appt.el (appt-check): Rename some local variables.
5979 Some simplification/reordering.
5980
50b23e5a
GM
5981 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
5982 (feedmail-sendmail-f-doesnt-sell-me-out)
5983 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
5984 (feedmail-debug-sit-for, feedmail-queue-express-hook)
5985 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
5986 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
5987 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
5988 (feedmail-binmail-gnulinuxish-template):
5989 Rename from feedmail-binmail-linuxish-template.
5990 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
5991 Use insert-buffer-substring.
5992
215cda7c
BC
59932011-05-14 Bill Carpenter <bill@carpenter.org>
5994
5995 * mail/feedmail.el (feedmail-patch-level): Increase.
5996 (feedmail-debug): New custom group.
5997 (feedmail-confirm-outgoing-timeout)
5998 (feedmail-sendmail-f-doesnt-sell-me-out)
5999 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6000 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
6001 (feedmail-sender-line, feedmail-from-line)
6002 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 6003 (feedmail-spray-this-address)
215cda7c
BC
6004 (feedmail-spray-address-fiddle-plex-list)
6005 (feedmail-queue-use-send-time-for-date)
6006 (feedmail-queue-use-send-time-for-message-id)
6007 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
6008 (feedmail-buffer-eating-function):
6009 Doc fixes.
6010 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
6011 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
6012 (feedmail-message-action-scroll-down): New functions.
6013 (feedmail-queue-directory, feedmail-queue-draft-directory):
6014 Use expand-file-name.
6015 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
6016 Remove C-v help entry.
6017 (feedmail-queue-buffer-file-name): New variable.
6018 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
6019 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
6020 (feedmail-message-action-send-strong, feedmail-message-action-edit)
6021 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
6022 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
6023 (feedmail-message-action-toggle-spray)
6024 (feedmail-run-the-queue-no-prompts)
6025 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
6026 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
6027 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
6028 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
6029 (feedmail-envelope-deducer, feedmail-fiddle-from)
6030 (feedmail-fiddle-sender, feedmail-default-date-generator)
6031 (feedmail-fiddle-date, feedmail-fiddle-message-id)
6032 (feedmail-fiddle-spray-address)
6033 (feedmail-fiddle-list-of-spray-fiddle-plexes)
6034 (feedmail-fiddle-list-of-fiddle-plexes)
6035 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
6036 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
6037 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
6038 Change default. Doc fix.
6039 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
6040 (feedmail-binmail-linuxish-template): New constant.
6041 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
6042 Respect feedmail-sendmail-f-doesnt-sell-me-out.
6043 (feedmail-send-it): Add debug call.
6044 Use feedmail-queue-buffer-file-name, and
6045 feedmail-send-it-immediately-wrapper.
6046 (feedmail-message-action-send): Add debug call.
6047 Use feedmail-send-it-immediately-wrapper.
6048 (feedmail-queue-express-to-queue): Add debug call.
6049 Run feedmail-queue-express-hook.
6050 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
6051 (feedmail-message-action-help-blat):
6052 Rename from feedmail-queue-send-edit-prompt-help-first.
6053 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
6054 Check line-endings. Handle errors better.
6055 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
6056 Doc fix. Add debug call.
6057 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
6058 Use feedmail-queue-send-edit-prompt-inner.
6059 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
6060 (feedmail-queue-send-edit-prompt-inner): New function, extracted
6061 from feedmail-queue-send-edit-prompt.
6062 (feedmail-queue-send-edit-prompt-help)
6063 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
6064 (feedmail-tidy-up-slug): Add debug call.
6065 Respect feedmail-queue-slug-suspect-regexp.
6066 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
6067 (feedmail-dump-message-to-queue): Add debug call.
6068 Expand queue-directory.
6069 (feedmail-dump-message-to-queue): Change message slightly.
6070 Use feedmail-say-chatter.
6071 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
6072 (feedmail-send-it-immediately-wrapper): New function.
6073 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
6074 Insert empty string rather than newline. Handle full-frame case.
6075 Use catch/throw. Use feedmail-say-chatter.
6076 (feedmail-fiddle-from): Try mail-host-address.
6077 (feedmail-default-message-id-generator): Doc fix.
6078 Bind system-time-locale. Handle missing end.
6079 (feedmail-fiddle-x-mailer): Add debug call.
6080 Handle feedmail-x-mailer-line being nil.
6081 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
6082 Add debug call. Use buffer-substring-no-properties.
6083 (feedmail-say-debug, feedmail-say-chatter): New functions.
6084 (feedmail-find-eoh): Give an explicit error.
6085
42c7e61e
UJ
60862011-05-13 Ulf Jasper <ulf.jasper@web.de>
6087
c2571358 6088 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 6089 family from helvetica to sans.
c2571358 6090 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
6091 etc/images/newsticker.
6092
c2571358 6093 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
6094 family from helvetica to sans.
6095
6096 * net/newst-plainview.el (newsticker-new-item-face)
6097 (newsticker-old-item-face, newsticker-immortal-item-face)
6098 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 6099 (newsticker-statistics-face): Change default family from
42c7e61e 6100 helvetica to sans.
c2571358 6101 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
6102 etc/images/newsticker.
6103
6104 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
6105 (newsticker--process-auto-mark-filter-match): : Tell user about
6106 auto-marking.
6107
8497a297
DV
61082011-05-13 Didier Verna <didier@xemacs.org>
6109
6110 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
6111 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
6112 TODO entries.
8497a297
DV
6113 (lisp-lambda-list-keyword-parameter-indentation)
6114 (lisp-lambda-list-keyword-parameter-alignment)
6115 (lisp-lambda-list-keyword-alignment): New customizable user options.
6116 (lisp-indent-defun-method): Improve docstring.
6117 (extended-loop-p): Fix comment.
6118 (lisp-indent-lambda-list-keywords-regexp): New variable.
6119 (lisp-indent-lambda-list): New function.
6120 (lisp-indent-259): Use it.
6121 (lisp-indent-defmethod): Support for more than one
6122 method qualifier and properly indent methods lambda-lists.
6123 (defgeneric): Provide a missing common-lisp-indent-function property.
6124
f278f87f
SM
61252011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6127 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
6128 bounds for the empty string (bug#8667).
6129
5233edd7
GM
61302011-05-13 Glenn Morris <rgm@gnu.org>
6131
5237a44f
GM
6132 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
6133
8340026c 6134 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 6135 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 6136
5233edd7 6137 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 6138 (appt-time-msg-list): Doc fix.
a5464014 6139 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 6140
92d10796
AS
61412011-05-12 Andreas Schwab <schwab@linux-m68k.org>
6142
6143 * progmodes/ld-script.el (ld-script-keywords)
6144 (ld-script-builtins): Update keywords list.
6145
914a0ae1
SM
61462011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6147
c89be45f
SM
6148 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
6149
914a0ae1
SM
6150 * shell.el (shell-completion-vars): New function.
6151 (shell-mode):
6152 * simple.el (read-shell-command): Use it.
6153 (blink-matching-open): No need for " [...]" in minibuffer-message.
6154
98dc3df3
GM
61552011-05-12 Glenn Morris <rgm@gnu.org>
6156
6157 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
6158 (appt-check): Simplify.
6159
d2fc7e3d 61602011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 6161
4d61f28d 6162 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
6163 literal "/dev/null".
6164
d2fc7e3d 61652011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
6166
6167 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
6168 Fix typo.
6169
d2fc7e3d 61702011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 6171
3f254caa
SM
6172 * progmodes/which-func.el (which-function):
6173 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
6174 which might not be defined (Bug#8260).
6175
d45885f7
GM
61762011-05-12 Glenn Morris <rgm@gnu.org>
6177
6178 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
6179 Let byte-compile-initial-macro-environment always take precedence.
6180
488086f4
SM
61812011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6182
6183 * net/rcirc.el: Add support for SSL/TLS connections.
6184 (rcirc-server-alist): New field `encryption'.
6185 (rcirc): Check `encryption' settings.
6186 (rcirc-connect): New arg `encryption'. Use open-network-stream.
6187 Merge make-local-variable into `set'.
6188 (rcirc--connection-open-p): New function.
6189 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
6190 the process is not a network process (e.g. running gnutls-cli).
6191 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
6192 Make rcirc-(en|de)code-coding-system local here.
6193 (rcirc-mode): Merge make-local-variable into `set'.
6194 (rcirc-parent-buffer): Make permanent buffer-local.
6195 (rcirc-multiline-minor-mode): Don't do it here.
6196 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
6197 there's no server buffer.
6198
7d3b9d44
GM
61992011-05-11 Glenn Morris <rgm@gnu.org>
6200
f64049c6
GM
6201 * newcomment.el (comment-kill): Prefix "unused" local.
6202
93c9df73
GM
6203 * term/w32console.el (get-screen-color): Declare.
6204
7d3b9d44
GM
6205 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
6206 Handle symbol elements of byte-compile-initial-macro-environment.
6207
9e2dd53f
LL
62082011-05-10 Leo Liu <sdl.web@gmail.com>
6209
488086f4
SM
6210 * bookmark.el (bookmark-bmenu-mode-map):
6211 Bind bookmark-bmenu-search to `/'.
8b340240 6212
9e2dd53f 6213 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
6214 (footnote-unicode-string, footnote-unicode-regexp): New variable.
6215 (Footnote-unicode): New function.
6216 (footnote-style-alist): Add unicode style to the list.
6217 (footnote-style): Doc fix.
9e2dd53f 6218
79b70037
GM
62192011-05-10 Jim Meyering <meyering@redhat.com>
6220
6221 Fix doubled-word typos.
6222 * international/quail.el (quail-insert-kbd-layout): and and -> and
6223 * kermit.el: and and -> and
6224 * net/ldap.el (ldap-search-internal): to to -> to
6225 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
6226 * progmodes/js.el (js-mode): and and -> and
6227 * textmodes/artist.el (artist-move-to-xy): at at -> at
6228 (artist-draw-region-trim-line-endings): if if -> if
6229 And Safetyc -> Safety.
6230 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
6231
b8f82dc1 62322011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 6233 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
6234
6235 * files.el (hack-one-local-variable-eval-safep):
6236 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
6237
4f99f44b
GM
62382011-05-10 Glenn Morris <rgm@gnu.org>
6239
6240 * calendar/diary-lib.el (diary-list-entries-hook)
6241 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
6242 (diary-nongregorian-marking-hook, diary-list-entries)
6243 (diary-include-other-diary-files, diary-mark-entries)
6244 (diary-mark-included-diary-files): Doc fixes.
6245
84f29e6b
JB
62462011-05-09 Juanma Barranquero <lekktu@gmail.com>
6247
6248 * misc.el: Require tabulated-list.el during compilation.
6249
9bedd73a
CY
62502011-05-09 Chong Yidong <cyd@stupidchicken.com>
6251
488086f4
SM
6252 * progmodes/compile.el (compilation-start):
6253 Run compilation-filter-hook for the async case too.
9bedd73a
CY
6254 (compilation-filter-hook): Doc fix.
6255
797c735c
DD
62562011-05-09 Deniz Dogan <deniz@dogan.se>
6257
6258 * wdired.el: Remove outdated installation comment. Fix usage
6259 comment.
6260
5f4b1dfe
JB
62612011-05-09 Juanma Barranquero <lekktu@gmail.com>
6262
6263 * misc.el: Implement new command `list-dynamic-libraries'.
6264 (list-dynamic-libraries--loaded-only-p): New variable.
6265 (list-dynamic-libraries--refresh): New function.
6266 (list-dynamic-libraries): New command.
6267
4c44026c
CY
62682011-05-09 Chong Yidong <cyd@stupidchicken.com>
6269
488086f4
SM
6270 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6271 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
6272 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
6273 higher priority to avoid clobbering by gnu.
6274
027f966d
CY
62752011-05-08 Chong Yidong <cyd@stupidchicken.com>
6276
6277 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
6278 if the face has existing theme settings (Bug#8454).
6279
085f5d7d
CY
62802011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
6281
488086f4
SM
6282 * progmodes/perl-mode.el (perl-imenu-generic-expression):
6283 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 6284
2a86a00c
RS
6285 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
6286 special file names `.' and `..' (Bug#8259).
6287
d9c54a06
CY
62882011-05-08 Chong Yidong <cyd@stupidchicken.com>
6289
488086f4
SM
6290 * progmodes/grep.el (grep-mode-font-lock-keywords):
6291 Remove buffer-changing entries.
d9c54a06
CY
6292 (grep-filter): New function.
6293 (grep-mode): Add it to compilation-filter-hook.
6294
6295 * progmodes/compile.el (compilation-filter-hook)
6296 (compilation-filter-start): New defvars.
6297 (compilation-filter): Call compilation-filter-hook prior to
6298 updating the process mark.
6299
c4662635
SM
63002011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6301
6302 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
6303
b0512a1d
EZ
63042011-05-07 Eli Zaretskii <eliz@gnu.org>
6305
605c9376
EZ
6306 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
6307 mailclient-send-it even if window-system is nil. (Bug#8595)
6308
c4662635
SM
6309 * term/w32console.el (terminal-init-w32console):
6310 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
6311 background-mode. (Bug#8597)
6312
d1dc2cc2
SM
63132011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6314
6315 Make bytecomp.el understand that defmethod defines funs (bug#8631).
6316 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
6317 New functions.
6318 (defgeneric, eieio--defmethod): Use them.
6319 (eieio-defgeneric): Remove.
6320 (defmethod): Call defgeneric in a way visible to the byte-compiler.
6321
915d1300
GM
63222011-05-07 Glenn Morris <rgm@gnu.org>
6323
a3961c3e
GM
6324 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
6325 Use let rather than let*.
6326 (timeclock-find-discrep): Remove unused local.
6327
314347b9
GM
6328 * calendar/diary-lib.el (diary-comment-start): Doc fix.
6329
915d1300
GM
6330 * calendar/appt.el (appt-time-msg-list): Doc fix.
6331
275b59b0
NF
63322011-05-06 Noah Friedman <friedman@splode.com>
6333
6334 * apropos.el (apropos-print-doc): Only use
6335 emacs-lisp-docstring-fill-column when it is bound to an integer,
6336 per that variable's documentation.
6337
6c19f744
SM
63382011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6339
6340 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 6341 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 6342
60f884b2
GM
63432011-05-06 Glenn Morris <rgm@gnu.org>
6344
5006e634
GM
6345 * calendar/appt.el (appt-message-warning-time): Doc fix.
6346 (appt-warning-time-regexp): New option.
6347 (appt-make-list): Respect appt-message-warning-time.
6348
548d0a63
GM
6349 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
6350 New options.
6351 (diary-add-to-list): Strip comments from the displayed string.
6352 (diary-mode): Set comment-start and comment-end.
6353
60f884b2
GM
6354 * vc/diff-mode.el (smerge-refine-subst): Declare.
6355 (diff-refine-hunk): Don't require smerge-mode when compiling.
6356
989681bb
JB
63572011-05-06 Juanma Barranquero <lekktu@gmail.com>
6358
6359 * simple.el (list-processes): Return nil as the docstring says.
6360
a6bc05e1
MA
63612011-05-05 Michael Albinus <michael.albinus@gmx.de>
6362
6363 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
6364 to "".
6365 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6366 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
6367 determining of binary transfer. (Bug#7383)
6368
23c22e9a
MA
63692011-05-05 Michael Albinus <michael.albinus@gmx.de>
6370
c4662635
SM
6371 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6372 Fix port computation bug. (Bug#8618)
23c22e9a 6373
0bff894f
GM
63742011-05-05 Glenn Morris <rgm@gnu.org>
6375
b8296902
GM
6376 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
6377
1f522ce8
GM
6378 * simple.el (shell-dynamic-complete-functions)
6379 (comint-dynamic-complete-functions): Declare.
6380
cf5bee67
GM
6381 * net/network-stream.el (gnutls-negotiate):
6382 * simple.el (tabulated-list-print): Fix declarations.
6383
6384 * progmodes/gud.el (syntax-symbol, syntax-point):
6385 Remove unnecessary and incorrect declarations.
6386
0bff894f
GM
6387 * emacs-lisp/check-declare.el (check-declare-scan):
6388 Handle byte-compile-initial-macro-environment in bytecomp.el
6389
9869b3ae
SM
63902011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 Fix earlier half-done eieio-defmethod change (bug#8338).
6393 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
6394 Streamline and change calling convention.
6395 (defmethod): Adjust accordingly and simplify.
6396 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
6397 new eieio--defmethod.
6398 (slot-boundp): Minor CSE simplification.
6399
9c1d5ac5
MZ
64002011-05-05 Milan Zamazal <pdm@zamazal.org>
6401
6402 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
6403 (glasses-make-readable): Use glasses-separate-capital-groups.
6404
455c834e
JB
64052011-05-05 Juanma Barranquero <lekktu@gmail.com>
6406
6407 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
6408 (warning-series): Doc fix.
6409 (display-warning): Don't try to create the buffer if we just found it.
6410
9ed7c8cb
CY
64112011-05-04 Chong Yidong <cyd@stupidchicken.com>
6412
6413 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
6414 (autoload-find-generated-file): New function.
6415 (generate-file-autoloads): Bind generated-autoload-file to
6416 buffer-file-name.
9869b3ae
SM
6417 (update-file-autoloads, update-directory-autoloads):
6418 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
6419 output file (Bug#7989).
6420 (batch-update-autoloads): Doc fix.
6421
0898ca10
JB
64222011-05-04 Juanma Barranquero <lekktu@gmail.com>
6423
6424 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
6425
31dfb76c
GM
64262011-05-04 Glenn Morris <rgm@gnu.org>
6427
f330b642
GM
6428 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
6429 function, so it follows changes in calendar-date-style.
6430 (diary-fancy-date-matcher): New function.
6431 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
6432 (diary-fancy-font-lock-fontify-region-function):
6433 Use diary-fancy-date-pattern as a function.
6434
31dfb76c
GM
6435 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
6436 non-numbers for `year' etc pseudo-variables. (Bug#8583)
6437
48e79d6a
TZ
64382011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
6439
6440 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
6441 instead of positional arguments. Allow :keylist and :crlfiles
6442 arguments.
6443 (open-gnutls-stream): Call it.
6444
6445 * net/network-stream.el (network-stream-open-starttls): Adjust to
6446 call `gnutls-negotiate' with :process and :hostname arguments.
6447
dd5a5ee0
SM
64482011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6449
ef80fc09
SM
6450 * minibuffer.el (completion--message): New function.
6451 (completion--do-completion, minibuffer-complete)
6452 (minibuffer-force-complete, minibuffer-complete-word): Use it.
6453 (completion--do-completion): Don't ignore completion-auto-help when in
6454 icomplete-mode.
6455
dd5a5ee0
SM
6456 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
6457 internal encoding (e.g. tibetan zero is not whitespace).
6458 (global-whitespace-mode): Prefer save-current-buffer.
6459 (whitespace-trailing-regexp): Remove useless save-match-data.
6460 (whitespace-empty-at-bob-regexp): Minor simplification.
6461
b7d22a83
CY
64622011-05-03 Chong Yidong <cyd@stupidchicken.com>
6463
6464 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
6465
5192af46
AM
64662011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6467
6468 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 6469 Use `concat' to create string for insertion.
5192af46 6470
5767d190
SM
64712011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6472
6473 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
6474 Avoid open-line which runs post-self-insert-hook.
6475 (bibtex-fill-entry): Remove unused `end' var.
6476
bf242939
AM
64772011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
6478
5767d190
SM
6479 * textmodes/ispell.el (ispell-add-per-file-word-list):
6480 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 6481
25666126
LL
64822011-05-03 Leo Liu <sdl.web@gmail.com>
6483
6484 * isearch.el (isearch-yank-pop): New command.
5767d190 6485 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
6486 (isearch-forward): Mention it.
6487
52d3c2d0
SM
64882011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6489
1bcace58
SM
6490 * simple.el (minibuffer-complete-shell-command): Remove.
6491 (minibuffer-local-shell-command-map): Use completion-at-point.
6492 (read-shell-command): Setup completion vars here instead.
6493 (read-expression-map): Bind TAB to symbol completion.
6494
52d3c2d0
SM
6495 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
6496 error directly rather via storing it into `results'.
6497
35813471
LL
64982011-05-02 Leo Liu <sdl.web@gmail.com>
6499
6500 * vc/diff.el: Fix description.
6501
e793a940
LMI
65022011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6503
6504 * server.el (server-eval-at): New function.
6505
8de66e05
LMI
65062011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6507
6508 * net/network-stream.el (open-network-stream): Take a :nowait
6509 parameter and pass it on to `make-network-process'.
6510 (network-stream-open-plain): Ditto.
6511
dcb79f20
AS
65122011-04-30 Andreas Schwab <schwab@linux-m68k.org>
6513
6514 * faces.el (face-spec-set-match-display): Don't match toolkit
6515 options on terminal frames.
6516
14a7fbd8
SM
65172011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6518
7eabc1be
SM
6519 * progmodes/pascal.el: Use lexical binding.
6520 (pascal-mode-map): Remove author preferences.
6521
14a7fbd8
SM
6522 * pcomplete.el (pcomplete-std-complete): Don't abuse
6523 completion-at-point.
6524
50f84510
JB
65252011-04-28 Juanma Barranquero <lekktu@gmail.com>
6526
6e087a44
JB
6527 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
6528 removing code that has been dead since 1991 or so.
6529
50f84510
JB
6530 * startup.el (command-line): When warning about "_emacs", use a
6531 delayed warning to allow the user to filter it out.
6532
0ba690bd
DD
65332011-04-28 Deniz Dogan <deniz@dogan.se>
6534
6535 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
6536 user has not joined.
6537
08abfaad
SM
65382011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6539
6540 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
6541 aren't any completions at point.
6542
638f053a
JB
65432011-04-28 Juanma Barranquero <lekktu@gmail.com>
6544
6545 * subr.el (display-delayed-warnings): New function.
6546 (delayed-warnings-hook): New variable.
6547
8fff8daa
SM
65482011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6549
08abfaad
SM
6550 * minibuffer.el (completion-at-point, completion-help-at-point):
6551 Don't presume that a given completion-at-point-function will always
6552 use the same calling convention.
6553
8fff8daa
SM
6554 * pcomplete.el (pcomplete-completions-at-point):
6555 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
6556 pcomplete-seen is non-nil.
6557 (pcomplete-comint-setup): Also recognize the new comint/shell
6558 completion functions.
6559 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
6560 pcomplete-seen is non-nil.
6561
841a1577 65622011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 6563
841a1577 6564 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 6565 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 6566 the first character in the entry. This allows for code to add its
211ec907
UJ
6567 own uid to the entry.
6568 (icalendar--convert-float-to-ical): Add export of
6569 `diary-float'-entries save for those with the optional DAY
6570 argument.
6571
2a782793
DC
65722011-04-27 Daniel Colascione <dan.colascione@gmail.com>
6573
6574 * subr.el (shell-quote-argument): Use alternate escaping strategy
6575 when we spot a variable reference in a string.
6576
0438ce91
DC
65772011-04-26 Daniel Colascione <dan.colascione@gmail.com>
6578
6579 * cus-start.el (all): Define customization for debug-on-event.
6580
841a1577 65812011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
6582
6583 * subr.el (shell-quote-argument): Escape correctly under Windows.
6584
d090ed6c
SM
65852011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
6588
bfd31217
MA
65892011-04-25 Michael Albinus <michael.albinus@gmx.de>
6590
d090ed6c
SM
6591 * net/tramp.el (tramp-process-actions): Add POS argument.
6592 Delete region between POS and (pos).
bfd31217 6593
d090ed6c
SM
6594 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6595 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
6596 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
6597
6598 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
6599 position in `tramp-process-actions' call.
6600
6601 * net/trampver.el: Update release number.
6602
e92f3bd3
SM
66032011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6604
850256b5
SM
6605 * custom.el (defcustom): Obey lexical-binding.
6606
e92f3bd3
SM
6607 Fix octave-inf completion problems reported by Alexander Klimov.
6608 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
6609 Inherit from octave-mode-syntax-table.
6610 (inferior-octave-mode): Set info-lookup-mode.
6611 (inferior-octave-completion-at-point): New function.
6612 (inferior-octave-complete): Use it and completion-in-region.
6613 (inferior-octave-dynamic-complete-functions): Use it as well, and use
6614 comint-filename-completion.
6615 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
6616 symbol elements which shouldn't be word elements.
6617 (octave-font-lock-keywords, octave-beginning-of-defun)
6618 (octave-function-header-regexp): Adjust regexps accordingly.
6619 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
6620
cd22b309
JB
66212011-04-25 Juanma Barranquero <lekktu@gmail.com>
6622
6623 * net/gnutls.el (gnutls-errorp): Declare before first use.
6624
8b492194
TZ
66252011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
6626
6627 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
6628 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
6629 default trustfile exists before going to use it. Add missing
6630 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
6631 Reported by Claudio Bley <claudio.bley@gmail.com>.
6632 (open-gnutls-stream): Add usage example.
6633
6634 * net/network-stream.el (network-stream-open-starttls): Give host
6635 parameter to `gnutls-negotiate'.
6636 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 6637 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 6638
841a1577 66392011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 6640
cd22b309
JB
6641 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6642 Use correct match group (bug#8438).
05842630 6643
3ba7869c
CY
66442011-04-24 Chong Yidong <cyd@stupidchicken.com>
6645
512e3ae1
CY
6646 * emacs-lisp/package.el (package-built-in-p): Fix typo.
6647 (package-menu--generate): New arg specifying packages to show.
6648 (package-menu-refresh, package-menu-execute, list-packages):
6649 Callers changed.
6650 (package-show-package-list): New function, replacing deleted
6651 package--list-packages (renamed because it is non-internal).
6652
6653 * finder.el (finder-list-matches): Use package-show-package-list
6654 instead of deleted package--list-packages.
6655
e92f3bd3
SM
6656 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
6657 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
6658 (vc-annotate-mode-map): Bind it to RET.
6659
7031be6d
UR
66602011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
6661
6662 * progmodes/etags.el (next-file): Don't use set-buffer to change
6663 buffers (Bug#8478).
6664
4ef177aa
CY
66652011-04-24 Chong Yidong <cyd@stupidchicken.com>
6666
c8d173eb
CY
6667 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
6668
4ef177aa
CY
6669 * apropos.el (apropos-label-face): Avoid variable-pitch face.
6670 (apropos-accumulator): Doc fix.
6671 (apropos-function, apropos-macro, apropos-command)
6672 (apropos-variable, apropos-face, apropos-group, apropos-widget)
6673 (apropos-plist): Add face property.
6674 (apropos-symbols-internal): Fix indentation.
6675 (apropos-print): Simplify help, and recognize apropos-multi-type.
6676 (apropos-print-doc): Use button-type-get to extract the button's
6677 face property. Fill docstring (Bug#8352).
6678
4ffd0d6b 66792011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
6680
6681 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
6682
c6c32125 6683 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 6684 (mpuz-mode-map): Use mapc.
c6c32125
JB
6685 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
6686 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
6687 Fix typos in docstrings.
6688
58d468b4
JB
6689 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
6690 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
6691
6470c3c6
JB
6692 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
6693
4ffd0d6b 66942011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
6695
6696 * minibuffer.el (completion--do-completion): Avoid the "Next char
6697 not unique" prompt if icomplete-mode is enabled (Bug#5849).
6698
3ad8bad0
CY
6699 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
6700 mouse-2 into unread-command-events, it is interpreted correctly.
6701
71d73c9c 6702 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 6703 (image-toggle-display): Doc fix.
71d73c9c 6704
841a1577 67052011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 6706
4ffd0d6b
GM
6707 * textmodes/page.el (what-page): Use line-number-at-pos to
6708 calculate line number (Bug#6825).
6e1dbaa9 6709
c2fb1b60
JB
67102011-04-22 Juanma Barranquero <lekktu@gmail.com>
6711
6712 * eshell/esh-mode.el (find-tag-interactive): Declare function.
6713 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
6714 Pass argument NO-DEFAULT to `find-tag-interactive'.
6715
e02f48d7
JB
67162011-04-22 Juanma Barranquero <lekktu@gmail.com>
6717
6718 Lexical-binding cleanup.
6719
6720 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
6721 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
6722 * progmodes/ada-prj.el (ada-prj-initialize-values)
6723 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
6724 (ada-prj-show-value):
6725 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
6726 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
6727 (antlr-invalidate-context-cache, antlr-options-menu-filter)
6728 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
6729 * progmodes/bug-reference.el (bug-reference-push-button):
6730 * progmodes/fortran.el (fortran-line-length):
6731 * progmodes/glasses.el (glasses-change):
6732 * progmodes/octave-mod.el (octave-fill-paragraph):
6733 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
6734 (python-pdbtrack-grub-for-buffer, python-sentinel):
6735 * progmodes/sql.el (sql-save-connection):
6736 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
6737 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
6738 Mark unused parameters.
6739
6740 * progmodes/compile.el (compilation--flush-directory-cache)
6741 (compilation--flush-parse, compile-internal): Mark unused parameters.
6742 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
6743 (compilation-next-error-function): Remove unused variable `timestamp'.
6744
6745 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
6746 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
6747
6748 * progmodes/dcl-mode.el (dcl-end-of-command):
6749 Remove unused variable `start'.
6750 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
6751 (dcl-option-value-basic, dcl-option-value-offset)
6752 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
6753 Mark unused parameters.
6754 (dcl-save-local-variable): Remove unused variable `val'.
6755 (mode): Declare.
6756
6757 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
6758 Mark unused parameters.
6759 (delphi-ignore-changes): Move before first use.
6760 (delphi-charset-token-at): Remove unused variable `start'.
6761 (delphi-else-start): Remove unused variable `if-count'.
6762 (delphi-comment-block-start, delphi-comment-block-end):
6763 Remove unused variable `kind'.
6764 (delphi-indent-line): Remove unused variable `new-point'.
6765
6766 * progmodes/ebrowse.el (ebrowse-files-list)
6767 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
6768 Mark unused parameters. Don't quote `lambda'.
6769 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
6770 Don't quote `lambda'.
6771 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
6772 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
6773 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
6774 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
6775 Use `ignore-errors'.
6776 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
6777 (ebrowse-view/find-file-and-search-pattern)
6778 (ebrowse-view/find-member-declaration/definition):
6779 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
6780 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
6781 Rename parameter PREFIX-ARG to PREFIX.
6782 (ebrowse-tags-read-name): Remove unused variables `start' and
6783 `member-info'.
6784 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
6785 to `tags-file'.
6786
6787 * progmodes/etags.el (local-find-tag-hook): Declare.
6788 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
6789 Mark unused parameters.
6790
6791 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
6792 (executable-interpret): Mark unused parameter.
6793
6794 * progmodes/flymake.el (flymake-process-sentinel)
6795 (flymake-after-change-function)
6796 (flymake-create-temp-with-folder-structure)
6797 (flymake-get-include-dirs-dot): Mark unused parameters.
6798 (flymake-safe-delete-directory): Remove unused variable `err'.
6799
6800 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
6801 (speedbar-timer-fn, speedbar-line-text)
6802 (speedbar-change-expand-button-char, speedbar-delete-subblock)
6803 (speedbar-center-buffer-smartly): Declare functions.
6804 (gdb-find-watch-expression): Remove unused variable `array'.
6805 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
6806 (gdb-starting): Mark unused parameters.
6807 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
6808 (gdb-table-string): Remove unused variable `res'.
6809 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
6810 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
6811 (gdb-display-buffer): Remove unused variable `cur-size'.
6812
6813 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
6814 allow lexical-binding compilation.
6815 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
6816 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
6817 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
6818 Mark unused parameters.
6819 (gud-gdb-marker-filter): Remove unused variable `match'.
6820 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
6821 lambda expressions and funcall them, instead of using `fset'.
6822
6823 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
6824 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
6825
6826 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
6827 variable `header-beg'; use `let'.
6828
6829 * progmodes/icon.el (indent-icon-exp): Remove unused variables
6830 `restart', `last-sexp' and `at-do'.
6831
6832 * progmodes/js.el (js--debug): Mark unused parameter.
6833 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
6834 (js--splice-into-items): Remove unused variable `item'.
6835 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
6836
6837 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
6838 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
6839 (makefile-complete): Remove unused variable `try'.
6840 (makefile-fill-paragraph, makefile-match-function-end):
6841 Mark unused parameters.
6842
6843 * progmodes/octave-inf.el (inferior-octave-complete):
6844 Remove unused variable `proc'.
6845 (inferior-octave-output-digest): Mark unused parameter.
6846
6847 * progmodes/perl-mode.el (perl-calculate-indent):
6848 Remove unused variable `err'.
6849
6850 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
6851 (prolog-indent-line): Mark unused parameters.
6852 (prolog-indent-line): Remove unused variable `beg'.
6853
6854 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
6855 (reporter-dont-compact-list): Declare.
6856
6857 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
6858 Remove unused variable `char'.
6859 (sh-debug): Mark unused parameter.
6860 (sh-get-indent-info): Remove unused variable `start'.
6861 (sh-calculate-indent): Remove unused variable `var'.
6862
6863 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
6864 (simula-electric-keyword): Remove unused variable `null'.
6865 (simula-search-backward, simula-search-forward): Remove unused
6866 variables `begin' and `end'.
6867
6868 * progmodes/vera-mode.el (vera-guess-basic-syntax):
6869 Remove unused variable `pos'.
6870 (vera-electric-tab, vera-comment-uncomment-region):
6871 Mark unused parameters.
6872 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
6873
7ede3b65
CY
68742011-04-22 Chong Yidong <cyd@stupidchicken.com>
6875
6876 * emacs-lisp/package.el (package--builtins, package-alist)
6877 (package-load-descriptor, package-built-in-p, package-activate)
6878 (define-package, package-installed-p)
6879 (package-compute-transaction, package-buffer-info)
6880 (package--push): Doc fix. Distinguish more clearly between
6881 version strings and version lists.
6882
121656e9
JB
68832011-04-21 Juanma Barranquero <lekktu@gmail.com>
6884
6885 Lexical-binding cleanup.
6886
6887 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
6888 (5x5-make-mutate-best):
6889 * play/fortune.el (fortune-in-buffer):
6890 * play/gomoku.el (gomoku-init-display):
6891 * play/solitaire.el (solitaire, solitaire-do-check):
6892 * play/tetris.el (tetris-default-update-speed-function):
6893 Mark unused parameters.
6894
6895 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
6896 (bubbles--shift): Remove unused variable `char-org'.
6897 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
6898 (bubbles--show-images): Remove unused variable `char'.
6899
6900 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
6901 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
6902 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
6903 (decipher-analyze-buffer): Use ?\s.
6904 (decipher-make-checkpoint): Remove unused variable `mapping'.
6905
6906 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
6907
6908 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
6909 Remove unused variable `result'; use `let'.
6910
6911 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
6912 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
6913 (gametree-children-shown-p, gametree-compute-reduced-score):
6914 Use `ignore-errors'.
6915
6916 * play/handwrite.el (ps-lpr-switches): Declare.
6917 (handwrite): Remove unused variables `pmin' and `lastp'.
6918
6919 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
6920
6921 * play/landmark.el (landmark-init-display)
6922 (landmark-update-naught-weights): Mark unused parameters.
6923 (landmark-y): Remove unused variable `noise'. Simplify.
6924 (landmark-human-plays): Remove unused variable `score'.
6925
6926 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
6927 (mpuz-try-proposal): Remove unused variable `game'.
6928
6929 * play/zone.el (life-patterns): Declare.
6930
80f499c7
JB
69312011-04-20 Juanma Barranquero <lekktu@gmail.com>
6932
6933 * vc/vc.el (ediff-vc-internal): Declare function.
6934
024ff170
SM
69352011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6936
c0a193ea
SM
6937 * shell.el: Use lexical-binding and std completion UI.
6938 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
6939 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
6940 comint-preoutput-filter-functions rather than on
6941 comint-output-filter-functions.
6942 (shell-command-completion, shell--command-completion-data)
6943 (shell-filename-completion, shell-environment-variable-completion)
6944 (shell-c-a-p-replace-by-expanded-directory): New functions.
6945 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
6946 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
6947 (shell-dynamic-complete-environment-variable): Use them.
6948 (shell-dynamic-complete-as-environment-variable)
6949 (shell-dynamic-complete-as-command): Remove.
6950 (shell-match-partial-variable): Match past point.
6951 * comint.el: Clean up use of completion-at-point-functions.
6952 (comint-completion-at-point): New function.
6953 (comint-mode): Use it completion-at-point-functions.
6954 (comint-dynamic-complete): Make it obsolete.
6955 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
6956 (comint-c-a-p-replace-by-expanded-history): New function.
6957 (comint-dynamic-complete-functions)
6958 (comint-replace-by-expanded-history): Use it.
6959 * minibuffer.el (completion-table-with-terminator): Allow dynamic
6960 termination strings. Try harder to avoid second try-completion.
6961 (completion-in-region-mode-map): Disable bindings that don't work yet.
6962
2dbaa080
SM
6963 * comint.el: Use lexical-binding. Require CL.
6964 (comint-dynamic-complete-functions): Use comint-filename-completion.
6965 (comint-completion-addsuffix): Tweak custom type.
6966 (comint-filename-completion, comint--common-suffix)
6967 (comint--common-quoted-suffix, comint--table-subvert)
6968 (comint--complete-file-name-data): New functions.
6969 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
6970 (comint-dynamic-list-filename-completions): Use them.
6971 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 6972
2dbaa080
SM
6973 * minibuffer.el (completion-in-region-mode):
6974 Keep completion-in-region-mode--predicate global.
6975 (completion-in-region--postch):
6976 Assume completion-in-region-mode--predicate is not null.
6977
c79a6f38
SM
6978 * progmodes/flymake.el (flymake-start-syntax-check-process):
6979 Obey `dir'. Simplify.
6980
024ff170
SM
6981 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
6982 we're in VC after all.
6983
1c6c854e
CS
69842011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
6985
6986 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 6987 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
6988 (vc-version-diff): Use vc-diff-build-argument-list-internal.
6989
bed7f140
SM
69902011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6991
332e62ab
SM
6992 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
6993 add sanity check.
6994
bed7f140
SM
6995 * obsolete/erc-hecomplete.el: Make obsolete.
6996 * obsolete/: Standardize obsolescence info in the header.
6997
f195c582
GM
69982011-04-20 Glenn Morris <rgm@gnu.org>
6999
7000 * calendar/solar.el (solar-horizontal-coordinates):
7001 Use the longitude argument rather than `calendar-longitude'.
7002 (solar-date-next-longitude): Remove unused locals.
7003
cb79b8c0
VJL
70042011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7005
7006 * whitespace.el: New version 13.2.1.
7007
70082011-04-20 felix <EmacsWiki> (tiny change)
7009
d8e4b68b 7010 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
7011 switching between major modes on a file.
7012
602ea69d
SM
70132011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7014
7015 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
7016 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
7017 multi-line comments as well.
7018
06b60517
JB
70192011-04-19 Juanma Barranquero <lekktu@gmail.com>
7020
7021 Lexical-binding cleanup.
7022
7023 * arc-mode.el (archive-mode-revert):
7024 * cmuscheme.el (scheme-interactively-start-process):
7025 * custom.el (custom-initialize-delay):
7026 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
7027 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
7028 * emacs-lock.el (emacs-lock-clear-sentinel):
7029 * ezimage.el (defezimage):
7030 * follow.el (follow-avoid-tail-recenter):
7031 * fringe.el (set-fringe-mode-1):
7032 * generic-x.el (bat-generic-mode-compile):
7033 * help-mode.el (help-info-variable, help-do-xref)
7034 (help-mode-revert-buffer):
7035 * help.el (view-emacs-todo):
7036 * iswitchb.el (iswitchb-completion-help):
7037 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
7038 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
7039 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
7040 * locate.el (locate-update):
7041 * longlines.el (longlines-encode-region)
7042 (longlines-after-change-function):
7043 * outline.el (outline-isearch-open-invisible):
7044 * ps-def.el (declare-function, charset-dimension, char-width)
7045 (encode-char):
7046 * ps-mule.el (ps-mule-plot-string):
7047 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
7048 (recentf-edit-list-select, recentf-edit-list-validate)
7049 (recentf-open-files-action):
7050 * rect.el (delete-whitespace-rectangle-line)
7051 (rectangle-number-line-callback):
7052 * register.el (window-configuration-to-register)
7053 (frame-configuration-to-register):
7054 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
7055 * select.el (xselect-convert-to-string, xselect-convert-to-length)
7056 (xselect-convert-to-targets, xselect-convert-to-delete)
7057 (xselect-convert-to-filename, xselect-convert-to-charpos)
7058 (xselect-convert-to-lineno, xselect-convert-to-colno)
7059 (xselect-convert-to-os, xselect-convert-to-host)
7060 (xselect-convert-to-user, xselect-convert-to-class)
7061 (xselect-convert-to-name, xselect-convert-to-integer)
7062 (xselect-convert-to-atom, xselect-convert-to-identity):
7063 * subr.el (declare, ignore, process-kill-without-query)
7064 (text-clone-maintain):
7065 * terminal.el (te-get-char, te-tic-sentinel):
7066 * tool-bar.el (tool-bar-make-keymap):
7067 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
7068 * type-break.el (type-break-mode, type-break-noninteractive-query):
7069 * view.el (View-back-to-mark):
7070 * wid-browse.el (widget-browse-action, widget-browse-widget)
7071 (widget-browse-widgets, widget-browse-sexp):
7072 * widget.el (define-widget-keywords):
7073 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
7074 Mark unused parameters.
7075
7076 * align.el (align-adjust-col-for-rule): Mark unused parameter.
7077 (align-areas): Remove unused variable `look'.
7078 (align-region): Remove unused variables `real-end' and `pos-list'.
7079
7080 * apropos.el (apropos-score-doc): Remove unused variable `i'.
7081
7082 * bindings.el (mode-line-modified, mode-line-remote):
7083 Mark unused parameters.
7084 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
7085
7086 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
7087 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
7088
7089 * comint.el (comint-history-isearch-pop-state)
7090 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
7091 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
7092 (comint-substitute-in-file-name): Doc fix.
7093
7094 * completion.el (cmpl-statistics-block): Mark unused parameter.
7095 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
7096 (save-completions-to-file, load-completions-from-file):
7097 Remove unused local variable `e'.
7098
7099 * composite.el (compose-chars): Remove unused variable `len'.
7100 (lgstring-insert-glyph): Remove unused variable `g'.
7101 (compose-glyph-string): Remove unused variables `ascent',
7102 `descent', `lbearing' and `rbearing'.
7103 (compose-glyph-string-relative): Remove unused variables
7104 `lbearing', `rbearing' and `wadjust'.
7105 (compose-gstring-for-graphic): Remove unused variables `header',
7106 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
7107 (compose-gstring-for-terminal): Remove unused variables `header'
7108 and `nchars'. Use `let', not `let*'.
7109
7110 * cus-edit.el (Custom-set, Custom-save, custom-reset)
7111 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
7112 (Custom-buffer-done, custom-buffer-create-internal)
7113 (custom-browse-visibility-action, custom-browse-group-tag-action)
7114 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
7115 (widget-magic-mouse-down-action, custom-toggle-parent)
7116 (custom-add-parent-links, custom-toggle-hide-variable)
7117 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
7118 (custom-toggle-hide-face, face, hook, custom-group-link-action)
7119 (custom-face-menu-create, custom-variable-menu-create, get)
7120 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
7121 (custom-reset-standard-save-and-update): Remove unused variable `value'.
7122 (customize-apropos): Remove unused variable `tests'.
7123 (custom-group-value-create): Remove unused variable `hidden-p'.
7124 (sort-fold-case): Declare.
7125
7126 * cus-theme.el (custom-reset-standard-faces-list)
7127 (custom-reset-standard-variables-list): Declare.
7128 (customize-create-theme, custom-theme-revert, custom-theme-write)
7129 (custom-theme-choose-mode, customize-themes, custom-theme-save):
7130 Mark unused parameters.
7131
7132 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
7133
7134 * delim-col.el (delimit-columns-max): Move defvar before first use.
7135
7136 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 7137 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
7138
7139 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
7140 (auto-insert): Declare.
7141 (desktop-restore-file-buffer): Rename desktop-* parameters;
7142 mark unused ones.
7143 (desktop-create-buffer): Rename desktop-* parameters and bind them.
7144 (desktop-buffer): Rename desktop-* parameters.
7145
7146 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7147 (dframe-reposition-frame-xemacs, dframe-help-echo)
7148 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
7149 Mark unused parameters.
7150
7151 * dired-aux.el (backup-extract-version-start, overwrite-query)
7152 (overwrite-backup-query, rename-regexp-query)
7153 (rename-non-directory-query): Declare.
7154 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
7155 (dired-add-entry): Remove unused variable `orig-file-name'.
7156 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
7157 Use parameter PRESERVE-TIME instead of accessing dynamic variable
7158 `dired-copy-preserve-time' directly.
7159 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
7160 (dired-insert-subdir-newpos): Rename unused variable `pos'.
7161
7162 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
7163 (dired-virtual-revert, dired-make-relative-symlink):
7164 Mark unused parameters.
7165 (manual-program): Declare.
7166 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
7167 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
7168 wrapped in `with-no-warnings' to avoid replacing one warning by another.
7169
7170 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
7171
7172 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
7173
7174 * echistory.el (electric-history-in-progress, Helper-return-blurb):
7175 Declare.
7176
7177 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
7178
7179 * electric.el (Electric-command-loop): Rename parameter
7180 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
7181
7182 * expand.el (expand-in-literal): Remove unused variable `here'.
7183
7184 * facemenu.el (facemenu-add-new-color):
7185 Remove unused variable `docstring'.
7186
7187 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
7188 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
7189 (face-attr-construct): Mark unused parameter. Doc fix.
7190 (read-color): Remove unused variable `hex-string'.
7191
7192 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
7193 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
7194 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
7195 (display-buffer-other-frame): Remove unused variable `old-window'.
7196 (kill-buffer-hook): Declare.
7197 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
7198 Mark unused parameters.
7199 (after-find-file): Pass 1 to `auto-save-mode', not t.
7200
7201 * files-x.el (auto-insert): Declare.
7202 (modify-file-local-variable-prop-line): Remove unused variable `val'.
7203
7204 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 7205 variable `buf'. Mark unused parameter.
06b60517
JB
7206 (find-lisp-insert-directory): Mark unused parameter.
7207
7208 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
7209 (format-encode-region): Remove unused variables `cur-buf' and `result'.
7210 (format-common-tail): Remove, unused.
7211 (format-deannotate-region): Remove unused variable `loc'.
7212 (format-annotate-region): Remove unused variable `p'.
7213 (format-annotate-single-property-change): Remove unused variables
7214 `default' and `tail'.
7215
7216 * forms.el (read-file-filter): Declare.
7217 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
7218
7219 * frame.el (frame-creation-function-alist): Mark unused parameter.
7220 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
7221
7222 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
7223 Remove unused parameters.
7224 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
7225 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
7226
7227 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
7228 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
7229 (hfy-prepare-tag-map): Mark unused parameters.
7230 (htmlfontify-buffer): Use `called-interactively-p'.
7231
7232 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
7233 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
7234 (ibuffer-do-occur): Mark unused parameters.
7235 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
7236 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
7237
7238 * ibuffer.el: Don't quote `lambda'.
7239 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
7240 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
7241 Mark unused parameters.
7242
7243 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
7244 (ido-completing-read): Mark unused parameters.
7245 (ido-copy-current-word): Mark unused parameters;
7246 remove unused variable `name'.
7247 (ido-sort-merged-list): Remove unused parameter `dirs'.
7248
7249 * ielm.el (ielm-input-sender): Mark unused parameter.
7250 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
7251 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
7252 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
7253 `ielm-string' as a dynamic variable accessible from the IELM prompt.
7254 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
7255
7256 * image-dired.el (image-dired-display-thumbs): Remove unused
7257 variables `curr-file' and `count'.
7258 (image-dired-remove-tag): Remove unused variable `start'.
7259 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
7260 variable `curr-file'
7261 (image-dired-rotate-original): Remove unused variable `temp-file'.
7262 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
7263 Remove unused variable `file'.
7264 (image-dired-gallery-generate): Remove unused variable `curr'.
7265 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
7266
7267 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
7268
7269 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
7270
7271 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
7272
7273 * isearch.el (minibuffer-history-symbol): Declare.
7274 (isearch-edit-string): Remove unused variable `err'.
7275 (isearch-message-prefix, isearch-message-suffix):
7276 Mark unused parameters.
7277
7278 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
7279
7280 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
7281
7282 * makesum.el (double-column): Remove unused variable `cnt'.
7283
7284 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
7285 (ido-ignore-item-temp-list): Declare.
7286
7287 * mouse-drag.el (mouse-drag-throw): Remove unused variables
7288 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
7289 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
7290 (mouse-drag-drag): Remove unused variables `mouse-delta' and
7291 `mouse-col-delta'.
7292
7293 * mouse-sel.el (mouse-extend-internal):
7294 Remove unused variable `orig-window-frame'.
7295
7296 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
7297 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
7298 Move declarations before first use.
7299 (pcomplete-opt): Mark unused parameters; doc fix.
7300
7301 * proced.el (proced-revert): Mark unused parameter.
7302 (proced-send-signal): Remove unused variable `err'.
7303
7304 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
7305 Rename parameter PREFIX-ARG to ARG.
7306 (ps-basic-plot-string, ps-basic-plot-whitespace):
7307 Mark unused parameters.
7308
7309 * replace.el (replace-count): Define.
7310 (occur-revert-function): Mark unused parameters.
7311 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
7312 (isearch-case-fold-search, isearch-string): Declare.
7313 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
7314 bind `case-fold-search'. Remove unused variables `beg' and `end',
7315 and simplify.
7316 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
7317 COUNT and bind `replace-count'.
7318 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
7319 to COUNT.
7320
7321 * savehist.el (print-readably, print-string-length): Declare.
7322
7323 * shadowfile.el (shadow-expand-cluster-in-file-name):
7324 Remove unused variable `cluster'.
7325 (shadow-copy-file): Remove unused variable `i'.
7326 (shadow-noquery, shadow-clusters, shadow-site-cluster)
7327 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
7328 (shadow-define-literal-group, shadow-define-regexp-group)
7329 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
7330
7331 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
7332 (shell): Use `called-interactively-p'.
7333 (shell-directory-tracker): Remove unused variable `chdir-failure'.
7334
7335 * simple.el (compilation-context-lines, comint-file-name-quote-list)
7336 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
7337 (delete-backward-char): Remove unused variable `ocol'.
7338 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
7339 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
7340 (event-apply-hyper-modifier, event-apply-shift-modifier)
7341 (event-apply-control-modifier, event-apply-meta-modifier):
7342 Mark unused parameters.
7343 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
7344 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
7345
7346 * speedbar.el (speedbar-ignored-directory-expressions)
7347 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
7348 (speedbar-find-file, speedbar-dir-follow)
7349 (speedbar-directory-buttons-follow, speedbar-tag-find)
7350 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
7351 (speedbar-buffers-line-directory, speedbar-buffer-click):
7352 Mark unused parameters.
7353 (speedbar-tag-file): Remove unused variable `mode'.
7354 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
7355
7356 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
7357
7358 * talk.el (talk): Remove unused variable `display'.
7359
7360 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
7361 (tar-write-region-annotate): Mark unused parameter.
7362
7363 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
7364 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
7365 Declare them, wrapped in `with-no-warnings' to avoid replacing one
7366 warning by another.
7367
7368 * time-stamp.el (time-stamp-string-preprocess):
7369 Remove unused variable `require-padding'.
7370
7371 * tree-widget.el (widget-glyph-enable): Declare.
7372 (tree-widget-action): Mark unused parameter.
7373
7374 * w32-fns.el (x-get-selection): Mark unused parameter.
7375 (autoload-make-program, generated-autoload-file): Declare.
7376
7377 * wdired.el (wdired-revert): Mark unused parameters.
7378 (wdired-xcase-word): Remove unused variable `err'.
7379
7380 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
7381 (whitespace-help-scroll): Remove unused variable `data-help'.
7382
7383 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
7384 (widget-image-insert, widget-after-change, default)
7385 (widget-default-format-handler, widget-default-notify)
7386 (widget-default-prompt-value, widget-info-link-action)
7387 (widget-url-link-action, widget-function-link-action)
7388 (widget-variable-link-action, widget-file-link-action)
7389 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
7390 (widget-field-prompt-internal, widget-field-action, widget-field-match)
7391 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
7392 (widget-insert-button-action, widget-delete-button-action, visibility)
7393 (widget-documentation-link-action, widget-documentation-string-action)
7394 (widget-const-prompt-value, widget-regexp-match, symbol)
7395 (widget-coding-system-prompt-value)
7396 (widget-key-sequence-value-to-external, sexp)
7397 (widget-sexp-value-to-internal, character, vector, cons)
7398 (widget-choice-prompt-value, widget-boolean-prompt-value)
7399 (widget-color--choose-action): Mark unused parameters.
7400 (widget-item-match-inline, widget-choice-match-inline)
7401 (widget-checklist-match, widget-checklist-match-inline)
7402 (widget-group-match): Rename parameter VALUES to VALS.
7403 (widget-field-value-set): Remove unused variable `size'.
7404 (widget-color-action): Remove unused variables `value' and `start'.
7405
7406 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 7407 variable `dir'. Doc fix.
06b60517
JB
7408 (windmove-find-other-window): Don't pass it.
7409
7410 * window.el (count-windows): Mark unused parameter.
7411 (bw-adjust-window): Remove unused variable `err'.
7412
7413 * woman.el (woman-file-name): Remove unused variable `default'.
7414 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
7415 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
7416 (global-font-lock-mode): Declare.
7417 (woman-decode-region): Mark unused parameter.
7418 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
7419
7420 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
7421 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
7422 (x-dnd-handle-moz-url): Remove unused variable `title'.
7423 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
7424
7425 * xml.el (xml-parse-tag, xml-parse-attlist):
7426 Remove unused variable `pos'.
7427
bc4f7f3d
GM
74282011-04-19 Glenn Morris <rgm@gnu.org>
7429
7430 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
7431 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7432 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7433 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
7434 * calendar/cal-html.el (cal-html-insert-minical):
7435 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
7436 (calendar-mark-date-pattern):
7437 Prefix "unused" locals.
7438
7439 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
7440 optional argument `style'.
7441
7442 * calendar/appt.el (appt-make-list):
7443 * calendar/cal-china.el (calendar-chinese-date-string):
7444 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
7445 (diary-hebrew-yahrzeit):
7446 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
7447 * calendar/calendar.el (calendar-generate-window):
7448 * calendar/time-date.el (time-to-days):
7449 Remove unused local variables.
7450
16a43933
CY
74512011-04-18 Chong Yidong <cyd@stupidchicken.com>
7452
7453 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
7454 glyphless-char-display table.
7455 (tabulated-list-glyphless-char-display): New var.
7456
7eed1860
SS
74572011-04-18 Sam Steingold <sds@gnu.org>
7458
7459 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
7460 to acknowledgments.
7461
4d2d1ccd
GM
74622011-04-17 Glenn Morris <rgm@gnu.org>
7463
7464 * calendar/diary-lib.el (diary-sexp-entry):
7465 * calendar/holidays.el (holiday-sexp):
7466 Set debug-on-error rather than the removed stack-trace-on-error.
7467
239da61d
GM
74682011-04-16 Glenn Morris <rgm@gnu.org>
7469
7470 * progmodes/f90.el: Use lexical-binding.
7471 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
7472
8b05752a
SM
74732011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7474
daca8ba5
SM
7475 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
7476 (mail-mode): Setup mailalias completion here instead.
7477 * mail/mailalias.el: Use lexical-binding.
7478 (pattern, mailalias-done): Declare dynamic.
7479 (mail-completion-at-point-function): New function, from mail-complete.
7480 (mail-complete): Use it.
7481 (mail-completion-expand): New function.
7482 (mail-get-names): Use it.
7483 (mail-directory, mail-directory-process, mail-directory-stream):
7484 Don't use `pattern' for lexically bound arg.
7485
6f542485
SM
7486 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
7487
037e7c3f
SM
7488 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
7489 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
7490 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
7491
8b05752a
SM
7492 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
7493 (byte-save-window-excursion, byte-temp-output-buffer-setup)
7494 (byte-interactive-p): Define them again, for use when inlining
7495 old code.
7496
49093f60
JB
74972011-04-15 Juanma Barranquero <lekktu@gmail.com>
7498
7499 * loadup.el: Use `string-to-number', not `string-to-int'.
7500
b5b8e7de
SM
75012011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7502
7503 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
7504 gud-gdb-complete-command.
7505 (gud-gdb-completions): New function, from gud-gdb-complete-command.
7506 (gud-gdb-completion-at-point): New function.
7507 (gud-gdb-completions): Remove.
7508
f42efeb5
MA
75092011-04-14 Michael Albinus <michael.albinus@gmx.de>
7510
49093f60
JB
7511 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
7512 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
7513 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
7514 whether `executable-find' is bound.
f42efeb5
MA
7515
7516 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
7517
e240cc21
SM
75182011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * minibuffer.el (completion-in-region-mode-predicate)
7521 (completion-in-region-mode--predicate): New vars.
7522 (completion-in-region, completion-in-region--postch)
7523 (completion-in-region-mode): Use them.
7524 (completion--capf-wrapper): Also return the hook function.
7525 (completion-at-point, completion-help-at-point):
7526 Adjust and provide a predicate.
c2bd2ab0
SM
7527
7528 Preserve arg names for advice of subr and lexical functions (bug#8457).
7529 * help-fns.el (help-function-arglist): Consolidate the subr and
7530 new-byte-code cases. Add argument `preserve-names' to extract names
7531 from the docstring when needed.
7532 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
7533 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
7534 (ad-arglist): Use help-function-arglist's new arg.
7535 (ad-definition-type): Use cond.
7536
c183f693
JB
75372011-04-13 Juanma Barranquero <lekktu@gmail.com>
7538
06641a47
JB
7539 * autorevert.el (auto-revert-handler):
7540 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
7541 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
7542 Don't quote lambda.
7543
c183f693
JB
7544 * image-mode.el (image-transform-set-scale):
7545 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
7546
1e3b6001
G
75472011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7548
7549 * net/network-stream.el (network-stream-open-starttls): Only do
7550 opportunistic STARTTLS upgrades if we have built-in gnutls support.
7551 Upgrades via gnutls-cli are too slow to be done opportunistically.
7552
2d6af8dd
JB
75532011-04-12 Juanma Barranquero <lekktu@gmail.com>
7554
7555 * dframe.el (dframe-current-frame): Remove spurious quote.
7556
c0749a51
GM
75572011-04-12 Glenn Morris <rgm@gnu.org>
7558
088d0d61
GM
7559 * calendar/cal-tex.el (cal-tex-end-document):
7560 Try to automatically use latin1 input if needed.
7561
c0749a51
GM
7562 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
7563 Don't try to cons a mark onto an empty element.
7564
5c90fde0
LL
75652011-04-11 Leo Liu <sdl.web@gmail.com>
7566
7567 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
7568 buffers.
7569 (ido-kill-buffer-at-head): Support killing virtual buffers.
7570
369e974d
CY
75712011-04-10 Chong Yidong <cyd@stupidchicken.com>
7572
7573 * minibuffer.el (completion-show-inline-help): New var.
7574 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
7575 (minibuffer-force-complete, minibuffer-complete-word):
7576 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
7577
7578 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
7579 to avoid interference from inline help (Bug#5849).
7580
37f1c930
LL
75812011-04-10 Leo Liu <sdl.web@gmail.com>
7582
099c39a4
JB
7583 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7584 Fix typo.
37f1c930 7585
a32d4040
CY
75862011-04-09 Chong Yidong <cyd@stupidchicken.com>
7587
7588 * image-mode.el (image-toggle-display-image): Signal an error if
7589 not in Image mode.
7590 (image-transform-mode, image-transform-resize)
7591 (image-transform-set-rotation): Doc fix.
daca8ba5 7592 (image-transform-set-resize): Delete.
a32d4040
CY
7593 (image-transform-set-scale, image-transform-fit-to-height)
7594 (image-transform-fit-to-width): Handle image-toggle-display-image
7595 and image-transform-resize directly.
7596
099c39a4 75972011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
7598
7599 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
7600 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
7601 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
7602 (doc-view-mode-map): Add bindings for the new functions.
7603
099c39a4 76042011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 7605
4d61f28d 7606 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
7607 Fix typo in docstring.
7608
3726838a
EZ
76092011-04-08 Eli Zaretskii <eliz@gnu.org>
7610
04f33f1e
EZ
7611 * files.el (file-size-human-readable): Produce one digit after
7612 decimal, like "ls -lh" does.
7613
7614 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
7615 the file size representation.
7616
3726838a
EZ
7617 * simple.el (list-processes): If async subprocesses are not
7618 available, error out with a clear error message.
7619
cbb59342
CY
76202011-04-08 Chong Yidong <cyd@stupidchicken.com>
7621
7622 * help.el (help-form-show): New function, to be called from C.
7623 Put help-form output in a buffer named differently than *Help*.
7624
e3971c44
EZ
76252011-04-08 Eli Zaretskii <eliz@gnu.org>
7626
7627 * files.el (file-size-human-readable): New function.
7628
7629 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
7630 computing the representation inline. Don't require `cl'.
7631
12544bbe
GM
76322011-04-08 Glenn Morris <rgm@gnu.org>
7633
a1de6c6a
GM
7634 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
7635
3c4671f4
GM
7636 * net/browse-url.el (browse-url-firefox):
7637 Test system-type, not system-configuration.
7638
b605679c
GM
7639 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
7640 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
7641 Use log-edit-empty-buffer-p. (Bug#7598)
7642
56442f0c
GM
7643 * net/rlogin.el (rlogin-process-connection-type): Simplify.
7644 (rlogin-mode-map): Initialize in the defvar.
7645 (rlogin): Use ignore-errors.
7646
12544bbe
GM
7647 * replace.el (occur-mode-map): Some fixes for menu items.
7648
eb237b0f
AH
76492011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7650
7651 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
7652
7d668f2c
CY
76532011-04-06 Chong Yidong <cyd@stupidchicken.com>
7654
e67a13ab
CY
7655 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
7656 issuing unused warnings.
7657
7658 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
7659 macro directly.
7660
7d668f2c
CY
7661 * simple.el: Lisp reimplement of list-processes. Based on an
7662 earlier reimplementation by Leo Liu, but using tabulated-list.el.
7663 (process-menu-mode): New major mode.
7664 (list-processes--refresh, list-processes):
7665 (process-menu-visit-buffer): New functions.
7666
7667 * files.el (save-buffers-kill-emacs): Don't assume any return
7668 value of list-processes, which is undocumented anyway.
7669
a83ec3c9
CY
76702011-04-06 Chong Yidong <cyd@stupidchicken.com>
7671
7672 * emacs-lisp/tabulated-list.el: New file.
7673
e91a96fe
CY
7674 * emacs-lisp/package.el: Use Tabulated List mode.
7675 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
7676 (package-menu-mode): Derive from tabulated-list-mode. Set up the
7677 table format using Tabulated List mode variables.
7678 (package--push): New macro, replacing package-list-maybe-add.
7679 (package-menu--generate): Use package--push. Renamed from
7680 package--generate-package-list.
7681 (package-menu-refresh, list-packages): Use it.
daca8ba5 7682 (package-menu--print-info): Rename from package-print-package.
e91a96fe 7683 Return insertion data instead of inserting it directly.
099c39a4
JB
7684 (package-menu-describe-package, package-menu-execute):
7685 Use tabulated-list-get-id.
e91a96fe
CY
7686 (package-menu-mark-delete, package-menu-mark-install)
7687 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
7688 (package-menu-mark-obsolete-for-deletion):
7689 Use tabulated-list-put-tag.
e91a96fe
CY
7690 (package--list-packages, package-menu-revert)
7691 (package-menu-get-package, package-menu-get-version)
7692 (package-menu-sort-by-column): Functions deleted.
7693 (package-menu-package-list, package-menu-sort-key): Vars deleted.
7694 (package-menu--status-predicate, package-menu--version-predicate)
7695 (package-menu--name-predicate)
7696 (package-menu--description-predicate): Handle arguments in the
7697 Tabulated List format.
7698 (package-list-packages-no-fetch): Call list-packages.
7699
3e214b50
JB
77002011-04-06 Juanma Barranquero <lekktu@gmail.com>
7701
7702 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 7703 (after-find-file): Don't bind it.
3e214b50
JB
7704 (revert-buffer-in-progress-p): New variable.
7705 (revert-buffer): Bind it.
7706 Pass nil for `after-find-file-from-revert-buffer'.
7707
7708 * saveplace.el (save-place-find-file-hook): Use new variable
7709 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
7710
3f0f1700
GM
77112011-04-06 Glenn Morris <rgm@gnu.org>
7712
c0274801
GM
7713 * Makefile.in (AUTOGEN_VCS): New variable.
7714 (autoloads): Use $AUTOGEN_VCS.
7715
3f0f1700
GM
7716 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
7717 * calendar/calendar.el (calendar-mode-map):
7718 Check for toolkit scroll bars. (Bug#8305)
7719
41ea9e48
CY
77202011-04-05 Chong Yidong <cyd@stupidchicken.com>
7721
7722 * minibuffer.el (completion-in-region--postch)
7723 (completion-in-region-mode): Remove unnecessary messages.
7724
6194c800
JB
77252011-04-05 Juanma Barranquero <lekktu@gmail.com>
7726
33256f14
JB
7727 * font-lock.el (font-lock-refresh-defaults):
7728 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
7729 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
7730
6194c800
JB
7731 * info.el (Info-directory-list, Info-read-node-name-2)
7732 (Info-split-parameter-string): Doc fixes.
7733 (Info-virtual-nodes): Reflow docstring.
7734 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
7735 (Info-apropos-toc-nodes, info-finder, Info-get-token)
7736 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
7737 Fix typos in docstrings.
7738 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
7739 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
7740 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
7741 (Info-restore-desktop-buffer): Mark unused parameters.
7742 (Info-directory-find-file, Info-directory-find-node)
7743 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
7744 (Info-virtual-index-find-node, Info-apropos-find-file)
7745 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 7746 Mark unused parameters; fix typos in docstrings.
6194c800
JB
7747 (Info-virtual-index): Remove unused local variable `nodename'.
7748
b87a8200 77492011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 7750
b87a8200
DD
7751 * net/rcirc.el: Update my e-mail address.
7752 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 7753
3b2ff876
CY
77542011-04-05 Chong Yidong <cyd@stupidchicken.com>
7755
7756 * startup.el (command-line): Save the cursor's theme-face
7757 directly, instead of using face-override-spec.
7758
7759 * custom.el (load-theme): Minor optimization in assigning faces.
7760
8d17e7ca
JB
77612011-04-04 Juanma Barranquero <lekktu@gmail.com>
7762
7763 * help-fns.el (describe-variable): Complete all variables having
7764 documentation, including keywords.
7765 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
7766
2fbc1934
JB
77672011-04-04 Juanma Barranquero <lekktu@gmail.com>
7768
7769 Convert to lexical-binding.
7770
7771 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
7772 (bs--get-marked-string, bs--get-modified-string)
7773 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
7774 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
7775 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
7776
7777 * ehelp.el (electric-help-execute-extended)
7778 (electric-help-ctrl-x-prefix):
7779 * hexl.el (hexl-revert-buffer-function):
7780 * linum.el (linum-after-change, linum-after-scroll):
7781 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
7782
7783 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
7784
74f50695
DU
77852011-04-04 Daiki Ueno <ueno@unixuser.org>
7786
7787 * epa-dired.el:
7788 * epa-mail.el:
7789 * epa-hook.el:
7790 * epa-file.el:
7791 * epa.el:
7792 * epg.el: Use lexical binding.
7793
c11325f7
CY
77942011-04-03 Chong Yidong <cyd@stupidchicken.com>
7795
0d9e9a12
CY
7796 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
7797
c11325f7 7798 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
7799 dictionary case for flyspell-mark-duplications-exceptions.
7800 Use regexp matching for languages.
c11325f7
CY
7801 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
7802 default dictionary (Bug#7926).
7803
da91b5f2
CY
78042011-04-02 Chong Yidong <cyd@stupidchicken.com>
7805
099c39a4
JB
7806 * emacs-lisp/package.el (package--with-work-buffer):
7807 Recognize https URLs.
da91b5f2 7808
099c39a4
JB
7809 * net/network-stream.el: Move from gnus/proto-stream.el.
7810 Change prefix to network-stream throughout.
da91b5f2
CY
7811 (open-protocol-stream): Merge into open-network-stream, leaving
7812 open-protocol-stream as an alias. Handle nil BUFFER args.
7813
7814 * subr.el (open-network-stream): Move to net/network-stream.el.
7815
afa8e9f6
GM
78162011-04-02 Glenn Morris <rgm@gnu.org>
7817
1d2e369d
GM
7818 * find-dired.el (find-exec-terminator): New option.
7819 (find-ls-option): Test for -ls support.
7820 (find-ls-subdir-switches): Test for -b in find-ls-option.
7821 (find-dired, find-grep-dired): Doc fixes.
7822 (find-dired): Use find-exec-terminator.
7823
8abb7da8 7824 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
7825 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
7826 (find-name-arg): Remove purecopy.
8abb7da8 7827
f3ca7378
GM
7828 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
7829 (grep-compute-defaults): Check for `-exec COMMAND +' support.
7830 Set grep-find-use-xargs, grep-find-command, and grep-find-template
7831 accordingly. Don't add the null-device if not needed.
7832
afa8e9f6
GM
7833 * files.el (save-some-buffers): Doc fix.
7834
35eae264
EZ
78352011-04-02 Eli Zaretskii <eliz@gnu.org>
7836
7837 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
7838
26b51db5
JB
78392011-04-01 Juanma Barranquero <lekktu@gmail.com>
7840
7841 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
7842 Use `dolist' rather than `mapcar'.
7843
7200d79c
SM
78442011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7845
03408648 7846 Add lexical binding.
7200d79c 7847
03408648
SM
7848 * subr.el (apply-partially): Use new closures rather than CL.
7849 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
7850 (dolist, dotimes): Use slightly different expansion for lexical code.
7851 (functionp): Move to C.
7852 (letrec): New macro.
7853 (with-wrapper-hook): Use it and apply-partially instead of CL.
7854 (eval-after-load): Preserve lexical-binding.
7855 (save-window-excursion, with-output-to-temp-buffer): Turn them
7856 into macros.
7200d79c 7857
03408648
SM
7858 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
7859
7860 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
7861 than the arglist.
7862 (help-add-fundoc-usage): Don't add `Not documented'.
7863 (help-function-arglist): Handle closures, subroutines, and new
7864 byte-code-functions.
7865 (help-make-usage): Remove leading underscores.
7866 (describe-function-1): Handle closures.
7867 (describe-variable): Use special-variable-p for completion.
7868
7869 * files.el (lexical-binding): Declare safe.
f488fb65 7870
03408648
SM
7871 * emacs-lisp/pcase.el: Don't use destructuring-bind.
7872 (pcase--memoize): Rename from pcase-memoize. Change weakness.
7873 (pcase): Add `let' pattern.
7874 Change memoization so it actually works.
7875 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
7876 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
7877 <let>: New case.
f488fb65 7878
03408648
SM
7879 * emacs-lisp/macroexp.el: Use lexical binding.
7880 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
7881 Don't convert ' to #' without checking that it's indeed quoting
7882 a lambda.
7883
7884 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 7885 Use eval-sexp-add-defvars.
03408648
SM
7886 (eval-sexp-add-defvars): New fun.
7887
7888 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
7889
7890 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
7891 Don't autoload.
7892 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
7893 than the internal `byte-compile-lambda'.
7894 (defmethod): Don't hide code under quotes.
7895 (eieio-defmethod): New `code' argument.
7896
7897 * emacs-lisp/eieio-comp.el: Remove.
7898
7899 * emacs-lisp/edebug.el (edebug-eval-defun)
7900 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
7901 (edebug-toggle): Avoid `eval'.
7902
7903 * emacs-lisp/disass.el (disassemble-internal): Handle new
7904 `closure' objects.
7905 (disassemble-1): Handle new byte codes.
7906
7907 * emacs-lisp/cl.el (pushnew): Silence warning.
7908
7909 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
7910 (cl-byte-compile-throw): Remove.
7911 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
7912
7913 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
7914 closures.
7915
7916 * emacs-lisp/cconv.el: New file.
7917
7918 * emacs-lisp/bytecomp.el: Use lexical binding instead of
7919 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
7920 (byte-compile-initial-macro-environment):
7921 Handle declare-function here.
7922 (byte-compile--lexical-environment): New var.
7923 (byte-stack-ref, byte-stack-set, byte-discardN)
7924 (byte-discardN-preserve-tos): New lap codes.
7925 (byte-interactive-p): Don't use any more.
7926 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
7927 New macros.
7928 (byte-compile-lapcode): Use them and handle new lap codes.
7929 (byte-compile-obsolete): Remove.
7930 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
7931 (byte-compile-arglist-warn): Check late def of inlinable funs.
7932 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
7933 since they should have been expanded by now.
7934 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
7935 (byte-compile-from-buffer): Remove unused second arg.
7936 (byte-compile-preprocess): New function.
7937 (byte-compile-toplevel-file-form): New function to distinguish
7938 file-form calls from outside from file-form calls from hunk-handlers.
7939 (byte-compile-file-form): Simplify.
7940 (byte-compile-file-form-defsubst): Remove.
7941 (byte-compile-file-form-defmumble): Simplify now that
7942 byte-compile-lambda always returns a byte-code-function.
7943 (byte-compile): Preprocess.
7944 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
7945 Remove, not used any more.
7946 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
7947 (byte-compile-make-args-desc): New funs.
7948 (byte-compile-lambda): Handle lexical functions. Always return
7949 a byte-code-function.
7950 (byte-compile-reserved-constants): New var, to make up room for
7951 closed-over variables.
7952 (byte-compile-constants-vector): Obey it.
7953 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
7954 (byte-compile-macroexpand-declare-function): New function.
7955 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
7956 byte-code-functions.
7957 (byte-compile-form): Check obsolescence here.
7958 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
7959 (byte-compile-variable-ref): Remove.
7960 (byte-compile-dynamic-variable-op): New fun.
7961 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
7962 (byte-compile-variable-set): New funs.
7963 (byte-compile-discard): Add 2 args.
7964 (byte-compile-stack-ref, byte-compile-stack-set)
7965 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
7966 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
7967 macroexpand-all instead.
7968 (byte-compile-quote-form): Remove.
7969 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
7970 (byte-compile-bind, byte-compile-unbind): New funs.
7971 (byte-compile-let): Handle let* and lexical binding.
7972 (byte-compile-let*): Remove.
7973 (byte-compile-catch, byte-compile-unwind-protect)
7974 (byte-compile-track-mouse, byte-compile-condition-case):
7975 Handle a new :fun-body form, used for lexical scoping.
7976 (byte-compile-save-window-excursion)
7977 (byte-compile-with-output-to-temp-buffer): Remove.
7978 (byte-compile-defun): Simplify.
7979 (byte-compile-stack-adjustment): New fun.
7980 (byte-compile-out): Use it.
7981 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
7982
7983 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
7984 handler any more.
7985
7986 * emacs-lisp/byte-opt.el: Use lexical binding.
7987 (byte-inline-lapcode): Remove (to bytecomp).
7988 (byte-compile-inline-expand): Pay attention to inlining to/from
7989 lexically bound code.
7990 (byte-compile-unfold-lambda): Don't handle byte-code-functions
7991 any more.
7992 (byte-optimize-form-code-walker): Don't handle save-window-excursion
7993 any more and don't call compiler-macros.
7994 (byte-compile-splice-in-already-compiled-code): Remove.
7995 (byte-code): Don't inline any more.
7996 (disassemble-offset): Receive `bytes' as argument rather than via
7997 dynamic scoping.
7998 (byte-compile-tag-number): Declare before first use.
7999 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
8000 `return' even if make-spliceable.
8001 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
8002 obsolete interactive-p.
8003 (byte-optimize-lapcode): Optimize new lap-codes.
8004 Don't trip up on new form of `byte-constant' lap code.
8005
8006 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
8007
8008 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
8009
8010 * custom.el (custom-initialize-default, custom-declare-variable):
8011 Use `defvar'.
8012
8013 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
8014 New variables.
8015 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
8016 (COMPILE_FIRST): Add macroexp and cconv.
8017 * makefile.w32-in: Mirror changes in Makefile.in.
8018
8019 * vc/cvs-status.el:
8020 * vc/diff-mode.el:
8021 * vc/log-edit.el:
8022 * vc/log-view.el:
8023 * vc/smerge-mode.el:
8024 * textmodes/bibtex-style.el:
8025 * textmodes/css.el:
8026 * startup.el:
8027 * uniquify.el:
da91b5f2
CY
8028 * minibuffer.el:
8029 * newcomment.el:
8030 * reveal.el:
8031 * server.el:
8032 * mpc.el:
8033 * emacs-lisp/smie.el:
8034 * doc-view.el:
8035 * dired.el:
03408648
SM
8036 * abbrev.el: Use lexical binding.
8037
0f0c1f27
EZ
80382011-04-01 Eli Zaretskii <eliz@gnu.org>
8039
8040 * info.el (info-display-manual): New function.
8041
c82b2579
SM
80422011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8043
8044 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
8045
221ddf68
TH
80462011-03-31 Tassilo Horn <tassilo@member.fsf.org>
8047
8048 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 8049 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 8050
cba6e77e
GM
80512011-03-31 Glenn Morris <rgm@gnu.org>
8052
e040639f
GM
8053 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
8054
cba6e77e
GM
8055 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
8056
6d0f1c9e
CS
80572011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
8058
8059 * progmodes/python.el (python-default-interpreter)
8060 (python-python-command-args, python-jython-command-args)
8061 (python-which-shell, python-which-args, python-which-bufname)
8062 (python-file-queue, python-comint-output-filter-function)
8063 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
8064 variables and functions.
8065
3e2d70fd
SM
80662011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8067
8068 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
8069 (completion-in-region-mode): New minor mode.
8070 (completion-in-region): Use it.
8071 (completion-in-region--data, completion-in-region-mode-map): New vars.
8072 (completion-in-region--postch): New function.
8073 (completion--capf-misbehave-funs, completion--capf-safe-funs):
8074 New vars.
8075 (completion--capf-wrapper): New function.
8076 (completion-at-point): Use it to track well-behavedness of
8077 hook functions.
8078 (completion-help-at-point): New command.
8079
f3e4086c
JM
80802011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
8081
8082 * vc/add-log.el (add-change-log-entry): Don't use whitespace
8083 syntax class to search for whitespace on a single line
8084 (Message-ID: <4D938140.4030905@redhat.com>).
8085
eb7ffc14
LL
80862011-03-30 Leo Liu <sdl.web@gmail.com>
8087
8088 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
8089 New commands.
8090 (edit-abbrevs-map): Bind them here.
8091 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
8092
d806ab68
KM
80932011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
8094
8095 * allout.el (allout-hide-by-annotation, allout-flag-region):
8096 Reduce possibility of overlay leakage by making them volatile.
8097
8098 * allout-widgets.el (allout-widgets-tally): Define as nil so the
8099 hash is not shared between buffers. Mode initialization is
8100 responsible for giving it a useful starting value.
8101 (allout-item-span): Reduce possibility of overlay leakage by
8102 making them volatile.
8103 (allout-widgets-count-buttons-in-region): Add diagnostic function
8104 for tracking down button overlay leaks.
8105
ea622834
LL
81062011-03-29 Leo Liu <sdl.web@gmail.com>
8107
8108 * ido.el (ido-read-internal): Use the default history var
8109 minibuffer-history if no HISTORY is specified.
8110
b62f8267
G
81112011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
8112
03408648
SM
8113 * net/imap.el (imap-shell-open, imap-process-connection-type):
8114 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
8115 Kerberos, SSL, other subprocesses.
8116
947b6566
LL
81172011-03-28 Leo Liu <sdl.web@gmail.com>
8118
8119 * abbrev.el (abbrev-table-empty-p): New function.
8120 (prepare-abbrev-list-buffer): Place empty abbrev tables after
8121 nonempty ones. (Bug#5937)
8122
5ffb62aa
JD
81232011-03-27 Jan Djärv <jan.h.d@swipnet.se>
8124
8125 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
8126
7a097943
LL
81272011-03-27 Leo Liu <sdl.web@gmail.com>
8128
8129 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
8130 for foreground and background colors.
8131 (ansi-color-make-color-map): Adapt.
8132
c5b40130
LL
81332011-03-25 Leo Liu <sdl.web@gmail.com>
8134
1f48f7d2
LL
8135 * midnight.el (midnight-time-float): Remove. Note it calculates
8136 the microsecond component incorrectly and seconds-to-time does the
8137 same job.
625897ec 8138 Remove redundant (require 'timer).
1f48f7d2 8139
c5b40130
LL
8140 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
8141 (ido-completions): Remove unused arguments. (Bug#8329)
8142
d86d2721
SM
81432011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8144
8145 * minibuffer.el (completion--flush-all-sorted-completions):
8146 Remove itself from hook.
8147 (completion-at-point): Let the functions perform the completion
8148 immediately and return nil or t.
8149 * comint.el (comint-dynamic-complete-functions): Now identical to
8150 completion-at-point-functions.
8151 (comint-dynamic-list-input-ring): Remove unused var `index'.
8152 (comint--match-partial-filename, comint--unquote&expand-filename):
8153 New funs, split from comint-match-partial-filename.
8154 (comint-dynamic-complete): Use completion-at-point.
8155 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
8156
e8974c48
DA
81572011-03-24 Drew Adams <drew.adams@oracle.com>
8158
8159 * thingatpt.el: Support `defun'.
8160
def71b5e
LL
81612011-03-23 Leo Liu <sdl.web@gmail.com>
8162
cb5af48e
LL
8163 * abbrevlist.el: Move to obsolete/abbrevlist.el.
8164
def71b5e
LL
8165 * help-mode.el (help-mode-finish): Tweak regexp.
8166
927c53e7
GM
81672011-03-23 Glenn Morris <rgm@gnu.org>
8168
18d05bed
GM
8169 * eshell/esh-opt.el (eshell-eval-using-options):
8170 Do not bind unused local variable `eshell-option-stub'.
8171
927c53e7
GM
8172 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
8173
9d0da923
JB
81742011-03-22 Juanma Barranquero <lekktu@gmail.com>
8175
8176 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
8177 keymap variable in `with-no-warnings' to avoid a warning when the
8178 keymap has been already `defconst'ed.
8179
4b978a67
LL
81802011-03-22 Leo Liu <sdl.web@gmail.com>
8181
8182 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
8183 encode all chars in abbrevs; otherwise use emacs-mule or
8184 utf-8-emacs. (Bug#8308)
8185
5fd62452
JB
81862011-03-22 Juanma Barranquero <lekktu@gmail.com>
8187
0b1596c6
JB
8188 * simple.el (backward-delete-char-untabify):
8189 Avoid warning about using `delete-backward-char'.
8190
5fd62452
JB
8191 * image.el (image-type-file-name-regexps): Make it variable.
8192 `imagemagick-register-types' modifies it, and the user may want
8193 to add new extensions for known image types.
8194 (imagemagick-register-types): Throw error if not using ImageMagick.
8195
0b4e93f1
LL
81962011-03-22 Leo Liu <sdl.web@gmail.com>
8197
8198 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
8199 located before rcirc-prompt-end-marker.
8200 (rcirc-complete): Error if point is not after rcirc prompt.
8201 Handle the case when table is nil.
9882e214 8202 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 8203
fccee4ab
CY
82042011-03-22 Chong Yidong <cyd@stupidchicken.com>
8205
8206 * custom.el (custom--inhibit-theme-enable): Make it affect only
8207 custom-theme-set-variables and custom-theme-set-faces.
8208 (provide-theme): Ignore custom--inhibit-theme-enable.
8209 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
8210 (custom-enabling-themes): Delete variable.
d86d2721
SM
8211 (enable-theme): Accept only loaded themes as arguments.
8212 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
8213 (custom-enabled-themes): Forbid themes from setting this.
8214 Eliminate use of custom-enabling-themes.
8215 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 8216
af896da6
LL
82172011-03-21 Leo Liu <sdl.web@gmail.com>
8218
8219 * ido.el (ido-read-internal): Add ido-selected to history instead
8220 of user input.
8221
78f64af0
SM
82222011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8223
8224 * subr.el (deferred-action-list, deferred-action-function):
8225 Mark obsolete.
8226
b16ac1ec
LL
82272011-03-21 Leo Liu <sdl.web@gmail.com>
8228
810f7698
LL
8229 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
8230 change on 2011-02-13 (bug#8309).
8231
b16ac1ec
LL
8232 * minibuffer.el (read-file-name-function): Change default value.
8233 (read-file-name--defaults): Rename from read-file-name-defaults.
8234 (read-file-name-default): Rename from read-file-name.
8235 (read-file-name): Call read-file-name-function.
8236
4e05e67e
GM
82372011-03-21 Glenn Morris <rgm@gnu.org>
8238
8239 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
8240 Doc fixes.
8241
4359915b
CY
82422011-03-21 Chong Yidong <cyd@stupidchicken.com>
8243
8244 * cus-theme.el: Add missing provide statement.
8245 (customize-create-theme): Extract theme value correctly.
8246 (custom-theme-visit-theme): Autoload.
8247 (customize-create-theme): Prompt before inserting default faces.
8248
1fe275ee
JB
82492011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
8250
8251 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
8252 units and musical notes.
8253
3ec03f7e
LL
82542011-03-20 Leo <sdl.web@gmail.com>
8255
8256 * ido.el (ido-read-internal): Use completing-read-default.
8257 (ido-completing-read): Fix compatibility with completing-read.
8258
7d476bde
CO
82592011-03-20 Christian Ohler <ohler@gnu.org>
8260
8261 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
8262 (ert-delete-all-tests): Use `called-interactively-p' rather than
8263 `interactive-p'.
8264 (ert--make-xrefs-region): Respect END.
8265
fe0fb33e
CY
82662011-03-19 Chong Yidong <cyd@stupidchicken.com>
8267
ff854b0b
CY
8268 * dired-aux.el (dired-create-directory): Signal an error if the
8269 directory already exists (Bug#8246).
8270
fe0fb33e
CY
8271 * facemenu.el (list-colors-display): Call list-faces-display
8272 inside with-help-window.
8273 (list-colors-print): Use display property to align the final
8274 column, instead of checking window-width.
8275
576bce32
EZ
82762011-03-19 Eli Zaretskii <eliz@gnu.org>
8277
4d61f28d 8278 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
8279 windows-nt systems.
8280 (emerge-protect-metachars): Quote correctly for ms-dos and
8281 windows-nt systems.
8282
89c41d68 82832011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
8284
8285 * info.el (info-initialize): Replace all uses of `:' with
8286 path-separator for compatibility with non-Unix systems.
8287 Cache quoting of path-separator. (Bug#8258)
8288
b14e3e21 82892011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
8290
8291 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
8292 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
8293 (mouse-avoidance-mode): Fix typos in docstrings.
8294
4525ce3e
CY
82952011-03-19 Chong Yidong <cyd@stupidchicken.com>
8296
8297 * startup.el (package-subdirectory-regexp): Move from package.el.
8298 Omit \\` and \\', and let callers add them.
8299
8300 * emacs-lisp/package.el (package-strip-version)
8301 (package-load-all-descriptors): Add \\` and \\' to
8302 package-subdirectory-regexp before using it.
8303 (package-untar-buffer): New arg DIR; ensure that file untars only
8304 into this expected directory. Remove superfluous delete-region.
8305 (package-unpack): Caller changed.
8306 (package-tar-file-info): Use package-subdirectory-regexp.
8307
a904a09a 83082011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 8309
a904a09a
SM
8310 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
8311 diff-mode-shared-map (bug#8284).
8312 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
8313
83142011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8315
8316 * calendar/time-date.el (format-seconds): Use assoc instead of
8317 assoc-string, since assoc-string doesn't exist in XEmacs.
8318
171fc304
JB
83192011-03-17 Juanma Barranquero <lekktu@gmail.com>
8320
8321 * custom.el (custom-known-themes): Reflow docstring.
8322 (custom-theme-load-path): Fix typo in docstring.
8323 (load-theme): Fix typo in error message.
8324 (custom-available-themes, custom-variable-theme-value):
8325 Use `let', not `let*'.
8326
d71990a1
JB
83272011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
8328
8329 * calc/README: Mention inclusion of musical notes.
8330
8331 * calc/calc-units.el (calc-lu-quant): Rename from
8332 `calc-logunits-quantity'.
8333 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
8334 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
8335 (calc-db): Rename from `calc-dblevel'.
8336 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
8337 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
8338 (calc-np): Rename from `calc-nplevel'.
8339 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
8340 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
8341 (calc-lu-plus): Rename from `calc-logunits-add'.
8342 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
8343 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
8344 (calc-lu-minus): Rename from `calc-logunits-sub'.
8345 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
8346 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
8347 (calc-lu-times): Rename from `calc-logunits-mul'.
8348 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
8349 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
8350 (calc-lu-divide): Rename from `calc-logunits-div'.
8351 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
8352 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
8353
8354 * calc/calc-ext.el (calc-init-extensions): Update the names of the
8355 functions being autoloaded.
8356
8357 * calc/calc.el (calc-lu-power-reference): Rename from
8358 `calc-logunits-power-reference'.
8359 (calc-lu-field-reference): Rename from
8360 `calc-logunits-field-reference'.
8361
8362 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
8363
40c2934b
SM
83642011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8365
8366 * minibuffer.el (completion-all-sorted-completions):
8367 Use :completion-cycle-penalty text property if present.
8368
b0911414
KM
83692011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
8370
8371 * allout.el (allout-yank-processing): Adjust for new rebulleting
8372 regime so bullet being yanked is used without prompting the user
8373 for a choice.
8374
8a05b668
JB
83752011-03-16 Juanma Barranquero <lekktu@gmail.com>
8376
8377 * startup.el (command-line): Warn the user that _emacs is deprecated.
8378
5ba5fb81
JB
83792011-03-16 Juanma Barranquero <lekktu@gmail.com>
8380
8381 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
8382 (delphi-verbose, delphi-comment-face, delphi-string-face)
8383 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
8384 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
8385 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
8386 (delphi-new-comment-line, delphi-font-lock-defaults)
8387 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
8388 Fix typos in docstrings.
8389
2dab465b
KM
83902011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
8391
5ba5fb81 8392 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
8393 Invert the roles of character and string values for INSTEAD, so a
8394 string is used for the more common case of a defaulting prompt.
8395
0adf5618
SM
83962011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8397
8398 * progmodes/ruby-mode.el (ruby-backward-sexp):
8399 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
8400 * play/gamegrid.el (gamegrid-make-face):
8401 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
8402 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
8403 * notifications.el (notifications-notify):
8404 * net/xesam.el (xesam-search-engines):
8405 * net/quickurl.el (quickurl-list-insert):
8406 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
8407
d72700e5
CY
84082011-03-15 Chong Yidong <cyd@stupidchicken.com>
8409
8410 * startup.el (command-line): Update package subdirectory regexp.
8411
49c5410a
SM
84122011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8413
c6eee9aa
SM
8414 * allout.el (allout-abbreviate-flattened-numbering)
8415 (allout-mode-deactivate-hook): Fix up obsolescence "date".
8416
49c5410a
SM
8417 * subr.el (read-char-choice): Only show the cursor after the prompt,
8418 not after the answer.
8419
047b2bb9
KR
84202011-03-15 Kevin Ryde <user42@zip.com.au>
8421
8422 * help-fns.el (variable-at-point): Skip leading quotes, if any
8423 (bug#8253).
8424
0a57d256
SM
84252011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8426
8427 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
8428 warning message.
8429
77c992bc
MA
84302011-03-14 Michael Albinus <michael.albinus@gmx.de>
8431
8432 * shell.el (shell): When called interactively, offer to change the
8433 shell file name on remote hosts.
8434
eebc475d
TZ
84352011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8436
8437 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
8438 integration for LDAP parameters. The host, base, user or binddn,
8439 and secret tokens can be specified in a netrc file, for instance.
8440 This is optional because an `auth-source' parameter must be
8441 specified in the search attributes.
8442
9d05d1ba
JB
84432011-03-13 Juanma Barranquero <lekktu@gmail.com>
8444
8445 * help.el (describe-mode): Link to the mode's definition (bug#8185).
8446
09d9db2c
GM
84472011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8448
8449 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
8450 into declaration. Remove redundant and harmful binding.
8451
84522011-03-12 Eli Zaretskii <eliz@gnu.org>
8453
8454 * files.el (file-ownership-preserved-p): Pass `integer' as an
8455 explicit 2nd argument to `file-attributes'. If the file's owner
8456 is the Administrators group on Windows, and the current user is
8457 Administrator, consider that a match.
8458
8459 * server.el (server-ensure-safe-dir): Consider server directory
8460 safe on MS-Windows if its owner is the Administrators group while
8461 the current Emacs user is Administrator. Use `=' to compare
8462 numerical UIDs, since they could be integers or floats.
8463
219bd536
JB
84642011-03-12 Juanma Barranquero <lekktu@gmail.com>
8465
8466 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
8467
f3afd36b
MA
84682011-03-12 Michael Albinus <michael.albinus@gmx.de>
8469
8470 Sync with Tramp 2.2.1.
8471
8472 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
8473
8474 * net/trampver.el: Update release number.
8475
3aaaa6f1
SM
84762011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8477
94642599
SM
8478 * progmodes/compile.el (compilation--previous-directory): Fix up
8479 various nil/dead-marker mismatches (bug#8014).
8480 (compilation-directory-properties, compilation-error-properties):
8481 Don't call it at a position past the one we're about to change.
8482
3aaaa6f1
SM
8483 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
8484 Disable obsolescence warnings in the file that declares it.
8485
14239447
KM
84862011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
8487
099c39a4
JB
8488 * allout-widgets.el (allout-widgets-tally):
8489 Initialize allout-widgets-tally as a hash table rather than nil to
8490 prevent mode-line redisplay warnings. Also, clarify the module
8491 description and fix a comment typo.
14239447 8492
135e287c
JB
84932011-03-11 Juanma Barranquero <lekktu@gmail.com>
8494
8495 * help-fns.el (describe-variable): Don't complete keywords.
8496 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
8497
ffbf300e
CY
84982011-03-10 Chong Yidong <cyd@stupidchicken.com>
8499
ba08b241
CY
8500 * emacs-lisp/package.el (package-version-join): Impose a standard
8501 string representation for pre/alpha/beta version lists.
8502 (package-unpack-single): Standardize the directory name by passing
8503 it through package-version-join.
8504 (package-strip-rcs-id): Accept any version string that does not
8505 signal an error in version-to-list.
ffbf300e 8506
f346fd6b
MA
85072011-03-10 Michael Albinus <michael.albinus@gmx.de>
8508
8509 * simple.el (delete-trailing-whitespace): Return nil for the
8510 benefit of `write-file-functions'.
8511
ccb55d27
GM
85122011-03-10 Glenn Morris <rgm@gnu.org>
8513
5ceaac0c
GM
8514 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
8515
02da65ff
GM
8516 * vc/vc-git.el (vc-git-program): New option.
8517 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
8518 (vc-git--call): Use it.
8519
b2f603cc
GM
8520 * eshell/esh-util.el (eshell-condition-case): Doc fix.
8521
5772caab
GM
8522 * cus-edit.el (Custom-newline): If no button at point, look
8523 for a subgroup button at start-of-line. (Bug#2298)
8524
ccb55d27
GM
8525 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
8526
ec6ecaed
JD
85272011-03-10 Julien Danjou <julien@danjou.info>
8528
8529 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
8530 `cursor-type' is nil.
8531
9d5aa01d
JB
85322011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
8533
8534 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
8535
b6a5875b
KM
85362011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
8537
8538 * allout.el Summary: Change so yank of distinctive-bullet items
8539 preserves the existing header prefix, rebulleting it if necessary,
8540 rather than replacing it. This is necessary for proper operation
8541 of cooperative addons like allout-widgets.
219bd536 8542 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
8543 SOLICIT arg to INSTEAD, and interpret additionally a string value
8544 as alternate bullet to be used, instead of prompting the user for
8545 a bullet character.
8546
ee545c35
MA
85472011-03-09 Michael Albinus <michael.albinus@gmx.de>
8548
d86d2721
SM
8549 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8550 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
8551 `tramp-default-port'.
8552
c47971d7
DD
85532011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8554
8555 * net/rcirc.el (rcirc-handler-001): Remove useless
8556 with-rcirc-process-buffer.
8557 (rcirc-check-auth-status): Swap arguments to string-match.
8558
13522cb4
GM
85592011-03-09 Glenn Morris <rgm@gnu.org>
8560
0be6f4f1
GM
8561 * shell.el (shell-mode):
8562 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
8563
13522cb4
GM
8564 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
8565 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
8566
515de2e3
CY
85672011-03-08 Chong Yidong <cyd@stupidchicken.com>
8568
8569 * emacs-lisp/package.el (package-refresh-contents)
8570 (package-menu-execute): Use condition-case-no-debug.
8571
b511b994
MA
85722011-03-08 Michael Albinus <michael.albinus@gmx.de>
8573
8574 * simple.el (shell-command-to-string): Use `process-file'.
8575
8576 * emacs-lisp/package.el (package-tar-file-info): Handle also
8577 remote files.
8578
d86d2721
SM
8579 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8580 Use `equal' for upload base check.
b511b994 8581
25bbfb31
AM
85822011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
8583
8584 * textmodes/texinfo.el (texinfo-environments):
8585 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
8586
be996521
GM
85872011-03-08 Glenn Morris <rgm@gnu.org>
8588
e9c8529f
GM
8589 * cus-start.el (cursor-in-non-selected-windows):
8590 Fix :set quoting oddness. (Bug#8192)
8591
be996521
GM
8592 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
8593 in some setf expressions. (Bug#2159)
8594
2bb5649e
CY
85952011-03-08 Chong Yidong <cyd@stupidchicken.com>
8596
8597 * custom.el (custom-available-themes): Return themes in
8598 alphabetical order.
8599
33383987 8600See ChangeLog.15 for earlier changes.
e3d51b27
MR
8601
8602;; Local Variables:
8603;; coding: utf-8
e3d51b27
MR
8604;; End:
8605
33383987 8606 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
8607
8608 This file is part of GNU Emacs.
8609
8610 GNU Emacs is free software: you can redistribute it and/or modify
8611 it under the terms of the GNU General Public License as published by
8612 the Free Software Foundation, either version 3 of the License, or
8613 (at your option) any later version.
8614
8615 GNU Emacs is distributed in the hope that it will be useful,
8616 but WITHOUT ANY WARRANTY; without even the implied warranty of
8617 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8618 GNU General Public License for more details.
8619
8620 You should have received a copy of the GNU General Public License
8621 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.