Auto-commit of loaddefs files.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b6f67890
MR
12011-11-16 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (split-window, window-state-get-1)
4 (window-state-put-1, window-state-put-2): Rename occurrences of
5 window-nest to window-combination-limit.
6 * cus-start.el (window-nest): Rename to
7 window-combination-limit.
8
ce7ddba0
CY
92011-11-16 Chong Yidong <cyd@gnu.org>
10
11 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
12 regexp (Bug#10033).
13
3ae704f4
SM
142011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
17 `completing-read' will remove *Completions* and will preserve
18 current-buffer for us.
19 (tmm-add-prompt): Users of *Completions* will always (re)set its
20 major mode.
21 (tmm-old-comp-map): Remove.
22
6ad1cdde
GM
232011-11-16 Glenn Morris <rgm@gnu.org>
24
25 * mail/rmailedit.el: Require rmailmm when compiling.
26 (rmail-old-mime-state): New declaration.
27 (rmail-edit-current-message): If editing a mime message,
28 edit the "raw" message from the mbox buffer.
29 (rmail-cease-edit): Handle mime messages. (Bug#9840)
30
d20faa20
GM
312011-11-15 Glenn Morris <rgm@gnu.org>
32
33 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
34 which wasn't being used. Add optional arg to force given state.
35 (rmail-mime): Add optional arg to force given state.
36
c7015153
JB
372011-11-15 Juanma Barranquero <lekktu@gmail.com>
38
39 * allout.el (allout-encryption-plaintext-sanitization-regexps):
40 * frame.el (display-mm-dimensions-alist):
41 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
42 (outline-move-subtree-down):
43 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
44 (newsticker--treeview-do-get-node):
45 * net/quickurl.el (quickurl-list-buffer-name):
46 * progmodes/dcl-mode.el (dcl-mode):
47 * progmodes/gdb-mi.el (gdb-mapcar*):
48 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
49
45261b50
GM
502011-11-15 Glenn Morris <rgm@gnu.org>
51
52 * mail/rmail.el (rmail-file-coding-system): It's only ever used
53 in a boolean sense, so just make it a boolean, and fix the doc.
54 (rmail-show-mime-function, rmail-mime-feature)
55 (rmail-require-mime-maybe): Doc fixes.
56 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
57
58 * mail/rmailmm.el (rmail-show-mime): Doc fix.
59
0d26e0b6
JB
602011-11-15 Juanma Barranquero <lekktu@gmail.com>
61
62 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
63 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
64 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
65 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
66
447f30f6
GM
672011-11-15 Glenn Morris <rgm@gnu.org>
68
672b871d
GM
69 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
70 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
71 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
72 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
73 (rmail-mime, rmail-show-mime): Doc fixes.
74
f6aa5bb1
GM
75 * term/ns-win.el (mode-line-frame-identification):
76 Leave it alone. (Bug#10051)
77
947cd66b
GM
78 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
79
447f30f6
GM
80 * mail/rmailout.el (rmail-output-to-rmail-buffer):
81 Handle empty buffers. (Bug#9978)
82
0b381c7e
JB
832011-11-14 Juanma Barranquero <lekktu@gmail.com>
84
85 * international/mule.el (define-charset):
86 * mail/rmailmm.el (rmail-mime-find-header-encoding):
87 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
88 * progmodes/verilog-mode.el (verilog-backward-token):
89 * textmodes/ispell.el (lookup-words):
90 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
91
71e027ac
GM
922011-11-14 Glenn Morris <rgm@gnu.org>
93
56632ce4
GM
94 * progmodes/executable.el
95 (executable-make-buffer-file-executable-if-script-p):
96 Handle file-modes returning nil.
97
40500957
GM
98 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
99 message - not necessary, and causes problems. (Bug#9831)
100
071c2340
GM
101 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
102
d3cfca60
GM
103 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
104
71e027ac
GM
105 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
106 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
107 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
108
89d61221
MR
1092011-11-12 Martin Rudalics <rudalics@gmx.at>
110
111 * window.el (window-resize, delete-window): Use window-splits
112 variable instead of function.
113 (window-state-get-1, window-state-put-2, window-state-put):
114 Don't deal with windows' splits status.
115
98282f6f
GM
1162011-11-12 Glenn Morris <rgm@gnu.org>
117
118 * apropos.el (apropos-do-all, apropos-library, apropos-value)
119 (apropos-documentation): Doc fixes.
120
40a8bdf6
JB
1212011-11-11 Juanma Barranquero <lekktu@gmail.com>
122
123 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
124 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
125
65bd19ff
SM
1262011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
127
128 * electric.el (electric-indent-post-self-insert-function): Make it
129 possible for a char to only indent in some circumstances.
130 (electric-indent-mode): Simplify.
131
54f9154c
MR
1322011-11-11 Martin Rudalics <rudalics@gmx.at>
133
134 * window.el (windows-with-parameter): Remove unused function.
135 (windows-at-side): Rename to window-at-side-list.
136 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
137 (window-side-check, window-size-ignore, window-size-fixed-1)
138 (window-in-direction-2): Prefix with "window--".
139 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 140
68cbc58b
GM
1412011-11-11 Glenn Morris <rgm@gnu.org>
142
143 * subr.el (eval-after-load): If FILE is already loaded,
144 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
145
b2621720
GM
1462011-11-10 Glenn Morris <rgm@gnu.org>
147
9a4de110
GM
148 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
149 Call svn via vc-svn-command rather than vc-do-command.
150 (vc-svn-command): Add --non-interactive. (Bug#9993)
151 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
152
b2621720
GM
153 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
154 Add toggle-read-only. (Bug#7292)
155 * files.el (toggle-read-only): Mention that it should only
156 be used interactively. (Bug#10006)
157
1dce7193
SM
1582011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
159
d9ac1a1e
SM
160 * progmodes/compile.el (compilation-error-regexp-alist-alist):
161 Adjust regexp for OCaml warnings.
162
0c325082
SM
163 * electric.el (electric-pair-post-self-insert-function): Let user
164 turn it off buffer-locally (bug#9932).
165
90132c14
SM
166 * progmodes/python.el (python-beginning-of-statement):
167 Rewrite (bug#2703).
168
1dce7193
SM
169 * progmodes/compile.el: Better handle TABs (bug#9749).
170 (compilation-internal-error-properties)
171 (compilation-next-error-function): Obey the target buffer's
172 compilation-error-screen-columns.
173
c4e7c63a
JB
1742011-11-09 Juanma Barranquero <lekktu@gmail.com>
175
176 * progmodes/meta-mode.el: Remove obsolete comments.
177 (meta-right-comment-regexp, meta-ignore-comment-regexp):
178 Fix typos in docstrings.
179
2cffd681
MR
1802011-11-09 Martin Rudalics <rudalics@gmx.at>
181
182 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 183 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
184 (window--resizable): New function. Make all callers of
185 window-resizable call window--resizable instead.
186 (window-resizable): Rewrite in terms of window--resizable.
187
0edcba87
GM
1882011-11-08 Glenn Morris <rgm@gnu.org>
189
190 * progmodes/delphi.el (delphi-mode-syntax-table):
191 Let define-derived-mode define a proper syntax table. (Bug#9994)
192
4b0d61e3
SM
1932011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * window.el: Stay away from defsubst.
196 (window-list-no-nils): Remove.
197 (window-state-get-1, window-state-get): Use backquote instead.
198
fcbcac2e 1992011-11-08 thierry <thierry.volpiatto@gmail.com>
200
4b0d61e3 201 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 202 Fix incorrect use of default argument in `completing-read'.
203
e1c2c6f2
MR
2042011-11-08 Martin Rudalics <rudalics@gmx.at>
205
206 * window.el (display-buffer-function, special-display-function):
207 Mention display-buffer-record-window but do not mention
208 help-setup parameter in doc-strings.
b3f4a882 209 (window-min-delta): Fix doc-string typo.
e1c2c6f2 210
105216ed
CY
2112011-11-08 Chong Yidong <cyd@gnu.org>
212
213 * window.el (window-total-height, window-total-width): Doc fix.
214 (window-body-size): Move from C.
215 (window-body-height, window-body-width): Move to C.
216
0a9f9ab5
SM
2172011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
218
219 * window.el: Make special-display like display-buffer-alist (bug#9532).
220 (display-buffer--special-action): New function, morphed
221 from display-buffer--special.
222 (display-buffer): Use it to handle special-display-buffers at higher
223 priority (just after display-buffer-alist).
224 (display-buffer-fallback-action, display-buffer--other-frame-action)
225 (pop-to-buffer-same-window): Remove display-buffer--special.
226
a769dd15
GM
2272011-11-07 Glenn Morris <rgm@gnu.org>
228
229 * calendar/cal-menu.el (cal-menu-set-date-title):
230 Do nothing if not in a calendar. (Bug#9976)
231
05a61ee3
SM
2322011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
233
234 * files.el (find-file): Always use selected-window.
235
be7f5545
MR
2362011-11-07 Martin Rudalics <rudalics@gmx.at>
237
238 * window.el (window-combinations): Make WINDOW argument
239 mandatory. Rewrite doc-string.
240 (walk-window-subtree, window-atom-check, window-min-delta)
241 (window-max-delta, window--resize-this-window)
242 (window--resize-root-window-vertically, window-tree)
243 (balance-windows, window-state-put): Rewrite doc-strings as to
244 not mention the term "subwindow".
245 (window--resize-subwindows-skip-p): Rename to
246 window--resize-child-windows-skip-p.
247 (window--resize-subwindows-normal): Rename to
248 window--resize-child-windows-normal.
249 (window--resize-subwindows): Rename to
250 window--resize-child-windows.
251 (window-or-subwindow-p): Rename to window--in-subtree-p.
252
3c6702ef
ML
2532011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
254
255 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
256 Ensure that mbox format messages end in two newlines (Bug#9974).
257
49745b39
CY
2582011-11-06 Chong Yidong <cyd@gnu.org>
259
260 * window.el (window-combination-p): Function deleted; its
261 side-effect is not used in any existing code.
262 (window-combinations, window-combined-p): Call window-*-child
263 directly.
264
24300f5f
CY
2652011-11-05 Chong Yidong <cyd@gnu.org>
266
267 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
268 (window-size-ignore, window-state-get): Callers changed.
269 (window-normalize-window): Rename from window-normalize-any-window.
270 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 271 (window-normalize-live-window): Delete.
447f16b8
CY
272 (window-combination-p, window-combined-p, window-combinations)
273 (walk-window-subtree, window-atom-root, window-min-size)
274 (window-sizable, window-sizable-p, window-size-fixed-p)
275 (window-min-delta, window-max-delta, window-resizable)
276 (window-resizable-p, window-full-height-p, window-full-width-p)
277 (window-current-scroll-bars, window-point-1, set-window-point-1)
278 (window-at-side-p, window-in-direction, window-resize)
279 (adjust-window-trailing-edge, maximize-window, minimize-window)
280 (window-deletable-p, delete-window, delete-other-windows)
281 (record-window-buffer, unrecord-window-buffer)
282 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
283 (quit-window, split-window, window-state-put)
284 (set-window-text-height, fit-window-to-buffer)
285 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 286
89bd5ee1
EZ
2872011-11-04 Eli Zaretskii <eliz@gnu.org>
288
53479029
EZ
289 * mail/rmail.el (rmail-simplified-subject): Decode subject with
290 rfc2047-decode-string.
291 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
292 warnings.
293
89bd5ee1
EZ
294 * window.el (window-body-height, window-body-width): Mention in
295 the doc string that the return values are in frame's canonical
296 units. (Bug#9949)
297
bd17fdee
AM
2982011-11-03 Alan Mackenzie <acm@muc.de>
299
300 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
301 change in cc-engine.el.
302
acc825c5
SM
3032011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * window.el (switch-to-buffer): Use `force-same-window' interactively.
306
1885e5b8
MR
3072011-11-02 Martin Rudalics <rudalics@gmx.at>
308
309 * window.el (quit-window): Call unrecord-window-buffer after
310 showing another buffer in the window. (Bug#9937)
acc825c5 311 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 312
ebe06da9
JB
3132011-11-02 Juanma Barranquero <lekktu@gmail.com>
314
315 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
316 Accept status with more than 9 shelves. (Bug#9935)
317 Reported by Colin D Bennett <colin@gibibit.com>.
318
4ee88440
MR
3192011-11-01 Martin Rudalics <rudalics@gmx.at>
320
321 * help.el (with-help-window): Don't reference
322 temp-buffer-show-specifiers in doc-string.
323
08e1d82c
AS
3242011-10-31 Andreas Schwab <schwab@linux-m68k.org>
325
326 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
327 menu-item.
328
84bd6e9e
VJL
3292011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
330
331 * whitespace.el: New version 13.2.2.
332 (whitespace-newline-mode): Disable properly. Reported by Sarah
333 <EmacsWiki>.
334
dba0634a
UJ
3352011-10-30 Ulf Jasper <ulf.jasper@web.de>
336
337 * net/newst-treeview.el: Remove "Time-stamp".
338 (newsticker--group-manage-orphan-feeds): Do not call
339 newsticker--treeview-tree-update.
db22a3c2
JB
340 (newsticker-treeview-update, newsticker-treeview):
341 Call newsticker--treeview-tree-update if necessary.
dba0634a 342
3d8daefe
MR
3432011-10-30 Martin Rudalics <rudalics@gmx.at>
344
345 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
346 (window-iso-combinations): Remove "iso-" infix.
347 Suggested by Chong Yidong.
3d8daefe
MR
348 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
349 (window-max-delta-1, window-resize, window--resize-siblings)
350 (window--resize-this-window, adjust-window-trailing-edge)
351 (split-window, balance-windows-1)
352 (shrink-window-if-larger-than-buffer):
353 * calendar/calendar.el (calendar-generate-window):
db22a3c2 354 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 355
1bc4c3ae
SM
3562011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
357
358 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
359 in place (bug#9907).
360 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
361 (eshell-rewrite-if-command, eshell-rewrite-for-command)
362 (eshell-structure-basic-command, eshell-rewrite-while-command)
363 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
364 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
365 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
366 (eshell-do-pipelines-synchronously, eshell-eval-command):
367 Use backquotes and prefer setq to set.
368 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
369 (eshell-macrop): Use functionp.
c1e2f5fa 370 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 371
30b65d9c
CY
3722011-10-30 Chong Yidong <cyd@gnu.org>
373
374 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
375 instead of set-mark (Bug#9810).
376
2d197ffb
CY
3772011-10-30 Chong Yidong <cyd@gnu.org>
378
379 * window.el (split-window-below, split-window-right): Rename from
380 split-window-above-each-other and split-window-side-by-side
381 respectively. All callers changed.
382 (split-window-sensibly, split-window-sensibly): Use them.
383 (split-window-keep-point): Doc fix.
384
385 * isearch.el: Add isearch-scroll property to split-window-below
386 and split-window-right.
387
388 * follow.el (follow-mode):
389 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
390 * progmodes/ada-xref.el (ada-gdb-application):
391 * emulation/vip.el (vip-buffer-in-two-windows):
392 * image-dired.el (image-dired-dired-with-window-configuration):
393 * dired-x.el (dired-do-find-marked-files):
394 * dired.el (dired-pop-to-buffer):
395 * bs.el (bs--show-with-configuration):
396 * vc/emerge.el (emerge-setup-windows):
397 * textmodes/two-column.el (2C-two-columns):
398 * textmodes/reftex-toc.el (reftex-toc):
399 * progmodes/gdb-mi.el (gdb-setup-windows):
400 * progmodes/fortran.el (fortran-window-create):
401 * net/newst-treeview.el (newsticker--treeview-window-init):
402 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
403 * emulation/tpu-edt.el (tpu-gold-map):
404 * emulation/crisp.el (crisp-mode-map):
405 * calendar/calendar.el (calendar-basic-setup): Callers changed.
406
38bb2ca8
CY
4072011-10-29 Chong Yidong <cyd@gnu.org>
408
aa4de341
CY
409 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
410
e1eb5385
CY
411 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
412
5d2ece3c
CY
413 * textmodes/flyspell.el (flyspell-word): Fix char offset for
414 forged Ispell output (Bug#7904).
415
38bb2ca8
CY
416 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
417
d0af9f77
SM
4182011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * doc-view.el: Avoid ugly errors about not finding nil.
421 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
422 (doc-view-dvipdf-program, doc-view-unoconv-program)
423 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
424 Avoid nil or absolute file name as default value.
425 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
426
52bedd34
AM
4272011-10-28 Alan Mackenzie <acm@muc.de>
428
db22a3c2 429 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 430
7e43cfa5
AM
4312011-10-28 Alan Mackenzie <acm@muc.de>
432
433 Amend the handling of c-beginning/end-of-defun in nested declaration
434 scopes.
435
52bedd34
AM
436 * progmodes/cc-vars.el (c-defun-tactic): Move here from
437 cc-langs.el. Change it to a defcustom.
7e43cfa5 438
52bedd34
AM
439 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
440 cc-vars.el.
7e43cfa5 441
d0af9f77
SM
442 * progmodes/cc-engine.el (c-beginning-of-statement-1):
443 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 444
52bedd34 445 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 446 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
447 (c-widen-to-enclosing-decl-scope): New function.
448 (c-while-widening-to-decl-block): New macro.
449 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
450 outward for defun boundaries, and correspondingly change symbol
451 `respect-enclosure' to `go-outward'.
452 (c-declaration-limits): Change algorithm to report only the "innermost"
453 defun's boundaries.
454
1a2ce9ee
DD
4552011-10-28 Deniz Dogan <deniz@dogan.se>
456
457 * net/rcirc.el (rcirc-mode): Use hard newlines.
458
bc97a826
AM
4592011-10-28 Alan Mackenzie <acm@muc.de>
460
461 Amend to indent and fontify macros "which include their own semicolon"
462 correctly, using the "virtual semicolon" mechanism.
463
52bedd34 464 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 465
d0af9f77 466 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
acc825c5 467 Recode to scan one line at at time rather than having \n and \r
52bedd34 468 explicitly in c-stmt-delim-chars
bc97a826
AM
469 (for some modes, e.g. AWK).
470 (c-forward-label): Amend for virtual semicolons.
471 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions
472
52bedd34
AM
473 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
474 of the new C macros.
bc97a826 475
52bedd34 476 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
477 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
478 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
479 (c-opt-cpp-macro-define): Make into a full language variable.
480 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
481 AWK Mode (including \n, \r) removed, no longer needed.
482
d0af9f77
SM
483 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
484 Invoke c-make-macro-with-semi-re.
bc97a826 485
52bedd34
AM
486 * progmodes/cc-vars.el (c-macro-with-semi-re):
487 (c-macro-names-with-semicolon): New variables.
bc97a826
AM
488 (c-make-macro-with-semi-re): New function
489
7a6c0941
SM
4902011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
491
492 * vc/log-edit.el: Fill empty field rather than adding new one.
493 (log-edit-add-field): New function.
494 (log-edit-insert-changelog): Use it.
495
b0c4cdcf
ML
4962011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
497
498 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
499
ee1f1da9
SM
5002011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
503 (gdb--check-interpreter): New function.
504 (gdb): Use it.
505
51bc5f8b
GM
5062011-10-27 Glenn Morris <rgm@gnu.org>
507
416a2c45
GM
508 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
509 (least-positive-float, least-negative-float)
510 (least-positive-normalized-float, least-negative-normalized-float)
511 (float-epsilon, float-negative-epsilon):
512 Remove unnecessary declarations.
513
514 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
515 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
516 (least-positive-float, least-negative-float)
517 (least-positive-normalized-float, least-negative-normalized-float)
518 (float-epsilon, float-negative-epsilon): Add doc-strings,
519 based on those in cl.texi.
520
51bc5f8b
GM
521 * files.el (set-visited-file-name): If the major-mode changed,
522 reload the local variables. (Bug#9796)
523
15de15c6
CY
5242011-10-27 Chong Yidong <cyd@gnu.org>
525
526 * subr.el (change-major-mode-after-body-hook): New hook.
527 (run-mode-hooks): Run it.
528
ee1f1da9
SM
529 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
530 Use change-major-mode-before-body-hook.
15de15c6
CY
531
532 * simple.el (fundamental-mode):
533 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
534 change introducing fundamental-mode-hook.
535
5430d399
JB
5362011-10-26 Juanma Barranquero <lekktu@gmail.com>
537
acc825c5 538 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 539
ad74a69e
MA
5402011-10-26 Michael Albinus <michael.albinus@gmx.de>
541
542 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 543 tramp.el explicitly. (Bug#7583)
ad74a69e 544
71d4c2a5
SM
5452011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * progmodes/octave-mod.el:
548 * progmodes/octave-inf.el: Update maintainer.
549
b1f6fa26
CY
5502011-10-26 Chong Yidong <cyd@gnu.org>
551
552 * subr.el (with-wrapper-hook): Rewrite doc.
553
3f04efd6
MA
5542011-10-25 Michael Albinus <michael.albinus@gmx.de>
555
556 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 557 filenames "/method:foo:". (Bug#9793)
3f04efd6 558
410488d3
SM
5592011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
562 (bug#9865).
563
c1ebb47e
GM
5642011-10-24 Glenn Morris <rgm@gnu.org>
565
566 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
567
7f5c46c7
MA
5682011-10-24 Michael Albinus <michael.albinus@gmx.de>
569
570 * notifications.el: Add the requirement of a running D-Bus session
571 bus to the Commentary.
572
db2440b6
JL
5732011-10-24 Juri Linkov <juri@jurta.org>
574
575 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
576 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
577 (Bug#9364)
578
feecf435
JL
5792011-10-24 Juri Linkov <juri@jurta.org>
580
581 * info.el (Info-following-node-name-re): Add newline to the list
582 of allowed characters for leading space. (Bug#9824)
583
a3839de2
SM
5842011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
585
acc825c5
SM
586 * progmodes/octave-inf.el (inferior-octave-mode-map):
587 Fix C-c C-h binding.
a3839de2
SM
588 * progmodes/octave-mod.el (octave-help): Remove.
589
09388e76
MA
5902011-10-23 Michael Albinus <michael.albinus@gmx.de>
591
592 Sync with Tramp 2.2.3.
593
594 * net/tramp-cache.el (top): Pacify byte-compiler using
595 `init-file-user' and `site-run-file'.
596
597 * net/trampver.el: Update release number.
598
86c60681
CY
5992011-10-23 Chong Yidong <cyd@gnu.org>
600
601 * files.el (toggle-read-only): Remove obsolete comment about
602 version control.
603
604 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
605 for toggle-read-only. Note that this hasn't called vc-next-action
606 since 2008-05-02, though it wasn't documented at the time.
607
a3839de2
SM
608 * vc/ediff-init.el (ediff-toggle-read-only-function):
609 Use toggle-read-only.
86c60681 610
cd5495ff
AM
6112011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
612
613 Fix bug #9560, sporadic wrong indentation; improve instrumentation
614 of c-parse-state.
615
00b77525 616 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 617 correct faulty logical expression.
cd5495ff
AM
618 (c-parse-state-state, c-record-parse-state-state):
619 (c-replay-parse-state-state): New defvar/defuns.
620 (c-debug-parse-state): Use new functions.
621
42ee24ed
MR
6222011-10-22 Martin Rudalics <rudalics@gmx.at>
623
624 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 625 last fix. Use window-in-direction correctly.
42ee24ed 626
a7dee7e7
CY
6272011-10-21 Chong Yidong <cyd@gnu.org>
628
629 * progmodes/idlwave.el (idlwave-mode):
630 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
631 require-final-newline; that's done in prog-mode.
632 Suggested by Stefan Monnier.
a7dee7e7 633
e07b9a6d
MR
6342011-10-21 Martin Rudalics <rudalics@gmx.at>
635
636 * mouse.el (mouse-drag-window-above)
637 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
638 (mouse-drag-mode-line-1, mouse-drag-header-line)
639 (mouse-drag-vertical-line-rightward-window): Remove.
640 (mouse-drag-line): New function.
641 (mouse-drag-mode-line, mouse-drag-header-line)
642 (mouse-drag-vertical-line): Call mouse-drag-line.
643 * window.el (window-at-side-p, windows-at-side): New functions.
644
7e1361d9
UM
6452011-10-21 Ulrich Mueller <ulm@gentoo.org>
646
647 * tar-mode.el (tar-grind-file-mode):
648 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
649
30fcaf3a
CY
6502011-10-21 Chong Yidong <cyd@gnu.org>
651
652 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
653 * progmodes/vera-mode.el (vera-mode):
654 Use mode-require-final-newline.
30fcaf3a 655
516eddb0
GM
6562011-10-20 Glenn Morris <rgm@gnu.org>
657
db22a3c2 658 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 659
10d5f513
CS
6602011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
661
662 * emulation/cua-base.el (cua-set-mark): Fix case of string.
663
ac6c8639
CY
6642011-10-20 Chong Yidong <cyd@gnu.org>
665
666 * emulation/cua-base.el (cua-mode):
667 * mail/footnote.el (footnote-mode):
668 * mail/mailabbrev.el (mail-abbrevs-mode):
669 * net/xesam.el (xesam-minor-mode):
670 * progmodes/bug-reference.el (bug-reference-mode):
671 * progmodes/cap-words.el (capitalized-words-mode):
672 * progmodes/compile.el (compilation-minor-mode)
673 (compilation-shell-minor-mode):
674 * progmodes/gud.el (gud-tooltip-mode):
675 * progmodes/hideif.el (hide-ifdef-mode):
676 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
677 * progmodes/subword.el (subword-mode):
678 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
679 * progmodes/which-func.el (which-function-mode):
680 * term/tvi970.el (tvi970-set-keypad-mode):
681 * term/vt100.el (vt100-wide-mode):
682 * textmodes/flyspell.el (flyspell-mode):
683 * textmodes/ispell.el (ispell-minor-mode):
684 * textmodes/nroff-mode.el (nroff-electric-mode):
685 * textmodes/paragraphs.el (use-hard-newlines):
686 * textmodes/refill.el (refill-mode):
687 * textmodes/reftex.el (reftex-mode):
688 * textmodes/rst.el (rst-minor-mode):
689 * textmodes/sgml-mode.el (html-autoview-mode)
690 (sgml-electric-tag-pair-mode):
691 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
692 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
693 * emulation/crisp.el (crisp-mode):
694 * emacs-lisp/eldoc.el (eldoc-mode):
695 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
696 minor mode behavior.
697
aa42ab43
JL
6982011-10-19 Juri Linkov <juri@jurta.org>
699
700 * descr-text.el (describe-char): Add #x2010 and #x2011 to
701 the list of hard-coded chars with escape-glyph face.
702
89400f1d
SM
7032011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
706
305c07f6
MA
7072011-10-19 Michael Albinus <michael.albinus@gmx.de>
708
709 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
710 running process.
711
13754b54
GM
7122011-10-19 Glenn Morris <rgm@gnu.org>
713
714 * vc/vc-bzr.el (vc-bzr-after-dir-status):
715 Ignore ignored files. (Bug#9726)
716
06e21633
CY
7172011-10-19 Chong Yidong <cyd@gnu.org>
718
719 Doc fix for minor modes, stating that an omitted argument enables
720 the mode unconditionally when called from Lisp.
721
722 * abbrev.el (abbrev-mode):
723 * allout.el (allout-mode):
724 * autoinsert.el (auto-insert-mode):
725 * autoarg.el (autoarg-mode, autoarg-kp-mode):
726 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
727 (global-auto-revert-mode):
728 * battery.el (display-battery-mode):
729 * composite.el (global-auto-composition-mode)
730 (auto-composition-mode):
731 * delsel.el (delete-selection-mode):
732 * desktop.el (desktop-save-mode):
733 * dired-x.el (dired-omit-mode):
734 * dirtrack.el (dirtrack-mode):
735 * doc-view.el (doc-view-minor-mode):
736 * double.el (double-mode):
737 * electric.el (electric-indent-mode, electric-pair-mode):
738 * emacs-lock.el (emacs-lock-mode):
739 * epa-hook.el (auto-encryption-mode):
740 * follow.el (follow-mode):
741 * font-core.el (font-lock-mode):
742 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
743 * help.el (temp-buffer-resize-mode):
744 * hilit-chg.el (highlight-changes-mode)
745 (highlight-changes-visible-mode):
746 * hi-lock.el (hi-lock-mode):
747 * hl-line.el (hl-line-mode, global-hl-line-mode):
748 * icomplete.el (icomplete-mode):
749 * ido.el (ido-everywhere):
750 * image-file.el (auto-image-file-mode):
751 * image-mode.el (image-minor-mode):
752 * iswitchb.el (iswitchb-mode):
753 * jka-cmpr-hook.el (auto-compression-mode):
754 * linum.el (linum-mode):
755 * longlines.el (longlines-mode):
756 * master.el (master-mode):
757 * mb-depth.el (minibuffer-depth-indicate-mode):
758 * menu-bar.el (menu-bar-mode):
759 * minibuf-eldef.el (minibuffer-electric-default-mode):
760 * mouse-sel.el (mouse-sel-mode):
761 * msb.el (msb-mode):
762 * mwheel.el (mouse-wheel-mode):
763 * outline.el (outline-minor-mode):
764 * paren.el (show-paren-mode):
765 * recentf.el (recentf-mode):
766 * reveal.el (reveal-mode, global-reveal-mode):
767 * rfn-eshadow.el (file-name-shadow-mode):
768 * ruler-mode.el (ruler-mode):
769 * savehist.el (savehist-mode):
770 * scroll-all.el (scroll-all-mode):
771 * scroll-bar.el (scroll-bar-mode):
772 * server.el (server-mode):
773 * shell.el (shell-dirtrack-mode):
774 * simple.el (auto-fill-mode, transient-mark-mode)
775 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
776 (line-number-mode, column-number-mode, size-indication-mode)
777 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
778 * strokes.el (strokes-mode):
779 * time.el (display-time-mode):
780 * t-mouse.el (gpm-mouse-mode):
781 * tool-bar.el (tool-bar-mode):
782 * tooltip.el (tooltip-mode):
783 * type-break.el (type-break-mode-line-message-mode)
784 (type-break-query-mode):
785 * view.el (view-mode):
786 * whitespace.el (whitespace-mode, whitespace-newline-mode)
787 (global-whitespace-mode, global-whitespace-newline-mode):
788 * xt-mouse.el (xterm-mouse-mode): Doc fix.
789
a3839de2
SM
790 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
791 Fix autogenerated docstring.
06e21633 792
5214e501
JL
7932011-10-19 Juri Linkov <juri@jurta.org>
794
795 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
796 by checking environment variables "DESKTOP_SESSION" and
797 "XDG_CURRENT_DESKTOP". (Bug#9779)
798
195f8db9
JL
7992011-10-19 Juri Linkov <juri@jurta.org>
800
801 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
802 (browse-url-chromium-program, browse-url-chromium-arguments):
803 New defcustoms.
804 (browse-url-default-browser): Check for `browse-url-chromium' and
805 call `browse-url-chromium-program'.
806 (browse-url-chromium): New command. (Bug#9779)
807
343a34ff
JB
8082011-10-18 Juanma Barranquero <lekktu@gmail.com>
809
810 * facemenu.el (list-colors-duplicates): On Windows, detect more
811 duplicates by assuming that only colors matching "^System" are
812 special "system colors". (Bug#9722)
813
6978a151
SM
8142011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
817 to distinguish the author from the committer.
818
6a80b297
MA
8192011-10-18 Michael Albinus <michael.albinus@gmx.de>
820
821 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
822
b31a5677
JK
8232011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
824
825 * international/mule.el (sgml-html-meta-auto-coding-function):
826 Add support for detecting encoding in HTML5 specified only as
827 <meta charset="UTF-8">. Implementation just makes http-equiv and
828 content-type parts from HTML4 encoding string optional. (Bug#9716)
829
80c6d77f
GM
8302011-10-18 Glenn Morris <rgm@gnu.org>
831
832 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
833
08b0fee8
CY
8342011-10-18 Chong Yidong <cyd@gnu.org>
835
836 * faces.el (cursor): Doc fix.
837
67e729a5
CY
8382011-10-17 Chong Yidong <cyd@gnu.org>
839
840 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
841
343a34ff 8422011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
843
844 * dirtrack.el (dirtrack): Support shell buffers with path
845 prefixes, e.g. tramp-based remote shells. (Bug#9647)
846
0bc06380
TZ
8472011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
848
849 * json.el: Bump version to 1.3 and note change in History.
850 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
851
8b79f3e0
SM
8522011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
853
5a7c536b
SM
854 * comint.el (comint-insert-input, comint-send-input)
855 (comint-get-old-input-default, comint-backward-matching-input)
856 (comint-next-prompt): Use nil instead of `input' for field property of
857 past user input (bug#114).
858
96a8a0df
SM
859 * minibuffer.el (completion--replace): Inherit surrounding properties
860 (bug#114).
861 (minibuffer-complete-and-exit): Use it.
862
8b79f3e0
SM
863 * comint.el (comint--table-subvert): Quote the all-completions output
864 (bug#9160).
865
b8f7ff0d
MR
8662011-10-17 Martin Rudalics <rudalics@gmx.at>
867
8b79f3e0 868 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 869
b8f7ff0d 870 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 871 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
872 entries and separate them from frame entries.
873
c235b555
GM
8742011-10-15 Glenn Morris <rgm@gnu.org>
875
876 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
877 Doc fixes.
878
6bbfa6e1
CY
8792011-10-15 Chong Yidong <cyd@stupidchicken.com>
880
8b79f3e0
SM
881 * net/network-stream.el (network-stream-open-starttls):
882 Improve detection of failure due to lack of TLS support.
ec5c990d 883
6bbfa6e1
CY
884 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
885 putting the input text in front and in bold.
886
98488977
SM
8872011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
888
3d1337be
SM
889 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
890
ee0b45e4
SM
891 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
892 empty buffer.
893
98488977
SM
894 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
895 unread-command-events rather than pushing yet-another event.
896
186f4720
EZ
8972011-10-14 Eli Zaretskii <eliz@gnu.org>
898
899 * mail/sendmail.el (sendmail-query-once): Improve the wording of
900 the explanation of the possible choices. Make the options passed
901 to completing-read shorter.
902
8b7a997c
AM
9032011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
904
905 * textmodes/flyspell.el (flyspell-large-region): Make sure
906 extended character mode is used if defined (Bug#1339).
907
12587bbb
EZ
9082011-10-13 Eli Zaretskii <eliz@gnu.org>
909
910 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
911 character info for LRE, LRO, RLE, and RLO characters by appending
912 an invisible PDF.
12587bbb 913
bad41229
SM
9142011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
917 even in case of error; add debug spec; simplify data flow.
918 (with-timeout-handler): Remove.
919
28dbc92f
MA
9202011-10-12 Michael Albinus <michael.albinus@gmx.de>
921
922 Fix Bug#6019, Bug#9315.
923
924 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
925 complete `buffer-file-name', the local file name part could look
926 remotely (for example on VMS).
927
928 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
929 `tramp-run-real-handler'.
930 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
931 already quoted by '"'.
932
933 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
934 Let `file-name-handler-alist' be nil, the local file name part
935 could look remotely (for example on VMS).
936
e1b0b23a
SM
9372011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
940 from here...
941 (flyspell-post-command-hook): ...to here.
942
a120bde9
SM
9432011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
944
945 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
946 if not needed.
947 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
948 using completion. Protect against "slow" callers.
949 Remove the "message hack".
950
7ce7717b
JL
9512011-10-11 Juri Linkov <juri@jurta.org>
952
953 * isearch.el (isearch-lazy-highlight-word): New variable.
954 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
955 Use it. (Bug#9727)
956
c02ee9d6
GM
9572011-10-11 Glenn Morris <rgm@gnu.org>
958
959 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
960 like f90-previous-statement does.
961
93e616fd 9622011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
963
1f190e73 964 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
965 only in interactive use, to avoid error.
966
af7b6078
SM
9672011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
968
969 * minibuffer.el (completion-file-name-table): Fix last change,
970 i.e. ignore normal errors but not the other ones.
971
0563dae9
MR
9722011-10-10 Martin Rudalics <rudalics@gmx.at>
973
974 * window.el (special-display-buffer-names)
975 (special-display-regexps): Remove some remnants of earlier
976 changes from doc-strings.
366ca7f3
MR
977 (quit-windows-on): New function.
978
979 * vc/vc.el (vc-revert, vc-rollback):
980 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
981 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 982 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 983
49677495
MR
9842011-10-09 Martin Rudalics <rudalics@gmx.at>
985
986 * window.el (frame-auto-hide-function): Add version tag.
987 (Bug#9699)
988
56f2d1e1
MA
9892011-10-09 Michael Albinus <michael.albinus@gmx.de>
990
991 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
992 condition.
993
112a6592
LL
9942011-10-09 Leo Liu <sdl.web@gmail.com>
995
996 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
997 (Bug#9701)
998
0812589b
GM
9992011-10-08 Glenn Morris <rgm@gnu.org>
1000
1001 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
1002 before the first code statement zero indent. (Bug#9690)
1003
b2b0776e
CY
10042011-10-08 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * simple.el (count-words-region): Always count in the region.
1007 Report the number of lines and characters too.
1008 (count-words): New command, which counts in the buffer if the
1009 region is inactive, as count-words-region used to.
1010 (count-words--message): New function. Handle plurals.
1011 (count-lines-region): Make it an alias for count-words-region.
1012
1013 * bindings.el (esc-map): Replace count-lines-region with
1014 count-words-region.
1015
c557cd6b
MR
10162011-10-08 Martin Rudalics <rudalics@gmx.at>
1017
1018 * window.el (window--delete): Delete dedicated frame
1019 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 1020 (switch-to-buffer): Fix doc-string typo.
c557cd6b 1021
61a57ef4 10222011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1023
1024 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
1025
c3833279
CY
10262011-10-07 Chong Yidong <cyd@stupidchicken.com>
1027
1028 * bindings.el ([M-left],[M-right]): Bind to left-word and
1029 right-word respectively.
1030
21ce8245
GM
10312011-10-07 Glenn Morris <rgm@gnu.org>
1032
1033 * cus-start.el (debug-on-quit): Fix custom type.
1034
6d823bb2
LMI
10352011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1036
0181e193
LMI
1037 * subr.el (define-key-after): Clarify that the function is not
1038 useful for non-menu keymaps.
1039
6d823bb2
LMI
1040 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
1041
8e3459ce 10422011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1043
21ce8245 1044 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 1045 in current minibuffer (Fix bug with recursive minibuffers).
1046
a1c2d21e
CY
10472011-10-06 Chong Yidong <cyd@stupidchicken.com>
1048
1049 * progmodes/gdb-mi.el (gdb): Doc fix.
1050
5a4cf282
MR
10512011-10-05 Martin Rudalics <rudalics@gmx.at>
1052
1053 * window.el (frame-auto-hide-function): New option replacing
1054 frame-auto-delete. Suggested by Stefan Monnier.
1055 (window--delete): Call frame-auto-hide-function instead of
1056 investigating frame-auto-delete.
c96111ea
MR
1057 (window-point-1, set-window-point-1): New functions.
1058 (window-in-direction, record-window-buffer, window-state-get-1)
1059 (display-buffer-record-window): Use window-point-1 instead of
1060 window-point.
1061 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 1062
9854542e
SM
10632011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1064
1065 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
1066
8943cfb0
GM
10672011-10-05 Glenn Morris <rgm@gnu.org>
1068
1069 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
1070 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
1071
647ab967
LL
10722011-10-05 Leo Liu <sdl.web@gmail.com>
1073
1074 * subr.el (read-char-choice): Fix argument to buffer-live-p which
1075 works with buffer object.
1076
3ddfbced
SM
10772011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1078
1079 * mpc.el (mpc-tool-bar-map): Add labels.
1080
bdfa5dd2
GM
10812011-10-04 Glenn Morris <rgm@gnu.org>
1082
1083 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1084
0e2070b5
MR
10852011-10-04 Martin Rudalics <rudalics@gmx.at>
1086
1087 * window.el (window--delete): New function.
1088 (frame-auto-delete): Resuscitate option.
1089 (bury-buffer, replace-buffer-in-windows)
1090 (quit-window): Rewrite using window--delete.
1091 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1092 Pass display-buffer-mark-dedicated to window--display-buffer-2
1093 (Bug#9639).
1094
3dc61a09
SM
10952011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1096
915a9b64
SM
1097 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
1098 returns a list (bug#9554). Add remote file name completion.
1099 * comint.el (comint--table-subvert): Curry and get quote&unquote
1100 functions as arguments.
1101 (comint--complete-file-name-data): Adjust call accordingly.
1102 * pcomplete.el (pcomplete--table-subvert): Remove.
1103 (pcomplete-completions-at-point): Use comint--table-subvert instead.
1104
3dc61a09
SM
1105 * minibuffer.el (completion-table-case-fold): Use currying.
1106 (completion--styles-type, completion--cycling-threshold-type):
1107 New constants.
1108 (completion-styles, completion-category-overrides)
1109 (completion-cycle-threshold): Use them.
1110 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
1111 completion-table-case-fold.
1112
8ea0a993
SB
11132011-10-03 Stephen Berman <stephen.berman@gmx.net>
1114
1115 * minibuffer.el (completion-category-overrides): Fix type of styles
1116 and add more user friendly tags (bug#9660).
1117
8c24b7f6
SM
11182011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
1121 (mule-input-method-string): New widget.
1122 (default-input-method, language-info-custom-alist): Use it.
1123
428fe61a
SM
11242011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1125
32c1fffd
SM
1126 * pcomplete.el: Require comint.
1127 (pcomplete--common-suffix): Remove.
1128 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
1129 (pcomplete--table-subvert): Sync with comint--table-subvert.
1130 (pcomplete--entries): Use comint-completion-file-name-table.
1131 * comint.el (comint-unquote-filename): Simplify.
1132 (comint-completion-file-name-table): New function (bug#9616).
1133 (comint--complete-file-name-data): Use it.
1134
428fe61a
SM
1135 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
1136 (pcmpl-gnu-tar-buffer): Remove.
1137 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
1138 around. Make sure pcomplete-suffix-list is only changed temporarily.
1139 Don't look inside the tar's file if it's too large.
428fe61a 1140
04c52e2f
CY
11412011-10-01 Chong Yidong <cyd@stupidchicken.com>
1142
ce3cefcc
CY
1143 * cus-edit.el (custom-mode-map):
1144 * epa.el (epa-key-list-mode-map):
1145 * man.el (Man-mode-map):
1146 * startup.el (splash-screen-keymap):
1147 * simple.el (special-mode-map): Use scroll-up-command and
1148 scroll-down-command.
1149
1150 * progmodes/idlw-help.el (idlwave-help-mode-map):
1151 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
1152 * net/newst-plainview.el (newsticker-mode-map):
1153 * emulation/ws-mode.el (wordstar-mode-map):
1154 * emulation/vi.el (vi-com-map):
1155 * calc/calc-graph.el (calc-graph-show-dumb):
1156 * term/sun.el (terminal-init-sun):
1157 * term/ns-win.el (global-map):
1158 * progmodes/grep.el (grep-mode-map):
1159 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
1160 * mail/rmail.el (rmail-mode-map):
1161 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
1162
04c52e2f
CY
1163 * custom.el (custom-safe-themes, load-theme): Treat value of t for
1164 custom-safe-themes as special.
1165
79adf8c8
JD
11662011-10-01 Julien Danjou <julien@danjou.info>
1167
1168 * notifications.el (notifications-notify): Fix docstring.
1169
63bd50d3
PS
11702011-10-01 Per Starbäck <per@starback.se>
1171
1172 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
1173
199e4c7e
MR
11742011-09-30 Martin Rudalics <rudalics@gmx.at>
1175
1176 * startup.el (command-line-1): Fix last fix by inserting
1177 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 1178 (Bug#9605) and (Bug#9636)
199e4c7e 1179
fe5f08dd
EZ
11802011-09-29 Eli Zaretskii <eliz@gnu.org>
1181
1182 * simple.el (line-move): If auto-hscroll-mode is disabled and the
1183 window is hscrolled, move by logical lines. (Bug#9607)
1184 (line-move-visual): Update the doc string to the above effect.
1185
b5516bbd
MR
11862011-09-29 Martin Rudalics <rudalics@gmx.at>
1187
ccee00c0
MR
1188 * window.el (display-buffer-record-window): When WINDOW is the
1189 selected window use `point' instead of `window-point'. (Bug#9626)
1190
b5516bbd
MR
1191 * startup.el (command-line-1): Use insert-before-markers when
1192 inserting initial-scratch-message. (Bug#9605)
ccee00c0 1193
b5516bbd
MR
1194 * help.el (help-window): Remove variable.
1195
52aa0014
GM
11962011-09-29 Glenn Morris <rgm@gnu.org>
1197
1198 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
1199
df9a7357
JB
12002011-09-29 Juanma Barranquero <lekktu@gmail.com>
1201
1202 * descr-text.el (describe-char-categories): Accept category
1203 descriptions more than one line long.
1204
a8406c20
SM
12052011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1206
88d9610c
SM
1207 * simple.el (delete-trailing-whitespace): Fix last change.
1208
a5daf810
SM
1209 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1210 Don't confuse "y => 3" as the beginning of a `y' operation.
1211
a8406c20
SM
1212 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
1213 object has more than 4 slots (bug#9613).
1214
a239d4e9
JB
12152011-09-28 Juanma Barranquero <lekktu@gmail.com>
1216
1217 * subr.el (with-output-to-temp-buffer):
1218 * net/quickurl.el (quickurl, quickurl-browse-url):
1219 Fix typos in docstrings.
1220
693fbdb6
EZ
12212011-09-27 Eli Zaretskii <eliz@gnu.org>
1222
1223 * minibuffer.el (completion-styles)
1224 (completion-category-overrides): Cross reference each other in doc
1225 strings.
1226
8b457e28
GM
12272011-09-27 Glenn Morris <rgm@gnu.org>
1228
1229 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
1230 to split-string. (Bug#9606)
1231
85a16208
LMI
12322011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1233
1234 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
1235 (bug#9615).
1236
502f9ebd
CY
12372011-09-27 Chong Yidong <cyd@stupidchicken.com>
1238
1239 * emacs-lisp/package.el (list-packages): Fix echo area message.
1240
7690bdea
LL
12412011-09-27 Leo Liu <sdl.web@gmail.com>
1242
1243 * ido.el (ido-read-internal): Accept cons cell HIST arg.
1244
e2ee6f30
MA
12452011-09-25 Michael Albinus <michael.albinus@gmx.de>
1246
1247 * net/dbus.el (dbus-unregister-object): Don't release services for
1248 registered signals. (Bug#9581)
1249
f3f98342
TZ
12502011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1251
1252 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
1253 function that picks between cfengine 2 and 3 support
1254 automatically. Update docs accordingly.
1255
dd7aa8dd
KH
12562011-09-22 Kenichi Handa <handa@m17n.org>
1257
1258 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
1259 ZERO.
1260 (indian-itrans-v5-table-for-tamil): New variable.
1261 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
1262
3f2b07f8
KM
12632011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
1264
1265 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
1266 that's true if the current command involved collapsing of text.
1267 It's reset to false at the beginning of the next command.
1268 (allout-post-command-business): Move the cursor to the beginning
1269 of entry if the cursor is hidden and collapsing activity just
1270 happened.
1271
371d6a61
CY
12722011-09-24 Chong Yidong <cyd@stupidchicken.com>
1273
1274 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
1275 tracking (Bug#9541).
1276
2ac2721a
UJ
12772011-09-24 Ulf Jasper <ulf.jasper@web.de>
1278
1279 * net/newst-reader.el (newsticker-html-renderer)
1280 (newsticker-show-news): Automatically
343a34ff
JB
1281 load html rendering package if newsticker-html-renderer is set.
1282 Fixes "Warning: defvar ignored because w3m-fill-column is
2ac2721a
UJ
1283 let-bound" and the error "Symbol's value as variable is void:
1284 w3m-fill-column".
1285
fac7ae53
MA
12862011-09-24 Michael Albinus <michael.albinus@gmx.de>
1287
1288 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
1289 Release services only if they are defined. (Bug#9581)
1290
e08b633b
RS
12912011-09-23 Richard Stallman <rms@gnu.org>
1292
e488d29c
RS
1293 * textmodes/paragraphs.el (forward-sentence): For backwards case,
1294 distinguish start of paragraph from start of its text.
1295
19c38752
RS
1296 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
1297
e08b633b
RS
1298 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
1299 (rmail-generate-viewer-buffer): Put that hook on view buffer.
1300 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
1301
0a39f27e
AS
13022011-09-23 Andreas Schwab <schwab@linux-m68k.org>
1303
1304 * international/mule-diag.el (mule-diag): Insert a newline after
1305 each fontset description.
1306
db4e950d
SM
13072011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * simple.el (delete-trailing-whitespace):
1310 Document last change; simplify.
1311
eca3f3ea
PW
13122011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
1313
d68e189a
PW
1314 * simple.el (delete-trailing-whitespace): Also delete
1315 extra newlines at the end of the buffer.
1316
eca3f3ea
PW
1317 * textmodes/picture.el: Make motion commands obey shift-select-mode.
1318 (picture-newline): Use forward-line so as to ignore fields.
1319
01c157cc
SM
13202011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1321
1322 * subr.el (with-wrapper-hook): Fix edebug spec.
1323
022de23e
LMI
13242011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1325
1326 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
1327 (bug#4538).
1328
91683089
MA
13292011-09-23 Michael Albinus <michael.albinus@gmx.de>
1330
eca3f3ea
PW
1331 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1332 Fix nasty bug using wrong cached values.
91683089 1333
5bdd6fa4
AM
13342011-09-23 Alan Mackenzie <acm@muc.de>
1335
1336 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
1337
97adfb97
CY
13382011-09-23 Chong Yidong <cyd@stupidchicken.com>
1339
1340 * window.el (pop-to-buffer): Ensure right window is selected if we
1341 chose another frame.
1342
d4ef2b50
EZ
13432011-09-22 Eli Zaretskii <eliz@gnu.org>
1344
1345 * simple.el (what-cursor-position): Use get-char-property-change
1346 and next-single-char-property-change, to be able to show display
1347 properties that come from overlays as well as text properties.
1348
72258fe5
CY
13492011-09-22 Chong Yidong <cyd@stupidchicken.com>
1350
1351 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
1352
1353 * cmuscheme.el (run-scheme, switch-to-scheme):
1354 * cus-edit.el (customize-group, custom-buffer-create)
1355 (customize-browse):
1356 * info.el (info):
1357 * shell.el (shell):
1358 * mail/sendmail.el (mail):
1359 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
1360
8f098516
RS
13612011-09-22 Richard Stallman <rms@gnu.org>
1362
1363 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
1364 move back only to line beg, don't move back over blank lines.
1365
e74f1bb6
MA
13662011-09-22 Michael Albinus <michael.albinus@gmx.de>
1367
1368 * files.el (copy-directory): Set directory attributes only in case
1369 they could be retrieved from the source directory. (Bug#9565)
1370
bfeef8b6
DK
13712011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
1372
1373 * progmodes/hideshow.el (hs-looking-at-block-start-p)
1374 (hs-find-block-beginning, hs-hide-level-recursive):
1375 Ignore strings as well as comments. (Bug#9502)
1376
7e423bb8
AS
13772011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
1378
1379 * progmodes/sql.el (sql-comint-postgres):
1380 Convert port number to a string. (Bug#9566)
1381
b4d72fcf
MR
13822011-09-22 Martin Rudalics <rudalics@gmx.at>
1383
1384 * window.el (quit-window): Undedicate window when switching to
1385 previous buffer. Reported by Thierry Volpiatto
1386 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
1387 (special-display-popup-frame): When popping up a new frame reset
1388 its previous buffers to nil. Simplify code.
b4d72fcf 1389
a7b88dc6
MA
13902011-09-21 Michael Albinus <michael.albinus@gmx.de>
1391
1392 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
1393 and process filter, as done also in `shell-command'.
1394
cf4eacfd
MR
13952011-09-21 Martin Rudalics <rudalics@gmx.at>
1396
eca3f3ea
PW
1397 * window.el (set-window-buffer-start-and-point):
1398 Call set-window-start with NOFORCE argument t. Suggested by Thierry
cf4eacfd
MR
1399 Volpiatto <thierry.volpiatto@gmail.com>.
1400 (quit-window): Reword doc-string. Handle new format of
1401 quit-restore parameter. Don't delete window if it has a
1402 previous buffer we can show instead of the present one.
1403 (display-buffer-record-window): Rewrite using a new format for
1404 the quit-restore window parameter
1405 (special-display-popup-frame, display-buffer-same-window)
1406 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1407 (display-buffer-pop-up-window, display-buffer-use-some-window):
1408 Adapt symbol passed to display-buffer-record-window.
1409 * help.el (help-window-setup): Handle new format of quit-restore
1410 parameter.
1411
8d28cb95
SM
14122011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1413
94ab793f
SM
1414 * faces.el (face-list): Fix docstring (bug#9564).
1415
8d28cb95
SM
1416 * window.el (display-buffer--action-function-custom-type):
1417 Don't include internal functions in the Custom interface.
1418
3820edeb
JL
14192011-09-20 Juri Linkov <juri@jurta.org>
1420
1421 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
1422 (Info-forward-node, Info-backward-node, Info-next-preorder)
1423 (Info-last-preorder): Use it. (Bug#9528)
1424
5147931d
JL
14252011-09-20 Juri Linkov <juri@jurta.org>
1426
1427 * info.el (Info-last-preorder): Visit last menu item only when
1428 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
1429
cf499a1a
JD
14302011-09-20 Julien Danjou <julien@danjou.info>
1431
1432 * password-cache.el (password-cache-remove): Remove entries even if the
1433 value is nil, so that password with a nil value (negative caching) is
1434 possible to invalidate.
1435
f84e2fe2
LM
14362011-09-20 Lawrence Mitchell <wence@gmx.li>
1437
1438 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
1439 all whitespace around breakpoint. (Bug#9553)
1440 (f90-find-breakpoint): Only break at whitespace inside a comment.
1441
78054a46
SM
14422011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1443
1444 * minibuffer.el (completion-file-name-table): Keep track of errors.
1445 (completion-table-with-predicate): Handle the case where pred1 is nil.
1446 * pcomplete.el (pcomplete-completions-at-point): Simplify.
1447
345083b2
SM
14482011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1449
e24e27be
SM
1450 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
1451 (debugger-return-value): Signal an error if the debugging context does
1452 not await any return value.
1453
345083b2
SM
1454 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
1455 * image-mode.el (image-toggle-display-text)
1456 (image-toggle-display-image): Stay away from evil `intangible'.
1457
08d355e3
LL
14582011-09-19 Leo Liu <sdl.web@gmail.com>
1459
1460 * replace.el (occur-revert-arguments): Make it permanent-local.
1461 (occur-mode): Don't call font-lock-defontify.
1462
f01da43f
CY
14632011-09-19 Chong Yidong <cyd@stupidchicken.com>
1464
1465 * net/ldap.el (ldap-search-internal): Don't push empty search
1466 result (Bug#9508).
1467
b6072fa6
SM
14682011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
1471
443d6696
MA
14722011-09-19 Michael Albinus <michael.albinus@gmx.de>
1473
1474 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
1475 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
1476
7cc6e154
JL
14772011-09-18 Juri Linkov <juri@jurta.org>
1478
1479 * buff-menu.el (Buffer-menu-mode-map):
1480 * dired.el (dired-mode-map):
1481 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
1482 (lisp-interaction-mode-map):
1483 * emacs-lisp/package.el (package-menu-mode-map):
1484 * epa.el (epa-key-list-mode-map):
1485 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
1486 (menu-bar-options-menu):
1487 * outline.el (outline-mode-menu-bar-map):
1488 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
1489 * vc/vc-dir.el (vc-dir-menu-map):
1490 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
1491 Capitalize non-function content words in menu item strings.
1492
1493 * dired.el (dired-mode-map): Add menu item for
1494 `image-dired-dired-toggle-marked-thumbs'.
1495
80302a81
JL
14962011-09-18 Juri Linkov <juri@jurta.org>
1497
1498 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
1499 to `isearch-case-fold-search' and restore its original value
1500 after the `isearch-mode' call.
1501
46c5cf66
JL
15022011-09-18 Juri Linkov <juri@jurta.org>
1503
1504 * progmodes/grep.el (grep-process-setup): Don't check code for 1
1505 because `zgrep' returns 1 for successful matches (bug#9226).
1506
d18b513b
JL
15072011-09-18 Juri Linkov <juri@jurta.org>
1508
1509 * info.el (Info-extract-menu-node-name): Check the second match
1510 for empty string (second test-case of bug#9528).
1511 (Info-last-preorder): Let-bind `Info-history' to nil to not add
1512 intermediate nodes to the history (first test-case of bug#9528).
1513
72753f87
JL
15142011-09-18 Juri Linkov <juri@jurta.org>
1515
1516 * info.el (Info-mode-syntax-table): New variable.
1517 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312)
1518
c9384295
JL
15192011-09-18 Juri Linkov <juri@jurta.org>
1520
1521 * info.el (Info-file-supports-index-cookies): Increment
1522 line-beginning-position's arg from 3 to 4 because makeinfo outputs
1523 one more line for long file names (bug#4142).
1524
d473dce8
CY
15252011-09-18 Chong Yidong <cyd@stupidchicken.com>
1526
1527 * newcomment.el (comment-normalize-vars): If prompting for
1528 comment-start, set comment-start-skip too (Bug#8424).
1529
2176854d
JB
15302011-09-18 Johan Bockgård <bojohan@gnu.org>
1531
1532 * icomplete.el: Fix previous fix of Bug#5849.
1533 (icomplete-mode): Don't set completion-show-inline-help.
1534 (icomplete-minibuffer-setup): Set completion-show-inline-help
1535 locally during icompletion.
1536
3aace4e4
CY
15372011-09-18 Chong Yidong <cyd@stupidchicken.com>
1538
c940224f
CY
1539 * woman.el (woman2-process-escapes): Don't delete unrecognized
1540 escapes (Bug#7843).
1541
3aace4e4
CY
1542 * files.el (inhibit-first-line-modes-regexps): Add image files.
1543 (hack-local-variables-prop-line): Return nil for malformed
1544 prop-lines (Bug#9044).
1545
710dec63
MA
15462011-09-18 Michael Albinus <michael.albinus@gmx.de>
1547
1548 * net/tramp.el (top): Don't require 'shell.
1549 (tramp-methods): Fix docstring.
1550 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
1551 Return complete remote file name. Handle "smb" case.
1552 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
1553 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
1554
1555 * net/tramp-compat.el (top): Require 'shell.
1556
1557 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1558 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
1559 `tramp-current-host'.
1560 (tramp-get-remote-tmpdir): Remove.
1561
1562 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
1563 `tramp-tmpdir' entries.
1564 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
1565 (tramp-smb-handle-file-attributes): Ignore errors.
1566 (tramp-smb-wait-for-output): Check also for process end.
1567
5d5ac8ec
LMI
15682011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1569
1570 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
1571 when sending QUIT (bug#9312).
1572
8c0f49f0
CY
15732011-09-17 Chong Yidong <cyd@stupidchicken.com>
1574
1575 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
1576 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
1577 occur-mode-display-occurrence.
1578 (occur-edit-mode): Add usage message.
1579 (occur-cease-edit): New command.
1580 (occur-after-change-function): Use text properties to find the
1581 position of the prefix text.
1582 (occur-engine): Set stickiness of prefix text properties.
1583
8f1383f7
GM
15842011-09-17 Glenn Morris <rgm@gnu.org>
1585
1586 * progmodes/etags.el (complete-tag):
1587 Fix call to completion-in-region. (Bug#9526)
1588
744ba0e3
JL
15892011-09-17 Juri Linkov <juri@jurta.org>
1590
1591 * textmodes/ispell.el (ispell-word): Add to the error message
1592 the word, ispell program name and current dictionary (bug#9121).
1593 (ispell-tex-arg-end): Capitalize "error" in the error message.
1594
d9bbf400
AS
15952011-09-17 Andreas Schwab <schwab@linux-m68k.org>
1596
1597 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
1598 check. (Bug#4251)
1599
8da11505
JL
16002011-09-17 Juri Linkov <juri@jurta.org>
1601
1602 * window.el (window-safe-min-height, window-safe-min-width):
1603 Fix typos (followup to bug#9522).
1604
a91adc7e
SJ
16052011-09-17 Sven Joachim <svenjoac@gmx.de>
1606
1607 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
1608
064f328a
EZ
16092011-09-16 Eli Zaretskii <eliz@gnu.org>
1610
1611 * simple.el (line-move): If goal-column is set, move by logical
1612 lines, not by display lines. (Bug#971)
1613 (next-line, previous-line, goal-column, line-move-visual): Doc fix
1614 to reflect the above change.
1615
e69df516
SM
16162011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * image.el (imagemagick-register-types): Use regexp-opt.
1619
cbb0f9ab
CY
16202011-09-15 Chong Yidong <cyd@stupidchicken.com>
1621
1622 * window.el (display-buffer-base-action): Rename from
1623 display-buffer-default-action. Make default value empty.
1624 (display-buffer-overriding-action): Convert to defvar.
1625 (display-buffer-fallback-action): New var.
1626
25322144
CY
16272011-09-15 Chong Yidong <cyd@stupidchicken.com>
1628
1629 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
1630 declaration.
1631 (package--add-to-archive-contents): If there is a duplicate entry
1632 with an older version, remove it.
1633 (package-menu-mark-delete, package-menu-mark-install)
1634 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
1635 (package-menu-mark-obsolete-for-deletion):
1636 Use package-menu-get-status instead of a regexp search.
25322144
CY
1637 (package-menu-get-status): Use tabulated-list-entry.
1638 (package-menu-mark-upgrades): New command.
d770725a 1639 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
1640 (package-menu-execute): Do installation before deletion.
1641 (package-menu-refresh, package-menu-execute): Use derived-mode-p
1642 instead of checking major-mode.
1643 (package-menu--find-upgrades): New function.
1644
7520339c
LMI
16452011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1646
1647 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
1648 passwords in the log buffer.
65a046c4
LMI
1649 (smtpmail-process-filter): Update the process marker so that the
1650 "broken by peer" status message is inserted in the right place.
7520339c 1651
d3c30954
SM
16522011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1653
3fe48822
SM
1654 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
1655 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
1656 bibtex-completion-at-point-function.
1657 (bibtex-completion-at-point-function): Use them.
1658
1b8b3954
SM
1659 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
1660
d3c30954
SM
1661 * mpc.el (mpc-constraints-tag-lookup): New function.
1662 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
1663 also to browser "album|playlist".
1664
72779976
JL
16652011-09-14 Juri Linkov <juri@jurta.org>
1666
1667 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
1668 (isearch-edit-string): Use length of `isearch-string' when
1669 `isearch-fail-pos' returns nil.
1670 (isearch-message): Remove duplicate code and call
1671 `isearch-fail-pos' with arg `t'.
1672
a0bf2bcd
CY
16732011-09-14 Chong Yidong <cyd@stupidchicken.com>
1674
17bb0a2d
CY
1675 * replace.el (occur-mode-goto-occurrence): Don't force using other
1676 window (Bug#9499).
1677
a0bf2bcd
CY
1678 * dired-aux.el (dired-do-chmod): Don't provide initial input.
1679
f678e0b6
MR
16802011-09-14 Martin Rudalics <rudalics@gmx.at>
1681
1682 * window.el (display-buffer-window): Remove.
1683 (display-buffer-record-window): Use help-setup window parameter
1684 instead of variable display-buffer-window.
1685 (display-buffer-function, special-display-buffer-names)
1686 (special-display-function): Mention help-setup parameter instead
1687 of display-buffer-window in doc-string.
d3c30954
SM
1688 * help.el (help-window-setup): New argument help-window.
1689 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
1690 Reword some messages.
1691 (with-help-window): Pass window used for displaying the buffer
1692 to help-window-setup. Don't set display-buffer-window.
1693
8e39b2e8
GM
16942011-09-13 Glenn Morris <rgm@gnu.org>
1695
1696 * emacs-lisp/debug.el (debugger-make-xrefs):
1697 Preserve point. (Bug#9462)
1698
85e9c04b
CY
16992011-09-13 Chong Yidong <cyd@stupidchicken.com>
1700
1701 * window.el (window-deletable-p): Use next-frame.
1702
1b36ed6a
MR
17032011-09-13 Martin Rudalics <rudalics@gmx.at>
1704
1705 * window.el (window-auto-delete): Remove.
1706 (window-deletable-p): Remove argument FORCE. Don't deal with
1707 dedicatedness and previous buffers.
1708 (switch-to-prev-buffer): Don't delete window.
1709 (delete-windows-on): Delete a window's frame if and only if the
1710 window is dedicated.
1711 (replace-buffer-in-windows): Delete buffer's window or frame if
1712 and only if window is dedicated.
1713 (quit-window): Handle quit-restore as before last change.
4d61f28d 1714 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 1715
ef8ef9fb
CY
17162011-09-13 Chong Yidong <cyd@stupidchicken.com>
1717
1718 * window.el (window-deletable-p): Never delete the last frame on a
1719 given terminal.
1720
b2cba41e
GM
17212011-09-13 Glenn Morris <rgm@gnu.org>
1722
1723 * help.el (describe-key-briefly): Copy previous standard-output change.
1724
51553db6 17252011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
1726
1727 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
1728
b7556719
GM
17292011-09-13 Glenn Morris <rgm@gnu.org>
1730
1731 * emacs-lisp/lisp-mode.el (lisp-indent-function):
1732 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
1733
64b51947
CY
17342011-09-12 Chong Yidong <cyd@stupidchicken.com>
1735
1736 * dired-aux.el (dired-mark-read-string): Don't return default
1737 value on empty input (Bug#9361).
1738 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
1739 Omit initial minibuffer contents.
1740 (dired-do-chmod): Signal an error on empty input.
1741 (dired-mark-read-string): Don't return default on empty input.
1742
1743 * files.el (file-modes-symbolic-to-number): Doc fix.
1744
393a301e
SM
17452011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * international/mule-cmds.el (ucs-completions): Remove.
1748 (read-char-by-name): Use complete-with-action instead; add metadata.
1749
fa5660f9
CY
17502011-09-11 Chong Yidong <cyd@stupidchicken.com>
1751
1752 * window.el (display-buffer--action-function-custom-type)
1753 (display-buffer--action-custom-type): New vars.
1754 (display-buffer-alist, display-buffer-default-action)
1755 (display-buffer-overriding-action): Add defcustom types.
1756
4a592f66
CY
1757 * frame.el (delete-other-frames): Doc fix (Bug#276).
1758
73d56dbd
LMI
17592011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1760
1761 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
1762
37ac18a3
CY
17632011-09-11 Chong Yidong <cyd@stupidchicken.com>
1764
1765 Change modes that used same-window-* vars to use switch-to-buffer.
1766
1767 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
1768 Use switch-to-buffer.
1769
1770 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
1771 (customize-browse, custom-buffer-create-other-window):
1772 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
1773
1774 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
1775 (Info-prev, Info-up, Info-speedbar-goto-node)
1776 (info-display-manual): Use switch-to-buffer.
1777 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
1778
1779 * mail/sendmail.el (mail): Use switch-to-buffer.
1780 (mail-recover): Use switch-to-buffer-other-window.
1781
1782 * cmuscheme.el (run-scheme, switch-to-scheme):
1783 * ielm.el (ielm):
1784 * shell.el (shell):
1785 * net/rlogin.el (rlogin):
1786 * net/telnet.el (telnet, rsh):
1787 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
1788
10195bd6
AS
17892011-09-11 Andreas Schwab <schwab@linux-m68k.org>
1790
1791 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
1792
b322f63a
LMI
17932011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1794
39d7fed6
LMI
1795 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
1796 so don't mention it (bug#9301).
ba5a81f1 1797 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 1798
ee0e9f11
LMI
1799 * faces.el (face-spec-set-match-display): Make `(type graphic)'
1800 match `x', `w32' and `ns', like the manual says (bug#9029).
1801
0b1c89c1 1802 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
1803 (process-kill-buffer-query-function): Mention the buffer name in
1804 the query.
0b1c89c1 1805
77549ea8
LMI
1806 * image-mode.el (image-next-line): The line parameter is mandatory
1807 (bug#9258).
1808
803ef892
LMI
1809 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
1810 which can be useful (bug#9301).
1811
12980837
LMI
1812 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
1813
91054f8f
LMI
1814 * subr.el (match-string): Mention that the current buffer should
1815 be the same as the search was done in (bug#9282).
1816
b322f63a
LMI
1817 * facemenu.el: Disable the remove-* commands if the mark isn't
1818 active (bug#9162).
1819
3199b96f
CY
18202011-09-10 Chong Yidong <cyd@stupidchicken.com>
1821
1822 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
1823 of display-buffer.
1824 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
1825
1826 * replace.el (occur-mode-goto-occurrence)
1827 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
1828 and display-buffer.
1829
1830 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
1831 display-buffer.
1832
1833 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
1834 special-display and same-window variables.
1835 (mail-other-window): Use switch-to-buffer-other-window.
1836 (mail-other-frame): USe switch-to-buffer-other-frame.
1837
393a301e
SM
1838 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
1839 Use display-buffer-other-frame.
3199b96f
CY
1840 (gdb-display-gdb-buffer): Use pop-to-buffer.
1841
1842 * progmodes/gud.el (gud-goto-info): Use info-other-window.
1843
1844 * progmodes/python.el: Don't set same-window-buffer-names.
1845
1846 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
1847
1848 * window.el (display-buffer-alist): Add *Python*.
1849
8319e0bf
CY
18502011-09-10 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * window.el (display-buffer-alist): Add entry for buffers
1853 previously handled same-window-*.
1854 (display-buffer-alist, display-buffer-default-action)
1855 (display-buffer-overriding-action): Mark as risky.
1856 (display-buffer-alist): Document action function changes.
1857 (display-buffer--same-window-action)
1858 (display-buffer--other-frame-action): New variables.
1859 (switch-to-buffer, display-buffer-other-frame): Use them.
1860 (display-buffer): Rename reuse-frame entry to reusable-frames.
1861 (display-buffer-reuse-selected-window): Function deleted.
1862 (display-buffer-reuse-window): Handle reusable-frames alist entry.
1863 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
1864 (display-buffer-special): New function.
1865 (display-buffer--maybe-pop-up-frame-or-window): Rename from
1866 display-buffer-reuse-or-pop-window. Split off special-display
1867 part into display-buffer-special.
1868 (display-buffer-use-some-window): Don't perform any special
1869 pop-up-frames handling.
1870 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 1871 (display-buffer--maybe-same-window): Rename from
0d3ff375 1872 display-buffer-maybe-same-window.
8319e0bf 1873
919a69aa
CY
1874 * info.el: Don't set same-window-regexps.
1875 (info-setup): New function.
1876 (info-other-window, info): Call it.
1877
1878 * cus-edit.el: Don't set same-window-regexps.
1879 (customize-group): New argument.
1880 (customize-group-other-window): Use it.
1881 (customize-face, customize-face-other-window): Likewise.
1882 (custom-buffer-create-other-window): Use pop-to-buffer directly.
1883
8319e0bf
CY
1884 * net/rlogin.el:
1885 * net/telnet.el:
1886 * progmodes/gud.el: Don't set same-window-regexps.
1887
1888 * cmuscheme.el:
1889 * ielm.el:
1890 * shell.el:
1891 * mail/sendmail.el:
1892 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
1893
25173000
JL
18942011-09-10 Juri Linkov <juri@jurta.org>
1895
1896 * isearch.el (isearch-edit-string): Remove obsolete mention of
1897 `C-w' (`isearch-yank-word-or-char') from docstring.
1898 (isearch-query-replace): Fix typo in docstring (bug#9466).
1899
056e44ef
JL
19002011-09-10 Juri Linkov <juri@jurta.org>
1901
1902 * paren.el (show-paren-function): Don't show escaped parens.
1903 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
1904
c3760c17
EZ
19052011-09-10 Eli Zaretskii <eliz@gnu.org>
1906
1907 * mail/sendmail.el (mml-to-mime, mml-attach-file)
1908 (mm-default-file-encoding): Remove autoload forms, they are
1909 replaced with autoload cookies in mml.el and mm-encode.el.
1910 (mail-add-attachment): New command.
1911 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
1912 (mail-mode): Mention mail-insert-file and mail-add-attachment in
1913 the doc string.
1914 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
1915
fece895e
RT
19162011-09-10 Reuben Thomas <rrt@sc3d.org>
1917
e69df516
SM
1918 * simple.el (count-words-region): Use buffer if there's no region
1919 (bug#9429).
fece895e 1920
5e68ce4a
JL
19212011-09-09 Juri Linkov <juri@jurta.org>
1922
1923 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
1924 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
1925 (wdired-isearch-filter-read-only): New function. (Bug#6362)
1926
0a6b9622
AM
19272011-09-09 Alan Mackenzie <acm@muc.de>
1928
1929 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
1930 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
1931
14a29deb
EZ
19322011-09-09 Eli Zaretskii <eliz@gnu.org>
1933
1934 Fix for Savannah bug#9392.
1935 * simple.el (mail-encode-mml): New defvar.
1936
1937 * mail/rmail.el (mail-encode-mml): Add a defvar.
1938 (rmail-enable-mime-composing): Default to t.
1939 (rmail-forward): Use MIME method of forwarding only if both
1940 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
1941 Set mail-encode-mml non-nil if the MIME method was used.
1942
1943 * mail/sendmail.el (mml-to-mime): Add autoload form.
1944 (mail-encode-mml): Add a defvar.
1945 (mail-mode): Make mail-encode-mml buffer-local and initialize it
1946 to nil.
1947 (mail-send): If mail-encode-mml is non-nil, run the outgoing
1948 message through mml-to-mime, and reset mail-encode-mml to nil.
1949
28c45130
GM
19502011-09-09 Glenn Morris <rgm@gnu.org>
1951
1952 * woman.el (woman-if-body): When processing an .el block,
1953 do not delete the next .el block as well. (Bug#9447)
69f4b618 1954 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 1955
9b1c252e
MR
19562011-09-08 Martin Rudalics <rudalics@gmx.at>
1957
1958 * window.el (window-deletable-p): Make sure window is live before
1959 invoking window-prev-buffers.
1960
567457e3
LL
19612011-09-08 Leo Liu <sdl.web@gmail.com>
1962
1963 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
1964
97f05794
JL
19652011-09-08 Juri Linkov <juri@jurta.org>
1966
1967 * progmodes/compile.el (compilation-environment): Make it
1968 a defcustom (bug#8340).
1969
8b0874b5
MR
19702011-09-08 Martin Rudalics <rudalics@gmx.at>
1971
1972 * window.el (frame-auto-delete): Rename to window-auto-delete.
1973 Make it control auto-deletion of windows and/or frames.
1974 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 1975 for deleting window/frame. (Bug#9419)
8b0874b5
MR
1976 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
1977 Rewrite handling of case when window/frame can be deleted.
1978 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 1979 argument t. (Bug#9456)
8b0874b5 1980
4feb6e73
CY
19812011-09-07 Chong Yidong <cyd@stupidchicken.com>
1982
1983 * help-mode.el (help-mode): Restore autoload.
1984
91ab9c13
JL
19852011-09-07 Juri Linkov <juri@jurta.org>
1986
1987 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
1988 `compilation-environment'. Set buffer-local
1989 `compilation-environment' to `thisenv' later after (funcall mode).
1990 (Bug#8340)
1991
1992 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
1993 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
1994 instead of replacing its value. (Bug#8340)
1995
0527e251
JL
19962011-09-07 Juri Linkov <juri@jurta.org>
1997
1998 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
1999 based on text properties put by `grep-filter' instead of matching
2000 escape sequences.
2001 (grep-mode): Set buffer-local `compilation-error-screen-columns'
2002 to the value of `grep-error-screen-columns' (bug#9438).
2003
249f792c
JL
20042011-09-07 Juri Linkov <juri@jurta.org>
2005
2006 * simple.el (next-error-highlight, next-error-highlight-no-select):
2007 Doc fix (bug#9432).
2008
ff7271b9
OT
20092011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2010
2011 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2012 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
2013
183fc730
LL
20142011-09-07 Leo Liu <sdl.web@gmail.com>
2015
2016 * net/rcirc.el (rcirc-mode): Conditionally initialize
2017 rcirc-input-ring.
2018
77694924
SM
20192011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2020
2021 * emacs-lisp/find-func.el (find-function-C-source): Only set
2022 find-function-C-source-directory after checking that we found a source
2023 file there (bug#9440).
2024
d809b8eb
AM
20252011-09-06 Alan Mackenzie <acm@muc.de>
2026
2027 * isearch.el (isearch-other-meta-char): Wherever a key list is
2028 unread, "unread" the prefix arg, too. This fixes bug #8901.
2029
453de99f
OG
20302011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2031
2032 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
2033
90439906
JL
20342011-09-05 Juri Linkov <juri@jurta.org>
2035
2036 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
2037
f62bd846
JL
20382011-09-05 Juri Linkov <juri@jurta.org>
2039
2040 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
2041 keeping point where processing of grep matches begins, and
2042 continue to delete remaining escape sequences from the same point.
2043 (grep-filter): Make leading zero optional in "0?1;31m" because
2044 git-grep emits "\033[1;31m" escape sequences unlike expected
2045 "\033[01;31m" as GNU Grep does (bug#9408).
2046 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
2047
045820ec
JL
20482011-09-05 Juri Linkov <juri@jurta.org>
2049
2050 * subr.el (y-or-n-p): Capitalize "yes".
2051
f5e29b9b
MA
20522011-09-04 Michael Albinus <michael.albinus@gmx.de>
2053
2054 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
2055 `tramp-cache-unload-hook' where appropriate.
2056 (tramp-methods): Rename `tramp-remote-sh' to
2057 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
2058 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
2059
2060 * net/tramp-sh.el (top): Don't require 'shell.
2061 (tramp-methods): Add `tramp-remote-shell' and
2062 `tramp-remote-shell-args' entries.
2063 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
2064 (tramp-sh-handle-shell-command): Remove.
2065 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2066 Use `tramp-remote-shell'.
2067
2784c434
CY
20682011-09-03 Chong Yidong <cyd@stupidchicken.com>
2069
393a301e 2070 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
2071 (sendmail-query-once): Save directly to send-mail-function.
2072 Update message-send-mail-function too.
2073
2074 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
2075
464cdf56
CS
20762011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
2077
2078 * progmodes/python.el (python-mode-map): Use correct function to
2079 start python interpreter from menu-bar (as reported by Geert
2080 Kloosterman).
2081 (inferior-python-mode-map): Fix typo.
393a301e 2082 (python-shell-map): Remove.
464cdf56 2083
d37e5c87
DD
20842011-09-03 Deniz Dogan <deniz@dogan.se>
2085
2086 * net/rcirc.el (rcirc-print): Simplify code for
2087 rcirc-scroll-show-maximum-output. There is no need to walk
2088 through all windows to find the right one.
2089
f3ada0ee
CS
20902011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
2091
2092 * help.el (help-return-method): Doc fix.
2093
1f3c99ca
MR
20942011-09-03 Martin Rudalics <rudalics@gmx.at>
2095
2096 * window.el (window-deletable-p): Don't return a non-nil value
2097 when there's a buffer that was shown in the window before.
2098 (Bug#9419)
393a301e
SM
2099 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2100 Set window's previous buffers to nil.
1f3c99ca 2101
a3cf097f
EZ
21022011-09-03 Eli Zaretskii <eliz@gnu.org>
2103
2104 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
2105 newline before and after the tag line, so it doesn't interfere
2106 with determining the paragraph direction of bidirectional text.
2107
3d03de90
LL
21082011-09-03 Leo Liu <sdl.web@gmail.com>
2109
2110 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
2111
c3313451
CY
21122011-09-02 Chong Yidong <cyd@stupidchicken.com>
2113
393a301e 2114 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
2115 (pop-to-buffer): Change interactive spec. Pass second argument
2116 directly to display-buffer.
2117 (display-buffer): Fix interactive spec. Use functionp to
2118 distinguish between a function and a list of functions.
2119
2120 * abbrev.el (edit-abbrevs):
2121 * arc-mode.el (archive-extract):
2122 * autoinsert.el (auto-insert):
2123 * bookmark.el (bookmark-bmenu-list):
2124 * files.el (find-file):
2125 * view.el (view-buffer):
2126 * progmodes/compile.el (compilation-goto-locus):
2127 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
2128
89894cd8
CY
21292011-09-02 Chong Yidong <cyd@stupidchicken.com>
2130
2131 * window.el (display-buffer-alist): Doc fix.
2132 (display-buffer): Add docstring. Don't treat
2133 display-buffer-default specially.
2134 (display-buffer-reuse-selected-window)
2135 (display-buffer-same-window, display-buffer-maybe-same-window)
2136 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2137 (display-buffer-pop-up-window)
2138 (display-buffer-reuse-or-pop-window)
2139 (display-buffer-use-some-window): New functions.
2140 (display-buffer-default-action): Use them.
393a301e 2141 (display-buffer-default): Delete.
89894cd8
CY
2142 (pop-to-buffer-1): Fix choice of actions.
2143
ae0bc9fb
SM
21442011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2145
2146 * minibuffer.el (completion--insert-strings): Don't get confused by
2147 completion entries that end with an LF char.
2148
e9d90883
EZ
21492011-09-01 Eli Zaretskii <eliz@gnu.org>
2150
2151 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
2152
437014c8
CY
21532011-09-01 Chong Yidong <cyd@stupidchicken.com>
2154
2155 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
2156 (display-buffer-same-window, display-buffer-other-window):
2157 New functions.
437014c8
CY
2158 (pop-to-buffer-1): New function. Use the above.
2159 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 2160 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
2161
2162 * view.el (view-buffer-other-window, view-buffer-other-frame):
2163 Just use pop-to-buffer.
2164
a5e063d5
TV
21652011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2166
2167 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
2168
793d32bb
WH
21692011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
2170
2171 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
2172
d65e4c15
RS
21732011-08-31 Richard Stallman <rms@gnu.org>
2174
2175 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
2176 of the separation of rmail-view-buffer from rmail-buffer.
2177 If you say no to "replace original", the decrypt is in the
2178 view buffer. If you say yes, the decrypt goes into the
2179 rmail buffer also.
2180
f818cd2a
MR
21812011-08-31 Martin Rudalics <rudalics@gmx.at>
2182
2183 * window.el (display-buffer-window): Rewrite doc-string.
2184 (display-buffer-record-window): New function.
2185 (display-buffer-macro-specifiers)
2186 (display-buffer-even-window-sizes, display-buffer-set-height)
2187 (display-buffer-set-width, display-buffer-in-window)
2188 (display-buffer-reuse-window, display-buffer-split-specifiers)
2189 (display-buffer-side-specifiers, display-buffer-split-window-1)
2190 (display-buffer-split-window, display-buffer-split-atom-window)
2191 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2192 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
2193 (display-buffer-other-window-means-other-frame)
2194 (display-buffer-normalize-special)
2195 (display-buffer-normalize-default)
2196 (display-buffer-normalize-argument)
2197 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
2198 (display-buffer-normalize-specifiers, display-buffer-frame)
2199 (display-buffer-same-window, display-buffer-same-frame)
2200 (display-buffer-other-window)
2201 (display-buffer-same-frame-other-window)
2202 (display-buffer-other-frame, pop-to-buffer-same-window)
2203 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
2204 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
2205 (switch-to-buffer-same-frame)
2206 (switch-to-buffer-other-window-same-frame)
2207 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
2208 (display-buffer-alist-set-1, display-buffer-alist-set-2)
2209 (display-buffer-alist-set): Remove.
2210 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
2211 (special-display-regexps, special-display-function):
2212 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
2213 parameter.
2214 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
2215 (special-display-frame-alist, special-display-popup-frame)
2216 (same-window-buffer-names, same-window-regexps, same-window-p)
2217 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
2218 (split-window-preferred-function, split-height-threshold)
2219 (split-width-threshold, window-splittable-p)
2220 (split-window-sensibly, window--try-to-split-window)
2221 (window--frame-usable-p, even-window-heights)
2222 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
2223 (window--display-buffer-2, display-buffer-other-frame):
2224 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
2225 (display-buffer-default, display-buffer-assq-regexp): New functions.
2226 (display-buffer-alist): Rewrite doc-string.
2227 (display-buffer-default-action)
2228 (display-buffer-overriding-action): New variables.
2229 (display-buffer, switch-to-buffer): Rewrite.
2230 (pop-to-buffer): Restore Emacs 23 behavior but use
2231 window-normalize-buffer-to-display.
2232 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2233 Restore Emacs 23 behavior but use
2234 window-normalize-buffer-to-switch-to.
2235 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
2236 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
2237 Rewrite using Emacs 23 options.
f818cd2a 2238
5bc3b51d
MA
22392011-08-31 Michael Albinus <michael.albinus@gmx.de>
2240
2241 * net/tramp.el (tramp-root-regexp): Remove.
2242 (tramp-completion-file-name-regexp-unified)
2243 (tramp-completion-file-name-regexp-separate)
2244 (tramp-completion-file-name-regexp-url): Don't use leading volume
2245 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
2246 (tramp-drop-volume-letter): Simplify definition.
2247 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 2248
b1a4f8e1
SM
22492011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2250
2251 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
2252 (bug#9356).
2253
5664fa7b
RT
22542011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
2255
b1a4f8e1 2256 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 2257
9a45d6c3
JL
22582011-08-29 Juri Linkov <juri@jurta.org>
2259
2260 * isearch.el (isearch-done): Don't display message "Mark saved"
2261 when arg `edit' is non-nil to prevent its flicker in the echo area.
2262
fb87e0fb
CY
22632011-08-28 Chong Yidong <cyd@stupidchicken.com>
2264
2265 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
2266 obsolete packages for deletion.
2267
09ac1c2a
CS
22682011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
2269
2270 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 2271 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
2272 view-mode from help-mode.
2273 (help-xref-override-view-map): Remove.
2274 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
2275 view-mode is not used anymore.
2276
7a1ff57f
CY
22772011-08-28 Chong Yidong <cyd@stupidchicken.com>
2278
2279 * server.el (server-port): Doc fix.
2280
b9696605
CY
2281 * cus-theme.el (custom-theme-choose-mode): Inherit from
2282 special-mode (Bug#9124).
2283 (custom-theme-choose-mode-map): Add special-mode to parent.
2284
ef8cdf8c
AM
22852011-08-28 Alan Mackenzie <acm@muc.de>
2286
2287 * progmodes/cc-fonts.el
2288 (c-make-font-lock-BO-decl-search-function): New function.
2289 (c-basic-matchers-after - "Fontify the clauses after various
2290 keywords"): Extract the three keyword lists for the 3 erroneous
2291 constructs from the list of four, and use the new function above
2292 in place of an old one.
2293
27de4e20
DD
22942011-08-28 Deniz Dogan <deniz@dogan.se>
2295
2296 * net/rcirc.el (rcirc-insert-prev-input)
2297 (rcirc-insert-next-input): Remove unused argument.
2298
356a3681
SM
22992011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
2302
3fc9b218
AM
23032011-08-27 Alan Mackenzie <acm@muc.de>
2304
2305 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
2306 handle function pointer parameters properly.
2307
538a061c
MR
23082011-08-27 Martin Rudalics <rudalics@gmx.at>
2309
2310 * window.el (display-buffer-reuse-window): Fix case where
2311 selected window was reused with non-nil OTHER-WINDOW argument.
2312 (Bug#9381)
2313
35b1c40c
DD
23142011-08-27 Deniz Dogan <deniz@dogan.se>
2315
2316 * net/rcirc.el (rcirc-check-auth-status): Adding support for
2317 oftc's NickServ messages.
2318
2f6a3e79
GM
23192011-08-27 Glenn Morris <rgm@gnu.org>
2320
2321 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
2322
7254299e
CY
23232011-08-26 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * emacs-lisp/package.el (package-install): Call package-initialize
2326 if called interactively.
2327
f8ccf167
LL
23282011-08-26 Leo Liu <sdl.web@gmail.com>
2329
2330 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
2331
3e8cd5ce
JL
23322011-08-25 Juri Linkov <juri@jurta.org>
2333
2334 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
2335 `search-whitespace-regexp' (bug#9364).
2336
93eb7113
JL
23372011-08-25 Juri Linkov <juri@jurta.org>
2338
2339 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
2340 `regexp-search-ring' to their global values to protect from
2341 updating by `read-from-minibuffer' (bug#9185).
2342
f65d1611
JL
23432011-08-25 Juri Linkov <juri@jurta.org>
2344
2345 * textmodes/ispell.el (ispell-command-loop): Add newline
2346 at the end of the "Use option `i'..." line.
2347
f1cf7a31
JL
23482011-08-25 Juri Linkov <juri@jurta.org>
2349
2350 * battery.el (display-battery-mode): If `battery-status-function'
2351 or `battery-mode-line-format' is nil, display the message and set
2352 `display-battery-mode' to nil (bug#9363).
2353
0c95fcf7
EZ
23542011-08-25 Eli Zaretskii <eliz@gnu.org>
2355
2356 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
2357 bidi-string-mark-left-to-right; they are unnecessary now.
2358
a2ebe600
DD
23592011-08-25 Deniz Dogan <deniz@dogan.se>
2360
2361 * net/quickurl.el: Documentation typo fixes.
2362
e4ed06f1
CY
23632011-08-25 Chong Yidong <cyd@stupidchicken.com>
2364
2365 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
2366
e5f1c99e
GM
23672011-08-25 Glenn Morris <rgm@gnu.org>
2368
b2948976
GM
2369 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2370
e5f1c99e
GM
2371 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
2372 (smtpmail-via-smtp): Handle nil response from smtp.
2373
f22f4808
JL
23742011-08-24 Juri Linkov <juri@jurta.org>
2375
2376 * proced.el (proced-marked): Inherit from `error' instead of
2377 `font-lock-warning-face'.
2378
2379 * ibuffer.el (ibuffer-marked-face): Change default face from
2380 `font-lock-warning-face' to `warning'.
2381 (ibuffer-deletion-face): Change default face from
2382 `font-lock-type-face' to `error'.
2383
2384 * battery.el (battery-update): Use the face `error' instead of
2385 `font-lock-warning-face' (bug#6117).
2386
6a93965e
JL
23872011-08-24 Juri Linkov <juri@jurta.org>
2388
2389 * faces.el (success): Change face color from "Green3" to
2390 "ForestGreen" on light background (bug#9353).
2391
1ed43b09
CY
23922011-08-24 Chong Yidong <cyd@stupidchicken.com>
2393
5664fa7b
RT
2394 * window.el (quit-window): Rename from quit-restore-window.
2395 Use same arglist as old quit-window.
1ed43b09
CY
2396 (frame-auto-delete): Doc fix.
2397
2398 * view.el (view-mode-exit): Use quit-window.
2399
11dcdbb2
JL
24002011-08-24 Juri Linkov <juri@jurta.org>
2401
2402 * isearch.el (isearch-ring-adjust1): Start visiting previous
2403 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
2404 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
2405 for empty search string (when the last search string is reused
2406 automatically) to adjust the isearch ring to the last element and
2407 prepare the correct index for further M-p commands (bug#9185).
2408
de62b4df
KH
24092011-08-24 Kenichi Handa <handa@m17n.org>
2410
2411 * international/ucs-normalize.el: If decomposition property of
2412 CHAR is the default one (i.e. a list of CHAR itself), treat it as
2413 nil.
2414 (nfd, nfkd): Likewise.
2415
963b492b
SM
24162011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2417
2418 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
2419 from process filters aren't reliably transmitted to the surrounding
2420 accept-process-output.
2421 (mpc-proc-check): New function.
2422 (mpc-proc-sync): Use it (bug#8293)
2423
93b6b5e1
SM
24242011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2425
2426 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
2427 Add compatibility functions (bug#9313).
2428
bca633fb
EZ
24292011-08-23 Eli Zaretskii <eliz@gnu.org>
2430
b177498a
EZ
2431 * cus-start.el (all): Add entry for bidi-paragraph-direction.
2432
bca633fb
EZ
2433 * international/uni-bidi.el: Regenerated.
2434
0902a04e
KH
24352011-08-23 Kenichi Handa <handa@m17n.org>
2436
2437 * international/charprop.el:
2438 * international/uni-bidi.el:
2439 * international/uni-category.el:
2440 * international/uni-combining.el:
2441 * international/uni-comment.el:
2442 * international/uni-decimal.el:
2443 * international/uni-decomposition.el:
2444 * international/uni-digit.el:
2445 * international/uni-lowercase.el:
2446 * international/uni-mirrored.el:
2447 * international/uni-name.el:
2448 * international/uni-numeric.el:
2449 * international/uni-old-name.el:
2450 * international/uni-titlecase.el:
2451 * international/uni-uppercase.el: Regenerate.
2452
3bbf23bc
MR
24532011-08-23 Martin Rudalics <rudalics@gmx.at>
2454
2455 * help.el (help-window-setup): Fix message displayed when other
2456 window is reused. (Bug#9341)
2457
b3fd59bd
SM
24582011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2459
1802e444
SM
2460 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
2461 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
2462
b3fd59bd
SM
2463 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
2464 Mark obsolete.
2465 * shell.el (shell-parse-pcomplete-arguments): New function.
2466 (shell-completion-vars): Use it instead (bug#9160).
2467
4eb61348
SM
24682011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2469
867cab74
SM
2470 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
2471 strings and comments (bug#9333).
2472
4eb61348
SM
2473 * emacs-lisp/debug.el (debug-arglist): New function.
2474 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
2475 (debug-on-entry-1): Handle interpreted closures (bug#9120).
2476
262a1439
JL
24772011-08-22 Juri Linkov <juri@jurta.org>
2478
56ee679c
JL
2479 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2480 Revert regexp that highlights output switches to its old
2481 pre-2010-10-28 value and remove one `?' from it (bug#9319).
2482
262a1439
JL
2483 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
2484 to check for empty output (bug#9226).
2485
f13f86fb
CY
24862011-08-22 Chong Yidong <cyd@stupidchicken.com>
2487
2488 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
2489 symbol-constituent as the default, as that stops font-lock from
2490 working properly (Bug#8843).
2491
c65c9622
LMI
24922011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2493
2494 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
2495 `coding-system-for-*' around the process open call to avoid
2496 auth-source side effects.
e7f2c178 2497 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
2498 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
2499 probe hangs.
c65c9622 2500
23a8a5ab
CY
25012011-08-21 Chong Yidong <cyd@stupidchicken.com>
2502
ff98b2dd
CY
2503 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
2504
23a8a5ab
CY
2505 * emacs-lisp/find-func.el (find-function-noselect): New arg
2506 lisp-only.
2507
2508 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
2509 signal an error for built-in functions (Bug#6664).
2510
f5e3c598
LMI
25112011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2512
2513 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
2514 (smtpmail-try-auth-methods): Use it.
2515
a3f2468a
CY
25162011-08-21 Chong Yidong <cyd@stupidchicken.com>
2517
2c34e8da
CY
2518 * font-lock.el (font-lock-fontify-region)
2519 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
2520 (font-lock-default-unfontify-buffer)
2521 (font-lock-default-fontify-region)
2522 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
2523
b3fd59bd
SM
2524 * progmodes/compile.el (compilation-error-properties):
2525 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
2526 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
2527 `ant' regexp.
ee31aabc 2528
a3f2468a
CY
2529 * net/browse-url.el (browse-url-firefox): Don't call
2530 browse-url-firefox-sentinel unless using -remote (Bug#9328).
2531
8e999f70
GM
25322011-08-20 Glenn Morris <rgm@gnu.org>
2533
c21a496a
GM
2534 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
2535
59ee0542
GM
2536 * tutorial.el (tutorial--default-keys): Update some default bindings.
2537
8e999f70
GM
2538 * files.el (hack-local-variables): Fully ignore case for "mode:".
2539
e3715033
AM
25402011-08-20 Alan Mackenzie <acm@muc.de>
2541
2542 Resolve invalid use of a regexp in regexp-opt.
2543
4d61f28d
JB
2544 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
2545 detection for a java annotation.
e3715033 2546
4d61f28d 2547 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
2548 detection for a java annotation.
2549
4d61f28d
JB
2550 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
2551 handling for java.
e3715033
AM
2552 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
2553
04ed2e9c
CY
25542011-08-20 Chong Yidong <cyd@stupidchicken.com>
2555
2556 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
2557 (Bug#9274).
2558
826cee64
AM
25592011-08-20 Alan Mackenzie <acm@muc.de>
2560
2561 * Fontify CPP expressions correctly when starting in the middle of
2562 such a construct. Mainly for when jit-lock etc. starts a chunk
2563 here.
2564
2565 * progmodes/cc-fonts.el (c-font-lock-context): new buffer local
2566 variable.
2567 (c-make-font-lock-search-form): new function, extracted from
2568 c-make-font-lock-search-function.
2569 (c-make-font-lock-search-function): Use the above function.
2570 (c-make-font-lock-context-search-function): New function.
2571 (c-cpp-matchers): Enhance the preprocessor expression case with
2572 the above function
2573 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
2574 which takes an expression.
2575
2576 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
2577
13009bd8
MR
25782011-08-20 Martin Rudalics <rudalics@gmx.at>
2579
2580 * window.el (display-buffer-reuse-window)
2581 (display-buffer-pop-up-window): Don't reuse or split a side
2582 window.
2583
9234ff7f
GM
25842011-08-19 Glenn Morris <rgm@gnu.org>
2585
2586 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 2587 Downcase "Mode:". (Bug#9331)
9234ff7f 2588
f635daa1
CY
25892011-08-18 Chong Yidong <cyd@stupidchicken.com>
2590
2591 * international/characters.el: Add L and R categories.
2592
2593 * subr.el (bidi-string-mark-left-to-right): Rename from
2594 string-mark-left-to-right. Use category search.
2595
2596 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
2597
bc987f8b
JL
25982011-08-18 Juri Linkov <juri@jurta.org>
2599
2600 * faces.el (error, warning, success): New faces with definitions
2601 copied from old default values of `font-lock-warning-face',
2602 `compilation-warning', `compilation-info' (bug#6117).
2603
2604 * font-lock.el (font-lock-warning-face): Inherit from `error'.
2605
2606 * progmodes/compile.el (compilation-error): Inherit from `error'.
2607 (compilation-warning): Inherit from `warning'.
2608 (compilation-info): Inherit from `success'.
2609
2610 * dired.el (dired-marked): Inherit from `warning'.
2611 (dired-flagged): Inherit from `error'.
2612
57173b96
LMI
26132011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2614
3e79eb87
LMI
2615 * mail/smtpmail.el (auth-source): Require to avoid problems with
2616 binding variables (bug#9298). Also clean up some unused
2617 autoloads.
2618
b3fd59bd
SM
2619 * net/network-stream.el (network-stream-open-starttls):
2620 Support using starttls.el without using gnutls-cli.
57173b96 2621
02b404de
JL
26222011-08-17 Juri Linkov <juri@jurta.org>
2623
2624 * progmodes/grep.el (rgrep): Handle the case when
2625 `grep-find-command' is a cons cell (bug#9278).
2626
8c9177f2
MR
26272011-08-17 Martin Rudalics <rudalics@gmx.at>
2628
2629 * window.el (display-buffer-pop-up-frame): Run frame creation
2630 function with BUFFER current (as special-display-popup-frame
2631 does). Reported by Drew Adams.
2632
3644a0ab
DU
26332011-08-17 Daiki Ueno <ueno@unixuser.org>
2634
2635 * epa-mail.el: Simplify GnuPG group expansion using
2636 epg-expand-group.
2637 (epa-mail-group-alist, epa-mail-group-modtime)
2638 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
2639 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
2640 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
2641 Remove.
2642
5e617bc2 26432011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
2644
2645 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
2646
9c4aeabf
AM
26472011-08-16 Alan Mackenzie <acm@muc.de>
2648
2649 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
2650 Correct, to avoid the inside of macros.
2651
3a99bf64
RS
26522011-08-16 Richard Stallman <rms@gnu.org>
2653
04963aa8
RS
2654 * epa-mail.el: Handle GnuPG group definitions.
2655 (epa-mail-group-alist, epa-mail-group-modtime)
2656 (epa-mail-gnupg-conf-file): New variables.
2657 (epa-mail-parse-groups, epa-mail-sync-groups)
2658 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
2659 (epa-mail-expand-recipients): New functions.
2660 (epa-mail-encrypt): Call epa-mail-expand-recipients.
2661
177549d0
RS
2662 * mail/rmail.el (rmail-epa-decrypt): New command.
2663
fe38beef
RS
2664 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
2665 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
2666 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
2667 (epa-decrypt-armor-in-region): Make error message clearer.
2668
934eacb9
SM
26692011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2670
2671 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
2672 and "a2b" to "ab" for `prefix'.
2673
d024fb4e
CY
26742011-08-14 Chong Yidong <cyd@stupidchicken.com>
2675
2676 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
2677 filter groups.
de148fee
CY
2678 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
2679 Fourquet (Bug#8804).
d024fb4e 2680
62f1ca49
JB
26812011-08-12 Juanma Barranquero <lekktu@gmail.com>
2682
2683 * startup.el (argi): Declare as global variable (bug#9275).
2684
9ccaaa4b
CY
26852011-08-12 Chong Yidong <cyd@stupidchicken.com>
2686
2687 * subr.el (string-mark-left-to-right): Search the entire string
2688 for RTL script, not just the terminating character. Doc fix.
2689
a3dae87a
SM
26902011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2691
6cd18349
SM
2692 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
2693 New function.
2694 (js--regexp-literal, js-syntax-propertize-function): Remove.
2695 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
2696 (js-mode-map): Don't rebind electric keys.
2697 (js-insert-and-indent): Remove.
2698 (js-mode): Setup electric-layout and electric-indent instead.
2699
a3dae87a
SM
2700 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
2701
9d5cb631
DU
27022011-08-12 Daiki Ueno <ueno@unixuser.org>
2703
2704 * epa.el (epa-progress-callback-function): Fix the logic of
2705 displaying progress.
2706 * epa-file.el (epa-file-insert-file-contents): Make progress
2707 display more user-friendly.
2708 (epa-file-write-region): Ditto.
2709
3e26a4a2
CY
27102011-08-10 Chong Yidong <cyd@stupidchicken.com>
2711
2712 * subr.el (string-mark-left-to-right): New function.
2713
2714 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
2715 Use string-mark-left-to-right.
2716 (list-buffers-noselect): Caller changed.
2717
a3dae87a
SM
2718 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2719 Use string-mark-left-to-right.
3e26a4a2
CY
2720 (tabulated-list-print): Recenter after moving point.
2721
ac8cf6e6
JL
27222011-08-10 Juri Linkov <juri@jurta.org>
2723
2724 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
2725 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
2726 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
2727
8d96c9a4
CY
27282011-08-09 Chong Yidong <cyd@stupidchicken.com>
2729
2730 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
2731 (Bug#7554).
2732
7be1c708 27332011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
2734
2735 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
2736 character. (Bug#6594)
2737
37e11a63
CY
27382011-08-08 Chong Yidong <cyd@stupidchicken.com>
2739
839dde57
CY
2740 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
2741 (image-dired--with-db-file): New macro.
2742 (image-dired-write-tags, image-dired-remove-tag)
2743 (image-dired-create-gallery-lists, image-dired-write-comments)
2744 (image-dired-get-comment, image-dired-mark-tagged-files)
2745 (image-dired-list-tags, image-dired-gallery-generate): Use it.
2746 (image-dired-gallery-generate): Use insert-file-contents.
2747
37e11a63
CY
2748 * time.el (display-time-world-list, display-time-world-display):
2749 * time-stamp.el (time-stamp-string):
2750 * vc/add-log.el (add-change-log-entry): Use setenv instead of
2751 set-time-zone-rule (Bug#7337).
2752
0b4946c4
DU
27532011-08-08 Daiki Ueno <ueno@unixuser.org>
2754
2755 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
2756 (epg-error-to-string, epg-errors-to-string): New function.
2757 (epg-wait-for-completion): Reverse errors list.
2758 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
2759 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
2760 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
2761 (epg-sign-keys, epg-generate-key-from-file)
2762 (epg-generate-key-from-string): Format errors by using
2763 epg-errors-to-string (bug#9255).
2764 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
2765
75bfc667
JL
27662011-08-07 Juri Linkov <juri@jurta.org>
2767
2768 * faces.el (list-faces-display): Remove extra angle bracket
2769 from `help-mode-map'.
2770
2771 * info.el (Info-history-toc-nodes): Doc fix.
2772
2773 * longlines.el (longlines-mode): Doc fix.
2774
673e08bb
SM
27752011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
2776
4640dd88
SM
2777 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
2778 of statements and in a few more cases (bug#9183).
2779
673e08bb
SM
2780 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
2781 New functions.
2782 (cl-transform-lambda): Use them (bug#9239).
2783
89b3f019
MR
27842011-08-05 Martin Rudalics <rudalics@gmx.at>
2785
2786 * window.el (display-buffer-same-window)
2787 (display-buffer-same-frame, display-buffer-other-window)
2788 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
2789 (pop-to-buffer-other-window)
2790 (pop-to-buffer-same-frame-other-window)
2791 (pop-to-buffer-other-frame): Make them defuns.
2792 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
2793
640c8776
SM
27942011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2795
2796 * subr.el (make-composed-keymap): Move from C. Change calling
2797 convention, and improve docstring to bring attention to a subtle point.
2798 * minibuffer.el (completing-read-default): Adjust accordingly.
2799
63648a95
MA
28002011-08-03 Michael Albinus <michael.albinus@gmx.de>
2801
2802 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2803 (tramp-open-shell): Use `tramp-shell-quote-argument'.
2804
2805 * net/trampver.el: Update release number.
2806
b796c9b7
SM
28072011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2808
2809 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
2810 "in" (bug#9190).
2811
2239d7d5
LMI
28122011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2813
e07dd7c3
LMI
2814 * mail/sendmail.el (sendmail-query-once): Restore the current
2815 buffer after querying (bug#9074).
2816
0e6a2bd7
LMI
2817 * dired.el (dired-flagged): Use different faces for marked and
2818 flagged files (bug#6117).
2819
ce887515
LMI
2820 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
2821 (bug#4433).
2822
92f2affc
LMI
2823 * ido.el (ido-mode): Switch off the message if called
2824 non-interactively.
2825
57d5aff0
LMI
2826 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
2827 before 587, since it appears that that's more likely to work for
2828 more people.
2829
98cd6c18
LMI
2830 * cus-edit.el (custom-file): When running under emacs -q, always
2831 refuse to save the customisations, even if the .emacs file doesn't
2832 exist.
2833
b96dec83
LMI
2834 * info.el: Remove the `Info-beginning-of-buffer' function
2835 (bug#8325).
2836
b796c9b7
SM
2837 * net/network-stream.el (network-stream-open-starttls):
2838 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 2839
d90e2ea0
MR
28402011-08-01 Martin Rudalics <rudalics@gmx.at>
2841
2842 * window.el (display-buffer-in-window): Don't set dedicated status
2843 of window here (Bug#9215).
2844 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2845 (display-buffer-pop-up-side-window)
b796c9b7 2846 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 2847
cca09170
SM
28482011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
2851 before binding generated-autoload-file.
2852
027b979c
DD
28532011-08-01 Deniz Dogan <deniz@dogan.se>
2854
2855 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
2856
3c7ee4f3
MA
28572011-07-30 Michael Albinus <michael.albinus@gmx.de>
2858
2859 Sync with Tramp 2.2.2.
2860
2861 * net/trampver.el: Update release number.
2862
2cc8e51a
JL
28632011-07-30 Juri Linkov <juri@jurta.org>
2864
2865 * dired-aux.el (dired-touch-initial): Remove function.
2866 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
2867 current time, and `default' to the last modification time of the
2868 current marked file (bug#6887).
2869
a514d856
JM
28702011-07-28 Jose E. Marchesi <jemarch@gnu.org>
2871
2872 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 2873 numeric argument to read-number (bug#9163).
a514d856 2874
8a7eddd7
MA
28752011-07-27 Michael Albinus <michael.albinus@gmx.de>
2876
2877 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
2878 connection process, it could be nil.
2879
1ddd96f5
LL
28802011-07-27 Leo Liu <sdl.web@gmail.com>
2881
2882 Simplify url handling in rcirc-mode.
2883
2884 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
2885 (rcirc-browse-url-at-mouse): Remove.
2886 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
2887
b248a85d
AM
28882011-07-26 Alan Mackenzie <acm@muc.de>
2889
2890 Fontify bitfield declarations properly.
2891
2892 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
2893 (c-symbol-chars): Now exported as a lang variable.
2894 (c-not-primitive-type-keywords): New lang variable.
2895
2896 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
2897 QT keyword "more" to prevent "more slots: ...." being spuriously
2898 parsed as a bitfield declaraion.
2899
b796c9b7
SM
2900 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2901 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
2902 (c-punctuation-in): New function.
2903 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
2904 declarations properly.
2905
68575ab0
UJ
29062011-07-26 Ulf Jasper <ulf.jasper@web.de>
2907
2908 * calendar/icalendar.el (icalendar--all-events): Take care of
2909 multiple vcalendars in a single file.
b796c9b7 2910 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 2911
0f0a88b9
DD
29122011-07-25 Deniz Dogan <deniz@dogan.se>
2913
2914 * image.el (insert-image): Clarifying docstring.
2915
0b3f36df
MA
29162011-07-24 Michael Albinus <michael.albinus@gmx.de>
2917
2918 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
2919 `tramp-send-command-and-check' if there is no error.
2920 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
2921
a9901f61
AM
29222011-07-22 Alan Mackenzie <acm@muc.de>
2923
2924 Prevent cc-langs.elc being loaded at run time.
2925
2926 * progmodes/cc-mode.el: Remove two autoload forms which loaded
2927 cc-langs.
2928
4d61f28d 2929 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
2930 "(require 'cc-langs)". Quote a form so it will evaluate at
2931 (cc-mode's) compilation time.
2932
11d074b2
MA
29332011-07-22 Michael Albinus <michael.albinus@gmx.de>
2934
2935 * net/tramp.el (tramp-file-name-handler): Avoid recursive
2936 loading. (Bug#9114)
2937
938b94c8
MR
29382011-07-21 Martin Rudalics <rudalics@gmx.at>
2939
2940 * window.el (display-buffer-pop-up-window)
2941 (display-buffer-pop-up-side-window)
2942 (display-buffer-in-side-window): Call display-buffer-set-height
2943 and display-buffer-set-width after setting the new window's
b796c9b7 2944 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 2945
bfa4f190
SS
29462011-07-20 Sam Steingold <sds@gnu.org>
2947
2948 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
2949 (etags-tags-included-tables): Call `convert-standard-filename' on
2950 the file names contained in TAGS so that windows Emacs can handle
2951 TAGS files created by cygwin ctags.
2952
8ca42262
LMI
29532011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2954
2955 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
2956 which apparently didn't work.
2957
5db2afd2 29582011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 2959
5db2afd2
RW
2960 * proced.el (proced-send-signal): For *Marked Processes* buffer
2961 put point at beginning of buffer.
2962
92e15d10
SB
29632011-07-19 Stephen Berman <stephen.berman@gmx.net>
2964
2965 * proced.el (proced-format): Make header lines align with the text
2966 (bug#1779).
2967
1bfd59e5
LMI
29682011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2969
2970 * view.el (view-buffer): Allow running in `special' modes if we're
2971 visiting a file (bug#8615).
2972
f5aae37c
MR
29732011-07-19 Martin Rudalics <rudalics@gmx.at>
2974
2975 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
2976 (display-buffer-alist-set-1, display-buffer-alist-set-2):
2977 New functions.
f5aae37c
MR
2978 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
2979 more accurately.
2980
bf2c1571
AM
29812011-07-18 Alan Mackenzie <acm@muc.de>
2982
2983 Fontify declarators properly when, e.g., a jit-lock chunk begins
2984 inside a declaration.
2985
2986 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
2987
b796c9b7
SM
2988 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2989 New function.
bf2c1571
AM
2990 (c-complex-decl-matchers): Insert reference to
2991 c-font-lock-enclosing-decls.
2992
2993 * progmodes/cc-engine.el (c-backward-single-comment):
2994 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
2995 to nil around calls to (forward-comment -1).
2996
4e190b80
LMI
29972011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2998
12dc863d
LMI
2999 * image.el (put-image): Doc typo fix.
3000
a762e966
LMI
3001 * progmodes/etags.el (tags-search): Doc typo fix.
3002
4e190b80
LMI
3003 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
3004 password if we get errors 550 to 554.
3005
f019fb21
LMI
30062011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3007
b796c9b7 3008 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 3009
81746738
LMI
3010 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
3011 indentation character (bug#6380).
3012
3ee3a1b5
LMI
3013 * files.el (buffer-offer-save): Made permanently local (bug#6241).
3014
c82f64de
LMI
3015 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
3016 to clarify what the problem is (bug#4291).
3017
f019fb21
LMI
3018 * simple.el (current-kill): Clarify what
3019 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
3020 (auto-fill-mode): Document `auto-fill-function' in relation to
3021 `auto-fill-mode' (bug#2470).
f019fb21 3022
0794775d
LM
30232011-07-16 Lawrence Mitchell <wence@gmx.li>
3024
3025 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
3026 method if slot is read-only (bug#9035).
3027
be39b8cc
MR
30282011-07-16 Martin Rudalics <rudalics@gmx.at>
3029
b796c9b7 3030 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 3031 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
3032 selected before, see discussion of (Bug#8615), (Bug#6954).
3033 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 3034
6ccf7859
GM
30352011-07-15 Glenn Morris <rgm@gnu.org>
3036
3037 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 3038 Respect help-form.
6ccf7859 3039
87e86684
LM
30402011-07-09 Lawrence Mitchell <wence@gmx.li>
3041
3042 * net/gnutls.el (gnutls-min-prime-bits): New variable.
3043 (gnutls-negotiate): Use it.
3044
d6066239
LMI
30452011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3046
b796c9b7
SM
3047 * net/gnutls.el (gnutls-negotiate):
3048 Upcase `gnutls-algorithm-priority'.
d6066239 3049
bd23ebc0
GM
30502011-07-15 Glenn Morris <rgm@gnu.org>
3051
c65bca65
GM
3052 * jka-compr.el (jka-compr-verbose): Move from here...
3053 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
3054 Add missing :version tag.
3055 * info.el: No need to require jka-compr when compiling.
bd23ebc0 3056
478615cc
LMI
30572011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3058
7b41decb
LMI
3059 * net/gnutls.el (gnutls-algorithm-priority): New variable.
3060 (gnutls-negotiate): Use it.
3061
dbc44fcd
LMI
3062 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
3063
06789f97
LMI
3064 * info.el (Info-beginning-of-buffer): New command.
3065 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
3066 announcing `b' as the key (bug#8325).
ab896c37 3067 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 3068
c39da690
LMI
3069 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
3070
3aa5f34b
LMI
3071 * international/mule-cmds.el
3072 (describe-specified-language-support): Make the error message
3073 clearer (bug#8905).
3074
4bf0979f
LMI
3075 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
3076
478615cc
LMI
3077 * isearch.el (isearch-barrier): Add a doc string, since it's
3078 mentioned in a function doc string (bug#8678).
3079
75c68aa1
MR
30802011-07-15 Martin Rudalics <rudalics@gmx.at>
3081
3082 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
3083 buffer argument (Bug#9083) and self-identifying label argument.
3084
a7c33da2
GM
30852011-07-15 Glenn Morris <rgm@gnu.org>
3086
3087 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
3088
2f5c6024
LMI
30892011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3090
3091 * man.el (Man-fontify-manpage): Fix message when formatting the
3092 man page (bug#7929).
3093
0bb23927 30942011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
3095
3096 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
3097 argument LRM; if non-nil, append an invisible LRM character to the
3098 buffer name.
3099 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
3100 last argument non-nil, when formatting buffer names.
0bb23927
EZ
3101 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
3102 paragraph direction.
cce4b0a7 3103
621ef9ab
LMI
31042011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3105
d1583c48
LMI
3106 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
3107 the man page name (bug#7929).
3108
6a57fb5f
LMI
3109 * image.el (put-image): Mention the `put-image' overlay property
3110 (bug#7834).
3111
d7956b14
LMI
3112 * scroll-bar.el (set-scroll-bar-mode): Mention that
3113 `scroll-bar-mode' lists the values (bug#7772).
3114
5b2d4a66
LMI
3115 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
3116 command (bug#7729).
3117
7509a874
LMI
3118 * rect.el (apply-on-rectangle): Return the point after the last
3119 operation.
3120 (string-rectangle): Go to the point after the last operation
3121 (bug#7522).
3122
4fe74b19
LMI
3123 * printing.el (pr-toggle-region): Clarify the documentation
3124 slightly (bug#7493).
3125
b796c9b7
SM
3126 * time.el (display-time-update):
3127 Allow `display-time-mail-function' to return nil (bug#7158).
3128 Fix suggested by Detlev Zundel.
ab283561 3129
fc233c9d
LMI
3130 * vc/diff.el (diff): Clarify the order the file names are read
3131 (bug#7111).
3132
43f5740b
LMI
3133 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
3134 the doc string (bug#7015).
3135
f2182a76
LMI
3136 * font-lock.el (font-lock-maximum-decoration): Mention what
3137 numeric levels mean (bug#6935).
3138
621ef9ab
LMI
3139 * startup.el (initial-buffer-choice): Don't mention the `none'
3140 selection, which is against policy.
3141
adc47434
MR
31422011-07-14 Martin Rudalics <rudalics@gmx.at>
3143
b796c9b7
SM
3144 * window.el (display-buffer-normalize-special):
3145 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 3146
7e5bfb8f
EZ
31472011-07-14 Eli Zaretskii <eliz@gnu.org>
3148
3149 * subr.el (version<, version<=, version=): Mention "-CVS" and
3150 "-12345" alpha version numbers.
3151
27fa387a
CY
31522011-07-14 Chong Yidong <cyd@stupidchicken.com>
3153
3154 * bindings.el: Add advertised binding for set-mark-command
3155 (Bug#5772).
3156
8bdfa064
CY
31572011-07-14 Chong Yidong <cyd@stupidchicken.com>
3158
3159 * bindings.el (mode-line-other-buffer):
3160 * bookmark.el (bookmark-bmenu-2-window):
3161 * bs.el (bs-cycle-next, bs-cycle-previous):
3162 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
3163 switch-to-buffer.
3164
3165 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 3166 Delete.
8bdfa064 3167
5eba16a3
JB
31682011-07-14 Juanma Barranquero <lekktu@gmail.com>
3169
3170 * follow.el (follow-debug-message, follow-redisplay):
3171 * jka-cmpr-hook.el (with-auto-compression-mode):
3172 Fix typos in docstrings.
3173
15853710
LMI
31742011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3175
a28e4607
LMI
3176 * subr.el (with-silent-modifications): Clarify somewhat what the
3177 macro inhibits (bug#6525).
3178
15853710
LMI
3179 * simple.el (eval-expression): Note what it does if called
3180 interactively (bug#6495).
3181
bee0fcef
CY
31822011-07-13 Chong Yidong <cyd@stupidchicken.com>
3183
b796c9b7
SM
3184 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
3185 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
3186
3187 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3188 Remove switch-to-buffer.
3189
58274504
LMI
31902011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3191
bd2fcc8d
LMI
3192 * files.el (make-directory): Clarify that an error will be raised
3193 if there's an error (bug#6397).
3194
0f04b32c
LMI
3195 * startup.el (initial-buffer-choice): Add `none' as a choice
3196 (bug#6234).
3197
465c5fc8
LMI
3198 * subr.el (add-hook): Clarify section about buffer-local hooks
3199 (bug#6218).
3200
58274504
LMI
3201 * dired.el (dired-flagged): Clarify doc string (bug#6117).
3202
bead9a43
JB
32032011-07-13 Juanma Barranquero <lekktu@gmail.com>
3204
3205 * tabify.el (untabify): Preserve the current column so that point
3206 doesn't move (bug#6032).
3207
3af98a7b
LMI
32082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3209
b796c9b7
SM
3210 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
3211 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 3212
6240145a
GM
32132011-07-13 Glenn Morris <rgm@gnu.org>
3214
3215 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
3216 (dired-insert-directory): Give a message the first time
3217 if ls is found not to support --dired.
3218
1d8c2ccc
LMI
32192011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3220
3221 * simple.el (toggle-truncate-lines): Clarify what is toggled
3222 (bug#5580). Text by Drew Adams.
3223
5fc4038e
CY
32242011-07-13 Chong Yidong <cyd@stupidchicken.com>
3225
3226 * simple.el (blink-matching-open): Make the error message from the
3227 last change less verbose.
3228
bf6012e5
DN
32292011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3230
3231 * font-lock.el (font-lock-comment-face): Use the high contrast
3232 "yellow" color for font-lock-comment-face on low color terminals
3233 using a dark background color (bug#4221).
3234
343c3b5a
LMI
32352011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3236
7e9505c5
LMI
3237 * dired.el (dired-insert-set-properties): Make the doc string
3238 reflect what it does now (bug#5325).
3239
c26fdcf5
LMI
3240 * simple.el (blink-matching-open): Say that we were unable to find
3241 the match within the limit, if we're limited (bug#5122).
3242
bb388cc5
LMI
3243 * international/mule-cmds.el (prefer-coding-system): Add an
3244 example (bug#4869).
3245
343c3b5a
LMI
3246 * progmodes/etags.el (tags-search): Document `file-list-form'
3247 (bug#4731).
3248
2a517d45
LM
32492011-07-13 Lawrence Mitchell <wence@gmx.li>
3250
3251 * net/browse-url.el (browse-url-default-browser)
3252 (browse-url-browser-function): Make the default browser choice a
3253 bit more logical (bug#4300). Also clean up the doc string.
3254
b6c78ef2
JB
32552011-07-13 Juanma Barranquero <lekktu@gmail.com>
3256
3257 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
3258 binary endings (bug#4440).
3259
1c4dd947
LMI
32602011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3261
a2014063
LMI
3262 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
3263 which can be pretty annoying (bug#8971).
3264
9c9c2d88
LMI
3265 * jka-compr.el (jka-compr-verbose): New variable, and use
3266 throughout (bug#8971).
3267
1c4dd947
LMI
3268 * info.el (Info-find-file): Fall back on the installation
3269 directory if we can't find the info node anywhere else.
3270
a1c9f41b
SO
32712011-07-13 Sergei Organov <osv@javad.com> (tiny change)
3272
3273 * vc/vc.el (vc-revert-file):
3274 Don't set file time-stamp in the past. (Bug#5181)
3275
536f3d36
LMI
32762011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3277
7152b011
LMI
3278 * files.el (after-find-file): Give a better error message when
3279 trying to find a symlink that points to a file that doesn't exist
3280 (bug#4398).
3281
536f3d36
LMI
3282 * progmodes/cc-vars.el: Remove (probably) misleading comment
3283 (bug#4396).
3284
460c0fba
JB
32852011-07-12 Johan Bockgård <bojohan@gnu.org>
3286
3287 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
3288
7a6bda45
CY
32892011-07-12 Chong Yidong <cyd@stupidchicken.com>
3290
3291 * mouse-sel.el: Hack restoring functionality, while keeping
3292 compatibility with 2010-07-03 changes to mouse selection.
3293 (mouse-sel-primary-overlay): New var.
3294 (mouse-sel-selection-alist): Use it.
3295 (mouse-sel-mode): Doc fix; remove points that are default features
3296 of mouse.el.
3297
c79598ef
JB
32982011-07-12 Johan Bockgård <bojohan@gnu.org>
3299
3300 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3301 Fix previous fix (bug#2490).
3302
ff8be6ef
RW
33032011-07-12 Roland Winkler <winkler@gnu.org>
3304
b796c9b7
SM
3305 * textmodes/bibtex.el (bibtex-initialize):
3306 Use pop-to-buffer-same-window.
ff8be6ef
RW
3307 (bibtex-search-entries): Fix interactive call.
3308
296ba3ee
LMI
33092011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3310
f5242a02 3311 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
3312 Fontise bytecomp Error lines more correctly (bug#2490).
3313 Fix suggested by Johan Bockgård.
f5242a02 3314
296ba3ee
LMI
3315 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
3316
3317 * dired-x.el (dired-guess-default): Use `delete-dups'.
3318
f69fd0d2
CY
33192011-07-12 Chong Yidong <cyd@stupidchicken.com>
3320
3321 * dired.el (dired-mark-prompt):
3322 * dired-aux.el (dired-read-shell-command): Doc fix.
3323
eab5dc07
LMI
33242011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3325
b796c9b7
SM
3326 * mail/sendmail.el (sendmail-query-once):
3327 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
3328 emacs -Q.
3329
3330 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
3331
eab5dc07
LMI
3332 * cus-edit.el (custom-file): Take an optional no-error variable.
3333 (customize-save-variable): Set the variable, and give a warning if
3334 running under "emacs -q".
3335
a1e65d42
JB
33362011-07-11 Juanma Barranquero <lekktu@gmail.com>
3337
3338 * loadhist.el (unload-feature-special-hooks):
3339 Add `auto-coding-functions', `fill-nobreak-predicate' and
3340 `find-directory-functions' (bug#5327).
3341
1d52da10
LMI
33422011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3343
be958f1d
LMI
3344 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
3345
5bedb26c
LMI
3346 * cus-edit.el (custom-guess-name-alist): -alist variables should
3347 use the `alist' type (bug#3120). Suggested by Drew Adams.
3348
1d52da10
LMI
3349 * printing.el: Add documentation to all the `pr-toggle-' commands.
3350
481a51b6
LL
33512011-07-11 Leo <sdl.web@gmail.com> (tiny change)
3352
3353 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
3354 backends where it makes sense (bug#2623).
3355
dcc88d8a
LMI
33562011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3357
c3de9feb
LMI
3358 * dired-x.el (dired-guess-default): Remove duplicate shell command
3359 entries (bug#2028).
8a93078b 3360 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 3361 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 3362
dcc88d8a
LMI
3363 * subr.el (remove-duplicates): New conveniency function.
3364
505e3645
LMI
33652011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3366
3367 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
3368 (bug#1526).
3369
33702011-07-10 Martin Rudalics <rudalics@gmx.at>
3371
3372 * window.el (display-buffer-normalize-default): Don't invert
3373 meaning of even-window-heights. Reported by Eli Zaretskii
3374 <eliz@gnu.org>.
3375
455e4fa1
BR
33762011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
3377
3378 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
3379
8e0bc3e9
CY
33802011-07-10 Chong Yidong <cyd@stupidchicken.com>
3381
3382 * window.el (display-buffer): Fix arguments to
3383 display-buffer-reuse-window in last change.
3384
fa7c3228
CY
3385 * faces.el (link): Use a less saturated blue on light backgrounds.
3386
3387 * startup.el (fancy-startup-text, fancy-about-text)
3388 (fancy-startup-tail): Use font-lock faces, for background safety.
3389
c0a7f300
BN
33902011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
3391
b796c9b7
SM
3392 * emulation/viper-cmd.el (viper-change-state-to-vi):
3393 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 3394
4dc2a129
MR
33952011-07-09 Martin Rudalics <rudalics@gmx.at>
3396
3397 * window.el (display-buffer-default-specifiers): Remove.
3398 (display-buffer-macro-specifiers): Remove default specifiers.
3399 (display-buffer-alist): Default to nil.
b796c9b7 3400 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
3401 (display-buffer-pop-up-window): Allow splitting internal
3402 windows. Check whether a live window was created.
3403 (display-buffer-other-window-means-other-frame)
3404 (display-buffer-normalize-arguments): Rename to
3405 display-buffer-normalize-argument and rewrite. Set the
3406 other-window specifier.
3407 (display-buffer-normalize-special): New function.
3408 (display-buffer-normalize-options): Rename to
3409 display-buffer-normalize-default and rewrite.
3410 (display-buffer-normalize-options-inhibit): Remove.
3411 (display-buffer-normalize-specifiers): Rewrite.
3412 (display-buffer): Process other-window specifier and call
3413 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
3414 more faithfully.
b796c9b7 3415 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 3416 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
3417 (display-buffer-in-window, display-buffer-alist-set):
3418 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
3419 <tassilo@member.fsf.org>.
3420
2d43b8c9
LL
34212011-07-09 Leo Liu <sdl.web@gmail.com>
3422
3423 * register.el (insert-register): Restore accidental change on
3424 2011-06-26. (Bug#9028)
3425
7f9b7c53
GM
34262011-07-09 Glenn Morris <rgm@gnu.org>
3427
3428 * subr.el (remq): Handle the empty list. (Bug#9024)
3429
f042cfd8
AS
34302011-07-08 Andreas Schwab <schwab@linux-m68k.org>
3431
3432 * mail/sendmail.el (send-mail-function): No longer delay custom
3433 initialization.
3434 * custom.el (custom-initialize-delay): Doc fix.
3435
856b2f11
SM
34362011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3437
3438 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
3439
afae1d68
MA
34402011-07-08 Michael Albinus <michael.albinus@gmx.de>
3441
3442 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
3443 human-friendly prompt.
3444
0757af94
SM
34452011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3446
3447 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
3448 provided by a particular plugin.
3449
d760b731
LMI
34502011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3451
3452 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
3453 save customizations (with "emacs -Q"), just set the variable
3454 instead of erroring out.
3455
3456 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
3457
cd79ce90
JL
34582011-07-08 Juri Linkov <juri@jurta.org>
3459
3460 * arc-mode.el (archive-zip-expunge, archive-zip-update)
3461 (archive-zip-update-case): Use 7z if found by `executable-find'.
3462 The order of searching the available programs is the same as in
3463 `archive-zip-extract' (bug#8968).
3464
14cc04aa
CY
34652011-07-07 Chong Yidong <cyd@stupidchicken.com>
3466
3467 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
3468 (menu-bar-options-menu): Tweak descriptions.
3469
0a1848ec
LMI
34702011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3471
3472 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
3473 menu items into verb phrases (bug#1421). Also refill to fit under
3474 80 columns.
3475
f5bd0689
CY
34762011-07-07 Chong Yidong <cyd@stupidchicken.com>
3477
538e85c6
CY
3478 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
3479 (Info-read-node-name): Doc fix (Bug#1084).
3480
f5bd0689
CY
3481 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
3482 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
3483 (end-of-sexp, beginning-of-sexp)
3484 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
3485 (forward-symbol, forward-same-syntax, word-at-point)
3486 (sentence-at-point): Doc fix (Bug#1144).
3487
56ec5115
LMI
34882011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3489
f3f8e37f
LMI
3490 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
3491 should cover it (bug#1281).
3492
0757af94 3493 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 3494
12b9eb35
LMI
3495 * net/network-stream.el (network-stream-open-starttls): If gnutls
3496 negotiation fails, then possibly try again with a non-encrypted
3497 connection (bug#9017).
3498
56ec5115
LMI
3499 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
3500 be used.
3501
c2f9aec8
RS
35022011-07-07 Richard Stallman <rms@gnu.org>
3503
3504 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
3505 property, and handle its changed format.
3506 Look for the correct line number.
3507 Use file's line contents (but not past first =) to find
3508 correct line in message.
3509
ef7b981d 35102011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
3511
3512 * international/characters.el (build-unicode-category-table):
3513 Delete it.
0757af94 3514 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 3515
0757af94 3516 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
3517 to src/chartab.c.
3518 (get-char-code-property): Call unicode-property-table-internal to
3519 load a file. Call get-unicode-property-internal where necessary.
3520 (put-char-code-property): Call unicode-property-table-internal to
3521 load a file. Call put-unicode-property-internal where necessary.
3522 put-unicode-property-internal where necessary.
0757af94
SM
3523 (char-code-property-description):
3524 Call unicode-property-table-internal to load a file.
c805dec0
KH
3525
3526 * international/charprop.el:
3527 * international/uni-bidi.el:
3528 * international/uni-category.el:
3529 * international/uni-combining.el:
3530 * international/uni-comment.el:
3531 * international/uni-decimal.el:
3532 * international/uni-decomposition.el:
3533 * international/uni-digit.el:
3534 * international/uni-lowercase.el:
3535 * international/uni-mirrored.el:
3536 * international/uni-name.el:
3537 * international/uni-numeric.el:
3538 * international/uni-old-name.el:
3539 * international/uni-titlecase.el:
3540 * international/uni-uppercase.el: Regenerate.
3541
3542 * loadup.el: Load international/charprop.el before
3543 international/characters.
3544
e14b388a
CY
35452011-07-07 Chong Yidong <cyd@stupidchicken.com>
3546
3547 * window.el (next-buffer, previous-buffer): Signal an error if
3548 called from a minibuffer window.
3549
3550 * bindings.el: Revert 2011-07-04 change.
3551
354cf0ba
RS
35522011-07-06 Richard Stallman <rms@gnu.org>
3553
3554 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
3555 (rmail-mime-insert-bulk, rmail-mime-insert-text):
3556 Treat markers like ints.
3557 (rmail-mime-entity): Doc fix.
3558
a48868a7
LMI
35592011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3560
4906cd3d
LMI
3561 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
3562 defcustom again for backwards compatibility.
3563
e0457abe
LMI
3564 * simple.el (shell-command-on-region): Fill.
3565
d67f7e1f
LMI
3566 * dired-aux.el (dired-kill-line): Add a doc string.
3567
fe204702
LMI
3568 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
3569 to "\\sw\\|\\s_" (bug#358).
3570
a48868a7
LMI
3571 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
3572 (dired-unmark-backward): Ditto.
3573 (dired-flag-backup-files): Ditto.
3574
3575 * dired-x.el (dired-mark-sexp): Ditto.
3576
aa8a705c
RS
35772011-07-06 Richard Stallman <rms@gnu.org>
3578
3579 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
3580 (rmail-mime-entity): New arg TRUNCATED.
3581 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
3582 New functions.
3583 (rmail-mime-save): Warn if entity is truncated.
3584 (rmail-mime-toggle-hidden): Likewise, for showing.
3585 (rmail-mime-process-multipart): Record when an entity is truncated.
3586
a9a936b9
RS
3587 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
3588 if ENTITY is a string.
3589
1f2b92cb
LMI
35902011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3591
f4f73198 3592 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
3593 of faces when `M-C-x'-ing their definitions (bug#8378).
3594 Also clean up the code slightly.
f4f73198 3595
12b16734 3596 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 3597 because that makes the colors go away.
12b16734 3598
f0691d22
LMI
3599 * mail/sendmail.el (send-mail-function): Change the default to
3600 `sendmail-query-once'.
9e87df06 3601 (sendmail-query-once): Add an autoload cookie.
f0691d22 3602
1f2b92cb
LMI
3603 * net/network-stream.el (network-stream-open-starttls): Try using
3604 a plain connection even if the server offered STARTTLS, and we
3605 kinda wanted to use it, if Emacs doesn't have any STARTTLS
3606 capability. This should make smtpmail.el work in slightly more
3607 configurations.
3608
1cdd2a1b
MA
36092011-07-06 Michael Albinus <michael.albinus@gmx.de>
3610
3611 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
3612 New defun.
3613 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
3614
fbcc67e2
MM
36152011-07-06 Michael R. Mauger <mmaug@yahoo.com>
3616
3617 * progmodes/sql.el: Version 3.0
0757af94 3618 (sql-product-alist): Add product :completion-object,
fbcc67e2 3619 :completion-column, and :statement attributes.
0757af94 3620 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 3621 (sql-mode-syntax-table): Mark all punctuation.
0757af94 3622 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
3623 ansi keywords.
3624 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 3625 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
3626 (sql-oracle-show-reserved-words): New function for development.
3627 (sql-product-font-lock): Simplify for source code buffers.
3628 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
3629 New functions.
3630 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
3631 (sql-mode-map): Add statement movement functions.
3632 (sql-ansi-statement-starters, sql-oracle-statement-starters):
3633 New variable.
fbcc67e2
MM
3634 (sql-statement-regexp, sql-beginning-of-statement)
3635 (sql-end-of-statement, sql-signum): New functions.
0757af94 3636 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
3637 (sql-show-sqli-buffer): Bug fix.
3638 (sql-interactive-mode): Store connection data as buffer local.
0757af94 3639 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
3640 with sql-interactive-mode.
3641 (sql-save-connection): Save buffer local settings.
0757af94 3642 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
3643 (sql-product-interactive): Bug fix.
3644 (sql-preoutput-hold): New variable.
3645 (sql-interactive-remove-continuation-prompt): Bug fixes.
3646 (sql-debug-redirect): New variable.
3647 (sql-str-literal): New function.
3648 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 3649 Redesign.
fbcc67e2
MM
3650 (sql-oracle-save-settings, sql-oracle-restore-settings)
3651 (sql-oracle-list-all, sql-oracle-list-table): New functions.
3652 (sql-completion-object, sql-completion-column)
3653 (sql-completion-sqlbuf): New variables.
3654 (sql-build-completions-1, sql-build-completions)
3655 (sql-try-completion): New functions.
3656 (sql-read-table-name): Use them.
3657 (sql-contains-names): New buffer local variable.
3658 (sql-list-all, sql-list-table): Use it.
3659 (sql-oracle-completion-types): New variable.
3660 (sql-oracle-completion-object, sql-sqlite-completion-object)
3661 (sql-postgres-completion-object): New functions.
3662
d4eaeab1
GM
36632011-07-06 Glenn Morris <rgm@gnu.org>
3664
3665 * window.el (pop-to-buffer): Doc fix.
3666
322b7dab 36672011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
3668
3669 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
3670
322b7dab 36712011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 3672
322b7dab 3673 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 3674
322b7dab 3675 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 3676
605dd5bf
CY
36772011-07-05 Chong Yidong <cyd@stupidchicken.com>
3678
3679 * button.el (button): Inherit from link face. Suggested by Dan
3680 Nicolaescu.
3681
7dbfa719
SM
36822011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3683
3db614b0
SM
3684 * progmodes/gdb-mi.el: Fit in 80 columns.
3685 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
3686 switch-to-buffer.
3687
7dbfa719
SM
3688 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
3689 if imenu is simply not configured (bug#8941).
3690
919d884a
KM
36912011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
3692
3693 * allout.el (allout-post-undo-hook): New allout outline-change
3694 event hook to signal undo activity.
3695 (allout-post-command-business): Run allout-post-undo-hook if an
3696 undo just occurred.
7dbfa719
SM
3697 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
3698 * allout-widgets.el (allout-widgets-after-undo-function):
3699 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
3700 in the vicinity of an undo.
3701 (allout-widgets-mode): Include allout-widgets-after-undo-function
3702 on the new allout-post-undo-hook.
3703
450a0f09
SM
37042011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3705
3706 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
3707 Let define-derived-mode define it.
3708 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
3709 cycles of abbrev-table inheritance (bug#8998).
3710
2de69e00
RW
37112011-07-05 Roland Winkler <winkler@gnu.org>
3712
3713 * textmodes/bibtex.el: Add support for biblatex.
3714 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
3715 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
3716 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
3717 (bibtex-entry-alist, bibtex-field-alist): New variables.
3718 (bibtex-entry-field-alist): Obsolete alias for
3719 bibtex-BibTeX-entry-alist.
3720 (bibtex-entry-alist, bibtex-field-alist): New widgets.
3721 (bibtex-set-dialect): New command.
3722 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
3723 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
3724 Bind via bibtex-set-dialect.
2de69e00
RW
3725 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
3726 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
3727 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
3728 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
3729 Define via bibtex-set-dialect.
450a0f09
SM
3730 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
3731 Obey bibtex-no-opt-remove-re.
2de69e00
RW
3732 (bibtex-vec-push, bibtex-vec-incr): New functions.
3733 (bibtex-format-entry, bibtex-field-list)
3734 (bibtex-print-help-message, bibtex-validate)
3735 (bibtex-search-entries): Use new format of bibtex-entry-alist.
3736
2dcdbdd9
SM
37372011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * progmodes/compile.el (compilation-goto-locus):
3740 * net/tramp-cmds.el (tramp-append-tramp-buffers):
3741 * bs.el (bs-cycle-next, bs-cycle-previous):
3742 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
3743 * bindings.el (mode-line-other-buffer):
3744 * autoinsert.el (auto-insert):
3745 * arc-mode.el (archive-extract):
3746 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
3747
b27640fe
JB
37482011-07-05 Juanma Barranquero <lekktu@gmail.com>
3749
3750 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
3751 Fix check of `emacs-lock-unlockable-modes'.
3752 Coerce true values of `emacs-lock--try-unlocking' to t.
3753
53bbe3ad
JB
37542011-07-05 Juanma Barranquero <lekktu@gmail.com>
3755
3756 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
3757 * emacs-lock.el: New file.
3758
1d3cdbc7
JD
37592011-07-05 Julien Danjou <julien@danjou.info>
3760
3761 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
3762 than `boundp' to check if face is set.
3763
9173deec
JB
37642011-07-05 Juanma Barranquero <lekktu@gmail.com>
3765
3766 * register.el (registerv-make):
3767 * window.el (window-min-height): Fix typos in docstrings.
3768
869795d6
JD
37692011-07-05 Jan Djärv <jan.h.d@swipnet.se>
3770
9173deec 3771 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
3772 Update doc string.
3773
b768cdcd
JB
37742011-07-04 Juanma Barranquero <lekktu@gmail.com>
3775
3776 * server.el (server-execute): Catch quit and call
3777 `server-return-error' to pass the error back to emacsclient and
3778 close the connection (bug#8942).
3779
13aa217b
KM
37802011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
3781
3782 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
3783 insecure exception for current topic. Also note that auto-saves
3784 are handled differently.
3785
3786 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
3787 State variables for tracking auto-save inhibition situation.
3788
3789 (allout-write-contents-hook-handler): Rename from
3790 'allout-write-file-hook-handler', and describe how it depends on
3791 write-contents-functions sensitivity to non-nil value to prevent
3792 file write.
3793
3794 (allout-auto-save-hook-handler): Remove. auto-save does not check
3795 this in individual buffers, only in the starting buffer, so this
3796 is not the right way for us to inhibit auto-save in a buffer
3797 according to its condition.
3798
3799 (allout-mode): Use new allout-write-contents-hook-handler, and
3800 only with write-contents-functions. Remove auto-save provisions -
3801 they're implemented elsewhere.
3802
3803 (allout-before-change-handler): If undo is in progress, note that
3804 for attention of allout-post-command-business.
3805
3806 (allout-post-command-business): If the command we're following was
3807 an undo, check for change in the status of encrypted items and
3808 adjust auto-save inhibitions accordingly.
3809
3810 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
3811 according to whether there are or aren't any plain-text topics
3812 pending encryption.
3813
2dcdbdd9
SM
3814 (allout-inhibit-auto-save-info-for-decryption):
3815 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
13aa217b
KM
3816 there are plain-text topics pending encryption.
3817
3818 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
3819 buffer-saved-size and some allout state to not inhibit auto-saves
3820 if there are no longer any plain-text topics pending encryption.
3821
0757af94
SM
3822 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
3823 No longer provide for exemption of the current topic.
13aa217b 3824
ac89b32c
JL
38252011-07-04 Juri Linkov <juri@jurta.org>
3826
3827 Add 7z operations to delete and save changed members (bug#8968).
3828 * arc-mode.el (archive-7z-expunge, archive-7z-update):
3829 New defcustoms.
3830 (archive-7z-write-file-member): New function.
3831 (archive-7z-summarize): Fix the number of dashes in the
3832 listing output.
3833
8fa39615
SM
38342011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
3837 (bug#8958).
3838
2f11b3f1
CY
38392011-07-04 Chong Yidong <cyd@stupidchicken.com>
3840
d66fef2b
CY
3841 * bindings.el: Ignore next-buffer and previous-buffer in
3842 minibuffer-local-map.
3843
2f11b3f1
CY
3844 * font-lock.el (font-lock-builtin-face): Change light background
3845 color to dark slate blue (Bug#6693).
3846
f932a347
WD
38472011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
3848
3849 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
3850
c8af70e1
SM
38512011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
3854 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3855 Add switch-to-buffer.
3856
f158badc
LMI
38572011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3858
3859 * isearch.el (isearch-search-fun-function): Clarify further the
3860 meaning of the function returned.
3861
6d95bd46
MA
38622011-07-04 Michael Albinus <michael.albinus@gmx.de>
3863
3864 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
3865
3866 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
3867 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
3868 Use it.
3869 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
3870 `tramp-default-remote-path' does not exist.
3871 (tramp-send-command-and-read): New optional argument NOERROR.
3872 (tramp-open-connection-setup-interactive-shell)
3873 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
3874 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
3875 (tramp-process-sentinel): Flush also process' connection property.
3876 (tramp-sh-handle-start-file-process): Do not set process
3877 sentinel. It is done now ...
3878 (tramp-maybe-open-connection): ... here. (Bug#8929)
3879
909e6b67
MK
38802011-07-04 MON KEY <monkey@sandpframing.com>
3881
3882 * play/animate.el (animate-string): Doc fixes and allow changing
3883 the buffer name (bug#5417).
3884
38852011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3886
c8af70e1 3887 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 3888
f34755dc
PE
38892011-07-04 Paul Eggert <eggert@cs.ucla.edu>
3890
396cec72
PE
3891 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
3892 This is simpler and helps future-proof the code.
3893 (timer-until): Use time-subtract and float-time.
08235028 3894 (timer--time-less-p): Use time-less-p.
f34755dc 3895
56e6cc31
JB
38962011-07-04 Juanma Barranquero <lekktu@gmail.com>
3897
3abb79e5
JB
3898 * type-break.el (timep): Use the value of `float-time' to avoid a
3899 byte-compiler warning.
3900
56e6cc31
JB
3901 * server.el (server-eval-and-print): Return any result, even nil.
3902
7b9430b4
PE
39032011-07-03 Paul Eggert <eggert@cs.ucla.edu>
3904
3905 * type-break.el: Accept time formats that the builtins accept.
3906 (timep, type-break-time-difference): Accept any format that
3907 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
3908 This is simpler and helps future-proof the code.
3909 (type-break-time-difference): Round rather than ignoring
3910 subseconds components.
3911
3034e9e7
LMI
39122011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3913
3914 * info.el (Info-apropos-matches): Make non-interactive, since it
3915 doesn't seem to do anything useful as a command (bug#8829).
3916
1485f4c0
CY
39172011-07-03 Chong Yidong <cyd@stupidchicken.com>
3918
3919 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 3920 Move from faces.el.
1485f4c0
CY
3921 (frame-default-terminal-background): New function.
3922
3923 * custom.el (custom-push-theme): Don't record faces in `changed'
3924 theme; this doesn't work correctly for per-frame face settings.
3925 (disable-theme): Use face-set-after-frame-default to reset faces.
3926 (custom--frame-color-default): New function.
3927
9fa3dd45
LMI
39282011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3929
c8af70e1 3930 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
3931 (bug#8769).
3932
6cbbc20c
KR
39332011-03-29 Kevin Ryde <user42@zip.com.au>
3934
3935 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3936 `perl-Test2' extend to match possible "fail #N" rep count
3937 (bug#8377).
3938
c7f98048
LMI
39392011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3940
65676592
LMI
3941 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
3942 `smtpmail-via-smtp' now returns the error instead of nil.
3943
c7f98048
LMI
3944 * isearch.el (isearch-search-fun-function): Clarify the doc string
3945 (bug#8101).
3946
56e6cc31 39472011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
3948
3949 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
3950 unnecessary spaces (bug#8987).
3951
2b216704
LMI
39522011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3953
3954 * net/network-stream.el (open-network-stream): Use the
3955 :end-of-capability command thoughout.
3956
39572011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3958
3959 * net/network-stream.el (open-network-stream): Add the
3960 :end-of-capability command parameter, used by pop3.el.
3961
36adf6ce
LMI
39622011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3963
1ca0da0e
LMI
3964 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
3965
fc00f69c
LMI
3966 * fringe.el (fringe-query-style): Remove redundant text " (type ?
3967 for list)" (bug#6475).
3968
28fd8759 3969 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 3970 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
3971 an error (bug#6297).
3972
0dd8b6da
LMI
3973 * man.el (Man-reference-regexp): Allow matching possible
3974 word-wrapped references (bug#6289).
3975
ce1438d6
LMI
3976 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
3977 for consistency with the other vc buffers (bug#6197).
3978 (vc-checkin): Ditto.
3979
3980 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
3981
36adf6ce
LMI
3982 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
3983
e83cc1f7
LMI
39842011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3985
8a20ca4c
LMI
3986 * custom.el (defcustom): Clarify that :set is only used in the
3987 Customize user interface (bug#6089).
3988
83319045
LMI
3989 * progmodes/flymake.el (flymake-mode): If the buffer isn't
3990 associated with a file, refuse to run instead of erroring out
3991 (bug#6084).
3992
a8392169
LMI
3993 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
3994 the doc string, since it appears that using `fill-column' always
3995 controls the width (bug#7845).
3996
e83cc1f7
LMI
3997 * simple.el (shell-command-on-region): Say where the error output
3998 went if `shell-command-default-error-buffer' is set (bug#6857).
3999
e47ca23b
KM
40002011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
4001
4002 * allout.el (allout-yank-processing): Adjust cursor position for
4003 backwards-deleted space.
4004
4005 (allout-rebullet-heading): Register changes with
4006 allout-exposure-changed-hook, so the modified topic is properly
4007 decorated.
4008
5cf56143
LMI
40092011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4010
08549772
LMI
4011 * minibuffer.el (completion-in-region): Document PREDICATE
4012 (bug#7136).
4013
48e96771
LMI
4014 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
4015 of keyword/argument pairs (bug#6904).
4016
c8af70e1
SM
4017 * replace.el (multi-occur):
4018 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 4019
e17d05e2
LMI
40202011-07-02 Drew Adams <drew.adams@oracle.com>
4021
4022 * dired.el (dired-mark-if): Make the message about whether it's
4023 marking or unmarking clearer (bug#8523).
4024
063b0e45
LMI
40252011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4026
4027 * disp-table.el (display-table-print-array): New function.
4028 (describe-display-table): Use it to print the vectors more pretty
4029 (Bug#8859).
4030
28545e04
MR
40312011-07-02 Martin Rudalics <rudalics@gmx.at>
4032
4033 * window.el (window-state-get-1): Don't assign clone numbers.
4034 Add clone-of item to list of window parameters.
4035 (window-state-put-2): Don't process clone numbers.
4036 (display-buffer-alist): Fix doc-string.
4037
3349e122
SM
40382011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4039
4040 * subr.el (remq): Don't allocate if it's not needed.
4041 (keymap--menu-item-binding, keymap--menu-item-with-binding)
4042 (keymap--merge-bindings): New functions.
4043 (keymap-canonicalize): Use them to refine the canonicalization.
4044 * minibuffer.el (minibuffer-local-completion-map)
4045 (minibuffer-local-must-match-map): Move initialization from C.
4046 (minibuffer-local-filename-completion-map): Move initialization from C;
4047 don't inherit from anything here.
4048 (minibuffer-local-filename-must-match-map): Make obsolete.
4049 (completing-read-default): Use make-composed-keymap to combine
4050 minibuffer-local-filename-completion-map with either
4051 minibuffer-local-must-match-map or
4052 minibuffer-local-filename-completion-map.
4053
d224ac83
GM
40542011-07-01 Glenn Morris <rgm@gnu.org>
4055
3de63bf8
GM
4056 * type-break.el (type-break-time-sum): Use dolist.
4057
d224ac83
GM
4058 * textmodes/flyspell.el (flyspell-word-search-backward):
4059 Replace CL function.
4060
1a1e3f32
SM
40612011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4062
fe3f64d5
SM
4063 * mouse.el (mouse--strip-first-event): New function.
4064 (function-key-map): Use it to map fringe clicks to normal clicks
4065 by default.
4066
eb604e34
SM
4067 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
4068 (vc-bzr-revision-completion-table): Add support for annotate and date.
4069
1a1e3f32
SM
4070 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
4071 inherit from parent.
4072
5bd35902
LMI
40732011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4074
ace6c69c 4075 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 4076 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 4077
191e2bed
LMI
4078 * dired.el (dired-mode): Fix up the doc string as suggested by
4079 Drew Adams (bug#8817).
4080
5bd35902
LMI
4081 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
4082 cookie, since the manual says that it should be possible to add
4083 this function to `find-file-hook' (bug#8709).
4084
eee8207a
TZ
40852011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
4086
4087 * progmodes/cfengine.el: Moved all cfengine3.el functionality
4088 here. Noted Ted Zlatanov as the maintainer.
4089 (cfengine-common-settings, cfengine-common-syntax): New functions
4090 to set up common things between `cfengine-mode' and
4091 `cfengine3-mode'.
4092 (cfengine3-mode): New mode.
4093 (cfengine3-defuns cfengine3-defuns-regex
4094 (cfengine3-class-selector-regex cfengine3-category-regex)
4095 (cfengine3-vartypes cfengine3-font-lock-keywords)
4096 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 4097 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 4098
36b148cf
MA
40992011-07-01 Michael Albinus <michael.albinus@gmx.de>
4100
4101 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
4102
4103 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4104
0bf4ba9a
MR
41052011-07-01 Martin Rudalics <rudalics@gmx.at>
4106
4107 * window.el (same-window-buffer-names, same-window-regexps)
4108 (same-window-p, special-display-frame-alist)
4109 (special-display-popup-frame, special-display-function)
4110 (special-display-buffer-names, special-display-regexps)
4111 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
4112 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4113 (split-window-preferred-function, split-height-threshold)
4114 (split-width-threshold, even-window-heights)
4115 (display-buffer-mark-dedicated, window-splittable-p)
4116 (split-window-sensibly, window-safely-shrinkable-p):
4117 Un-obsolete.
4118 (display-buffer): Don't spread args with function specifier
4119 because special-display-popup-frame won't like it.
4120
35837f51
PE
41212011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4122
d0672f86
PE
4123 Time-stamp simplifications and fixes.
4124 These improve accuracy slightly, and future-proof the code
4125 against some potential changes to current-time format.
4126
b9444d97
PE
4127 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
4128 by using time-since and float-time.
4129
0ef923dc
PE
4130 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
4131 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
4132 + NNN microseconds".
4133
2f81380d
PE
4134 * type-break.el (type-break-time-sum): Rewrite using time-add.
4135
845b5c3e
PE
4136 * play/hanoi.el (hanoi-current-time-float): Remove.
4137 All uses replaced by float-time.
4138
ee6f1be0
PE
4139 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
4140 This yields a more-accurate answer.
4141 (rng-time-to-float): Remove; no longer needed.
4142
fe955043
PE
4143 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
4144
5777162a
PE
4145 * calendar/timeclock.el (timeclock-seconds-to-time):
4146 Defalias to seconds-to-time, since they're the same thing.
4147
3103f8b6 4148 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 4149 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
4150 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
4151
0e61a35f
SM
41522011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4153
4154 * window.el (bury-buffer): Don't iconify the only frame.
4155 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
4156 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
4157
ddd63a1e
CY
41582011-07-01 Chong Yidong <cyd@stupidchicken.com>
4159
0e61a35f
SM
4160 * eshell/em-smart.el (eshell-smart-display-navigate-list):
4161 Add mouse-yank-primary.
ddd63a1e 4162
055f4923
TZ
41632011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
4164
4165 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
4166
6a2fb145
SM
41672011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4168
4169 * emacs-lisp/find-func.el (find-library--load-name): New fun.
4170 (find-library-name): Use it to find relative load names when provided
4171 absolute file name (bug#8803).
4172
fd4983f2
LMI
41732011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4174
887d14ad
LMI
4175 * textmodes/flyspell.el (flyspell-word): Consider words that
4176 differ only in case as potential doublons (bug#5687).
4177
c53dc7fc
LMI
4178 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
4179 Remove two rather uninteresting debugging-like messages to make
4180 debbugs.el more silent.
4181
fd4983f2
LMI
4182 * comint.el (comint-password-prompt-regexp): Accept "Response" as
4183 a password-like phrase.
4184
b14c0c55
AM
41852011-06-30 Mastake YAMATO <yamato@redhat.com>
4186
4187 * progmodes/cc-guess.el: New file.
4188
6a2fb145 4189 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
4190
4191 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
4192 derived from `c-basic-common-init'.
4193
4194 * progmodes/cc-mode.el (top-level): Require cc-guess.
4195 (c-basic-common-init): Use `cc-choose-style-for-mode'.
4196
1fa280a3
LM
41972011-06-30 Lawrence Mitchell <wence@gmx.li>
4198
4199 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
4200
e6597158
AM
42012011-06-30 Alan Mackenzie <acm@muc.de>
4202
1fa280a3
LM
4203 * progmodes/cc-engine.el (c-guess-continued-construct):
4204 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
4205 lock is disabled. Name this case as "CASE G".
4206
68ba37fb
KM
42072011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
4208
4209 * allout.el (allout-yank-processing): Fix injection of extra space
4210 between bullet and non-whitespace character in first topic when
4211 pasting, ensuring that the actual spacing in the pasted topic
4212 following the bullet char is preserved. This extra space was
4213 causing pasted encrypted topics to get a decrypted status even
4214 when the content was actually still encrypted. Now the decryption
4215 status from before the paste is preserved.
4216
4217 (allout-flag-region): Set all allout overlays so they evaporate
4218 when reduced to zero length (evanescent), to prevent overlay
4219 leakage.
4220
887a0b34
GM
42212011-06-30 Glenn Morris <rgm@gnu.org>
4222
94b9acce
GM
4223 * w32-fns.el (w32-charset-info-alist): Declare.
4224
1d9b46d4
GM
4225 * find-dired.el (find-grep-options): Simplify.
4226
cc232200
GM
4227 * term/ns-win.el (ns-set-resource): Declare.
4228
28e77c46
GM
4229 * ses.el (row, col): Declare dynamic variables honestly.
4230
887a0b34
GM
4231 * textmodes/reftex-parse.el (index-tags): Declare.
4232
658d8eb8
CY
42332011-06-30 Chong Yidong <cyd@stupidchicken.com>
4234
4235 * cus-edit.el (customize-push-and-save): New function.
4236
4237 * files.el (hack-local-variables-confirm): Use it.
4238
1fa280a3
LM
4239 * custom.el (load-theme): New arg NO-CONFIRM.
4240 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
4241 (custom-enabled-themes): Doc fix.
4242
4243 * cus-theme.el (customize-create-theme)
4244 (custom-theme-merge-theme): Callers to load-theme changed.
4245
bb617717
LMI
42462011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4247
d61bdd5d
LMI
4248 * thingatpt.el (thing-at-point-short-url-regexp): Require that
4249 short URLs have at least one dot in them (bug #7614).
4250
bb617717
LMI
4251 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
4252 nil, because using a pty is apparently too slow (bug #895).
4253
2f31f37a
LMI
42542011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4255
4256 * mail/sendmail.el (sendmail-query-once): New function.
4257 (sendmail-query-once-function): New variable.
4258
3076b24e
GM
42592011-06-29 Glenn Morris <rgm@gnu.org>
4260
faf2a174
GM
4261 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
4262
3076b24e
GM
4263 * ses.el (top-level): Require cl when compiling.
4264 (ses-set-localvars): Fix error statement.
4265 Call it at compile time to silence a storm of warnings.
4266
5386012d
MR
42672011-06-29 Martin Rudalics <rudalics@gmx.at>
4268
4269 * window.el (normalize-live-buffer): Rename to
4270 window-normalize-buffer.
4271 (normalize-live-frame): Rename to window-normalize-frame.
4272 (normalize-any-window): Rename to window-normalize-any-window.
4273 (normalize-live-window): Rename to window-normalize-live-window.
4274 (make-window-atom): Rename to window-make-atom.
4275 (window-resize-reset): Rename to window--resize-reset.
4276 (window-resize-reset-1): Rename to window--resize-reset-1.
4277 (resize-mini-window): Rename to window--resize-mini-window.
4278 (resize-subwindows-skip-p): Rename to
4279 window--resize-subwindows-skip-p.
4280 (resize-subwindows-normal): Rename to
4281 window--resize-subwindows-normal.
4282 (resize-subwindows): Rename to window--resize-subwindows.
4283 (resize-other-windows): Rename to window--resize-siblings.
4284 (resize-this-window): Rename to window--resize-this-window.
4285 (resize-root-window): Rename to window--resize-root-window.
4286 (resize-root-window-vertically): Rename to
4287 window--resize-root-window-vertically.
4288 (normalize-buffer-to-display): Rename to
4289 window-normalize-buffer-to-display.
4290 (normalize-buffer-to-switch-to): Rename to
4291 window-normalize-buffer-to-switch-to.
4292 Correspondingly update all callers of the functions listed
4293 above.
4294 (display-buffer-alist, display-buffer-normalize-arguments)
4295 (display-buffer-normalize-options, display-buffer)
4296 (display-buffer-alist-set): Use "function" instead of
4297 "fun-with-args".
4298
1176868d
CY
42992011-06-28 Chong Yidong <cyd@stupidchicken.com>
4300
4301 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
4302 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
4303 debbugs.gnu.org. Mention acknowledgment email.
4304
20a7a65f
LMI
43052011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4306
4307 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
4308 buffer multibyteness, since it shouldn't matter.
4309
5f45cca5
MR
43102011-06-28 Martin Rudalics <rudalics@gmx.at>
4311
4312 * window.el (display-buffer-in-side-window): Handle dedicated
4313 windows as in display-buffer-reuse-window.
4314 (display-buffer-normalize-alist): Use value of override
4315 specifier.
4316 (display-buffer-normalize-specifiers): Use value of
4317 other-window-means-other-frame specifier.
4318 (display-buffer-alist): Rewrite some texts in widgets.
4319 (display-buffer): Spread arguments when calling function
4320 specified by fun-with-args.
4321
ad85fe1f
DD
43222011-06-28 Deniz Dogan <deniz@dogan.se>
4323
1fa280a3
LM
4324 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4325 Unnest `let'.
da68c4c8 4326
ad85fe1f
DD
4327 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
4328 selectors (Bug#5732).
ec49bd31 4329 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 4330
a08cc025
JA
43312011-06-27 Jari Aalto <jari.aalto@cante.net>
4332
4333 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
4334 (eshell-ls-date-format): New defcustom.
4335 (eshell-ls-file): Use it.
4336
e2b551c5
SM
43372011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 * help-fns.el (describe-variable): Fix message for terminal-local vars.
4340
8982b231
KY
43412011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
4342
4343 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
4344 (ange-ftp-make-tmp-name): New arg.
4345 (ange-ftp-file-local-copy): Use it.
4346
36c9fa27
J
43472011-06-27 Jambunathan K <kjambunathan@gmail.com>
4348
4349 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
4350 no-conversion (Bug#8870).
4351
d68443dc
MR
43522011-06-27 Martin Rudalics <rudalics@gmx.at>
4353
4354 * window.el (window-right, window-left, window-child)
4355 (window-child-count, window-last-child)
4356 (window-iso-combination-p, walk-window-tree-1)
4357 (window-atom-check-1, window-tree-1, delete-window)
4358 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
4359 new naming conventions - window-vchild, window-hchild,
4360 window-next and window-prev are now called window-top-child,
4361 window-left-child, window-next-sibling and window-prev-sibling
4362 respectively.
d615d6d2
MR
4363 (resize-window-reset): Rename to window-resize-reset.
4364 (resize-window-reset-1): Rename to window-resize-reset-1.
4365 (resize-window): Rename to window-resize.
4366 (window-min-height, window-min-width)
4367 (resize-mini-window, resize-this-window, resize-root-window)
4368 (resize-root-window-vertically, adjust-window-trailing-edge)
4369 (enlarge-window, shrink-window, maximize-window)
4370 (minimize-window, delete-window, quit-restore-window)
4371 (split-window, balance-windows, balance-windows-area-adjust)
4372 (balance-windows-area, window-state-put-2)
4373 (display-buffer-even-window-sizes, display-buffer-set-height)
4374 (display-buffer-set-width, set-window-text-height)
4375 (fit-window-to-buffer): Rename all "resize-window" prefixed
4376 calls to use the "window-resize" prefix convention.
4377 (display-buffer-alist): Fix symbol for label specifier.
4378 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
4379 corresponding specifier.
4380 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 4381
b6458526
VB
43822011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
4383
4384 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
4385 convention.
4386 (ses-call-printer): Does not pass an empty string to formatter when the
4387 cell is empty to keep from barking printer Calc math-format-value.
4388
d31fd9ac
RS
43892011-06-27 Richard Stallman <rms@gnu.org>
4390
43d5bf84
RS
4391 * battery.el (battery-mode-line-limit): New variable.
4392 (battery-update): Handle it.
4393
d31fd9ac
RS
4394 * mail/rmailmm.el (rmail-mime-process-multipart):
4395 Handle truncated messages.
4396
819a6054
GM
43972011-06-27 Glenn Morris <rgm@gnu.org>
4398
4399 * progmodes/flymake.el (flymake-err-line-patterns):
4400 Allow for column numbers in the ant/javac pattern. (Bug#8866)
4401
cedc73f2
VB
44022011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
4403
819a6054 4404 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
4405 (ses--clean-!, ses--clean-_): New functions.
4406 (ses-range): Add configurability of readout order, and conversion
4407 to Calc vector.
4408
5e5d49b6
VB
4409 * ses.el (ses-repair-cell-reference-all): New function.
4410 (ses-cell-symbol): Set macro as safe, so that it can be used in
4411 formulas.
4412
56e6cc31 4413 * ses.el: Update cycle detection algorithm.
90ca8b49 4414 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 4415 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
4416 (ses-set-localvars): New function.
4417 (ses-make-cell): Add property-list as a cell element.
4418 (ses-cell-property-get-fun, ses-cell-property-get)
4419 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
4420 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
4421 New functions.
90ca8b49
VB
4422 (ses-cell-property-set, ses-cell-property-pop)
4423 (ses-cell-property-get-handle): New macro.
4424 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
4425 New aliases, used for code readability.
4426 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
4427 cycle detection.
4428 (ses-self-reference-early-detection): New defcustom.
4429 (ses-formula-references): Robustify against self-refering cells.
4430 (ses-mode): Use ses-set-localvars.
4431 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
4432 before lauching the update processing.
4433 (ses-initialize-Dijkstra-attempt): New function.
4434 (ses-recalculate-cell): Update for cycle detection based on
4435 Dijkstra algorithm.
4436
2bb63e81
VB
4437 * ses.el: Fix commenting and indenting convention.
4438
c9d29fb8
SM
44392011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * bs.el (bs-cycle-next): Complete last change.
4442
d8e4b68b
JB
44432011-06-27 Drew Adams <drew.adams@oracle.com>
4444
4445 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
4446
40098786
LMI
44472011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4448
c9d29fb8
SM
4449 * net/network-stream.el (network-stream-open-starttls):
4450 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
4451 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
4452
40098786
LMI
4453 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
4454 to binary to possibly avoid line encoding issues on Windows (among
4455 other things).
4456
468d09d4
LMI
44572011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4458
4459 * net/network-stream.el (open-network-stream): Return an :error
4460 saying what the problem was, if possible.
4461
4462 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
4463 server.
4464
4465 * net/network-stream.el (network-stream-open-starttls): If we
4466 wanted to use STARTTLS, and the server offered it, but we weren't
4467 able to because we had no STARTTLS support, then close the connection.
4468 (open-network-stream): Return an :error element, if present.
4469
16f07dd7
CY
44702011-06-26 Chong Yidong <cyd@stupidchicken.com>
4471
88821ca0
CY
4472 * hl-line.el (hl-line-sticky-flag): Doc fix.
4473 (global-hl-line-sticky-flag): New option (Bug#8323).
4474 (global-hl-line-highlight): Obey it.
4475
16f07dd7
CY
4476 * vc/vc.el (vc-revert-show-diff): Default to t.
4477
6b5ccddf
KM
44782011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
4479
c9d29fb8
SM
4480 * allout-widgets.el (allout-widgets-post-command-business):
4481 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
4482 undecorated when an isearch is continued past, and isearch
4483 automatically collapses them. This leads to "widget leaks", where
4484 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
4485 hidden widgets can slow down cursor travel, substantially.
4486 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
4487 so we're doing without this nicety.
4488
4489 (allout-widgets-tally-string): Don't try to do a hash-table-count
4490 of allout-widgets-tally when it's nil. This eliminates spurious "Error
4491 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
4492 *Messages* when allout-widgets-maintain-tally is t.
4493
355f2e07
MR
44942011-06-26 Martin Rudalics <rudalics@gmx.at>
4495
4496 * window.el (display-buffer-normalize-argument): Rename to
4497 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
4498 LABEL argument. Respect special-display-function when popping up
4499 a new frame. Fix code searching for a window showing the buffer
4500 on another frame.
c9d29fb8
SM
4501 (display-buffer-normalize-specifiers):
4502 Call display-buffer-normalize-arguments.
355f2e07
MR
4503 (display-buffer-in-window): Don't undedicate the window if its
4504 buffer remains the same.
4505 Reported by Drew Adams <drew.adams@oracle.com>.
4506 (display-buffer-alist): Add choice for same-window macro
4507 specfier.
4508 (display-buffer): Mention special meaning of LABEL argument in
4509 doc-string. Fix quoting. Don't pop up a new frame even as
4510 fallback.
4511
7ca8fc42
JB
45122011-06-26 Juanma Barranquero <lekktu@gmail.com>
4513
4514 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
4515 avoid deleting the current window in some cases (bug#8911).
4516
bc312254
AS
45172011-06-26 Andreas Schwab <schwab@linux-m68k.org>
4518
4519 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
4520 (Bug#8934)
4521
2db18f3f
LMI
45222011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4523
c9d29fb8
SM
4524 * net/network-stream.el (network-stream-open-starttls):
4525 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
4526 (network-stream-open-tls): Ditto.
4527
6302e0d3
LL
45282011-06-26 Leo Liu <sdl.web@gmail.com>
4529
4530 * register.el (registerv): New struct.
4531 (registerv-make): New function.
c9d29fb8
SM
4532 (jump-to-register, describe-register-1, insert-register):
4533 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
4534 struct. (Bug#8415)
4535
5fdd4046
CY
45362011-06-26 Chong Yidong <cyd@stupidchicken.com>
4537
2afef60a
CY
4538 * vc/vc.el (vc-revert-show-diff): New defcustom.
4539 (vc-diff-internal): New arg specifying diff buffer.
4540 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
4541 reuse an existing *vc-diff* buffer (Bug#8927).
4542
5fdd4046
CY
4543 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
4544
e93db24a
GM
45452011-06-26 Glenn Morris <rgm@gnu.org>
4546
4547 * progmodes/f90.el (f90-critical-indent): New option.
4548 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
4549 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
4550 (f90-mode): Doc fix.
4551 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
4552 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
4553 (f90-beginning-of-block, f90-next-block, f90-indent-region)
4554 (f90-match-end): Handle block, critical.
4555
eefff499
GM
45562011-06-25 Glenn Morris <rgm@gnu.org>
4557
f6ba4cc9
GM
4558 * calendar/diary-lib.el (diary-included-files): Doc fix.
4559 (diary-include-files): New function, extracted from
4560 diary-include-other-diary-files and diary-mark-included-diary-files.
4561 (diary-include-other-diary-files, diary-mark-included-diary-files):
4562 Just call diary-include-files.
4563 (diary-mark-entries): Reset diary-included-files on first call.
4564
16712304
GM
4565 * calendar/diary-lib.el (diary-mark-entries)
4566 (diary-mark-included-diary-files):
4567 Visit included diary-files in temp buffers.
4568
5d8e0d43
GM
4569 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
4570 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
4571 (f90-start-block-re, f90-imenu-generic-expression)
4572 (f90-looking-at-program-block-start, f90-no-block-limit):
4573 Add support for submodules.
4574
ccf7a5d5
GM
4575 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
4576 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 4577
11fdef7d 45782011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
4579
4580 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
4581 buffer-file-type before setting its value, to avoid disastrous
eefff499 4582 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 4583
74f53697
JB
45842011-06-25 Juanma Barranquero <lekktu@gmail.com>
4585
4586 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
4587
4588 * ses.el (ses-unload-function):
4589 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
4590
4591 * proced.el (proced-unload-function):
4592 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
4593
18a4ce5e
AR
45942011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
4595
4596 * server.el (server-create-window-system-frame): Add parameters arg.
4597 (server-process-filter): Doc fix. Handle frame-parameters.
4598
519d22cc
JB
45992011-06-25 Juanma Barranquero <lekktu@gmail.com>
4600
4601 Fix bug#8730, bug#8781.
4602
4603 * loadhist.el (unload--set-major-mode): New function.
4604 (unload-feature): Use it.
4605
4606 * progmodes/python.el (python-after-info-look): Add autoload cookie.
4607 (python-unload-function): New function.
4608
c206f5b0
SM
46092011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4610
4611 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
4612
f9ad64f3
GS
46132011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
4614
4615 * net/browse-url.el (browse-url-firefox-program): Add icecat to
4616 the candidates list.
4617
7d0da90e
JB
46182011-06-24 Juanma Barranquero <lekktu@gmail.com>
4619
4620 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
4621
14b4e83d
RS
46222011-06-23 Richard Stallman <rms@gnu.org>
4623
4624 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
4625 (rmail-variables): Set next-error-move-function.
4626 (rmail-what-message): Take argument POS.
4627 (rmail-next-error-move): New function.
4628
273d2baf
SM
46292011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
4632 messages for adjacent non-terminals.
4633
56c2cc9a
RS
46342011-06-23 Richard Stallman <rms@gnu.org>
4635
4636 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 4637 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
4638 (rmail-start-mail): Don't specify use of rmail-mail-return;
4639 that's done by mail-bury now.
4640 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 4641
d59eb518
MA
46422011-06-23 Michael Albinus <michael.albinus@gmx.de>
4643
4644 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
4645 SIZE is a number.
4646
02cfc6d6
MR
46472011-06-23 Martin Rudalics <rudalics@gmx.at>
4648
4649 * window.el (get-lru-window, get-mru-window)
4650 (get-largest-window): Never return a minibuffer window.
4651 (display-buffer-pop-up-window): Fix a bug that could lead to
4652 reusing the minibuffer window.
4653 (display-buffer): Pass original specifier argument to
4654 display-buffer-function instead of the normalized one.
4655 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4656
4e323265
LL
46572011-06-22 Leo Liu <sdl.web@gmail.com>
4658
4659 * minibuffer.el (completing-read-function)
4660 (completing-read-default): Move from minibuf.c
4661
7a70468f
RS
46622011-06-22 Richard Stallman <rms@gnu.org>
4663
50718fc2
RS
4664 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
4665 to Rmail even if not started by a special Rmail command.
4666
7a70468f
RS
4667 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4668 Copy the buffer currently showing just one message.
4669
297dde5a
RW
46702011-06-22 Roland Winkler <winkler@gnu.org>
4671
4672 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
4673 (bibtex-clean-entry): First delete the old key so that a
4674 customized algorithm for generating the new key does not get
4675 confused by the old key.
4676 (bibtex-url): Obey regexp of first step.
4677 (bibtex-search-entries): Do not use add-to-list with local
4678 list-var.
4679
97bb1093
LMI
46802011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4681
4682 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
4683 stored a user name, then query for the password first, instead of
4684 waiting for SMTP to give an error message and the trying again.
4685
1c0f1a19
JD
46862011-06-22 Lawrence Mitchell <wence@gmx.li>
4687
4688 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
4689 BUFFER in call-process.
4690
396f7c9d
LMI
46912011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4692
4693 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
4694 QUIT twice.
ddb7ffee
LMI
4695 (smtpmail-try-auth-methods): Require user name and password from
4696 auth-source.
396f7c9d 4697
8998d1b3
MR
46982011-06-22 Martin Rudalics <rudalics@gmx.at>
4699
4700 * window.el (display-buffer-default-specifiers)
4701 (display-buffer-alist): Remove entries for pop-up-frame-alist.
4702 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 4703 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
4704
4705 * frame.el (pop-up-frame-alist, pop-up-frame-function)
4706 (special-display-frame-alist, special-display-popup-frame):
4707 Remove duplicate declarations. These are now in window.el.
4708
4ea31e07
LMI
47092011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4710
c9d29fb8
SM
4711 * mail/smtpmail.el (smtpmail-via-smtp):
4712 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
4713 server supports it. SMTP servers that support STARTTLS commonly
4714 require it.
4715
4716 * net/network-stream.el (network-stream-open-starttls): Support
4717 upgrading to STARTTLS always, even if we don't have built-in support.
4718 (open-network-stream): Add the :always-query-capabilies keyword.
4719
95f41d9a
LMI
4720 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
4721 upgrades with `open-network-stream', and rely solely on
4722 auth-source for all credentials. Big changes throughout the file,
4723 but in particular:
c9d29fb8
SM
4724 (smtpmail-auth-credentials): Remove.
4725 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
4726 (smtpmail-via-smtp): Check for servers saying they want AUTH after
4727 MAIL FROM, too.
95f41d9a 4728
c9d29fb8
SM
4729 * net/network-stream.el (network-stream-open-starttls):
4730 Provide support for client certificates both for external and built-in
4ea31e07
LMI
4731 STARTTLS.
4732 (auth-source): Require.
4733 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
4734 (network-stream-certificate): Change cert-cert to cert and
4735 cert-key to key.
4ea31e07 4736
065ec2c7
MA
47372011-06-21 Michael Albinus <michael.albinus@gmx.de>
4738
4739 * net/tramp-cache.el (top): Don't load the persistency file when
4740 "emacs -Q" has been called.
4741
cd93b359
DR
47422011-06-21 Tim Harper <timcharper@gmail.com>
4743
d8e4b68b
JB
4744 * term/ns-win.el (ns-initialize-window-system):
4745 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
4746 resource to NO as it is not yet supported by the NS port.
4747
ae9c0411
JB
47482011-06-21 Juanma Barranquero <lekktu@gmail.com>
4749
4750 * misc.el (list-dynamic-libraries--refresh): Compute header here...
4751 (list-dynamic-libraries): ...not here.
4752
7f3f739f
LL
47532011-06-21 Leo Liu <sdl.web@gmail.com>
4754
4755 * subr.el (sha1): Implement sha1 using secure-hash.
4756
327c8fb1
MR
47572011-06-21 Martin Rudalics <rudalics@gmx.at>
4758
4759 * window.el (display-buffer-alist): In default value do not
4760 enforce searching a window on any but the selected frame.
4761 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4762 (display-buffer-select-window): Remove function.
4763 (display-buffer-in-window): When a window on another frame gets
4764 reused, do not select it any more but just raise its frame if
4765 necessary (Bug#8851) and (Bug#8856).
4766 (display-buffer-normalize-options): Handle pop-up-frames related
4767 options more faithfully.
4768 (pop-to-buffer): Don't rely on `display-buffer' selecting the
4769 window if it is on another frame.
c9d29fb8
SM
4770 (display-buffer-alist, display-buffer-default-specifiers):
4771 Don't make new frame unsplittable by default.
9e9de014
MR
4772 (display-buffer-normalize-argument): Fix doc-string typo and use
4773 'same-frame-other-window instead of 'other-window when associating
4774 with display-buffer-macro-specifiers.
327c8fb1 4775
7cf3f556
VB
47762011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
4777
4778 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
4779 New functions.
4780 (5x5-mode-map, 5x5-mode-menu): Bind them.
4781 (5x5-draw-grid): Tweak the solver's rendering.
4782
60a406cf
SM
47832011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
4786 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
4787
d8e4b68b 47882011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
4789
4790 * menu-bar.el: Use function variable instead of switch-to-buffer.
4791 (menu-bar-select-buffer-function): New variable.
60a406cf 4792 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 4793
478d6f95
SM
47942011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
4797 variable's status.
4798
ca530739
JD
47992011-06-20 Jan Djärv <jan.h.d@swipnet.se>
4800
4801 * x-dnd.el (x-dnd-version-from-flags)
4802 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
4803 and long as number (Bug#8899).
4804 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
4805
bcd70d97
SM
48062011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4807
60a406cf 4808 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
4809 (completion-try-completion, completion-all-completions): Compute the
4810 metadata argument if it's missing; make it optional (bug#8795).
4811
60a406cf 4812 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
4813 (widget-complete): Use new :completion-function property.
4814 (widget-completions-at-point): New function.
4815 (default): Use :completion-function instead of :complete.
60a406cf
SM
4816 (widget-default-completions): Rename from widget-default-complete;
4817 Rewrite.
bcd70d97
SM
4818 (widget-string-complete, widget-file-complete, widget-color-complete):
4819 Remove functions.
4820 (file, symbol, function, variable, coding-system, color):
4821 * international/mule-cmds.el (default-input-method, charset)
4822 (language-info-custom-alist):
4823 * cus-edit.el (face): Use new property :completions.
4824
4825 * progmodes/pascal.el (pascal-completions-at-point): New function.
4826 (pascal-mode): Use it.
4827 (pascal-mode-map): Use completion-at-point.
4828 (pascal-toggle-completions): Make obsolete.
4829 (pascal-complete-word, pascal-show-completions):
4830 * progmodes/octave-mod.el (octave-complete-symbol):
4831 Redefine as obsolete alias.
4832 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
4833 Signal absence of completion info for old Octave,
4834 (inferior-octave-complete): Redefine as obsolete alias.
4835 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
4836 (meta-completions-at-point): Rename from meta-complete-symbol and
4837 adapt it for use on completion-at-point-functions.
4838 (meta-common-mode): Use it.
4839 (meta-looking-at-backward, meta-match-buffer): Remove.
4840 (meta-complete-symbol): Redefine as obsolete alias.
4841 (meta-common-mode-map): Use completion-at-point.
4842 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
4843 (makefile-mode-map): Use completion-at-point.
4844 (makefile-completions-at-point): Rename from makefile-complete and
4845 adapt it for use on completion-at-point-functions.
4846 (makefile-mode): Use it.
4847 (makefile-complete): Redefine as obsolete alias.
4848
aebf69c8
DD
48492011-06-20 Deniz Dogan <deniz@dogan.se>
4850
4851 * net/rcirc.el: Delete trailing whitespaces once and for all.
4852
bfbbb27d
DC
48532011-06-20 Daniel Colascione <dan.colascione@gmail.com>
4854
4855 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
4856
d264a46b
CY
48572011-06-19 Chong Yidong <cyd@stupidchicken.com>
4858
4ca009e5
CY
4859 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
4860
d264a46b
CY
4861 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
4862
fbf5b3ce
MR
48632011-06-19 Martin Rudalics <rudalics@gmx.at>
4864
4865 * window.el (display-buffer-other-window-means-other-frame):
4866 Call display-buffer-normalize-alist.
4867 (display-buffer-normalize-specifiers-1): Rename to
4868 display-buffer-normalize-argument. New argument other-frame.
4869 Rewrite.
4870 (display-buffer-normalize-specifiers-2): Rename to
4871 display-buffer-normalize-options.
4872 (display-buffer-normalize-alist-1): New function.
4873 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
4874 display-buffer-normalize-alist.
4875 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
4876 (display-buffer-normalize-options-inhibit): New variable.
4877 (display-buffer-normalize-specifiers): Rewrite calling
4878 display-buffer-normalize-alist,
4879 display-buffer-normalize-argument, and
4880 display-buffer-normalize-options. Don't call the latter if
4881 display-buffer-normalize-options-inhibit is non-nil.
4882 (frame-auto-delete): New option.
4883 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
4884 (window-list-no-nils, window-state-ignored-parameters)
4885 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
4886 (window-state-put-1, window-state-put-2, window-state-put):
4887 New functions.
9a028c23
MR
4888 (display-buffer-normalize-options): Move special-display-p group
4889 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 4890
6d10d800
CY
48912011-06-18 Chong Yidong <cyd@stupidchicken.com>
4892
6420d28b
CY
4893 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
4894 groups (Bug#8776).
4895 (rx-submatch-n): New function.
4896 (rx): Document it.
4897
ddb8b596
CY
4898 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
4899 (Bug#8768).
4900
4901 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
4902
77080289
CY
4903 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
4904
61dfb316
CY
4905 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
4906 anytime existing face settings are present (Bug#8889).
4907
6d10d800
CY
4908 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
4909 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
4910 Remove unused argument.
4911
be3fb2b8
MR
49122011-06-18 Martin Rudalics <rudalics@gmx.at>
4913
bcd70d97
SM
4914 * window.el (display-buffer-default-specifiers):
4915 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
4916 pop-up-window-min-width, and another reuse-window specifier
4917 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
4918 (display-buffer-normalize-specifiers-2):
4919 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
4920 pop-up-windows is unset. Add a reuse-window specifier for the
4921 case popping up a new window fails.
4922 (special-display-popup-frame): Remove double quoting.
28dec25a 4923 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 4924
1c6d8c76
SM
49252011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * shell.el (shell-completion-vars): Set pcomplete-termination-string
4928 according to comint-completion-addsuffix.
4929
4930 * pcomplete.el: Convert to lexical binding and fix bug#8819.
4931 (pcomplete-suffix-list): Mark as obsolete.
4932 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
4933 pcomplete-seen in the closure.
4934 (pcomplete-comint-setup): Setup completion-at-point as well.
4935 (pcomplete--entries): New function.
4936 (pcomplete--env-regexp): New var.
4937 (pcomplete-entries): Rewrite to work with partial-completion and
4938 without relying on pcomplete-suffix-list.
4939 (pcomplete-pare-list): Remove, unused.
4940
25aef8b8
MR
49412011-06-17 Martin Rudalics <rudalics@gmx.at>
4942
4943 * window.el (display-buffer-alist): Set pop-up-window-min-height
4944 and pop-up-window-min-width in default value. Reported by
4945 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
4946 other-window-means-other-frame.
4947 (display-buffer-macro-specifiers): Comment out entry for
4948 other-window specifier.
4949 (display-buffer-other-window-means-other-frame): New function.
4950 (display-buffer-normalize-specifiers-1): New arguments
4951 buffer-name and label. Treat other-window case specially.
4952 (display-buffer-normalize-specifiers-2): Treat other-window case
4953 specially.
4954 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
4955 (display-buffer-normalize-specifiers):
4956 Call display-buffer-normalize-specifiers-3.
25aef8b8 4957
dbad4f69
MR
49582011-06-17 Martin Rudalics <rudalics@gmx.at>
4959
4960 * window.el (same-window-p): Fix two typos introduced when
4961 adding with-no-warnings.
d1067961
MR
4962 (display-buffer-normalize-specifiers-1): Don't check
4963 pop-up-frames for 'unset initialization.
4964 (display-buffer-normalize-specifiers-2): Major rewrite using
4965 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
4966 (pop-up-frames, display-buffer-reuse-frames)
4967 (display-buffer-mark-dedicated): Don't initialize to 'unset.
4968 Suggested by David Engster <deng@randomsample.de>.
4969 (even-window-heights): Initialize to 'unset.
4970 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
4971 (display-buffer-macro-specifiers): Don't pop up a new frame in the
4972 other window case.
dbad4f69 4973
9b9c9e3a
MR
49742011-06-16 Martin Rudalics <rudalics@gmx.at>
4975
bcd70d97
SM
4976 * window.el (display-buffer-normalize-specifiers-1):
4977 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 4978 second argument of display-buffer (Bug#8865).
981d5c09
MR
4979 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
4980 (switch-to-buffer-other-window-same-frame)
4981 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
4982 Adams (Bug#8875).
9c2755e9
MR
4983 (display-buffer): Don't check noninteractive when calling
4984 display-buffer-pop-up-frame.
4985 (display-buffer-pop-up-frame): Never pop up a frame in
4986 noninteractive mode (Bug#8857).
67222e1d
MR
4987 (enlarge-window, shrink-window): Don't report an error when the
4988 window can't be resized as requested (Bug#8862).
9b9c9e3a 4989
2b75be67
SM
49902011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4991
9ffdd3ba
SM
4992 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
4993
cb581a67
SM
4994 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
4995
2b75be67
SM
4996 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
4997
8c0e3589
AM
49982011-06-15 Alan Mackenzie <acm@muc.de>
4999
cb581a67
SM
5000 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
5001 for declarators, disable knr checking to speed up for normal files.
5002 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 5003
b96e6cde
LMI
50042011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5005
4bba86e6
LMI
5006 * net/network-stream.el (open-network-stream): Add the keyword
5007 :always-query-capabilities for the case where you want to force a
5008 `plain' network connection, but the protocol still requires the
5009 capabilitiy command (i.e., SMTP and EHLO).
5010
2b75be67 5011 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
5012 consistency with other `-live-p' functions.
5013
efdcdbf8
SM
50142011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5015
5016 * window.el (same-window-buffer-names, same-window-regexps)
5017 (special-display-frame-alist, special-display-popup-frame)
5018 (special-display-function, special-display-buffer-names)
5019 (special-display-regexps, pop-up-frame-alist)
5020 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
5021 (pop-up-windows, split-window-preferred-function)
5022 (split-height-threshold, split-width-threshold, even-window-heights)
5023 (display-buffer-mark-dedicated): Don't encourage the use of
5024 display-buffer-alist from Elisp code.
5025
c5cde042
DN
50262011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5027
5028 * progmodes/python.el (python-mode): Derive from prog-mode.
5029 * progmodes/ps-mode.el (ps-mode):
5030 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 5031 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
5032 * progmodes/ld-script.el (ld-script-mode): Likewise.
5033
baa1c9ab
MR
50342011-06-15 Martin Rudalics <rudalics@gmx.at>
5035
5036 * window.el (display-buffer-alist): Trim default value to avoid
5037 popping up a new frame (Bug#8857) or reusing an arbitrary window
5038 on another frame.
5039 (display-buffer): Do not fall back on popping up a new frame in
5040 batch mode (Bug#8857).
5041
c5dd5a51
CY
50422011-06-14 Chong Yidong <cyd@stupidchicken.com>
5043
5044 * cus-theme.el (describe-theme-1): Use custom-theme-p.
5045 (custom-theme-summary): New function.
5046 (customize-themes): Use it.
5047
d647b7c4
GM
50482011-06-13 Glenn Morris <rgm@gnu.org>
5049
5050 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
5051
9481c002
MR
50522011-06-13 Martin Rudalics <rudalics@gmx.at>
5053
357f93d2
MR
5054 * help.el (help-window): Remove variable.
5055 (help-window-point-marker, temp-buffer-max-height)
5056 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
5057 (help-print-return-message): Don't set help-window.
5058 (resize-temp-buffer-window): Rewrite cod eand doc-string.
5059 (help-window-setup-finish): Remove.
5060 (help-window-display-message, help-window-setup)
5061 (with-help-window): Major rewrite based on new
5062 display-buffer-window variable.
5063
5064 * help-mode.el (help-mode-finish): Remove help-window related
5065 code.
5066
5067 * view.el (view-exits-all-viewing-windows): Remove reference to
5068 view-return-to-alist in doc-string.
5069 (view-return-to-alist): Make obsolete.
5070 (view-buffer): Call pop-to-buffer-same-window and remove
5071 undo-window code.
5072 (view-buffer-other-window): Call pop-to-buffer-other-window and
5073 simplify code. Ignore second argument.
5074 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
5075 simplify code. Ignore second argument.
5076 (view-return-to-alist-update): Make obsolete.
5077 (view-mode-enter): Rename second argument to QUIT-RESTORE.
5078 Rewrite using quit-restore window parameters.
2b75be67
SM
5079 (view-mode-exit): Rename second argument to EXIT-ONLY.
5080 Rewrite using quit-restore-window.
357f93d2
MR
5081 (View-exit, View-exit-and-edit, View-leave, View-quit)
5082 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
5083 appropriate arguments.
5084 (view-end-message): Use quit-restore window parameter.
5085
9481c002
MR
5086 * window.el (display-buffer-function): Rewrite doc-string.
5087 (display-buffer-window, display-buffer-alist): New variables.
5088 (display-buffer-split-specifiers)
5089 (display-buffer-side-specifiers)
5090 (display-buffer-macro-specifiers): New constants.
5091 (display-buffer-even-window-sizes, display-buffer-set-height)
5092 (display-buffer-set-width, display-buffer-select-window)
5093 (display-buffer-in-window, display-buffer-reuse-window)
5094 (display-buffer-split-window-1, display-buffer-split-window)
5095 (display-buffer-split-atom-window, display-buffer-pop-up-window)
5096 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
5097 (display-buffer-in-side-window, normalize-buffer-to-display)
5098 (display-buffer-normalize-specifiers-1)
5099 (display-buffer-normalize-specifiers-2)
2b75be67
SM
5100 (display-buffer-normalize-specifiers, display-buffer-frame):
5101 New functions.
9481c002
MR
5102 (display-buffer): Major rewrite.
5103 (display-buffer-other-window, display-buffer-other-frame)
5104 (pop-to-buffer, switch-to-buffer-other-window)
5105 (switch-to-buffer-other-frame): Rewrite.
5106 (display-buffer-same-window, display-buffer-same-frame)
5107 (display-buffer-same-frame-other-window)
5108 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5109 (pop-to-buffer-other-window)
5110 (pop-to-buffer-same-frame-other-window)
5111 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
5112 (switch-to-buffer-other-window-same-frame): New functions.
5113 (same-window-p, special-display-p): Rewrite disabling warnings.
5114 Make obsolete.
5115 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5116 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
5117 Make obsolete
5118 (same-window-buffer-names, same-window-regexps)
5119 (special-display-frame-alist, special-display-popup-frame)
5120 (special-display-function, special-display-buffer-names)
5121 (special-display-regexps, pop-up-frame-alist)
5122 (pop-up-frame-function, split-window-preferred-function)
5123 (split-height-threshold, split-width-threshold)
5124 (even-window-heights): Make obsolete.
5125
9db51aca
GM
51262011-06-12 Glenn Morris <rgm@gnu.org>
5127
5128 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 5129 Misc simplifications.
9db51aca 5130
39cffb44
MR
51312011-06-12 Martin Rudalics <rudalics@gmx.at>
5132
5133 * window.el (window-safely-shrinkable-p): Restore function which
5134 was inadvertently removed in change from 2011-06-11. Declare as
5135 obsolete.
5136
2b75be67
SM
5137 * calendar/calendar.el (calendar-generate-window):
5138 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
5139 window-safely-shrinkable-p.
5140
a8955be7
GM
51412011-06-12 Glenn Morris <rgm@gnu.org>
5142
5143 * progmodes/fortran.el (fortran-mode-syntax-table):
5144 * progmodes/f90.el (f90-mode-syntax-table):
5145 Set % to punctuation. (Bug#8820)
5146 (f90-find-tag-default): Remove, no longer needed.
5147
f0d4059d
DC
51482011-06-12 Daniel Colascione <dan.colascione@gmail.com>
5149
5150 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
5151
1100a63c
CY
51522011-06-11 Chong Yidong <cyd@stupidchicken.com>
5153
5154 * image.el (image-animated-p): Return animation delay in seconds.
5155 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
5156 (image-animate-timeout): Remove DELAY argument. Don't assume
5157 every subimage has the same delay; get it from image-animated-p.
5158 (image-animate): Caller changed.
5159
def722bf
MA
51602011-06-11 Michael Albinus <michael.albinus@gmx.de>
5161
5162 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
5163 to ignored backtrace functions.
5164
0a2bb1a9
GM
51652011-06-11 Glenn Morris <rgm@gnu.org>
5166
5167 * calendar/appt.el (appt-disp-window-function): Doc fix.
5168 (appt-check): Handle overlapping appointments. (Bug#8337)
5169
6198ccd0
MR
51702011-06-11 Martin Rudalics <rudalics@gmx.at>
5171
5172 * window.el (window-tree-1, window-tree): New functions, moving
5173 the latter to window.el.
5174 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5175 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5176 (bw-refresh-edges): Remove.
5177 (balance-windows-1, balance-windows-2): New functions.
5178 (balance-windows): Rewrite in terms of window tree functions,
5179 balance-windows-1 and balance-windows-2.
5180 (bw-adjust-window): Remove.
5181 (balance-windows-area-adjust): New function with functionality of
5182 bw-adjust-window but using resize-window.
2b75be67
SM
5183 (set-window-text-height): Rewrite doc-string.
5184 Use normalize-live-window and resize-window.
5185 (enlarge-window-horizontally, shrink-window-horizontally):
5186 Rename argument to DELTA.
6198ccd0
MR
5187 (window-buffer-height): New function.
5188 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
5189 Rewrite using new window resize routines.
2b75be67
SM
5190 (kill-buffer-and-window, mouse-autoselect-window-select):
5191 Use ignore-errors instead of condition-case.
6198ccd0
MR
5192 (quit-window): Call delete-frame instead of delete-windows-on
5193 for the only buffer on frame.
5194
9397e56f
MR
51952011-06-10 Martin Rudalics <rudalics@gmx.at>
5196
5197 * loadup.el (top-level): Load window before files for the sake
5198 of replace-buffer-in-windows.
5199
5200 * files.el (read-buffer-to-switch)
5201 (switch-to-buffer-other-window)
2b75be67
SM
5202 (switch-to-buffer-other-frame, display-buffer-other-frame):
5203 Move to window.el.
9397e56f
MR
5204
5205 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
5206 (previous-buffer): Move to window.el.
5207
5208 * bindings.el (unbury-buffer): Move to window.el.
5209
5210 * window.el (delete-other-windows-vertically): Move after
5211 definition of delete-other-windows.
5212 (other-window, delete-windows-on, replace-buffer-in-windows):
5213 Move here from window.c.
5214 (record-window-buffer, unrecord-window-buffer)
5215 (set-window-buffer-start-and-point, switch-to-prev-buffer)
5216 (switch-to-next-buffer): New functions.
5217 (get-next-valid-buffer, last-buffer, next-buffer): Move here
5218 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
5219 (previous-buffer): Move here from simple.el.
5220 Call switch-to-prev-buffer.
9397e56f
MR
5221 (bury-buffer): Move here from buffer.c. Switch to previous
5222 buffer when window cannot be deleted.
5223 (unbury-buffer): Move here from bindings.el.
5224 (ctl-x-map): Move binding for other-window from window.c to
5225 here.
5226 (read-buffer-to-switch, switch-to-buffer-other-window)
5227 (switch-to-buffer-other-frame): Move here from files.el.
5228 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
5229 (switch-to-buffer): Move here from buffer.c.
5230 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 5231
562dd5e9
MR
52322011-06-10 Martin Rudalics <rudalics@gmx.at>
5233
5234 * window.el (window-min-height, window-min-width): Move here
5235 from window.c. Add defcustoms and rewrite doc-strings.
5236 (resize-mini-window, resize-window): New functions.
5237 (adjust-window-trailing-edge, enlarge-window, shrink-window):
5238 Move here from window.c.
5239 (maximize-window, minimize-window): New functions.
5240 (delete-window, delete-other-windows, split-window): Move here
5241 from window.c.
5242 (window-split-min-size): New function.
5243 (split-window-keep-point): Mention split-window-above-each-other
5244 instead of split-window-vertically.
2b75be67
SM
5245 (split-window-above-each-other, split-window-vertically):
5246 Rename split-window-vertically to split-window-above-each-other and
562dd5e9
MR
5247 provide defalias for old definition.
5248 (split-window-side-by-side, split-window-horizontally): Rename
5249 split-window-horizontally to split-window-side-by-side and provide
5250 defalias for the old definition.
5251 (ctl-x-map): Move bindings for delete-window,
5252 delete-other-windows and enlarge-window here from window.c.
5253 Replace bindings for split-window-vertically and
5254 split-window-horizontally by bindings for
5255 split-window-above-each-other and split-window-side-by-side.
5256
5257 * cus-start.el (all): Remove entries for window-min-height and
5258 window-min-width. Add entries for window-splits and
5259 window-nest.
5260
f0da764a
GM
52612011-06-09 Glenn Morris <rgm@gnu.org>
5262
80675c21
GM
5263 * calendar/appt.el (appt-mode-line): New function.
5264 (appt-check, appt-disp-window): Use it.
5265
f0da764a
GM
5266 * files.el (hack-one-local-variable-eval-safep):
5267 Allow minor-modes with explicit +/-1 arguments.
5268
59f623b7
TZ
52692011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
5270
5271 * term/xterm.el (xterm): Add defgroup.
5272 (xterm-extra-capabilities): Add defcustom to supply known xterm
5273 capabilities, skip querying them, or query them (default).
5274 (terminal-init-xterm): Use it.
5275 (terminal-init-xterm-modify-other-keys): New function to set up
5276 modifyOtherKeys support to simplify `terminal-init-xterm'.
5277
9aab8e0d
MR
52782011-06-09 Martin Rudalics <rudalics@gmx.at>
5279
5280 * window.el (resize-window-reset, resize-window-reset-1)
5281 (resize-subwindows-skip-p, resize-subwindows-normal)
5282 (resize-subwindows, resize-other-windows, resize-this-window)
5283 (resize-root-window, resize-root-window-vertically)
5284 (window-deletable-p, window-or-subwindow-p)
5285 (frame-root-window-p): New functions.
5286
e8b08aee
GM
52872011-06-09 Glenn Morris <rgm@gnu.org>
5288
5289 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
5290 (ange-ftp-get-files): Use it.
5291
254c37a5
AK
52922011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5293
5294 * mail/sendmail.el (mail-recover-1, mail-recover):
5295 * files.el (recover-file, recover-session):
5296 Handle dired-listing-switches not being just a single short option.
5297
35d7dbd3
GM
52982011-06-09 Glenn Morris <rgm@gnu.org>
5299
5300 * calendar/appt.el (appt-display-message, appt-disp-window):
5301 Handle lists of appointments.
5302
387522b2
MR
53032011-06-08 Martin Rudalics <rudalics@gmx.at>
5304
2b75be67
SM
5305 * window.el (one-window-p): Move down in code.
5306 Rewrite doc-string.
5307 (window-current-scroll-bars): Rewrite doc-string.
5308 Normalize live window argument.
387522b2
MR
5309 (walk-windows, get-window-with-predicate, count-windows):
5310 Rewrite doc-string. Use window-list-1.
5311 (window-in-direction-2, window-in-direction, get-mru-window):
5312 New functions.
5313
d8e4b68b 53142011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
5315
5316 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
5317 Doc fix (Bug#8713).
5318
53192011-06-08 Chong Yidong <cyd@stupidchicken.com>
5320
5321 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
5322
53232011-06-08 Juanma Barranquero <lekktu@gmail.com>
5324
5325 * loadhist.el (unload-feature-special-hooks):
5326 Add `comint-output-filter-functions'.
5327
0de12c52
IK
53282011-06-08 Ivan Kanis <gnu@kanis.fr>
5329
5330 * calendar/appt.el (appt-check): Move some initializations into the let.
5331
f3d1777e
MR
53322011-06-08 Martin Rudalics <rudalics@gmx.at>
5333
5334 * window.el (window-height): Defalias to window-total-height.
5335 (window-width): Defalias to window-body-width.
5336
18af70d0
CY
53372011-06-07 Chong Yidong <cyd@stupidchicken.com>
5338
5339 * image-mode.el (image-toggle-animation): New command.
5340 (image-mode-map): Bind it to RET.
5341 (image-mode): Update message.
5342 (image-toggle-display-image): Avoid a spurious cache flush.
5343 (image-transform-rotation): Doc fix.
5344 (image-transform-properties): Return quickly in the normal case.
5345 (image-animate-loop): Rename from image-animate-max-time.
5346
2b75be67 5347 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
5348 (create-animated-image): Remove unnecessary function.
5349 (image-animate): Rename from image-animate-start. New arg.
2b75be67 5350 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
5351 (image-animate-timer): Use car-safe.
5352 (image-animate-timeout): Rename argument.
5353
190b47e6
MR
53542011-06-07 Martin Rudalics <rudalics@gmx.at>
5355
5356 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
5357 window.c. Rename first argument to ALL-FRAMES.
5358 Rephrase doc-strings.
5359 (get-buffer-window-list): Rewrite using window-list-1.
5360 Rephrase doc-string.
a1511caf
MR
5361 (window-safe-min-height, window-safe-min-width): New constants.
5362 (window-size-ignore, window-min-size, window-min-size-1)
5363 (window-sizable, window-sizable-p, window-size-fixed-1)
5364 (window-size-fixed-p, window-min-delta-1, window-min-delta)
5365 (window-max-delta-1, window-max-delta, window-resizable)
5366 (window-resizable-p, window-total-height, window-total-width)
5367 (window-body-width): New functions.
5368 (window-full-height-p, window-full-width-p): Rewrite using
5369 window-total-size.
5370 (window-body-height): Rewrite using window-body-size.
190b47e6 5371
85cc1f11
MR
53722011-06-06 Martin Rudalics <rudalics@gmx.at>
5373
5374 * window.el (window-right, window-left, window-child)
5375 (window-child-count, window-last-child, window-any-p)
5376 (normalize-live-buffer, normalize-live-frame)
5377 (normalize-any-window, normalize-live-window)
5378 (window-iso-combination-p, window-iso-combined-p)
5379 (window-iso-combinations)
5380 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
5381 (windows-with-parameter, window-with-parameter)
5382 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
5383 (window-atom-check, window-side-check, window-check):
5384 New functions.
85cc1f11
MR
5385 (ignore-window-parameters, window-sides, window-sides-vertical)
5386 (window-sides-slots): New variables.
5387 (window-size-fixed): Move down in code. Minor doc-string fix.
5388
e7156492
AS
53892011-06-05 Andreas Schwab <schwab@linux-m68k.org>
5390
5391 * comint.el (comint-dynamic-complete-as-filename)
5392 (comint-dynamic-complete-filename): Correctly call
5393 completion-in-region.
5394
7e821d0d
DD
53952011-06-05 Deniz Dogan <deniz@dogan.se>
5396
5397 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
5398 in last change.
5399
ac09b8a1
DD
54002011-06-05 Deniz Dogan <deniz@dogan.se>
5401
5402 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
5403 (rcirc): Use it to prompt for encryption.
5404
34699b85
RW
54052011-06-05 Roland Winkler <winkler@gnu.org>
5406
5407 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
5408 (bibtex-search-entries): New command bound to C-c C-a.
5409 (bibtex-display-entries): New function.
5410
004dedd3
RW
54112011-06-05 Roland Winkler <winkler@gnu.org>
5412
5413 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
5414 (bibtex-insert-kill): After yanking insert newline if necessary.
5415 (bibtex-initialize): Call bibtex-string-files-init only once.
5416 (bibtex-mode): Do not call easy-menu-add.
5417 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
5418 (bibtex-yank): Set arg properly if nil.
5419
022fe7ce
RW
54202011-06-05 Roland Winkler <winkler@gnu.org>
5421
2b75be67
SM
5422 * textmodes/bibtex.el (bibtex-search-entry-globally):
5423 New variable.
022fe7ce
RW
5424 (bibtex-search-entry): Use it.
5425
b7c3692a
RW
54262011-06-05 Roland Winkler <winkler@gnu.org>
5427
5428 * textmodes/bibtex.el (bibtex-entry-format): New option
5429 sort-fields.
5430 (bibtex-format-entry, bibtex-reformat): Honor this option.
5431 (bibtex-parse-entry): Return fields in proper order.
5432
8eda563d
JB
54332011-06-05 Juanma Barranquero <lekktu@gmail.com>
5434
5435 * doc-view.el (doc-view-remove-if): Move computation of result out
5436 of `dolist' to silence misleading lexical-binding warning.
5437
7dbe3dbc
CY
54382011-06-04 Chong Yidong <cyd@stupidchicken.com>
5439
5440 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
5441 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
5442
0c33dd17
MA
54432011-06-04 Michael Albinus <michael.albinus@gmx.de>
5444
5445 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
5446 "SunOS 5.10".
5447
f8f91c2b
MA
54482011-06-04 Michael Albinus <michael.albinus@gmx.de>
5449
5450 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
5451 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
5452 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
5453 (tramp-parse-putty):
5454 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
5455 (tramp-completion-function-alist-ssh)
5456 (tramp-completion-function-alist-telnet)
5457 (tramp-completion-function-alist-su)
5458 (tramp-completion-function-alist-putty): Set `tramp-autoload'
5459 cookie.
5460
5461 * net/tramp-ftp.el:
5462 * net/tramp-sh.el:
5463 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
5464 load "tramp.el" `tramp-set-completion-function'.
5465
e17d9003
SM
54662011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
5467
5468 * shell.el: Require and use pcomplete.
5469 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
5470 (shell-completion-vars): Set pcomplete-default-completion-function.
5471
6c4cab03
DD
54722011-06-04 Deniz Dogan <deniz@dogan.se>
5473
5474 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
5475 `memq' (Bug#8799).
5476
ea9fafe0
SM
54772011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5478
5479 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
5480
b3e945d3
JB
54812011-06-02 Juanma Barranquero <lekktu@gmail.com>
5482
5483 * bs.el (bs--mark-unmark, bs--nth-wrapper):
5484 * mpc.el (mpc-select-extend, mpc-songpointer-context):
5485 * vc/log-view.el (log-view-beginning-of-defun):
5486 * vc/smerge-mode.el (smerge-apply-resolution-patch)
5487 (smerge-refine-forward, smerge-refine-chopup-region):
5488 Silence warning for unused `dotimes' counter variables.
5489
7d520089
SM
54902011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5491
5492 * net/tramp.el (tramp-with-progress-reporter): Rename from
5493 with-progress-reporter. Use `declare'.
5494 * net/tramp-smb.el:
5495 * net/tramp-sh.el:
5496 * net/tramp-gvfs.el: Update all uses.
5497
a1c2400f
JB
54982011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
5499
5500 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
5501 buffer isn't killed before making it current.
5502
2403c841
SM
55032011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 Silence various byte-compiler warnings.
5506 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
5507 `access-type' and new obsolescence format.
5508 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
5509 new format.
5510 (byte-compile-check-variable): New `access-type' argument.
5511 Only warn if the access-type is obsolete.
5512 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
5513 (byte-compile-variable-set): Adjust callers.
5514 * help-fns.el (describe-variable): Adjust to new obsolescence format.
5515 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
5516 setting it as obsolete.
5517 * simple.el (minibuffer-completing-symbol):
5518 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
5519 access as obsolete.
5520 * minibuffer.el (minibuffer-completing-file-name): Don't make it
5521 obsolete yet.
5522 * international/quail.el (quail-mouse-choose-completion): Remove unused
5523 code referring to obsolete var.
5524 (quail-choose-completion-string): Remove.
5525 * server.el (server-clients-with, server-kill-buffer-query-function)
5526 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
5527 * proced.el (proced-send-signal):
5528 * emacs-lisp/lisp.el (lisp-complete-symbol):
5529 Replace completion-annotate-function with completion-extra-properties.
5530
2462470b
SM
55312011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5532
fb5b2591
SM
5533 * simple.el (goto-line): Use read-number.
5534 (overriding-map-is-bound): Remove.
5535 (saved-overriding-map): Change default.
5536 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
5537 Take the map as argument.
5538 (universal-argument, negative-argument, digit-argument): Use it.
5539 (restore-overriding-map): Adjust.
5540 (do-auto-fill): Use fill-forward-paragraph.
5541 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
5542
fd6fa53f
SM
5543 * minibuffer.el (minibuffer-inactive-mode-map): New var.
5544 (minibuffer-inactive-mode): New major mode.
5545 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
5546 the *Messages* buffer" hack.
5547 (mouse-popup-menubar): Don't burp if the event is a normal key.
5548
2462470b
SM
5549 Miscellaneous tweaks.
5550 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
5551 lexical scoping as in subr.el's dolist and dotimes.
5552 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
5553 Silence compiler warning.
5554 * thingatpt.el (forward-whitespace): Trivial coding style fix.
5555 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
5556 * international/ccl.el (ccl-compile): Trivial simplification.
5557 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
5558 * emacs-lisp/testcover.el (testcover-end): Remove spurious
5559 `printflag' argument.
5560 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5561 Purecopy the whole obsolescence data.
5562
108bf785
LL
55632011-06-01 Leo Liu <sdl.web@gmail.com>
5564
5565 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
5566 improve doc-string as suggested by Marco Pessotto
5567 <melmothx@gmail.com>.
5568 (rcirc-print): Fix last change.
5569
30a23501
SM
55702011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5571
5572 * minibuffer.el (complete-with-action): Return nil for the metadata and
5573 boundaries of non-functional tables.
5574 (completion-table-dynamic): Return nil for the metadata.
5575 (completion-table-with-terminator): Add default case, using
5576 complete-with-action.
5577 (completion--metadata): New function.
5578 (completion-all-sorted-completions, minibuffer-completion-help): Use it
5579 to try and avoid pathological performance problems.
5580 (completion--embedded-envvar-table): Return `category' metadata.
5581
bcd54f83
LMI
55822011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5583
5584 * subr.el (process-alive-p): New tiny convenience function.
5585
e227544d
SM
55862011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
5589 content but also its previous major mode.
5590
e8296fdc
HE
55912011-05-31 Helmut Eller <eller.helmut@gmail.com>
5592
4d61f28d 5593 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
5594 *Backtrace* buffer when we exit with C-M-c.
5595
620c53a6
SM
55962011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * minibuffer.el: Add metadata method to completion tables.
5599 (completion-category-overrides): New defcustom.
5600 (completion-metadata, completion--field-metadata)
5601 (completion-metadata-get, completion--styles)
5602 (completion--cycle-threshold): New functions.
5603 (completion-try-completion, completion-all-completions):
5604 Add `metadata' argument to choose completion-styles.
5605 (completion--do-completion): Use metadata to choose cycling.
5606 (completion-all-sorted-completions): Use metadata for sorting.
5607 Remove :completion-cycle-penalty which is not needed any more.
5608 (completion--try-word-completion): Add `metadata' argument.
5609 (minibuffer-completion-help): Check metadata for annotation function
5610 and sorting.
5611 (completion-file-name-table): Return `category' metadata.
5612 (minibuffer-completing-file-name): Make obsolete.
5613 * simple.el (minibuffer-completing-symbol): Make obsolete.
5614 * icomplete.el (icomplete-completions): Pass new `metadata' param to
5615 completion-try-completion.
5616
1257e755
SM
56172011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5618
5619 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
5620
3767e706
LL
56212011-05-30 Leo Liu <sdl.web@gmail.com>
5622
5623 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
5624 (rcirc-print): Decode all incoming messages (bug#8744).
5625 (rcirc-decode-coding-system): Allow value nil for automatic coding
5626 system detection.
3767e706 5627
d1a5d56a
GM
56282011-06-01 Glenn Morris <rgm@gnu.org>
5629
5630 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
5631
e8cbec34
CY
56322011-05-29 Chong Yidong <cyd@stupidchicken.com>
5633
5634 * image.el (image-animate-max-time): Allow nil and t values.
5635 Default to nil.
5636 (create-animated-image): Doc fix.
5637 (image-animate-start): Remove second arg; just use
5638 image-animate-max-time.
5639 (image-animate-timeout): Doc fix. Args changed.
5640
5641 * image-mode.el (image-toggle-display-image): Ensure that the
5642 image spec passed to the animate timer is the same object as in
5643 the the buffer's display property (Bug#6981).
5644 (image-transform-properties): Doc fix.
5645
5646 * image.el (image-animate-max-time): Default to nil.
5647
159daf87
MR
56482011-05-29 Martin Rudalics <rudalics@gmx.at>
5649
5650 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
5651 entire buffer list (Bug#8184).
5652
d66c4c7c
CY
56532011-05-29 Chong Yidong <cyd@stupidchicken.com>
5654
5655 * image.el (imagemagick-types-inhibit)
5656 (imagemagick-register-types): Doc fix.
5657
80aec780
DD
56582011-05-29 Deniz Dogan <deniz@dogan.se>
5659
5660 * net/rcirc.el (rcirc): Use the user's stored encryption method by
5661 default.
5662
1dd3c2d9
CY
56632011-05-29 Chong Yidong <cyd@stupidchicken.com>
5664
5665 * select.el: Don't perform clipboard-manager saving in hooks;
5666 leave the hooks empty.
5667
60e56523
LL
56682011-05-28 Leo Liu <sdl.web@gmail.com>
5669
5670 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
5671 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
5672 (occur-edit-mode): New major mode (Bug#8463).
5673 (occur-after-change-function): New function.
5674 (occur-engine): Give Occur tags a read-only property.
5675
2b1e1a22
KR
56762011-05-28 Kevin Ryde <user42@zip.com.au>
5677
5678 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
5679
5d344e88
CY
56802011-05-28 Chong Yidong <cyd@stupidchicken.com>
5681
8e6ca83d
CY
5682 * bindings.el (help-echo): Make the initial non-indicator dash
5683 empty on graphical terminals (Bug#7295).
5684
5d344e88
CY
5685 * files.el (auto-mode-alist): Move config rule after the
5686 in-stripping one (Bug#8547).
5687
bfbbace7
CY
5688 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
5689
fbeba6e2
CY
5690 * startup.el (normal-splash-screen): Remove gratuitous mode-line
5691 setting (Bug#8740).
5692
60ed8c72
AA
56932011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
5694
4ac619f0
AA
5695 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
5696 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
5697 (Bug#8539).
60ed8c72 5698
23db196e
CY
56992011-05-28 Chong Yidong <cyd@stupidchicken.com>
5700
5701 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
5702
5012f24c
DK
57032011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
5704
5705 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
5706 (hs-hide-block-at-point, hs-find-block-beginning)
5707 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
5708 (Bug#8279).
5709
6a639b16
GM
57102011-05-28 Glenn Morris <rgm@gnu.org>
5711
5712 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
5713
d43eaf2c
CY
57142011-05-28 Chong Yidong <cyd@stupidchicken.com>
5715
5199bde1
CY
5716 * help-fns.el (describe-function-1): If the function is a derived
5717 major mode, print the parent mode.
5718
d43eaf2c
CY
5719 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
5720 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
5721
423428a8
SM
57222011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5723
0ff8e1ba 5724 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 5725 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
5726 * progmodes/etags.el (tags-completion-at-point-function):
5727 * info-look.el (info-lookup-completions-at-point): Mark as
5728 non-exclusive.
5729 (info-complete): Adjust accordingly.
5730
423428a8
SM
5731 * info-look.el: Convert to lexical-binding and completion-at-point.
5732 (info-lookup-completions-at-point): New function.
5733 (info-complete): Use it and completion-in-region.
5734
b74aa22b
DA
57352011-05-28 Drew Adams <drew.adams@oracle.com>
5736
5737 * isearch.el: Let M-e start with point at the first mismatched char.
5738 (isearch-fail-pos): New function.
5739 (isearch-edit-string): Use it.
5740
66e2e71d
DK
57412011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
5742
5743 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5744
eb95d01d
TC
57452009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
5746
5747 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
5748 traversal functions for avl-trees.
5749 (avl-tree--stack): New struct.
5750 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
5751 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
5752 (avl-tree--do-enter): Add optional `updatefun' arg.
5753 Change return value.
eb95d01d 5754 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
5755 (avl-tree--do-delete): Add `test' and `nilflag' args.
5756 Change return value.
eb95d01d
TC
5757 (avl-tree-member): Add optional `nilflag'
5758 (avl-tree-member-p): New function.
5759 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
5760 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
5761 (avl-tree-stack-empty-p): New functions.
5762
3769ddcf
TC
57632009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
5764
5765 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
5766 avl-tree--del-balance1 and make it work both ways.
5767 (avl-tree--del-balance2): Remove.
5768 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
5769 make it work both ways.
5770 (avl-tree--enter-balance2): Remove.
5771 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
5772 New macros.
5773 (avl-tree--mapc, avl-tree-map): Add direction argument.
5774
eb95d01d 57752011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
5776
5777 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
5778
a9f737ee
CY
57792011-05-27 Chong Yidong <cyd@stupidchicken.com>
5780
5781 * select.el: Support clipboard managers with built-in function
5782 x-clipboard-manager-save, via delete-frame-functions and
5783 kill-emacs-hook.
5784 (xselect-convert-to-targets): Add MULTIPLE target to list.
5785 (xselect-convert-to-save-targets): New function.
5786
c92a1e54
KH
57872011-05-27 Kenichi Handa <handa@m17n.org>
5788
5789 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
5790 let-binding rfc2047-encode-encoded-words to nil.
5791
e145f188
GM
57922011-05-27 Glenn Morris <rgm@gnu.org>
5793
5ec8a862
GM
5794 * mail/emacsbug.el: Don't require url-util.
5795
4b29d9fb
GM
5796 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
5797
e145f188
GM
5798 * files.el (set-auto-mode):
5799 Also respect mode: entries at the end of the file. (Bug#8586)
5800
7d15102b
GM
58012011-05-26 Glenn Morris <rgm@gnu.org>
5802
98f593b8
GM
5803 * files.el (hack-local-variables-prop-line, hack-local-variables):
5804 Downcase mode names, as seems to be traditional.
27b48e63 5805 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 5806
7d15102b
GM
5807 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
5808 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
5809
51d5b4ec
JD
58102011-05-25 Julien Danjou <julien@danjou.info>
5811
5812 * textmodes/rst.el (rst-define-level-faces): Do not define face
5813 symbol if it is already defined.
5814
91513f63
VB
58152011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5816
5817 * play/5x5.el (5x5-new-game, 5x5-randomize):
5818 Reset 5x5-solver-output to nil when a new grid is cast.
5819 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
5820 these debugging traces, as defmacro breaks the compiled code.
5821
4d90d6d0
DK
58222011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
5823
5824 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5825
e1b90ef6
LL
58262011-05-24 Leo Liu <sdl.web@gmail.com>
5827
5828 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
5829 (vc-bzr-sha1): Adapt.
5830
d8e4b68b 5831 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
5832
5833 * bindings.el: Provide sha1 feature.
5834
db0406bb 58352011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
5836
5837 * mail/sendmail.el: Require `rfc2047'.
5838 (mail-insert-from-field): Do not perform RFC2047 encoding.
5839 (mail-encode-header): New function.
5840 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
5841 buffer to the return value of select-message-coding-system.
5842 Call mail-encode-header.
b8d747b9
KH
5843
5844 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
5845
db0406bb 58462011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 5847
4d90d6d0
DK
5848 * mail/supercite.el (sc-default-cite-frame):
5849 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 5850
eb8a5e9b
GM
58512011-05-24 Glenn Morris <rgm@gnu.org>
5852
f8630703
GM
5853 * progmodes/python.el (brm-menu): Declare.
5854
8831bbed
GM
5855 * emulation/viper.el (viper-set-hooks): Declare.
5856
eb8a5e9b
GM
5857 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
5858 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
5859 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
5860 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
5861 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
5862 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
5863
a2a25d24
SM
58642011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 Add an :exit-function for completion-at-point.
5867
5868 * minibuffer.el (completion--done): New fun.
5869 (completion--do-completion): Use it. New arg `expect-exact'.
5870 (minibuffer-complete, minibuffer-complete-word): Don't output message,
5871 since completion--do-completion does it for us now.
5872 (minibuffer-force-complete): Use completion--done and
5873 completion--replace. Handle sole-completion case with more care.
5874 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
5875 (completion-extra-properties): New var.
5876 (completion-annotate-function): Make obsolete.
5877 (minibuffer-completion-help): Adjust accordingly.
5878 Use completion-list-insert-choice-function.
5879 (completion-at-point, completion-help-at-point):
5880 Bind completion-extra-properties.
5881 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
5882 * simple.el (completion-list-insert-choice-function): New var.
5883 (completion-setup-function): Preserve it.
5884 (choose-completion): Pay attention to it, shuffle the code a bit.
5885 (choose-completion-string): New arg `insert-function'.
5886
5887 * textmodes/bibtex.el: Convert to lexical binding.
5888 (bibtex-mode-map): Use completion-at-point.
5889 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
5890 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
5891 (bibtex-complete): Define as obsolete alias.
5892 (bibtex-complete-internal): Remove.
5893 (bibtex-format-entry): Remove unused sub-group in regexp.
5894 * shell.el (shell--command-completion-data)
5895 (shell-environment-variable-completion):
5896 * pcomplete.el (pcomplete-completions-at-point):
5897 * comint.el (comint--complete-file-name-data): Use :exit-function
5898 instead of completion-table-with-terminator so it also works for
5899 choose-completion.
5900
e44e373d
SM
59012011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5902
4f91a816
SM
5903 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
5904
782fc819
SM
5905 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
5906 (bug#8710).
5907
e44e373d
SM
5908 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
5909
381987c3
KM
59102011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
5911
5912 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
5913 customization variable and implement: If non-nil, auto-fill will
5914 be inhibited while on topic's header line.
5915
b776bc70
VB
59162011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
5917
5918 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 5919 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
5920 always have a solution in grid size = 5 cases.
5921 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
5922 (5x5-solver-output, 5x5-log-buffer): New vars.
5923 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
5924 Make these variables buffer local to achieve 5x5 multi-session-ness.
5925 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
5926 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
5927 (5x5-solve-suggest): New funs.
5928 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
5929 randomize a grid so that we ensure that there is always a solution.
5930 (5x5-make-random-grid): Allow other movement than flipping.
5931
7de88b6e
KR
59322011-05-23 Kevin Ryde <user42@zip.com.au>
5933
5934 * emacs-lisp/advice.el (ad-read-advised-function):
5935 Use `function-called-at-point' as the default default, if it has
5936 advice and passes PREDICATE.
5937
b1ef1257
SM
59382011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5939
bbca48fe
SM
5940 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
5941 byte-compile-lambda if it's actually a lambda.
5942
b1ef1257
SM
5943 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
5944 Fix function quoting. Use backquote better.
5945
92a9cc65
YS
59462011-05-22 Yuanle Song <sylecn@gmail.com>
5947
5948 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
5949 matching (Bug#8516).
5950
f0fb8059
JA
59512011-01-22 Jari Aalto <jari.aalto@cante.net>
5952
5953 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
5954 different face (Bug#8178).
5955
d5b44c93
CY
59562011-05-22 Chong Yidong <cyd@stupidchicken.com>
5957
5958 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
5959 defface (Bug#8144).
5960
79106a44
SM
59612011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5962
9c848d8a
SM
5963 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
5964 funcall as well (bug#8712). Warn when performing those conversions.
5965 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
5966
79106a44
SM
5967 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
5968
88dfa756
GM
59692011-05-22 Glenn Morris <rgm@gnu.org>
5970
5971 * files.el (hack-local-variables-prop-line): Small simplifications.
5972 (hack-local-variables, hack-local-variables-prop-line):
5973 If MODE-ONLY, return the mode, rather than just `t'.
5974
b7cf2c79
SM
59752011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5976
5977 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
5978
3f1a8558
GM
59792011-05-21 Glenn Morris <rgm@gnu.org>
5980
7e4ccca3
GM
5981 * files.el (hack-local-variables-prop-line, hack-local-variables):
5982 If only interested in the mode, don't bother doing the other stuff.
5983
637d46ca
GM
5984 * image-mode.el (image-after-revert-hook):
5985 Redraw all frames on which the image is visible. (Bug#8567)
5986
973d955b
GM
5987 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
5988
3f1a8558
GM
5989 * wid-edit.el (widget-checklist-match-inline):
5990 Fix 2011-04-19 change. (Bug#8649)
5991
96479927
SM
59922011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5993
1dcf791f
SM
5994 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
5995 Also allow singlespace after single-letter capitals followed by a dot.
5996
96479927
SM
5997 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
5998 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
5999
35fd0881
N
60002011-05-20 Nix <nix@esperi.org.uk>
6001
6002 * files.el (basic-save-buffer-2):
6003 Fix handling of break-hardlink-on-save with non-existent files.
6004
82745640
DD
60052011-05-19 Deniz Dogan <deniz@dogan.se>
6006
6007 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 6008 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 6009
4a720484
GM
60102011-05-19 Glenn Morris <rgm@gnu.org>
6011
d1f21341
GM
6012 * progmodes/f90.el (f90-type-def-re):
6013 Handle "type, bind(c)". (Bug#8691)
6014
4a720484
GM
6015 * emacs-lisp/autoload.el (batch-update-autoloads):
6016 Set autoload-excludes by parsing loadup.el rather than Makefiles.
6017
2fb0a219
MA
60182011-05-18 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * net/tramp.el (tramp-process-actions): Set "first-password-request"
6021 property for the correct connection in case of multihops.
6022
e565dd37
GM
60232011-05-18 Glenn Morris <rgm@gnu.org>
6024
c2571358 6025 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
6026 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
6027
e565dd37
GM
6028 Rationalize calendar handling of day and month abbrev-arrays.
6029 * calendar/calendar.el (calendar-customized-p): New function.
6030 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
6031 (calendar-day-name-array, calendar-month-name-array): Doc fix.
6032 Add :set function.
6033 (calendar-abbrev-length, calendar-day-abbrev-array)
6034 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
6035 (calendar-day-abbrev-array, calendar-month-abbrev-array):
6036 Elements may no longer be nil.
6037 (calendar-day-name, calendar-month-name):
6038 Update for changed nature of abbrev arrays.
6039 * calendar/diary-lib.el (diary-name-pattern):
6040 Update for changed nature of abbrev arrays.
6041 (diary-mark-entries-1): Update calendar-make-alist calls.
6042 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
6043 * calendar/cal-html.el (cal-html-day-abbrev-array):
6044 Simply inherit from calendar-day-abbrev-array.
6045
1d99a745
SM
60462011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6047
6048 * progmodes/grep.el (grep-mode): Disable default
6049 compilation-directory-matcher setting (bug#8684).
6050
7c1d9aa0
MA
60512011-05-17 Michael Albinus <michael.albinus@gmx.de>
6052
6053 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
6054 instead of "head" and "tail". There were problems with SunOS 5.9,
6055 and it performs better.
6056
3952e9d8
GM
60572011-05-17 Glenn Morris <rgm@gnu.org>
6058
2dd12e7f
GM
6059 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
6060
e4157b9c
GM
6061 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6062 Replace obsolete function.
6063
8e249bbd
GM
6064 * shell.el (pcomplete-parse-arguments-function): Declare.
6065
3952e9d8
GM
6066 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
6067 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
6068 (appt-check): Doc fixes.
6069 (appt-disp-window-function, appt-delete-window-function):
6070 Remove needless special case in custom :type.
6071 (appt-display-count): Default to 0, not nil.
6072 (appt-check): Reset appt-display-count to 0, not nil.
6073
c71a0d48 60742011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 6075
c71a0d48
GM
6076 * progmodes/python.el (python-font-lock-keywords):
6077 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 6078
31d55be9
SM
60792011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6080
6081 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
6082
3bfacb2f
KR
60832011-05-16 Kevin Ryde <user42@zip.com.au>
6084
6085 * info-look.el (makefile-automake-mode): New setups, looking in
6086 automake manual, then makefile-mode.
6087 (makefile-mode): Remove automake manual, have it just in
6088 makefile-automake-mode since there's various things different or
6089 not relevant to plain make.
6090 (makefile-mode): Remove "other-modes" non-existent automake-mode,
6091 believe a hypothetical automake-mode would go to makefile-mode,
6092 not the other way around.
6093
c8e83751
CY
60942011-05-15 Chong Yidong <cyd@stupidchicken.com>
6095
5e9e35cd
CY
6096 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
6097 hunk-end tags (Bug#8672).
6098
c8e83751
CY
6099 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
6100 vc-annotate-show-diff-revision-at-line (Bug#8671).
6101
50b23e5a
GM
61022011-05-14 Glenn Morris <rgm@gnu.org>
6103
7210a739
GM
6104 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
6105 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
6106 (change-log-font-lock-keywords): Also handle multiple author lines
6107 with leading tabs. (Bug#8644)
7210a739 6108
4691905a
GM
6109 * calendar/appt.el (appt-check): Rename some local variables.
6110 Some simplification/reordering.
6111
50b23e5a
GM
6112 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
6113 (feedmail-sendmail-f-doesnt-sell-me-out)
6114 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6115 (feedmail-debug-sit-for, feedmail-queue-express-hook)
6116 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
6117 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
6118 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
6119 (feedmail-binmail-gnulinuxish-template):
6120 Rename from feedmail-binmail-linuxish-template.
6121 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
6122 Use insert-buffer-substring.
6123
215cda7c
BC
61242011-05-14 Bill Carpenter <bill@carpenter.org>
6125
6126 * mail/feedmail.el (feedmail-patch-level): Increase.
6127 (feedmail-debug): New custom group.
6128 (feedmail-confirm-outgoing-timeout)
6129 (feedmail-sendmail-f-doesnt-sell-me-out)
6130 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6131 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
6132 (feedmail-sender-line, feedmail-from-line)
6133 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 6134 (feedmail-spray-this-address)
215cda7c
BC
6135 (feedmail-spray-address-fiddle-plex-list)
6136 (feedmail-queue-use-send-time-for-date)
6137 (feedmail-queue-use-send-time-for-message-id)
6138 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
6139 (feedmail-buffer-eating-function):
6140 Doc fixes.
6141 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
6142 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
6143 (feedmail-message-action-scroll-down): New functions.
6144 (feedmail-queue-directory, feedmail-queue-draft-directory):
6145 Use expand-file-name.
6146 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
6147 Remove C-v help entry.
6148 (feedmail-queue-buffer-file-name): New variable.
6149 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
6150 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
6151 (feedmail-message-action-send-strong, feedmail-message-action-edit)
6152 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
6153 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
6154 (feedmail-message-action-toggle-spray)
6155 (feedmail-run-the-queue-no-prompts)
6156 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
6157 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
6158 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
6159 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
6160 (feedmail-envelope-deducer, feedmail-fiddle-from)
6161 (feedmail-fiddle-sender, feedmail-default-date-generator)
6162 (feedmail-fiddle-date, feedmail-fiddle-message-id)
6163 (feedmail-fiddle-spray-address)
6164 (feedmail-fiddle-list-of-spray-fiddle-plexes)
6165 (feedmail-fiddle-list-of-fiddle-plexes)
6166 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
6167 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
6168 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
6169 Change default. Doc fix.
6170 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
6171 (feedmail-binmail-linuxish-template): New constant.
6172 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
6173 Respect feedmail-sendmail-f-doesnt-sell-me-out.
6174 (feedmail-send-it): Add debug call.
6175 Use feedmail-queue-buffer-file-name, and
6176 feedmail-send-it-immediately-wrapper.
6177 (feedmail-message-action-send): Add debug call.
6178 Use feedmail-send-it-immediately-wrapper.
6179 (feedmail-queue-express-to-queue): Add debug call.
6180 Run feedmail-queue-express-hook.
6181 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
6182 (feedmail-message-action-help-blat):
6183 Rename from feedmail-queue-send-edit-prompt-help-first.
6184 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
6185 Check line-endings. Handle errors better.
6186 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
6187 Doc fix. Add debug call.
6188 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
6189 Use feedmail-queue-send-edit-prompt-inner.
6190 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
6191 (feedmail-queue-send-edit-prompt-inner): New function, extracted
6192 from feedmail-queue-send-edit-prompt.
6193 (feedmail-queue-send-edit-prompt-help)
6194 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
6195 (feedmail-tidy-up-slug): Add debug call.
6196 Respect feedmail-queue-slug-suspect-regexp.
6197 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
6198 (feedmail-dump-message-to-queue): Add debug call.
6199 Expand queue-directory.
6200 (feedmail-dump-message-to-queue): Change message slightly.
6201 Use feedmail-say-chatter.
6202 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
6203 (feedmail-send-it-immediately-wrapper): New function.
6204 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
6205 Insert empty string rather than newline. Handle full-frame case.
6206 Use catch/throw. Use feedmail-say-chatter.
6207 (feedmail-fiddle-from): Try mail-host-address.
6208 (feedmail-default-message-id-generator): Doc fix.
6209 Bind system-time-locale. Handle missing end.
6210 (feedmail-fiddle-x-mailer): Add debug call.
6211 Handle feedmail-x-mailer-line being nil.
6212 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
6213 Add debug call. Use buffer-substring-no-properties.
6214 (feedmail-say-debug, feedmail-say-chatter): New functions.
6215 (feedmail-find-eoh): Give an explicit error.
6216
42c7e61e
UJ
62172011-05-13 Ulf Jasper <ulf.jasper@web.de>
6218
c2571358 6219 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 6220 family from helvetica to sans.
c2571358 6221 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
6222 etc/images/newsticker.
6223
c2571358 6224 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
6225 family from helvetica to sans.
6226
6227 * net/newst-plainview.el (newsticker-new-item-face)
6228 (newsticker-old-item-face, newsticker-immortal-item-face)
6229 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 6230 (newsticker-statistics-face): Change default family from
42c7e61e 6231 helvetica to sans.
c2571358 6232 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
6233 etc/images/newsticker.
6234
6235 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
6236 (newsticker--process-auto-mark-filter-match): : Tell user about
6237 auto-marking.
6238
8497a297
DV
62392011-05-13 Didier Verna <didier@xemacs.org>
6240
6241 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
6242 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
6243 TODO entries.
8497a297
DV
6244 (lisp-lambda-list-keyword-parameter-indentation)
6245 (lisp-lambda-list-keyword-parameter-alignment)
6246 (lisp-lambda-list-keyword-alignment): New customizable user options.
6247 (lisp-indent-defun-method): Improve docstring.
6248 (extended-loop-p): Fix comment.
6249 (lisp-indent-lambda-list-keywords-regexp): New variable.
6250 (lisp-indent-lambda-list): New function.
6251 (lisp-indent-259): Use it.
6252 (lisp-indent-defmethod): Support for more than one
6253 method qualifier and properly indent methods lambda-lists.
6254 (defgeneric): Provide a missing common-lisp-indent-function property.
6255
f278f87f
SM
62562011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6257
6258 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
6259 bounds for the empty string (bug#8667).
6260
5233edd7
GM
62612011-05-13 Glenn Morris <rgm@gnu.org>
6262
5237a44f
GM
6263 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
6264
8340026c 6265 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 6266 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 6267
5233edd7 6268 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 6269 (appt-time-msg-list): Doc fix.
a5464014 6270 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 6271
92d10796
AS
62722011-05-12 Andreas Schwab <schwab@linux-m68k.org>
6273
6274 * progmodes/ld-script.el (ld-script-keywords)
6275 (ld-script-builtins): Update keywords list.
6276
914a0ae1
SM
62772011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6278
c89be45f
SM
6279 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
6280
914a0ae1
SM
6281 * shell.el (shell-completion-vars): New function.
6282 (shell-mode):
6283 * simple.el (read-shell-command): Use it.
6284 (blink-matching-open): No need for " [...]" in minibuffer-message.
6285
98dc3df3
GM
62862011-05-12 Glenn Morris <rgm@gnu.org>
6287
6288 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
6289 (appt-check): Simplify.
6290
d2fc7e3d 62912011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 6292
4d61f28d 6293 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
6294 literal "/dev/null".
6295
d2fc7e3d 62962011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
6297
6298 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
6299 Fix typo.
6300
d2fc7e3d 63012011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 6302
3f254caa
SM
6303 * progmodes/which-func.el (which-function):
6304 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
6305 which might not be defined (Bug#8260).
6306
d45885f7
GM
63072011-05-12 Glenn Morris <rgm@gnu.org>
6308
6309 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
6310 Let byte-compile-initial-macro-environment always take precedence.
6311
488086f4
SM
63122011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 * net/rcirc.el: Add support for SSL/TLS connections.
6315 (rcirc-server-alist): New field `encryption'.
6316 (rcirc): Check `encryption' settings.
6317 (rcirc-connect): New arg `encryption'. Use open-network-stream.
6318 Merge make-local-variable into `set'.
6319 (rcirc--connection-open-p): New function.
6320 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
6321 the process is not a network process (e.g. running gnutls-cli).
6322 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
6323 Make rcirc-(en|de)code-coding-system local here.
6324 (rcirc-mode): Merge make-local-variable into `set'.
6325 (rcirc-parent-buffer): Make permanent buffer-local.
6326 (rcirc-multiline-minor-mode): Don't do it here.
6327 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
6328 there's no server buffer.
6329
7d3b9d44
GM
63302011-05-11 Glenn Morris <rgm@gnu.org>
6331
f64049c6
GM
6332 * newcomment.el (comment-kill): Prefix "unused" local.
6333
93c9df73
GM
6334 * term/w32console.el (get-screen-color): Declare.
6335
7d3b9d44
GM
6336 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
6337 Handle symbol elements of byte-compile-initial-macro-environment.
6338
9e2dd53f
LL
63392011-05-10 Leo Liu <sdl.web@gmail.com>
6340
488086f4
SM
6341 * bookmark.el (bookmark-bmenu-mode-map):
6342 Bind bookmark-bmenu-search to `/'.
8b340240 6343
9e2dd53f 6344 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
6345 (footnote-unicode-string, footnote-unicode-regexp): New variable.
6346 (Footnote-unicode): New function.
6347 (footnote-style-alist): Add unicode style to the list.
6348 (footnote-style): Doc fix.
9e2dd53f 6349
79b70037
GM
63502011-05-10 Jim Meyering <meyering@redhat.com>
6351
6352 Fix doubled-word typos.
6353 * international/quail.el (quail-insert-kbd-layout): and and -> and
6354 * kermit.el: and and -> and
6355 * net/ldap.el (ldap-search-internal): to to -> to
6356 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
6357 * progmodes/js.el (js-mode): and and -> and
6358 * textmodes/artist.el (artist-move-to-xy): at at -> at
6359 (artist-draw-region-trim-line-endings): if if -> if
6360 And Safetyc -> Safety.
6361 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
6362
b8f82dc1 63632011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 6364 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
6365
6366 * files.el (hack-one-local-variable-eval-safep):
6367 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
6368
4f99f44b
GM
63692011-05-10 Glenn Morris <rgm@gnu.org>
6370
6371 * calendar/diary-lib.el (diary-list-entries-hook)
6372 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
6373 (diary-nongregorian-marking-hook, diary-list-entries)
6374 (diary-include-other-diary-files, diary-mark-entries)
6375 (diary-mark-included-diary-files): Doc fixes.
6376
84f29e6b
JB
63772011-05-09 Juanma Barranquero <lekktu@gmail.com>
6378
6379 * misc.el: Require tabulated-list.el during compilation.
6380
9bedd73a
CY
63812011-05-09 Chong Yidong <cyd@stupidchicken.com>
6382
488086f4
SM
6383 * progmodes/compile.el (compilation-start):
6384 Run compilation-filter-hook for the async case too.
9bedd73a
CY
6385 (compilation-filter-hook): Doc fix.
6386
797c735c
DD
63872011-05-09 Deniz Dogan <deniz@dogan.se>
6388
6389 * wdired.el: Remove outdated installation comment. Fix usage
6390 comment.
6391
5f4b1dfe
JB
63922011-05-09 Juanma Barranquero <lekktu@gmail.com>
6393
6394 * misc.el: Implement new command `list-dynamic-libraries'.
6395 (list-dynamic-libraries--loaded-only-p): New variable.
6396 (list-dynamic-libraries--refresh): New function.
6397 (list-dynamic-libraries): New command.
6398
4c44026c
CY
63992011-05-09 Chong Yidong <cyd@stupidchicken.com>
6400
488086f4
SM
6401 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6402 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
6403 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
6404 higher priority to avoid clobbering by gnu.
6405
027f966d
CY
64062011-05-08 Chong Yidong <cyd@stupidchicken.com>
6407
6408 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
6409 if the face has existing theme settings (Bug#8454).
6410
085f5d7d
CY
64112011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
6412
488086f4
SM
6413 * progmodes/perl-mode.el (perl-imenu-generic-expression):
6414 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 6415
2a86a00c
RS
6416 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
6417 special file names `.' and `..' (Bug#8259).
6418
d9c54a06
CY
64192011-05-08 Chong Yidong <cyd@stupidchicken.com>
6420
488086f4
SM
6421 * progmodes/grep.el (grep-mode-font-lock-keywords):
6422 Remove buffer-changing entries.
d9c54a06
CY
6423 (grep-filter): New function.
6424 (grep-mode): Add it to compilation-filter-hook.
6425
6426 * progmodes/compile.el (compilation-filter-hook)
6427 (compilation-filter-start): New defvars.
6428 (compilation-filter): Call compilation-filter-hook prior to
6429 updating the process mark.
6430
c4662635
SM
64312011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6432
6433 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
6434
b0512a1d
EZ
64352011-05-07 Eli Zaretskii <eliz@gnu.org>
6436
605c9376
EZ
6437 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
6438 mailclient-send-it even if window-system is nil. (Bug#8595)
6439
c4662635
SM
6440 * term/w32console.el (terminal-init-w32console):
6441 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
6442 background-mode. (Bug#8597)
6443
d1dc2cc2
SM
64442011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6445
6446 Make bytecomp.el understand that defmethod defines funs (bug#8631).
6447 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
6448 New functions.
6449 (defgeneric, eieio--defmethod): Use them.
6450 (eieio-defgeneric): Remove.
6451 (defmethod): Call defgeneric in a way visible to the byte-compiler.
6452
915d1300
GM
64532011-05-07 Glenn Morris <rgm@gnu.org>
6454
a3961c3e
GM
6455 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
6456 Use let rather than let*.
6457 (timeclock-find-discrep): Remove unused local.
6458
314347b9
GM
6459 * calendar/diary-lib.el (diary-comment-start): Doc fix.
6460
915d1300
GM
6461 * calendar/appt.el (appt-time-msg-list): Doc fix.
6462
275b59b0
NF
64632011-05-06 Noah Friedman <friedman@splode.com>
6464
6465 * apropos.el (apropos-print-doc): Only use
6466 emacs-lisp-docstring-fill-column when it is bound to an integer,
6467 per that variable's documentation.
6468
6c19f744
SM
64692011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6470
6471 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 6472 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 6473
60f884b2
GM
64742011-05-06 Glenn Morris <rgm@gnu.org>
6475
5006e634
GM
6476 * calendar/appt.el (appt-message-warning-time): Doc fix.
6477 (appt-warning-time-regexp): New option.
6478 (appt-make-list): Respect appt-message-warning-time.
6479
548d0a63
GM
6480 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
6481 New options.
6482 (diary-add-to-list): Strip comments from the displayed string.
6483 (diary-mode): Set comment-start and comment-end.
6484
60f884b2
GM
6485 * vc/diff-mode.el (smerge-refine-subst): Declare.
6486 (diff-refine-hunk): Don't require smerge-mode when compiling.
6487
989681bb
JB
64882011-05-06 Juanma Barranquero <lekktu@gmail.com>
6489
6490 * simple.el (list-processes): Return nil as the docstring says.
6491
a6bc05e1
MA
64922011-05-05 Michael Albinus <michael.albinus@gmx.de>
6493
6494 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
6495 to "".
6496 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6497 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
6498 determining of binary transfer. (Bug#7383)
6499
23c22e9a
MA
65002011-05-05 Michael Albinus <michael.albinus@gmx.de>
6501
c4662635
SM
6502 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6503 Fix port computation bug. (Bug#8618)
23c22e9a 6504
0bff894f
GM
65052011-05-05 Glenn Morris <rgm@gnu.org>
6506
b8296902
GM
6507 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
6508
1f522ce8
GM
6509 * simple.el (shell-dynamic-complete-functions)
6510 (comint-dynamic-complete-functions): Declare.
6511
cf5bee67
GM
6512 * net/network-stream.el (gnutls-negotiate):
6513 * simple.el (tabulated-list-print): Fix declarations.
6514
6515 * progmodes/gud.el (syntax-symbol, syntax-point):
6516 Remove unnecessary and incorrect declarations.
6517
0bff894f
GM
6518 * emacs-lisp/check-declare.el (check-declare-scan):
6519 Handle byte-compile-initial-macro-environment in bytecomp.el
6520
9869b3ae
SM
65212011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 Fix earlier half-done eieio-defmethod change (bug#8338).
6524 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
6525 Streamline and change calling convention.
6526 (defmethod): Adjust accordingly and simplify.
6527 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
6528 new eieio--defmethod.
6529 (slot-boundp): Minor CSE simplification.
6530
9c1d5ac5
MZ
65312011-05-05 Milan Zamazal <pdm@zamazal.org>
6532
6533 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
6534 (glasses-make-readable): Use glasses-separate-capital-groups.
6535
455c834e
JB
65362011-05-05 Juanma Barranquero <lekktu@gmail.com>
6537
6538 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
6539 (warning-series): Doc fix.
6540 (display-warning): Don't try to create the buffer if we just found it.
6541
9ed7c8cb
CY
65422011-05-04 Chong Yidong <cyd@stupidchicken.com>
6543
6544 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
6545 (autoload-find-generated-file): New function.
6546 (generate-file-autoloads): Bind generated-autoload-file to
6547 buffer-file-name.
9869b3ae
SM
6548 (update-file-autoloads, update-directory-autoloads):
6549 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
6550 output file (Bug#7989).
6551 (batch-update-autoloads): Doc fix.
6552
0898ca10
JB
65532011-05-04 Juanma Barranquero <lekktu@gmail.com>
6554
6555 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
6556
31dfb76c
GM
65572011-05-04 Glenn Morris <rgm@gnu.org>
6558
f330b642
GM
6559 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
6560 function, so it follows changes in calendar-date-style.
6561 (diary-fancy-date-matcher): New function.
6562 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
6563 (diary-fancy-font-lock-fontify-region-function):
6564 Use diary-fancy-date-pattern as a function.
6565
31dfb76c
GM
6566 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
6567 non-numbers for `year' etc pseudo-variables. (Bug#8583)
6568
48e79d6a
TZ
65692011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
6570
6571 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
6572 instead of positional arguments. Allow :keylist and :crlfiles
6573 arguments.
6574 (open-gnutls-stream): Call it.
6575
6576 * net/network-stream.el (network-stream-open-starttls): Adjust to
6577 call `gnutls-negotiate' with :process and :hostname arguments.
6578
dd5a5ee0
SM
65792011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6580
ef80fc09
SM
6581 * minibuffer.el (completion--message): New function.
6582 (completion--do-completion, minibuffer-complete)
6583 (minibuffer-force-complete, minibuffer-complete-word): Use it.
6584 (completion--do-completion): Don't ignore completion-auto-help when in
6585 icomplete-mode.
6586
dd5a5ee0
SM
6587 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
6588 internal encoding (e.g. tibetan zero is not whitespace).
6589 (global-whitespace-mode): Prefer save-current-buffer.
6590 (whitespace-trailing-regexp): Remove useless save-match-data.
6591 (whitespace-empty-at-bob-regexp): Minor simplification.
6592
b7d22a83
CY
65932011-05-03 Chong Yidong <cyd@stupidchicken.com>
6594
6595 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
6596
5192af46
AM
65972011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6598
6599 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 6600 Use `concat' to create string for insertion.
5192af46 6601
5767d190
SM
66022011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6603
6604 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
6605 Avoid open-line which runs post-self-insert-hook.
6606 (bibtex-fill-entry): Remove unused `end' var.
6607
bf242939
AM
66082011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
6609
5767d190
SM
6610 * textmodes/ispell.el (ispell-add-per-file-word-list):
6611 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 6612
25666126
LL
66132011-05-03 Leo Liu <sdl.web@gmail.com>
6614
6615 * isearch.el (isearch-yank-pop): New command.
5767d190 6616 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
6617 (isearch-forward): Mention it.
6618
52d3c2d0
SM
66192011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6620
1bcace58
SM
6621 * simple.el (minibuffer-complete-shell-command): Remove.
6622 (minibuffer-local-shell-command-map): Use completion-at-point.
6623 (read-shell-command): Setup completion vars here instead.
6624 (read-expression-map): Bind TAB to symbol completion.
6625
52d3c2d0
SM
6626 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
6627 error directly rather via storing it into `results'.
6628
35813471
LL
66292011-05-02 Leo Liu <sdl.web@gmail.com>
6630
6631 * vc/diff.el: Fix description.
6632
e793a940
LMI
66332011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6634
6635 * server.el (server-eval-at): New function.
6636
8de66e05
LMI
66372011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6638
6639 * net/network-stream.el (open-network-stream): Take a :nowait
6640 parameter and pass it on to `make-network-process'.
6641 (network-stream-open-plain): Ditto.
6642
dcb79f20
AS
66432011-04-30 Andreas Schwab <schwab@linux-m68k.org>
6644
6645 * faces.el (face-spec-set-match-display): Don't match toolkit
6646 options on terminal frames.
6647
14a7fbd8
SM
66482011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6649
7eabc1be
SM
6650 * progmodes/pascal.el: Use lexical binding.
6651 (pascal-mode-map): Remove author preferences.
6652
14a7fbd8
SM
6653 * pcomplete.el (pcomplete-std-complete): Don't abuse
6654 completion-at-point.
6655
50f84510
JB
66562011-04-28 Juanma Barranquero <lekktu@gmail.com>
6657
6e087a44
JB
6658 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
6659 removing code that has been dead since 1991 or so.
6660
50f84510
JB
6661 * startup.el (command-line): When warning about "_emacs", use a
6662 delayed warning to allow the user to filter it out.
6663
0ba690bd
DD
66642011-04-28 Deniz Dogan <deniz@dogan.se>
6665
6666 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
6667 user has not joined.
6668
08abfaad
SM
66692011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6670
6671 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
6672 aren't any completions at point.
6673
638f053a
JB
66742011-04-28 Juanma Barranquero <lekktu@gmail.com>
6675
6676 * subr.el (display-delayed-warnings): New function.
6677 (delayed-warnings-hook): New variable.
6678
8fff8daa
SM
66792011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6680
08abfaad
SM
6681 * minibuffer.el (completion-at-point, completion-help-at-point):
6682 Don't presume that a given completion-at-point-function will always
6683 use the same calling convention.
6684
8fff8daa
SM
6685 * pcomplete.el (pcomplete-completions-at-point):
6686 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
6687 pcomplete-seen is non-nil.
6688 (pcomplete-comint-setup): Also recognize the new comint/shell
6689 completion functions.
6690 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
6691 pcomplete-seen is non-nil.
6692
841a1577 66932011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 6694
841a1577 6695 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 6696 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 6697 the first character in the entry. This allows for code to add its
211ec907
UJ
6698 own uid to the entry.
6699 (icalendar--convert-float-to-ical): Add export of
6700 `diary-float'-entries save for those with the optional DAY
6701 argument.
6702
2a782793
DC
67032011-04-27 Daniel Colascione <dan.colascione@gmail.com>
6704
6705 * subr.el (shell-quote-argument): Use alternate escaping strategy
6706 when we spot a variable reference in a string.
6707
0438ce91
DC
67082011-04-26 Daniel Colascione <dan.colascione@gmail.com>
6709
6710 * cus-start.el (all): Define customization for debug-on-event.
6711
841a1577 67122011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
6713
6714 * subr.el (shell-quote-argument): Escape correctly under Windows.
6715
d090ed6c
SM
67162011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6717
6718 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
6719
bfd31217
MA
67202011-04-25 Michael Albinus <michael.albinus@gmx.de>
6721
d090ed6c
SM
6722 * net/tramp.el (tramp-process-actions): Add POS argument.
6723 Delete region between POS and (pos).
bfd31217 6724
d090ed6c
SM
6725 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6726 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
6727 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
6728
6729 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
6730 position in `tramp-process-actions' call.
6731
6732 * net/trampver.el: Update release number.
6733
e92f3bd3
SM
67342011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6735
850256b5
SM
6736 * custom.el (defcustom): Obey lexical-binding.
6737
e92f3bd3
SM
6738 Fix octave-inf completion problems reported by Alexander Klimov.
6739 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
6740 Inherit from octave-mode-syntax-table.
6741 (inferior-octave-mode): Set info-lookup-mode.
6742 (inferior-octave-completion-at-point): New function.
6743 (inferior-octave-complete): Use it and completion-in-region.
6744 (inferior-octave-dynamic-complete-functions): Use it as well, and use
6745 comint-filename-completion.
6746 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
6747 symbol elements which shouldn't be word elements.
6748 (octave-font-lock-keywords, octave-beginning-of-defun)
6749 (octave-function-header-regexp): Adjust regexps accordingly.
6750 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
6751
cd22b309
JB
67522011-04-25 Juanma Barranquero <lekktu@gmail.com>
6753
6754 * net/gnutls.el (gnutls-errorp): Declare before first use.
6755
8b492194
TZ
67562011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
6757
6758 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
6759 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
6760 default trustfile exists before going to use it. Add missing
6761 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
6762 Reported by Claudio Bley <claudio.bley@gmail.com>.
6763 (open-gnutls-stream): Add usage example.
6764
6765 * net/network-stream.el (network-stream-open-starttls): Give host
6766 parameter to `gnutls-negotiate'.
6767 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 6768 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 6769
841a1577 67702011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 6771
cd22b309
JB
6772 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6773 Use correct match group (bug#8438).
05842630 6774
3ba7869c
CY
67752011-04-24 Chong Yidong <cyd@stupidchicken.com>
6776
512e3ae1
CY
6777 * emacs-lisp/package.el (package-built-in-p): Fix typo.
6778 (package-menu--generate): New arg specifying packages to show.
6779 (package-menu-refresh, package-menu-execute, list-packages):
6780 Callers changed.
6781 (package-show-package-list): New function, replacing deleted
6782 package--list-packages (renamed because it is non-internal).
6783
6784 * finder.el (finder-list-matches): Use package-show-package-list
6785 instead of deleted package--list-packages.
6786
e92f3bd3
SM
6787 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
6788 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
6789 (vc-annotate-mode-map): Bind it to RET.
6790
7031be6d
UR
67912011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
6792
6793 * progmodes/etags.el (next-file): Don't use set-buffer to change
6794 buffers (Bug#8478).
6795
4ef177aa
CY
67962011-04-24 Chong Yidong <cyd@stupidchicken.com>
6797
c8d173eb
CY
6798 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
6799
4ef177aa
CY
6800 * apropos.el (apropos-label-face): Avoid variable-pitch face.
6801 (apropos-accumulator): Doc fix.
6802 (apropos-function, apropos-macro, apropos-command)
6803 (apropos-variable, apropos-face, apropos-group, apropos-widget)
6804 (apropos-plist): Add face property.
6805 (apropos-symbols-internal): Fix indentation.
6806 (apropos-print): Simplify help, and recognize apropos-multi-type.
6807 (apropos-print-doc): Use button-type-get to extract the button's
6808 face property. Fill docstring (Bug#8352).
6809
4ffd0d6b 68102011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
6811
6812 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
6813
c6c32125 6814 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 6815 (mpuz-mode-map): Use mapc.
c6c32125
JB
6816 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
6817 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
6818 Fix typos in docstrings.
6819
58d468b4
JB
6820 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
6821 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
6822
6470c3c6
JB
6823 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
6824
4ffd0d6b 68252011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
6826
6827 * minibuffer.el (completion--do-completion): Avoid the "Next char
6828 not unique" prompt if icomplete-mode is enabled (Bug#5849).
6829
3ad8bad0
CY
6830 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
6831 mouse-2 into unread-command-events, it is interpreted correctly.
6832
71d73c9c 6833 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 6834 (image-toggle-display): Doc fix.
71d73c9c 6835
841a1577 68362011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 6837
4ffd0d6b
GM
6838 * textmodes/page.el (what-page): Use line-number-at-pos to
6839 calculate line number (Bug#6825).
6e1dbaa9 6840
c2fb1b60
JB
68412011-04-22 Juanma Barranquero <lekktu@gmail.com>
6842
6843 * eshell/esh-mode.el (find-tag-interactive): Declare function.
6844 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
6845 Pass argument NO-DEFAULT to `find-tag-interactive'.
6846
e02f48d7
JB
68472011-04-22 Juanma Barranquero <lekktu@gmail.com>
6848
6849 Lexical-binding cleanup.
6850
6851 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
6852 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
6853 * progmodes/ada-prj.el (ada-prj-initialize-values)
6854 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
6855 (ada-prj-show-value):
6856 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
6857 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
6858 (antlr-invalidate-context-cache, antlr-options-menu-filter)
6859 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
6860 * progmodes/bug-reference.el (bug-reference-push-button):
6861 * progmodes/fortran.el (fortran-line-length):
6862 * progmodes/glasses.el (glasses-change):
6863 * progmodes/octave-mod.el (octave-fill-paragraph):
6864 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
6865 (python-pdbtrack-grub-for-buffer, python-sentinel):
6866 * progmodes/sql.el (sql-save-connection):
6867 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
6868 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
6869 Mark unused parameters.
6870
6871 * progmodes/compile.el (compilation--flush-directory-cache)
6872 (compilation--flush-parse, compile-internal): Mark unused parameters.
6873 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
6874 (compilation-next-error-function): Remove unused variable `timestamp'.
6875
6876 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
6877 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
6878
6879 * progmodes/dcl-mode.el (dcl-end-of-command):
6880 Remove unused variable `start'.
6881 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
6882 (dcl-option-value-basic, dcl-option-value-offset)
6883 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
6884 Mark unused parameters.
6885 (dcl-save-local-variable): Remove unused variable `val'.
6886 (mode): Declare.
6887
6888 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
6889 Mark unused parameters.
6890 (delphi-ignore-changes): Move before first use.
6891 (delphi-charset-token-at): Remove unused variable `start'.
6892 (delphi-else-start): Remove unused variable `if-count'.
6893 (delphi-comment-block-start, delphi-comment-block-end):
6894 Remove unused variable `kind'.
6895 (delphi-indent-line): Remove unused variable `new-point'.
6896
6897 * progmodes/ebrowse.el (ebrowse-files-list)
6898 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
6899 Mark unused parameters. Don't quote `lambda'.
6900 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
6901 Don't quote `lambda'.
6902 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
6903 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
6904 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
6905 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
6906 Use `ignore-errors'.
6907 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
6908 (ebrowse-view/find-file-and-search-pattern)
6909 (ebrowse-view/find-member-declaration/definition):
6910 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
6911 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
6912 Rename parameter PREFIX-ARG to PREFIX.
6913 (ebrowse-tags-read-name): Remove unused variables `start' and
6914 `member-info'.
6915 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
6916 to `tags-file'.
6917
6918 * progmodes/etags.el (local-find-tag-hook): Declare.
6919 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
6920 Mark unused parameters.
6921
6922 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
6923 (executable-interpret): Mark unused parameter.
6924
6925 * progmodes/flymake.el (flymake-process-sentinel)
6926 (flymake-after-change-function)
6927 (flymake-create-temp-with-folder-structure)
6928 (flymake-get-include-dirs-dot): Mark unused parameters.
6929 (flymake-safe-delete-directory): Remove unused variable `err'.
6930
6931 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
6932 (speedbar-timer-fn, speedbar-line-text)
6933 (speedbar-change-expand-button-char, speedbar-delete-subblock)
6934 (speedbar-center-buffer-smartly): Declare functions.
6935 (gdb-find-watch-expression): Remove unused variable `array'.
6936 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
6937 (gdb-starting): Mark unused parameters.
6938 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
6939 (gdb-table-string): Remove unused variable `res'.
6940 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
6941 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
6942 (gdb-display-buffer): Remove unused variable `cur-size'.
6943
6944 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
6945 allow lexical-binding compilation.
6946 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
6947 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
6948 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
6949 Mark unused parameters.
6950 (gud-gdb-marker-filter): Remove unused variable `match'.
6951 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
6952 lambda expressions and funcall them, instead of using `fset'.
6953
6954 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
6955 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
6956
6957 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
6958 variable `header-beg'; use `let'.
6959
6960 * progmodes/icon.el (indent-icon-exp): Remove unused variables
6961 `restart', `last-sexp' and `at-do'.
6962
6963 * progmodes/js.el (js--debug): Mark unused parameter.
6964 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
6965 (js--splice-into-items): Remove unused variable `item'.
6966 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
6967
6968 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
6969 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
6970 (makefile-complete): Remove unused variable `try'.
6971 (makefile-fill-paragraph, makefile-match-function-end):
6972 Mark unused parameters.
6973
6974 * progmodes/octave-inf.el (inferior-octave-complete):
6975 Remove unused variable `proc'.
6976 (inferior-octave-output-digest): Mark unused parameter.
6977
6978 * progmodes/perl-mode.el (perl-calculate-indent):
6979 Remove unused variable `err'.
6980
6981 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
6982 (prolog-indent-line): Mark unused parameters.
6983 (prolog-indent-line): Remove unused variable `beg'.
6984
6985 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
6986 (reporter-dont-compact-list): Declare.
6987
6988 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
6989 Remove unused variable `char'.
6990 (sh-debug): Mark unused parameter.
6991 (sh-get-indent-info): Remove unused variable `start'.
6992 (sh-calculate-indent): Remove unused variable `var'.
6993
6994 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
6995 (simula-electric-keyword): Remove unused variable `null'.
6996 (simula-search-backward, simula-search-forward): Remove unused
6997 variables `begin' and `end'.
6998
6999 * progmodes/vera-mode.el (vera-guess-basic-syntax):
7000 Remove unused variable `pos'.
7001 (vera-electric-tab, vera-comment-uncomment-region):
7002 Mark unused parameters.
7003 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
7004
7ede3b65
CY
70052011-04-22 Chong Yidong <cyd@stupidchicken.com>
7006
7007 * emacs-lisp/package.el (package--builtins, package-alist)
7008 (package-load-descriptor, package-built-in-p, package-activate)
7009 (define-package, package-installed-p)
7010 (package-compute-transaction, package-buffer-info)
7011 (package--push): Doc fix. Distinguish more clearly between
7012 version strings and version lists.
7013
121656e9
JB
70142011-04-21 Juanma Barranquero <lekktu@gmail.com>
7015
7016 Lexical-binding cleanup.
7017
7018 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
7019 (5x5-make-mutate-best):
7020 * play/fortune.el (fortune-in-buffer):
7021 * play/gomoku.el (gomoku-init-display):
7022 * play/solitaire.el (solitaire, solitaire-do-check):
7023 * play/tetris.el (tetris-default-update-speed-function):
7024 Mark unused parameters.
7025
7026 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
7027 (bubbles--shift): Remove unused variable `char-org'.
7028 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
7029 (bubbles--show-images): Remove unused variable `char'.
7030
7031 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
7032 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
7033 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
7034 (decipher-analyze-buffer): Use ?\s.
7035 (decipher-make-checkpoint): Remove unused variable `mapping'.
7036
7037 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
7038
7039 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
7040 Remove unused variable `result'; use `let'.
7041
7042 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
7043 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
7044 (gametree-children-shown-p, gametree-compute-reduced-score):
7045 Use `ignore-errors'.
7046
7047 * play/handwrite.el (ps-lpr-switches): Declare.
7048 (handwrite): Remove unused variables `pmin' and `lastp'.
7049
7050 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
7051
7052 * play/landmark.el (landmark-init-display)
7053 (landmark-update-naught-weights): Mark unused parameters.
7054 (landmark-y): Remove unused variable `noise'. Simplify.
7055 (landmark-human-plays): Remove unused variable `score'.
7056
7057 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
7058 (mpuz-try-proposal): Remove unused variable `game'.
7059
7060 * play/zone.el (life-patterns): Declare.
7061
80f499c7
JB
70622011-04-20 Juanma Barranquero <lekktu@gmail.com>
7063
7064 * vc/vc.el (ediff-vc-internal): Declare function.
7065
024ff170
SM
70662011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7067
c0a193ea
SM
7068 * shell.el: Use lexical-binding and std completion UI.
7069 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
7070 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
7071 comint-preoutput-filter-functions rather than on
7072 comint-output-filter-functions.
7073 (shell-command-completion, shell--command-completion-data)
7074 (shell-filename-completion, shell-environment-variable-completion)
7075 (shell-c-a-p-replace-by-expanded-directory): New functions.
7076 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
7077 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
7078 (shell-dynamic-complete-environment-variable): Use them.
7079 (shell-dynamic-complete-as-environment-variable)
7080 (shell-dynamic-complete-as-command): Remove.
7081 (shell-match-partial-variable): Match past point.
7082 * comint.el: Clean up use of completion-at-point-functions.
7083 (comint-completion-at-point): New function.
7084 (comint-mode): Use it completion-at-point-functions.
7085 (comint-dynamic-complete): Make it obsolete.
7086 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
7087 (comint-c-a-p-replace-by-expanded-history): New function.
7088 (comint-dynamic-complete-functions)
7089 (comint-replace-by-expanded-history): Use it.
7090 * minibuffer.el (completion-table-with-terminator): Allow dynamic
7091 termination strings. Try harder to avoid second try-completion.
7092 (completion-in-region-mode-map): Disable bindings that don't work yet.
7093
2dbaa080
SM
7094 * comint.el: Use lexical-binding. Require CL.
7095 (comint-dynamic-complete-functions): Use comint-filename-completion.
7096 (comint-completion-addsuffix): Tweak custom type.
7097 (comint-filename-completion, comint--common-suffix)
7098 (comint--common-quoted-suffix, comint--table-subvert)
7099 (comint--complete-file-name-data): New functions.
7100 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
7101 (comint-dynamic-list-filename-completions): Use them.
7102 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 7103
2dbaa080
SM
7104 * minibuffer.el (completion-in-region-mode):
7105 Keep completion-in-region-mode--predicate global.
7106 (completion-in-region--postch):
7107 Assume completion-in-region-mode--predicate is not null.
7108
c79a6f38
SM
7109 * progmodes/flymake.el (flymake-start-syntax-check-process):
7110 Obey `dir'. Simplify.
7111
024ff170
SM
7112 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
7113 we're in VC after all.
7114
1c6c854e
CS
71152011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
7116
7117 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 7118 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
7119 (vc-version-diff): Use vc-diff-build-argument-list-internal.
7120
bed7f140
SM
71212011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7122
332e62ab
SM
7123 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
7124 add sanity check.
7125
bed7f140
SM
7126 * obsolete/erc-hecomplete.el: Make obsolete.
7127 * obsolete/: Standardize obsolescence info in the header.
7128
f195c582
GM
71292011-04-20 Glenn Morris <rgm@gnu.org>
7130
7131 * calendar/solar.el (solar-horizontal-coordinates):
7132 Use the longitude argument rather than `calendar-longitude'.
7133 (solar-date-next-longitude): Remove unused locals.
7134
cb79b8c0
VJL
71352011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7136
7137 * whitespace.el: New version 13.2.1.
7138
71392011-04-20 felix <EmacsWiki> (tiny change)
7140
d8e4b68b 7141 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
7142 switching between major modes on a file.
7143
602ea69d
SM
71442011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7145
7146 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
7147 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
7148 multi-line comments as well.
7149
06b60517
JB
71502011-04-19 Juanma Barranquero <lekktu@gmail.com>
7151
7152 Lexical-binding cleanup.
7153
7154 * arc-mode.el (archive-mode-revert):
7155 * cmuscheme.el (scheme-interactively-start-process):
7156 * custom.el (custom-initialize-delay):
7157 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
7158 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
7159 * emacs-lock.el (emacs-lock-clear-sentinel):
7160 * ezimage.el (defezimage):
7161 * follow.el (follow-avoid-tail-recenter):
7162 * fringe.el (set-fringe-mode-1):
7163 * generic-x.el (bat-generic-mode-compile):
7164 * help-mode.el (help-info-variable, help-do-xref)
7165 (help-mode-revert-buffer):
7166 * help.el (view-emacs-todo):
7167 * iswitchb.el (iswitchb-completion-help):
7168 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
7169 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
7170 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
7171 * locate.el (locate-update):
7172 * longlines.el (longlines-encode-region)
7173 (longlines-after-change-function):
7174 * outline.el (outline-isearch-open-invisible):
7175 * ps-def.el (declare-function, charset-dimension, char-width)
7176 (encode-char):
7177 * ps-mule.el (ps-mule-plot-string):
7178 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
7179 (recentf-edit-list-select, recentf-edit-list-validate)
7180 (recentf-open-files-action):
7181 * rect.el (delete-whitespace-rectangle-line)
7182 (rectangle-number-line-callback):
7183 * register.el (window-configuration-to-register)
7184 (frame-configuration-to-register):
7185 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
7186 * select.el (xselect-convert-to-string, xselect-convert-to-length)
7187 (xselect-convert-to-targets, xselect-convert-to-delete)
7188 (xselect-convert-to-filename, xselect-convert-to-charpos)
7189 (xselect-convert-to-lineno, xselect-convert-to-colno)
7190 (xselect-convert-to-os, xselect-convert-to-host)
7191 (xselect-convert-to-user, xselect-convert-to-class)
7192 (xselect-convert-to-name, xselect-convert-to-integer)
7193 (xselect-convert-to-atom, xselect-convert-to-identity):
7194 * subr.el (declare, ignore, process-kill-without-query)
7195 (text-clone-maintain):
7196 * terminal.el (te-get-char, te-tic-sentinel):
7197 * tool-bar.el (tool-bar-make-keymap):
7198 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
7199 * type-break.el (type-break-mode, type-break-noninteractive-query):
7200 * view.el (View-back-to-mark):
7201 * wid-browse.el (widget-browse-action, widget-browse-widget)
7202 (widget-browse-widgets, widget-browse-sexp):
7203 * widget.el (define-widget-keywords):
7204 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
7205 Mark unused parameters.
7206
7207 * align.el (align-adjust-col-for-rule): Mark unused parameter.
7208 (align-areas): Remove unused variable `look'.
7209 (align-region): Remove unused variables `real-end' and `pos-list'.
7210
7211 * apropos.el (apropos-score-doc): Remove unused variable `i'.
7212
7213 * bindings.el (mode-line-modified, mode-line-remote):
7214 Mark unused parameters.
7215 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
7216
7217 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
7218 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
7219
7220 * comint.el (comint-history-isearch-pop-state)
7221 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
7222 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
7223 (comint-substitute-in-file-name): Doc fix.
7224
7225 * completion.el (cmpl-statistics-block): Mark unused parameter.
7226 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
7227 (save-completions-to-file, load-completions-from-file):
7228 Remove unused local variable `e'.
7229
7230 * composite.el (compose-chars): Remove unused variable `len'.
7231 (lgstring-insert-glyph): Remove unused variable `g'.
7232 (compose-glyph-string): Remove unused variables `ascent',
7233 `descent', `lbearing' and `rbearing'.
7234 (compose-glyph-string-relative): Remove unused variables
7235 `lbearing', `rbearing' and `wadjust'.
7236 (compose-gstring-for-graphic): Remove unused variables `header',
7237 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
7238 (compose-gstring-for-terminal): Remove unused variables `header'
7239 and `nchars'. Use `let', not `let*'.
7240
7241 * cus-edit.el (Custom-set, Custom-save, custom-reset)
7242 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
7243 (Custom-buffer-done, custom-buffer-create-internal)
7244 (custom-browse-visibility-action, custom-browse-group-tag-action)
7245 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
7246 (widget-magic-mouse-down-action, custom-toggle-parent)
7247 (custom-add-parent-links, custom-toggle-hide-variable)
7248 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
7249 (custom-toggle-hide-face, face, hook, custom-group-link-action)
7250 (custom-face-menu-create, custom-variable-menu-create, get)
7251 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
7252 (custom-reset-standard-save-and-update): Remove unused variable `value'.
7253 (customize-apropos): Remove unused variable `tests'.
7254 (custom-group-value-create): Remove unused variable `hidden-p'.
7255 (sort-fold-case): Declare.
7256
7257 * cus-theme.el (custom-reset-standard-faces-list)
7258 (custom-reset-standard-variables-list): Declare.
7259 (customize-create-theme, custom-theme-revert, custom-theme-write)
7260 (custom-theme-choose-mode, customize-themes, custom-theme-save):
7261 Mark unused parameters.
7262
7263 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
7264
7265 * delim-col.el (delimit-columns-max): Move defvar before first use.
7266
7267 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 7268 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
7269
7270 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
7271 (auto-insert): Declare.
7272 (desktop-restore-file-buffer): Rename desktop-* parameters;
7273 mark unused ones.
7274 (desktop-create-buffer): Rename desktop-* parameters and bind them.
7275 (desktop-buffer): Rename desktop-* parameters.
7276
7277 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7278 (dframe-reposition-frame-xemacs, dframe-help-echo)
7279 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
7280 Mark unused parameters.
7281
7282 * dired-aux.el (backup-extract-version-start, overwrite-query)
7283 (overwrite-backup-query, rename-regexp-query)
7284 (rename-non-directory-query): Declare.
7285 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
7286 (dired-add-entry): Remove unused variable `orig-file-name'.
7287 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
7288 Use parameter PRESERVE-TIME instead of accessing dynamic variable
7289 `dired-copy-preserve-time' directly.
7290 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
7291 (dired-insert-subdir-newpos): Rename unused variable `pos'.
7292
7293 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
7294 (dired-virtual-revert, dired-make-relative-symlink):
7295 Mark unused parameters.
7296 (manual-program): Declare.
7297 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
7298 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
7299 wrapped in `with-no-warnings' to avoid replacing one warning by another.
7300
7301 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
7302
7303 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
7304
7305 * echistory.el (electric-history-in-progress, Helper-return-blurb):
7306 Declare.
7307
7308 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
7309
7310 * electric.el (Electric-command-loop): Rename parameter
7311 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
7312
7313 * expand.el (expand-in-literal): Remove unused variable `here'.
7314
7315 * facemenu.el (facemenu-add-new-color):
7316 Remove unused variable `docstring'.
7317
7318 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
7319 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
7320 (face-attr-construct): Mark unused parameter. Doc fix.
7321 (read-color): Remove unused variable `hex-string'.
7322
7323 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
7324 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
7325 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
7326 (display-buffer-other-frame): Remove unused variable `old-window'.
7327 (kill-buffer-hook): Declare.
7328 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
7329 Mark unused parameters.
7330 (after-find-file): Pass 1 to `auto-save-mode', not t.
7331
7332 * files-x.el (auto-insert): Declare.
7333 (modify-file-local-variable-prop-line): Remove unused variable `val'.
7334
7335 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 7336 variable `buf'. Mark unused parameter.
06b60517
JB
7337 (find-lisp-insert-directory): Mark unused parameter.
7338
7339 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
7340 (format-encode-region): Remove unused variables `cur-buf' and `result'.
7341 (format-common-tail): Remove, unused.
7342 (format-deannotate-region): Remove unused variable `loc'.
7343 (format-annotate-region): Remove unused variable `p'.
7344 (format-annotate-single-property-change): Remove unused variables
7345 `default' and `tail'.
7346
7347 * forms.el (read-file-filter): Declare.
7348 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
7349
7350 * frame.el (frame-creation-function-alist): Mark unused parameter.
7351 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
7352
7353 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
7354 Remove unused parameters.
7355 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
7356 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
7357
7358 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
7359 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
7360 (hfy-prepare-tag-map): Mark unused parameters.
7361 (htmlfontify-buffer): Use `called-interactively-p'.
7362
7363 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
7364 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
7365 (ibuffer-do-occur): Mark unused parameters.
7366 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
7367 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
7368
7369 * ibuffer.el: Don't quote `lambda'.
7370 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
7371 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
7372 Mark unused parameters.
7373
7374 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
7375 (ido-completing-read): Mark unused parameters.
7376 (ido-copy-current-word): Mark unused parameters;
7377 remove unused variable `name'.
7378 (ido-sort-merged-list): Remove unused parameter `dirs'.
7379
7380 * ielm.el (ielm-input-sender): Mark unused parameter.
7381 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
7382 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
7383 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
7384 `ielm-string' as a dynamic variable accessible from the IELM prompt.
7385 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
7386
7387 * image-dired.el (image-dired-display-thumbs): Remove unused
7388 variables `curr-file' and `count'.
7389 (image-dired-remove-tag): Remove unused variable `start'.
7390 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
7391 variable `curr-file'
7392 (image-dired-rotate-original): Remove unused variable `temp-file'.
7393 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
7394 Remove unused variable `file'.
7395 (image-dired-gallery-generate): Remove unused variable `curr'.
7396 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
7397
7398 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
7399
7400 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
7401
7402 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
7403
7404 * isearch.el (minibuffer-history-symbol): Declare.
7405 (isearch-edit-string): Remove unused variable `err'.
7406 (isearch-message-prefix, isearch-message-suffix):
7407 Mark unused parameters.
7408
7409 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
7410
7411 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
7412
7413 * makesum.el (double-column): Remove unused variable `cnt'.
7414
7415 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
7416 (ido-ignore-item-temp-list): Declare.
7417
7418 * mouse-drag.el (mouse-drag-throw): Remove unused variables
7419 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
7420 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
7421 (mouse-drag-drag): Remove unused variables `mouse-delta' and
7422 `mouse-col-delta'.
7423
7424 * mouse-sel.el (mouse-extend-internal):
7425 Remove unused variable `orig-window-frame'.
7426
7427 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
7428 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
7429 Move declarations before first use.
7430 (pcomplete-opt): Mark unused parameters; doc fix.
7431
7432 * proced.el (proced-revert): Mark unused parameter.
7433 (proced-send-signal): Remove unused variable `err'.
7434
7435 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
7436 Rename parameter PREFIX-ARG to ARG.
7437 (ps-basic-plot-string, ps-basic-plot-whitespace):
7438 Mark unused parameters.
7439
7440 * replace.el (replace-count): Define.
7441 (occur-revert-function): Mark unused parameters.
7442 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
7443 (isearch-case-fold-search, isearch-string): Declare.
7444 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
7445 bind `case-fold-search'. Remove unused variables `beg' and `end',
7446 and simplify.
7447 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
7448 COUNT and bind `replace-count'.
7449 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
7450 to COUNT.
7451
7452 * savehist.el (print-readably, print-string-length): Declare.
7453
7454 * shadowfile.el (shadow-expand-cluster-in-file-name):
7455 Remove unused variable `cluster'.
7456 (shadow-copy-file): Remove unused variable `i'.
7457 (shadow-noquery, shadow-clusters, shadow-site-cluster)
7458 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
7459 (shadow-define-literal-group, shadow-define-regexp-group)
7460 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
7461
7462 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
7463 (shell): Use `called-interactively-p'.
7464 (shell-directory-tracker): Remove unused variable `chdir-failure'.
7465
7466 * simple.el (compilation-context-lines, comint-file-name-quote-list)
7467 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
7468 (delete-backward-char): Remove unused variable `ocol'.
7469 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
7470 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
7471 (event-apply-hyper-modifier, event-apply-shift-modifier)
7472 (event-apply-control-modifier, event-apply-meta-modifier):
7473 Mark unused parameters.
7474 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
7475 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
7476
7477 * speedbar.el (speedbar-ignored-directory-expressions)
7478 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
7479 (speedbar-find-file, speedbar-dir-follow)
7480 (speedbar-directory-buttons-follow, speedbar-tag-find)
7481 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
7482 (speedbar-buffers-line-directory, speedbar-buffer-click):
7483 Mark unused parameters.
7484 (speedbar-tag-file): Remove unused variable `mode'.
7485 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
7486
7487 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
7488
7489 * talk.el (talk): Remove unused variable `display'.
7490
7491 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
7492 (tar-write-region-annotate): Mark unused parameter.
7493
7494 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
7495 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
7496 Declare them, wrapped in `with-no-warnings' to avoid replacing one
7497 warning by another.
7498
7499 * time-stamp.el (time-stamp-string-preprocess):
7500 Remove unused variable `require-padding'.
7501
7502 * tree-widget.el (widget-glyph-enable): Declare.
7503 (tree-widget-action): Mark unused parameter.
7504
7505 * w32-fns.el (x-get-selection): Mark unused parameter.
7506 (autoload-make-program, generated-autoload-file): Declare.
7507
7508 * wdired.el (wdired-revert): Mark unused parameters.
7509 (wdired-xcase-word): Remove unused variable `err'.
7510
7511 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
7512 (whitespace-help-scroll): Remove unused variable `data-help'.
7513
7514 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
7515 (widget-image-insert, widget-after-change, default)
7516 (widget-default-format-handler, widget-default-notify)
7517 (widget-default-prompt-value, widget-info-link-action)
7518 (widget-url-link-action, widget-function-link-action)
7519 (widget-variable-link-action, widget-file-link-action)
7520 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
7521 (widget-field-prompt-internal, widget-field-action, widget-field-match)
7522 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
7523 (widget-insert-button-action, widget-delete-button-action, visibility)
7524 (widget-documentation-link-action, widget-documentation-string-action)
7525 (widget-const-prompt-value, widget-regexp-match, symbol)
7526 (widget-coding-system-prompt-value)
7527 (widget-key-sequence-value-to-external, sexp)
7528 (widget-sexp-value-to-internal, character, vector, cons)
7529 (widget-choice-prompt-value, widget-boolean-prompt-value)
7530 (widget-color--choose-action): Mark unused parameters.
7531 (widget-item-match-inline, widget-choice-match-inline)
7532 (widget-checklist-match, widget-checklist-match-inline)
7533 (widget-group-match): Rename parameter VALUES to VALS.
7534 (widget-field-value-set): Remove unused variable `size'.
7535 (widget-color-action): Remove unused variables `value' and `start'.
7536
7537 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 7538 variable `dir'. Doc fix.
06b60517
JB
7539 (windmove-find-other-window): Don't pass it.
7540
7541 * window.el (count-windows): Mark unused parameter.
7542 (bw-adjust-window): Remove unused variable `err'.
7543
7544 * woman.el (woman-file-name): Remove unused variable `default'.
7545 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
7546 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
7547 (global-font-lock-mode): Declare.
7548 (woman-decode-region): Mark unused parameter.
7549 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
7550
7551 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
7552 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
7553 (x-dnd-handle-moz-url): Remove unused variable `title'.
7554 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
7555
7556 * xml.el (xml-parse-tag, xml-parse-attlist):
7557 Remove unused variable `pos'.
7558
bc4f7f3d
GM
75592011-04-19 Glenn Morris <rgm@gnu.org>
7560
7561 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
7562 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7563 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7564 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
7565 * calendar/cal-html.el (cal-html-insert-minical):
7566 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
7567 (calendar-mark-date-pattern):
7568 Prefix "unused" locals.
7569
7570 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
7571 optional argument `style'.
7572
7573 * calendar/appt.el (appt-make-list):
7574 * calendar/cal-china.el (calendar-chinese-date-string):
7575 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
7576 (diary-hebrew-yahrzeit):
7577 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
7578 * calendar/calendar.el (calendar-generate-window):
7579 * calendar/time-date.el (time-to-days):
7580 Remove unused local variables.
7581
16a43933
CY
75822011-04-18 Chong Yidong <cyd@stupidchicken.com>
7583
7584 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
7585 glyphless-char-display table.
7586 (tabulated-list-glyphless-char-display): New var.
7587
7eed1860
SS
75882011-04-18 Sam Steingold <sds@gnu.org>
7589
7590 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
7591 to acknowledgments.
7592
4d2d1ccd
GM
75932011-04-17 Glenn Morris <rgm@gnu.org>
7594
7595 * calendar/diary-lib.el (diary-sexp-entry):
7596 * calendar/holidays.el (holiday-sexp):
7597 Set debug-on-error rather than the removed stack-trace-on-error.
7598
239da61d
GM
75992011-04-16 Glenn Morris <rgm@gnu.org>
7600
7601 * progmodes/f90.el: Use lexical-binding.
7602 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
7603
8b05752a
SM
76042011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7605
daca8ba5
SM
7606 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
7607 (mail-mode): Setup mailalias completion here instead.
7608 * mail/mailalias.el: Use lexical-binding.
7609 (pattern, mailalias-done): Declare dynamic.
7610 (mail-completion-at-point-function): New function, from mail-complete.
7611 (mail-complete): Use it.
7612 (mail-completion-expand): New function.
7613 (mail-get-names): Use it.
7614 (mail-directory, mail-directory-process, mail-directory-stream):
7615 Don't use `pattern' for lexically bound arg.
7616
6f542485
SM
7617 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
7618
037e7c3f
SM
7619 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
7620 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
7621 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
7622
8b05752a
SM
7623 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
7624 (byte-save-window-excursion, byte-temp-output-buffer-setup)
7625 (byte-interactive-p): Define them again, for use when inlining
7626 old code.
7627
49093f60
JB
76282011-04-15 Juanma Barranquero <lekktu@gmail.com>
7629
7630 * loadup.el: Use `string-to-number', not `string-to-int'.
7631
b5b8e7de
SM
76322011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7633
7634 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
7635 gud-gdb-complete-command.
7636 (gud-gdb-completions): New function, from gud-gdb-complete-command.
7637 (gud-gdb-completion-at-point): New function.
7638 (gud-gdb-completions): Remove.
7639
f42efeb5
MA
76402011-04-14 Michael Albinus <michael.albinus@gmx.de>
7641
49093f60
JB
7642 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
7643 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
7644 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
7645 whether `executable-find' is bound.
f42efeb5
MA
7646
7647 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
7648
e240cc21
SM
76492011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * minibuffer.el (completion-in-region-mode-predicate)
7652 (completion-in-region-mode--predicate): New vars.
7653 (completion-in-region, completion-in-region--postch)
7654 (completion-in-region-mode): Use them.
7655 (completion--capf-wrapper): Also return the hook function.
7656 (completion-at-point, completion-help-at-point):
7657 Adjust and provide a predicate.
c2bd2ab0
SM
7658
7659 Preserve arg names for advice of subr and lexical functions (bug#8457).
7660 * help-fns.el (help-function-arglist): Consolidate the subr and
7661 new-byte-code cases. Add argument `preserve-names' to extract names
7662 from the docstring when needed.
7663 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
7664 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
7665 (ad-arglist): Use help-function-arglist's new arg.
7666 (ad-definition-type): Use cond.
7667
c183f693
JB
76682011-04-13 Juanma Barranquero <lekktu@gmail.com>
7669
06641a47
JB
7670 * autorevert.el (auto-revert-handler):
7671 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
7672 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
7673 Don't quote lambda.
7674
c183f693
JB
7675 * image-mode.el (image-transform-set-scale):
7676 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
7677
1e3b6001
G
76782011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7679
7680 * net/network-stream.el (network-stream-open-starttls): Only do
7681 opportunistic STARTTLS upgrades if we have built-in gnutls support.
7682 Upgrades via gnutls-cli are too slow to be done opportunistically.
7683
2d6af8dd
JB
76842011-04-12 Juanma Barranquero <lekktu@gmail.com>
7685
7686 * dframe.el (dframe-current-frame): Remove spurious quote.
7687
c0749a51
GM
76882011-04-12 Glenn Morris <rgm@gnu.org>
7689
088d0d61
GM
7690 * calendar/cal-tex.el (cal-tex-end-document):
7691 Try to automatically use latin1 input if needed.
7692
c0749a51
GM
7693 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
7694 Don't try to cons a mark onto an empty element.
7695
5c90fde0
LL
76962011-04-11 Leo Liu <sdl.web@gmail.com>
7697
7698 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
7699 buffers.
7700 (ido-kill-buffer-at-head): Support killing virtual buffers.
7701
369e974d
CY
77022011-04-10 Chong Yidong <cyd@stupidchicken.com>
7703
7704 * minibuffer.el (completion-show-inline-help): New var.
7705 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
7706 (minibuffer-force-complete, minibuffer-complete-word):
7707 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
7708
7709 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
7710 to avoid interference from inline help (Bug#5849).
7711
37f1c930
LL
77122011-04-10 Leo Liu <sdl.web@gmail.com>
7713
099c39a4
JB
7714 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7715 Fix typo.
37f1c930 7716
a32d4040
CY
77172011-04-09 Chong Yidong <cyd@stupidchicken.com>
7718
7719 * image-mode.el (image-toggle-display-image): Signal an error if
7720 not in Image mode.
7721 (image-transform-mode, image-transform-resize)
7722 (image-transform-set-rotation): Doc fix.
daca8ba5 7723 (image-transform-set-resize): Delete.
a32d4040
CY
7724 (image-transform-set-scale, image-transform-fit-to-height)
7725 (image-transform-fit-to-width): Handle image-toggle-display-image
7726 and image-transform-resize directly.
7727
099c39a4 77282011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
7729
7730 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
7731 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
7732 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
7733 (doc-view-mode-map): Add bindings for the new functions.
7734
099c39a4 77352011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 7736
4d61f28d 7737 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
7738 Fix typo in docstring.
7739
3726838a
EZ
77402011-04-08 Eli Zaretskii <eliz@gnu.org>
7741
04f33f1e
EZ
7742 * files.el (file-size-human-readable): Produce one digit after
7743 decimal, like "ls -lh" does.
7744
7745 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
7746 the file size representation.
7747
3726838a
EZ
7748 * simple.el (list-processes): If async subprocesses are not
7749 available, error out with a clear error message.
7750
cbb59342
CY
77512011-04-08 Chong Yidong <cyd@stupidchicken.com>
7752
7753 * help.el (help-form-show): New function, to be called from C.
7754 Put help-form output in a buffer named differently than *Help*.
7755
e3971c44
EZ
77562011-04-08 Eli Zaretskii <eliz@gnu.org>
7757
7758 * files.el (file-size-human-readable): New function.
7759
7760 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
7761 computing the representation inline. Don't require `cl'.
7762
12544bbe
GM
77632011-04-08 Glenn Morris <rgm@gnu.org>
7764
a1de6c6a
GM
7765 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
7766
3c4671f4
GM
7767 * net/browse-url.el (browse-url-firefox):
7768 Test system-type, not system-configuration.
7769
b605679c
GM
7770 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
7771 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
7772 Use log-edit-empty-buffer-p. (Bug#7598)
7773
56442f0c
GM
7774 * net/rlogin.el (rlogin-process-connection-type): Simplify.
7775 (rlogin-mode-map): Initialize in the defvar.
7776 (rlogin): Use ignore-errors.
7777
12544bbe
GM
7778 * replace.el (occur-mode-map): Some fixes for menu items.
7779
eb237b0f
AH
77802011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7781
7782 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
7783
7d668f2c
CY
77842011-04-06 Chong Yidong <cyd@stupidchicken.com>
7785
e67a13ab
CY
7786 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
7787 issuing unused warnings.
7788
7789 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
7790 macro directly.
7791
7d668f2c
CY
7792 * simple.el: Lisp reimplement of list-processes. Based on an
7793 earlier reimplementation by Leo Liu, but using tabulated-list.el.
7794 (process-menu-mode): New major mode.
7795 (list-processes--refresh, list-processes):
7796 (process-menu-visit-buffer): New functions.
7797
7798 * files.el (save-buffers-kill-emacs): Don't assume any return
7799 value of list-processes, which is undocumented anyway.
7800
a83ec3c9
CY
78012011-04-06 Chong Yidong <cyd@stupidchicken.com>
7802
7803 * emacs-lisp/tabulated-list.el: New file.
7804
e91a96fe
CY
7805 * emacs-lisp/package.el: Use Tabulated List mode.
7806 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
7807 (package-menu-mode): Derive from tabulated-list-mode. Set up the
7808 table format using Tabulated List mode variables.
7809 (package--push): New macro, replacing package-list-maybe-add.
7810 (package-menu--generate): Use package--push. Renamed from
7811 package--generate-package-list.
7812 (package-menu-refresh, list-packages): Use it.
daca8ba5 7813 (package-menu--print-info): Rename from package-print-package.
e91a96fe 7814 Return insertion data instead of inserting it directly.
099c39a4
JB
7815 (package-menu-describe-package, package-menu-execute):
7816 Use tabulated-list-get-id.
e91a96fe
CY
7817 (package-menu-mark-delete, package-menu-mark-install)
7818 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
7819 (package-menu-mark-obsolete-for-deletion):
7820 Use tabulated-list-put-tag.
e91a96fe
CY
7821 (package--list-packages, package-menu-revert)
7822 (package-menu-get-package, package-menu-get-version)
7823 (package-menu-sort-by-column): Functions deleted.
7824 (package-menu-package-list, package-menu-sort-key): Vars deleted.
7825 (package-menu--status-predicate, package-menu--version-predicate)
7826 (package-menu--name-predicate)
7827 (package-menu--description-predicate): Handle arguments in the
7828 Tabulated List format.
7829 (package-list-packages-no-fetch): Call list-packages.
7830
3e214b50
JB
78312011-04-06 Juanma Barranquero <lekktu@gmail.com>
7832
7833 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 7834 (after-find-file): Don't bind it.
3e214b50
JB
7835 (revert-buffer-in-progress-p): New variable.
7836 (revert-buffer): Bind it.
7837 Pass nil for `after-find-file-from-revert-buffer'.
7838
7839 * saveplace.el (save-place-find-file-hook): Use new variable
7840 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
7841
3f0f1700
GM
78422011-04-06 Glenn Morris <rgm@gnu.org>
7843
c0274801
GM
7844 * Makefile.in (AUTOGEN_VCS): New variable.
7845 (autoloads): Use $AUTOGEN_VCS.
7846
3f0f1700
GM
7847 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
7848 * calendar/calendar.el (calendar-mode-map):
7849 Check for toolkit scroll bars. (Bug#8305)
7850
41ea9e48
CY
78512011-04-05 Chong Yidong <cyd@stupidchicken.com>
7852
7853 * minibuffer.el (completion-in-region--postch)
7854 (completion-in-region-mode): Remove unnecessary messages.
7855
6194c800
JB
78562011-04-05 Juanma Barranquero <lekktu@gmail.com>
7857
33256f14
JB
7858 * font-lock.el (font-lock-refresh-defaults):
7859 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
7860 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
7861
6194c800
JB
7862 * info.el (Info-directory-list, Info-read-node-name-2)
7863 (Info-split-parameter-string): Doc fixes.
7864 (Info-virtual-nodes): Reflow docstring.
7865 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
7866 (Info-apropos-toc-nodes, info-finder, Info-get-token)
7867 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
7868 Fix typos in docstrings.
7869 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
7870 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
7871 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
7872 (Info-restore-desktop-buffer): Mark unused parameters.
7873 (Info-directory-find-file, Info-directory-find-node)
7874 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
7875 (Info-virtual-index-find-node, Info-apropos-find-file)
7876 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 7877 Mark unused parameters; fix typos in docstrings.
6194c800
JB
7878 (Info-virtual-index): Remove unused local variable `nodename'.
7879
b87a8200 78802011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 7881
b87a8200
DD
7882 * net/rcirc.el: Update my e-mail address.
7883 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 7884
3b2ff876
CY
78852011-04-05 Chong Yidong <cyd@stupidchicken.com>
7886
7887 * startup.el (command-line): Save the cursor's theme-face
7888 directly, instead of using face-override-spec.
7889
7890 * custom.el (load-theme): Minor optimization in assigning faces.
7891
8d17e7ca
JB
78922011-04-04 Juanma Barranquero <lekktu@gmail.com>
7893
7894 * help-fns.el (describe-variable): Complete all variables having
7895 documentation, including keywords.
7896 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
7897
2fbc1934
JB
78982011-04-04 Juanma Barranquero <lekktu@gmail.com>
7899
7900 Convert to lexical-binding.
7901
7902 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
7903 (bs--get-marked-string, bs--get-modified-string)
7904 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
7905 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
7906 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
7907
7908 * ehelp.el (electric-help-execute-extended)
7909 (electric-help-ctrl-x-prefix):
7910 * hexl.el (hexl-revert-buffer-function):
7911 * linum.el (linum-after-change, linum-after-scroll):
7912 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
7913
7914 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
7915
74f50695
DU
79162011-04-04 Daiki Ueno <ueno@unixuser.org>
7917
7918 * epa-dired.el:
7919 * epa-mail.el:
7920 * epa-hook.el:
7921 * epa-file.el:
7922 * epa.el:
7923 * epg.el: Use lexical binding.
7924
c11325f7
CY
79252011-04-03 Chong Yidong <cyd@stupidchicken.com>
7926
0d9e9a12
CY
7927 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
7928
c11325f7 7929 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
7930 dictionary case for flyspell-mark-duplications-exceptions.
7931 Use regexp matching for languages.
c11325f7
CY
7932 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
7933 default dictionary (Bug#7926).
7934
da91b5f2
CY
79352011-04-02 Chong Yidong <cyd@stupidchicken.com>
7936
099c39a4
JB
7937 * emacs-lisp/package.el (package--with-work-buffer):
7938 Recognize https URLs.
da91b5f2 7939
099c39a4
JB
7940 * net/network-stream.el: Move from gnus/proto-stream.el.
7941 Change prefix to network-stream throughout.
da91b5f2
CY
7942 (open-protocol-stream): Merge into open-network-stream, leaving
7943 open-protocol-stream as an alias. Handle nil BUFFER args.
7944
7945 * subr.el (open-network-stream): Move to net/network-stream.el.
7946
afa8e9f6
GM
79472011-04-02 Glenn Morris <rgm@gnu.org>
7948
1d2e369d
GM
7949 * find-dired.el (find-exec-terminator): New option.
7950 (find-ls-option): Test for -ls support.
7951 (find-ls-subdir-switches): Test for -b in find-ls-option.
7952 (find-dired, find-grep-dired): Doc fixes.
7953 (find-dired): Use find-exec-terminator.
7954
8abb7da8 7955 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
7956 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
7957 (find-name-arg): Remove purecopy.
8abb7da8 7958
f3ca7378
GM
7959 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
7960 (grep-compute-defaults): Check for `-exec COMMAND +' support.
7961 Set grep-find-use-xargs, grep-find-command, and grep-find-template
7962 accordingly. Don't add the null-device if not needed.
7963
afa8e9f6
GM
7964 * files.el (save-some-buffers): Doc fix.
7965
35eae264
EZ
79662011-04-02 Eli Zaretskii <eliz@gnu.org>
7967
7968 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
7969
26b51db5
JB
79702011-04-01 Juanma Barranquero <lekktu@gmail.com>
7971
7972 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
7973 Use `dolist' rather than `mapcar'.
7974
7200d79c
SM
79752011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7976
03408648 7977 Add lexical binding.
7200d79c 7978
03408648
SM
7979 * subr.el (apply-partially): Use new closures rather than CL.
7980 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
7981 (dolist, dotimes): Use slightly different expansion for lexical code.
7982 (functionp): Move to C.
7983 (letrec): New macro.
7984 (with-wrapper-hook): Use it and apply-partially instead of CL.
7985 (eval-after-load): Preserve lexical-binding.
7986 (save-window-excursion, with-output-to-temp-buffer): Turn them
7987 into macros.
7200d79c 7988
03408648
SM
7989 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
7990
7991 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
7992 than the arglist.
7993 (help-add-fundoc-usage): Don't add `Not documented'.
7994 (help-function-arglist): Handle closures, subroutines, and new
7995 byte-code-functions.
7996 (help-make-usage): Remove leading underscores.
7997 (describe-function-1): Handle closures.
7998 (describe-variable): Use special-variable-p for completion.
7999
8000 * files.el (lexical-binding): Declare safe.
f488fb65 8001
03408648
SM
8002 * emacs-lisp/pcase.el: Don't use destructuring-bind.
8003 (pcase--memoize): Rename from pcase-memoize. Change weakness.
8004 (pcase): Add `let' pattern.
8005 Change memoization so it actually works.
8006 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
8007 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
8008 <let>: New case.
f488fb65 8009
03408648
SM
8010 * emacs-lisp/macroexp.el: Use lexical binding.
8011 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
8012 Don't convert ' to #' without checking that it's indeed quoting
8013 a lambda.
8014
8015 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 8016 Use eval-sexp-add-defvars.
03408648
SM
8017 (eval-sexp-add-defvars): New fun.
8018
8019 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
8020
8021 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
8022 Don't autoload.
8023 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
8024 than the internal `byte-compile-lambda'.
8025 (defmethod): Don't hide code under quotes.
8026 (eieio-defmethod): New `code' argument.
8027
8028 * emacs-lisp/eieio-comp.el: Remove.
8029
8030 * emacs-lisp/edebug.el (edebug-eval-defun)
8031 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
8032 (edebug-toggle): Avoid `eval'.
8033
8034 * emacs-lisp/disass.el (disassemble-internal): Handle new
8035 `closure' objects.
8036 (disassemble-1): Handle new byte codes.
8037
8038 * emacs-lisp/cl.el (pushnew): Silence warning.
8039
8040 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
8041 (cl-byte-compile-throw): Remove.
8042 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
8043
8044 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
8045 closures.
8046
8047 * emacs-lisp/cconv.el: New file.
8048
8049 * emacs-lisp/bytecomp.el: Use lexical binding instead of
8050 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
8051 (byte-compile-initial-macro-environment):
8052 Handle declare-function here.
8053 (byte-compile--lexical-environment): New var.
8054 (byte-stack-ref, byte-stack-set, byte-discardN)
8055 (byte-discardN-preserve-tos): New lap codes.
8056 (byte-interactive-p): Don't use any more.
8057 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
8058 New macros.
8059 (byte-compile-lapcode): Use them and handle new lap codes.
8060 (byte-compile-obsolete): Remove.
8061 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
8062 (byte-compile-arglist-warn): Check late def of inlinable funs.
8063 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
8064 since they should have been expanded by now.
8065 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
8066 (byte-compile-from-buffer): Remove unused second arg.
8067 (byte-compile-preprocess): New function.
8068 (byte-compile-toplevel-file-form): New function to distinguish
8069 file-form calls from outside from file-form calls from hunk-handlers.
8070 (byte-compile-file-form): Simplify.
8071 (byte-compile-file-form-defsubst): Remove.
8072 (byte-compile-file-form-defmumble): Simplify now that
8073 byte-compile-lambda always returns a byte-code-function.
8074 (byte-compile): Preprocess.
8075 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
8076 Remove, not used any more.
8077 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
8078 (byte-compile-make-args-desc): New funs.
8079 (byte-compile-lambda): Handle lexical functions. Always return
8080 a byte-code-function.
8081 (byte-compile-reserved-constants): New var, to make up room for
8082 closed-over variables.
8083 (byte-compile-constants-vector): Obey it.
8084 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
8085 (byte-compile-macroexpand-declare-function): New function.
8086 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
8087 byte-code-functions.
8088 (byte-compile-form): Check obsolescence here.
8089 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
8090 (byte-compile-variable-ref): Remove.
8091 (byte-compile-dynamic-variable-op): New fun.
8092 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8093 (byte-compile-variable-set): New funs.
8094 (byte-compile-discard): Add 2 args.
8095 (byte-compile-stack-ref, byte-compile-stack-set)
8096 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
8097 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
8098 macroexpand-all instead.
8099 (byte-compile-quote-form): Remove.
8100 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
8101 (byte-compile-bind, byte-compile-unbind): New funs.
8102 (byte-compile-let): Handle let* and lexical binding.
8103 (byte-compile-let*): Remove.
8104 (byte-compile-catch, byte-compile-unwind-protect)
8105 (byte-compile-track-mouse, byte-compile-condition-case):
8106 Handle a new :fun-body form, used for lexical scoping.
8107 (byte-compile-save-window-excursion)
8108 (byte-compile-with-output-to-temp-buffer): Remove.
8109 (byte-compile-defun): Simplify.
8110 (byte-compile-stack-adjustment): New fun.
8111 (byte-compile-out): Use it.
8112 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
8113
8114 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
8115 handler any more.
8116
8117 * emacs-lisp/byte-opt.el: Use lexical binding.
8118 (byte-inline-lapcode): Remove (to bytecomp).
8119 (byte-compile-inline-expand): Pay attention to inlining to/from
8120 lexically bound code.
8121 (byte-compile-unfold-lambda): Don't handle byte-code-functions
8122 any more.
8123 (byte-optimize-form-code-walker): Don't handle save-window-excursion
8124 any more and don't call compiler-macros.
8125 (byte-compile-splice-in-already-compiled-code): Remove.
8126 (byte-code): Don't inline any more.
8127 (disassemble-offset): Receive `bytes' as argument rather than via
8128 dynamic scoping.
8129 (byte-compile-tag-number): Declare before first use.
8130 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
8131 `return' even if make-spliceable.
8132 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
8133 obsolete interactive-p.
8134 (byte-optimize-lapcode): Optimize new lap-codes.
8135 Don't trip up on new form of `byte-constant' lap code.
8136
8137 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
8138
8139 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
8140
8141 * custom.el (custom-initialize-default, custom-declare-variable):
8142 Use `defvar'.
8143
8144 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
8145 New variables.
8146 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
8147 (COMPILE_FIRST): Add macroexp and cconv.
8148 * makefile.w32-in: Mirror changes in Makefile.in.
8149
8150 * vc/cvs-status.el:
8151 * vc/diff-mode.el:
8152 * vc/log-edit.el:
8153 * vc/log-view.el:
8154 * vc/smerge-mode.el:
8155 * textmodes/bibtex-style.el:
8156 * textmodes/css.el:
8157 * startup.el:
8158 * uniquify.el:
da91b5f2
CY
8159 * minibuffer.el:
8160 * newcomment.el:
8161 * reveal.el:
8162 * server.el:
8163 * mpc.el:
8164 * emacs-lisp/smie.el:
8165 * doc-view.el:
8166 * dired.el:
03408648
SM
8167 * abbrev.el: Use lexical binding.
8168
0f0c1f27
EZ
81692011-04-01 Eli Zaretskii <eliz@gnu.org>
8170
8171 * info.el (info-display-manual): New function.
8172
c82b2579
SM
81732011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
8176
221ddf68
TH
81772011-03-31 Tassilo Horn <tassilo@member.fsf.org>
8178
8179 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 8180 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 8181
cba6e77e
GM
81822011-03-31 Glenn Morris <rgm@gnu.org>
8183
e040639f
GM
8184 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
8185
cba6e77e
GM
8186 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
8187
6d0f1c9e
CS
81882011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
8189
8190 * progmodes/python.el (python-default-interpreter)
8191 (python-python-command-args, python-jython-command-args)
8192 (python-which-shell, python-which-args, python-which-bufname)
8193 (python-file-queue, python-comint-output-filter-function)
8194 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
8195 variables and functions.
8196
3e2d70fd
SM
81972011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8198
8199 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
8200 (completion-in-region-mode): New minor mode.
8201 (completion-in-region): Use it.
8202 (completion-in-region--data, completion-in-region-mode-map): New vars.
8203 (completion-in-region--postch): New function.
8204 (completion--capf-misbehave-funs, completion--capf-safe-funs):
8205 New vars.
8206 (completion--capf-wrapper): New function.
8207 (completion-at-point): Use it to track well-behavedness of
8208 hook functions.
8209 (completion-help-at-point): New command.
8210
f3e4086c
JM
82112011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
8212
8213 * vc/add-log.el (add-change-log-entry): Don't use whitespace
8214 syntax class to search for whitespace on a single line
8215 (Message-ID: <4D938140.4030905@redhat.com>).
8216
eb7ffc14
LL
82172011-03-30 Leo Liu <sdl.web@gmail.com>
8218
8219 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
8220 New commands.
8221 (edit-abbrevs-map): Bind them here.
8222 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
8223
d806ab68
KM
82242011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
8225
8226 * allout.el (allout-hide-by-annotation, allout-flag-region):
8227 Reduce possibility of overlay leakage by making them volatile.
8228
8229 * allout-widgets.el (allout-widgets-tally): Define as nil so the
8230 hash is not shared between buffers. Mode initialization is
8231 responsible for giving it a useful starting value.
8232 (allout-item-span): Reduce possibility of overlay leakage by
8233 making them volatile.
8234 (allout-widgets-count-buttons-in-region): Add diagnostic function
8235 for tracking down button overlay leaks.
8236
ea622834
LL
82372011-03-29 Leo Liu <sdl.web@gmail.com>
8238
8239 * ido.el (ido-read-internal): Use the default history var
8240 minibuffer-history if no HISTORY is specified.
8241
b62f8267
G
82422011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
8243
03408648
SM
8244 * net/imap.el (imap-shell-open, imap-process-connection-type):
8245 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
8246 Kerberos, SSL, other subprocesses.
8247
947b6566
LL
82482011-03-28 Leo Liu <sdl.web@gmail.com>
8249
8250 * abbrev.el (abbrev-table-empty-p): New function.
8251 (prepare-abbrev-list-buffer): Place empty abbrev tables after
8252 nonempty ones. (Bug#5937)
8253
5ffb62aa
JD
82542011-03-27 Jan Djärv <jan.h.d@swipnet.se>
8255
8256 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
8257
7a097943
LL
82582011-03-27 Leo Liu <sdl.web@gmail.com>
8259
8260 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
8261 for foreground and background colors.
8262 (ansi-color-make-color-map): Adapt.
8263
c5b40130
LL
82642011-03-25 Leo Liu <sdl.web@gmail.com>
8265
1f48f7d2
LL
8266 * midnight.el (midnight-time-float): Remove. Note it calculates
8267 the microsecond component incorrectly and seconds-to-time does the
8268 same job.
625897ec 8269 Remove redundant (require 'timer).
1f48f7d2 8270
c5b40130
LL
8271 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
8272 (ido-completions): Remove unused arguments. (Bug#8329)
8273
d86d2721
SM
82742011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * minibuffer.el (completion--flush-all-sorted-completions):
8277 Remove itself from hook.
8278 (completion-at-point): Let the functions perform the completion
8279 immediately and return nil or t.
8280 * comint.el (comint-dynamic-complete-functions): Now identical to
8281 completion-at-point-functions.
8282 (comint-dynamic-list-input-ring): Remove unused var `index'.
8283 (comint--match-partial-filename, comint--unquote&expand-filename):
8284 New funs, split from comint-match-partial-filename.
8285 (comint-dynamic-complete): Use completion-at-point.
8286 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
8287
e8974c48
DA
82882011-03-24 Drew Adams <drew.adams@oracle.com>
8289
8290 * thingatpt.el: Support `defun'.
8291
def71b5e
LL
82922011-03-23 Leo Liu <sdl.web@gmail.com>
8293
cb5af48e
LL
8294 * abbrevlist.el: Move to obsolete/abbrevlist.el.
8295
def71b5e
LL
8296 * help-mode.el (help-mode-finish): Tweak regexp.
8297
927c53e7
GM
82982011-03-23 Glenn Morris <rgm@gnu.org>
8299
18d05bed
GM
8300 * eshell/esh-opt.el (eshell-eval-using-options):
8301 Do not bind unused local variable `eshell-option-stub'.
8302
927c53e7
GM
8303 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
8304
9d0da923
JB
83052011-03-22 Juanma Barranquero <lekktu@gmail.com>
8306
8307 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
8308 keymap variable in `with-no-warnings' to avoid a warning when the
8309 keymap has been already `defconst'ed.
8310
4b978a67
LL
83112011-03-22 Leo Liu <sdl.web@gmail.com>
8312
8313 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
8314 encode all chars in abbrevs; otherwise use emacs-mule or
8315 utf-8-emacs. (Bug#8308)
8316
5fd62452
JB
83172011-03-22 Juanma Barranquero <lekktu@gmail.com>
8318
0b1596c6
JB
8319 * simple.el (backward-delete-char-untabify):
8320 Avoid warning about using `delete-backward-char'.
8321
5fd62452
JB
8322 * image.el (image-type-file-name-regexps): Make it variable.
8323 `imagemagick-register-types' modifies it, and the user may want
8324 to add new extensions for known image types.
8325 (imagemagick-register-types): Throw error if not using ImageMagick.
8326
0b4e93f1
LL
83272011-03-22 Leo Liu <sdl.web@gmail.com>
8328
8329 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
8330 located before rcirc-prompt-end-marker.
8331 (rcirc-complete): Error if point is not after rcirc prompt.
8332 Handle the case when table is nil.
9882e214 8333 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 8334
fccee4ab
CY
83352011-03-22 Chong Yidong <cyd@stupidchicken.com>
8336
8337 * custom.el (custom--inhibit-theme-enable): Make it affect only
8338 custom-theme-set-variables and custom-theme-set-faces.
8339 (provide-theme): Ignore custom--inhibit-theme-enable.
8340 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
8341 (custom-enabling-themes): Delete variable.
d86d2721
SM
8342 (enable-theme): Accept only loaded themes as arguments.
8343 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
8344 (custom-enabled-themes): Forbid themes from setting this.
8345 Eliminate use of custom-enabling-themes.
8346 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 8347
af896da6
LL
83482011-03-21 Leo Liu <sdl.web@gmail.com>
8349
8350 * ido.el (ido-read-internal): Add ido-selected to history instead
8351 of user input.
8352
78f64af0
SM
83532011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8354
8355 * subr.el (deferred-action-list, deferred-action-function):
8356 Mark obsolete.
8357
b16ac1ec
LL
83582011-03-21 Leo Liu <sdl.web@gmail.com>
8359
810f7698
LL
8360 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
8361 change on 2011-02-13 (bug#8309).
8362
b16ac1ec
LL
8363 * minibuffer.el (read-file-name-function): Change default value.
8364 (read-file-name--defaults): Rename from read-file-name-defaults.
8365 (read-file-name-default): Rename from read-file-name.
8366 (read-file-name): Call read-file-name-function.
8367
4e05e67e
GM
83682011-03-21 Glenn Morris <rgm@gnu.org>
8369
8370 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
8371 Doc fixes.
8372
4359915b
CY
83732011-03-21 Chong Yidong <cyd@stupidchicken.com>
8374
8375 * cus-theme.el: Add missing provide statement.
8376 (customize-create-theme): Extract theme value correctly.
8377 (custom-theme-visit-theme): Autoload.
8378 (customize-create-theme): Prompt before inserting default faces.
8379
1fe275ee
JB
83802011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
8381
8382 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
8383 units and musical notes.
8384
3ec03f7e
LL
83852011-03-20 Leo <sdl.web@gmail.com>
8386
8387 * ido.el (ido-read-internal): Use completing-read-default.
8388 (ido-completing-read): Fix compatibility with completing-read.
8389
7d476bde
CO
83902011-03-20 Christian Ohler <ohler@gnu.org>
8391
8392 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
8393 (ert-delete-all-tests): Use `called-interactively-p' rather than
8394 `interactive-p'.
8395 (ert--make-xrefs-region): Respect END.
8396
fe0fb33e
CY
83972011-03-19 Chong Yidong <cyd@stupidchicken.com>
8398
ff854b0b
CY
8399 * dired-aux.el (dired-create-directory): Signal an error if the
8400 directory already exists (Bug#8246).
8401
fe0fb33e
CY
8402 * facemenu.el (list-colors-display): Call list-faces-display
8403 inside with-help-window.
8404 (list-colors-print): Use display property to align the final
8405 column, instead of checking window-width.
8406
576bce32
EZ
84072011-03-19 Eli Zaretskii <eliz@gnu.org>
8408
4d61f28d 8409 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
8410 windows-nt systems.
8411 (emerge-protect-metachars): Quote correctly for ms-dos and
8412 windows-nt systems.
8413
89c41d68 84142011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
8415
8416 * info.el (info-initialize): Replace all uses of `:' with
8417 path-separator for compatibility with non-Unix systems.
8418 Cache quoting of path-separator. (Bug#8258)
8419
b14e3e21 84202011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
8421
8422 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
8423 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
8424 (mouse-avoidance-mode): Fix typos in docstrings.
8425
4525ce3e
CY
84262011-03-19 Chong Yidong <cyd@stupidchicken.com>
8427
8428 * startup.el (package-subdirectory-regexp): Move from package.el.
8429 Omit \\` and \\', and let callers add them.
8430
8431 * emacs-lisp/package.el (package-strip-version)
8432 (package-load-all-descriptors): Add \\` and \\' to
8433 package-subdirectory-regexp before using it.
8434 (package-untar-buffer): New arg DIR; ensure that file untars only
8435 into this expected directory. Remove superfluous delete-region.
8436 (package-unpack): Caller changed.
8437 (package-tar-file-info): Use package-subdirectory-regexp.
8438
a904a09a 84392011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 8440
a904a09a
SM
8441 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
8442 diff-mode-shared-map (bug#8284).
8443 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
8444
84452011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8446
8447 * calendar/time-date.el (format-seconds): Use assoc instead of
8448 assoc-string, since assoc-string doesn't exist in XEmacs.
8449
171fc304
JB
84502011-03-17 Juanma Barranquero <lekktu@gmail.com>
8451
8452 * custom.el (custom-known-themes): Reflow docstring.
8453 (custom-theme-load-path): Fix typo in docstring.
8454 (load-theme): Fix typo in error message.
8455 (custom-available-themes, custom-variable-theme-value):
8456 Use `let', not `let*'.
8457
d71990a1
JB
84582011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
8459
8460 * calc/README: Mention inclusion of musical notes.
8461
8462 * calc/calc-units.el (calc-lu-quant): Rename from
8463 `calc-logunits-quantity'.
8464 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
8465 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
8466 (calc-db): Rename from `calc-dblevel'.
8467 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
8468 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
8469 (calc-np): Rename from `calc-nplevel'.
8470 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
8471 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
8472 (calc-lu-plus): Rename from `calc-logunits-add'.
8473 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
8474 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
8475 (calc-lu-minus): Rename from `calc-logunits-sub'.
8476 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
8477 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
8478 (calc-lu-times): Rename from `calc-logunits-mul'.
8479 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
8480 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
8481 (calc-lu-divide): Rename from `calc-logunits-div'.
8482 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
8483 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
8484
8485 * calc/calc-ext.el (calc-init-extensions): Update the names of the
8486 functions being autoloaded.
8487
8488 * calc/calc.el (calc-lu-power-reference): Rename from
8489 `calc-logunits-power-reference'.
8490 (calc-lu-field-reference): Rename from
8491 `calc-logunits-field-reference'.
8492
8493 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
8494
40c2934b
SM
84952011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * minibuffer.el (completion-all-sorted-completions):
8498 Use :completion-cycle-penalty text property if present.
8499
b0911414
KM
85002011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
8501
8502 * allout.el (allout-yank-processing): Adjust for new rebulleting
8503 regime so bullet being yanked is used without prompting the user
8504 for a choice.
8505
8a05b668
JB
85062011-03-16 Juanma Barranquero <lekktu@gmail.com>
8507
8508 * startup.el (command-line): Warn the user that _emacs is deprecated.
8509
5ba5fb81
JB
85102011-03-16 Juanma Barranquero <lekktu@gmail.com>
8511
8512 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
8513 (delphi-verbose, delphi-comment-face, delphi-string-face)
8514 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
8515 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
8516 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
8517 (delphi-new-comment-line, delphi-font-lock-defaults)
8518 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
8519 Fix typos in docstrings.
8520
2dab465b
KM
85212011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
8522
5ba5fb81 8523 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
8524 Invert the roles of character and string values for INSTEAD, so a
8525 string is used for the more common case of a defaulting prompt.
8526
0adf5618
SM
85272011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8528
8529 * progmodes/ruby-mode.el (ruby-backward-sexp):
8530 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
8531 * play/gamegrid.el (gamegrid-make-face):
8532 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
8533 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
8534 * notifications.el (notifications-notify):
8535 * net/xesam.el (xesam-search-engines):
8536 * net/quickurl.el (quickurl-list-insert):
8537 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
8538
d72700e5
CY
85392011-03-15 Chong Yidong <cyd@stupidchicken.com>
8540
8541 * startup.el (command-line): Update package subdirectory regexp.
8542
49c5410a
SM
85432011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8544
c6eee9aa
SM
8545 * allout.el (allout-abbreviate-flattened-numbering)
8546 (allout-mode-deactivate-hook): Fix up obsolescence "date".
8547
49c5410a
SM
8548 * subr.el (read-char-choice): Only show the cursor after the prompt,
8549 not after the answer.
8550
047b2bb9
KR
85512011-03-15 Kevin Ryde <user42@zip.com.au>
8552
8553 * help-fns.el (variable-at-point): Skip leading quotes, if any
8554 (bug#8253).
8555
0a57d256
SM
85562011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
8559 warning message.
8560
77c992bc
MA
85612011-03-14 Michael Albinus <michael.albinus@gmx.de>
8562
8563 * shell.el (shell): When called interactively, offer to change the
8564 shell file name on remote hosts.
8565
eebc475d
TZ
85662011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8567
8568 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
8569 integration for LDAP parameters. The host, base, user or binddn,
8570 and secret tokens can be specified in a netrc file, for instance.
8571 This is optional because an `auth-source' parameter must be
8572 specified in the search attributes.
8573
9d05d1ba
JB
85742011-03-13 Juanma Barranquero <lekktu@gmail.com>
8575
8576 * help.el (describe-mode): Link to the mode's definition (bug#8185).
8577
09d9db2c
GM
85782011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
8581 into declaration. Remove redundant and harmful binding.
8582
85832011-03-12 Eli Zaretskii <eliz@gnu.org>
8584
8585 * files.el (file-ownership-preserved-p): Pass `integer' as an
8586 explicit 2nd argument to `file-attributes'. If the file's owner
8587 is the Administrators group on Windows, and the current user is
8588 Administrator, consider that a match.
8589
8590 * server.el (server-ensure-safe-dir): Consider server directory
8591 safe on MS-Windows if its owner is the Administrators group while
8592 the current Emacs user is Administrator. Use `=' to compare
8593 numerical UIDs, since they could be integers or floats.
8594
219bd536
JB
85952011-03-12 Juanma Barranquero <lekktu@gmail.com>
8596
8597 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
8598
f3afd36b
MA
85992011-03-12 Michael Albinus <michael.albinus@gmx.de>
8600
8601 Sync with Tramp 2.2.1.
8602
8603 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
8604
8605 * net/trampver.el: Update release number.
8606
3aaaa6f1
SM
86072011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8608
94642599
SM
8609 * progmodes/compile.el (compilation--previous-directory): Fix up
8610 various nil/dead-marker mismatches (bug#8014).
8611 (compilation-directory-properties, compilation-error-properties):
8612 Don't call it at a position past the one we're about to change.
8613
3aaaa6f1
SM
8614 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
8615 Disable obsolescence warnings in the file that declares it.
8616
14239447
KM
86172011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
8618
099c39a4
JB
8619 * allout-widgets.el (allout-widgets-tally):
8620 Initialize allout-widgets-tally as a hash table rather than nil to
8621 prevent mode-line redisplay warnings. Also, clarify the module
8622 description and fix a comment typo.
14239447 8623
135e287c
JB
86242011-03-11 Juanma Barranquero <lekktu@gmail.com>
8625
8626 * help-fns.el (describe-variable): Don't complete keywords.
8627 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
8628
ffbf300e
CY
86292011-03-10 Chong Yidong <cyd@stupidchicken.com>
8630
ba08b241
CY
8631 * emacs-lisp/package.el (package-version-join): Impose a standard
8632 string representation for pre/alpha/beta version lists.
8633 (package-unpack-single): Standardize the directory name by passing
8634 it through package-version-join.
8635 (package-strip-rcs-id): Accept any version string that does not
8636 signal an error in version-to-list.
ffbf300e 8637
f346fd6b
MA
86382011-03-10 Michael Albinus <michael.albinus@gmx.de>
8639
8640 * simple.el (delete-trailing-whitespace): Return nil for the
8641 benefit of `write-file-functions'.
8642
ccb55d27
GM
86432011-03-10 Glenn Morris <rgm@gnu.org>
8644
5ceaac0c
GM
8645 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
8646
02da65ff
GM
8647 * vc/vc-git.el (vc-git-program): New option.
8648 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
8649 (vc-git--call): Use it.
8650
b2f603cc
GM
8651 * eshell/esh-util.el (eshell-condition-case): Doc fix.
8652
5772caab
GM
8653 * cus-edit.el (Custom-newline): If no button at point, look
8654 for a subgroup button at start-of-line. (Bug#2298)
8655
ccb55d27
GM
8656 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
8657
ec6ecaed
JD
86582011-03-10 Julien Danjou <julien@danjou.info>
8659
8660 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
8661 `cursor-type' is nil.
8662
9d5aa01d
JB
86632011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
8664
8665 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
8666
b6a5875b
KM
86672011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
8668
8669 * allout.el Summary: Change so yank of distinctive-bullet items
8670 preserves the existing header prefix, rebulleting it if necessary,
8671 rather than replacing it. This is necessary for proper operation
8672 of cooperative addons like allout-widgets.
219bd536 8673 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
8674 SOLICIT arg to INSTEAD, and interpret additionally a string value
8675 as alternate bullet to be used, instead of prompting the user for
8676 a bullet character.
8677
ee545c35
MA
86782011-03-09 Michael Albinus <michael.albinus@gmx.de>
8679
d86d2721
SM
8680 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8681 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
8682 `tramp-default-port'.
8683
c47971d7
DD
86842011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8685
8686 * net/rcirc.el (rcirc-handler-001): Remove useless
8687 with-rcirc-process-buffer.
8688 (rcirc-check-auth-status): Swap arguments to string-match.
8689
13522cb4
GM
86902011-03-09 Glenn Morris <rgm@gnu.org>
8691
0be6f4f1
GM
8692 * shell.el (shell-mode):
8693 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
8694
13522cb4
GM
8695 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
8696 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
8697
515de2e3
CY
86982011-03-08 Chong Yidong <cyd@stupidchicken.com>
8699
8700 * emacs-lisp/package.el (package-refresh-contents)
8701 (package-menu-execute): Use condition-case-no-debug.
8702
b511b994
MA
87032011-03-08 Michael Albinus <michael.albinus@gmx.de>
8704
8705 * simple.el (shell-command-to-string): Use `process-file'.
8706
8707 * emacs-lisp/package.el (package-tar-file-info): Handle also
8708 remote files.
8709
d86d2721
SM
8710 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8711 Use `equal' for upload base check.
b511b994 8712
25bbfb31
AM
87132011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
8714
8715 * textmodes/texinfo.el (texinfo-environments):
8716 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
8717
be996521
GM
87182011-03-08 Glenn Morris <rgm@gnu.org>
8719
e9c8529f
GM
8720 * cus-start.el (cursor-in-non-selected-windows):
8721 Fix :set quoting oddness. (Bug#8192)
8722
be996521
GM
8723 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
8724 in some setf expressions. (Bug#2159)
8725
2bb5649e
CY
87262011-03-08 Chong Yidong <cyd@stupidchicken.com>
8727
8728 * custom.el (custom-available-themes): Return themes in
8729 alphabetical order.
8730
33383987 8731See ChangeLog.15 for earlier changes.
e3d51b27
MR
8732
8733;; Local Variables:
8734;; coding: utf-8
e3d51b27
MR
8735;; End:
8736
33383987 8737 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
8738
8739 This file is part of GNU Emacs.
8740
8741 GNU Emacs is free software: you can redistribute it and/or modify
8742 it under the terms of the GNU General Public License as published by
8743 the Free Software Foundation, either version 3 of the License, or
8744 (at your option) any later version.
8745
8746 GNU Emacs is distributed in the hope that it will be useful,
8747 but WITHOUT ANY WARRANTY; without even the implied warranty of
8748 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8749 GNU General Public License for more details.
8750
8751 You should have received a copy of the GNU General Public License
8752 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.