More updates to Window chapter of Lisp manual.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c56cad4a
MR
12011-11-19 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (window-max-delta-1, window-min-delta-1)
4 (window-min-size-1, window-state-get-1, window-state-put-1)
5 (window-state-put-2): Use "window--" prefix.
6
cbe71af3
SM
72011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8
2ad52c60
SM
9 * emacs-lisp/smie.el: Improve warnings and conflict detection.
10 (smie-warning-count): New var.
11 (smie-set-prec2tab): Use it.
12 (smie-bnf->prec2): Improve warnings. Add docstring.
13 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
14 (smie-bnf--set-class): New function.
15 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
16 corner case.
17
6944dbc1
SM
18 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
19 (compilation-error-properties, compilation-move-to-column):
20 Handle compilation-first-column while in the target buffer.
21
c400c4d7
SM
22 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
23 Don't hardcode point-min==1.
24
6dbe3e96
SM
25 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
26 (eshell-rewrite-for-command): Remove workaround.
27 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
28 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
29 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
30
cbe71af3
SM
31 * files-x.el (modify-file-local-variable): Obey commenting conventions.
32
a8e1496d
GM
332011-11-17 Glenn Morris <rgm@gnu.org>
34
35 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
36 Ignore buffer-local generated-autoload-file if it is the same
37 as the global value. (Bug#10049)
38
df85d315
JB
392011-11-17 Juanma Barranquero <lekktu@gmail.com>
40
41 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
42 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
43 (reftex-toc-previous-heading, reftex-toc-max-level)
44 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
45 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
46 (reftex-toc-do-promote, reftex-toc-promote-prepare)
47 (reftex-toc-promote-action, reftex-toc-extract-section-number)
48 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
49 (reftex-toc-rename-label, reftex-toc-visit-location)
50 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
51 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
52 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
53 leaving "*toc*" only for references to the buffer.
54
a0c2d0ae
MR
552011-11-17 Martin Rudalics <rudalics@gmx.at>
56
57 * window.el (window-resize, delete-window, split-window):
58 Replace window-splits by window-combination-resize.
59 * cus-start.el (window-splits): Replace by
60 window-combination-resize.
61
35c0bac8
GM
622011-11-17 Glenn Morris <rgm@gnu.org>
63
64 * progmodes/sh-script.el (sh-font-lock-keywords-var):
65 Make bash entry derive from sh entry, not shell entry.
66
d0c8fc8a
MA
672011-11-16 Michael Albinus <michael.albinus@gmx.de>
68
69 * net/tramp.el (tramp-handle-file-truename): Cache only the local
70 file name.
71
72 * net/tramp-cache.el (tramp-flush-file-property): Flush also
73 properties of linked files. (Bug#9879)
74
7877f373
JB
752011-11-16 Juanma Barranquero <lekktu@gmail.com>
76
77 * menu-bar.el (menu-bar-file-menu):
78 * printing.el (pr-ps-utility):
79 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
80 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
81 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
82 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
83 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
84 (icalendar--convert-cyclic-to-ical)
85 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
86 (icalendar--convert-ical-to-diary)
87 (icalendar--convert-recurring-to-diary)
88 (icalendar--convert-non-recurring-all-day-to-diary)
89 (icalendar-import-format-sample):
90 * progmodes/idlw-shell.el (idlwave-shell-mode):
91 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
92 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
93 (vhdl-ps-print-init): Fix typos.
94
10649b82
KM
952011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
96
9d0cfcd6
GM
97 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
98 FSF and collapse date sequence, obscure author/maintainer email address
99 better, remove extra version line, track relocation of author's webpage.
10649b82 100
9d0cfcd6
GM
101 * progmodes/python.el (python-pdbtrack-input-prompt)
102 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
103 regular python pdb prompts. Adjustments shamelessly taken exactly as
104 suggested in EmacsWiki page (tiny change):
105 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 106
58179cce
JB
1072011-11-16 Juanma Barranquero <lekktu@gmail.com>
108
109 * expand.el (expand-pos, expand-index, expand-point):
110 Remove redundant info from docstring.
111 (expand-add-abbrevs): Doc fix.
112 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
113 (expand-sample-perl-mode-expand-list): Fix typos.
114
115 * net/dbus.el (dbus-event-member-name):
116 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
117 * term/pc-win.el (msdos-create-frame-with-faces):
118 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
119
b6f67890
MR
1202011-11-16 Martin Rudalics <rudalics@gmx.at>
121
122 * window.el (split-window, window-state-get-1)
123 (window-state-put-1, window-state-put-2): Rename occurrences of
124 window-nest to window-combination-limit.
125 * cus-start.el (window-nest): Rename to
126 window-combination-limit.
127
ce7ddba0
CY
1282011-11-16 Chong Yidong <cyd@gnu.org>
129
130 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
131 regexp (Bug#10033).
132
3ae704f4
SM
1332011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
134
135 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
136 `completing-read' will remove *Completions* and will preserve
137 current-buffer for us.
138 (tmm-add-prompt): Users of *Completions* will always (re)set its
139 major mode.
140 (tmm-old-comp-map): Remove.
141
6ad1cdde
GM
1422011-11-16 Glenn Morris <rgm@gnu.org>
143
144 * mail/rmailedit.el: Require rmailmm when compiling.
145 (rmail-old-mime-state): New declaration.
146 (rmail-edit-current-message): If editing a mime message,
147 edit the "raw" message from the mbox buffer.
148 (rmail-cease-edit): Handle mime messages. (Bug#9840)
149
d20faa20
GM
1502011-11-15 Glenn Morris <rgm@gnu.org>
151
152 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
153 which wasn't being used. Add optional arg to force given state.
154 (rmail-mime): Add optional arg to force given state.
155
c7015153
JB
1562011-11-15 Juanma Barranquero <lekktu@gmail.com>
157
158 * allout.el (allout-encryption-plaintext-sanitization-regexps):
159 * frame.el (display-mm-dimensions-alist):
160 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
161 (outline-move-subtree-down):
162 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
163 (newsticker--treeview-do-get-node):
164 * net/quickurl.el (quickurl-list-buffer-name):
165 * progmodes/dcl-mode.el (dcl-mode):
166 * progmodes/gdb-mi.el (gdb-mapcar*):
167 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
168
45261b50
GM
1692011-11-15 Glenn Morris <rgm@gnu.org>
170
171 * mail/rmail.el (rmail-file-coding-system): It's only ever used
172 in a boolean sense, so just make it a boolean, and fix the doc.
173 (rmail-show-mime-function, rmail-mime-feature)
174 (rmail-require-mime-maybe): Doc fixes.
175 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
176
177 * mail/rmailmm.el (rmail-show-mime): Doc fix.
178
0d26e0b6
JB
1792011-11-15 Juanma Barranquero <lekktu@gmail.com>
180
181 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
182 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
183 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
184 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
185
447f30f6
GM
1862011-11-15 Glenn Morris <rgm@gnu.org>
187
672b871d
GM
188 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
189 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
190 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
191 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
192 (rmail-mime, rmail-show-mime): Doc fixes.
193
f6aa5bb1
GM
194 * term/ns-win.el (mode-line-frame-identification):
195 Leave it alone. (Bug#10051)
196
947cd66b
GM
197 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
198
447f30f6
GM
199 * mail/rmailout.el (rmail-output-to-rmail-buffer):
200 Handle empty buffers. (Bug#9978)
201
0b381c7e
JB
2022011-11-14 Juanma Barranquero <lekktu@gmail.com>
203
204 * international/mule.el (define-charset):
205 * mail/rmailmm.el (rmail-mime-find-header-encoding):
206 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
207 * progmodes/verilog-mode.el (verilog-backward-token):
208 * textmodes/ispell.el (lookup-words):
209 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
210
71e027ac
GM
2112011-11-14 Glenn Morris <rgm@gnu.org>
212
56632ce4
GM
213 * progmodes/executable.el
214 (executable-make-buffer-file-executable-if-script-p):
215 Handle file-modes returning nil.
216
40500957
GM
217 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
218 message - not necessary, and causes problems. (Bug#9831)
219
071c2340
GM
220 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
221
d3cfca60
GM
222 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
223
71e027ac
GM
224 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
225 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
226 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
227
89d61221
MR
2282011-11-12 Martin Rudalics <rudalics@gmx.at>
229
230 * window.el (window-resize, delete-window): Use window-splits
231 variable instead of function.
232 (window-state-get-1, window-state-put-2, window-state-put):
233 Don't deal with windows' splits status.
234
98282f6f
GM
2352011-11-12 Glenn Morris <rgm@gnu.org>
236
237 * apropos.el (apropos-do-all, apropos-library, apropos-value)
238 (apropos-documentation): Doc fixes.
239
40a8bdf6
JB
2402011-11-11 Juanma Barranquero <lekktu@gmail.com>
241
242 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
243 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
244
65bd19ff
SM
2452011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
246
247 * electric.el (electric-indent-post-self-insert-function): Make it
248 possible for a char to only indent in some circumstances.
249 (electric-indent-mode): Simplify.
250
54f9154c
MR
2512011-11-11 Martin Rudalics <rudalics@gmx.at>
252
253 * window.el (windows-with-parameter): Remove unused function.
254 (windows-at-side): Rename to window-at-side-list.
255 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
256 (window-side-check, window-size-ignore, window-size-fixed-1)
257 (window-in-direction-2): Prefix with "window--".
258 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 259
68cbc58b
GM
2602011-11-11 Glenn Morris <rgm@gnu.org>
261
262 * subr.el (eval-after-load): If FILE is already loaded,
263 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
264
b2621720
GM
2652011-11-10 Glenn Morris <rgm@gnu.org>
266
9a4de110
GM
267 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
268 Call svn via vc-svn-command rather than vc-do-command.
269 (vc-svn-command): Add --non-interactive. (Bug#9993)
270 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
271
b2621720
GM
272 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
273 Add toggle-read-only. (Bug#7292)
274 * files.el (toggle-read-only): Mention that it should only
275 be used interactively. (Bug#10006)
276
1dce7193
SM
2772011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
278
d9ac1a1e
SM
279 * progmodes/compile.el (compilation-error-regexp-alist-alist):
280 Adjust regexp for OCaml warnings.
281
0c325082
SM
282 * electric.el (electric-pair-post-self-insert-function): Let user
283 turn it off buffer-locally (bug#9932).
284
90132c14
SM
285 * progmodes/python.el (python-beginning-of-statement):
286 Rewrite (bug#2703).
287
1dce7193
SM
288 * progmodes/compile.el: Better handle TABs (bug#9749).
289 (compilation-internal-error-properties)
290 (compilation-next-error-function): Obey the target buffer's
291 compilation-error-screen-columns.
292
c4e7c63a
JB
2932011-11-09 Juanma Barranquero <lekktu@gmail.com>
294
295 * progmodes/meta-mode.el: Remove obsolete comments.
296 (meta-right-comment-regexp, meta-ignore-comment-regexp):
297 Fix typos in docstrings.
298
2cffd681
MR
2992011-11-09 Martin Rudalics <rudalics@gmx.at>
300
301 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 302 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
303 (window--resizable): New function. Make all callers of
304 window-resizable call window--resizable instead.
305 (window-resizable): Rewrite in terms of window--resizable.
306
0edcba87
GM
3072011-11-08 Glenn Morris <rgm@gnu.org>
308
309 * progmodes/delphi.el (delphi-mode-syntax-table):
310 Let define-derived-mode define a proper syntax table. (Bug#9994)
311
4b0d61e3
SM
3122011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
313
314 * window.el: Stay away from defsubst.
315 (window-list-no-nils): Remove.
316 (window-state-get-1, window-state-get): Use backquote instead.
317
fcbcac2e 3182011-11-08 thierry <thierry.volpiatto@gmail.com>
319
4b0d61e3 320 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 321 Fix incorrect use of default argument in `completing-read'.
322
e1c2c6f2
MR
3232011-11-08 Martin Rudalics <rudalics@gmx.at>
324
325 * window.el (display-buffer-function, special-display-function):
326 Mention display-buffer-record-window but do not mention
327 help-setup parameter in doc-strings.
b3f4a882 328 (window-min-delta): Fix doc-string typo.
e1c2c6f2 329
105216ed
CY
3302011-11-08 Chong Yidong <cyd@gnu.org>
331
332 * window.el (window-total-height, window-total-width): Doc fix.
333 (window-body-size): Move from C.
334 (window-body-height, window-body-width): Move to C.
335
0a9f9ab5
SM
3362011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 * window.el: Make special-display like display-buffer-alist (bug#9532).
339 (display-buffer--special-action): New function, morphed
340 from display-buffer--special.
341 (display-buffer): Use it to handle special-display-buffers at higher
342 priority (just after display-buffer-alist).
343 (display-buffer-fallback-action, display-buffer--other-frame-action)
344 (pop-to-buffer-same-window): Remove display-buffer--special.
345
a769dd15
GM
3462011-11-07 Glenn Morris <rgm@gnu.org>
347
348 * calendar/cal-menu.el (cal-menu-set-date-title):
349 Do nothing if not in a calendar. (Bug#9976)
350
05a61ee3
SM
3512011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
352
353 * files.el (find-file): Always use selected-window.
354
be7f5545
MR
3552011-11-07 Martin Rudalics <rudalics@gmx.at>
356
357 * window.el (window-combinations): Make WINDOW argument
358 mandatory. Rewrite doc-string.
359 (walk-window-subtree, window-atom-check, window-min-delta)
360 (window-max-delta, window--resize-this-window)
361 (window--resize-root-window-vertically, window-tree)
362 (balance-windows, window-state-put): Rewrite doc-strings as to
363 not mention the term "subwindow".
364 (window--resize-subwindows-skip-p): Rename to
365 window--resize-child-windows-skip-p.
366 (window--resize-subwindows-normal): Rename to
367 window--resize-child-windows-normal.
368 (window--resize-subwindows): Rename to
369 window--resize-child-windows.
370 (window-or-subwindow-p): Rename to window--in-subtree-p.
371
3c6702ef
ML
3722011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
373
374 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
375 Ensure that mbox format messages end in two newlines (Bug#9974).
376
49745b39
CY
3772011-11-06 Chong Yidong <cyd@gnu.org>
378
379 * window.el (window-combination-p): Function deleted; its
380 side-effect is not used in any existing code.
381 (window-combinations, window-combined-p): Call window-*-child
382 directly.
383
24300f5f
CY
3842011-11-05 Chong Yidong <cyd@gnu.org>
385
386 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
387 (window-size-ignore, window-state-get): Callers changed.
388 (window-normalize-window): Rename from window-normalize-any-window.
389 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 390 (window-normalize-live-window): Delete.
447f16b8
CY
391 (window-combination-p, window-combined-p, window-combinations)
392 (walk-window-subtree, window-atom-root, window-min-size)
393 (window-sizable, window-sizable-p, window-size-fixed-p)
394 (window-min-delta, window-max-delta, window-resizable)
395 (window-resizable-p, window-full-height-p, window-full-width-p)
396 (window-current-scroll-bars, window-point-1, set-window-point-1)
397 (window-at-side-p, window-in-direction, window-resize)
398 (adjust-window-trailing-edge, maximize-window, minimize-window)
399 (window-deletable-p, delete-window, delete-other-windows)
400 (record-window-buffer, unrecord-window-buffer)
401 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
402 (quit-window, split-window, window-state-put)
403 (set-window-text-height, fit-window-to-buffer)
404 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 405
89bd5ee1
EZ
4062011-11-04 Eli Zaretskii <eliz@gnu.org>
407
53479029
EZ
408 * mail/rmail.el (rmail-simplified-subject): Decode subject with
409 rfc2047-decode-string.
410 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
411 warnings.
412
89bd5ee1
EZ
413 * window.el (window-body-height, window-body-width): Mention in
414 the doc string that the return values are in frame's canonical
415 units. (Bug#9949)
416
bd17fdee
AM
4172011-11-03 Alan Mackenzie <acm@muc.de>
418
419 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
420 change in cc-engine.el.
421
acc825c5
SM
4222011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * window.el (switch-to-buffer): Use `force-same-window' interactively.
425
1885e5b8
MR
4262011-11-02 Martin Rudalics <rudalics@gmx.at>
427
428 * window.el (quit-window): Call unrecord-window-buffer after
429 showing another buffer in the window. (Bug#9937)
acc825c5 430 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 431
ebe06da9
JB
4322011-11-02 Juanma Barranquero <lekktu@gmail.com>
433
434 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
435 Accept status with more than 9 shelves. (Bug#9935)
436 Reported by Colin D Bennett <colin@gibibit.com>.
437
4ee88440
MR
4382011-11-01 Martin Rudalics <rudalics@gmx.at>
439
440 * help.el (with-help-window): Don't reference
441 temp-buffer-show-specifiers in doc-string.
442
08e1d82c
AS
4432011-10-31 Andreas Schwab <schwab@linux-m68k.org>
444
445 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
446 menu-item.
447
84bd6e9e
VJL
4482011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
449
450 * whitespace.el: New version 13.2.2.
451 (whitespace-newline-mode): Disable properly. Reported by Sarah
452 <EmacsWiki>.
453
dba0634a
UJ
4542011-10-30 Ulf Jasper <ulf.jasper@web.de>
455
456 * net/newst-treeview.el: Remove "Time-stamp".
457 (newsticker--group-manage-orphan-feeds): Do not call
458 newsticker--treeview-tree-update.
db22a3c2
JB
459 (newsticker-treeview-update, newsticker-treeview):
460 Call newsticker--treeview-tree-update if necessary.
dba0634a 461
3d8daefe
MR
4622011-10-30 Martin Rudalics <rudalics@gmx.at>
463
464 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
465 (window-iso-combinations): Remove "iso-" infix.
466 Suggested by Chong Yidong.
3d8daefe
MR
467 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
468 (window-max-delta-1, window-resize, window--resize-siblings)
469 (window--resize-this-window, adjust-window-trailing-edge)
470 (split-window, balance-windows-1)
471 (shrink-window-if-larger-than-buffer):
472 * calendar/calendar.el (calendar-generate-window):
db22a3c2 473 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 474
1bc4c3ae
SM
4752011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
478 in place (bug#9907).
479 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
480 (eshell-rewrite-if-command, eshell-rewrite-for-command)
481 (eshell-structure-basic-command, eshell-rewrite-while-command)
482 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
483 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
484 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
485 (eshell-do-pipelines-synchronously, eshell-eval-command):
486 Use backquotes and prefer setq to set.
487 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
488 (eshell-macrop): Use functionp.
c1e2f5fa 489 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 490
30b65d9c
CY
4912011-10-30 Chong Yidong <cyd@gnu.org>
492
493 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
494 instead of set-mark (Bug#9810).
495
2d197ffb
CY
4962011-10-30 Chong Yidong <cyd@gnu.org>
497
498 * window.el (split-window-below, split-window-right): Rename from
499 split-window-above-each-other and split-window-side-by-side
500 respectively. All callers changed.
501 (split-window-sensibly, split-window-sensibly): Use them.
502 (split-window-keep-point): Doc fix.
503
504 * isearch.el: Add isearch-scroll property to split-window-below
505 and split-window-right.
506
507 * follow.el (follow-mode):
508 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
509 * progmodes/ada-xref.el (ada-gdb-application):
510 * emulation/vip.el (vip-buffer-in-two-windows):
511 * image-dired.el (image-dired-dired-with-window-configuration):
512 * dired-x.el (dired-do-find-marked-files):
513 * dired.el (dired-pop-to-buffer):
514 * bs.el (bs--show-with-configuration):
515 * vc/emerge.el (emerge-setup-windows):
516 * textmodes/two-column.el (2C-two-columns):
517 * textmodes/reftex-toc.el (reftex-toc):
518 * progmodes/gdb-mi.el (gdb-setup-windows):
519 * progmodes/fortran.el (fortran-window-create):
520 * net/newst-treeview.el (newsticker--treeview-window-init):
521 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
522 * emulation/tpu-edt.el (tpu-gold-map):
523 * emulation/crisp.el (crisp-mode-map):
524 * calendar/calendar.el (calendar-basic-setup): Callers changed.
525
38bb2ca8
CY
5262011-10-29 Chong Yidong <cyd@gnu.org>
527
aa4de341
CY
528 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
529
e1eb5385
CY
530 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
531
5d2ece3c
CY
532 * textmodes/flyspell.el (flyspell-word): Fix char offset for
533 forged Ispell output (Bug#7904).
534
38bb2ca8
CY
535 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
536
d0af9f77
SM
5372011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * doc-view.el: Avoid ugly errors about not finding nil.
540 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
541 (doc-view-dvipdf-program, doc-view-unoconv-program)
542 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
543 Avoid nil or absolute file name as default value.
544 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
545
52bedd34
AM
5462011-10-28 Alan Mackenzie <acm@muc.de>
547
db22a3c2 548 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 549
7e43cfa5
AM
5502011-10-28 Alan Mackenzie <acm@muc.de>
551
552 Amend the handling of c-beginning/end-of-defun in nested declaration
553 scopes.
554
52bedd34
AM
555 * progmodes/cc-vars.el (c-defun-tactic): Move here from
556 cc-langs.el. Change it to a defcustom.
7e43cfa5 557
52bedd34
AM
558 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
559 cc-vars.el.
7e43cfa5 560
d0af9f77
SM
561 * progmodes/cc-engine.el (c-beginning-of-statement-1):
562 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 563
52bedd34 564 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 565 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
566 (c-widen-to-enclosing-decl-scope): New function.
567 (c-while-widening-to-decl-block): New macro.
568 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
569 outward for defun boundaries, and correspondingly change symbol
570 `respect-enclosure' to `go-outward'.
571 (c-declaration-limits): Change algorithm to report only the "innermost"
572 defun's boundaries.
573
1a2ce9ee
DD
5742011-10-28 Deniz Dogan <deniz@dogan.se>
575
576 * net/rcirc.el (rcirc-mode): Use hard newlines.
577
bc97a826
AM
5782011-10-28 Alan Mackenzie <acm@muc.de>
579
580 Amend to indent and fontify macros "which include their own semicolon"
581 correctly, using the "virtual semicolon" mechanism.
582
52bedd34 583 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 584
d0af9f77 585 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 586 Recode to scan one line at a time rather than having \n and \r
58179cce 587 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 588 (c-forward-label): Amend for virtual semicolons.
58179cce 589 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 590
52bedd34
AM
591 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
592 of the new C macros.
bc97a826 593
52bedd34 594 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
595 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
596 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
597 (c-opt-cpp-macro-define): Make into a full language variable.
598 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
599 AWK Mode (including \n, \r) removed, no longer needed.
600
d0af9f77
SM
601 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
602 Invoke c-make-macro-with-semi-re.
bc97a826 603
52bedd34
AM
604 * progmodes/cc-vars.el (c-macro-with-semi-re):
605 (c-macro-names-with-semicolon): New variables.
58179cce 606 (c-make-macro-with-semi-re): New function.
bc97a826 607
7a6c0941
SM
6082011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * vc/log-edit.el: Fill empty field rather than adding new one.
611 (log-edit-add-field): New function.
612 (log-edit-insert-changelog): Use it.
613
b0c4cdcf
ML
6142011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
615
616 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
617
ee1f1da9
SM
6182011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
621 (gdb--check-interpreter): New function.
622 (gdb): Use it.
623
51bc5f8b
GM
6242011-10-27 Glenn Morris <rgm@gnu.org>
625
416a2c45
GM
626 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
627 (least-positive-float, least-negative-float)
628 (least-positive-normalized-float, least-negative-normalized-float)
629 (float-epsilon, float-negative-epsilon):
630 Remove unnecessary declarations.
631
632 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
633 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
634 (least-positive-float, least-negative-float)
635 (least-positive-normalized-float, least-negative-normalized-float)
636 (float-epsilon, float-negative-epsilon): Add doc-strings,
637 based on those in cl.texi.
638
51bc5f8b
GM
639 * files.el (set-visited-file-name): If the major-mode changed,
640 reload the local variables. (Bug#9796)
641
15de15c6
CY
6422011-10-27 Chong Yidong <cyd@gnu.org>
643
644 * subr.el (change-major-mode-after-body-hook): New hook.
645 (run-mode-hooks): Run it.
646
ee1f1da9
SM
647 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
648 Use change-major-mode-before-body-hook.
15de15c6
CY
649
650 * simple.el (fundamental-mode):
651 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
652 change introducing fundamental-mode-hook.
653
5430d399
JB
6542011-10-26 Juanma Barranquero <lekktu@gmail.com>
655
acc825c5 656 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 657
ad74a69e
MA
6582011-10-26 Michael Albinus <michael.albinus@gmx.de>
659
660 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 661 tramp.el explicitly. (Bug#7583)
ad74a69e 662
71d4c2a5
SM
6632011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
664
665 * progmodes/octave-mod.el:
666 * progmodes/octave-inf.el: Update maintainer.
667
b1f6fa26
CY
6682011-10-26 Chong Yidong <cyd@gnu.org>
669
670 * subr.el (with-wrapper-hook): Rewrite doc.
671
3f04efd6
MA
6722011-10-25 Michael Albinus <michael.albinus@gmx.de>
673
674 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 675 filenames "/method:foo:". (Bug#9793)
3f04efd6 676
410488d3
SM
6772011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
678
679 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
680 (bug#9865).
681
c1ebb47e
GM
6822011-10-24 Glenn Morris <rgm@gnu.org>
683
684 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
685
7f5c46c7
MA
6862011-10-24 Michael Albinus <michael.albinus@gmx.de>
687
688 * notifications.el: Add the requirement of a running D-Bus session
689 bus to the Commentary.
690
db2440b6
JL
6912011-10-24 Juri Linkov <juri@jurta.org>
692
693 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
694 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
695 (Bug#9364)
696
feecf435
JL
6972011-10-24 Juri Linkov <juri@jurta.org>
698
699 * info.el (Info-following-node-name-re): Add newline to the list
700 of allowed characters for leading space. (Bug#9824)
701
a3839de2
SM
7022011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
703
acc825c5
SM
704 * progmodes/octave-inf.el (inferior-octave-mode-map):
705 Fix C-c C-h binding.
a3839de2
SM
706 * progmodes/octave-mod.el (octave-help): Remove.
707
09388e76
MA
7082011-10-23 Michael Albinus <michael.albinus@gmx.de>
709
710 Sync with Tramp 2.2.3.
711
712 * net/tramp-cache.el (top): Pacify byte-compiler using
713 `init-file-user' and `site-run-file'.
714
715 * net/trampver.el: Update release number.
716
86c60681
CY
7172011-10-23 Chong Yidong <cyd@gnu.org>
718
719 * files.el (toggle-read-only): Remove obsolete comment about
720 version control.
721
722 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
723 for toggle-read-only. Note that this hasn't called vc-next-action
724 since 2008-05-02, though it wasn't documented at the time.
725
a3839de2
SM
726 * vc/ediff-init.el (ediff-toggle-read-only-function):
727 Use toggle-read-only.
86c60681 728
cd5495ff
AM
7292011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
730
731 Fix bug #9560, sporadic wrong indentation; improve instrumentation
732 of c-parse-state.
733
00b77525 734 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 735 correct faulty logical expression.
cd5495ff
AM
736 (c-parse-state-state, c-record-parse-state-state):
737 (c-replay-parse-state-state): New defvar/defuns.
738 (c-debug-parse-state): Use new functions.
739
42ee24ed
MR
7402011-10-22 Martin Rudalics <rudalics@gmx.at>
741
742 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 743 last fix. Use window-in-direction correctly.
42ee24ed 744
a7dee7e7
CY
7452011-10-21 Chong Yidong <cyd@gnu.org>
746
747 * progmodes/idlwave.el (idlwave-mode):
748 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
749 require-final-newline; that's done in prog-mode.
750 Suggested by Stefan Monnier.
a7dee7e7 751
e07b9a6d
MR
7522011-10-21 Martin Rudalics <rudalics@gmx.at>
753
754 * mouse.el (mouse-drag-window-above)
755 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
756 (mouse-drag-mode-line-1, mouse-drag-header-line)
757 (mouse-drag-vertical-line-rightward-window): Remove.
758 (mouse-drag-line): New function.
759 (mouse-drag-mode-line, mouse-drag-header-line)
760 (mouse-drag-vertical-line): Call mouse-drag-line.
761 * window.el (window-at-side-p, windows-at-side): New functions.
762
7e1361d9
UM
7632011-10-21 Ulrich Mueller <ulm@gentoo.org>
764
765 * tar-mode.el (tar-grind-file-mode):
766 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
767
30fcaf3a
CY
7682011-10-21 Chong Yidong <cyd@gnu.org>
769
770 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
771 * progmodes/vera-mode.el (vera-mode):
772 Use mode-require-final-newline.
30fcaf3a 773
516eddb0
GM
7742011-10-20 Glenn Morris <rgm@gnu.org>
775
db22a3c2 776 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 777
10d5f513
CS
7782011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
779
780 * emulation/cua-base.el (cua-set-mark): Fix case of string.
781
ac6c8639
CY
7822011-10-20 Chong Yidong <cyd@gnu.org>
783
784 * emulation/cua-base.el (cua-mode):
785 * mail/footnote.el (footnote-mode):
786 * mail/mailabbrev.el (mail-abbrevs-mode):
787 * net/xesam.el (xesam-minor-mode):
788 * progmodes/bug-reference.el (bug-reference-mode):
789 * progmodes/cap-words.el (capitalized-words-mode):
790 * progmodes/compile.el (compilation-minor-mode)
791 (compilation-shell-minor-mode):
792 * progmodes/gud.el (gud-tooltip-mode):
793 * progmodes/hideif.el (hide-ifdef-mode):
794 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
795 * progmodes/subword.el (subword-mode):
796 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
797 * progmodes/which-func.el (which-function-mode):
798 * term/tvi970.el (tvi970-set-keypad-mode):
799 * term/vt100.el (vt100-wide-mode):
800 * textmodes/flyspell.el (flyspell-mode):
801 * textmodes/ispell.el (ispell-minor-mode):
802 * textmodes/nroff-mode.el (nroff-electric-mode):
803 * textmodes/paragraphs.el (use-hard-newlines):
804 * textmodes/refill.el (refill-mode):
805 * textmodes/reftex.el (reftex-mode):
806 * textmodes/rst.el (rst-minor-mode):
807 * textmodes/sgml-mode.el (html-autoview-mode)
808 (sgml-electric-tag-pair-mode):
809 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
810 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
811 * emulation/crisp.el (crisp-mode):
812 * emacs-lisp/eldoc.el (eldoc-mode):
813 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
814 minor mode behavior.
815
aa42ab43
JL
8162011-10-19 Juri Linkov <juri@jurta.org>
817
818 * descr-text.el (describe-char): Add #x2010 and #x2011 to
819 the list of hard-coded chars with escape-glyph face.
820
89400f1d
SM
8212011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
822
823 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
824
305c07f6
MA
8252011-10-19 Michael Albinus <michael.albinus@gmx.de>
826
827 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
828 running process.
829
13754b54
GM
8302011-10-19 Glenn Morris <rgm@gnu.org>
831
832 * vc/vc-bzr.el (vc-bzr-after-dir-status):
833 Ignore ignored files. (Bug#9726)
834
06e21633
CY
8352011-10-19 Chong Yidong <cyd@gnu.org>
836
837 Doc fix for minor modes, stating that an omitted argument enables
838 the mode unconditionally when called from Lisp.
839
840 * abbrev.el (abbrev-mode):
841 * allout.el (allout-mode):
842 * autoinsert.el (auto-insert-mode):
843 * autoarg.el (autoarg-mode, autoarg-kp-mode):
844 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
845 (global-auto-revert-mode):
846 * battery.el (display-battery-mode):
847 * composite.el (global-auto-composition-mode)
848 (auto-composition-mode):
849 * delsel.el (delete-selection-mode):
850 * desktop.el (desktop-save-mode):
851 * dired-x.el (dired-omit-mode):
852 * dirtrack.el (dirtrack-mode):
853 * doc-view.el (doc-view-minor-mode):
854 * double.el (double-mode):
855 * electric.el (electric-indent-mode, electric-pair-mode):
856 * emacs-lock.el (emacs-lock-mode):
857 * epa-hook.el (auto-encryption-mode):
858 * follow.el (follow-mode):
859 * font-core.el (font-lock-mode):
860 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
861 * help.el (temp-buffer-resize-mode):
862 * hilit-chg.el (highlight-changes-mode)
863 (highlight-changes-visible-mode):
864 * hi-lock.el (hi-lock-mode):
865 * hl-line.el (hl-line-mode, global-hl-line-mode):
866 * icomplete.el (icomplete-mode):
867 * ido.el (ido-everywhere):
868 * image-file.el (auto-image-file-mode):
869 * image-mode.el (image-minor-mode):
870 * iswitchb.el (iswitchb-mode):
871 * jka-cmpr-hook.el (auto-compression-mode):
872 * linum.el (linum-mode):
873 * longlines.el (longlines-mode):
874 * master.el (master-mode):
875 * mb-depth.el (minibuffer-depth-indicate-mode):
876 * menu-bar.el (menu-bar-mode):
877 * minibuf-eldef.el (minibuffer-electric-default-mode):
878 * mouse-sel.el (mouse-sel-mode):
879 * msb.el (msb-mode):
880 * mwheel.el (mouse-wheel-mode):
881 * outline.el (outline-minor-mode):
882 * paren.el (show-paren-mode):
883 * recentf.el (recentf-mode):
884 * reveal.el (reveal-mode, global-reveal-mode):
885 * rfn-eshadow.el (file-name-shadow-mode):
886 * ruler-mode.el (ruler-mode):
887 * savehist.el (savehist-mode):
888 * scroll-all.el (scroll-all-mode):
889 * scroll-bar.el (scroll-bar-mode):
890 * server.el (server-mode):
891 * shell.el (shell-dirtrack-mode):
892 * simple.el (auto-fill-mode, transient-mark-mode)
893 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
894 (line-number-mode, column-number-mode, size-indication-mode)
895 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
896 * strokes.el (strokes-mode):
897 * time.el (display-time-mode):
898 * t-mouse.el (gpm-mouse-mode):
899 * tool-bar.el (tool-bar-mode):
900 * tooltip.el (tooltip-mode):
901 * type-break.el (type-break-mode-line-message-mode)
902 (type-break-query-mode):
903 * view.el (view-mode):
904 * whitespace.el (whitespace-mode, whitespace-newline-mode)
905 (global-whitespace-mode, global-whitespace-newline-mode):
906 * xt-mouse.el (xterm-mouse-mode): Doc fix.
907
a3839de2
SM
908 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
909 Fix autogenerated docstring.
06e21633 910
5214e501
JL
9112011-10-19 Juri Linkov <juri@jurta.org>
912
913 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
914 by checking environment variables "DESKTOP_SESSION" and
915 "XDG_CURRENT_DESKTOP". (Bug#9779)
916
195f8db9
JL
9172011-10-19 Juri Linkov <juri@jurta.org>
918
919 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
920 (browse-url-chromium-program, browse-url-chromium-arguments):
921 New defcustoms.
922 (browse-url-default-browser): Check for `browse-url-chromium' and
923 call `browse-url-chromium-program'.
924 (browse-url-chromium): New command. (Bug#9779)
925
343a34ff
JB
9262011-10-18 Juanma Barranquero <lekktu@gmail.com>
927
928 * facemenu.el (list-colors-duplicates): On Windows, detect more
929 duplicates by assuming that only colors matching "^System" are
930 special "system colors". (Bug#9722)
931
6978a151
SM
9322011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
935 to distinguish the author from the committer.
936
6a80b297
MA
9372011-10-18 Michael Albinus <michael.albinus@gmx.de>
938
939 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
940
b31a5677
JK
9412011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
942
943 * international/mule.el (sgml-html-meta-auto-coding-function):
944 Add support for detecting encoding in HTML5 specified only as
945 <meta charset="UTF-8">. Implementation just makes http-equiv and
946 content-type parts from HTML4 encoding string optional. (Bug#9716)
947
80c6d77f
GM
9482011-10-18 Glenn Morris <rgm@gnu.org>
949
950 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
951
08b0fee8
CY
9522011-10-18 Chong Yidong <cyd@gnu.org>
953
954 * faces.el (cursor): Doc fix.
955
67e729a5
CY
9562011-10-17 Chong Yidong <cyd@gnu.org>
957
958 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
959
343a34ff 9602011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
961
962 * dirtrack.el (dirtrack): Support shell buffers with path
963 prefixes, e.g. tramp-based remote shells. (Bug#9647)
964
0bc06380
TZ
9652011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
966
967 * json.el: Bump version to 1.3 and note change in History.
968 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
969
8b79f3e0
SM
9702011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
971
5a7c536b
SM
972 * comint.el (comint-insert-input, comint-send-input)
973 (comint-get-old-input-default, comint-backward-matching-input)
974 (comint-next-prompt): Use nil instead of `input' for field property of
975 past user input (bug#114).
976
96a8a0df
SM
977 * minibuffer.el (completion--replace): Inherit surrounding properties
978 (bug#114).
979 (minibuffer-complete-and-exit): Use it.
980
8b79f3e0
SM
981 * comint.el (comint--table-subvert): Quote the all-completions output
982 (bug#9160).
983
b8f7ff0d
MR
9842011-10-17 Martin Rudalics <rudalics@gmx.at>
985
8b79f3e0 986 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 987
b8f7ff0d 988 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 989 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
990 entries and separate them from frame entries.
991
c235b555
GM
9922011-10-15 Glenn Morris <rgm@gnu.org>
993
994 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
995 Doc fixes.
996
6bbfa6e1
CY
9972011-10-15 Chong Yidong <cyd@stupidchicken.com>
998
8b79f3e0
SM
999 * net/network-stream.el (network-stream-open-starttls):
1000 Improve detection of failure due to lack of TLS support.
ec5c990d 1001
6bbfa6e1
CY
1002 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
1003 putting the input text in front and in bold.
1004
98488977
SM
10052011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1006
3d1337be
SM
1007 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
1008
ee0b45e4
SM
1009 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
1010 empty buffer.
1011
98488977
SM
1012 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
1013 unread-command-events rather than pushing yet-another event.
1014
186f4720
EZ
10152011-10-14 Eli Zaretskii <eliz@gnu.org>
1016
1017 * mail/sendmail.el (sendmail-query-once): Improve the wording of
1018 the explanation of the possible choices. Make the options passed
1019 to completing-read shorter.
1020
8b7a997c
AM
10212011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1022
1023 * textmodes/flyspell.el (flyspell-large-region): Make sure
1024 extended character mode is used if defined (Bug#1339).
1025
12587bbb
EZ
10262011-10-13 Eli Zaretskii <eliz@gnu.org>
1027
1028 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
1029 character info for LRE, LRO, RLE, and RLO characters by appending
1030 an invisible PDF.
12587bbb 1031
bad41229
SM
10322011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
1035 even in case of error; add debug spec; simplify data flow.
1036 (with-timeout-handler): Remove.
1037
28dbc92f
MA
10382011-10-12 Michael Albinus <michael.albinus@gmx.de>
1039
1040 Fix Bug#6019, Bug#9315.
1041
1042 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
1043 complete `buffer-file-name', the local file name part could look
1044 remotely (for example on VMS).
1045
1046 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
1047 `tramp-run-real-handler'.
1048 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
1049 already quoted by '"'.
1050
1051 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
1052 Let `file-name-handler-alist' be nil, the local file name part
1053 could look remotely (for example on VMS).
1054
e1b0b23a
SM
10552011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1056
1057 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
1058 from here...
1059 (flyspell-post-command-hook): ...to here.
1060
a120bde9
SM
10612011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1062
1063 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
1064 if not needed.
1065 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
1066 using completion. Protect against "slow" callers.
1067 Remove the "message hack".
1068
7ce7717b
JL
10692011-10-11 Juri Linkov <juri@jurta.org>
1070
1071 * isearch.el (isearch-lazy-highlight-word): New variable.
1072 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1073 Use it. (Bug#9727)
1074
c02ee9d6
GM
10752011-10-11 Glenn Morris <rgm@gnu.org>
1076
1077 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
1078 like f90-previous-statement does.
1079
93e616fd 10802011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1081
1f190e73 1082 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
1083 only in interactive use, to avoid error.
1084
af7b6078
SM
10852011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1086
1087 * minibuffer.el (completion-file-name-table): Fix last change,
1088 i.e. ignore normal errors but not the other ones.
1089
0563dae9
MR
10902011-10-10 Martin Rudalics <rudalics@gmx.at>
1091
1092 * window.el (special-display-buffer-names)
1093 (special-display-regexps): Remove some remnants of earlier
1094 changes from doc-strings.
366ca7f3
MR
1095 (quit-windows-on): New function.
1096
1097 * vc/vc.el (vc-revert, vc-rollback):
1098 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
1099 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 1100 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 1101
49677495
MR
11022011-10-09 Martin Rudalics <rudalics@gmx.at>
1103
1104 * window.el (frame-auto-hide-function): Add version tag.
1105 (Bug#9699)
1106
56f2d1e1
MA
11072011-10-09 Michael Albinus <michael.albinus@gmx.de>
1108
1109 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
1110 condition.
1111
112a6592
LL
11122011-10-09 Leo Liu <sdl.web@gmail.com>
1113
1114 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
1115 (Bug#9701)
1116
0812589b
GM
11172011-10-08 Glenn Morris <rgm@gnu.org>
1118
1119 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
1120 before the first code statement zero indent. (Bug#9690)
1121
b2b0776e
CY
11222011-10-08 Chong Yidong <cyd@stupidchicken.com>
1123
1124 * simple.el (count-words-region): Always count in the region.
1125 Report the number of lines and characters too.
1126 (count-words): New command, which counts in the buffer if the
1127 region is inactive, as count-words-region used to.
1128 (count-words--message): New function. Handle plurals.
1129 (count-lines-region): Make it an alias for count-words-region.
1130
1131 * bindings.el (esc-map): Replace count-lines-region with
1132 count-words-region.
1133
c557cd6b
MR
11342011-10-08 Martin Rudalics <rudalics@gmx.at>
1135
1136 * window.el (window--delete): Delete dedicated frame
1137 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 1138 (switch-to-buffer): Fix doc-string typo.
c557cd6b 1139
61a57ef4 11402011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1141
1142 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
1143
c3833279
CY
11442011-10-07 Chong Yidong <cyd@stupidchicken.com>
1145
1146 * bindings.el ([M-left],[M-right]): Bind to left-word and
1147 right-word respectively.
1148
21ce8245
GM
11492011-10-07 Glenn Morris <rgm@gnu.org>
1150
1151 * cus-start.el (debug-on-quit): Fix custom type.
1152
6d823bb2
LMI
11532011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1154
0181e193
LMI
1155 * subr.el (define-key-after): Clarify that the function is not
1156 useful for non-menu keymaps.
1157
6d823bb2
LMI
1158 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
1159
8e3459ce 11602011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1161
21ce8245 1162 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 1163 in current minibuffer (Fix bug with recursive minibuffers).
1164
a1c2d21e
CY
11652011-10-06 Chong Yidong <cyd@stupidchicken.com>
1166
1167 * progmodes/gdb-mi.el (gdb): Doc fix.
1168
5a4cf282
MR
11692011-10-05 Martin Rudalics <rudalics@gmx.at>
1170
1171 * window.el (frame-auto-hide-function): New option replacing
1172 frame-auto-delete. Suggested by Stefan Monnier.
1173 (window--delete): Call frame-auto-hide-function instead of
1174 investigating frame-auto-delete.
c96111ea
MR
1175 (window-point-1, set-window-point-1): New functions.
1176 (window-in-direction, record-window-buffer, window-state-get-1)
1177 (display-buffer-record-window): Use window-point-1 instead of
1178 window-point.
1179 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 1180
9854542e
SM
11812011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1182
1183 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
1184
8943cfb0
GM
11852011-10-05 Glenn Morris <rgm@gnu.org>
1186
1187 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
1188 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
1189
647ab967
LL
11902011-10-05 Leo Liu <sdl.web@gmail.com>
1191
1192 * subr.el (read-char-choice): Fix argument to buffer-live-p which
1193 works with buffer object.
1194
3ddfbced
SM
11952011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1196
1197 * mpc.el (mpc-tool-bar-map): Add labels.
1198
bdfa5dd2
GM
11992011-10-04 Glenn Morris <rgm@gnu.org>
1200
1201 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1202
0e2070b5
MR
12032011-10-04 Martin Rudalics <rudalics@gmx.at>
1204
1205 * window.el (window--delete): New function.
1206 (frame-auto-delete): Resuscitate option.
1207 (bury-buffer, replace-buffer-in-windows)
1208 (quit-window): Rewrite using window--delete.
1209 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1210 Pass display-buffer-mark-dedicated to window--display-buffer-2
1211 (Bug#9639).
1212
3dc61a09
SM
12132011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1214
915a9b64
SM
1215 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
1216 returns a list (bug#9554). Add remote file name completion.
1217 * comint.el (comint--table-subvert): Curry and get quote&unquote
1218 functions as arguments.
1219 (comint--complete-file-name-data): Adjust call accordingly.
1220 * pcomplete.el (pcomplete--table-subvert): Remove.
1221 (pcomplete-completions-at-point): Use comint--table-subvert instead.
1222
3dc61a09
SM
1223 * minibuffer.el (completion-table-case-fold): Use currying.
1224 (completion--styles-type, completion--cycling-threshold-type):
1225 New constants.
1226 (completion-styles, completion-category-overrides)
1227 (completion-cycle-threshold): Use them.
1228 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
1229 completion-table-case-fold.
1230
8ea0a993
SB
12312011-10-03 Stephen Berman <stephen.berman@gmx.net>
1232
1233 * minibuffer.el (completion-category-overrides): Fix type of styles
1234 and add more user friendly tags (bug#9660).
1235
8c24b7f6
SM
12362011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1237
1238 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
1239 (mule-input-method-string): New widget.
1240 (default-input-method, language-info-custom-alist): Use it.
1241
428fe61a
SM
12422011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1243
32c1fffd
SM
1244 * pcomplete.el: Require comint.
1245 (pcomplete--common-suffix): Remove.
1246 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
1247 (pcomplete--table-subvert): Sync with comint--table-subvert.
1248 (pcomplete--entries): Use comint-completion-file-name-table.
1249 * comint.el (comint-unquote-filename): Simplify.
1250 (comint-completion-file-name-table): New function (bug#9616).
1251 (comint--complete-file-name-data): Use it.
1252
428fe61a
SM
1253 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
1254 (pcmpl-gnu-tar-buffer): Remove.
1255 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
1256 around. Make sure pcomplete-suffix-list is only changed temporarily.
1257 Don't look inside the tar's file if it's too large.
428fe61a 1258
04c52e2f
CY
12592011-10-01 Chong Yidong <cyd@stupidchicken.com>
1260
ce3cefcc
CY
1261 * cus-edit.el (custom-mode-map):
1262 * epa.el (epa-key-list-mode-map):
1263 * man.el (Man-mode-map):
1264 * startup.el (splash-screen-keymap):
1265 * simple.el (special-mode-map): Use scroll-up-command and
1266 scroll-down-command.
1267
1268 * progmodes/idlw-help.el (idlwave-help-mode-map):
1269 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
1270 * net/newst-plainview.el (newsticker-mode-map):
1271 * emulation/ws-mode.el (wordstar-mode-map):
1272 * emulation/vi.el (vi-com-map):
1273 * calc/calc-graph.el (calc-graph-show-dumb):
1274 * term/sun.el (terminal-init-sun):
1275 * term/ns-win.el (global-map):
1276 * progmodes/grep.el (grep-mode-map):
1277 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
1278 * mail/rmail.el (rmail-mode-map):
1279 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
1280
04c52e2f
CY
1281 * custom.el (custom-safe-themes, load-theme): Treat value of t for
1282 custom-safe-themes as special.
1283
79adf8c8
JD
12842011-10-01 Julien Danjou <julien@danjou.info>
1285
1286 * notifications.el (notifications-notify): Fix docstring.
1287
63bd50d3
PS
12882011-10-01 Per Starbäck <per@starback.se>
1289
1290 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
1291
199e4c7e
MR
12922011-09-30 Martin Rudalics <rudalics@gmx.at>
1293
1294 * startup.el (command-line-1): Fix last fix by inserting
1295 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 1296 (Bug#9605) and (Bug#9636)
199e4c7e 1297
fe5f08dd
EZ
12982011-09-29 Eli Zaretskii <eliz@gnu.org>
1299
1300 * simple.el (line-move): If auto-hscroll-mode is disabled and the
1301 window is hscrolled, move by logical lines. (Bug#9607)
1302 (line-move-visual): Update the doc string to the above effect.
1303
b5516bbd
MR
13042011-09-29 Martin Rudalics <rudalics@gmx.at>
1305
ccee00c0
MR
1306 * window.el (display-buffer-record-window): When WINDOW is the
1307 selected window use `point' instead of `window-point'. (Bug#9626)
1308
b5516bbd
MR
1309 * startup.el (command-line-1): Use insert-before-markers when
1310 inserting initial-scratch-message. (Bug#9605)
ccee00c0 1311
b5516bbd
MR
1312 * help.el (help-window): Remove variable.
1313
52aa0014
GM
13142011-09-29 Glenn Morris <rgm@gnu.org>
1315
1316 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
1317
df9a7357
JB
13182011-09-29 Juanma Barranquero <lekktu@gmail.com>
1319
1320 * descr-text.el (describe-char-categories): Accept category
1321 descriptions more than one line long.
1322
a8406c20
SM
13232011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1324
88d9610c
SM
1325 * simple.el (delete-trailing-whitespace): Fix last change.
1326
a5daf810
SM
1327 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1328 Don't confuse "y => 3" as the beginning of a `y' operation.
1329
a8406c20
SM
1330 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
1331 object has more than 4 slots (bug#9613).
1332
a239d4e9
JB
13332011-09-28 Juanma Barranquero <lekktu@gmail.com>
1334
1335 * subr.el (with-output-to-temp-buffer):
1336 * net/quickurl.el (quickurl, quickurl-browse-url):
1337 Fix typos in docstrings.
1338
693fbdb6
EZ
13392011-09-27 Eli Zaretskii <eliz@gnu.org>
1340
1341 * minibuffer.el (completion-styles)
1342 (completion-category-overrides): Cross reference each other in doc
1343 strings.
1344
8b457e28
GM
13452011-09-27 Glenn Morris <rgm@gnu.org>
1346
1347 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
1348 to split-string. (Bug#9606)
1349
85a16208
LMI
13502011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1351
1352 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
1353 (bug#9615).
1354
502f9ebd
CY
13552011-09-27 Chong Yidong <cyd@stupidchicken.com>
1356
1357 * emacs-lisp/package.el (list-packages): Fix echo area message.
1358
7690bdea
LL
13592011-09-27 Leo Liu <sdl.web@gmail.com>
1360
1361 * ido.el (ido-read-internal): Accept cons cell HIST arg.
1362
e2ee6f30
MA
13632011-09-25 Michael Albinus <michael.albinus@gmx.de>
1364
1365 * net/dbus.el (dbus-unregister-object): Don't release services for
1366 registered signals. (Bug#9581)
1367
f3f98342
TZ
13682011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1369
1370 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
1371 function that picks between cfengine 2 and 3 support
1372 automatically. Update docs accordingly.
1373
dd7aa8dd
KH
13742011-09-22 Kenichi Handa <handa@m17n.org>
1375
1376 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
1377 ZERO.
1378 (indian-itrans-v5-table-for-tamil): New variable.
1379 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
1380
3f2b07f8
KM
13812011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
1382
1383 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
1384 that's true if the current command involved collapsing of text.
1385 It's reset to false at the beginning of the next command.
1386 (allout-post-command-business): Move the cursor to the beginning
1387 of entry if the cursor is hidden and collapsing activity just
1388 happened.
1389
371d6a61
CY
13902011-09-24 Chong Yidong <cyd@stupidchicken.com>
1391
1392 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
1393 tracking (Bug#9541).
1394
2ac2721a
UJ
13952011-09-24 Ulf Jasper <ulf.jasper@web.de>
1396
1397 * net/newst-reader.el (newsticker-html-renderer)
1398 (newsticker-show-news): Automatically
343a34ff
JB
1399 load html rendering package if newsticker-html-renderer is set.
1400 Fixes "Warning: defvar ignored because w3m-fill-column is
2ac2721a
UJ
1401 let-bound" and the error "Symbol's value as variable is void:
1402 w3m-fill-column".
1403
fac7ae53
MA
14042011-09-24 Michael Albinus <michael.albinus@gmx.de>
1405
1406 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
1407 Release services only if they are defined. (Bug#9581)
1408
e08b633b
RS
14092011-09-23 Richard Stallman <rms@gnu.org>
1410
e488d29c
RS
1411 * textmodes/paragraphs.el (forward-sentence): For backwards case,
1412 distinguish start of paragraph from start of its text.
1413
19c38752
RS
1414 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
1415
e08b633b
RS
1416 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
1417 (rmail-generate-viewer-buffer): Put that hook on view buffer.
1418 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
1419
0a39f27e
AS
14202011-09-23 Andreas Schwab <schwab@linux-m68k.org>
1421
1422 * international/mule-diag.el (mule-diag): Insert a newline after
1423 each fontset description.
1424
db4e950d
SM
14252011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * simple.el (delete-trailing-whitespace):
1428 Document last change; simplify.
1429
eca3f3ea
PW
14302011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
1431
d68e189a
PW
1432 * simple.el (delete-trailing-whitespace): Also delete
1433 extra newlines at the end of the buffer.
1434
eca3f3ea
PW
1435 * textmodes/picture.el: Make motion commands obey shift-select-mode.
1436 (picture-newline): Use forward-line so as to ignore fields.
1437
01c157cc
SM
14382011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1439
1440 * subr.el (with-wrapper-hook): Fix edebug spec.
1441
022de23e
LMI
14422011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1443
1444 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
1445 (bug#4538).
1446
91683089
MA
14472011-09-23 Michael Albinus <michael.albinus@gmx.de>
1448
eca3f3ea
PW
1449 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1450 Fix nasty bug using wrong cached values.
91683089 1451
5bdd6fa4
AM
14522011-09-23 Alan Mackenzie <acm@muc.de>
1453
1454 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
1455
97adfb97
CY
14562011-09-23 Chong Yidong <cyd@stupidchicken.com>
1457
1458 * window.el (pop-to-buffer): Ensure right window is selected if we
1459 chose another frame.
1460
d4ef2b50
EZ
14612011-09-22 Eli Zaretskii <eliz@gnu.org>
1462
1463 * simple.el (what-cursor-position): Use get-char-property-change
1464 and next-single-char-property-change, to be able to show display
1465 properties that come from overlays as well as text properties.
1466
72258fe5
CY
14672011-09-22 Chong Yidong <cyd@stupidchicken.com>
1468
1469 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
1470
1471 * cmuscheme.el (run-scheme, switch-to-scheme):
1472 * cus-edit.el (customize-group, custom-buffer-create)
1473 (customize-browse):
1474 * info.el (info):
1475 * shell.el (shell):
1476 * mail/sendmail.el (mail):
1477 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
1478
8f098516
RS
14792011-09-22 Richard Stallman <rms@gnu.org>
1480
1481 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
1482 move back only to line beg, don't move back over blank lines.
1483
e74f1bb6
MA
14842011-09-22 Michael Albinus <michael.albinus@gmx.de>
1485
1486 * files.el (copy-directory): Set directory attributes only in case
1487 they could be retrieved from the source directory. (Bug#9565)
1488
bfeef8b6
DK
14892011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
1490
1491 * progmodes/hideshow.el (hs-looking-at-block-start-p)
1492 (hs-find-block-beginning, hs-hide-level-recursive):
1493 Ignore strings as well as comments. (Bug#9502)
1494
7e423bb8
AS
14952011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
1496
1497 * progmodes/sql.el (sql-comint-postgres):
1498 Convert port number to a string. (Bug#9566)
1499
b4d72fcf
MR
15002011-09-22 Martin Rudalics <rudalics@gmx.at>
1501
1502 * window.el (quit-window): Undedicate window when switching to
1503 previous buffer. Reported by Thierry Volpiatto
1504 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
1505 (special-display-popup-frame): When popping up a new frame reset
1506 its previous buffers to nil. Simplify code.
b4d72fcf 1507
a7b88dc6
MA
15082011-09-21 Michael Albinus <michael.albinus@gmx.de>
1509
1510 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
1511 and process filter, as done also in `shell-command'.
1512
cf4eacfd
MR
15132011-09-21 Martin Rudalics <rudalics@gmx.at>
1514
eca3f3ea
PW
1515 * window.el (set-window-buffer-start-and-point):
1516 Call set-window-start with NOFORCE argument t. Suggested by Thierry
cf4eacfd
MR
1517 Volpiatto <thierry.volpiatto@gmail.com>.
1518 (quit-window): Reword doc-string. Handle new format of
1519 quit-restore parameter. Don't delete window if it has a
1520 previous buffer we can show instead of the present one.
1521 (display-buffer-record-window): Rewrite using a new format for
1522 the quit-restore window parameter
1523 (special-display-popup-frame, display-buffer-same-window)
1524 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1525 (display-buffer-pop-up-window, display-buffer-use-some-window):
1526 Adapt symbol passed to display-buffer-record-window.
1527 * help.el (help-window-setup): Handle new format of quit-restore
1528 parameter.
1529
8d28cb95
SM
15302011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1531
94ab793f
SM
1532 * faces.el (face-list): Fix docstring (bug#9564).
1533
8d28cb95
SM
1534 * window.el (display-buffer--action-function-custom-type):
1535 Don't include internal functions in the Custom interface.
1536
3820edeb
JL
15372011-09-20 Juri Linkov <juri@jurta.org>
1538
1539 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
1540 (Info-forward-node, Info-backward-node, Info-next-preorder)
1541 (Info-last-preorder): Use it. (Bug#9528)
1542
5147931d
JL
15432011-09-20 Juri Linkov <juri@jurta.org>
1544
1545 * info.el (Info-last-preorder): Visit last menu item only when
1546 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
1547
cf499a1a
JD
15482011-09-20 Julien Danjou <julien@danjou.info>
1549
1550 * password-cache.el (password-cache-remove): Remove entries even if the
1551 value is nil, so that password with a nil value (negative caching) is
1552 possible to invalidate.
1553
f84e2fe2
LM
15542011-09-20 Lawrence Mitchell <wence@gmx.li>
1555
1556 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
1557 all whitespace around breakpoint. (Bug#9553)
1558 (f90-find-breakpoint): Only break at whitespace inside a comment.
1559
78054a46
SM
15602011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1561
1562 * minibuffer.el (completion-file-name-table): Keep track of errors.
1563 (completion-table-with-predicate): Handle the case where pred1 is nil.
1564 * pcomplete.el (pcomplete-completions-at-point): Simplify.
1565
345083b2
SM
15662011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1567
e24e27be
SM
1568 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
1569 (debugger-return-value): Signal an error if the debugging context does
1570 not await any return value.
1571
345083b2
SM
1572 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
1573 * image-mode.el (image-toggle-display-text)
1574 (image-toggle-display-image): Stay away from evil `intangible'.
1575
08d355e3
LL
15762011-09-19 Leo Liu <sdl.web@gmail.com>
1577
1578 * replace.el (occur-revert-arguments): Make it permanent-local.
1579 (occur-mode): Don't call font-lock-defontify.
1580
f01da43f
CY
15812011-09-19 Chong Yidong <cyd@stupidchicken.com>
1582
1583 * net/ldap.el (ldap-search-internal): Don't push empty search
1584 result (Bug#9508).
1585
b6072fa6
SM
15862011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
1589
443d6696
MA
15902011-09-19 Michael Albinus <michael.albinus@gmx.de>
1591
1592 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
1593 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
1594
7cc6e154
JL
15952011-09-18 Juri Linkov <juri@jurta.org>
1596
1597 * buff-menu.el (Buffer-menu-mode-map):
1598 * dired.el (dired-mode-map):
1599 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
1600 (lisp-interaction-mode-map):
1601 * emacs-lisp/package.el (package-menu-mode-map):
1602 * epa.el (epa-key-list-mode-map):
1603 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
1604 (menu-bar-options-menu):
1605 * outline.el (outline-mode-menu-bar-map):
1606 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
1607 * vc/vc-dir.el (vc-dir-menu-map):
1608 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
1609 Capitalize non-function content words in menu item strings.
1610
1611 * dired.el (dired-mode-map): Add menu item for
1612 `image-dired-dired-toggle-marked-thumbs'.
1613
80302a81
JL
16142011-09-18 Juri Linkov <juri@jurta.org>
1615
1616 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
1617 to `isearch-case-fold-search' and restore its original value
1618 after the `isearch-mode' call.
1619
46c5cf66
JL
16202011-09-18 Juri Linkov <juri@jurta.org>
1621
1622 * progmodes/grep.el (grep-process-setup): Don't check code for 1
1623 because `zgrep' returns 1 for successful matches (bug#9226).
1624
d18b513b
JL
16252011-09-18 Juri Linkov <juri@jurta.org>
1626
1627 * info.el (Info-extract-menu-node-name): Check the second match
1628 for empty string (second test-case of bug#9528).
1629 (Info-last-preorder): Let-bind `Info-history' to nil to not add
1630 intermediate nodes to the history (first test-case of bug#9528).
1631
72753f87
JL
16322011-09-18 Juri Linkov <juri@jurta.org>
1633
1634 * info.el (Info-mode-syntax-table): New variable.
1635 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312)
1636
c9384295
JL
16372011-09-18 Juri Linkov <juri@jurta.org>
1638
1639 * info.el (Info-file-supports-index-cookies): Increment
1640 line-beginning-position's arg from 3 to 4 because makeinfo outputs
1641 one more line for long file names (bug#4142).
1642
d473dce8
CY
16432011-09-18 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * newcomment.el (comment-normalize-vars): If prompting for
1646 comment-start, set comment-start-skip too (Bug#8424).
1647
2176854d
JB
16482011-09-18 Johan Bockgård <bojohan@gnu.org>
1649
1650 * icomplete.el: Fix previous fix of Bug#5849.
1651 (icomplete-mode): Don't set completion-show-inline-help.
1652 (icomplete-minibuffer-setup): Set completion-show-inline-help
1653 locally during icompletion.
1654
3aace4e4
CY
16552011-09-18 Chong Yidong <cyd@stupidchicken.com>
1656
c940224f
CY
1657 * woman.el (woman2-process-escapes): Don't delete unrecognized
1658 escapes (Bug#7843).
1659
3aace4e4
CY
1660 * files.el (inhibit-first-line-modes-regexps): Add image files.
1661 (hack-local-variables-prop-line): Return nil for malformed
1662 prop-lines (Bug#9044).
1663
710dec63
MA
16642011-09-18 Michael Albinus <michael.albinus@gmx.de>
1665
1666 * net/tramp.el (top): Don't require 'shell.
1667 (tramp-methods): Fix docstring.
1668 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
1669 Return complete remote file name. Handle "smb" case.
1670 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
1671 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
1672
1673 * net/tramp-compat.el (top): Require 'shell.
1674
1675 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1676 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
1677 `tramp-current-host'.
1678 (tramp-get-remote-tmpdir): Remove.
1679
1680 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
1681 `tramp-tmpdir' entries.
1682 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
1683 (tramp-smb-handle-file-attributes): Ignore errors.
1684 (tramp-smb-wait-for-output): Check also for process end.
1685
5d5ac8ec
LMI
16862011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1687
1688 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
1689 when sending QUIT (bug#9312).
1690
8c0f49f0
CY
16912011-09-17 Chong Yidong <cyd@stupidchicken.com>
1692
1693 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
1694 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
1695 occur-mode-display-occurrence.
1696 (occur-edit-mode): Add usage message.
1697 (occur-cease-edit): New command.
1698 (occur-after-change-function): Use text properties to find the
1699 position of the prefix text.
1700 (occur-engine): Set stickiness of prefix text properties.
1701
8f1383f7
GM
17022011-09-17 Glenn Morris <rgm@gnu.org>
1703
1704 * progmodes/etags.el (complete-tag):
1705 Fix call to completion-in-region. (Bug#9526)
1706
744ba0e3
JL
17072011-09-17 Juri Linkov <juri@jurta.org>
1708
1709 * textmodes/ispell.el (ispell-word): Add to the error message
1710 the word, ispell program name and current dictionary (bug#9121).
1711 (ispell-tex-arg-end): Capitalize "error" in the error message.
1712
d9bbf400
AS
17132011-09-17 Andreas Schwab <schwab@linux-m68k.org>
1714
1715 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
1716 check. (Bug#4251)
1717
8da11505
JL
17182011-09-17 Juri Linkov <juri@jurta.org>
1719
1720 * window.el (window-safe-min-height, window-safe-min-width):
1721 Fix typos (followup to bug#9522).
1722
a91adc7e
SJ
17232011-09-17 Sven Joachim <svenjoac@gmx.de>
1724
1725 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
1726
064f328a
EZ
17272011-09-16 Eli Zaretskii <eliz@gnu.org>
1728
1729 * simple.el (line-move): If goal-column is set, move by logical
1730 lines, not by display lines. (Bug#971)
1731 (next-line, previous-line, goal-column, line-move-visual): Doc fix
1732 to reflect the above change.
1733
e69df516
SM
17342011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * image.el (imagemagick-register-types): Use regexp-opt.
1737
cbb0f9ab
CY
17382011-09-15 Chong Yidong <cyd@stupidchicken.com>
1739
1740 * window.el (display-buffer-base-action): Rename from
1741 display-buffer-default-action. Make default value empty.
1742 (display-buffer-overriding-action): Convert to defvar.
1743 (display-buffer-fallback-action): New var.
1744
25322144
CY
17452011-09-15 Chong Yidong <cyd@stupidchicken.com>
1746
1747 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
1748 declaration.
1749 (package--add-to-archive-contents): If there is a duplicate entry
1750 with an older version, remove it.
1751 (package-menu-mark-delete, package-menu-mark-install)
1752 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
1753 (package-menu-mark-obsolete-for-deletion):
1754 Use package-menu-get-status instead of a regexp search.
25322144
CY
1755 (package-menu-get-status): Use tabulated-list-entry.
1756 (package-menu-mark-upgrades): New command.
d770725a 1757 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
1758 (package-menu-execute): Do installation before deletion.
1759 (package-menu-refresh, package-menu-execute): Use derived-mode-p
1760 instead of checking major-mode.
1761 (package-menu--find-upgrades): New function.
1762
7520339c
LMI
17632011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1764
1765 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
1766 passwords in the log buffer.
65a046c4
LMI
1767 (smtpmail-process-filter): Update the process marker so that the
1768 "broken by peer" status message is inserted in the right place.
7520339c 1769
d3c30954
SM
17702011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1771
3fe48822
SM
1772 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
1773 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
1774 bibtex-completion-at-point-function.
1775 (bibtex-completion-at-point-function): Use them.
1776
1b8b3954
SM
1777 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
1778
d3c30954
SM
1779 * mpc.el (mpc-constraints-tag-lookup): New function.
1780 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
1781 also to browser "album|playlist".
1782
72779976
JL
17832011-09-14 Juri Linkov <juri@jurta.org>
1784
1785 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
1786 (isearch-edit-string): Use length of `isearch-string' when
1787 `isearch-fail-pos' returns nil.
1788 (isearch-message): Remove duplicate code and call
1789 `isearch-fail-pos' with arg `t'.
1790
a0bf2bcd
CY
17912011-09-14 Chong Yidong <cyd@stupidchicken.com>
1792
17bb0a2d
CY
1793 * replace.el (occur-mode-goto-occurrence): Don't force using other
1794 window (Bug#9499).
1795
a0bf2bcd
CY
1796 * dired-aux.el (dired-do-chmod): Don't provide initial input.
1797
f678e0b6
MR
17982011-09-14 Martin Rudalics <rudalics@gmx.at>
1799
1800 * window.el (display-buffer-window): Remove.
1801 (display-buffer-record-window): Use help-setup window parameter
1802 instead of variable display-buffer-window.
1803 (display-buffer-function, special-display-buffer-names)
1804 (special-display-function): Mention help-setup parameter instead
1805 of display-buffer-window in doc-string.
d3c30954
SM
1806 * help.el (help-window-setup): New argument help-window.
1807 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
1808 Reword some messages.
1809 (with-help-window): Pass window used for displaying the buffer
1810 to help-window-setup. Don't set display-buffer-window.
1811
8e39b2e8
GM
18122011-09-13 Glenn Morris <rgm@gnu.org>
1813
1814 * emacs-lisp/debug.el (debugger-make-xrefs):
1815 Preserve point. (Bug#9462)
1816
85e9c04b
CY
18172011-09-13 Chong Yidong <cyd@stupidchicken.com>
1818
1819 * window.el (window-deletable-p): Use next-frame.
1820
1b36ed6a
MR
18212011-09-13 Martin Rudalics <rudalics@gmx.at>
1822
1823 * window.el (window-auto-delete): Remove.
1824 (window-deletable-p): Remove argument FORCE. Don't deal with
1825 dedicatedness and previous buffers.
1826 (switch-to-prev-buffer): Don't delete window.
1827 (delete-windows-on): Delete a window's frame if and only if the
1828 window is dedicated.
1829 (replace-buffer-in-windows): Delete buffer's window or frame if
1830 and only if window is dedicated.
1831 (quit-window): Handle quit-restore as before last change.
4d61f28d 1832 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 1833
ef8ef9fb
CY
18342011-09-13 Chong Yidong <cyd@stupidchicken.com>
1835
1836 * window.el (window-deletable-p): Never delete the last frame on a
1837 given terminal.
1838
b2cba41e
GM
18392011-09-13 Glenn Morris <rgm@gnu.org>
1840
1841 * help.el (describe-key-briefly): Copy previous standard-output change.
1842
51553db6 18432011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
1844
1845 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
1846
b7556719
GM
18472011-09-13 Glenn Morris <rgm@gnu.org>
1848
1849 * emacs-lisp/lisp-mode.el (lisp-indent-function):
1850 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
1851
64b51947
CY
18522011-09-12 Chong Yidong <cyd@stupidchicken.com>
1853
1854 * dired-aux.el (dired-mark-read-string): Don't return default
1855 value on empty input (Bug#9361).
1856 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
1857 Omit initial minibuffer contents.
1858 (dired-do-chmod): Signal an error on empty input.
1859 (dired-mark-read-string): Don't return default on empty input.
1860
1861 * files.el (file-modes-symbolic-to-number): Doc fix.
1862
393a301e
SM
18632011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1864
1865 * international/mule-cmds.el (ucs-completions): Remove.
1866 (read-char-by-name): Use complete-with-action instead; add metadata.
1867
fa5660f9
CY
18682011-09-11 Chong Yidong <cyd@stupidchicken.com>
1869
1870 * window.el (display-buffer--action-function-custom-type)
1871 (display-buffer--action-custom-type): New vars.
1872 (display-buffer-alist, display-buffer-default-action)
1873 (display-buffer-overriding-action): Add defcustom types.
1874
4a592f66
CY
1875 * frame.el (delete-other-frames): Doc fix (Bug#276).
1876
73d56dbd
LMI
18772011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1878
1879 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
1880
37ac18a3
CY
18812011-09-11 Chong Yidong <cyd@stupidchicken.com>
1882
1883 Change modes that used same-window-* vars to use switch-to-buffer.
1884
1885 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
1886 Use switch-to-buffer.
1887
1888 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
1889 (customize-browse, custom-buffer-create-other-window):
1890 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
1891
1892 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
1893 (Info-prev, Info-up, Info-speedbar-goto-node)
1894 (info-display-manual): Use switch-to-buffer.
1895 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
1896
1897 * mail/sendmail.el (mail): Use switch-to-buffer.
1898 (mail-recover): Use switch-to-buffer-other-window.
1899
1900 * cmuscheme.el (run-scheme, switch-to-scheme):
1901 * ielm.el (ielm):
1902 * shell.el (shell):
1903 * net/rlogin.el (rlogin):
1904 * net/telnet.el (telnet, rsh):
1905 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
1906
10195bd6
AS
19072011-09-11 Andreas Schwab <schwab@linux-m68k.org>
1908
1909 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
1910
b322f63a
LMI
19112011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1912
39d7fed6
LMI
1913 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
1914 so don't mention it (bug#9301).
ba5a81f1 1915 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 1916
ee0e9f11
LMI
1917 * faces.el (face-spec-set-match-display): Make `(type graphic)'
1918 match `x', `w32' and `ns', like the manual says (bug#9029).
1919
0b1c89c1 1920 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
1921 (process-kill-buffer-query-function): Mention the buffer name in
1922 the query.
0b1c89c1 1923
77549ea8
LMI
1924 * image-mode.el (image-next-line): The line parameter is mandatory
1925 (bug#9258).
1926
803ef892
LMI
1927 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
1928 which can be useful (bug#9301).
1929
12980837
LMI
1930 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
1931
91054f8f
LMI
1932 * subr.el (match-string): Mention that the current buffer should
1933 be the same as the search was done in (bug#9282).
1934
b322f63a
LMI
1935 * facemenu.el: Disable the remove-* commands if the mark isn't
1936 active (bug#9162).
1937
3199b96f
CY
19382011-09-10 Chong Yidong <cyd@stupidchicken.com>
1939
1940 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
1941 of display-buffer.
1942 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
1943
1944 * replace.el (occur-mode-goto-occurrence)
1945 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
1946 and display-buffer.
1947
1948 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
1949 display-buffer.
1950
1951 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
1952 special-display and same-window variables.
1953 (mail-other-window): Use switch-to-buffer-other-window.
1954 (mail-other-frame): USe switch-to-buffer-other-frame.
1955
393a301e
SM
1956 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
1957 Use display-buffer-other-frame.
3199b96f
CY
1958 (gdb-display-gdb-buffer): Use pop-to-buffer.
1959
1960 * progmodes/gud.el (gud-goto-info): Use info-other-window.
1961
1962 * progmodes/python.el: Don't set same-window-buffer-names.
1963
1964 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
1965
1966 * window.el (display-buffer-alist): Add *Python*.
1967
8319e0bf
CY
19682011-09-10 Chong Yidong <cyd@stupidchicken.com>
1969
1970 * window.el (display-buffer-alist): Add entry for buffers
1971 previously handled same-window-*.
1972 (display-buffer-alist, display-buffer-default-action)
1973 (display-buffer-overriding-action): Mark as risky.
1974 (display-buffer-alist): Document action function changes.
1975 (display-buffer--same-window-action)
1976 (display-buffer--other-frame-action): New variables.
1977 (switch-to-buffer, display-buffer-other-frame): Use them.
1978 (display-buffer): Rename reuse-frame entry to reusable-frames.
1979 (display-buffer-reuse-selected-window): Function deleted.
1980 (display-buffer-reuse-window): Handle reusable-frames alist entry.
1981 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
1982 (display-buffer-special): New function.
1983 (display-buffer--maybe-pop-up-frame-or-window): Rename from
1984 display-buffer-reuse-or-pop-window. Split off special-display
1985 part into display-buffer-special.
1986 (display-buffer-use-some-window): Don't perform any special
1987 pop-up-frames handling.
1988 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 1989 (display-buffer--maybe-same-window): Rename from
0d3ff375 1990 display-buffer-maybe-same-window.
8319e0bf 1991
919a69aa
CY
1992 * info.el: Don't set same-window-regexps.
1993 (info-setup): New function.
1994 (info-other-window, info): Call it.
1995
1996 * cus-edit.el: Don't set same-window-regexps.
1997 (customize-group): New argument.
1998 (customize-group-other-window): Use it.
1999 (customize-face, customize-face-other-window): Likewise.
2000 (custom-buffer-create-other-window): Use pop-to-buffer directly.
2001
8319e0bf
CY
2002 * net/rlogin.el:
2003 * net/telnet.el:
2004 * progmodes/gud.el: Don't set same-window-regexps.
2005
2006 * cmuscheme.el:
2007 * ielm.el:
2008 * shell.el:
2009 * mail/sendmail.el:
2010 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
2011
25173000
JL
20122011-09-10 Juri Linkov <juri@jurta.org>
2013
2014 * isearch.el (isearch-edit-string): Remove obsolete mention of
2015 `C-w' (`isearch-yank-word-or-char') from docstring.
2016 (isearch-query-replace): Fix typo in docstring (bug#9466).
2017
056e44ef
JL
20182011-09-10 Juri Linkov <juri@jurta.org>
2019
2020 * paren.el (show-paren-function): Don't show escaped parens.
2021 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
2022
c3760c17
EZ
20232011-09-10 Eli Zaretskii <eliz@gnu.org>
2024
2025 * mail/sendmail.el (mml-to-mime, mml-attach-file)
2026 (mm-default-file-encoding): Remove autoload forms, they are
2027 replaced with autoload cookies in mml.el and mm-encode.el.
2028 (mail-add-attachment): New command.
2029 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
2030 (mail-mode): Mention mail-insert-file and mail-add-attachment in
2031 the doc string.
2032 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
2033
fece895e
RT
20342011-09-10 Reuben Thomas <rrt@sc3d.org>
2035
e69df516
SM
2036 * simple.el (count-words-region): Use buffer if there's no region
2037 (bug#9429).
fece895e 2038
5e68ce4a
JL
20392011-09-09 Juri Linkov <juri@jurta.org>
2040
2041 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
2042 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
2043 (wdired-isearch-filter-read-only): New function. (Bug#6362)
2044
0a6b9622
AM
20452011-09-09 Alan Mackenzie <acm@muc.de>
2046
2047 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
2048 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
2049
14a29deb
EZ
20502011-09-09 Eli Zaretskii <eliz@gnu.org>
2051
2052 Fix for Savannah bug#9392.
2053 * simple.el (mail-encode-mml): New defvar.
2054
2055 * mail/rmail.el (mail-encode-mml): Add a defvar.
2056 (rmail-enable-mime-composing): Default to t.
2057 (rmail-forward): Use MIME method of forwarding only if both
2058 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
2059 Set mail-encode-mml non-nil if the MIME method was used.
2060
2061 * mail/sendmail.el (mml-to-mime): Add autoload form.
2062 (mail-encode-mml): Add a defvar.
2063 (mail-mode): Make mail-encode-mml buffer-local and initialize it
2064 to nil.
2065 (mail-send): If mail-encode-mml is non-nil, run the outgoing
2066 message through mml-to-mime, and reset mail-encode-mml to nil.
2067
28c45130
GM
20682011-09-09 Glenn Morris <rgm@gnu.org>
2069
2070 * woman.el (woman-if-body): When processing an .el block,
2071 do not delete the next .el block as well. (Bug#9447)
69f4b618 2072 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 2073
9b1c252e
MR
20742011-09-08 Martin Rudalics <rudalics@gmx.at>
2075
2076 * window.el (window-deletable-p): Make sure window is live before
2077 invoking window-prev-buffers.
2078
567457e3
LL
20792011-09-08 Leo Liu <sdl.web@gmail.com>
2080
2081 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
2082
97f05794
JL
20832011-09-08 Juri Linkov <juri@jurta.org>
2084
2085 * progmodes/compile.el (compilation-environment): Make it
2086 a defcustom (bug#8340).
2087
8b0874b5
MR
20882011-09-08 Martin Rudalics <rudalics@gmx.at>
2089
2090 * window.el (frame-auto-delete): Rename to window-auto-delete.
2091 Make it control auto-deletion of windows and/or frames.
2092 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 2093 for deleting window/frame. (Bug#9419)
8b0874b5
MR
2094 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
2095 Rewrite handling of case when window/frame can be deleted.
2096 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 2097 argument t. (Bug#9456)
8b0874b5 2098
4feb6e73
CY
20992011-09-07 Chong Yidong <cyd@stupidchicken.com>
2100
2101 * help-mode.el (help-mode): Restore autoload.
2102
91ab9c13
JL
21032011-09-07 Juri Linkov <juri@jurta.org>
2104
2105 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
2106 `compilation-environment'. Set buffer-local
2107 `compilation-environment' to `thisenv' later after (funcall mode).
2108 (Bug#8340)
2109
2110 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
2111 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
2112 instead of replacing its value. (Bug#8340)
2113
0527e251
JL
21142011-09-07 Juri Linkov <juri@jurta.org>
2115
2116 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
2117 based on text properties put by `grep-filter' instead of matching
2118 escape sequences.
2119 (grep-mode): Set buffer-local `compilation-error-screen-columns'
2120 to the value of `grep-error-screen-columns' (bug#9438).
2121
249f792c
JL
21222011-09-07 Juri Linkov <juri@jurta.org>
2123
2124 * simple.el (next-error-highlight, next-error-highlight-no-select):
2125 Doc fix (bug#9432).
2126
ff7271b9
OT
21272011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2128
2129 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2130 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
2131
183fc730
LL
21322011-09-07 Leo Liu <sdl.web@gmail.com>
2133
2134 * net/rcirc.el (rcirc-mode): Conditionally initialize
2135 rcirc-input-ring.
2136
77694924
SM
21372011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2138
2139 * emacs-lisp/find-func.el (find-function-C-source): Only set
2140 find-function-C-source-directory after checking that we found a source
2141 file there (bug#9440).
2142
d809b8eb
AM
21432011-09-06 Alan Mackenzie <acm@muc.de>
2144
2145 * isearch.el (isearch-other-meta-char): Wherever a key list is
2146 unread, "unread" the prefix arg, too. This fixes bug #8901.
2147
453de99f
OG
21482011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2149
2150 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
2151
90439906
JL
21522011-09-05 Juri Linkov <juri@jurta.org>
2153
2154 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
2155
f62bd846
JL
21562011-09-05 Juri Linkov <juri@jurta.org>
2157
2158 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
2159 keeping point where processing of grep matches begins, and
2160 continue to delete remaining escape sequences from the same point.
2161 (grep-filter): Make leading zero optional in "0?1;31m" because
2162 git-grep emits "\033[1;31m" escape sequences unlike expected
2163 "\033[01;31m" as GNU Grep does (bug#9408).
2164 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
2165
045820ec
JL
21662011-09-05 Juri Linkov <juri@jurta.org>
2167
2168 * subr.el (y-or-n-p): Capitalize "yes".
2169
f5e29b9b
MA
21702011-09-04 Michael Albinus <michael.albinus@gmx.de>
2171
2172 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
2173 `tramp-cache-unload-hook' where appropriate.
2174 (tramp-methods): Rename `tramp-remote-sh' to
2175 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
2176 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
2177
2178 * net/tramp-sh.el (top): Don't require 'shell.
2179 (tramp-methods): Add `tramp-remote-shell' and
2180 `tramp-remote-shell-args' entries.
2181 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
2182 (tramp-sh-handle-shell-command): Remove.
2183 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2184 Use `tramp-remote-shell'.
2185
2784c434
CY
21862011-09-03 Chong Yidong <cyd@stupidchicken.com>
2187
393a301e 2188 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
2189 (sendmail-query-once): Save directly to send-mail-function.
2190 Update message-send-mail-function too.
2191
2192 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
2193
464cdf56
CS
21942011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
2195
2196 * progmodes/python.el (python-mode-map): Use correct function to
2197 start python interpreter from menu-bar (as reported by Geert
2198 Kloosterman).
2199 (inferior-python-mode-map): Fix typo.
393a301e 2200 (python-shell-map): Remove.
464cdf56 2201
d37e5c87
DD
22022011-09-03 Deniz Dogan <deniz@dogan.se>
2203
2204 * net/rcirc.el (rcirc-print): Simplify code for
2205 rcirc-scroll-show-maximum-output. There is no need to walk
2206 through all windows to find the right one.
2207
f3ada0ee
CS
22082011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
2209
2210 * help.el (help-return-method): Doc fix.
2211
1f3c99ca
MR
22122011-09-03 Martin Rudalics <rudalics@gmx.at>
2213
2214 * window.el (window-deletable-p): Don't return a non-nil value
2215 when there's a buffer that was shown in the window before.
2216 (Bug#9419)
393a301e
SM
2217 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2218 Set window's previous buffers to nil.
1f3c99ca 2219
a3cf097f
EZ
22202011-09-03 Eli Zaretskii <eliz@gnu.org>
2221
2222 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
2223 newline before and after the tag line, so it doesn't interfere
2224 with determining the paragraph direction of bidirectional text.
2225
3d03de90
LL
22262011-09-03 Leo Liu <sdl.web@gmail.com>
2227
2228 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
2229
c3313451
CY
22302011-09-02 Chong Yidong <cyd@stupidchicken.com>
2231
393a301e 2232 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
2233 (pop-to-buffer): Change interactive spec. Pass second argument
2234 directly to display-buffer.
2235 (display-buffer): Fix interactive spec. Use functionp to
2236 distinguish between a function and a list of functions.
2237
2238 * abbrev.el (edit-abbrevs):
2239 * arc-mode.el (archive-extract):
2240 * autoinsert.el (auto-insert):
2241 * bookmark.el (bookmark-bmenu-list):
2242 * files.el (find-file):
2243 * view.el (view-buffer):
2244 * progmodes/compile.el (compilation-goto-locus):
2245 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
2246
89894cd8
CY
22472011-09-02 Chong Yidong <cyd@stupidchicken.com>
2248
2249 * window.el (display-buffer-alist): Doc fix.
2250 (display-buffer): Add docstring. Don't treat
2251 display-buffer-default specially.
2252 (display-buffer-reuse-selected-window)
2253 (display-buffer-same-window, display-buffer-maybe-same-window)
2254 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2255 (display-buffer-pop-up-window)
2256 (display-buffer-reuse-or-pop-window)
2257 (display-buffer-use-some-window): New functions.
2258 (display-buffer-default-action): Use them.
393a301e 2259 (display-buffer-default): Delete.
89894cd8
CY
2260 (pop-to-buffer-1): Fix choice of actions.
2261
ae0bc9fb
SM
22622011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * minibuffer.el (completion--insert-strings): Don't get confused by
2265 completion entries that end with an LF char.
2266
e9d90883
EZ
22672011-09-01 Eli Zaretskii <eliz@gnu.org>
2268
2269 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
2270
437014c8
CY
22712011-09-01 Chong Yidong <cyd@stupidchicken.com>
2272
2273 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
2274 (display-buffer-same-window, display-buffer-other-window):
2275 New functions.
437014c8
CY
2276 (pop-to-buffer-1): New function. Use the above.
2277 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 2278 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
2279
2280 * view.el (view-buffer-other-window, view-buffer-other-frame):
2281 Just use pop-to-buffer.
2282
a5e063d5
TV
22832011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2284
2285 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
2286
793d32bb
WH
22872011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
2288
2289 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
2290
d65e4c15
RS
22912011-08-31 Richard Stallman <rms@gnu.org>
2292
2293 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
2294 of the separation of rmail-view-buffer from rmail-buffer.
2295 If you say no to "replace original", the decrypt is in the
2296 view buffer. If you say yes, the decrypt goes into the
2297 rmail buffer also.
2298
f818cd2a
MR
22992011-08-31 Martin Rudalics <rudalics@gmx.at>
2300
2301 * window.el (display-buffer-window): Rewrite doc-string.
2302 (display-buffer-record-window): New function.
2303 (display-buffer-macro-specifiers)
2304 (display-buffer-even-window-sizes, display-buffer-set-height)
2305 (display-buffer-set-width, display-buffer-in-window)
2306 (display-buffer-reuse-window, display-buffer-split-specifiers)
2307 (display-buffer-side-specifiers, display-buffer-split-window-1)
2308 (display-buffer-split-window, display-buffer-split-atom-window)
2309 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2310 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
2311 (display-buffer-other-window-means-other-frame)
2312 (display-buffer-normalize-special)
2313 (display-buffer-normalize-default)
2314 (display-buffer-normalize-argument)
2315 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
2316 (display-buffer-normalize-specifiers, display-buffer-frame)
2317 (display-buffer-same-window, display-buffer-same-frame)
2318 (display-buffer-other-window)
2319 (display-buffer-same-frame-other-window)
2320 (display-buffer-other-frame, pop-to-buffer-same-window)
2321 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
2322 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
2323 (switch-to-buffer-same-frame)
2324 (switch-to-buffer-other-window-same-frame)
2325 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
2326 (display-buffer-alist-set-1, display-buffer-alist-set-2)
2327 (display-buffer-alist-set): Remove.
2328 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
2329 (special-display-regexps, special-display-function):
2330 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
2331 parameter.
2332 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
2333 (special-display-frame-alist, special-display-popup-frame)
2334 (same-window-buffer-names, same-window-regexps, same-window-p)
2335 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
2336 (split-window-preferred-function, split-height-threshold)
2337 (split-width-threshold, window-splittable-p)
2338 (split-window-sensibly, window--try-to-split-window)
2339 (window--frame-usable-p, even-window-heights)
2340 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
2341 (window--display-buffer-2, display-buffer-other-frame):
2342 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
2343 (display-buffer-default, display-buffer-assq-regexp): New functions.
2344 (display-buffer-alist): Rewrite doc-string.
2345 (display-buffer-default-action)
2346 (display-buffer-overriding-action): New variables.
2347 (display-buffer, switch-to-buffer): Rewrite.
2348 (pop-to-buffer): Restore Emacs 23 behavior but use
2349 window-normalize-buffer-to-display.
2350 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2351 Restore Emacs 23 behavior but use
2352 window-normalize-buffer-to-switch-to.
2353 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
2354 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
2355 Rewrite using Emacs 23 options.
f818cd2a 2356
5bc3b51d
MA
23572011-08-31 Michael Albinus <michael.albinus@gmx.de>
2358
2359 * net/tramp.el (tramp-root-regexp): Remove.
2360 (tramp-completion-file-name-regexp-unified)
2361 (tramp-completion-file-name-regexp-separate)
2362 (tramp-completion-file-name-regexp-url): Don't use leading volume
2363 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
2364 (tramp-drop-volume-letter): Simplify definition.
2365 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 2366
b1a4f8e1
SM
23672011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2368
2369 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
2370 (bug#9356).
2371
5664fa7b
RT
23722011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
2373
b1a4f8e1 2374 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 2375
9a45d6c3
JL
23762011-08-29 Juri Linkov <juri@jurta.org>
2377
2378 * isearch.el (isearch-done): Don't display message "Mark saved"
2379 when arg `edit' is non-nil to prevent its flicker in the echo area.
2380
fb87e0fb
CY
23812011-08-28 Chong Yidong <cyd@stupidchicken.com>
2382
2383 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
2384 obsolete packages for deletion.
2385
09ac1c2a
CS
23862011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
2387
2388 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 2389 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
2390 view-mode from help-mode.
2391 (help-xref-override-view-map): Remove.
2392 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
2393 view-mode is not used anymore.
2394
7a1ff57f
CY
23952011-08-28 Chong Yidong <cyd@stupidchicken.com>
2396
2397 * server.el (server-port): Doc fix.
2398
b9696605
CY
2399 * cus-theme.el (custom-theme-choose-mode): Inherit from
2400 special-mode (Bug#9124).
2401 (custom-theme-choose-mode-map): Add special-mode to parent.
2402
ef8cdf8c
AM
24032011-08-28 Alan Mackenzie <acm@muc.de>
2404
2405 * progmodes/cc-fonts.el
2406 (c-make-font-lock-BO-decl-search-function): New function.
2407 (c-basic-matchers-after - "Fontify the clauses after various
2408 keywords"): Extract the three keyword lists for the 3 erroneous
2409 constructs from the list of four, and use the new function above
2410 in place of an old one.
2411
27de4e20
DD
24122011-08-28 Deniz Dogan <deniz@dogan.se>
2413
2414 * net/rcirc.el (rcirc-insert-prev-input)
2415 (rcirc-insert-next-input): Remove unused argument.
2416
356a3681
SM
24172011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
2420
3fc9b218
AM
24212011-08-27 Alan Mackenzie <acm@muc.de>
2422
2423 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
2424 handle function pointer parameters properly.
2425
538a061c
MR
24262011-08-27 Martin Rudalics <rudalics@gmx.at>
2427
2428 * window.el (display-buffer-reuse-window): Fix case where
2429 selected window was reused with non-nil OTHER-WINDOW argument.
2430 (Bug#9381)
2431
35b1c40c
DD
24322011-08-27 Deniz Dogan <deniz@dogan.se>
2433
2434 * net/rcirc.el (rcirc-check-auth-status): Adding support for
2435 oftc's NickServ messages.
2436
2f6a3e79
GM
24372011-08-27 Glenn Morris <rgm@gnu.org>
2438
2439 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
2440
7254299e
CY
24412011-08-26 Chong Yidong <cyd@stupidchicken.com>
2442
2443 * emacs-lisp/package.el (package-install): Call package-initialize
2444 if called interactively.
2445
f8ccf167
LL
24462011-08-26 Leo Liu <sdl.web@gmail.com>
2447
2448 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
2449
3e8cd5ce
JL
24502011-08-25 Juri Linkov <juri@jurta.org>
2451
2452 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
2453 `search-whitespace-regexp' (bug#9364).
2454
93eb7113
JL
24552011-08-25 Juri Linkov <juri@jurta.org>
2456
2457 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
2458 `regexp-search-ring' to their global values to protect from
2459 updating by `read-from-minibuffer' (bug#9185).
2460
f65d1611
JL
24612011-08-25 Juri Linkov <juri@jurta.org>
2462
2463 * textmodes/ispell.el (ispell-command-loop): Add newline
2464 at the end of the "Use option `i'..." line.
2465
f1cf7a31
JL
24662011-08-25 Juri Linkov <juri@jurta.org>
2467
2468 * battery.el (display-battery-mode): If `battery-status-function'
2469 or `battery-mode-line-format' is nil, display the message and set
2470 `display-battery-mode' to nil (bug#9363).
2471
0c95fcf7
EZ
24722011-08-25 Eli Zaretskii <eliz@gnu.org>
2473
2474 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
2475 bidi-string-mark-left-to-right; they are unnecessary now.
2476
a2ebe600
DD
24772011-08-25 Deniz Dogan <deniz@dogan.se>
2478
2479 * net/quickurl.el: Documentation typo fixes.
2480
e4ed06f1
CY
24812011-08-25 Chong Yidong <cyd@stupidchicken.com>
2482
2483 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
2484
e5f1c99e
GM
24852011-08-25 Glenn Morris <rgm@gnu.org>
2486
b2948976
GM
2487 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2488
e5f1c99e
GM
2489 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
2490 (smtpmail-via-smtp): Handle nil response from smtp.
2491
f22f4808
JL
24922011-08-24 Juri Linkov <juri@jurta.org>
2493
2494 * proced.el (proced-marked): Inherit from `error' instead of
2495 `font-lock-warning-face'.
2496
2497 * ibuffer.el (ibuffer-marked-face): Change default face from
2498 `font-lock-warning-face' to `warning'.
2499 (ibuffer-deletion-face): Change default face from
2500 `font-lock-type-face' to `error'.
2501
2502 * battery.el (battery-update): Use the face `error' instead of
2503 `font-lock-warning-face' (bug#6117).
2504
6a93965e
JL
25052011-08-24 Juri Linkov <juri@jurta.org>
2506
2507 * faces.el (success): Change face color from "Green3" to
2508 "ForestGreen" on light background (bug#9353).
2509
1ed43b09
CY
25102011-08-24 Chong Yidong <cyd@stupidchicken.com>
2511
5664fa7b
RT
2512 * window.el (quit-window): Rename from quit-restore-window.
2513 Use same arglist as old quit-window.
1ed43b09
CY
2514 (frame-auto-delete): Doc fix.
2515
2516 * view.el (view-mode-exit): Use quit-window.
2517
11dcdbb2
JL
25182011-08-24 Juri Linkov <juri@jurta.org>
2519
2520 * isearch.el (isearch-ring-adjust1): Start visiting previous
2521 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
2522 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
2523 for empty search string (when the last search string is reused
2524 automatically) to adjust the isearch ring to the last element and
2525 prepare the correct index for further M-p commands (bug#9185).
2526
de62b4df
KH
25272011-08-24 Kenichi Handa <handa@m17n.org>
2528
2529 * international/ucs-normalize.el: If decomposition property of
2530 CHAR is the default one (i.e. a list of CHAR itself), treat it as
2531 nil.
2532 (nfd, nfkd): Likewise.
2533
963b492b
SM
25342011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2535
2536 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
2537 from process filters aren't reliably transmitted to the surrounding
2538 accept-process-output.
2539 (mpc-proc-check): New function.
2540 (mpc-proc-sync): Use it (bug#8293)
2541
93b6b5e1
SM
25422011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
2545 Add compatibility functions (bug#9313).
2546
bca633fb
EZ
25472011-08-23 Eli Zaretskii <eliz@gnu.org>
2548
b177498a
EZ
2549 * cus-start.el (all): Add entry for bidi-paragraph-direction.
2550
bca633fb
EZ
2551 * international/uni-bidi.el: Regenerated.
2552
0902a04e
KH
25532011-08-23 Kenichi Handa <handa@m17n.org>
2554
2555 * international/charprop.el:
2556 * international/uni-bidi.el:
2557 * international/uni-category.el:
2558 * international/uni-combining.el:
2559 * international/uni-comment.el:
2560 * international/uni-decimal.el:
2561 * international/uni-decomposition.el:
2562 * international/uni-digit.el:
2563 * international/uni-lowercase.el:
2564 * international/uni-mirrored.el:
2565 * international/uni-name.el:
2566 * international/uni-numeric.el:
2567 * international/uni-old-name.el:
2568 * international/uni-titlecase.el:
2569 * international/uni-uppercase.el: Regenerate.
2570
3bbf23bc
MR
25712011-08-23 Martin Rudalics <rudalics@gmx.at>
2572
2573 * help.el (help-window-setup): Fix message displayed when other
2574 window is reused. (Bug#9341)
2575
b3fd59bd
SM
25762011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2577
1802e444
SM
2578 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
2579 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
2580
b3fd59bd
SM
2581 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
2582 Mark obsolete.
2583 * shell.el (shell-parse-pcomplete-arguments): New function.
2584 (shell-completion-vars): Use it instead (bug#9160).
2585
4eb61348
SM
25862011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2587
867cab74
SM
2588 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
2589 strings and comments (bug#9333).
2590
4eb61348
SM
2591 * emacs-lisp/debug.el (debug-arglist): New function.
2592 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
2593 (debug-on-entry-1): Handle interpreted closures (bug#9120).
2594
262a1439
JL
25952011-08-22 Juri Linkov <juri@jurta.org>
2596
56ee679c
JL
2597 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2598 Revert regexp that highlights output switches to its old
2599 pre-2010-10-28 value and remove one `?' from it (bug#9319).
2600
262a1439
JL
2601 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
2602 to check for empty output (bug#9226).
2603
f13f86fb
CY
26042011-08-22 Chong Yidong <cyd@stupidchicken.com>
2605
2606 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
2607 symbol-constituent as the default, as that stops font-lock from
2608 working properly (Bug#8843).
2609
c65c9622
LMI
26102011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2611
2612 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
2613 `coding-system-for-*' around the process open call to avoid
2614 auth-source side effects.
e7f2c178 2615 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
2616 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
2617 probe hangs.
c65c9622 2618
23a8a5ab
CY
26192011-08-21 Chong Yidong <cyd@stupidchicken.com>
2620
ff98b2dd
CY
2621 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
2622
23a8a5ab
CY
2623 * emacs-lisp/find-func.el (find-function-noselect): New arg
2624 lisp-only.
2625
2626 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
2627 signal an error for built-in functions (Bug#6664).
2628
f5e3c598
LMI
26292011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2630
2631 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
2632 (smtpmail-try-auth-methods): Use it.
2633
a3f2468a
CY
26342011-08-21 Chong Yidong <cyd@stupidchicken.com>
2635
2c34e8da
CY
2636 * font-lock.el (font-lock-fontify-region)
2637 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
2638 (font-lock-default-unfontify-buffer)
2639 (font-lock-default-fontify-region)
2640 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
2641
b3fd59bd
SM
2642 * progmodes/compile.el (compilation-error-properties):
2643 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
2644 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
2645 `ant' regexp.
ee31aabc 2646
a3f2468a
CY
2647 * net/browse-url.el (browse-url-firefox): Don't call
2648 browse-url-firefox-sentinel unless using -remote (Bug#9328).
2649
8e999f70
GM
26502011-08-20 Glenn Morris <rgm@gnu.org>
2651
c21a496a
GM
2652 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
2653
59ee0542
GM
2654 * tutorial.el (tutorial--default-keys): Update some default bindings.
2655
8e999f70
GM
2656 * files.el (hack-local-variables): Fully ignore case for "mode:".
2657
e3715033
AM
26582011-08-20 Alan Mackenzie <acm@muc.de>
2659
2660 Resolve invalid use of a regexp in regexp-opt.
2661
4d61f28d
JB
2662 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
2663 detection for a java annotation.
e3715033 2664
4d61f28d 2665 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
2666 detection for a java annotation.
2667
4d61f28d
JB
2668 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
2669 handling for java.
e3715033
AM
2670 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
2671
04ed2e9c
CY
26722011-08-20 Chong Yidong <cyd@stupidchicken.com>
2673
2674 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
2675 (Bug#9274).
2676
826cee64
AM
26772011-08-20 Alan Mackenzie <acm@muc.de>
2678
58179cce 2679 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
2680 such a construct. Mainly for when jit-lock etc. starts a chunk
2681 here.
2682
58179cce 2683 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 2684 variable.
58179cce 2685 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
2686 c-make-font-lock-search-function.
2687 (c-make-font-lock-search-function): Use the above function.
2688 (c-make-font-lock-context-search-function): New function.
2689 (c-cpp-matchers): Enhance the preprocessor expression case with
2690 the above function
2691 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
2692 which takes an expression.
2693
2694 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
2695
13009bd8
MR
26962011-08-20 Martin Rudalics <rudalics@gmx.at>
2697
2698 * window.el (display-buffer-reuse-window)
2699 (display-buffer-pop-up-window): Don't reuse or split a side
2700 window.
2701
9234ff7f
GM
27022011-08-19 Glenn Morris <rgm@gnu.org>
2703
2704 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 2705 Downcase "Mode:". (Bug#9331)
9234ff7f 2706
f635daa1
CY
27072011-08-18 Chong Yidong <cyd@stupidchicken.com>
2708
2709 * international/characters.el: Add L and R categories.
2710
2711 * subr.el (bidi-string-mark-left-to-right): Rename from
2712 string-mark-left-to-right. Use category search.
2713
2714 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
2715
bc987f8b
JL
27162011-08-18 Juri Linkov <juri@jurta.org>
2717
2718 * faces.el (error, warning, success): New faces with definitions
2719 copied from old default values of `font-lock-warning-face',
2720 `compilation-warning', `compilation-info' (bug#6117).
2721
2722 * font-lock.el (font-lock-warning-face): Inherit from `error'.
2723
2724 * progmodes/compile.el (compilation-error): Inherit from `error'.
2725 (compilation-warning): Inherit from `warning'.
2726 (compilation-info): Inherit from `success'.
2727
2728 * dired.el (dired-marked): Inherit from `warning'.
2729 (dired-flagged): Inherit from `error'.
2730
57173b96
LMI
27312011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2732
3e79eb87
LMI
2733 * mail/smtpmail.el (auth-source): Require to avoid problems with
2734 binding variables (bug#9298). Also clean up some unused
2735 autoloads.
2736
b3fd59bd
SM
2737 * net/network-stream.el (network-stream-open-starttls):
2738 Support using starttls.el without using gnutls-cli.
57173b96 2739
02b404de
JL
27402011-08-17 Juri Linkov <juri@jurta.org>
2741
2742 * progmodes/grep.el (rgrep): Handle the case when
2743 `grep-find-command' is a cons cell (bug#9278).
2744
8c9177f2
MR
27452011-08-17 Martin Rudalics <rudalics@gmx.at>
2746
2747 * window.el (display-buffer-pop-up-frame): Run frame creation
2748 function with BUFFER current (as special-display-popup-frame
2749 does). Reported by Drew Adams.
2750
3644a0ab
DU
27512011-08-17 Daiki Ueno <ueno@unixuser.org>
2752
2753 * epa-mail.el: Simplify GnuPG group expansion using
2754 epg-expand-group.
2755 (epa-mail-group-alist, epa-mail-group-modtime)
2756 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
2757 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
2758 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
2759 Remove.
2760
5e617bc2 27612011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
2762
2763 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
2764
9c4aeabf
AM
27652011-08-16 Alan Mackenzie <acm@muc.de>
2766
2767 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
2768 Correct, to avoid the inside of macros.
2769
3a99bf64
RS
27702011-08-16 Richard Stallman <rms@gnu.org>
2771
04963aa8
RS
2772 * epa-mail.el: Handle GnuPG group definitions.
2773 (epa-mail-group-alist, epa-mail-group-modtime)
2774 (epa-mail-gnupg-conf-file): New variables.
2775 (epa-mail-parse-groups, epa-mail-sync-groups)
2776 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
2777 (epa-mail-expand-recipients): New functions.
2778 (epa-mail-encrypt): Call epa-mail-expand-recipients.
2779
177549d0
RS
2780 * mail/rmail.el (rmail-epa-decrypt): New command.
2781
fe38beef
RS
2782 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
2783 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
2784 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
2785 (epa-decrypt-armor-in-region): Make error message clearer.
2786
934eacb9
SM
27872011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2788
2789 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
2790 and "a2b" to "ab" for `prefix'.
2791
d024fb4e
CY
27922011-08-14 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
2795 filter groups.
de148fee
CY
2796 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
2797 Fourquet (Bug#8804).
d024fb4e 2798
62f1ca49
JB
27992011-08-12 Juanma Barranquero <lekktu@gmail.com>
2800
2801 * startup.el (argi): Declare as global variable (bug#9275).
2802
9ccaaa4b
CY
28032011-08-12 Chong Yidong <cyd@stupidchicken.com>
2804
2805 * subr.el (string-mark-left-to-right): Search the entire string
2806 for RTL script, not just the terminating character. Doc fix.
2807
a3dae87a
SM
28082011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2809
6cd18349
SM
2810 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
2811 New function.
2812 (js--regexp-literal, js-syntax-propertize-function): Remove.
2813 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
2814 (js-mode-map): Don't rebind electric keys.
2815 (js-insert-and-indent): Remove.
2816 (js-mode): Setup electric-layout and electric-indent instead.
2817
a3dae87a
SM
2818 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
2819
9d5cb631
DU
28202011-08-12 Daiki Ueno <ueno@unixuser.org>
2821
2822 * epa.el (epa-progress-callback-function): Fix the logic of
2823 displaying progress.
2824 * epa-file.el (epa-file-insert-file-contents): Make progress
2825 display more user-friendly.
2826 (epa-file-write-region): Ditto.
2827
3e26a4a2
CY
28282011-08-10 Chong Yidong <cyd@stupidchicken.com>
2829
2830 * subr.el (string-mark-left-to-right): New function.
2831
2832 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
2833 Use string-mark-left-to-right.
2834 (list-buffers-noselect): Caller changed.
2835
a3dae87a
SM
2836 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2837 Use string-mark-left-to-right.
3e26a4a2
CY
2838 (tabulated-list-print): Recenter after moving point.
2839
ac8cf6e6
JL
28402011-08-10 Juri Linkov <juri@jurta.org>
2841
2842 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
2843 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
2844 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
2845
8d96c9a4
CY
28462011-08-09 Chong Yidong <cyd@stupidchicken.com>
2847
2848 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
2849 (Bug#7554).
2850
7be1c708 28512011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
2852
2853 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
2854 character. (Bug#6594)
2855
37e11a63
CY
28562011-08-08 Chong Yidong <cyd@stupidchicken.com>
2857
839dde57
CY
2858 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
2859 (image-dired--with-db-file): New macro.
2860 (image-dired-write-tags, image-dired-remove-tag)
2861 (image-dired-create-gallery-lists, image-dired-write-comments)
2862 (image-dired-get-comment, image-dired-mark-tagged-files)
2863 (image-dired-list-tags, image-dired-gallery-generate): Use it.
2864 (image-dired-gallery-generate): Use insert-file-contents.
2865
37e11a63
CY
2866 * time.el (display-time-world-list, display-time-world-display):
2867 * time-stamp.el (time-stamp-string):
2868 * vc/add-log.el (add-change-log-entry): Use setenv instead of
2869 set-time-zone-rule (Bug#7337).
2870
0b4946c4
DU
28712011-08-08 Daiki Ueno <ueno@unixuser.org>
2872
2873 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
2874 (epg-error-to-string, epg-errors-to-string): New function.
2875 (epg-wait-for-completion): Reverse errors list.
2876 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
2877 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
2878 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
2879 (epg-sign-keys, epg-generate-key-from-file)
2880 (epg-generate-key-from-string): Format errors by using
2881 epg-errors-to-string (bug#9255).
2882 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
2883
75bfc667
JL
28842011-08-07 Juri Linkov <juri@jurta.org>
2885
2886 * faces.el (list-faces-display): Remove extra angle bracket
2887 from `help-mode-map'.
2888
2889 * info.el (Info-history-toc-nodes): Doc fix.
2890
2891 * longlines.el (longlines-mode): Doc fix.
2892
673e08bb
SM
28932011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
2894
4640dd88
SM
2895 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
2896 of statements and in a few more cases (bug#9183).
2897
673e08bb
SM
2898 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
2899 New functions.
2900 (cl-transform-lambda): Use them (bug#9239).
2901
89b3f019
MR
29022011-08-05 Martin Rudalics <rudalics@gmx.at>
2903
2904 * window.el (display-buffer-same-window)
2905 (display-buffer-same-frame, display-buffer-other-window)
2906 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
2907 (pop-to-buffer-other-window)
2908 (pop-to-buffer-same-frame-other-window)
2909 (pop-to-buffer-other-frame): Make them defuns.
2910 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
2911
640c8776
SM
29122011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2913
2914 * subr.el (make-composed-keymap): Move from C. Change calling
2915 convention, and improve docstring to bring attention to a subtle point.
2916 * minibuffer.el (completing-read-default): Adjust accordingly.
2917
63648a95
MA
29182011-08-03 Michael Albinus <michael.albinus@gmx.de>
2919
2920 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2921 (tramp-open-shell): Use `tramp-shell-quote-argument'.
2922
2923 * net/trampver.el: Update release number.
2924
b796c9b7
SM
29252011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2926
2927 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
2928 "in" (bug#9190).
2929
2239d7d5
LMI
29302011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2931
e07dd7c3
LMI
2932 * mail/sendmail.el (sendmail-query-once): Restore the current
2933 buffer after querying (bug#9074).
2934
0e6a2bd7
LMI
2935 * dired.el (dired-flagged): Use different faces for marked and
2936 flagged files (bug#6117).
2937
ce887515
LMI
2938 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
2939 (bug#4433).
2940
92f2affc
LMI
2941 * ido.el (ido-mode): Switch off the message if called
2942 non-interactively.
2943
57d5aff0
LMI
2944 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
2945 before 587, since it appears that that's more likely to work for
2946 more people.
2947
98cd6c18
LMI
2948 * cus-edit.el (custom-file): When running under emacs -q, always
2949 refuse to save the customisations, even if the .emacs file doesn't
2950 exist.
2951
b96dec83
LMI
2952 * info.el: Remove the `Info-beginning-of-buffer' function
2953 (bug#8325).
2954
b796c9b7
SM
2955 * net/network-stream.el (network-stream-open-starttls):
2956 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 2957
d90e2ea0
MR
29582011-08-01 Martin Rudalics <rudalics@gmx.at>
2959
2960 * window.el (display-buffer-in-window): Don't set dedicated status
2961 of window here (Bug#9215).
2962 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2963 (display-buffer-pop-up-side-window)
b796c9b7 2964 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 2965
cca09170
SM
29662011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2967
2968 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
2969 before binding generated-autoload-file.
2970
027b979c
DD
29712011-08-01 Deniz Dogan <deniz@dogan.se>
2972
2973 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
2974
3c7ee4f3
MA
29752011-07-30 Michael Albinus <michael.albinus@gmx.de>
2976
2977 Sync with Tramp 2.2.2.
2978
2979 * net/trampver.el: Update release number.
2980
2cc8e51a
JL
29812011-07-30 Juri Linkov <juri@jurta.org>
2982
2983 * dired-aux.el (dired-touch-initial): Remove function.
2984 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
2985 current time, and `default' to the last modification time of the
2986 current marked file (bug#6887).
2987
a514d856
JM
29882011-07-28 Jose E. Marchesi <jemarch@gnu.org>
2989
2990 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 2991 numeric argument to read-number (bug#9163).
a514d856 2992
8a7eddd7
MA
29932011-07-27 Michael Albinus <michael.albinus@gmx.de>
2994
2995 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
2996 connection process, it could be nil.
2997
1ddd96f5
LL
29982011-07-27 Leo Liu <sdl.web@gmail.com>
2999
3000 Simplify url handling in rcirc-mode.
3001
3002 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
3003 (rcirc-browse-url-at-mouse): Remove.
3004 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
3005
b248a85d
AM
30062011-07-26 Alan Mackenzie <acm@muc.de>
3007
3008 Fontify bitfield declarations properly.
3009
3010 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
3011 (c-symbol-chars): Now exported as a lang variable.
3012 (c-not-primitive-type-keywords): New lang variable.
3013
3014 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
3015 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 3016 parsed as a bitfield declaration.
b248a85d 3017
b796c9b7
SM
3018 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3019 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
3020 (c-punctuation-in): New function.
3021 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
3022 declarations properly.
3023
68575ab0
UJ
30242011-07-26 Ulf Jasper <ulf.jasper@web.de>
3025
3026 * calendar/icalendar.el (icalendar--all-events): Take care of
3027 multiple vcalendars in a single file.
b796c9b7 3028 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 3029
0f0a88b9
DD
30302011-07-25 Deniz Dogan <deniz@dogan.se>
3031
3032 * image.el (insert-image): Clarifying docstring.
3033
0b3f36df
MA
30342011-07-24 Michael Albinus <michael.albinus@gmx.de>
3035
3036 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
3037 `tramp-send-command-and-check' if there is no error.
3038 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
3039
a9901f61
AM
30402011-07-22 Alan Mackenzie <acm@muc.de>
3041
3042 Prevent cc-langs.elc being loaded at run time.
3043
3044 * progmodes/cc-mode.el: Remove two autoload forms which loaded
3045 cc-langs.
3046
4d61f28d 3047 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
3048 "(require 'cc-langs)". Quote a form so it will evaluate at
3049 (cc-mode's) compilation time.
3050
11d074b2
MA
30512011-07-22 Michael Albinus <michael.albinus@gmx.de>
3052
3053 * net/tramp.el (tramp-file-name-handler): Avoid recursive
3054 loading. (Bug#9114)
3055
938b94c8
MR
30562011-07-21 Martin Rudalics <rudalics@gmx.at>
3057
3058 * window.el (display-buffer-pop-up-window)
3059 (display-buffer-pop-up-side-window)
3060 (display-buffer-in-side-window): Call display-buffer-set-height
3061 and display-buffer-set-width after setting the new window's
b796c9b7 3062 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 3063
bfa4f190
SS
30642011-07-20 Sam Steingold <sds@gnu.org>
3065
3066 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
3067 (etags-tags-included-tables): Call `convert-standard-filename' on
3068 the file names contained in TAGS so that windows Emacs can handle
3069 TAGS files created by cygwin ctags.
3070
8ca42262
LMI
30712011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3072
3073 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
3074 which apparently didn't work.
3075
5db2afd2 30762011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 3077
5db2afd2
RW
3078 * proced.el (proced-send-signal): For *Marked Processes* buffer
3079 put point at beginning of buffer.
3080
92e15d10
SB
30812011-07-19 Stephen Berman <stephen.berman@gmx.net>
3082
3083 * proced.el (proced-format): Make header lines align with the text
3084 (bug#1779).
3085
1bfd59e5
LMI
30862011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3087
3088 * view.el (view-buffer): Allow running in `special' modes if we're
3089 visiting a file (bug#8615).
3090
f5aae37c
MR
30912011-07-19 Martin Rudalics <rudalics@gmx.at>
3092
3093 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
3094 (display-buffer-alist-set-1, display-buffer-alist-set-2):
3095 New functions.
f5aae37c
MR
3096 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
3097 more accurately.
3098
bf2c1571
AM
30992011-07-18 Alan Mackenzie <acm@muc.de>
3100
3101 Fontify declarators properly when, e.g., a jit-lock chunk begins
3102 inside a declaration.
3103
3104 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
3105
b796c9b7
SM
3106 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3107 New function.
bf2c1571
AM
3108 (c-complex-decl-matchers): Insert reference to
3109 c-font-lock-enclosing-decls.
3110
3111 * progmodes/cc-engine.el (c-backward-single-comment):
3112 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
3113 to nil around calls to (forward-comment -1).
3114
4e190b80
LMI
31152011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3116
12dc863d
LMI
3117 * image.el (put-image): Doc typo fix.
3118
a762e966
LMI
3119 * progmodes/etags.el (tags-search): Doc typo fix.
3120
4e190b80
LMI
3121 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
3122 password if we get errors 550 to 554.
3123
f019fb21
LMI
31242011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3125
b796c9b7 3126 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 3127
81746738
LMI
3128 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
3129 indentation character (bug#6380).
3130
3ee3a1b5
LMI
3131 * files.el (buffer-offer-save): Made permanently local (bug#6241).
3132
c82f64de
LMI
3133 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
3134 to clarify what the problem is (bug#4291).
3135
f019fb21
LMI
3136 * simple.el (current-kill): Clarify what
3137 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
3138 (auto-fill-mode): Document `auto-fill-function' in relation to
3139 `auto-fill-mode' (bug#2470).
f019fb21 3140
0794775d
LM
31412011-07-16 Lawrence Mitchell <wence@gmx.li>
3142
3143 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
3144 method if slot is read-only (bug#9035).
3145
be39b8cc
MR
31462011-07-16 Martin Rudalics <rudalics@gmx.at>
3147
b796c9b7 3148 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 3149 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
3150 selected before, see discussion of (Bug#8615), (Bug#6954).
3151 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 3152
6ccf7859
GM
31532011-07-15 Glenn Morris <rgm@gnu.org>
3154
3155 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 3156 Respect help-form.
6ccf7859 3157
87e86684
LM
31582011-07-09 Lawrence Mitchell <wence@gmx.li>
3159
3160 * net/gnutls.el (gnutls-min-prime-bits): New variable.
3161 (gnutls-negotiate): Use it.
3162
d6066239
LMI
31632011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3164
b796c9b7
SM
3165 * net/gnutls.el (gnutls-negotiate):
3166 Upcase `gnutls-algorithm-priority'.
d6066239 3167
bd23ebc0
GM
31682011-07-15 Glenn Morris <rgm@gnu.org>
3169
c65bca65
GM
3170 * jka-compr.el (jka-compr-verbose): Move from here...
3171 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
3172 Add missing :version tag.
3173 * info.el: No need to require jka-compr when compiling.
bd23ebc0 3174
478615cc
LMI
31752011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3176
7b41decb
LMI
3177 * net/gnutls.el (gnutls-algorithm-priority): New variable.
3178 (gnutls-negotiate): Use it.
3179
dbc44fcd
LMI
3180 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
3181
06789f97
LMI
3182 * info.el (Info-beginning-of-buffer): New command.
3183 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
3184 announcing `b' as the key (bug#8325).
ab896c37 3185 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 3186
c39da690
LMI
3187 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
3188
3aa5f34b
LMI
3189 * international/mule-cmds.el
3190 (describe-specified-language-support): Make the error message
3191 clearer (bug#8905).
3192
4bf0979f
LMI
3193 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
3194
478615cc
LMI
3195 * isearch.el (isearch-barrier): Add a doc string, since it's
3196 mentioned in a function doc string (bug#8678).
3197
75c68aa1
MR
31982011-07-15 Martin Rudalics <rudalics@gmx.at>
3199
3200 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
3201 buffer argument (Bug#9083) and self-identifying label argument.
3202
a7c33da2
GM
32032011-07-15 Glenn Morris <rgm@gnu.org>
3204
3205 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
3206
2f5c6024
LMI
32072011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3208
3209 * man.el (Man-fontify-manpage): Fix message when formatting the
3210 man page (bug#7929).
3211
0bb23927 32122011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
3213
3214 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
3215 argument LRM; if non-nil, append an invisible LRM character to the
3216 buffer name.
3217 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
3218 last argument non-nil, when formatting buffer names.
0bb23927
EZ
3219 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
3220 paragraph direction.
cce4b0a7 3221
621ef9ab
LMI
32222011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3223
d1583c48
LMI
3224 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
3225 the man page name (bug#7929).
3226
6a57fb5f
LMI
3227 * image.el (put-image): Mention the `put-image' overlay property
3228 (bug#7834).
3229
d7956b14
LMI
3230 * scroll-bar.el (set-scroll-bar-mode): Mention that
3231 `scroll-bar-mode' lists the values (bug#7772).
3232
5b2d4a66
LMI
3233 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
3234 command (bug#7729).
3235
7509a874
LMI
3236 * rect.el (apply-on-rectangle): Return the point after the last
3237 operation.
3238 (string-rectangle): Go to the point after the last operation
3239 (bug#7522).
3240
4fe74b19
LMI
3241 * printing.el (pr-toggle-region): Clarify the documentation
3242 slightly (bug#7493).
3243
b796c9b7
SM
3244 * time.el (display-time-update):
3245 Allow `display-time-mail-function' to return nil (bug#7158).
3246 Fix suggested by Detlev Zundel.
ab283561 3247
fc233c9d
LMI
3248 * vc/diff.el (diff): Clarify the order the file names are read
3249 (bug#7111).
3250
43f5740b
LMI
3251 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
3252 the doc string (bug#7015).
3253
f2182a76
LMI
3254 * font-lock.el (font-lock-maximum-decoration): Mention what
3255 numeric levels mean (bug#6935).
3256
621ef9ab
LMI
3257 * startup.el (initial-buffer-choice): Don't mention the `none'
3258 selection, which is against policy.
3259
adc47434
MR
32602011-07-14 Martin Rudalics <rudalics@gmx.at>
3261
b796c9b7
SM
3262 * window.el (display-buffer-normalize-special):
3263 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 3264
7e5bfb8f
EZ
32652011-07-14 Eli Zaretskii <eliz@gnu.org>
3266
3267 * subr.el (version<, version<=, version=): Mention "-CVS" and
3268 "-12345" alpha version numbers.
3269
27fa387a
CY
32702011-07-14 Chong Yidong <cyd@stupidchicken.com>
3271
3272 * bindings.el: Add advertised binding for set-mark-command
3273 (Bug#5772).
3274
8bdfa064
CY
32752011-07-14 Chong Yidong <cyd@stupidchicken.com>
3276
3277 * bindings.el (mode-line-other-buffer):
3278 * bookmark.el (bookmark-bmenu-2-window):
3279 * bs.el (bs-cycle-next, bs-cycle-previous):
3280 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
3281 switch-to-buffer.
3282
3283 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 3284 Delete.
8bdfa064 3285
5eba16a3
JB
32862011-07-14 Juanma Barranquero <lekktu@gmail.com>
3287
3288 * follow.el (follow-debug-message, follow-redisplay):
3289 * jka-cmpr-hook.el (with-auto-compression-mode):
3290 Fix typos in docstrings.
3291
15853710
LMI
32922011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3293
a28e4607
LMI
3294 * subr.el (with-silent-modifications): Clarify somewhat what the
3295 macro inhibits (bug#6525).
3296
15853710
LMI
3297 * simple.el (eval-expression): Note what it does if called
3298 interactively (bug#6495).
3299
bee0fcef
CY
33002011-07-13 Chong Yidong <cyd@stupidchicken.com>
3301
b796c9b7
SM
3302 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
3303 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
3304
3305 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3306 Remove switch-to-buffer.
3307
58274504
LMI
33082011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3309
bd2fcc8d
LMI
3310 * files.el (make-directory): Clarify that an error will be raised
3311 if there's an error (bug#6397).
3312
0f04b32c
LMI
3313 * startup.el (initial-buffer-choice): Add `none' as a choice
3314 (bug#6234).
3315
465c5fc8
LMI
3316 * subr.el (add-hook): Clarify section about buffer-local hooks
3317 (bug#6218).
3318
58274504
LMI
3319 * dired.el (dired-flagged): Clarify doc string (bug#6117).
3320
bead9a43
JB
33212011-07-13 Juanma Barranquero <lekktu@gmail.com>
3322
3323 * tabify.el (untabify): Preserve the current column so that point
3324 doesn't move (bug#6032).
3325
3af98a7b
LMI
33262011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3327
b796c9b7
SM
3328 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
3329 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 3330
6240145a
GM
33312011-07-13 Glenn Morris <rgm@gnu.org>
3332
3333 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
3334 (dired-insert-directory): Give a message the first time
3335 if ls is found not to support --dired.
3336
1d8c2ccc
LMI
33372011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3338
3339 * simple.el (toggle-truncate-lines): Clarify what is toggled
3340 (bug#5580). Text by Drew Adams.
3341
5fc4038e
CY
33422011-07-13 Chong Yidong <cyd@stupidchicken.com>
3343
3344 * simple.el (blink-matching-open): Make the error message from the
3345 last change less verbose.
3346
bf6012e5
DN
33472011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3348
3349 * font-lock.el (font-lock-comment-face): Use the high contrast
3350 "yellow" color for font-lock-comment-face on low color terminals
3351 using a dark background color (bug#4221).
3352
343c3b5a
LMI
33532011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3354
7e9505c5
LMI
3355 * dired.el (dired-insert-set-properties): Make the doc string
3356 reflect what it does now (bug#5325).
3357
c26fdcf5
LMI
3358 * simple.el (blink-matching-open): Say that we were unable to find
3359 the match within the limit, if we're limited (bug#5122).
3360
bb388cc5
LMI
3361 * international/mule-cmds.el (prefer-coding-system): Add an
3362 example (bug#4869).
3363
343c3b5a
LMI
3364 * progmodes/etags.el (tags-search): Document `file-list-form'
3365 (bug#4731).
3366
2a517d45
LM
33672011-07-13 Lawrence Mitchell <wence@gmx.li>
3368
3369 * net/browse-url.el (browse-url-default-browser)
3370 (browse-url-browser-function): Make the default browser choice a
3371 bit more logical (bug#4300). Also clean up the doc string.
3372
b6c78ef2
JB
33732011-07-13 Juanma Barranquero <lekktu@gmail.com>
3374
3375 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
3376 binary endings (bug#4440).
3377
1c4dd947
LMI
33782011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3379
a2014063
LMI
3380 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
3381 which can be pretty annoying (bug#8971).
3382
9c9c2d88
LMI
3383 * jka-compr.el (jka-compr-verbose): New variable, and use
3384 throughout (bug#8971).
3385
1c4dd947
LMI
3386 * info.el (Info-find-file): Fall back on the installation
3387 directory if we can't find the info node anywhere else.
3388
a1c9f41b
SO
33892011-07-13 Sergei Organov <osv@javad.com> (tiny change)
3390
3391 * vc/vc.el (vc-revert-file):
3392 Don't set file time-stamp in the past. (Bug#5181)
3393
536f3d36
LMI
33942011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3395
7152b011
LMI
3396 * files.el (after-find-file): Give a better error message when
3397 trying to find a symlink that points to a file that doesn't exist
3398 (bug#4398).
3399
536f3d36
LMI
3400 * progmodes/cc-vars.el: Remove (probably) misleading comment
3401 (bug#4396).
3402
460c0fba
JB
34032011-07-12 Johan Bockgård <bojohan@gnu.org>
3404
3405 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
3406
7a6bda45
CY
34072011-07-12 Chong Yidong <cyd@stupidchicken.com>
3408
3409 * mouse-sel.el: Hack restoring functionality, while keeping
3410 compatibility with 2010-07-03 changes to mouse selection.
3411 (mouse-sel-primary-overlay): New var.
3412 (mouse-sel-selection-alist): Use it.
3413 (mouse-sel-mode): Doc fix; remove points that are default features
3414 of mouse.el.
3415
c79598ef
JB
34162011-07-12 Johan Bockgård <bojohan@gnu.org>
3417
3418 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3419 Fix previous fix (bug#2490).
3420
ff8be6ef
RW
34212011-07-12 Roland Winkler <winkler@gnu.org>
3422
b796c9b7
SM
3423 * textmodes/bibtex.el (bibtex-initialize):
3424 Use pop-to-buffer-same-window.
ff8be6ef
RW
3425 (bibtex-search-entries): Fix interactive call.
3426
296ba3ee
LMI
34272011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3428
f5242a02 3429 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
3430 Fontise bytecomp Error lines more correctly (bug#2490).
3431 Fix suggested by Johan Bockgård.
f5242a02 3432
296ba3ee
LMI
3433 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
3434
3435 * dired-x.el (dired-guess-default): Use `delete-dups'.
3436
f69fd0d2
CY
34372011-07-12 Chong Yidong <cyd@stupidchicken.com>
3438
3439 * dired.el (dired-mark-prompt):
3440 * dired-aux.el (dired-read-shell-command): Doc fix.
3441
eab5dc07
LMI
34422011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3443
b796c9b7
SM
3444 * mail/sendmail.el (sendmail-query-once):
3445 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
3446 emacs -Q.
3447
3448 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
3449
eab5dc07
LMI
3450 * cus-edit.el (custom-file): Take an optional no-error variable.
3451 (customize-save-variable): Set the variable, and give a warning if
3452 running under "emacs -q".
3453
a1e65d42
JB
34542011-07-11 Juanma Barranquero <lekktu@gmail.com>
3455
3456 * loadhist.el (unload-feature-special-hooks):
3457 Add `auto-coding-functions', `fill-nobreak-predicate' and
3458 `find-directory-functions' (bug#5327).
3459
1d52da10
LMI
34602011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3461
be958f1d
LMI
3462 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
3463
5bedb26c
LMI
3464 * cus-edit.el (custom-guess-name-alist): -alist variables should
3465 use the `alist' type (bug#3120). Suggested by Drew Adams.
3466
1d52da10
LMI
3467 * printing.el: Add documentation to all the `pr-toggle-' commands.
3468
481a51b6
LL
34692011-07-11 Leo <sdl.web@gmail.com> (tiny change)
3470
3471 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
3472 backends where it makes sense (bug#2623).
3473
dcc88d8a
LMI
34742011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3475
c3de9feb
LMI
3476 * dired-x.el (dired-guess-default): Remove duplicate shell command
3477 entries (bug#2028).
8a93078b 3478 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 3479 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 3480
dcc88d8a
LMI
3481 * subr.el (remove-duplicates): New conveniency function.
3482
505e3645
LMI
34832011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3484
3485 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
3486 (bug#1526).
3487
34882011-07-10 Martin Rudalics <rudalics@gmx.at>
3489
3490 * window.el (display-buffer-normalize-default): Don't invert
3491 meaning of even-window-heights. Reported by Eli Zaretskii
3492 <eliz@gnu.org>.
3493
455e4fa1
BR
34942011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
3495
3496 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
3497
8e0bc3e9
CY
34982011-07-10 Chong Yidong <cyd@stupidchicken.com>
3499
3500 * window.el (display-buffer): Fix arguments to
3501 display-buffer-reuse-window in last change.
3502
fa7c3228
CY
3503 * faces.el (link): Use a less saturated blue on light backgrounds.
3504
3505 * startup.el (fancy-startup-text, fancy-about-text)
3506 (fancy-startup-tail): Use font-lock faces, for background safety.
3507
c0a7f300
BN
35082011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
3509
b796c9b7
SM
3510 * emulation/viper-cmd.el (viper-change-state-to-vi):
3511 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 3512
4dc2a129
MR
35132011-07-09 Martin Rudalics <rudalics@gmx.at>
3514
3515 * window.el (display-buffer-default-specifiers): Remove.
3516 (display-buffer-macro-specifiers): Remove default specifiers.
3517 (display-buffer-alist): Default to nil.
b796c9b7 3518 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
3519 (display-buffer-pop-up-window): Allow splitting internal
3520 windows. Check whether a live window was created.
3521 (display-buffer-other-window-means-other-frame)
3522 (display-buffer-normalize-arguments): Rename to
3523 display-buffer-normalize-argument and rewrite. Set the
3524 other-window specifier.
3525 (display-buffer-normalize-special): New function.
3526 (display-buffer-normalize-options): Rename to
3527 display-buffer-normalize-default and rewrite.
3528 (display-buffer-normalize-options-inhibit): Remove.
3529 (display-buffer-normalize-specifiers): Rewrite.
3530 (display-buffer): Process other-window specifier and call
3531 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
3532 more faithfully.
b796c9b7 3533 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 3534 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
3535 (display-buffer-in-window, display-buffer-alist-set):
3536 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
3537 <tassilo@member.fsf.org>.
3538
2d43b8c9
LL
35392011-07-09 Leo Liu <sdl.web@gmail.com>
3540
3541 * register.el (insert-register): Restore accidental change on
3542 2011-06-26. (Bug#9028)
3543
7f9b7c53
GM
35442011-07-09 Glenn Morris <rgm@gnu.org>
3545
3546 * subr.el (remq): Handle the empty list. (Bug#9024)
3547
f042cfd8
AS
35482011-07-08 Andreas Schwab <schwab@linux-m68k.org>
3549
3550 * mail/sendmail.el (send-mail-function): No longer delay custom
3551 initialization.
3552 * custom.el (custom-initialize-delay): Doc fix.
3553
856b2f11
SM
35542011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3555
3556 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
3557
afae1d68
MA
35582011-07-08 Michael Albinus <michael.albinus@gmx.de>
3559
3560 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
3561 human-friendly prompt.
3562
0757af94
SM
35632011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3564
3565 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
3566 provided by a particular plugin.
3567
d760b731
LMI
35682011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3569
3570 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
3571 save customizations (with "emacs -Q"), just set the variable
3572 instead of erroring out.
3573
3574 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
3575
cd79ce90
JL
35762011-07-08 Juri Linkov <juri@jurta.org>
3577
3578 * arc-mode.el (archive-zip-expunge, archive-zip-update)
3579 (archive-zip-update-case): Use 7z if found by `executable-find'.
3580 The order of searching the available programs is the same as in
3581 `archive-zip-extract' (bug#8968).
3582
14cc04aa
CY
35832011-07-07 Chong Yidong <cyd@stupidchicken.com>
3584
3585 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
3586 (menu-bar-options-menu): Tweak descriptions.
3587
0a1848ec
LMI
35882011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3589
3590 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
3591 menu items into verb phrases (bug#1421). Also refill to fit under
3592 80 columns.
3593
f5bd0689
CY
35942011-07-07 Chong Yidong <cyd@stupidchicken.com>
3595
538e85c6
CY
3596 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
3597 (Info-read-node-name): Doc fix (Bug#1084).
3598
f5bd0689
CY
3599 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
3600 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
3601 (end-of-sexp, beginning-of-sexp)
3602 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
3603 (forward-symbol, forward-same-syntax, word-at-point)
3604 (sentence-at-point): Doc fix (Bug#1144).
3605
56ec5115
LMI
36062011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3607
f3f8e37f
LMI
3608 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
3609 should cover it (bug#1281).
3610
0757af94 3611 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 3612
12b9eb35
LMI
3613 * net/network-stream.el (network-stream-open-starttls): If gnutls
3614 negotiation fails, then possibly try again with a non-encrypted
3615 connection (bug#9017).
3616
56ec5115
LMI
3617 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
3618 be used.
3619
c2f9aec8
RS
36202011-07-07 Richard Stallman <rms@gnu.org>
3621
3622 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
3623 property, and handle its changed format.
3624 Look for the correct line number.
3625 Use file's line contents (but not past first =) to find
3626 correct line in message.
3627
ef7b981d 36282011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
3629
3630 * international/characters.el (build-unicode-category-table):
3631 Delete it.
0757af94 3632 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 3633
0757af94 3634 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
3635 to src/chartab.c.
3636 (get-char-code-property): Call unicode-property-table-internal to
3637 load a file. Call get-unicode-property-internal where necessary.
3638 (put-char-code-property): Call unicode-property-table-internal to
3639 load a file. Call put-unicode-property-internal where necessary.
3640 put-unicode-property-internal where necessary.
0757af94
SM
3641 (char-code-property-description):
3642 Call unicode-property-table-internal to load a file.
c805dec0
KH
3643
3644 * international/charprop.el:
3645 * international/uni-bidi.el:
3646 * international/uni-category.el:
3647 * international/uni-combining.el:
3648 * international/uni-comment.el:
3649 * international/uni-decimal.el:
3650 * international/uni-decomposition.el:
3651 * international/uni-digit.el:
3652 * international/uni-lowercase.el:
3653 * international/uni-mirrored.el:
3654 * international/uni-name.el:
3655 * international/uni-numeric.el:
3656 * international/uni-old-name.el:
3657 * international/uni-titlecase.el:
3658 * international/uni-uppercase.el: Regenerate.
3659
3660 * loadup.el: Load international/charprop.el before
3661 international/characters.
3662
e14b388a
CY
36632011-07-07 Chong Yidong <cyd@stupidchicken.com>
3664
3665 * window.el (next-buffer, previous-buffer): Signal an error if
3666 called from a minibuffer window.
3667
3668 * bindings.el: Revert 2011-07-04 change.
3669
354cf0ba
RS
36702011-07-06 Richard Stallman <rms@gnu.org>
3671
3672 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
3673 (rmail-mime-insert-bulk, rmail-mime-insert-text):
3674 Treat markers like ints.
3675 (rmail-mime-entity): Doc fix.
3676
a48868a7
LMI
36772011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3678
4906cd3d
LMI
3679 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
3680 defcustom again for backwards compatibility.
3681
e0457abe
LMI
3682 * simple.el (shell-command-on-region): Fill.
3683
d67f7e1f
LMI
3684 * dired-aux.el (dired-kill-line): Add a doc string.
3685
fe204702
LMI
3686 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
3687 to "\\sw\\|\\s_" (bug#358).
3688
a48868a7
LMI
3689 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
3690 (dired-unmark-backward): Ditto.
3691 (dired-flag-backup-files): Ditto.
3692
3693 * dired-x.el (dired-mark-sexp): Ditto.
3694
aa8a705c
RS
36952011-07-06 Richard Stallman <rms@gnu.org>
3696
3697 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
3698 (rmail-mime-entity): New arg TRUNCATED.
3699 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
3700 New functions.
3701 (rmail-mime-save): Warn if entity is truncated.
3702 (rmail-mime-toggle-hidden): Likewise, for showing.
3703 (rmail-mime-process-multipart): Record when an entity is truncated.
3704
a9a936b9
RS
3705 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
3706 if ENTITY is a string.
3707
1f2b92cb
LMI
37082011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3709
f4f73198 3710 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
3711 of faces when `M-C-x'-ing their definitions (bug#8378).
3712 Also clean up the code slightly.
f4f73198 3713
12b16734 3714 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 3715 because that makes the colors go away.
12b16734 3716
f0691d22
LMI
3717 * mail/sendmail.el (send-mail-function): Change the default to
3718 `sendmail-query-once'.
9e87df06 3719 (sendmail-query-once): Add an autoload cookie.
f0691d22 3720
1f2b92cb
LMI
3721 * net/network-stream.el (network-stream-open-starttls): Try using
3722 a plain connection even if the server offered STARTTLS, and we
3723 kinda wanted to use it, if Emacs doesn't have any STARTTLS
3724 capability. This should make smtpmail.el work in slightly more
3725 configurations.
3726
1cdd2a1b
MA
37272011-07-06 Michael Albinus <michael.albinus@gmx.de>
3728
3729 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
3730 New defun.
3731 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
3732
fbcc67e2
MM
37332011-07-06 Michael R. Mauger <mmaug@yahoo.com>
3734
3735 * progmodes/sql.el: Version 3.0
0757af94 3736 (sql-product-alist): Add product :completion-object,
fbcc67e2 3737 :completion-column, and :statement attributes.
0757af94 3738 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 3739 (sql-mode-syntax-table): Mark all punctuation.
0757af94 3740 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
3741 ansi keywords.
3742 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 3743 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
3744 (sql-oracle-show-reserved-words): New function for development.
3745 (sql-product-font-lock): Simplify for source code buffers.
3746 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
3747 New functions.
3748 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
3749 (sql-mode-map): Add statement movement functions.
3750 (sql-ansi-statement-starters, sql-oracle-statement-starters):
3751 New variable.
fbcc67e2
MM
3752 (sql-statement-regexp, sql-beginning-of-statement)
3753 (sql-end-of-statement, sql-signum): New functions.
0757af94 3754 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
3755 (sql-show-sqli-buffer): Bug fix.
3756 (sql-interactive-mode): Store connection data as buffer local.
0757af94 3757 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
3758 with sql-interactive-mode.
3759 (sql-save-connection): Save buffer local settings.
0757af94 3760 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
3761 (sql-product-interactive): Bug fix.
3762 (sql-preoutput-hold): New variable.
3763 (sql-interactive-remove-continuation-prompt): Bug fixes.
3764 (sql-debug-redirect): New variable.
3765 (sql-str-literal): New function.
3766 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 3767 Redesign.
fbcc67e2
MM
3768 (sql-oracle-save-settings, sql-oracle-restore-settings)
3769 (sql-oracle-list-all, sql-oracle-list-table): New functions.
3770 (sql-completion-object, sql-completion-column)
3771 (sql-completion-sqlbuf): New variables.
3772 (sql-build-completions-1, sql-build-completions)
3773 (sql-try-completion): New functions.
3774 (sql-read-table-name): Use them.
3775 (sql-contains-names): New buffer local variable.
3776 (sql-list-all, sql-list-table): Use it.
3777 (sql-oracle-completion-types): New variable.
3778 (sql-oracle-completion-object, sql-sqlite-completion-object)
3779 (sql-postgres-completion-object): New functions.
3780
d4eaeab1
GM
37812011-07-06 Glenn Morris <rgm@gnu.org>
3782
3783 * window.el (pop-to-buffer): Doc fix.
3784
322b7dab 37852011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
3786
3787 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
3788
322b7dab 37892011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 3790
322b7dab 3791 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 3792
322b7dab 3793 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 3794
605dd5bf
CY
37952011-07-05 Chong Yidong <cyd@stupidchicken.com>
3796
3797 * button.el (button): Inherit from link face. Suggested by Dan
3798 Nicolaescu.
3799
7dbfa719
SM
38002011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3801
3db614b0
SM
3802 * progmodes/gdb-mi.el: Fit in 80 columns.
3803 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
3804 switch-to-buffer.
3805
7dbfa719
SM
3806 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
3807 if imenu is simply not configured (bug#8941).
3808
919d884a
KM
38092011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
3810
3811 * allout.el (allout-post-undo-hook): New allout outline-change
3812 event hook to signal undo activity.
3813 (allout-post-command-business): Run allout-post-undo-hook if an
3814 undo just occurred.
7dbfa719
SM
3815 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
3816 * allout-widgets.el (allout-widgets-after-undo-function):
3817 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
3818 in the vicinity of an undo.
3819 (allout-widgets-mode): Include allout-widgets-after-undo-function
3820 on the new allout-post-undo-hook.
3821
450a0f09
SM
38222011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
3825 Let define-derived-mode define it.
3826 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
3827 cycles of abbrev-table inheritance (bug#8998).
3828
2de69e00
RW
38292011-07-05 Roland Winkler <winkler@gnu.org>
3830
3831 * textmodes/bibtex.el: Add support for biblatex.
3832 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
3833 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
3834 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
3835 (bibtex-entry-alist, bibtex-field-alist): New variables.
3836 (bibtex-entry-field-alist): Obsolete alias for
3837 bibtex-BibTeX-entry-alist.
3838 (bibtex-entry-alist, bibtex-field-alist): New widgets.
3839 (bibtex-set-dialect): New command.
3840 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
3841 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
3842 Bind via bibtex-set-dialect.
2de69e00
RW
3843 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
3844 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
3845 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
3846 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
3847 Define via bibtex-set-dialect.
450a0f09
SM
3848 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
3849 Obey bibtex-no-opt-remove-re.
2de69e00
RW
3850 (bibtex-vec-push, bibtex-vec-incr): New functions.
3851 (bibtex-format-entry, bibtex-field-list)
3852 (bibtex-print-help-message, bibtex-validate)
3853 (bibtex-search-entries): Use new format of bibtex-entry-alist.
3854
2dcdbdd9
SM
38552011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * progmodes/compile.el (compilation-goto-locus):
3858 * net/tramp-cmds.el (tramp-append-tramp-buffers):
3859 * bs.el (bs-cycle-next, bs-cycle-previous):
3860 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
3861 * bindings.el (mode-line-other-buffer):
3862 * autoinsert.el (auto-insert):
3863 * arc-mode.el (archive-extract):
3864 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
3865
b27640fe
JB
38662011-07-05 Juanma Barranquero <lekktu@gmail.com>
3867
3868 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
3869 Fix check of `emacs-lock-unlockable-modes'.
3870 Coerce true values of `emacs-lock--try-unlocking' to t.
3871
53bbe3ad
JB
38722011-07-05 Juanma Barranquero <lekktu@gmail.com>
3873
3874 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
3875 * emacs-lock.el: New file.
3876
1d3cdbc7
JD
38772011-07-05 Julien Danjou <julien@danjou.info>
3878
3879 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
3880 than `boundp' to check if face is set.
3881
9173deec
JB
38822011-07-05 Juanma Barranquero <lekktu@gmail.com>
3883
3884 * register.el (registerv-make):
3885 * window.el (window-min-height): Fix typos in docstrings.
3886
869795d6
JD
38872011-07-05 Jan Djärv <jan.h.d@swipnet.se>
3888
9173deec 3889 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
3890 Update doc string.
3891
b768cdcd
JB
38922011-07-04 Juanma Barranquero <lekktu@gmail.com>
3893
3894 * server.el (server-execute): Catch quit and call
3895 `server-return-error' to pass the error back to emacsclient and
3896 close the connection (bug#8942).
3897
13aa217b
KM
38982011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
3899
3900 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
3901 insecure exception for current topic. Also note that auto-saves
3902 are handled differently.
3903
3904 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
3905 State variables for tracking auto-save inhibition situation.
3906
3907 (allout-write-contents-hook-handler): Rename from
3908 'allout-write-file-hook-handler', and describe how it depends on
3909 write-contents-functions sensitivity to non-nil value to prevent
3910 file write.
3911
3912 (allout-auto-save-hook-handler): Remove. auto-save does not check
3913 this in individual buffers, only in the starting buffer, so this
3914 is not the right way for us to inhibit auto-save in a buffer
3915 according to its condition.
3916
3917 (allout-mode): Use new allout-write-contents-hook-handler, and
3918 only with write-contents-functions. Remove auto-save provisions -
3919 they're implemented elsewhere.
3920
3921 (allout-before-change-handler): If undo is in progress, note that
3922 for attention of allout-post-command-business.
3923
3924 (allout-post-command-business): If the command we're following was
3925 an undo, check for change in the status of encrypted items and
3926 adjust auto-save inhibitions accordingly.
3927
3928 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
3929 according to whether there are or aren't any plain-text topics
3930 pending encryption.
3931
2dcdbdd9
SM
3932 (allout-inhibit-auto-save-info-for-decryption):
3933 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
13aa217b
KM
3934 there are plain-text topics pending encryption.
3935
3936 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
3937 buffer-saved-size and some allout state to not inhibit auto-saves
3938 if there are no longer any plain-text topics pending encryption.
3939
0757af94
SM
3940 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
3941 No longer provide for exemption of the current topic.
13aa217b 3942
ac89b32c
JL
39432011-07-04 Juri Linkov <juri@jurta.org>
3944
3945 Add 7z operations to delete and save changed members (bug#8968).
3946 * arc-mode.el (archive-7z-expunge, archive-7z-update):
3947 New defcustoms.
3948 (archive-7z-write-file-member): New function.
3949 (archive-7z-summarize): Fix the number of dashes in the
3950 listing output.
3951
8fa39615
SM
39522011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3953
3954 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
3955 (bug#8958).
3956
2f11b3f1
CY
39572011-07-04 Chong Yidong <cyd@stupidchicken.com>
3958
d66fef2b
CY
3959 * bindings.el: Ignore next-buffer and previous-buffer in
3960 minibuffer-local-map.
3961
2f11b3f1
CY
3962 * font-lock.el (font-lock-builtin-face): Change light background
3963 color to dark slate blue (Bug#6693).
3964
f932a347
WD
39652011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
3966
3967 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
3968
c8af70e1
SM
39692011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3970
3971 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
3972 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3973 Add switch-to-buffer.
3974
f158badc
LMI
39752011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3976
3977 * isearch.el (isearch-search-fun-function): Clarify further the
3978 meaning of the function returned.
3979
6d95bd46
MA
39802011-07-04 Michael Albinus <michael.albinus@gmx.de>
3981
3982 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
3983
3984 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
3985 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
3986 Use it.
3987 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
3988 `tramp-default-remote-path' does not exist.
3989 (tramp-send-command-and-read): New optional argument NOERROR.
3990 (tramp-open-connection-setup-interactive-shell)
3991 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
3992 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
3993 (tramp-process-sentinel): Flush also process' connection property.
3994 (tramp-sh-handle-start-file-process): Do not set process
3995 sentinel. It is done now ...
3996 (tramp-maybe-open-connection): ... here. (Bug#8929)
3997
909e6b67
MK
39982011-07-04 MON KEY <monkey@sandpframing.com>
3999
4000 * play/animate.el (animate-string): Doc fixes and allow changing
4001 the buffer name (bug#5417).
4002
40032011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4004
c8af70e1 4005 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 4006
f34755dc
PE
40072011-07-04 Paul Eggert <eggert@cs.ucla.edu>
4008
396cec72
PE
4009 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
4010 This is simpler and helps future-proof the code.
4011 (timer-until): Use time-subtract and float-time.
08235028 4012 (timer--time-less-p): Use time-less-p.
f34755dc 4013
56e6cc31
JB
40142011-07-04 Juanma Barranquero <lekktu@gmail.com>
4015
3abb79e5
JB
4016 * type-break.el (timep): Use the value of `float-time' to avoid a
4017 byte-compiler warning.
4018
56e6cc31
JB
4019 * server.el (server-eval-and-print): Return any result, even nil.
4020
7b9430b4
PE
40212011-07-03 Paul Eggert <eggert@cs.ucla.edu>
4022
4023 * type-break.el: Accept time formats that the builtins accept.
4024 (timep, type-break-time-difference): Accept any format that
4025 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
4026 This is simpler and helps future-proof the code.
4027 (type-break-time-difference): Round rather than ignoring
4028 subseconds components.
4029
3034e9e7
LMI
40302011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4031
4032 * info.el (Info-apropos-matches): Make non-interactive, since it
4033 doesn't seem to do anything useful as a command (bug#8829).
4034
1485f4c0
CY
40352011-07-03 Chong Yidong <cyd@stupidchicken.com>
4036
4037 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 4038 Move from faces.el.
1485f4c0
CY
4039 (frame-default-terminal-background): New function.
4040
4041 * custom.el (custom-push-theme): Don't record faces in `changed'
4042 theme; this doesn't work correctly for per-frame face settings.
4043 (disable-theme): Use face-set-after-frame-default to reset faces.
4044 (custom--frame-color-default): New function.
4045
9fa3dd45
LMI
40462011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4047
c8af70e1 4048 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
4049 (bug#8769).
4050
6cbbc20c
KR
40512011-03-29 Kevin Ryde <user42@zip.com.au>
4052
4053 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4054 `perl-Test2' extend to match possible "fail #N" rep count
4055 (bug#8377).
4056
c7f98048
LMI
40572011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4058
65676592
LMI
4059 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
4060 `smtpmail-via-smtp' now returns the error instead of nil.
4061
c7f98048
LMI
4062 * isearch.el (isearch-search-fun-function): Clarify the doc string
4063 (bug#8101).
4064
56e6cc31 40652011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
4066
4067 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
4068 unnecessary spaces (bug#8987).
4069
2b216704
LMI
40702011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4071
4072 * net/network-stream.el (open-network-stream): Use the
4073 :end-of-capability command thoughout.
4074
40752011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4076
4077 * net/network-stream.el (open-network-stream): Add the
4078 :end-of-capability command parameter, used by pop3.el.
4079
36adf6ce
LMI
40802011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4081
1ca0da0e
LMI
4082 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
4083
fc00f69c
LMI
4084 * fringe.el (fringe-query-style): Remove redundant text " (type ?
4085 for list)" (bug#6475).
4086
28fd8759 4087 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 4088 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
4089 an error (bug#6297).
4090
0dd8b6da
LMI
4091 * man.el (Man-reference-regexp): Allow matching possible
4092 word-wrapped references (bug#6289).
4093
ce1438d6
LMI
4094 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
4095 for consistency with the other vc buffers (bug#6197).
4096 (vc-checkin): Ditto.
4097
4098 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
4099
36adf6ce
LMI
4100 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
4101
e83cc1f7
LMI
41022011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4103
8a20ca4c
LMI
4104 * custom.el (defcustom): Clarify that :set is only used in the
4105 Customize user interface (bug#6089).
4106
83319045
LMI
4107 * progmodes/flymake.el (flymake-mode): If the buffer isn't
4108 associated with a file, refuse to run instead of erroring out
4109 (bug#6084).
4110
a8392169
LMI
4111 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
4112 the doc string, since it appears that using `fill-column' always
4113 controls the width (bug#7845).
4114
e83cc1f7
LMI
4115 * simple.el (shell-command-on-region): Say where the error output
4116 went if `shell-command-default-error-buffer' is set (bug#6857).
4117
e47ca23b
KM
41182011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
4119
4120 * allout.el (allout-yank-processing): Adjust cursor position for
4121 backwards-deleted space.
4122
4123 (allout-rebullet-heading): Register changes with
4124 allout-exposure-changed-hook, so the modified topic is properly
4125 decorated.
4126
5cf56143
LMI
41272011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4128
08549772
LMI
4129 * minibuffer.el (completion-in-region): Document PREDICATE
4130 (bug#7136).
4131
48e96771
LMI
4132 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
4133 of keyword/argument pairs (bug#6904).
4134
c8af70e1
SM
4135 * replace.el (multi-occur):
4136 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 4137
e17d05e2
LMI
41382011-07-02 Drew Adams <drew.adams@oracle.com>
4139
4140 * dired.el (dired-mark-if): Make the message about whether it's
4141 marking or unmarking clearer (bug#8523).
4142
063b0e45
LMI
41432011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4144
4145 * disp-table.el (display-table-print-array): New function.
4146 (describe-display-table): Use it to print the vectors more pretty
4147 (Bug#8859).
4148
28545e04
MR
41492011-07-02 Martin Rudalics <rudalics@gmx.at>
4150
4151 * window.el (window-state-get-1): Don't assign clone numbers.
4152 Add clone-of item to list of window parameters.
4153 (window-state-put-2): Don't process clone numbers.
4154 (display-buffer-alist): Fix doc-string.
4155
3349e122
SM
41562011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4157
4158 * subr.el (remq): Don't allocate if it's not needed.
4159 (keymap--menu-item-binding, keymap--menu-item-with-binding)
4160 (keymap--merge-bindings): New functions.
4161 (keymap-canonicalize): Use them to refine the canonicalization.
4162 * minibuffer.el (minibuffer-local-completion-map)
4163 (minibuffer-local-must-match-map): Move initialization from C.
4164 (minibuffer-local-filename-completion-map): Move initialization from C;
4165 don't inherit from anything here.
4166 (minibuffer-local-filename-must-match-map): Make obsolete.
4167 (completing-read-default): Use make-composed-keymap to combine
4168 minibuffer-local-filename-completion-map with either
4169 minibuffer-local-must-match-map or
4170 minibuffer-local-filename-completion-map.
4171
d224ac83
GM
41722011-07-01 Glenn Morris <rgm@gnu.org>
4173
3de63bf8
GM
4174 * type-break.el (type-break-time-sum): Use dolist.
4175
d224ac83
GM
4176 * textmodes/flyspell.el (flyspell-word-search-backward):
4177 Replace CL function.
4178
1a1e3f32
SM
41792011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4180
fe3f64d5
SM
4181 * mouse.el (mouse--strip-first-event): New function.
4182 (function-key-map): Use it to map fringe clicks to normal clicks
4183 by default.
4184
eb604e34
SM
4185 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
4186 (vc-bzr-revision-completion-table): Add support for annotate and date.
4187
1a1e3f32
SM
4188 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
4189 inherit from parent.
4190
5bd35902
LMI
41912011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4192
ace6c69c 4193 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 4194 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 4195
191e2bed
LMI
4196 * dired.el (dired-mode): Fix up the doc string as suggested by
4197 Drew Adams (bug#8817).
4198
5bd35902
LMI
4199 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
4200 cookie, since the manual says that it should be possible to add
4201 this function to `find-file-hook' (bug#8709).
4202
eee8207a
TZ
42032011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
4204
4205 * progmodes/cfengine.el: Moved all cfengine3.el functionality
4206 here. Noted Ted Zlatanov as the maintainer.
4207 (cfengine-common-settings, cfengine-common-syntax): New functions
4208 to set up common things between `cfengine-mode' and
4209 `cfengine3-mode'.
4210 (cfengine3-mode): New mode.
4211 (cfengine3-defuns cfengine3-defuns-regex
4212 (cfengine3-class-selector-regex cfengine3-category-regex)
4213 (cfengine3-vartypes cfengine3-font-lock-keywords)
4214 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 4215 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 4216
36b148cf
MA
42172011-07-01 Michael Albinus <michael.albinus@gmx.de>
4218
4219 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
4220
4221 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4222
0bf4ba9a
MR
42232011-07-01 Martin Rudalics <rudalics@gmx.at>
4224
4225 * window.el (same-window-buffer-names, same-window-regexps)
4226 (same-window-p, special-display-frame-alist)
4227 (special-display-popup-frame, special-display-function)
4228 (special-display-buffer-names, special-display-regexps)
4229 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
4230 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4231 (split-window-preferred-function, split-height-threshold)
4232 (split-width-threshold, even-window-heights)
4233 (display-buffer-mark-dedicated, window-splittable-p)
4234 (split-window-sensibly, window-safely-shrinkable-p):
4235 Un-obsolete.
4236 (display-buffer): Don't spread args with function specifier
4237 because special-display-popup-frame won't like it.
4238
35837f51
PE
42392011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4240
d0672f86
PE
4241 Time-stamp simplifications and fixes.
4242 These improve accuracy slightly, and future-proof the code
4243 against some potential changes to current-time format.
4244
b9444d97
PE
4245 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
4246 by using time-since and float-time.
4247
0ef923dc
PE
4248 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
4249 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
4250 + NNN microseconds".
4251
2f81380d
PE
4252 * type-break.el (type-break-time-sum): Rewrite using time-add.
4253
845b5c3e
PE
4254 * play/hanoi.el (hanoi-current-time-float): Remove.
4255 All uses replaced by float-time.
4256
ee6f1be0
PE
4257 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
4258 This yields a more-accurate answer.
4259 (rng-time-to-float): Remove; no longer needed.
4260
fe955043
PE
4261 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
4262
5777162a
PE
4263 * calendar/timeclock.el (timeclock-seconds-to-time):
4264 Defalias to seconds-to-time, since they're the same thing.
4265
3103f8b6 4266 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 4267 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
4268 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
4269
0e61a35f
SM
42702011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4271
4272 * window.el (bury-buffer): Don't iconify the only frame.
4273 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
4274 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
4275
ddd63a1e
CY
42762011-07-01 Chong Yidong <cyd@stupidchicken.com>
4277
0e61a35f
SM
4278 * eshell/em-smart.el (eshell-smart-display-navigate-list):
4279 Add mouse-yank-primary.
ddd63a1e 4280
055f4923
TZ
42812011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
4282
4283 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
4284
6a2fb145
SM
42852011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4286
4287 * emacs-lisp/find-func.el (find-library--load-name): New fun.
4288 (find-library-name): Use it to find relative load names when provided
4289 absolute file name (bug#8803).
4290
fd4983f2
LMI
42912011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4292
887d14ad
LMI
4293 * textmodes/flyspell.el (flyspell-word): Consider words that
4294 differ only in case as potential doublons (bug#5687).
4295
c53dc7fc
LMI
4296 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
4297 Remove two rather uninteresting debugging-like messages to make
4298 debbugs.el more silent.
4299
fd4983f2
LMI
4300 * comint.el (comint-password-prompt-regexp): Accept "Response" as
4301 a password-like phrase.
4302
b14c0c55
AM
43032011-06-30 Mastake YAMATO <yamato@redhat.com>
4304
4305 * progmodes/cc-guess.el: New file.
4306
6a2fb145 4307 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
4308
4309 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
4310 derived from `c-basic-common-init'.
4311
4312 * progmodes/cc-mode.el (top-level): Require cc-guess.
4313 (c-basic-common-init): Use `cc-choose-style-for-mode'.
4314
1fa280a3
LM
43152011-06-30 Lawrence Mitchell <wence@gmx.li>
4316
4317 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
4318
e6597158
AM
43192011-06-30 Alan Mackenzie <acm@muc.de>
4320
1fa280a3
LM
4321 * progmodes/cc-engine.el (c-guess-continued-construct):
4322 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
4323 lock is disabled. Name this case as "CASE G".
4324
68ba37fb
KM
43252011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
4326
4327 * allout.el (allout-yank-processing): Fix injection of extra space
4328 between bullet and non-whitespace character in first topic when
4329 pasting, ensuring that the actual spacing in the pasted topic
4330 following the bullet char is preserved. This extra space was
4331 causing pasted encrypted topics to get a decrypted status even
4332 when the content was actually still encrypted. Now the decryption
4333 status from before the paste is preserved.
4334
4335 (allout-flag-region): Set all allout overlays so they evaporate
4336 when reduced to zero length (evanescent), to prevent overlay
4337 leakage.
4338
887a0b34
GM
43392011-06-30 Glenn Morris <rgm@gnu.org>
4340
94b9acce
GM
4341 * w32-fns.el (w32-charset-info-alist): Declare.
4342
1d9b46d4
GM
4343 * find-dired.el (find-grep-options): Simplify.
4344
cc232200
GM
4345 * term/ns-win.el (ns-set-resource): Declare.
4346
28e77c46
GM
4347 * ses.el (row, col): Declare dynamic variables honestly.
4348
887a0b34
GM
4349 * textmodes/reftex-parse.el (index-tags): Declare.
4350
658d8eb8
CY
43512011-06-30 Chong Yidong <cyd@stupidchicken.com>
4352
4353 * cus-edit.el (customize-push-and-save): New function.
4354
4355 * files.el (hack-local-variables-confirm): Use it.
4356
1fa280a3
LM
4357 * custom.el (load-theme): New arg NO-CONFIRM.
4358 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
4359 (custom-enabled-themes): Doc fix.
4360
4361 * cus-theme.el (customize-create-theme)
4362 (custom-theme-merge-theme): Callers to load-theme changed.
4363
bb617717
LMI
43642011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4365
d61bdd5d
LMI
4366 * thingatpt.el (thing-at-point-short-url-regexp): Require that
4367 short URLs have at least one dot in them (bug #7614).
4368
bb617717
LMI
4369 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
4370 nil, because using a pty is apparently too slow (bug #895).
4371
2f31f37a
LMI
43722011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4373
4374 * mail/sendmail.el (sendmail-query-once): New function.
4375 (sendmail-query-once-function): New variable.
4376
3076b24e
GM
43772011-06-29 Glenn Morris <rgm@gnu.org>
4378
faf2a174
GM
4379 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
4380
3076b24e
GM
4381 * ses.el (top-level): Require cl when compiling.
4382 (ses-set-localvars): Fix error statement.
4383 Call it at compile time to silence a storm of warnings.
4384
5386012d
MR
43852011-06-29 Martin Rudalics <rudalics@gmx.at>
4386
4387 * window.el (normalize-live-buffer): Rename to
4388 window-normalize-buffer.
4389 (normalize-live-frame): Rename to window-normalize-frame.
4390 (normalize-any-window): Rename to window-normalize-any-window.
4391 (normalize-live-window): Rename to window-normalize-live-window.
4392 (make-window-atom): Rename to window-make-atom.
4393 (window-resize-reset): Rename to window--resize-reset.
4394 (window-resize-reset-1): Rename to window--resize-reset-1.
4395 (resize-mini-window): Rename to window--resize-mini-window.
4396 (resize-subwindows-skip-p): Rename to
4397 window--resize-subwindows-skip-p.
4398 (resize-subwindows-normal): Rename to
4399 window--resize-subwindows-normal.
4400 (resize-subwindows): Rename to window--resize-subwindows.
4401 (resize-other-windows): Rename to window--resize-siblings.
4402 (resize-this-window): Rename to window--resize-this-window.
4403 (resize-root-window): Rename to window--resize-root-window.
4404 (resize-root-window-vertically): Rename to
4405 window--resize-root-window-vertically.
4406 (normalize-buffer-to-display): Rename to
4407 window-normalize-buffer-to-display.
4408 (normalize-buffer-to-switch-to): Rename to
4409 window-normalize-buffer-to-switch-to.
4410 Correspondingly update all callers of the functions listed
4411 above.
4412 (display-buffer-alist, display-buffer-normalize-arguments)
4413 (display-buffer-normalize-options, display-buffer)
4414 (display-buffer-alist-set): Use "function" instead of
4415 "fun-with-args".
4416
1176868d
CY
44172011-06-28 Chong Yidong <cyd@stupidchicken.com>
4418
4419 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
4420 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
4421 debbugs.gnu.org. Mention acknowledgment email.
4422
20a7a65f
LMI
44232011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4424
4425 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
4426 buffer multibyteness, since it shouldn't matter.
4427
5f45cca5
MR
44282011-06-28 Martin Rudalics <rudalics@gmx.at>
4429
4430 * window.el (display-buffer-in-side-window): Handle dedicated
4431 windows as in display-buffer-reuse-window.
4432 (display-buffer-normalize-alist): Use value of override
4433 specifier.
4434 (display-buffer-normalize-specifiers): Use value of
4435 other-window-means-other-frame specifier.
4436 (display-buffer-alist): Rewrite some texts in widgets.
4437 (display-buffer): Spread arguments when calling function
4438 specified by fun-with-args.
4439
ad85fe1f
DD
44402011-06-28 Deniz Dogan <deniz@dogan.se>
4441
1fa280a3
LM
4442 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4443 Unnest `let'.
da68c4c8 4444
ad85fe1f
DD
4445 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
4446 selectors (Bug#5732).
ec49bd31 4447 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 4448
a08cc025
JA
44492011-06-27 Jari Aalto <jari.aalto@cante.net>
4450
4451 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
4452 (eshell-ls-date-format): New defcustom.
4453 (eshell-ls-file): Use it.
4454
e2b551c5
SM
44552011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4456
4457 * help-fns.el (describe-variable): Fix message for terminal-local vars.
4458
8982b231
KY
44592011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
4460
4461 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
4462 (ange-ftp-make-tmp-name): New arg.
4463 (ange-ftp-file-local-copy): Use it.
4464
36c9fa27
J
44652011-06-27 Jambunathan K <kjambunathan@gmail.com>
4466
4467 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
4468 no-conversion (Bug#8870).
4469
d68443dc
MR
44702011-06-27 Martin Rudalics <rudalics@gmx.at>
4471
4472 * window.el (window-right, window-left, window-child)
4473 (window-child-count, window-last-child)
4474 (window-iso-combination-p, walk-window-tree-1)
4475 (window-atom-check-1, window-tree-1, delete-window)
4476 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
4477 new naming conventions - window-vchild, window-hchild,
4478 window-next and window-prev are now called window-top-child,
4479 window-left-child, window-next-sibling and window-prev-sibling
4480 respectively.
d615d6d2
MR
4481 (resize-window-reset): Rename to window-resize-reset.
4482 (resize-window-reset-1): Rename to window-resize-reset-1.
4483 (resize-window): Rename to window-resize.
4484 (window-min-height, window-min-width)
4485 (resize-mini-window, resize-this-window, resize-root-window)
4486 (resize-root-window-vertically, adjust-window-trailing-edge)
4487 (enlarge-window, shrink-window, maximize-window)
4488 (minimize-window, delete-window, quit-restore-window)
4489 (split-window, balance-windows, balance-windows-area-adjust)
4490 (balance-windows-area, window-state-put-2)
4491 (display-buffer-even-window-sizes, display-buffer-set-height)
4492 (display-buffer-set-width, set-window-text-height)
4493 (fit-window-to-buffer): Rename all "resize-window" prefixed
4494 calls to use the "window-resize" prefix convention.
4495 (display-buffer-alist): Fix symbol for label specifier.
4496 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
4497 corresponding specifier.
4498 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 4499
b6458526
VB
45002011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
4501
4502 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
4503 convention.
4504 (ses-call-printer): Does not pass an empty string to formatter when the
4505 cell is empty to keep from barking printer Calc math-format-value.
4506
d31fd9ac
RS
45072011-06-27 Richard Stallman <rms@gnu.org>
4508
43d5bf84
RS
4509 * battery.el (battery-mode-line-limit): New variable.
4510 (battery-update): Handle it.
4511
d31fd9ac
RS
4512 * mail/rmailmm.el (rmail-mime-process-multipart):
4513 Handle truncated messages.
4514
819a6054
GM
45152011-06-27 Glenn Morris <rgm@gnu.org>
4516
4517 * progmodes/flymake.el (flymake-err-line-patterns):
4518 Allow for column numbers in the ant/javac pattern. (Bug#8866)
4519
cedc73f2
VB
45202011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
4521
819a6054 4522 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
4523 (ses--clean-!, ses--clean-_): New functions.
4524 (ses-range): Add configurability of readout order, and conversion
4525 to Calc vector.
4526
5e5d49b6
VB
4527 * ses.el (ses-repair-cell-reference-all): New function.
4528 (ses-cell-symbol): Set macro as safe, so that it can be used in
4529 formulas.
4530
56e6cc31 4531 * ses.el: Update cycle detection algorithm.
90ca8b49 4532 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 4533 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
4534 (ses-set-localvars): New function.
4535 (ses-make-cell): Add property-list as a cell element.
4536 (ses-cell-property-get-fun, ses-cell-property-get)
4537 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
4538 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
4539 New functions.
90ca8b49
VB
4540 (ses-cell-property-set, ses-cell-property-pop)
4541 (ses-cell-property-get-handle): New macro.
4542 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
4543 New aliases, used for code readability.
4544 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
4545 cycle detection.
4546 (ses-self-reference-early-detection): New defcustom.
4547 (ses-formula-references): Robustify against self-refering cells.
4548 (ses-mode): Use ses-set-localvars.
4549 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
4550 before lauching the update processing.
4551 (ses-initialize-Dijkstra-attempt): New function.
4552 (ses-recalculate-cell): Update for cycle detection based on
4553 Dijkstra algorithm.
4554
2bb63e81
VB
4555 * ses.el: Fix commenting and indenting convention.
4556
c9d29fb8
SM
45572011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * bs.el (bs-cycle-next): Complete last change.
4560
d8e4b68b
JB
45612011-06-27 Drew Adams <drew.adams@oracle.com>
4562
4563 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
4564
40098786
LMI
45652011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4566
c9d29fb8
SM
4567 * net/network-stream.el (network-stream-open-starttls):
4568 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
4569 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
4570
40098786
LMI
4571 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
4572 to binary to possibly avoid line encoding issues on Windows (among
4573 other things).
4574
468d09d4
LMI
45752011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4576
4577 * net/network-stream.el (open-network-stream): Return an :error
4578 saying what the problem was, if possible.
4579
4580 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
4581 server.
4582
4583 * net/network-stream.el (network-stream-open-starttls): If we
4584 wanted to use STARTTLS, and the server offered it, but we weren't
4585 able to because we had no STARTTLS support, then close the connection.
4586 (open-network-stream): Return an :error element, if present.
4587
16f07dd7
CY
45882011-06-26 Chong Yidong <cyd@stupidchicken.com>
4589
88821ca0
CY
4590 * hl-line.el (hl-line-sticky-flag): Doc fix.
4591 (global-hl-line-sticky-flag): New option (Bug#8323).
4592 (global-hl-line-highlight): Obey it.
4593
16f07dd7
CY
4594 * vc/vc.el (vc-revert-show-diff): Default to t.
4595
6b5ccddf
KM
45962011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
4597
c9d29fb8
SM
4598 * allout-widgets.el (allout-widgets-post-command-business):
4599 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
4600 undecorated when an isearch is continued past, and isearch
4601 automatically collapses them. This leads to "widget leaks", where
4602 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
4603 hidden widgets can slow down cursor travel, substantially.
4604 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
4605 so we're doing without this nicety.
4606
4607 (allout-widgets-tally-string): Don't try to do a hash-table-count
4608 of allout-widgets-tally when it's nil. This eliminates spurious "Error
4609 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
4610 *Messages* when allout-widgets-maintain-tally is t.
4611
355f2e07
MR
46122011-06-26 Martin Rudalics <rudalics@gmx.at>
4613
4614 * window.el (display-buffer-normalize-argument): Rename to
4615 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
4616 LABEL argument. Respect special-display-function when popping up
4617 a new frame. Fix code searching for a window showing the buffer
4618 on another frame.
c9d29fb8
SM
4619 (display-buffer-normalize-specifiers):
4620 Call display-buffer-normalize-arguments.
355f2e07
MR
4621 (display-buffer-in-window): Don't undedicate the window if its
4622 buffer remains the same.
4623 Reported by Drew Adams <drew.adams@oracle.com>.
4624 (display-buffer-alist): Add choice for same-window macro
4625 specfier.
4626 (display-buffer): Mention special meaning of LABEL argument in
4627 doc-string. Fix quoting. Don't pop up a new frame even as
4628 fallback.
4629
7ca8fc42
JB
46302011-06-26 Juanma Barranquero <lekktu@gmail.com>
4631
4632 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
4633 avoid deleting the current window in some cases (bug#8911).
4634
bc312254
AS
46352011-06-26 Andreas Schwab <schwab@linux-m68k.org>
4636
4637 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
4638 (Bug#8934)
4639
2db18f3f
LMI
46402011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4641
c9d29fb8
SM
4642 * net/network-stream.el (network-stream-open-starttls):
4643 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
4644 (network-stream-open-tls): Ditto.
4645
6302e0d3
LL
46462011-06-26 Leo Liu <sdl.web@gmail.com>
4647
4648 * register.el (registerv): New struct.
4649 (registerv-make): New function.
c9d29fb8
SM
4650 (jump-to-register, describe-register-1, insert-register):
4651 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
4652 struct. (Bug#8415)
4653
5fdd4046
CY
46542011-06-26 Chong Yidong <cyd@stupidchicken.com>
4655
2afef60a
CY
4656 * vc/vc.el (vc-revert-show-diff): New defcustom.
4657 (vc-diff-internal): New arg specifying diff buffer.
4658 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
4659 reuse an existing *vc-diff* buffer (Bug#8927).
4660
5fdd4046
CY
4661 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
4662
e93db24a
GM
46632011-06-26 Glenn Morris <rgm@gnu.org>
4664
4665 * progmodes/f90.el (f90-critical-indent): New option.
4666 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
4667 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
4668 (f90-mode): Doc fix.
4669 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
4670 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
4671 (f90-beginning-of-block, f90-next-block, f90-indent-region)
4672 (f90-match-end): Handle block, critical.
4673
eefff499
GM
46742011-06-25 Glenn Morris <rgm@gnu.org>
4675
f6ba4cc9
GM
4676 * calendar/diary-lib.el (diary-included-files): Doc fix.
4677 (diary-include-files): New function, extracted from
4678 diary-include-other-diary-files and diary-mark-included-diary-files.
4679 (diary-include-other-diary-files, diary-mark-included-diary-files):
4680 Just call diary-include-files.
4681 (diary-mark-entries): Reset diary-included-files on first call.
4682
16712304
GM
4683 * calendar/diary-lib.el (diary-mark-entries)
4684 (diary-mark-included-diary-files):
4685 Visit included diary-files in temp buffers.
4686
5d8e0d43
GM
4687 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
4688 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
4689 (f90-start-block-re, f90-imenu-generic-expression)
4690 (f90-looking-at-program-block-start, f90-no-block-limit):
4691 Add support for submodules.
4692
ccf7a5d5
GM
4693 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
4694 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 4695
11fdef7d 46962011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
4697
4698 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
4699 buffer-file-type before setting its value, to avoid disastrous
eefff499 4700 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 4701
74f53697
JB
47022011-06-25 Juanma Barranquero <lekktu@gmail.com>
4703
4704 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
4705
4706 * ses.el (ses-unload-function):
4707 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
4708
4709 * proced.el (proced-unload-function):
4710 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
4711
18a4ce5e
AR
47122011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
4713
4714 * server.el (server-create-window-system-frame): Add parameters arg.
4715 (server-process-filter): Doc fix. Handle frame-parameters.
4716
519d22cc
JB
47172011-06-25 Juanma Barranquero <lekktu@gmail.com>
4718
4719 Fix bug#8730, bug#8781.
4720
4721 * loadhist.el (unload--set-major-mode): New function.
4722 (unload-feature): Use it.
4723
4724 * progmodes/python.el (python-after-info-look): Add autoload cookie.
4725 (python-unload-function): New function.
4726
c206f5b0
SM
47272011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4728
4729 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
4730
f9ad64f3
GS
47312011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
4732
4733 * net/browse-url.el (browse-url-firefox-program): Add icecat to
4734 the candidates list.
4735
7d0da90e
JB
47362011-06-24 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
4739
14b4e83d
RS
47402011-06-23 Richard Stallman <rms@gnu.org>
4741
4742 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
4743 (rmail-variables): Set next-error-move-function.
4744 (rmail-what-message): Take argument POS.
4745 (rmail-next-error-move): New function.
4746
273d2baf
SM
47472011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4748
4749 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
4750 messages for adjacent non-terminals.
4751
56c2cc9a
RS
47522011-06-23 Richard Stallman <rms@gnu.org>
4753
4754 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 4755 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
4756 (rmail-start-mail): Don't specify use of rmail-mail-return;
4757 that's done by mail-bury now.
4758 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 4759
d59eb518
MA
47602011-06-23 Michael Albinus <michael.albinus@gmx.de>
4761
4762 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
4763 SIZE is a number.
4764
02cfc6d6
MR
47652011-06-23 Martin Rudalics <rudalics@gmx.at>
4766
4767 * window.el (get-lru-window, get-mru-window)
4768 (get-largest-window): Never return a minibuffer window.
4769 (display-buffer-pop-up-window): Fix a bug that could lead to
4770 reusing the minibuffer window.
4771 (display-buffer): Pass original specifier argument to
4772 display-buffer-function instead of the normalized one.
4773 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4774
4e323265
LL
47752011-06-22 Leo Liu <sdl.web@gmail.com>
4776
4777 * minibuffer.el (completing-read-function)
4778 (completing-read-default): Move from minibuf.c
4779
7a70468f
RS
47802011-06-22 Richard Stallman <rms@gnu.org>
4781
50718fc2
RS
4782 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
4783 to Rmail even if not started by a special Rmail command.
4784
7a70468f
RS
4785 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4786 Copy the buffer currently showing just one message.
4787
297dde5a
RW
47882011-06-22 Roland Winkler <winkler@gnu.org>
4789
4790 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
4791 (bibtex-clean-entry): First delete the old key so that a
4792 customized algorithm for generating the new key does not get
4793 confused by the old key.
4794 (bibtex-url): Obey regexp of first step.
4795 (bibtex-search-entries): Do not use add-to-list with local
4796 list-var.
4797
97bb1093
LMI
47982011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4799
4800 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
4801 stored a user name, then query for the password first, instead of
4802 waiting for SMTP to give an error message and the trying again.
4803
1c0f1a19
JD
48042011-06-22 Lawrence Mitchell <wence@gmx.li>
4805
4806 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
4807 BUFFER in call-process.
4808
396f7c9d
LMI
48092011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4810
4811 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
4812 QUIT twice.
ddb7ffee
LMI
4813 (smtpmail-try-auth-methods): Require user name and password from
4814 auth-source.
396f7c9d 4815
8998d1b3
MR
48162011-06-22 Martin Rudalics <rudalics@gmx.at>
4817
4818 * window.el (display-buffer-default-specifiers)
4819 (display-buffer-alist): Remove entries for pop-up-frame-alist.
4820 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 4821 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
4822
4823 * frame.el (pop-up-frame-alist, pop-up-frame-function)
4824 (special-display-frame-alist, special-display-popup-frame):
4825 Remove duplicate declarations. These are now in window.el.
4826
4ea31e07
LMI
48272011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4828
c9d29fb8
SM
4829 * mail/smtpmail.el (smtpmail-via-smtp):
4830 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
4831 server supports it. SMTP servers that support STARTTLS commonly
4832 require it.
4833
4834 * net/network-stream.el (network-stream-open-starttls): Support
4835 upgrading to STARTTLS always, even if we don't have built-in support.
4836 (open-network-stream): Add the :always-query-capabilies keyword.
4837
95f41d9a
LMI
4838 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
4839 upgrades with `open-network-stream', and rely solely on
4840 auth-source for all credentials. Big changes throughout the file,
4841 but in particular:
c9d29fb8
SM
4842 (smtpmail-auth-credentials): Remove.
4843 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
4844 (smtpmail-via-smtp): Check for servers saying they want AUTH after
4845 MAIL FROM, too.
95f41d9a 4846
c9d29fb8
SM
4847 * net/network-stream.el (network-stream-open-starttls):
4848 Provide support for client certificates both for external and built-in
4ea31e07
LMI
4849 STARTTLS.
4850 (auth-source): Require.
4851 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
4852 (network-stream-certificate): Change cert-cert to cert and
4853 cert-key to key.
4ea31e07 4854
065ec2c7
MA
48552011-06-21 Michael Albinus <michael.albinus@gmx.de>
4856
4857 * net/tramp-cache.el (top): Don't load the persistency file when
4858 "emacs -Q" has been called.
4859
cd93b359
DR
48602011-06-21 Tim Harper <timcharper@gmail.com>
4861
d8e4b68b
JB
4862 * term/ns-win.el (ns-initialize-window-system):
4863 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
4864 resource to NO as it is not yet supported by the NS port.
4865
ae9c0411
JB
48662011-06-21 Juanma Barranquero <lekktu@gmail.com>
4867
4868 * misc.el (list-dynamic-libraries--refresh): Compute header here...
4869 (list-dynamic-libraries): ...not here.
4870
7f3f739f
LL
48712011-06-21 Leo Liu <sdl.web@gmail.com>
4872
4873 * subr.el (sha1): Implement sha1 using secure-hash.
4874
327c8fb1
MR
48752011-06-21 Martin Rudalics <rudalics@gmx.at>
4876
4877 * window.el (display-buffer-alist): In default value do not
4878 enforce searching a window on any but the selected frame.
4879 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4880 (display-buffer-select-window): Remove function.
4881 (display-buffer-in-window): When a window on another frame gets
4882 reused, do not select it any more but just raise its frame if
4883 necessary (Bug#8851) and (Bug#8856).
4884 (display-buffer-normalize-options): Handle pop-up-frames related
4885 options more faithfully.
4886 (pop-to-buffer): Don't rely on `display-buffer' selecting the
4887 window if it is on another frame.
c9d29fb8
SM
4888 (display-buffer-alist, display-buffer-default-specifiers):
4889 Don't make new frame unsplittable by default.
9e9de014
MR
4890 (display-buffer-normalize-argument): Fix doc-string typo and use
4891 'same-frame-other-window instead of 'other-window when associating
4892 with display-buffer-macro-specifiers.
327c8fb1 4893
7cf3f556
VB
48942011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
4895
4896 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
4897 New functions.
4898 (5x5-mode-map, 5x5-mode-menu): Bind them.
4899 (5x5-draw-grid): Tweak the solver's rendering.
4900
60a406cf
SM
49012011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
4904 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
4905
d8e4b68b 49062011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
4907
4908 * menu-bar.el: Use function variable instead of switch-to-buffer.
4909 (menu-bar-select-buffer-function): New variable.
60a406cf 4910 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 4911
478d6f95
SM
49122011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
4915 variable's status.
4916
ca530739
JD
49172011-06-20 Jan Djärv <jan.h.d@swipnet.se>
4918
4919 * x-dnd.el (x-dnd-version-from-flags)
4920 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
4921 and long as number (Bug#8899).
4922 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
4923
bcd70d97
SM
49242011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4925
60a406cf 4926 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
4927 (completion-try-completion, completion-all-completions): Compute the
4928 metadata argument if it's missing; make it optional (bug#8795).
4929
60a406cf 4930 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
4931 (widget-complete): Use new :completion-function property.
4932 (widget-completions-at-point): New function.
4933 (default): Use :completion-function instead of :complete.
60a406cf
SM
4934 (widget-default-completions): Rename from widget-default-complete;
4935 Rewrite.
bcd70d97
SM
4936 (widget-string-complete, widget-file-complete, widget-color-complete):
4937 Remove functions.
4938 (file, symbol, function, variable, coding-system, color):
4939 * international/mule-cmds.el (default-input-method, charset)
4940 (language-info-custom-alist):
4941 * cus-edit.el (face): Use new property :completions.
4942
4943 * progmodes/pascal.el (pascal-completions-at-point): New function.
4944 (pascal-mode): Use it.
4945 (pascal-mode-map): Use completion-at-point.
4946 (pascal-toggle-completions): Make obsolete.
4947 (pascal-complete-word, pascal-show-completions):
4948 * progmodes/octave-mod.el (octave-complete-symbol):
4949 Redefine as obsolete alias.
4950 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
4951 Signal absence of completion info for old Octave,
4952 (inferior-octave-complete): Redefine as obsolete alias.
4953 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
4954 (meta-completions-at-point): Rename from meta-complete-symbol and
4955 adapt it for use on completion-at-point-functions.
4956 (meta-common-mode): Use it.
4957 (meta-looking-at-backward, meta-match-buffer): Remove.
4958 (meta-complete-symbol): Redefine as obsolete alias.
4959 (meta-common-mode-map): Use completion-at-point.
4960 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
4961 (makefile-mode-map): Use completion-at-point.
4962 (makefile-completions-at-point): Rename from makefile-complete and
4963 adapt it for use on completion-at-point-functions.
4964 (makefile-mode): Use it.
4965 (makefile-complete): Redefine as obsolete alias.
4966
aebf69c8
DD
49672011-06-20 Deniz Dogan <deniz@dogan.se>
4968
4969 * net/rcirc.el: Delete trailing whitespaces once and for all.
4970
bfbbb27d
DC
49712011-06-20 Daniel Colascione <dan.colascione@gmail.com>
4972
4973 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
4974
d264a46b
CY
49752011-06-19 Chong Yidong <cyd@stupidchicken.com>
4976
4ca009e5
CY
4977 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
4978
d264a46b
CY
4979 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
4980
fbf5b3ce
MR
49812011-06-19 Martin Rudalics <rudalics@gmx.at>
4982
4983 * window.el (display-buffer-other-window-means-other-frame):
4984 Call display-buffer-normalize-alist.
4985 (display-buffer-normalize-specifiers-1): Rename to
4986 display-buffer-normalize-argument. New argument other-frame.
4987 Rewrite.
4988 (display-buffer-normalize-specifiers-2): Rename to
4989 display-buffer-normalize-options.
4990 (display-buffer-normalize-alist-1): New function.
4991 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
4992 display-buffer-normalize-alist.
4993 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
4994 (display-buffer-normalize-options-inhibit): New variable.
4995 (display-buffer-normalize-specifiers): Rewrite calling
4996 display-buffer-normalize-alist,
4997 display-buffer-normalize-argument, and
4998 display-buffer-normalize-options. Don't call the latter if
4999 display-buffer-normalize-options-inhibit is non-nil.
5000 (frame-auto-delete): New option.
5001 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
5002 (window-list-no-nils, window-state-ignored-parameters)
5003 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
5004 (window-state-put-1, window-state-put-2, window-state-put):
5005 New functions.
9a028c23
MR
5006 (display-buffer-normalize-options): Move special-display-p group
5007 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 5008
6d10d800
CY
50092011-06-18 Chong Yidong <cyd@stupidchicken.com>
5010
6420d28b
CY
5011 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
5012 groups (Bug#8776).
5013 (rx-submatch-n): New function.
5014 (rx): Document it.
5015
ddb8b596
CY
5016 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
5017 (Bug#8768).
5018
5019 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
5020
77080289
CY
5021 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
5022
61dfb316
CY
5023 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
5024 anytime existing face settings are present (Bug#8889).
5025
6d10d800
CY
5026 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
5027 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
5028 Remove unused argument.
5029
be3fb2b8
MR
50302011-06-18 Martin Rudalics <rudalics@gmx.at>
5031
bcd70d97
SM
5032 * window.el (display-buffer-default-specifiers):
5033 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
5034 pop-up-window-min-width, and another reuse-window specifier
5035 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
5036 (display-buffer-normalize-specifiers-2):
5037 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
5038 pop-up-windows is unset. Add a reuse-window specifier for the
5039 case popping up a new window fails.
5040 (special-display-popup-frame): Remove double quoting.
28dec25a 5041 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 5042
1c6d8c76
SM
50432011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5044
5045 * shell.el (shell-completion-vars): Set pcomplete-termination-string
5046 according to comint-completion-addsuffix.
5047
5048 * pcomplete.el: Convert to lexical binding and fix bug#8819.
5049 (pcomplete-suffix-list): Mark as obsolete.
5050 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
5051 pcomplete-seen in the closure.
5052 (pcomplete-comint-setup): Setup completion-at-point as well.
5053 (pcomplete--entries): New function.
5054 (pcomplete--env-regexp): New var.
5055 (pcomplete-entries): Rewrite to work with partial-completion and
5056 without relying on pcomplete-suffix-list.
5057 (pcomplete-pare-list): Remove, unused.
5058
25aef8b8
MR
50592011-06-17 Martin Rudalics <rudalics@gmx.at>
5060
5061 * window.el (display-buffer-alist): Set pop-up-window-min-height
5062 and pop-up-window-min-width in default value. Reported by
5063 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
5064 other-window-means-other-frame.
5065 (display-buffer-macro-specifiers): Comment out entry for
5066 other-window specifier.
5067 (display-buffer-other-window-means-other-frame): New function.
5068 (display-buffer-normalize-specifiers-1): New arguments
5069 buffer-name and label. Treat other-window case specially.
5070 (display-buffer-normalize-specifiers-2): Treat other-window case
5071 specially.
5072 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
5073 (display-buffer-normalize-specifiers):
5074 Call display-buffer-normalize-specifiers-3.
25aef8b8 5075
dbad4f69
MR
50762011-06-17 Martin Rudalics <rudalics@gmx.at>
5077
5078 * window.el (same-window-p): Fix two typos introduced when
5079 adding with-no-warnings.
d1067961
MR
5080 (display-buffer-normalize-specifiers-1): Don't check
5081 pop-up-frames for 'unset initialization.
5082 (display-buffer-normalize-specifiers-2): Major rewrite using
5083 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
5084 (pop-up-frames, display-buffer-reuse-frames)
5085 (display-buffer-mark-dedicated): Don't initialize to 'unset.
5086 Suggested by David Engster <deng@randomsample.de>.
5087 (even-window-heights): Initialize to 'unset.
5088 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
5089 (display-buffer-macro-specifiers): Don't pop up a new frame in the
5090 other window case.
dbad4f69 5091
9b9c9e3a
MR
50922011-06-16 Martin Rudalics <rudalics@gmx.at>
5093
bcd70d97
SM
5094 * window.el (display-buffer-normalize-specifiers-1):
5095 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 5096 second argument of display-buffer (Bug#8865).
981d5c09
MR
5097 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
5098 (switch-to-buffer-other-window-same-frame)
5099 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
5100 Adams (Bug#8875).
9c2755e9
MR
5101 (display-buffer): Don't check noninteractive when calling
5102 display-buffer-pop-up-frame.
5103 (display-buffer-pop-up-frame): Never pop up a frame in
5104 noninteractive mode (Bug#8857).
67222e1d
MR
5105 (enlarge-window, shrink-window): Don't report an error when the
5106 window can't be resized as requested (Bug#8862).
9b9c9e3a 5107
2b75be67
SM
51082011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5109
9ffdd3ba
SM
5110 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
5111
cb581a67
SM
5112 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
5113
2b75be67
SM
5114 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
5115
8c0e3589
AM
51162011-06-15 Alan Mackenzie <acm@muc.de>
5117
cb581a67
SM
5118 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
5119 for declarators, disable knr checking to speed up for normal files.
5120 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 5121
b96e6cde
LMI
51222011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5123
4bba86e6
LMI
5124 * net/network-stream.el (open-network-stream): Add the keyword
5125 :always-query-capabilities for the case where you want to force a
5126 `plain' network connection, but the protocol still requires the
5127 capabilitiy command (i.e., SMTP and EHLO).
5128
2b75be67 5129 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
5130 consistency with other `-live-p' functions.
5131
efdcdbf8
SM
51322011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5134 * window.el (same-window-buffer-names, same-window-regexps)
5135 (special-display-frame-alist, special-display-popup-frame)
5136 (special-display-function, special-display-buffer-names)
5137 (special-display-regexps, pop-up-frame-alist)
5138 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
5139 (pop-up-windows, split-window-preferred-function)
5140 (split-height-threshold, split-width-threshold, even-window-heights)
5141 (display-buffer-mark-dedicated): Don't encourage the use of
5142 display-buffer-alist from Elisp code.
5143
c5cde042
DN
51442011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5145
5146 * progmodes/python.el (python-mode): Derive from prog-mode.
5147 * progmodes/ps-mode.el (ps-mode):
5148 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 5149 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
5150 * progmodes/ld-script.el (ld-script-mode): Likewise.
5151
baa1c9ab
MR
51522011-06-15 Martin Rudalics <rudalics@gmx.at>
5153
5154 * window.el (display-buffer-alist): Trim default value to avoid
5155 popping up a new frame (Bug#8857) or reusing an arbitrary window
5156 on another frame.
5157 (display-buffer): Do not fall back on popping up a new frame in
5158 batch mode (Bug#8857).
5159
c5dd5a51
CY
51602011-06-14 Chong Yidong <cyd@stupidchicken.com>
5161
5162 * cus-theme.el (describe-theme-1): Use custom-theme-p.
5163 (custom-theme-summary): New function.
5164 (customize-themes): Use it.
5165
d647b7c4
GM
51662011-06-13 Glenn Morris <rgm@gnu.org>
5167
5168 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
5169
9481c002
MR
51702011-06-13 Martin Rudalics <rudalics@gmx.at>
5171
357f93d2
MR
5172 * help.el (help-window): Remove variable.
5173 (help-window-point-marker, temp-buffer-max-height)
5174 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
5175 (help-print-return-message): Don't set help-window.
5176 (resize-temp-buffer-window): Rewrite cod eand doc-string.
5177 (help-window-setup-finish): Remove.
5178 (help-window-display-message, help-window-setup)
5179 (with-help-window): Major rewrite based on new
5180 display-buffer-window variable.
5181
5182 * help-mode.el (help-mode-finish): Remove help-window related
5183 code.
5184
5185 * view.el (view-exits-all-viewing-windows): Remove reference to
5186 view-return-to-alist in doc-string.
5187 (view-return-to-alist): Make obsolete.
5188 (view-buffer): Call pop-to-buffer-same-window and remove
5189 undo-window code.
5190 (view-buffer-other-window): Call pop-to-buffer-other-window and
5191 simplify code. Ignore second argument.
5192 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
5193 simplify code. Ignore second argument.
5194 (view-return-to-alist-update): Make obsolete.
5195 (view-mode-enter): Rename second argument to QUIT-RESTORE.
5196 Rewrite using quit-restore window parameters.
2b75be67
SM
5197 (view-mode-exit): Rename second argument to EXIT-ONLY.
5198 Rewrite using quit-restore-window.
357f93d2
MR
5199 (View-exit, View-exit-and-edit, View-leave, View-quit)
5200 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
5201 appropriate arguments.
5202 (view-end-message): Use quit-restore window parameter.
5203
9481c002
MR
5204 * window.el (display-buffer-function): Rewrite doc-string.
5205 (display-buffer-window, display-buffer-alist): New variables.
5206 (display-buffer-split-specifiers)
5207 (display-buffer-side-specifiers)
5208 (display-buffer-macro-specifiers): New constants.
5209 (display-buffer-even-window-sizes, display-buffer-set-height)
5210 (display-buffer-set-width, display-buffer-select-window)
5211 (display-buffer-in-window, display-buffer-reuse-window)
5212 (display-buffer-split-window-1, display-buffer-split-window)
5213 (display-buffer-split-atom-window, display-buffer-pop-up-window)
5214 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
5215 (display-buffer-in-side-window, normalize-buffer-to-display)
5216 (display-buffer-normalize-specifiers-1)
5217 (display-buffer-normalize-specifiers-2)
2b75be67
SM
5218 (display-buffer-normalize-specifiers, display-buffer-frame):
5219 New functions.
9481c002
MR
5220 (display-buffer): Major rewrite.
5221 (display-buffer-other-window, display-buffer-other-frame)
5222 (pop-to-buffer, switch-to-buffer-other-window)
5223 (switch-to-buffer-other-frame): Rewrite.
5224 (display-buffer-same-window, display-buffer-same-frame)
5225 (display-buffer-same-frame-other-window)
5226 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5227 (pop-to-buffer-other-window)
5228 (pop-to-buffer-same-frame-other-window)
5229 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
5230 (switch-to-buffer-other-window-same-frame): New functions.
5231 (same-window-p, special-display-p): Rewrite disabling warnings.
5232 Make obsolete.
5233 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5234 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
5235 Make obsolete
5236 (same-window-buffer-names, same-window-regexps)
5237 (special-display-frame-alist, special-display-popup-frame)
5238 (special-display-function, special-display-buffer-names)
5239 (special-display-regexps, pop-up-frame-alist)
5240 (pop-up-frame-function, split-window-preferred-function)
5241 (split-height-threshold, split-width-threshold)
5242 (even-window-heights): Make obsolete.
5243
9db51aca
GM
52442011-06-12 Glenn Morris <rgm@gnu.org>
5245
5246 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 5247 Misc simplifications.
9db51aca 5248
39cffb44
MR
52492011-06-12 Martin Rudalics <rudalics@gmx.at>
5250
5251 * window.el (window-safely-shrinkable-p): Restore function which
5252 was inadvertently removed in change from 2011-06-11. Declare as
5253 obsolete.
5254
2b75be67
SM
5255 * calendar/calendar.el (calendar-generate-window):
5256 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
5257 window-safely-shrinkable-p.
5258
a8955be7
GM
52592011-06-12 Glenn Morris <rgm@gnu.org>
5260
5261 * progmodes/fortran.el (fortran-mode-syntax-table):
5262 * progmodes/f90.el (f90-mode-syntax-table):
5263 Set % to punctuation. (Bug#8820)
5264 (f90-find-tag-default): Remove, no longer needed.
5265
f0d4059d
DC
52662011-06-12 Daniel Colascione <dan.colascione@gmail.com>
5267
5268 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
5269
1100a63c
CY
52702011-06-11 Chong Yidong <cyd@stupidchicken.com>
5271
5272 * image.el (image-animated-p): Return animation delay in seconds.
5273 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
5274 (image-animate-timeout): Remove DELAY argument. Don't assume
5275 every subimage has the same delay; get it from image-animated-p.
5276 (image-animate): Caller changed.
5277
def722bf
MA
52782011-06-11 Michael Albinus <michael.albinus@gmx.de>
5279
5280 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
5281 to ignored backtrace functions.
5282
0a2bb1a9
GM
52832011-06-11 Glenn Morris <rgm@gnu.org>
5284
5285 * calendar/appt.el (appt-disp-window-function): Doc fix.
5286 (appt-check): Handle overlapping appointments. (Bug#8337)
5287
6198ccd0
MR
52882011-06-11 Martin Rudalics <rudalics@gmx.at>
5289
5290 * window.el (window-tree-1, window-tree): New functions, moving
5291 the latter to window.el.
5292 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5293 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5294 (bw-refresh-edges): Remove.
5295 (balance-windows-1, balance-windows-2): New functions.
5296 (balance-windows): Rewrite in terms of window tree functions,
5297 balance-windows-1 and balance-windows-2.
5298 (bw-adjust-window): Remove.
5299 (balance-windows-area-adjust): New function with functionality of
5300 bw-adjust-window but using resize-window.
2b75be67
SM
5301 (set-window-text-height): Rewrite doc-string.
5302 Use normalize-live-window and resize-window.
5303 (enlarge-window-horizontally, shrink-window-horizontally):
5304 Rename argument to DELTA.
6198ccd0
MR
5305 (window-buffer-height): New function.
5306 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
5307 Rewrite using new window resize routines.
2b75be67
SM
5308 (kill-buffer-and-window, mouse-autoselect-window-select):
5309 Use ignore-errors instead of condition-case.
6198ccd0
MR
5310 (quit-window): Call delete-frame instead of delete-windows-on
5311 for the only buffer on frame.
5312
9397e56f
MR
53132011-06-10 Martin Rudalics <rudalics@gmx.at>
5314
5315 * loadup.el (top-level): Load window before files for the sake
5316 of replace-buffer-in-windows.
5317
5318 * files.el (read-buffer-to-switch)
5319 (switch-to-buffer-other-window)
2b75be67
SM
5320 (switch-to-buffer-other-frame, display-buffer-other-frame):
5321 Move to window.el.
9397e56f
MR
5322
5323 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
5324 (previous-buffer): Move to window.el.
5325
5326 * bindings.el (unbury-buffer): Move to window.el.
5327
5328 * window.el (delete-other-windows-vertically): Move after
5329 definition of delete-other-windows.
5330 (other-window, delete-windows-on, replace-buffer-in-windows):
5331 Move here from window.c.
5332 (record-window-buffer, unrecord-window-buffer)
5333 (set-window-buffer-start-and-point, switch-to-prev-buffer)
5334 (switch-to-next-buffer): New functions.
5335 (get-next-valid-buffer, last-buffer, next-buffer): Move here
5336 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
5337 (previous-buffer): Move here from simple.el.
5338 Call switch-to-prev-buffer.
9397e56f
MR
5339 (bury-buffer): Move here from buffer.c. Switch to previous
5340 buffer when window cannot be deleted.
5341 (unbury-buffer): Move here from bindings.el.
5342 (ctl-x-map): Move binding for other-window from window.c to
5343 here.
5344 (read-buffer-to-switch, switch-to-buffer-other-window)
5345 (switch-to-buffer-other-frame): Move here from files.el.
5346 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
5347 (switch-to-buffer): Move here from buffer.c.
5348 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 5349
562dd5e9
MR
53502011-06-10 Martin Rudalics <rudalics@gmx.at>
5351
5352 * window.el (window-min-height, window-min-width): Move here
5353 from window.c. Add defcustoms and rewrite doc-strings.
5354 (resize-mini-window, resize-window): New functions.
5355 (adjust-window-trailing-edge, enlarge-window, shrink-window):
5356 Move here from window.c.
5357 (maximize-window, minimize-window): New functions.
5358 (delete-window, delete-other-windows, split-window): Move here
5359 from window.c.
5360 (window-split-min-size): New function.
5361 (split-window-keep-point): Mention split-window-above-each-other
5362 instead of split-window-vertically.
2b75be67
SM
5363 (split-window-above-each-other, split-window-vertically):
5364 Rename split-window-vertically to split-window-above-each-other and
562dd5e9
MR
5365 provide defalias for old definition.
5366 (split-window-side-by-side, split-window-horizontally): Rename
5367 split-window-horizontally to split-window-side-by-side and provide
5368 defalias for the old definition.
5369 (ctl-x-map): Move bindings for delete-window,
5370 delete-other-windows and enlarge-window here from window.c.
5371 Replace bindings for split-window-vertically and
5372 split-window-horizontally by bindings for
5373 split-window-above-each-other and split-window-side-by-side.
5374
5375 * cus-start.el (all): Remove entries for window-min-height and
5376 window-min-width. Add entries for window-splits and
5377 window-nest.
5378
f0da764a
GM
53792011-06-09 Glenn Morris <rgm@gnu.org>
5380
80675c21
GM
5381 * calendar/appt.el (appt-mode-line): New function.
5382 (appt-check, appt-disp-window): Use it.
5383
f0da764a
GM
5384 * files.el (hack-one-local-variable-eval-safep):
5385 Allow minor-modes with explicit +/-1 arguments.
5386
59f623b7
TZ
53872011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
5388
5389 * term/xterm.el (xterm): Add defgroup.
5390 (xterm-extra-capabilities): Add defcustom to supply known xterm
5391 capabilities, skip querying them, or query them (default).
5392 (terminal-init-xterm): Use it.
5393 (terminal-init-xterm-modify-other-keys): New function to set up
5394 modifyOtherKeys support to simplify `terminal-init-xterm'.
5395
9aab8e0d
MR
53962011-06-09 Martin Rudalics <rudalics@gmx.at>
5397
5398 * window.el (resize-window-reset, resize-window-reset-1)
5399 (resize-subwindows-skip-p, resize-subwindows-normal)
5400 (resize-subwindows, resize-other-windows, resize-this-window)
5401 (resize-root-window, resize-root-window-vertically)
5402 (window-deletable-p, window-or-subwindow-p)
5403 (frame-root-window-p): New functions.
5404
e8b08aee
GM
54052011-06-09 Glenn Morris <rgm@gnu.org>
5406
5407 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
5408 (ange-ftp-get-files): Use it.
5409
254c37a5
AK
54102011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5411
5412 * mail/sendmail.el (mail-recover-1, mail-recover):
5413 * files.el (recover-file, recover-session):
5414 Handle dired-listing-switches not being just a single short option.
5415
35d7dbd3
GM
54162011-06-09 Glenn Morris <rgm@gnu.org>
5417
5418 * calendar/appt.el (appt-display-message, appt-disp-window):
5419 Handle lists of appointments.
5420
387522b2
MR
54212011-06-08 Martin Rudalics <rudalics@gmx.at>
5422
2b75be67
SM
5423 * window.el (one-window-p): Move down in code.
5424 Rewrite doc-string.
5425 (window-current-scroll-bars): Rewrite doc-string.
5426 Normalize live window argument.
387522b2
MR
5427 (walk-windows, get-window-with-predicate, count-windows):
5428 Rewrite doc-string. Use window-list-1.
5429 (window-in-direction-2, window-in-direction, get-mru-window):
5430 New functions.
5431
d8e4b68b 54322011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
5433
5434 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
5435 Doc fix (Bug#8713).
5436
54372011-06-08 Chong Yidong <cyd@stupidchicken.com>
5438
5439 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
5440
54412011-06-08 Juanma Barranquero <lekktu@gmail.com>
5442
5443 * loadhist.el (unload-feature-special-hooks):
5444 Add `comint-output-filter-functions'.
5445
0de12c52
IK
54462011-06-08 Ivan Kanis <gnu@kanis.fr>
5447
5448 * calendar/appt.el (appt-check): Move some initializations into the let.
5449
f3d1777e
MR
54502011-06-08 Martin Rudalics <rudalics@gmx.at>
5451
5452 * window.el (window-height): Defalias to window-total-height.
5453 (window-width): Defalias to window-body-width.
5454
18af70d0
CY
54552011-06-07 Chong Yidong <cyd@stupidchicken.com>
5456
5457 * image-mode.el (image-toggle-animation): New command.
5458 (image-mode-map): Bind it to RET.
5459 (image-mode): Update message.
5460 (image-toggle-display-image): Avoid a spurious cache flush.
5461 (image-transform-rotation): Doc fix.
5462 (image-transform-properties): Return quickly in the normal case.
5463 (image-animate-loop): Rename from image-animate-max-time.
5464
2b75be67 5465 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
5466 (create-animated-image): Remove unnecessary function.
5467 (image-animate): Rename from image-animate-start. New arg.
2b75be67 5468 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
5469 (image-animate-timer): Use car-safe.
5470 (image-animate-timeout): Rename argument.
5471
190b47e6
MR
54722011-06-07 Martin Rudalics <rudalics@gmx.at>
5473
5474 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
5475 window.c. Rename first argument to ALL-FRAMES.
5476 Rephrase doc-strings.
5477 (get-buffer-window-list): Rewrite using window-list-1.
5478 Rephrase doc-string.
a1511caf
MR
5479 (window-safe-min-height, window-safe-min-width): New constants.
5480 (window-size-ignore, window-min-size, window-min-size-1)
5481 (window-sizable, window-sizable-p, window-size-fixed-1)
5482 (window-size-fixed-p, window-min-delta-1, window-min-delta)
5483 (window-max-delta-1, window-max-delta, window-resizable)
5484 (window-resizable-p, window-total-height, window-total-width)
5485 (window-body-width): New functions.
5486 (window-full-height-p, window-full-width-p): Rewrite using
5487 window-total-size.
5488 (window-body-height): Rewrite using window-body-size.
190b47e6 5489
85cc1f11
MR
54902011-06-06 Martin Rudalics <rudalics@gmx.at>
5491
5492 * window.el (window-right, window-left, window-child)
5493 (window-child-count, window-last-child, window-any-p)
5494 (normalize-live-buffer, normalize-live-frame)
5495 (normalize-any-window, normalize-live-window)
5496 (window-iso-combination-p, window-iso-combined-p)
5497 (window-iso-combinations)
5498 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
5499 (windows-with-parameter, window-with-parameter)
5500 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
5501 (window-atom-check, window-side-check, window-check):
5502 New functions.
85cc1f11
MR
5503 (ignore-window-parameters, window-sides, window-sides-vertical)
5504 (window-sides-slots): New variables.
5505 (window-size-fixed): Move down in code. Minor doc-string fix.
5506
e7156492
AS
55072011-06-05 Andreas Schwab <schwab@linux-m68k.org>
5508
5509 * comint.el (comint-dynamic-complete-as-filename)
5510 (comint-dynamic-complete-filename): Correctly call
5511 completion-in-region.
5512
7e821d0d
DD
55132011-06-05 Deniz Dogan <deniz@dogan.se>
5514
5515 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
5516 in last change.
5517
ac09b8a1
DD
55182011-06-05 Deniz Dogan <deniz@dogan.se>
5519
5520 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
5521 (rcirc): Use it to prompt for encryption.
5522
34699b85
RW
55232011-06-05 Roland Winkler <winkler@gnu.org>
5524
5525 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
5526 (bibtex-search-entries): New command bound to C-c C-a.
5527 (bibtex-display-entries): New function.
5528
004dedd3
RW
55292011-06-05 Roland Winkler <winkler@gnu.org>
5530
5531 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
5532 (bibtex-insert-kill): After yanking insert newline if necessary.
5533 (bibtex-initialize): Call bibtex-string-files-init only once.
5534 (bibtex-mode): Do not call easy-menu-add.
5535 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
5536 (bibtex-yank): Set arg properly if nil.
5537
022fe7ce
RW
55382011-06-05 Roland Winkler <winkler@gnu.org>
5539
2b75be67
SM
5540 * textmodes/bibtex.el (bibtex-search-entry-globally):
5541 New variable.
022fe7ce
RW
5542 (bibtex-search-entry): Use it.
5543
b7c3692a
RW
55442011-06-05 Roland Winkler <winkler@gnu.org>
5545
5546 * textmodes/bibtex.el (bibtex-entry-format): New option
5547 sort-fields.
5548 (bibtex-format-entry, bibtex-reformat): Honor this option.
5549 (bibtex-parse-entry): Return fields in proper order.
5550
8eda563d
JB
55512011-06-05 Juanma Barranquero <lekktu@gmail.com>
5552
5553 * doc-view.el (doc-view-remove-if): Move computation of result out
5554 of `dolist' to silence misleading lexical-binding warning.
5555
7dbe3dbc
CY
55562011-06-04 Chong Yidong <cyd@stupidchicken.com>
5557
5558 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
5559 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
5560
0c33dd17
MA
55612011-06-04 Michael Albinus <michael.albinus@gmx.de>
5562
5563 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
5564 "SunOS 5.10".
5565
f8f91c2b
MA
55662011-06-04 Michael Albinus <michael.albinus@gmx.de>
5567
5568 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
5569 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
5570 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
5571 (tramp-parse-putty):
5572 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
5573 (tramp-completion-function-alist-ssh)
5574 (tramp-completion-function-alist-telnet)
5575 (tramp-completion-function-alist-su)
5576 (tramp-completion-function-alist-putty): Set `tramp-autoload'
5577 cookie.
5578
5579 * net/tramp-ftp.el:
5580 * net/tramp-sh.el:
5581 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
5582 load "tramp.el" `tramp-set-completion-function'.
5583
e17d9003
SM
55842011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
5585
5586 * shell.el: Require and use pcomplete.
5587 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
5588 (shell-completion-vars): Set pcomplete-default-completion-function.
5589
6c4cab03
DD
55902011-06-04 Deniz Dogan <deniz@dogan.se>
5591
5592 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
5593 `memq' (Bug#8799).
5594
ea9fafe0
SM
55952011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5596
5597 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
5598
b3e945d3
JB
55992011-06-02 Juanma Barranquero <lekktu@gmail.com>
5600
5601 * bs.el (bs--mark-unmark, bs--nth-wrapper):
5602 * mpc.el (mpc-select-extend, mpc-songpointer-context):
5603 * vc/log-view.el (log-view-beginning-of-defun):
5604 * vc/smerge-mode.el (smerge-apply-resolution-patch)
5605 (smerge-refine-forward, smerge-refine-chopup-region):
5606 Silence warning for unused `dotimes' counter variables.
5607
7d520089
SM
56082011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5609
5610 * net/tramp.el (tramp-with-progress-reporter): Rename from
5611 with-progress-reporter. Use `declare'.
5612 * net/tramp-smb.el:
5613 * net/tramp-sh.el:
5614 * net/tramp-gvfs.el: Update all uses.
5615
a1c2400f
JB
56162011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
5617
5618 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
5619 buffer isn't killed before making it current.
5620
2403c841
SM
56212011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5622
5623 Silence various byte-compiler warnings.
5624 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
5625 `access-type' and new obsolescence format.
5626 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
5627 new format.
5628 (byte-compile-check-variable): New `access-type' argument.
5629 Only warn if the access-type is obsolete.
5630 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
5631 (byte-compile-variable-set): Adjust callers.
5632 * help-fns.el (describe-variable): Adjust to new obsolescence format.
5633 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
5634 setting it as obsolete.
5635 * simple.el (minibuffer-completing-symbol):
5636 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
5637 access as obsolete.
5638 * minibuffer.el (minibuffer-completing-file-name): Don't make it
5639 obsolete yet.
5640 * international/quail.el (quail-mouse-choose-completion): Remove unused
5641 code referring to obsolete var.
5642 (quail-choose-completion-string): Remove.
5643 * server.el (server-clients-with, server-kill-buffer-query-function)
5644 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
5645 * proced.el (proced-send-signal):
5646 * emacs-lisp/lisp.el (lisp-complete-symbol):
5647 Replace completion-annotate-function with completion-extra-properties.
5648
2462470b
SM
56492011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5650
fb5b2591
SM
5651 * simple.el (goto-line): Use read-number.
5652 (overriding-map-is-bound): Remove.
5653 (saved-overriding-map): Change default.
5654 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
5655 Take the map as argument.
5656 (universal-argument, negative-argument, digit-argument): Use it.
5657 (restore-overriding-map): Adjust.
5658 (do-auto-fill): Use fill-forward-paragraph.
5659 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
5660
fd6fa53f
SM
5661 * minibuffer.el (minibuffer-inactive-mode-map): New var.
5662 (minibuffer-inactive-mode): New major mode.
5663 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
5664 the *Messages* buffer" hack.
5665 (mouse-popup-menubar): Don't burp if the event is a normal key.
5666
2462470b
SM
5667 Miscellaneous tweaks.
5668 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
5669 lexical scoping as in subr.el's dolist and dotimes.
5670 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
5671 Silence compiler warning.
5672 * thingatpt.el (forward-whitespace): Trivial coding style fix.
5673 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
5674 * international/ccl.el (ccl-compile): Trivial simplification.
5675 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
5676 * emacs-lisp/testcover.el (testcover-end): Remove spurious
5677 `printflag' argument.
5678 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5679 Purecopy the whole obsolescence data.
5680
108bf785
LL
56812011-06-01 Leo Liu <sdl.web@gmail.com>
5682
5683 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
5684 improve doc-string as suggested by Marco Pessotto
5685 <melmothx@gmail.com>.
5686 (rcirc-print): Fix last change.
5687
30a23501
SM
56882011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5689
5690 * minibuffer.el (complete-with-action): Return nil for the metadata and
5691 boundaries of non-functional tables.
5692 (completion-table-dynamic): Return nil for the metadata.
5693 (completion-table-with-terminator): Add default case, using
5694 complete-with-action.
5695 (completion--metadata): New function.
5696 (completion-all-sorted-completions, minibuffer-completion-help): Use it
5697 to try and avoid pathological performance problems.
5698 (completion--embedded-envvar-table): Return `category' metadata.
5699
bcd54f83
LMI
57002011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5701
5702 * subr.el (process-alive-p): New tiny convenience function.
5703
e227544d
SM
57042011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5705
5706 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
5707 content but also its previous major mode.
5708
e8296fdc
HE
57092011-05-31 Helmut Eller <eller.helmut@gmail.com>
5710
4d61f28d 5711 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
5712 *Backtrace* buffer when we exit with C-M-c.
5713
620c53a6
SM
57142011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5715
5716 * minibuffer.el: Add metadata method to completion tables.
5717 (completion-category-overrides): New defcustom.
5718 (completion-metadata, completion--field-metadata)
5719 (completion-metadata-get, completion--styles)
5720 (completion--cycle-threshold): New functions.
5721 (completion-try-completion, completion-all-completions):
5722 Add `metadata' argument to choose completion-styles.
5723 (completion--do-completion): Use metadata to choose cycling.
5724 (completion-all-sorted-completions): Use metadata for sorting.
5725 Remove :completion-cycle-penalty which is not needed any more.
5726 (completion--try-word-completion): Add `metadata' argument.
5727 (minibuffer-completion-help): Check metadata for annotation function
5728 and sorting.
5729 (completion-file-name-table): Return `category' metadata.
5730 (minibuffer-completing-file-name): Make obsolete.
5731 * simple.el (minibuffer-completing-symbol): Make obsolete.
5732 * icomplete.el (icomplete-completions): Pass new `metadata' param to
5733 completion-try-completion.
5734
1257e755
SM
57352011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
5738
3767e706
LL
57392011-05-30 Leo Liu <sdl.web@gmail.com>
5740
5741 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
5742 (rcirc-print): Decode all incoming messages (bug#8744).
5743 (rcirc-decode-coding-system): Allow value nil for automatic coding
5744 system detection.
3767e706 5745
d1a5d56a
GM
57462011-06-01 Glenn Morris <rgm@gnu.org>
5747
5748 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
5749
e8cbec34
CY
57502011-05-29 Chong Yidong <cyd@stupidchicken.com>
5751
5752 * image.el (image-animate-max-time): Allow nil and t values.
5753 Default to nil.
5754 (create-animated-image): Doc fix.
5755 (image-animate-start): Remove second arg; just use
5756 image-animate-max-time.
5757 (image-animate-timeout): Doc fix. Args changed.
5758
5759 * image-mode.el (image-toggle-display-image): Ensure that the
5760 image spec passed to the animate timer is the same object as in
58179cce 5761 the buffer's display property (Bug#6981).
e8cbec34
CY
5762 (image-transform-properties): Doc fix.
5763
5764 * image.el (image-animate-max-time): Default to nil.
5765
159daf87
MR
57662011-05-29 Martin Rudalics <rudalics@gmx.at>
5767
5768 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
5769 entire buffer list (Bug#8184).
5770
d66c4c7c
CY
57712011-05-29 Chong Yidong <cyd@stupidchicken.com>
5772
5773 * image.el (imagemagick-types-inhibit)
5774 (imagemagick-register-types): Doc fix.
5775
80aec780
DD
57762011-05-29 Deniz Dogan <deniz@dogan.se>
5777
5778 * net/rcirc.el (rcirc): Use the user's stored encryption method by
5779 default.
5780
1dd3c2d9
CY
57812011-05-29 Chong Yidong <cyd@stupidchicken.com>
5782
5783 * select.el: Don't perform clipboard-manager saving in hooks;
5784 leave the hooks empty.
5785
60e56523
LL
57862011-05-28 Leo Liu <sdl.web@gmail.com>
5787
5788 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
5789 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
5790 (occur-edit-mode): New major mode (Bug#8463).
5791 (occur-after-change-function): New function.
5792 (occur-engine): Give Occur tags a read-only property.
5793
2b1e1a22
KR
57942011-05-28 Kevin Ryde <user42@zip.com.au>
5795
5796 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
5797
5d344e88
CY
57982011-05-28 Chong Yidong <cyd@stupidchicken.com>
5799
8e6ca83d
CY
5800 * bindings.el (help-echo): Make the initial non-indicator dash
5801 empty on graphical terminals (Bug#7295).
5802
5d344e88
CY
5803 * files.el (auto-mode-alist): Move config rule after the
5804 in-stripping one (Bug#8547).
5805
bfbbace7
CY
5806 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
5807
fbeba6e2
CY
5808 * startup.el (normal-splash-screen): Remove gratuitous mode-line
5809 setting (Bug#8740).
5810
60ed8c72
AA
58112011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
5812
4ac619f0
AA
5813 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
5814 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
5815 (Bug#8539).
60ed8c72 5816
23db196e
CY
58172011-05-28 Chong Yidong <cyd@stupidchicken.com>
5818
5819 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
5820
5012f24c
DK
58212011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
5822
5823 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
5824 (hs-hide-block-at-point, hs-find-block-beginning)
5825 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
5826 (Bug#8279).
5827
6a639b16
GM
58282011-05-28 Glenn Morris <rgm@gnu.org>
5829
5830 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
5831
d43eaf2c
CY
58322011-05-28 Chong Yidong <cyd@stupidchicken.com>
5833
5199bde1
CY
5834 * help-fns.el (describe-function-1): If the function is a derived
5835 major mode, print the parent mode.
5836
d43eaf2c
CY
5837 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
5838 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
5839
423428a8
SM
58402011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5841
0ff8e1ba 5842 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 5843 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
5844 * progmodes/etags.el (tags-completion-at-point-function):
5845 * info-look.el (info-lookup-completions-at-point): Mark as
5846 non-exclusive.
5847 (info-complete): Adjust accordingly.
5848
423428a8
SM
5849 * info-look.el: Convert to lexical-binding and completion-at-point.
5850 (info-lookup-completions-at-point): New function.
5851 (info-complete): Use it and completion-in-region.
5852
b74aa22b
DA
58532011-05-28 Drew Adams <drew.adams@oracle.com>
5854
5855 * isearch.el: Let M-e start with point at the first mismatched char.
5856 (isearch-fail-pos): New function.
5857 (isearch-edit-string): Use it.
5858
66e2e71d
DK
58592011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
5860
5861 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5862
eb95d01d
TC
58632009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
5864
5865 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
5866 traversal functions for avl-trees.
5867 (avl-tree--stack): New struct.
5868 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
5869 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
5870 (avl-tree--do-enter): Add optional `updatefun' arg.
5871 Change return value.
eb95d01d 5872 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
5873 (avl-tree--do-delete): Add `test' and `nilflag' args.
5874 Change return value.
eb95d01d
TC
5875 (avl-tree-member): Add optional `nilflag'
5876 (avl-tree-member-p): New function.
5877 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
5878 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
5879 (avl-tree-stack-empty-p): New functions.
5880
3769ddcf
TC
58812009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
5882
5883 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
5884 avl-tree--del-balance1 and make it work both ways.
5885 (avl-tree--del-balance2): Remove.
5886 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
5887 make it work both ways.
5888 (avl-tree--enter-balance2): Remove.
5889 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
5890 New macros.
5891 (avl-tree--mapc, avl-tree-map): Add direction argument.
5892
eb95d01d 58932011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
5894
5895 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
5896
a9f737ee
CY
58972011-05-27 Chong Yidong <cyd@stupidchicken.com>
5898
5899 * select.el: Support clipboard managers with built-in function
5900 x-clipboard-manager-save, via delete-frame-functions and
5901 kill-emacs-hook.
5902 (xselect-convert-to-targets): Add MULTIPLE target to list.
5903 (xselect-convert-to-save-targets): New function.
5904
c92a1e54
KH
59052011-05-27 Kenichi Handa <handa@m17n.org>
5906
5907 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
5908 let-binding rfc2047-encode-encoded-words to nil.
5909
e145f188
GM
59102011-05-27 Glenn Morris <rgm@gnu.org>
5911
5ec8a862
GM
5912 * mail/emacsbug.el: Don't require url-util.
5913
4b29d9fb
GM
5914 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
5915
e145f188
GM
5916 * files.el (set-auto-mode):
5917 Also respect mode: entries at the end of the file. (Bug#8586)
5918
7d15102b
GM
59192011-05-26 Glenn Morris <rgm@gnu.org>
5920
98f593b8
GM
5921 * files.el (hack-local-variables-prop-line, hack-local-variables):
5922 Downcase mode names, as seems to be traditional.
27b48e63 5923 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 5924
7d15102b
GM
5925 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
5926 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
5927
51d5b4ec
JD
59282011-05-25 Julien Danjou <julien@danjou.info>
5929
5930 * textmodes/rst.el (rst-define-level-faces): Do not define face
5931 symbol if it is already defined.
5932
91513f63
VB
59332011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5934
5935 * play/5x5.el (5x5-new-game, 5x5-randomize):
5936 Reset 5x5-solver-output to nil when a new grid is cast.
5937 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
5938 these debugging traces, as defmacro breaks the compiled code.
5939
4d90d6d0
DK
59402011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
5941
5942 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5943
e1b90ef6
LL
59442011-05-24 Leo Liu <sdl.web@gmail.com>
5945
5946 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
5947 (vc-bzr-sha1): Adapt.
5948
d8e4b68b 5949 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
5950
5951 * bindings.el: Provide sha1 feature.
5952
db0406bb 59532011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
5954
5955 * mail/sendmail.el: Require `rfc2047'.
5956 (mail-insert-from-field): Do not perform RFC2047 encoding.
5957 (mail-encode-header): New function.
5958 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
5959 buffer to the return value of select-message-coding-system.
5960 Call mail-encode-header.
b8d747b9
KH
5961
5962 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
5963
db0406bb 59642011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 5965
4d90d6d0
DK
5966 * mail/supercite.el (sc-default-cite-frame):
5967 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 5968
eb8a5e9b
GM
59692011-05-24 Glenn Morris <rgm@gnu.org>
5970
f8630703
GM
5971 * progmodes/python.el (brm-menu): Declare.
5972
8831bbed
GM
5973 * emulation/viper.el (viper-set-hooks): Declare.
5974
eb8a5e9b
GM
5975 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
5976 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
5977 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
5978 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
5979 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
5980 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
5981
a2a25d24
SM
59822011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5983
5984 Add an :exit-function for completion-at-point.
5985
5986 * minibuffer.el (completion--done): New fun.
5987 (completion--do-completion): Use it. New arg `expect-exact'.
5988 (minibuffer-complete, minibuffer-complete-word): Don't output message,
5989 since completion--do-completion does it for us now.
5990 (minibuffer-force-complete): Use completion--done and
5991 completion--replace. Handle sole-completion case with more care.
5992 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
5993 (completion-extra-properties): New var.
5994 (completion-annotate-function): Make obsolete.
5995 (minibuffer-completion-help): Adjust accordingly.
5996 Use completion-list-insert-choice-function.
5997 (completion-at-point, completion-help-at-point):
5998 Bind completion-extra-properties.
5999 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
6000 * simple.el (completion-list-insert-choice-function): New var.
6001 (completion-setup-function): Preserve it.
6002 (choose-completion): Pay attention to it, shuffle the code a bit.
6003 (choose-completion-string): New arg `insert-function'.
6004
6005 * textmodes/bibtex.el: Convert to lexical binding.
6006 (bibtex-mode-map): Use completion-at-point.
6007 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
6008 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
6009 (bibtex-complete): Define as obsolete alias.
6010 (bibtex-complete-internal): Remove.
6011 (bibtex-format-entry): Remove unused sub-group in regexp.
6012 * shell.el (shell--command-completion-data)
6013 (shell-environment-variable-completion):
6014 * pcomplete.el (pcomplete-completions-at-point):
6015 * comint.el (comint--complete-file-name-data): Use :exit-function
6016 instead of completion-table-with-terminator so it also works for
6017 choose-completion.
6018
e44e373d
SM
60192011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6020
4f91a816
SM
6021 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
6022
782fc819
SM
6023 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
6024 (bug#8710).
6025
e44e373d
SM
6026 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
6027
381987c3
KM
60282011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
6029
6030 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
6031 customization variable and implement: If non-nil, auto-fill will
6032 be inhibited while on topic's header line.
6033
b776bc70
VB
60342011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
6035
6036 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 6037 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
6038 always have a solution in grid size = 5 cases.
6039 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
6040 (5x5-solver-output, 5x5-log-buffer): New vars.
6041 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
6042 Make these variables buffer local to achieve 5x5 multi-session-ness.
6043 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
6044 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
6045 (5x5-solve-suggest): New funs.
6046 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
6047 randomize a grid so that we ensure that there is always a solution.
6048 (5x5-make-random-grid): Allow other movement than flipping.
6049
7de88b6e
KR
60502011-05-23 Kevin Ryde <user42@zip.com.au>
6051
6052 * emacs-lisp/advice.el (ad-read-advised-function):
6053 Use `function-called-at-point' as the default default, if it has
6054 advice and passes PREDICATE.
6055
b1ef1257
SM
60562011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6057
bbca48fe
SM
6058 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
6059 byte-compile-lambda if it's actually a lambda.
6060
b1ef1257
SM
6061 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
6062 Fix function quoting. Use backquote better.
6063
92a9cc65
YS
60642011-05-22 Yuanle Song <sylecn@gmail.com>
6065
6066 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
6067 matching (Bug#8516).
6068
f0fb8059
JA
60692011-01-22 Jari Aalto <jari.aalto@cante.net>
6070
6071 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
6072 different face (Bug#8178).
6073
d5b44c93
CY
60742011-05-22 Chong Yidong <cyd@stupidchicken.com>
6075
6076 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
6077 defface (Bug#8144).
6078
79106a44
SM
60792011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6080
9c848d8a
SM
6081 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
6082 funcall as well (bug#8712). Warn when performing those conversions.
6083 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
6084
79106a44
SM
6085 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
6086
88dfa756
GM
60872011-05-22 Glenn Morris <rgm@gnu.org>
6088
6089 * files.el (hack-local-variables-prop-line): Small simplifications.
6090 (hack-local-variables, hack-local-variables-prop-line):
6091 If MODE-ONLY, return the mode, rather than just `t'.
6092
b7cf2c79
SM
60932011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6094
6095 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
6096
3f1a8558
GM
60972011-05-21 Glenn Morris <rgm@gnu.org>
6098
7e4ccca3
GM
6099 * files.el (hack-local-variables-prop-line, hack-local-variables):
6100 If only interested in the mode, don't bother doing the other stuff.
6101
637d46ca
GM
6102 * image-mode.el (image-after-revert-hook):
6103 Redraw all frames on which the image is visible. (Bug#8567)
6104
973d955b
GM
6105 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
6106
3f1a8558
GM
6107 * wid-edit.el (widget-checklist-match-inline):
6108 Fix 2011-04-19 change. (Bug#8649)
6109
96479927
SM
61102011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
6111
1dcf791f
SM
6112 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
6113 Also allow singlespace after single-letter capitals followed by a dot.
6114
96479927
SM
6115 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
6116 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
6117
35fd0881
N
61182011-05-20 Nix <nix@esperi.org.uk>
6119
6120 * files.el (basic-save-buffer-2):
6121 Fix handling of break-hardlink-on-save with non-existent files.
6122
82745640
DD
61232011-05-19 Deniz Dogan <deniz@dogan.se>
6124
6125 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 6126 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 6127
4a720484
GM
61282011-05-19 Glenn Morris <rgm@gnu.org>
6129
d1f21341
GM
6130 * progmodes/f90.el (f90-type-def-re):
6131 Handle "type, bind(c)". (Bug#8691)
6132
4a720484
GM
6133 * emacs-lisp/autoload.el (batch-update-autoloads):
6134 Set autoload-excludes by parsing loadup.el rather than Makefiles.
6135
2fb0a219
MA
61362011-05-18 Michael Albinus <michael.albinus@gmx.de>
6137
6138 * net/tramp.el (tramp-process-actions): Set "first-password-request"
6139 property for the correct connection in case of multihops.
6140
e565dd37
GM
61412011-05-18 Glenn Morris <rgm@gnu.org>
6142
c2571358 6143 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
6144 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
6145
e565dd37
GM
6146 Rationalize calendar handling of day and month abbrev-arrays.
6147 * calendar/calendar.el (calendar-customized-p): New function.
6148 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
6149 (calendar-day-name-array, calendar-month-name-array): Doc fix.
6150 Add :set function.
6151 (calendar-abbrev-length, calendar-day-abbrev-array)
6152 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
6153 (calendar-day-abbrev-array, calendar-month-abbrev-array):
6154 Elements may no longer be nil.
6155 (calendar-day-name, calendar-month-name):
6156 Update for changed nature of abbrev arrays.
6157 * calendar/diary-lib.el (diary-name-pattern):
6158 Update for changed nature of abbrev arrays.
6159 (diary-mark-entries-1): Update calendar-make-alist calls.
6160 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
6161 * calendar/cal-html.el (cal-html-day-abbrev-array):
6162 Simply inherit from calendar-day-abbrev-array.
6163
1d99a745
SM
61642011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * progmodes/grep.el (grep-mode): Disable default
6167 compilation-directory-matcher setting (bug#8684).
6168
7c1d9aa0
MA
61692011-05-17 Michael Albinus <michael.albinus@gmx.de>
6170
6171 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
6172 instead of "head" and "tail". There were problems with SunOS 5.9,
6173 and it performs better.
6174
3952e9d8
GM
61752011-05-17 Glenn Morris <rgm@gnu.org>
6176
2dd12e7f
GM
6177 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
6178
e4157b9c
GM
6179 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6180 Replace obsolete function.
6181
8e249bbd
GM
6182 * shell.el (pcomplete-parse-arguments-function): Declare.
6183
3952e9d8
GM
6184 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
6185 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
6186 (appt-check): Doc fixes.
6187 (appt-disp-window-function, appt-delete-window-function):
6188 Remove needless special case in custom :type.
6189 (appt-display-count): Default to 0, not nil.
6190 (appt-check): Reset appt-display-count to 0, not nil.
6191
c71a0d48 61922011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 6193
c71a0d48
GM
6194 * progmodes/python.el (python-font-lock-keywords):
6195 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 6196
31d55be9
SM
61972011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6198
6199 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
6200
3bfacb2f
KR
62012011-05-16 Kevin Ryde <user42@zip.com.au>
6202
6203 * info-look.el (makefile-automake-mode): New setups, looking in
6204 automake manual, then makefile-mode.
6205 (makefile-mode): Remove automake manual, have it just in
6206 makefile-automake-mode since there's various things different or
6207 not relevant to plain make.
6208 (makefile-mode): Remove "other-modes" non-existent automake-mode,
6209 believe a hypothetical automake-mode would go to makefile-mode,
6210 not the other way around.
6211
c8e83751
CY
62122011-05-15 Chong Yidong <cyd@stupidchicken.com>
6213
5e9e35cd
CY
6214 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
6215 hunk-end tags (Bug#8672).
6216
c8e83751
CY
6217 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
6218 vc-annotate-show-diff-revision-at-line (Bug#8671).
6219
50b23e5a
GM
62202011-05-14 Glenn Morris <rgm@gnu.org>
6221
7210a739
GM
6222 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
6223 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
6224 (change-log-font-lock-keywords): Also handle multiple author lines
6225 with leading tabs. (Bug#8644)
7210a739 6226
4691905a
GM
6227 * calendar/appt.el (appt-check): Rename some local variables.
6228 Some simplification/reordering.
6229
50b23e5a
GM
6230 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
6231 (feedmail-sendmail-f-doesnt-sell-me-out)
6232 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6233 (feedmail-debug-sit-for, feedmail-queue-express-hook)
6234 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
6235 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
6236 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
6237 (feedmail-binmail-gnulinuxish-template):
6238 Rename from feedmail-binmail-linuxish-template.
6239 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
6240 Use insert-buffer-substring.
6241
215cda7c
BC
62422011-05-14 Bill Carpenter <bill@carpenter.org>
6243
6244 * mail/feedmail.el (feedmail-patch-level): Increase.
6245 (feedmail-debug): New custom group.
6246 (feedmail-confirm-outgoing-timeout)
6247 (feedmail-sendmail-f-doesnt-sell-me-out)
6248 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6249 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
6250 (feedmail-sender-line, feedmail-from-line)
6251 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 6252 (feedmail-spray-this-address)
215cda7c
BC
6253 (feedmail-spray-address-fiddle-plex-list)
6254 (feedmail-queue-use-send-time-for-date)
6255 (feedmail-queue-use-send-time-for-message-id)
6256 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
6257 (feedmail-buffer-eating-function):
6258 Doc fixes.
6259 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
6260 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
6261 (feedmail-message-action-scroll-down): New functions.
6262 (feedmail-queue-directory, feedmail-queue-draft-directory):
6263 Use expand-file-name.
6264 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
6265 Remove C-v help entry.
6266 (feedmail-queue-buffer-file-name): New variable.
6267 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
6268 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
6269 (feedmail-message-action-send-strong, feedmail-message-action-edit)
6270 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
6271 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
6272 (feedmail-message-action-toggle-spray)
6273 (feedmail-run-the-queue-no-prompts)
6274 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
6275 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
6276 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
6277 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
6278 (feedmail-envelope-deducer, feedmail-fiddle-from)
6279 (feedmail-fiddle-sender, feedmail-default-date-generator)
6280 (feedmail-fiddle-date, feedmail-fiddle-message-id)
6281 (feedmail-fiddle-spray-address)
6282 (feedmail-fiddle-list-of-spray-fiddle-plexes)
6283 (feedmail-fiddle-list-of-fiddle-plexes)
6284 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
6285 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
6286 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
6287 Change default. Doc fix.
6288 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
6289 (feedmail-binmail-linuxish-template): New constant.
6290 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
6291 Respect feedmail-sendmail-f-doesnt-sell-me-out.
6292 (feedmail-send-it): Add debug call.
6293 Use feedmail-queue-buffer-file-name, and
6294 feedmail-send-it-immediately-wrapper.
6295 (feedmail-message-action-send): Add debug call.
6296 Use feedmail-send-it-immediately-wrapper.
6297 (feedmail-queue-express-to-queue): Add debug call.
6298 Run feedmail-queue-express-hook.
6299 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
6300 (feedmail-message-action-help-blat):
6301 Rename from feedmail-queue-send-edit-prompt-help-first.
6302 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
6303 Check line-endings. Handle errors better.
6304 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
6305 Doc fix. Add debug call.
6306 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
6307 Use feedmail-queue-send-edit-prompt-inner.
6308 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
6309 (feedmail-queue-send-edit-prompt-inner): New function, extracted
6310 from feedmail-queue-send-edit-prompt.
6311 (feedmail-queue-send-edit-prompt-help)
6312 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
6313 (feedmail-tidy-up-slug): Add debug call.
6314 Respect feedmail-queue-slug-suspect-regexp.
6315 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
6316 (feedmail-dump-message-to-queue): Add debug call.
6317 Expand queue-directory.
6318 (feedmail-dump-message-to-queue): Change message slightly.
6319 Use feedmail-say-chatter.
6320 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
6321 (feedmail-send-it-immediately-wrapper): New function.
6322 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
6323 Insert empty string rather than newline. Handle full-frame case.
6324 Use catch/throw. Use feedmail-say-chatter.
6325 (feedmail-fiddle-from): Try mail-host-address.
6326 (feedmail-default-message-id-generator): Doc fix.
6327 Bind system-time-locale. Handle missing end.
6328 (feedmail-fiddle-x-mailer): Add debug call.
6329 Handle feedmail-x-mailer-line being nil.
6330 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
6331 Add debug call. Use buffer-substring-no-properties.
6332 (feedmail-say-debug, feedmail-say-chatter): New functions.
6333 (feedmail-find-eoh): Give an explicit error.
6334
42c7e61e
UJ
63352011-05-13 Ulf Jasper <ulf.jasper@web.de>
6336
c2571358 6337 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 6338 family from helvetica to sans.
c2571358 6339 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
6340 etc/images/newsticker.
6341
c2571358 6342 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
6343 family from helvetica to sans.
6344
6345 * net/newst-plainview.el (newsticker-new-item-face)
6346 (newsticker-old-item-face, newsticker-immortal-item-face)
6347 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 6348 (newsticker-statistics-face): Change default family from
42c7e61e 6349 helvetica to sans.
c2571358 6350 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
6351 etc/images/newsticker.
6352
6353 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
6354 (newsticker--process-auto-mark-filter-match): : Tell user about
6355 auto-marking.
6356
8497a297
DV
63572011-05-13 Didier Verna <didier@xemacs.org>
6358
6359 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
6360 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
6361 TODO entries.
8497a297
DV
6362 (lisp-lambda-list-keyword-parameter-indentation)
6363 (lisp-lambda-list-keyword-parameter-alignment)
6364 (lisp-lambda-list-keyword-alignment): New customizable user options.
6365 (lisp-indent-defun-method): Improve docstring.
6366 (extended-loop-p): Fix comment.
6367 (lisp-indent-lambda-list-keywords-regexp): New variable.
6368 (lisp-indent-lambda-list): New function.
6369 (lisp-indent-259): Use it.
6370 (lisp-indent-defmethod): Support for more than one
6371 method qualifier and properly indent methods lambda-lists.
6372 (defgeneric): Provide a missing common-lisp-indent-function property.
6373
f278f87f
SM
63742011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6375
6376 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
6377 bounds for the empty string (bug#8667).
6378
5233edd7
GM
63792011-05-13 Glenn Morris <rgm@gnu.org>
6380
5237a44f
GM
6381 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
6382
8340026c 6383 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 6384 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 6385
5233edd7 6386 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 6387 (appt-time-msg-list): Doc fix.
a5464014 6388 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 6389
92d10796
AS
63902011-05-12 Andreas Schwab <schwab@linux-m68k.org>
6391
6392 * progmodes/ld-script.el (ld-script-keywords)
6393 (ld-script-builtins): Update keywords list.
6394
914a0ae1
SM
63952011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6396
c89be45f
SM
6397 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
6398
914a0ae1
SM
6399 * shell.el (shell-completion-vars): New function.
6400 (shell-mode):
6401 * simple.el (read-shell-command): Use it.
6402 (blink-matching-open): No need for " [...]" in minibuffer-message.
6403
98dc3df3
GM
64042011-05-12 Glenn Morris <rgm@gnu.org>
6405
6406 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
6407 (appt-check): Simplify.
6408
d2fc7e3d 64092011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 6410
4d61f28d 6411 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
6412 literal "/dev/null".
6413
d2fc7e3d 64142011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
6415
6416 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
6417 Fix typo.
6418
d2fc7e3d 64192011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 6420
3f254caa
SM
6421 * progmodes/which-func.el (which-function):
6422 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
6423 which might not be defined (Bug#8260).
6424
d45885f7
GM
64252011-05-12 Glenn Morris <rgm@gnu.org>
6426
6427 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
6428 Let byte-compile-initial-macro-environment always take precedence.
6429
488086f4
SM
64302011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 * net/rcirc.el: Add support for SSL/TLS connections.
6433 (rcirc-server-alist): New field `encryption'.
6434 (rcirc): Check `encryption' settings.
6435 (rcirc-connect): New arg `encryption'. Use open-network-stream.
6436 Merge make-local-variable into `set'.
6437 (rcirc--connection-open-p): New function.
6438 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
6439 the process is not a network process (e.g. running gnutls-cli).
6440 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
6441 Make rcirc-(en|de)code-coding-system local here.
6442 (rcirc-mode): Merge make-local-variable into `set'.
6443 (rcirc-parent-buffer): Make permanent buffer-local.
6444 (rcirc-multiline-minor-mode): Don't do it here.
6445 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
6446 there's no server buffer.
6447
7d3b9d44
GM
64482011-05-11 Glenn Morris <rgm@gnu.org>
6449
f64049c6
GM
6450 * newcomment.el (comment-kill): Prefix "unused" local.
6451
93c9df73
GM
6452 * term/w32console.el (get-screen-color): Declare.
6453
7d3b9d44
GM
6454 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
6455 Handle symbol elements of byte-compile-initial-macro-environment.
6456
9e2dd53f
LL
64572011-05-10 Leo Liu <sdl.web@gmail.com>
6458
488086f4
SM
6459 * bookmark.el (bookmark-bmenu-mode-map):
6460 Bind bookmark-bmenu-search to `/'.
8b340240 6461
9e2dd53f 6462 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
6463 (footnote-unicode-string, footnote-unicode-regexp): New variable.
6464 (Footnote-unicode): New function.
6465 (footnote-style-alist): Add unicode style to the list.
6466 (footnote-style): Doc fix.
9e2dd53f 6467
79b70037
GM
64682011-05-10 Jim Meyering <meyering@redhat.com>
6469
6470 Fix doubled-word typos.
6471 * international/quail.el (quail-insert-kbd-layout): and and -> and
6472 * kermit.el: and and -> and
6473 * net/ldap.el (ldap-search-internal): to to -> to
6474 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
6475 * progmodes/js.el (js-mode): and and -> and
6476 * textmodes/artist.el (artist-move-to-xy): at at -> at
6477 (artist-draw-region-trim-line-endings): if if -> if
6478 And Safetyc -> Safety.
6479 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
6480
b8f82dc1 64812011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 6482 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
6483
6484 * files.el (hack-one-local-variable-eval-safep):
6485 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
6486
4f99f44b
GM
64872011-05-10 Glenn Morris <rgm@gnu.org>
6488
6489 * calendar/diary-lib.el (diary-list-entries-hook)
6490 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
6491 (diary-nongregorian-marking-hook, diary-list-entries)
6492 (diary-include-other-diary-files, diary-mark-entries)
6493 (diary-mark-included-diary-files): Doc fixes.
6494
84f29e6b
JB
64952011-05-09 Juanma Barranquero <lekktu@gmail.com>
6496
6497 * misc.el: Require tabulated-list.el during compilation.
6498
9bedd73a
CY
64992011-05-09 Chong Yidong <cyd@stupidchicken.com>
6500
488086f4
SM
6501 * progmodes/compile.el (compilation-start):
6502 Run compilation-filter-hook for the async case too.
9bedd73a
CY
6503 (compilation-filter-hook): Doc fix.
6504
797c735c
DD
65052011-05-09 Deniz Dogan <deniz@dogan.se>
6506
6507 * wdired.el: Remove outdated installation comment. Fix usage
6508 comment.
6509
5f4b1dfe
JB
65102011-05-09 Juanma Barranquero <lekktu@gmail.com>
6511
6512 * misc.el: Implement new command `list-dynamic-libraries'.
6513 (list-dynamic-libraries--loaded-only-p): New variable.
6514 (list-dynamic-libraries--refresh): New function.
6515 (list-dynamic-libraries): New command.
6516
4c44026c
CY
65172011-05-09 Chong Yidong <cyd@stupidchicken.com>
6518
488086f4
SM
6519 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6520 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
6521 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
6522 higher priority to avoid clobbering by gnu.
6523
027f966d
CY
65242011-05-08 Chong Yidong <cyd@stupidchicken.com>
6525
6526 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
6527 if the face has existing theme settings (Bug#8454).
6528
085f5d7d
CY
65292011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
6530
488086f4
SM
6531 * progmodes/perl-mode.el (perl-imenu-generic-expression):
6532 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 6533
2a86a00c
RS
6534 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
6535 special file names `.' and `..' (Bug#8259).
6536
d9c54a06
CY
65372011-05-08 Chong Yidong <cyd@stupidchicken.com>
6538
488086f4
SM
6539 * progmodes/grep.el (grep-mode-font-lock-keywords):
6540 Remove buffer-changing entries.
d9c54a06
CY
6541 (grep-filter): New function.
6542 (grep-mode): Add it to compilation-filter-hook.
6543
6544 * progmodes/compile.el (compilation-filter-hook)
6545 (compilation-filter-start): New defvars.
6546 (compilation-filter): Call compilation-filter-hook prior to
6547 updating the process mark.
6548
c4662635
SM
65492011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
6552
b0512a1d
EZ
65532011-05-07 Eli Zaretskii <eliz@gnu.org>
6554
605c9376
EZ
6555 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
6556 mailclient-send-it even if window-system is nil. (Bug#8595)
6557
c4662635
SM
6558 * term/w32console.el (terminal-init-w32console):
6559 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
6560 background-mode. (Bug#8597)
6561
d1dc2cc2
SM
65622011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6563
6564 Make bytecomp.el understand that defmethod defines funs (bug#8631).
6565 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
6566 New functions.
6567 (defgeneric, eieio--defmethod): Use them.
6568 (eieio-defgeneric): Remove.
6569 (defmethod): Call defgeneric in a way visible to the byte-compiler.
6570
915d1300
GM
65712011-05-07 Glenn Morris <rgm@gnu.org>
6572
a3961c3e
GM
6573 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
6574 Use let rather than let*.
6575 (timeclock-find-discrep): Remove unused local.
6576
314347b9
GM
6577 * calendar/diary-lib.el (diary-comment-start): Doc fix.
6578
915d1300
GM
6579 * calendar/appt.el (appt-time-msg-list): Doc fix.
6580
275b59b0
NF
65812011-05-06 Noah Friedman <friedman@splode.com>
6582
6583 * apropos.el (apropos-print-doc): Only use
6584 emacs-lisp-docstring-fill-column when it is bound to an integer,
6585 per that variable's documentation.
6586
6c19f744
SM
65872011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6588
6589 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 6590 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 6591
60f884b2
GM
65922011-05-06 Glenn Morris <rgm@gnu.org>
6593
5006e634
GM
6594 * calendar/appt.el (appt-message-warning-time): Doc fix.
6595 (appt-warning-time-regexp): New option.
6596 (appt-make-list): Respect appt-message-warning-time.
6597
548d0a63
GM
6598 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
6599 New options.
6600 (diary-add-to-list): Strip comments from the displayed string.
6601 (diary-mode): Set comment-start and comment-end.
6602
60f884b2
GM
6603 * vc/diff-mode.el (smerge-refine-subst): Declare.
6604 (diff-refine-hunk): Don't require smerge-mode when compiling.
6605
989681bb
JB
66062011-05-06 Juanma Barranquero <lekktu@gmail.com>
6607
6608 * simple.el (list-processes): Return nil as the docstring says.
6609
a6bc05e1
MA
66102011-05-05 Michael Albinus <michael.albinus@gmx.de>
6611
6612 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
6613 to "".
6614 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6615 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
6616 determining of binary transfer. (Bug#7383)
6617
23c22e9a
MA
66182011-05-05 Michael Albinus <michael.albinus@gmx.de>
6619
c4662635
SM
6620 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6621 Fix port computation bug. (Bug#8618)
23c22e9a 6622
0bff894f
GM
66232011-05-05 Glenn Morris <rgm@gnu.org>
6624
b8296902
GM
6625 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
6626
1f522ce8
GM
6627 * simple.el (shell-dynamic-complete-functions)
6628 (comint-dynamic-complete-functions): Declare.
6629
cf5bee67
GM
6630 * net/network-stream.el (gnutls-negotiate):
6631 * simple.el (tabulated-list-print): Fix declarations.
6632
6633 * progmodes/gud.el (syntax-symbol, syntax-point):
6634 Remove unnecessary and incorrect declarations.
6635
0bff894f
GM
6636 * emacs-lisp/check-declare.el (check-declare-scan):
6637 Handle byte-compile-initial-macro-environment in bytecomp.el
6638
9869b3ae
SM
66392011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6640
6641 Fix earlier half-done eieio-defmethod change (bug#8338).
6642 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
6643 Streamline and change calling convention.
6644 (defmethod): Adjust accordingly and simplify.
6645 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
6646 new eieio--defmethod.
6647 (slot-boundp): Minor CSE simplification.
6648
9c1d5ac5
MZ
66492011-05-05 Milan Zamazal <pdm@zamazal.org>
6650
6651 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
6652 (glasses-make-readable): Use glasses-separate-capital-groups.
6653
455c834e
JB
66542011-05-05 Juanma Barranquero <lekktu@gmail.com>
6655
6656 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
6657 (warning-series): Doc fix.
6658 (display-warning): Don't try to create the buffer if we just found it.
6659
9ed7c8cb
CY
66602011-05-04 Chong Yidong <cyd@stupidchicken.com>
6661
6662 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
6663 (autoload-find-generated-file): New function.
6664 (generate-file-autoloads): Bind generated-autoload-file to
6665 buffer-file-name.
9869b3ae
SM
6666 (update-file-autoloads, update-directory-autoloads):
6667 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
6668 output file (Bug#7989).
6669 (batch-update-autoloads): Doc fix.
6670
0898ca10
JB
66712011-05-04 Juanma Barranquero <lekktu@gmail.com>
6672
6673 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
6674
31dfb76c
GM
66752011-05-04 Glenn Morris <rgm@gnu.org>
6676
f330b642
GM
6677 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
6678 function, so it follows changes in calendar-date-style.
6679 (diary-fancy-date-matcher): New function.
6680 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
6681 (diary-fancy-font-lock-fontify-region-function):
6682 Use diary-fancy-date-pattern as a function.
6683
31dfb76c
GM
6684 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
6685 non-numbers for `year' etc pseudo-variables. (Bug#8583)
6686
48e79d6a
TZ
66872011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
6688
6689 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
6690 instead of positional arguments. Allow :keylist and :crlfiles
6691 arguments.
6692 (open-gnutls-stream): Call it.
6693
6694 * net/network-stream.el (network-stream-open-starttls): Adjust to
6695 call `gnutls-negotiate' with :process and :hostname arguments.
6696
dd5a5ee0
SM
66972011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6698
ef80fc09
SM
6699 * minibuffer.el (completion--message): New function.
6700 (completion--do-completion, minibuffer-complete)
6701 (minibuffer-force-complete, minibuffer-complete-word): Use it.
6702 (completion--do-completion): Don't ignore completion-auto-help when in
6703 icomplete-mode.
6704
dd5a5ee0
SM
6705 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
6706 internal encoding (e.g. tibetan zero is not whitespace).
6707 (global-whitespace-mode): Prefer save-current-buffer.
6708 (whitespace-trailing-regexp): Remove useless save-match-data.
6709 (whitespace-empty-at-bob-regexp): Minor simplification.
6710
b7d22a83
CY
67112011-05-03 Chong Yidong <cyd@stupidchicken.com>
6712
6713 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
6714
5192af46
AM
67152011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6716
6717 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 6718 Use `concat' to create string for insertion.
5192af46 6719
5767d190
SM
67202011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6721
6722 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
6723 Avoid open-line which runs post-self-insert-hook.
6724 (bibtex-fill-entry): Remove unused `end' var.
6725
bf242939
AM
67262011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
6727
5767d190
SM
6728 * textmodes/ispell.el (ispell-add-per-file-word-list):
6729 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 6730
25666126
LL
67312011-05-03 Leo Liu <sdl.web@gmail.com>
6732
6733 * isearch.el (isearch-yank-pop): New command.
5767d190 6734 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
6735 (isearch-forward): Mention it.
6736
52d3c2d0
SM
67372011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6738
1bcace58
SM
6739 * simple.el (minibuffer-complete-shell-command): Remove.
6740 (minibuffer-local-shell-command-map): Use completion-at-point.
6741 (read-shell-command): Setup completion vars here instead.
6742 (read-expression-map): Bind TAB to symbol completion.
6743
52d3c2d0
SM
6744 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
6745 error directly rather via storing it into `results'.
6746
35813471
LL
67472011-05-02 Leo Liu <sdl.web@gmail.com>
6748
6749 * vc/diff.el: Fix description.
6750
e793a940
LMI
67512011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6752
6753 * server.el (server-eval-at): New function.
6754
8de66e05
LMI
67552011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6756
6757 * net/network-stream.el (open-network-stream): Take a :nowait
6758 parameter and pass it on to `make-network-process'.
6759 (network-stream-open-plain): Ditto.
6760
dcb79f20
AS
67612011-04-30 Andreas Schwab <schwab@linux-m68k.org>
6762
6763 * faces.el (face-spec-set-match-display): Don't match toolkit
6764 options on terminal frames.
6765
14a7fbd8
SM
67662011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6767
7eabc1be
SM
6768 * progmodes/pascal.el: Use lexical binding.
6769 (pascal-mode-map): Remove author preferences.
6770
14a7fbd8
SM
6771 * pcomplete.el (pcomplete-std-complete): Don't abuse
6772 completion-at-point.
6773
50f84510
JB
67742011-04-28 Juanma Barranquero <lekktu@gmail.com>
6775
6e087a44
JB
6776 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
6777 removing code that has been dead since 1991 or so.
6778
50f84510
JB
6779 * startup.el (command-line): When warning about "_emacs", use a
6780 delayed warning to allow the user to filter it out.
6781
0ba690bd
DD
67822011-04-28 Deniz Dogan <deniz@dogan.se>
6783
6784 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
6785 user has not joined.
6786
08abfaad
SM
67872011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6788
6789 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
6790 aren't any completions at point.
6791
638f053a
JB
67922011-04-28 Juanma Barranquero <lekktu@gmail.com>
6793
6794 * subr.el (display-delayed-warnings): New function.
6795 (delayed-warnings-hook): New variable.
6796
8fff8daa
SM
67972011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6798
08abfaad
SM
6799 * minibuffer.el (completion-at-point, completion-help-at-point):
6800 Don't presume that a given completion-at-point-function will always
6801 use the same calling convention.
6802
8fff8daa
SM
6803 * pcomplete.el (pcomplete-completions-at-point):
6804 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
6805 pcomplete-seen is non-nil.
6806 (pcomplete-comint-setup): Also recognize the new comint/shell
6807 completion functions.
6808 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
6809 pcomplete-seen is non-nil.
6810
841a1577 68112011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 6812
841a1577 6813 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 6814 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 6815 the first character in the entry. This allows for code to add its
211ec907
UJ
6816 own uid to the entry.
6817 (icalendar--convert-float-to-ical): Add export of
6818 `diary-float'-entries save for those with the optional DAY
6819 argument.
6820
2a782793
DC
68212011-04-27 Daniel Colascione <dan.colascione@gmail.com>
6822
6823 * subr.el (shell-quote-argument): Use alternate escaping strategy
6824 when we spot a variable reference in a string.
6825
0438ce91
DC
68262011-04-26 Daniel Colascione <dan.colascione@gmail.com>
6827
6828 * cus-start.el (all): Define customization for debug-on-event.
6829
841a1577 68302011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
6831
6832 * subr.el (shell-quote-argument): Escape correctly under Windows.
6833
d090ed6c
SM
68342011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
6837
bfd31217
MA
68382011-04-25 Michael Albinus <michael.albinus@gmx.de>
6839
d090ed6c
SM
6840 * net/tramp.el (tramp-process-actions): Add POS argument.
6841 Delete region between POS and (pos).
bfd31217 6842
d090ed6c
SM
6843 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6844 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
6845 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
6846
6847 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
6848 position in `tramp-process-actions' call.
6849
6850 * net/trampver.el: Update release number.
6851
e92f3bd3
SM
68522011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6853
850256b5
SM
6854 * custom.el (defcustom): Obey lexical-binding.
6855
e92f3bd3
SM
6856 Fix octave-inf completion problems reported by Alexander Klimov.
6857 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
6858 Inherit from octave-mode-syntax-table.
6859 (inferior-octave-mode): Set info-lookup-mode.
6860 (inferior-octave-completion-at-point): New function.
6861 (inferior-octave-complete): Use it and completion-in-region.
6862 (inferior-octave-dynamic-complete-functions): Use it as well, and use
6863 comint-filename-completion.
6864 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
6865 symbol elements which shouldn't be word elements.
6866 (octave-font-lock-keywords, octave-beginning-of-defun)
6867 (octave-function-header-regexp): Adjust regexps accordingly.
6868 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
6869
cd22b309
JB
68702011-04-25 Juanma Barranquero <lekktu@gmail.com>
6871
6872 * net/gnutls.el (gnutls-errorp): Declare before first use.
6873
8b492194
TZ
68742011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
6875
6876 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
6877 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
6878 default trustfile exists before going to use it. Add missing
6879 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
6880 Reported by Claudio Bley <claudio.bley@gmail.com>.
6881 (open-gnutls-stream): Add usage example.
6882
6883 * net/network-stream.el (network-stream-open-starttls): Give host
6884 parameter to `gnutls-negotiate'.
6885 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 6886 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 6887
841a1577 68882011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 6889
cd22b309
JB
6890 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6891 Use correct match group (bug#8438).
05842630 6892
3ba7869c
CY
68932011-04-24 Chong Yidong <cyd@stupidchicken.com>
6894
512e3ae1
CY
6895 * emacs-lisp/package.el (package-built-in-p): Fix typo.
6896 (package-menu--generate): New arg specifying packages to show.
6897 (package-menu-refresh, package-menu-execute, list-packages):
6898 Callers changed.
6899 (package-show-package-list): New function, replacing deleted
6900 package--list-packages (renamed because it is non-internal).
6901
6902 * finder.el (finder-list-matches): Use package-show-package-list
6903 instead of deleted package--list-packages.
6904
e92f3bd3
SM
6905 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
6906 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
6907 (vc-annotate-mode-map): Bind it to RET.
6908
7031be6d
UR
69092011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
6910
6911 * progmodes/etags.el (next-file): Don't use set-buffer to change
6912 buffers (Bug#8478).
6913
4ef177aa
CY
69142011-04-24 Chong Yidong <cyd@stupidchicken.com>
6915
c8d173eb
CY
6916 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
6917
4ef177aa
CY
6918 * apropos.el (apropos-label-face): Avoid variable-pitch face.
6919 (apropos-accumulator): Doc fix.
6920 (apropos-function, apropos-macro, apropos-command)
6921 (apropos-variable, apropos-face, apropos-group, apropos-widget)
6922 (apropos-plist): Add face property.
6923 (apropos-symbols-internal): Fix indentation.
6924 (apropos-print): Simplify help, and recognize apropos-multi-type.
6925 (apropos-print-doc): Use button-type-get to extract the button's
6926 face property. Fill docstring (Bug#8352).
6927
4ffd0d6b 69282011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
6929
6930 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
6931
c6c32125 6932 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 6933 (mpuz-mode-map): Use mapc.
c6c32125
JB
6934 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
6935 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
6936 Fix typos in docstrings.
6937
58d468b4
JB
6938 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
6939 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
6940
6470c3c6
JB
6941 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
6942
4ffd0d6b 69432011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
6944
6945 * minibuffer.el (completion--do-completion): Avoid the "Next char
6946 not unique" prompt if icomplete-mode is enabled (Bug#5849).
6947
3ad8bad0
CY
6948 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
6949 mouse-2 into unread-command-events, it is interpreted correctly.
6950
71d73c9c 6951 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 6952 (image-toggle-display): Doc fix.
71d73c9c 6953
841a1577 69542011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 6955
4ffd0d6b
GM
6956 * textmodes/page.el (what-page): Use line-number-at-pos to
6957 calculate line number (Bug#6825).
6e1dbaa9 6958
c2fb1b60
JB
69592011-04-22 Juanma Barranquero <lekktu@gmail.com>
6960
6961 * eshell/esh-mode.el (find-tag-interactive): Declare function.
6962 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
6963 Pass argument NO-DEFAULT to `find-tag-interactive'.
6964
e02f48d7
JB
69652011-04-22 Juanma Barranquero <lekktu@gmail.com>
6966
6967 Lexical-binding cleanup.
6968
6969 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
6970 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
6971 * progmodes/ada-prj.el (ada-prj-initialize-values)
6972 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
6973 (ada-prj-show-value):
6974 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
6975 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
6976 (antlr-invalidate-context-cache, antlr-options-menu-filter)
6977 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
6978 * progmodes/bug-reference.el (bug-reference-push-button):
6979 * progmodes/fortran.el (fortran-line-length):
6980 * progmodes/glasses.el (glasses-change):
6981 * progmodes/octave-mod.el (octave-fill-paragraph):
6982 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
6983 (python-pdbtrack-grub-for-buffer, python-sentinel):
6984 * progmodes/sql.el (sql-save-connection):
6985 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
6986 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
6987 Mark unused parameters.
6988
6989 * progmodes/compile.el (compilation--flush-directory-cache)
6990 (compilation--flush-parse, compile-internal): Mark unused parameters.
6991 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
6992 (compilation-next-error-function): Remove unused variable `timestamp'.
6993
6994 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
6995 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
6996
6997 * progmodes/dcl-mode.el (dcl-end-of-command):
6998 Remove unused variable `start'.
6999 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
7000 (dcl-option-value-basic, dcl-option-value-offset)
7001 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
7002 Mark unused parameters.
7003 (dcl-save-local-variable): Remove unused variable `val'.
7004 (mode): Declare.
7005
7006 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
7007 Mark unused parameters.
7008 (delphi-ignore-changes): Move before first use.
7009 (delphi-charset-token-at): Remove unused variable `start'.
7010 (delphi-else-start): Remove unused variable `if-count'.
7011 (delphi-comment-block-start, delphi-comment-block-end):
7012 Remove unused variable `kind'.
7013 (delphi-indent-line): Remove unused variable `new-point'.
7014
7015 * progmodes/ebrowse.el (ebrowse-files-list)
7016 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
7017 Mark unused parameters. Don't quote `lambda'.
7018 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
7019 Don't quote `lambda'.
7020 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
7021 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
7022 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
7023 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
7024 Use `ignore-errors'.
7025 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
7026 (ebrowse-view/find-file-and-search-pattern)
7027 (ebrowse-view/find-member-declaration/definition):
7028 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
7029 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
7030 Rename parameter PREFIX-ARG to PREFIX.
7031 (ebrowse-tags-read-name): Remove unused variables `start' and
7032 `member-info'.
7033 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
7034 to `tags-file'.
7035
7036 * progmodes/etags.el (local-find-tag-hook): Declare.
7037 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
7038 Mark unused parameters.
7039
7040 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
7041 (executable-interpret): Mark unused parameter.
7042
7043 * progmodes/flymake.el (flymake-process-sentinel)
7044 (flymake-after-change-function)
7045 (flymake-create-temp-with-folder-structure)
7046 (flymake-get-include-dirs-dot): Mark unused parameters.
7047 (flymake-safe-delete-directory): Remove unused variable `err'.
7048
7049 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
7050 (speedbar-timer-fn, speedbar-line-text)
7051 (speedbar-change-expand-button-char, speedbar-delete-subblock)
7052 (speedbar-center-buffer-smartly): Declare functions.
7053 (gdb-find-watch-expression): Remove unused variable `array'.
7054 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
7055 (gdb-starting): Mark unused parameters.
7056 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
7057 (gdb-table-string): Remove unused variable `res'.
7058 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
7059 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
7060 (gdb-display-buffer): Remove unused variable `cur-size'.
7061
7062 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
7063 allow lexical-binding compilation.
7064 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
7065 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
7066 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
7067 Mark unused parameters.
7068 (gud-gdb-marker-filter): Remove unused variable `match'.
7069 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
7070 lambda expressions and funcall them, instead of using `fset'.
7071
7072 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
7073 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
7074
7075 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
7076 variable `header-beg'; use `let'.
7077
7078 * progmodes/icon.el (indent-icon-exp): Remove unused variables
7079 `restart', `last-sexp' and `at-do'.
7080
7081 * progmodes/js.el (js--debug): Mark unused parameter.
7082 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
7083 (js--splice-into-items): Remove unused variable `item'.
7084 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
7085
7086 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
7087 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
7088 (makefile-complete): Remove unused variable `try'.
7089 (makefile-fill-paragraph, makefile-match-function-end):
7090 Mark unused parameters.
7091
7092 * progmodes/octave-inf.el (inferior-octave-complete):
7093 Remove unused variable `proc'.
7094 (inferior-octave-output-digest): Mark unused parameter.
7095
7096 * progmodes/perl-mode.el (perl-calculate-indent):
7097 Remove unused variable `err'.
7098
7099 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
7100 (prolog-indent-line): Mark unused parameters.
7101 (prolog-indent-line): Remove unused variable `beg'.
7102
7103 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
7104 (reporter-dont-compact-list): Declare.
7105
7106 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
7107 Remove unused variable `char'.
7108 (sh-debug): Mark unused parameter.
7109 (sh-get-indent-info): Remove unused variable `start'.
7110 (sh-calculate-indent): Remove unused variable `var'.
7111
7112 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
7113 (simula-electric-keyword): Remove unused variable `null'.
7114 (simula-search-backward, simula-search-forward): Remove unused
7115 variables `begin' and `end'.
7116
7117 * progmodes/vera-mode.el (vera-guess-basic-syntax):
7118 Remove unused variable `pos'.
7119 (vera-electric-tab, vera-comment-uncomment-region):
7120 Mark unused parameters.
7121 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
7122
7ede3b65
CY
71232011-04-22 Chong Yidong <cyd@stupidchicken.com>
7124
7125 * emacs-lisp/package.el (package--builtins, package-alist)
7126 (package-load-descriptor, package-built-in-p, package-activate)
7127 (define-package, package-installed-p)
7128 (package-compute-transaction, package-buffer-info)
7129 (package--push): Doc fix. Distinguish more clearly between
7130 version strings and version lists.
7131
121656e9
JB
71322011-04-21 Juanma Barranquero <lekktu@gmail.com>
7133
7134 Lexical-binding cleanup.
7135
7136 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
7137 (5x5-make-mutate-best):
7138 * play/fortune.el (fortune-in-buffer):
7139 * play/gomoku.el (gomoku-init-display):
7140 * play/solitaire.el (solitaire, solitaire-do-check):
7141 * play/tetris.el (tetris-default-update-speed-function):
7142 Mark unused parameters.
7143
7144 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
7145 (bubbles--shift): Remove unused variable `char-org'.
7146 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
7147 (bubbles--show-images): Remove unused variable `char'.
7148
7149 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
7150 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
7151 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
7152 (decipher-analyze-buffer): Use ?\s.
7153 (decipher-make-checkpoint): Remove unused variable `mapping'.
7154
7155 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
7156
7157 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
7158 Remove unused variable `result'; use `let'.
7159
7160 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
7161 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
7162 (gametree-children-shown-p, gametree-compute-reduced-score):
7163 Use `ignore-errors'.
7164
7165 * play/handwrite.el (ps-lpr-switches): Declare.
7166 (handwrite): Remove unused variables `pmin' and `lastp'.
7167
7168 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
7169
7170 * play/landmark.el (landmark-init-display)
7171 (landmark-update-naught-weights): Mark unused parameters.
7172 (landmark-y): Remove unused variable `noise'. Simplify.
7173 (landmark-human-plays): Remove unused variable `score'.
7174
7175 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
7176 (mpuz-try-proposal): Remove unused variable `game'.
7177
7178 * play/zone.el (life-patterns): Declare.
7179
80f499c7
JB
71802011-04-20 Juanma Barranquero <lekktu@gmail.com>
7181
7182 * vc/vc.el (ediff-vc-internal): Declare function.
7183
024ff170
SM
71842011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7185
c0a193ea
SM
7186 * shell.el: Use lexical-binding and std completion UI.
7187 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
7188 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
7189 comint-preoutput-filter-functions rather than on
7190 comint-output-filter-functions.
7191 (shell-command-completion, shell--command-completion-data)
7192 (shell-filename-completion, shell-environment-variable-completion)
7193 (shell-c-a-p-replace-by-expanded-directory): New functions.
7194 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
7195 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
7196 (shell-dynamic-complete-environment-variable): Use them.
7197 (shell-dynamic-complete-as-environment-variable)
7198 (shell-dynamic-complete-as-command): Remove.
7199 (shell-match-partial-variable): Match past point.
7200 * comint.el: Clean up use of completion-at-point-functions.
7201 (comint-completion-at-point): New function.
7202 (comint-mode): Use it completion-at-point-functions.
7203 (comint-dynamic-complete): Make it obsolete.
7204 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
7205 (comint-c-a-p-replace-by-expanded-history): New function.
7206 (comint-dynamic-complete-functions)
7207 (comint-replace-by-expanded-history): Use it.
7208 * minibuffer.el (completion-table-with-terminator): Allow dynamic
7209 termination strings. Try harder to avoid second try-completion.
7210 (completion-in-region-mode-map): Disable bindings that don't work yet.
7211
2dbaa080
SM
7212 * comint.el: Use lexical-binding. Require CL.
7213 (comint-dynamic-complete-functions): Use comint-filename-completion.
7214 (comint-completion-addsuffix): Tweak custom type.
7215 (comint-filename-completion, comint--common-suffix)
7216 (comint--common-quoted-suffix, comint--table-subvert)
7217 (comint--complete-file-name-data): New functions.
7218 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
7219 (comint-dynamic-list-filename-completions): Use them.
7220 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 7221
2dbaa080
SM
7222 * minibuffer.el (completion-in-region-mode):
7223 Keep completion-in-region-mode--predicate global.
7224 (completion-in-region--postch):
7225 Assume completion-in-region-mode--predicate is not null.
7226
c79a6f38
SM
7227 * progmodes/flymake.el (flymake-start-syntax-check-process):
7228 Obey `dir'. Simplify.
7229
024ff170
SM
7230 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
7231 we're in VC after all.
7232
1c6c854e
CS
72332011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
7234
7235 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 7236 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
7237 (vc-version-diff): Use vc-diff-build-argument-list-internal.
7238
bed7f140
SM
72392011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7240
332e62ab
SM
7241 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
7242 add sanity check.
7243
bed7f140
SM
7244 * obsolete/erc-hecomplete.el: Make obsolete.
7245 * obsolete/: Standardize obsolescence info in the header.
7246
f195c582
GM
72472011-04-20 Glenn Morris <rgm@gnu.org>
7248
7249 * calendar/solar.el (solar-horizontal-coordinates):
7250 Use the longitude argument rather than `calendar-longitude'.
7251 (solar-date-next-longitude): Remove unused locals.
7252
cb79b8c0
VJL
72532011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7254
7255 * whitespace.el: New version 13.2.1.
7256
72572011-04-20 felix <EmacsWiki> (tiny change)
7258
d8e4b68b 7259 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
7260 switching between major modes on a file.
7261
602ea69d
SM
72622011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7263
7264 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
7265 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
7266 multi-line comments as well.
7267
06b60517
JB
72682011-04-19 Juanma Barranquero <lekktu@gmail.com>
7269
7270 Lexical-binding cleanup.
7271
7272 * arc-mode.el (archive-mode-revert):
7273 * cmuscheme.el (scheme-interactively-start-process):
7274 * custom.el (custom-initialize-delay):
7275 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
7276 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
7277 * emacs-lock.el (emacs-lock-clear-sentinel):
7278 * ezimage.el (defezimage):
7279 * follow.el (follow-avoid-tail-recenter):
7280 * fringe.el (set-fringe-mode-1):
7281 * generic-x.el (bat-generic-mode-compile):
7282 * help-mode.el (help-info-variable, help-do-xref)
7283 (help-mode-revert-buffer):
7284 * help.el (view-emacs-todo):
7285 * iswitchb.el (iswitchb-completion-help):
7286 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
7287 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
7288 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
7289 * locate.el (locate-update):
7290 * longlines.el (longlines-encode-region)
7291 (longlines-after-change-function):
7292 * outline.el (outline-isearch-open-invisible):
7293 * ps-def.el (declare-function, charset-dimension, char-width)
7294 (encode-char):
7295 * ps-mule.el (ps-mule-plot-string):
7296 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
7297 (recentf-edit-list-select, recentf-edit-list-validate)
7298 (recentf-open-files-action):
7299 * rect.el (delete-whitespace-rectangle-line)
7300 (rectangle-number-line-callback):
7301 * register.el (window-configuration-to-register)
7302 (frame-configuration-to-register):
7303 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
7304 * select.el (xselect-convert-to-string, xselect-convert-to-length)
7305 (xselect-convert-to-targets, xselect-convert-to-delete)
7306 (xselect-convert-to-filename, xselect-convert-to-charpos)
7307 (xselect-convert-to-lineno, xselect-convert-to-colno)
7308 (xselect-convert-to-os, xselect-convert-to-host)
7309 (xselect-convert-to-user, xselect-convert-to-class)
7310 (xselect-convert-to-name, xselect-convert-to-integer)
7311 (xselect-convert-to-atom, xselect-convert-to-identity):
7312 * subr.el (declare, ignore, process-kill-without-query)
7313 (text-clone-maintain):
7314 * terminal.el (te-get-char, te-tic-sentinel):
7315 * tool-bar.el (tool-bar-make-keymap):
7316 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
7317 * type-break.el (type-break-mode, type-break-noninteractive-query):
7318 * view.el (View-back-to-mark):
7319 * wid-browse.el (widget-browse-action, widget-browse-widget)
7320 (widget-browse-widgets, widget-browse-sexp):
7321 * widget.el (define-widget-keywords):
7322 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
7323 Mark unused parameters.
7324
7325 * align.el (align-adjust-col-for-rule): Mark unused parameter.
7326 (align-areas): Remove unused variable `look'.
7327 (align-region): Remove unused variables `real-end' and `pos-list'.
7328
7329 * apropos.el (apropos-score-doc): Remove unused variable `i'.
7330
7331 * bindings.el (mode-line-modified, mode-line-remote):
7332 Mark unused parameters.
7333 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
7334
7335 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
7336 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
7337
7338 * comint.el (comint-history-isearch-pop-state)
7339 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
7340 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
7341 (comint-substitute-in-file-name): Doc fix.
7342
7343 * completion.el (cmpl-statistics-block): Mark unused parameter.
7344 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
7345 (save-completions-to-file, load-completions-from-file):
7346 Remove unused local variable `e'.
7347
7348 * composite.el (compose-chars): Remove unused variable `len'.
7349 (lgstring-insert-glyph): Remove unused variable `g'.
7350 (compose-glyph-string): Remove unused variables `ascent',
7351 `descent', `lbearing' and `rbearing'.
7352 (compose-glyph-string-relative): Remove unused variables
7353 `lbearing', `rbearing' and `wadjust'.
7354 (compose-gstring-for-graphic): Remove unused variables `header',
7355 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
7356 (compose-gstring-for-terminal): Remove unused variables `header'
7357 and `nchars'. Use `let', not `let*'.
7358
7359 * cus-edit.el (Custom-set, Custom-save, custom-reset)
7360 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
7361 (Custom-buffer-done, custom-buffer-create-internal)
7362 (custom-browse-visibility-action, custom-browse-group-tag-action)
7363 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
7364 (widget-magic-mouse-down-action, custom-toggle-parent)
7365 (custom-add-parent-links, custom-toggle-hide-variable)
7366 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
7367 (custom-toggle-hide-face, face, hook, custom-group-link-action)
7368 (custom-face-menu-create, custom-variable-menu-create, get)
7369 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
7370 (custom-reset-standard-save-and-update): Remove unused variable `value'.
7371 (customize-apropos): Remove unused variable `tests'.
7372 (custom-group-value-create): Remove unused variable `hidden-p'.
7373 (sort-fold-case): Declare.
7374
7375 * cus-theme.el (custom-reset-standard-faces-list)
7376 (custom-reset-standard-variables-list): Declare.
7377 (customize-create-theme, custom-theme-revert, custom-theme-write)
7378 (custom-theme-choose-mode, customize-themes, custom-theme-save):
7379 Mark unused parameters.
7380
7381 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
7382
7383 * delim-col.el (delimit-columns-max): Move defvar before first use.
7384
7385 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 7386 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
7387
7388 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
7389 (auto-insert): Declare.
7390 (desktop-restore-file-buffer): Rename desktop-* parameters;
7391 mark unused ones.
7392 (desktop-create-buffer): Rename desktop-* parameters and bind them.
7393 (desktop-buffer): Rename desktop-* parameters.
7394
7395 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7396 (dframe-reposition-frame-xemacs, dframe-help-echo)
7397 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
7398 Mark unused parameters.
7399
7400 * dired-aux.el (backup-extract-version-start, overwrite-query)
7401 (overwrite-backup-query, rename-regexp-query)
7402 (rename-non-directory-query): Declare.
7403 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
7404 (dired-add-entry): Remove unused variable `orig-file-name'.
7405 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
7406 Use parameter PRESERVE-TIME instead of accessing dynamic variable
7407 `dired-copy-preserve-time' directly.
7408 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
7409 (dired-insert-subdir-newpos): Rename unused variable `pos'.
7410
7411 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
7412 (dired-virtual-revert, dired-make-relative-symlink):
7413 Mark unused parameters.
7414 (manual-program): Declare.
7415 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
7416 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
7417 wrapped in `with-no-warnings' to avoid replacing one warning by another.
7418
7419 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
7420
7421 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
7422
7423 * echistory.el (electric-history-in-progress, Helper-return-blurb):
7424 Declare.
7425
7426 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
7427
7428 * electric.el (Electric-command-loop): Rename parameter
7429 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
7430
7431 * expand.el (expand-in-literal): Remove unused variable `here'.
7432
7433 * facemenu.el (facemenu-add-new-color):
7434 Remove unused variable `docstring'.
7435
7436 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
7437 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
7438 (face-attr-construct): Mark unused parameter. Doc fix.
7439 (read-color): Remove unused variable `hex-string'.
7440
7441 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
7442 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
7443 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
7444 (display-buffer-other-frame): Remove unused variable `old-window'.
7445 (kill-buffer-hook): Declare.
7446 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
7447 Mark unused parameters.
7448 (after-find-file): Pass 1 to `auto-save-mode', not t.
7449
7450 * files-x.el (auto-insert): Declare.
7451 (modify-file-local-variable-prop-line): Remove unused variable `val'.
7452
7453 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 7454 variable `buf'. Mark unused parameter.
06b60517
JB
7455 (find-lisp-insert-directory): Mark unused parameter.
7456
7457 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
7458 (format-encode-region): Remove unused variables `cur-buf' and `result'.
7459 (format-common-tail): Remove, unused.
7460 (format-deannotate-region): Remove unused variable `loc'.
7461 (format-annotate-region): Remove unused variable `p'.
7462 (format-annotate-single-property-change): Remove unused variables
7463 `default' and `tail'.
7464
7465 * forms.el (read-file-filter): Declare.
7466 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
7467
7468 * frame.el (frame-creation-function-alist): Mark unused parameter.
7469 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
7470
7471 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
7472 Remove unused parameters.
7473 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
7474 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
7475
7476 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
7477 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
7478 (hfy-prepare-tag-map): Mark unused parameters.
7479 (htmlfontify-buffer): Use `called-interactively-p'.
7480
7481 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
7482 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
7483 (ibuffer-do-occur): Mark unused parameters.
7484 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
7485 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
7486
7487 * ibuffer.el: Don't quote `lambda'.
7488 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
7489 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
7490 Mark unused parameters.
7491
7492 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
7493 (ido-completing-read): Mark unused parameters.
7494 (ido-copy-current-word): Mark unused parameters;
7495 remove unused variable `name'.
7496 (ido-sort-merged-list): Remove unused parameter `dirs'.
7497
7498 * ielm.el (ielm-input-sender): Mark unused parameter.
7499 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
7500 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
7501 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
7502 `ielm-string' as a dynamic variable accessible from the IELM prompt.
7503 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
7504
7505 * image-dired.el (image-dired-display-thumbs): Remove unused
7506 variables `curr-file' and `count'.
7507 (image-dired-remove-tag): Remove unused variable `start'.
7508 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
7509 variable `curr-file'
7510 (image-dired-rotate-original): Remove unused variable `temp-file'.
7511 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
7512 Remove unused variable `file'.
7513 (image-dired-gallery-generate): Remove unused variable `curr'.
7514 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
7515
7516 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
7517
7518 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
7519
7520 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
7521
7522 * isearch.el (minibuffer-history-symbol): Declare.
7523 (isearch-edit-string): Remove unused variable `err'.
7524 (isearch-message-prefix, isearch-message-suffix):
7525 Mark unused parameters.
7526
7527 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
7528
7529 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
7530
7531 * makesum.el (double-column): Remove unused variable `cnt'.
7532
7533 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
7534 (ido-ignore-item-temp-list): Declare.
7535
7536 * mouse-drag.el (mouse-drag-throw): Remove unused variables
7537 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
7538 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
7539 (mouse-drag-drag): Remove unused variables `mouse-delta' and
7540 `mouse-col-delta'.
7541
7542 * mouse-sel.el (mouse-extend-internal):
7543 Remove unused variable `orig-window-frame'.
7544
7545 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
7546 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
7547 Move declarations before first use.
7548 (pcomplete-opt): Mark unused parameters; doc fix.
7549
7550 * proced.el (proced-revert): Mark unused parameter.
7551 (proced-send-signal): Remove unused variable `err'.
7552
7553 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
7554 Rename parameter PREFIX-ARG to ARG.
7555 (ps-basic-plot-string, ps-basic-plot-whitespace):
7556 Mark unused parameters.
7557
7558 * replace.el (replace-count): Define.
7559 (occur-revert-function): Mark unused parameters.
7560 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
7561 (isearch-case-fold-search, isearch-string): Declare.
7562 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
7563 bind `case-fold-search'. Remove unused variables `beg' and `end',
7564 and simplify.
7565 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
7566 COUNT and bind `replace-count'.
7567 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
7568 to COUNT.
7569
7570 * savehist.el (print-readably, print-string-length): Declare.
7571
7572 * shadowfile.el (shadow-expand-cluster-in-file-name):
7573 Remove unused variable `cluster'.
7574 (shadow-copy-file): Remove unused variable `i'.
7575 (shadow-noquery, shadow-clusters, shadow-site-cluster)
7576 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
7577 (shadow-define-literal-group, shadow-define-regexp-group)
7578 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
7579
7580 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
7581 (shell): Use `called-interactively-p'.
7582 (shell-directory-tracker): Remove unused variable `chdir-failure'.
7583
7584 * simple.el (compilation-context-lines, comint-file-name-quote-list)
7585 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
7586 (delete-backward-char): Remove unused variable `ocol'.
7587 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
7588 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
7589 (event-apply-hyper-modifier, event-apply-shift-modifier)
7590 (event-apply-control-modifier, event-apply-meta-modifier):
7591 Mark unused parameters.
7592 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
7593 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
7594
7595 * speedbar.el (speedbar-ignored-directory-expressions)
7596 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
7597 (speedbar-find-file, speedbar-dir-follow)
7598 (speedbar-directory-buttons-follow, speedbar-tag-find)
7599 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
7600 (speedbar-buffers-line-directory, speedbar-buffer-click):
7601 Mark unused parameters.
7602 (speedbar-tag-file): Remove unused variable `mode'.
7603 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
7604
7605 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
7606
7607 * talk.el (talk): Remove unused variable `display'.
7608
7609 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
7610 (tar-write-region-annotate): Mark unused parameter.
7611
7612 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
7613 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
7614 Declare them, wrapped in `with-no-warnings' to avoid replacing one
7615 warning by another.
7616
7617 * time-stamp.el (time-stamp-string-preprocess):
7618 Remove unused variable `require-padding'.
7619
7620 * tree-widget.el (widget-glyph-enable): Declare.
7621 (tree-widget-action): Mark unused parameter.
7622
7623 * w32-fns.el (x-get-selection): Mark unused parameter.
7624 (autoload-make-program, generated-autoload-file): Declare.
7625
7626 * wdired.el (wdired-revert): Mark unused parameters.
7627 (wdired-xcase-word): Remove unused variable `err'.
7628
7629 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
7630 (whitespace-help-scroll): Remove unused variable `data-help'.
7631
7632 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
7633 (widget-image-insert, widget-after-change, default)
7634 (widget-default-format-handler, widget-default-notify)
7635 (widget-default-prompt-value, widget-info-link-action)
7636 (widget-url-link-action, widget-function-link-action)
7637 (widget-variable-link-action, widget-file-link-action)
7638 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
7639 (widget-field-prompt-internal, widget-field-action, widget-field-match)
7640 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
7641 (widget-insert-button-action, widget-delete-button-action, visibility)
7642 (widget-documentation-link-action, widget-documentation-string-action)
7643 (widget-const-prompt-value, widget-regexp-match, symbol)
7644 (widget-coding-system-prompt-value)
7645 (widget-key-sequence-value-to-external, sexp)
7646 (widget-sexp-value-to-internal, character, vector, cons)
7647 (widget-choice-prompt-value, widget-boolean-prompt-value)
7648 (widget-color--choose-action): Mark unused parameters.
7649 (widget-item-match-inline, widget-choice-match-inline)
7650 (widget-checklist-match, widget-checklist-match-inline)
7651 (widget-group-match): Rename parameter VALUES to VALS.
7652 (widget-field-value-set): Remove unused variable `size'.
7653 (widget-color-action): Remove unused variables `value' and `start'.
7654
7655 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 7656 variable `dir'. Doc fix.
06b60517
JB
7657 (windmove-find-other-window): Don't pass it.
7658
7659 * window.el (count-windows): Mark unused parameter.
7660 (bw-adjust-window): Remove unused variable `err'.
7661
7662 * woman.el (woman-file-name): Remove unused variable `default'.
7663 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
7664 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
7665 (global-font-lock-mode): Declare.
7666 (woman-decode-region): Mark unused parameter.
7667 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
7668
7669 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
7670 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
7671 (x-dnd-handle-moz-url): Remove unused variable `title'.
7672 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
7673
7674 * xml.el (xml-parse-tag, xml-parse-attlist):
7675 Remove unused variable `pos'.
7676
bc4f7f3d
GM
76772011-04-19 Glenn Morris <rgm@gnu.org>
7678
7679 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
7680 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7681 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7682 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
7683 * calendar/cal-html.el (cal-html-insert-minical):
7684 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
7685 (calendar-mark-date-pattern):
7686 Prefix "unused" locals.
7687
7688 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
7689 optional argument `style'.
7690
7691 * calendar/appt.el (appt-make-list):
7692 * calendar/cal-china.el (calendar-chinese-date-string):
7693 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
7694 (diary-hebrew-yahrzeit):
7695 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
7696 * calendar/calendar.el (calendar-generate-window):
7697 * calendar/time-date.el (time-to-days):
7698 Remove unused local variables.
7699
16a43933
CY
77002011-04-18 Chong Yidong <cyd@stupidchicken.com>
7701
7702 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
7703 glyphless-char-display table.
7704 (tabulated-list-glyphless-char-display): New var.
7705
7eed1860
SS
77062011-04-18 Sam Steingold <sds@gnu.org>
7707
7708 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
7709 to acknowledgments.
7710
4d2d1ccd
GM
77112011-04-17 Glenn Morris <rgm@gnu.org>
7712
7713 * calendar/diary-lib.el (diary-sexp-entry):
7714 * calendar/holidays.el (holiday-sexp):
7715 Set debug-on-error rather than the removed stack-trace-on-error.
7716
239da61d
GM
77172011-04-16 Glenn Morris <rgm@gnu.org>
7718
7719 * progmodes/f90.el: Use lexical-binding.
7720 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
7721
8b05752a
SM
77222011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7723
daca8ba5
SM
7724 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
7725 (mail-mode): Setup mailalias completion here instead.
7726 * mail/mailalias.el: Use lexical-binding.
7727 (pattern, mailalias-done): Declare dynamic.
7728 (mail-completion-at-point-function): New function, from mail-complete.
7729 (mail-complete): Use it.
7730 (mail-completion-expand): New function.
7731 (mail-get-names): Use it.
7732 (mail-directory, mail-directory-process, mail-directory-stream):
7733 Don't use `pattern' for lexically bound arg.
7734
6f542485
SM
7735 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
7736
037e7c3f
SM
7737 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
7738 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
7739 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
7740
8b05752a
SM
7741 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
7742 (byte-save-window-excursion, byte-temp-output-buffer-setup)
7743 (byte-interactive-p): Define them again, for use when inlining
7744 old code.
7745
49093f60
JB
77462011-04-15 Juanma Barranquero <lekktu@gmail.com>
7747
7748 * loadup.el: Use `string-to-number', not `string-to-int'.
7749
b5b8e7de
SM
77502011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7751
7752 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
7753 gud-gdb-complete-command.
7754 (gud-gdb-completions): New function, from gud-gdb-complete-command.
7755 (gud-gdb-completion-at-point): New function.
7756 (gud-gdb-completions): Remove.
7757
f42efeb5
MA
77582011-04-14 Michael Albinus <michael.albinus@gmx.de>
7759
49093f60
JB
7760 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
7761 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
7762 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
7763 whether `executable-find' is bound.
f42efeb5
MA
7764
7765 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
7766
e240cc21
SM
77672011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7768
7769 * minibuffer.el (completion-in-region-mode-predicate)
7770 (completion-in-region-mode--predicate): New vars.
7771 (completion-in-region, completion-in-region--postch)
7772 (completion-in-region-mode): Use them.
7773 (completion--capf-wrapper): Also return the hook function.
7774 (completion-at-point, completion-help-at-point):
7775 Adjust and provide a predicate.
c2bd2ab0
SM
7776
7777 Preserve arg names for advice of subr and lexical functions (bug#8457).
7778 * help-fns.el (help-function-arglist): Consolidate the subr and
7779 new-byte-code cases. Add argument `preserve-names' to extract names
7780 from the docstring when needed.
7781 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
7782 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
7783 (ad-arglist): Use help-function-arglist's new arg.
7784 (ad-definition-type): Use cond.
7785
c183f693
JB
77862011-04-13 Juanma Barranquero <lekktu@gmail.com>
7787
06641a47
JB
7788 * autorevert.el (auto-revert-handler):
7789 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
7790 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
7791 Don't quote lambda.
7792
c183f693
JB
7793 * image-mode.el (image-transform-set-scale):
7794 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
7795
1e3b6001
G
77962011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7797
7798 * net/network-stream.el (network-stream-open-starttls): Only do
7799 opportunistic STARTTLS upgrades if we have built-in gnutls support.
7800 Upgrades via gnutls-cli are too slow to be done opportunistically.
7801
2d6af8dd
JB
78022011-04-12 Juanma Barranquero <lekktu@gmail.com>
7803
7804 * dframe.el (dframe-current-frame): Remove spurious quote.
7805
c0749a51
GM
78062011-04-12 Glenn Morris <rgm@gnu.org>
7807
088d0d61
GM
7808 * calendar/cal-tex.el (cal-tex-end-document):
7809 Try to automatically use latin1 input if needed.
7810
c0749a51
GM
7811 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
7812 Don't try to cons a mark onto an empty element.
7813
5c90fde0
LL
78142011-04-11 Leo Liu <sdl.web@gmail.com>
7815
7816 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
7817 buffers.
7818 (ido-kill-buffer-at-head): Support killing virtual buffers.
7819
369e974d
CY
78202011-04-10 Chong Yidong <cyd@stupidchicken.com>
7821
7822 * minibuffer.el (completion-show-inline-help): New var.
7823 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
7824 (minibuffer-force-complete, minibuffer-complete-word):
7825 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
7826
7827 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
7828 to avoid interference from inline help (Bug#5849).
7829
37f1c930
LL
78302011-04-10 Leo Liu <sdl.web@gmail.com>
7831
099c39a4
JB
7832 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7833 Fix typo.
37f1c930 7834
a32d4040
CY
78352011-04-09 Chong Yidong <cyd@stupidchicken.com>
7836
7837 * image-mode.el (image-toggle-display-image): Signal an error if
7838 not in Image mode.
7839 (image-transform-mode, image-transform-resize)
7840 (image-transform-set-rotation): Doc fix.
daca8ba5 7841 (image-transform-set-resize): Delete.
a32d4040
CY
7842 (image-transform-set-scale, image-transform-fit-to-height)
7843 (image-transform-fit-to-width): Handle image-toggle-display-image
7844 and image-transform-resize directly.
7845
099c39a4 78462011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
7847
7848 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
7849 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
7850 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
7851 (doc-view-mode-map): Add bindings for the new functions.
7852
099c39a4 78532011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 7854
4d61f28d 7855 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
7856 Fix typo in docstring.
7857
3726838a
EZ
78582011-04-08 Eli Zaretskii <eliz@gnu.org>
7859
04f33f1e
EZ
7860 * files.el (file-size-human-readable): Produce one digit after
7861 decimal, like "ls -lh" does.
7862
7863 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
7864 the file size representation.
7865
3726838a
EZ
7866 * simple.el (list-processes): If async subprocesses are not
7867 available, error out with a clear error message.
7868
cbb59342
CY
78692011-04-08 Chong Yidong <cyd@stupidchicken.com>
7870
7871 * help.el (help-form-show): New function, to be called from C.
7872 Put help-form output in a buffer named differently than *Help*.
7873
e3971c44
EZ
78742011-04-08 Eli Zaretskii <eliz@gnu.org>
7875
7876 * files.el (file-size-human-readable): New function.
7877
7878 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
7879 computing the representation inline. Don't require `cl'.
7880
12544bbe
GM
78812011-04-08 Glenn Morris <rgm@gnu.org>
7882
a1de6c6a
GM
7883 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
7884
3c4671f4
GM
7885 * net/browse-url.el (browse-url-firefox):
7886 Test system-type, not system-configuration.
7887
b605679c
GM
7888 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
7889 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
7890 Use log-edit-empty-buffer-p. (Bug#7598)
7891
56442f0c
GM
7892 * net/rlogin.el (rlogin-process-connection-type): Simplify.
7893 (rlogin-mode-map): Initialize in the defvar.
7894 (rlogin): Use ignore-errors.
7895
12544bbe
GM
7896 * replace.el (occur-mode-map): Some fixes for menu items.
7897
eb237b0f
AH
78982011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7899
7900 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
7901
7d668f2c
CY
79022011-04-06 Chong Yidong <cyd@stupidchicken.com>
7903
e67a13ab
CY
7904 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
7905 issuing unused warnings.
7906
7907 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
7908 macro directly.
7909
7d668f2c
CY
7910 * simple.el: Lisp reimplement of list-processes. Based on an
7911 earlier reimplementation by Leo Liu, but using tabulated-list.el.
7912 (process-menu-mode): New major mode.
7913 (list-processes--refresh, list-processes):
7914 (process-menu-visit-buffer): New functions.
7915
7916 * files.el (save-buffers-kill-emacs): Don't assume any return
7917 value of list-processes, which is undocumented anyway.
7918
a83ec3c9
CY
79192011-04-06 Chong Yidong <cyd@stupidchicken.com>
7920
7921 * emacs-lisp/tabulated-list.el: New file.
7922
e91a96fe
CY
7923 * emacs-lisp/package.el: Use Tabulated List mode.
7924 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
7925 (package-menu-mode): Derive from tabulated-list-mode. Set up the
7926 table format using Tabulated List mode variables.
7927 (package--push): New macro, replacing package-list-maybe-add.
7928 (package-menu--generate): Use package--push. Renamed from
7929 package--generate-package-list.
7930 (package-menu-refresh, list-packages): Use it.
daca8ba5 7931 (package-menu--print-info): Rename from package-print-package.
e91a96fe 7932 Return insertion data instead of inserting it directly.
099c39a4
JB
7933 (package-menu-describe-package, package-menu-execute):
7934 Use tabulated-list-get-id.
e91a96fe
CY
7935 (package-menu-mark-delete, package-menu-mark-install)
7936 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
7937 (package-menu-mark-obsolete-for-deletion):
7938 Use tabulated-list-put-tag.
e91a96fe
CY
7939 (package--list-packages, package-menu-revert)
7940 (package-menu-get-package, package-menu-get-version)
7941 (package-menu-sort-by-column): Functions deleted.
7942 (package-menu-package-list, package-menu-sort-key): Vars deleted.
7943 (package-menu--status-predicate, package-menu--version-predicate)
7944 (package-menu--name-predicate)
7945 (package-menu--description-predicate): Handle arguments in the
7946 Tabulated List format.
7947 (package-list-packages-no-fetch): Call list-packages.
7948
3e214b50
JB
79492011-04-06 Juanma Barranquero <lekktu@gmail.com>
7950
7951 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 7952 (after-find-file): Don't bind it.
3e214b50
JB
7953 (revert-buffer-in-progress-p): New variable.
7954 (revert-buffer): Bind it.
7955 Pass nil for `after-find-file-from-revert-buffer'.
7956
7957 * saveplace.el (save-place-find-file-hook): Use new variable
7958 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
7959
3f0f1700
GM
79602011-04-06 Glenn Morris <rgm@gnu.org>
7961
c0274801
GM
7962 * Makefile.in (AUTOGEN_VCS): New variable.
7963 (autoloads): Use $AUTOGEN_VCS.
7964
3f0f1700
GM
7965 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
7966 * calendar/calendar.el (calendar-mode-map):
7967 Check for toolkit scroll bars. (Bug#8305)
7968
41ea9e48
CY
79692011-04-05 Chong Yidong <cyd@stupidchicken.com>
7970
7971 * minibuffer.el (completion-in-region--postch)
7972 (completion-in-region-mode): Remove unnecessary messages.
7973
6194c800
JB
79742011-04-05 Juanma Barranquero <lekktu@gmail.com>
7975
33256f14
JB
7976 * font-lock.el (font-lock-refresh-defaults):
7977 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
7978 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
7979
6194c800
JB
7980 * info.el (Info-directory-list, Info-read-node-name-2)
7981 (Info-split-parameter-string): Doc fixes.
7982 (Info-virtual-nodes): Reflow docstring.
7983 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
7984 (Info-apropos-toc-nodes, info-finder, Info-get-token)
7985 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
7986 Fix typos in docstrings.
7987 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
7988 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
7989 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
7990 (Info-restore-desktop-buffer): Mark unused parameters.
7991 (Info-directory-find-file, Info-directory-find-node)
7992 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
7993 (Info-virtual-index-find-node, Info-apropos-find-file)
7994 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 7995 Mark unused parameters; fix typos in docstrings.
6194c800
JB
7996 (Info-virtual-index): Remove unused local variable `nodename'.
7997
b87a8200 79982011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 7999
b87a8200
DD
8000 * net/rcirc.el: Update my e-mail address.
8001 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 8002
3b2ff876
CY
80032011-04-05 Chong Yidong <cyd@stupidchicken.com>
8004
8005 * startup.el (command-line): Save the cursor's theme-face
8006 directly, instead of using face-override-spec.
8007
8008 * custom.el (load-theme): Minor optimization in assigning faces.
8009
8d17e7ca
JB
80102011-04-04 Juanma Barranquero <lekktu@gmail.com>
8011
8012 * help-fns.el (describe-variable): Complete all variables having
8013 documentation, including keywords.
8014 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
8015
2fbc1934
JB
80162011-04-04 Juanma Barranquero <lekktu@gmail.com>
8017
8018 Convert to lexical-binding.
8019
8020 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
8021 (bs--get-marked-string, bs--get-modified-string)
8022 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
8023 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
8024 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
8025
8026 * ehelp.el (electric-help-execute-extended)
8027 (electric-help-ctrl-x-prefix):
8028 * hexl.el (hexl-revert-buffer-function):
8029 * linum.el (linum-after-change, linum-after-scroll):
8030 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
8031
8032 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
8033
74f50695
DU
80342011-04-04 Daiki Ueno <ueno@unixuser.org>
8035
8036 * epa-dired.el:
8037 * epa-mail.el:
8038 * epa-hook.el:
8039 * epa-file.el:
8040 * epa.el:
8041 * epg.el: Use lexical binding.
8042
c11325f7
CY
80432011-04-03 Chong Yidong <cyd@stupidchicken.com>
8044
0d9e9a12
CY
8045 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
8046
c11325f7 8047 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
8048 dictionary case for flyspell-mark-duplications-exceptions.
8049 Use regexp matching for languages.
c11325f7
CY
8050 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
8051 default dictionary (Bug#7926).
8052
da91b5f2
CY
80532011-04-02 Chong Yidong <cyd@stupidchicken.com>
8054
099c39a4
JB
8055 * emacs-lisp/package.el (package--with-work-buffer):
8056 Recognize https URLs.
da91b5f2 8057
099c39a4
JB
8058 * net/network-stream.el: Move from gnus/proto-stream.el.
8059 Change prefix to network-stream throughout.
da91b5f2
CY
8060 (open-protocol-stream): Merge into open-network-stream, leaving
8061 open-protocol-stream as an alias. Handle nil BUFFER args.
8062
8063 * subr.el (open-network-stream): Move to net/network-stream.el.
8064
afa8e9f6
GM
80652011-04-02 Glenn Morris <rgm@gnu.org>
8066
1d2e369d
GM
8067 * find-dired.el (find-exec-terminator): New option.
8068 (find-ls-option): Test for -ls support.
8069 (find-ls-subdir-switches): Test for -b in find-ls-option.
8070 (find-dired, find-grep-dired): Doc fixes.
8071 (find-dired): Use find-exec-terminator.
8072
8abb7da8 8073 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
8074 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
8075 (find-name-arg): Remove purecopy.
8abb7da8 8076
f3ca7378
GM
8077 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
8078 (grep-compute-defaults): Check for `-exec COMMAND +' support.
8079 Set grep-find-use-xargs, grep-find-command, and grep-find-template
8080 accordingly. Don't add the null-device if not needed.
8081
afa8e9f6
GM
8082 * files.el (save-some-buffers): Doc fix.
8083
35eae264
EZ
80842011-04-02 Eli Zaretskii <eliz@gnu.org>
8085
8086 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
8087
26b51db5
JB
80882011-04-01 Juanma Barranquero <lekktu@gmail.com>
8089
8090 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
8091 Use `dolist' rather than `mapcar'.
8092
7200d79c
SM
80932011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8094
03408648 8095 Add lexical binding.
7200d79c 8096
03408648
SM
8097 * subr.el (apply-partially): Use new closures rather than CL.
8098 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
8099 (dolist, dotimes): Use slightly different expansion for lexical code.
8100 (functionp): Move to C.
8101 (letrec): New macro.
8102 (with-wrapper-hook): Use it and apply-partially instead of CL.
8103 (eval-after-load): Preserve lexical-binding.
8104 (save-window-excursion, with-output-to-temp-buffer): Turn them
8105 into macros.
7200d79c 8106
03408648
SM
8107 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
8108
8109 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
8110 than the arglist.
8111 (help-add-fundoc-usage): Don't add `Not documented'.
8112 (help-function-arglist): Handle closures, subroutines, and new
8113 byte-code-functions.
8114 (help-make-usage): Remove leading underscores.
8115 (describe-function-1): Handle closures.
8116 (describe-variable): Use special-variable-p for completion.
8117
8118 * files.el (lexical-binding): Declare safe.
f488fb65 8119
03408648
SM
8120 * emacs-lisp/pcase.el: Don't use destructuring-bind.
8121 (pcase--memoize): Rename from pcase-memoize. Change weakness.
8122 (pcase): Add `let' pattern.
8123 Change memoization so it actually works.
8124 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
8125 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
8126 <let>: New case.
f488fb65 8127
03408648
SM
8128 * emacs-lisp/macroexp.el: Use lexical binding.
8129 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
8130 Don't convert ' to #' without checking that it's indeed quoting
8131 a lambda.
8132
8133 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 8134 Use eval-sexp-add-defvars.
03408648
SM
8135 (eval-sexp-add-defvars): New fun.
8136
8137 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
8138
8139 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
8140 Don't autoload.
8141 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
8142 than the internal `byte-compile-lambda'.
8143 (defmethod): Don't hide code under quotes.
8144 (eieio-defmethod): New `code' argument.
8145
8146 * emacs-lisp/eieio-comp.el: Remove.
8147
8148 * emacs-lisp/edebug.el (edebug-eval-defun)
8149 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
8150 (edebug-toggle): Avoid `eval'.
8151
8152 * emacs-lisp/disass.el (disassemble-internal): Handle new
8153 `closure' objects.
8154 (disassemble-1): Handle new byte codes.
8155
8156 * emacs-lisp/cl.el (pushnew): Silence warning.
8157
8158 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
8159 (cl-byte-compile-throw): Remove.
8160 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
8161
8162 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
8163 closures.
8164
8165 * emacs-lisp/cconv.el: New file.
8166
8167 * emacs-lisp/bytecomp.el: Use lexical binding instead of
8168 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
8169 (byte-compile-initial-macro-environment):
8170 Handle declare-function here.
8171 (byte-compile--lexical-environment): New var.
8172 (byte-stack-ref, byte-stack-set, byte-discardN)
8173 (byte-discardN-preserve-tos): New lap codes.
8174 (byte-interactive-p): Don't use any more.
8175 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
8176 New macros.
8177 (byte-compile-lapcode): Use them and handle new lap codes.
8178 (byte-compile-obsolete): Remove.
8179 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
8180 (byte-compile-arglist-warn): Check late def of inlinable funs.
8181 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
8182 since they should have been expanded by now.
8183 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
8184 (byte-compile-from-buffer): Remove unused second arg.
8185 (byte-compile-preprocess): New function.
8186 (byte-compile-toplevel-file-form): New function to distinguish
8187 file-form calls from outside from file-form calls from hunk-handlers.
8188 (byte-compile-file-form): Simplify.
8189 (byte-compile-file-form-defsubst): Remove.
8190 (byte-compile-file-form-defmumble): Simplify now that
8191 byte-compile-lambda always returns a byte-code-function.
8192 (byte-compile): Preprocess.
8193 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
8194 Remove, not used any more.
8195 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
8196 (byte-compile-make-args-desc): New funs.
8197 (byte-compile-lambda): Handle lexical functions. Always return
8198 a byte-code-function.
8199 (byte-compile-reserved-constants): New var, to make up room for
8200 closed-over variables.
8201 (byte-compile-constants-vector): Obey it.
8202 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
8203 (byte-compile-macroexpand-declare-function): New function.
8204 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
8205 byte-code-functions.
8206 (byte-compile-form): Check obsolescence here.
8207 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
8208 (byte-compile-variable-ref): Remove.
8209 (byte-compile-dynamic-variable-op): New fun.
8210 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8211 (byte-compile-variable-set): New funs.
8212 (byte-compile-discard): Add 2 args.
8213 (byte-compile-stack-ref, byte-compile-stack-set)
8214 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
8215 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
8216 macroexpand-all instead.
8217 (byte-compile-quote-form): Remove.
8218 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
8219 (byte-compile-bind, byte-compile-unbind): New funs.
8220 (byte-compile-let): Handle let* and lexical binding.
8221 (byte-compile-let*): Remove.
8222 (byte-compile-catch, byte-compile-unwind-protect)
8223 (byte-compile-track-mouse, byte-compile-condition-case):
8224 Handle a new :fun-body form, used for lexical scoping.
8225 (byte-compile-save-window-excursion)
8226 (byte-compile-with-output-to-temp-buffer): Remove.
8227 (byte-compile-defun): Simplify.
8228 (byte-compile-stack-adjustment): New fun.
8229 (byte-compile-out): Use it.
8230 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
8231
8232 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
8233 handler any more.
8234
8235 * emacs-lisp/byte-opt.el: Use lexical binding.
8236 (byte-inline-lapcode): Remove (to bytecomp).
8237 (byte-compile-inline-expand): Pay attention to inlining to/from
8238 lexically bound code.
8239 (byte-compile-unfold-lambda): Don't handle byte-code-functions
8240 any more.
8241 (byte-optimize-form-code-walker): Don't handle save-window-excursion
8242 any more and don't call compiler-macros.
8243 (byte-compile-splice-in-already-compiled-code): Remove.
8244 (byte-code): Don't inline any more.
8245 (disassemble-offset): Receive `bytes' as argument rather than via
8246 dynamic scoping.
8247 (byte-compile-tag-number): Declare before first use.
8248 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
8249 `return' even if make-spliceable.
8250 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
8251 obsolete interactive-p.
8252 (byte-optimize-lapcode): Optimize new lap-codes.
8253 Don't trip up on new form of `byte-constant' lap code.
8254
8255 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
8256
8257 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
8258
8259 * custom.el (custom-initialize-default, custom-declare-variable):
8260 Use `defvar'.
8261
8262 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
8263 New variables.
8264 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
8265 (COMPILE_FIRST): Add macroexp and cconv.
8266 * makefile.w32-in: Mirror changes in Makefile.in.
8267
8268 * vc/cvs-status.el:
8269 * vc/diff-mode.el:
8270 * vc/log-edit.el:
8271 * vc/log-view.el:
8272 * vc/smerge-mode.el:
8273 * textmodes/bibtex-style.el:
8274 * textmodes/css.el:
8275 * startup.el:
8276 * uniquify.el:
da91b5f2
CY
8277 * minibuffer.el:
8278 * newcomment.el:
8279 * reveal.el:
8280 * server.el:
8281 * mpc.el:
8282 * emacs-lisp/smie.el:
8283 * doc-view.el:
8284 * dired.el:
03408648
SM
8285 * abbrev.el: Use lexical binding.
8286
0f0c1f27
EZ
82872011-04-01 Eli Zaretskii <eliz@gnu.org>
8288
8289 * info.el (info-display-manual): New function.
8290
c82b2579
SM
82912011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8292
8293 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
8294
221ddf68
TH
82952011-03-31 Tassilo Horn <tassilo@member.fsf.org>
8296
8297 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 8298 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 8299
cba6e77e
GM
83002011-03-31 Glenn Morris <rgm@gnu.org>
8301
e040639f
GM
8302 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
8303
cba6e77e
GM
8304 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
8305
6d0f1c9e
CS
83062011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
8307
8308 * progmodes/python.el (python-default-interpreter)
8309 (python-python-command-args, python-jython-command-args)
8310 (python-which-shell, python-which-args, python-which-bufname)
8311 (python-file-queue, python-comint-output-filter-function)
8312 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
8313 variables and functions.
8314
3e2d70fd
SM
83152011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8316
8317 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
8318 (completion-in-region-mode): New minor mode.
8319 (completion-in-region): Use it.
8320 (completion-in-region--data, completion-in-region-mode-map): New vars.
8321 (completion-in-region--postch): New function.
8322 (completion--capf-misbehave-funs, completion--capf-safe-funs):
8323 New vars.
8324 (completion--capf-wrapper): New function.
8325 (completion-at-point): Use it to track well-behavedness of
8326 hook functions.
8327 (completion-help-at-point): New command.
8328
f3e4086c
JM
83292011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
8330
8331 * vc/add-log.el (add-change-log-entry): Don't use whitespace
8332 syntax class to search for whitespace on a single line
8333 (Message-ID: <4D938140.4030905@redhat.com>).
8334
eb7ffc14
LL
83352011-03-30 Leo Liu <sdl.web@gmail.com>
8336
8337 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
8338 New commands.
8339 (edit-abbrevs-map): Bind them here.
8340 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
8341
d806ab68
KM
83422011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
8343
8344 * allout.el (allout-hide-by-annotation, allout-flag-region):
8345 Reduce possibility of overlay leakage by making them volatile.
8346
8347 * allout-widgets.el (allout-widgets-tally): Define as nil so the
8348 hash is not shared between buffers. Mode initialization is
8349 responsible for giving it a useful starting value.
8350 (allout-item-span): Reduce possibility of overlay leakage by
8351 making them volatile.
8352 (allout-widgets-count-buttons-in-region): Add diagnostic function
8353 for tracking down button overlay leaks.
8354
ea622834
LL
83552011-03-29 Leo Liu <sdl.web@gmail.com>
8356
8357 * ido.el (ido-read-internal): Use the default history var
8358 minibuffer-history if no HISTORY is specified.
8359
b62f8267
G
83602011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
8361
03408648
SM
8362 * net/imap.el (imap-shell-open, imap-process-connection-type):
8363 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
8364 Kerberos, SSL, other subprocesses.
8365
947b6566
LL
83662011-03-28 Leo Liu <sdl.web@gmail.com>
8367
8368 * abbrev.el (abbrev-table-empty-p): New function.
8369 (prepare-abbrev-list-buffer): Place empty abbrev tables after
8370 nonempty ones. (Bug#5937)
8371
5ffb62aa
JD
83722011-03-27 Jan Djärv <jan.h.d@swipnet.se>
8373
8374 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
8375
7a097943
LL
83762011-03-27 Leo Liu <sdl.web@gmail.com>
8377
8378 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
8379 for foreground and background colors.
8380 (ansi-color-make-color-map): Adapt.
8381
c5b40130
LL
83822011-03-25 Leo Liu <sdl.web@gmail.com>
8383
1f48f7d2
LL
8384 * midnight.el (midnight-time-float): Remove. Note it calculates
8385 the microsecond component incorrectly and seconds-to-time does the
8386 same job.
625897ec 8387 Remove redundant (require 'timer).
1f48f7d2 8388
c5b40130
LL
8389 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
8390 (ido-completions): Remove unused arguments. (Bug#8329)
8391
d86d2721
SM
83922011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * minibuffer.el (completion--flush-all-sorted-completions):
8395 Remove itself from hook.
8396 (completion-at-point): Let the functions perform the completion
8397 immediately and return nil or t.
8398 * comint.el (comint-dynamic-complete-functions): Now identical to
8399 completion-at-point-functions.
8400 (comint-dynamic-list-input-ring): Remove unused var `index'.
8401 (comint--match-partial-filename, comint--unquote&expand-filename):
8402 New funs, split from comint-match-partial-filename.
8403 (comint-dynamic-complete): Use completion-at-point.
8404 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
8405
e8974c48
DA
84062011-03-24 Drew Adams <drew.adams@oracle.com>
8407
8408 * thingatpt.el: Support `defun'.
8409
def71b5e
LL
84102011-03-23 Leo Liu <sdl.web@gmail.com>
8411
cb5af48e
LL
8412 * abbrevlist.el: Move to obsolete/abbrevlist.el.
8413
def71b5e
LL
8414 * help-mode.el (help-mode-finish): Tweak regexp.
8415
927c53e7
GM
84162011-03-23 Glenn Morris <rgm@gnu.org>
8417
18d05bed
GM
8418 * eshell/esh-opt.el (eshell-eval-using-options):
8419 Do not bind unused local variable `eshell-option-stub'.
8420
927c53e7
GM
8421 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
8422
9d0da923
JB
84232011-03-22 Juanma Barranquero <lekktu@gmail.com>
8424
8425 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
8426 keymap variable in `with-no-warnings' to avoid a warning when the
8427 keymap has been already `defconst'ed.
8428
4b978a67
LL
84292011-03-22 Leo Liu <sdl.web@gmail.com>
8430
8431 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
8432 encode all chars in abbrevs; otherwise use emacs-mule or
8433 utf-8-emacs. (Bug#8308)
8434
5fd62452
JB
84352011-03-22 Juanma Barranquero <lekktu@gmail.com>
8436
0b1596c6
JB
8437 * simple.el (backward-delete-char-untabify):
8438 Avoid warning about using `delete-backward-char'.
8439
5fd62452
JB
8440 * image.el (image-type-file-name-regexps): Make it variable.
8441 `imagemagick-register-types' modifies it, and the user may want
8442 to add new extensions for known image types.
8443 (imagemagick-register-types): Throw error if not using ImageMagick.
8444
0b4e93f1
LL
84452011-03-22 Leo Liu <sdl.web@gmail.com>
8446
8447 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
8448 located before rcirc-prompt-end-marker.
8449 (rcirc-complete): Error if point is not after rcirc prompt.
8450 Handle the case when table is nil.
9882e214 8451 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 8452
fccee4ab
CY
84532011-03-22 Chong Yidong <cyd@stupidchicken.com>
8454
8455 * custom.el (custom--inhibit-theme-enable): Make it affect only
8456 custom-theme-set-variables and custom-theme-set-faces.
8457 (provide-theme): Ignore custom--inhibit-theme-enable.
8458 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
8459 (custom-enabling-themes): Delete variable.
d86d2721
SM
8460 (enable-theme): Accept only loaded themes as arguments.
8461 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
8462 (custom-enabled-themes): Forbid themes from setting this.
8463 Eliminate use of custom-enabling-themes.
8464 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 8465
af896da6
LL
84662011-03-21 Leo Liu <sdl.web@gmail.com>
8467
8468 * ido.el (ido-read-internal): Add ido-selected to history instead
8469 of user input.
8470
78f64af0
SM
84712011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8472
8473 * subr.el (deferred-action-list, deferred-action-function):
8474 Mark obsolete.
8475
b16ac1ec
LL
84762011-03-21 Leo Liu <sdl.web@gmail.com>
8477
810f7698
LL
8478 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
8479 change on 2011-02-13 (bug#8309).
8480
b16ac1ec
LL
8481 * minibuffer.el (read-file-name-function): Change default value.
8482 (read-file-name--defaults): Rename from read-file-name-defaults.
8483 (read-file-name-default): Rename from read-file-name.
8484 (read-file-name): Call read-file-name-function.
8485
4e05e67e
GM
84862011-03-21 Glenn Morris <rgm@gnu.org>
8487
8488 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
8489 Doc fixes.
8490
4359915b
CY
84912011-03-21 Chong Yidong <cyd@stupidchicken.com>
8492
8493 * cus-theme.el: Add missing provide statement.
8494 (customize-create-theme): Extract theme value correctly.
8495 (custom-theme-visit-theme): Autoload.
8496 (customize-create-theme): Prompt before inserting default faces.
8497
1fe275ee
JB
84982011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
8499
8500 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
8501 units and musical notes.
8502
3ec03f7e
LL
85032011-03-20 Leo <sdl.web@gmail.com>
8504
8505 * ido.el (ido-read-internal): Use completing-read-default.
8506 (ido-completing-read): Fix compatibility with completing-read.
8507
7d476bde
CO
85082011-03-20 Christian Ohler <ohler@gnu.org>
8509
8510 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
8511 (ert-delete-all-tests): Use `called-interactively-p' rather than
8512 `interactive-p'.
8513 (ert--make-xrefs-region): Respect END.
8514
fe0fb33e
CY
85152011-03-19 Chong Yidong <cyd@stupidchicken.com>
8516
ff854b0b
CY
8517 * dired-aux.el (dired-create-directory): Signal an error if the
8518 directory already exists (Bug#8246).
8519
fe0fb33e
CY
8520 * facemenu.el (list-colors-display): Call list-faces-display
8521 inside with-help-window.
8522 (list-colors-print): Use display property to align the final
8523 column, instead of checking window-width.
8524
576bce32
EZ
85252011-03-19 Eli Zaretskii <eliz@gnu.org>
8526
4d61f28d 8527 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
8528 windows-nt systems.
8529 (emerge-protect-metachars): Quote correctly for ms-dos and
8530 windows-nt systems.
8531
89c41d68 85322011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
8533
8534 * info.el (info-initialize): Replace all uses of `:' with
8535 path-separator for compatibility with non-Unix systems.
8536 Cache quoting of path-separator. (Bug#8258)
8537
b14e3e21 85382011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
8539
8540 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
8541 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
8542 (mouse-avoidance-mode): Fix typos in docstrings.
8543
4525ce3e
CY
85442011-03-19 Chong Yidong <cyd@stupidchicken.com>
8545
8546 * startup.el (package-subdirectory-regexp): Move from package.el.
8547 Omit \\` and \\', and let callers add them.
8548
8549 * emacs-lisp/package.el (package-strip-version)
8550 (package-load-all-descriptors): Add \\` and \\' to
8551 package-subdirectory-regexp before using it.
8552 (package-untar-buffer): New arg DIR; ensure that file untars only
8553 into this expected directory. Remove superfluous delete-region.
8554 (package-unpack): Caller changed.
8555 (package-tar-file-info): Use package-subdirectory-regexp.
8556
a904a09a 85572011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 8558
a904a09a
SM
8559 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
8560 diff-mode-shared-map (bug#8284).
8561 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
8562
85632011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8564
8565 * calendar/time-date.el (format-seconds): Use assoc instead of
8566 assoc-string, since assoc-string doesn't exist in XEmacs.
8567
171fc304
JB
85682011-03-17 Juanma Barranquero <lekktu@gmail.com>
8569
8570 * custom.el (custom-known-themes): Reflow docstring.
8571 (custom-theme-load-path): Fix typo in docstring.
8572 (load-theme): Fix typo in error message.
8573 (custom-available-themes, custom-variable-theme-value):
8574 Use `let', not `let*'.
8575
d71990a1
JB
85762011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
8577
8578 * calc/README: Mention inclusion of musical notes.
8579
8580 * calc/calc-units.el (calc-lu-quant): Rename from
8581 `calc-logunits-quantity'.
8582 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
8583 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
8584 (calc-db): Rename from `calc-dblevel'.
8585 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
8586 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
8587 (calc-np): Rename from `calc-nplevel'.
8588 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
8589 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
8590 (calc-lu-plus): Rename from `calc-logunits-add'.
8591 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
8592 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
8593 (calc-lu-minus): Rename from `calc-logunits-sub'.
8594 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
8595 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
8596 (calc-lu-times): Rename from `calc-logunits-mul'.
8597 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
8598 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
8599 (calc-lu-divide): Rename from `calc-logunits-div'.
8600 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
8601 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
8602
8603 * calc/calc-ext.el (calc-init-extensions): Update the names of the
8604 functions being autoloaded.
8605
8606 * calc/calc.el (calc-lu-power-reference): Rename from
8607 `calc-logunits-power-reference'.
8608 (calc-lu-field-reference): Rename from
8609 `calc-logunits-field-reference'.
8610
8611 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
8612
40c2934b
SM
86132011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8614
8615 * minibuffer.el (completion-all-sorted-completions):
8616 Use :completion-cycle-penalty text property if present.
8617
b0911414
KM
86182011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
8619
8620 * allout.el (allout-yank-processing): Adjust for new rebulleting
8621 regime so bullet being yanked is used without prompting the user
8622 for a choice.
8623
8a05b668
JB
86242011-03-16 Juanma Barranquero <lekktu@gmail.com>
8625
8626 * startup.el (command-line): Warn the user that _emacs is deprecated.
8627
5ba5fb81
JB
86282011-03-16 Juanma Barranquero <lekktu@gmail.com>
8629
8630 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
8631 (delphi-verbose, delphi-comment-face, delphi-string-face)
8632 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
8633 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
8634 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
8635 (delphi-new-comment-line, delphi-font-lock-defaults)
8636 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
8637 Fix typos in docstrings.
8638
2dab465b
KM
86392011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
8640
5ba5fb81 8641 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
8642 Invert the roles of character and string values for INSTEAD, so a
8643 string is used for the more common case of a defaulting prompt.
8644
0adf5618
SM
86452011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8646
8647 * progmodes/ruby-mode.el (ruby-backward-sexp):
8648 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
8649 * play/gamegrid.el (gamegrid-make-face):
8650 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
8651 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
8652 * notifications.el (notifications-notify):
8653 * net/xesam.el (xesam-search-engines):
8654 * net/quickurl.el (quickurl-list-insert):
8655 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
8656
d72700e5
CY
86572011-03-15 Chong Yidong <cyd@stupidchicken.com>
8658
8659 * startup.el (command-line): Update package subdirectory regexp.
8660
49c5410a
SM
86612011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8662
c6eee9aa
SM
8663 * allout.el (allout-abbreviate-flattened-numbering)
8664 (allout-mode-deactivate-hook): Fix up obsolescence "date".
8665
49c5410a
SM
8666 * subr.el (read-char-choice): Only show the cursor after the prompt,
8667 not after the answer.
8668
047b2bb9
KR
86692011-03-15 Kevin Ryde <user42@zip.com.au>
8670
8671 * help-fns.el (variable-at-point): Skip leading quotes, if any
8672 (bug#8253).
8673
0a57d256
SM
86742011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8675
8676 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
8677 warning message.
8678
77c992bc
MA
86792011-03-14 Michael Albinus <michael.albinus@gmx.de>
8680
8681 * shell.el (shell): When called interactively, offer to change the
8682 shell file name on remote hosts.
8683
eebc475d
TZ
86842011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8685
8686 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
8687 integration for LDAP parameters. The host, base, user or binddn,
8688 and secret tokens can be specified in a netrc file, for instance.
8689 This is optional because an `auth-source' parameter must be
8690 specified in the search attributes.
8691
9d05d1ba
JB
86922011-03-13 Juanma Barranquero <lekktu@gmail.com>
8693
8694 * help.el (describe-mode): Link to the mode's definition (bug#8185).
8695
09d9db2c
GM
86962011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
8699 into declaration. Remove redundant and harmful binding.
8700
87012011-03-12 Eli Zaretskii <eliz@gnu.org>
8702
8703 * files.el (file-ownership-preserved-p): Pass `integer' as an
8704 explicit 2nd argument to `file-attributes'. If the file's owner
8705 is the Administrators group on Windows, and the current user is
8706 Administrator, consider that a match.
8707
8708 * server.el (server-ensure-safe-dir): Consider server directory
8709 safe on MS-Windows if its owner is the Administrators group while
8710 the current Emacs user is Administrator. Use `=' to compare
8711 numerical UIDs, since they could be integers or floats.
8712
219bd536
JB
87132011-03-12 Juanma Barranquero <lekktu@gmail.com>
8714
8715 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
8716
f3afd36b
MA
87172011-03-12 Michael Albinus <michael.albinus@gmx.de>
8718
8719 Sync with Tramp 2.2.1.
8720
8721 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
8722
8723 * net/trampver.el: Update release number.
8724
3aaaa6f1
SM
87252011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8726
94642599
SM
8727 * progmodes/compile.el (compilation--previous-directory): Fix up
8728 various nil/dead-marker mismatches (bug#8014).
8729 (compilation-directory-properties, compilation-error-properties):
8730 Don't call it at a position past the one we're about to change.
8731
3aaaa6f1
SM
8732 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
8733 Disable obsolescence warnings in the file that declares it.
8734
14239447
KM
87352011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
8736
099c39a4
JB
8737 * allout-widgets.el (allout-widgets-tally):
8738 Initialize allout-widgets-tally as a hash table rather than nil to
8739 prevent mode-line redisplay warnings. Also, clarify the module
8740 description and fix a comment typo.
14239447 8741
135e287c
JB
87422011-03-11 Juanma Barranquero <lekktu@gmail.com>
8743
8744 * help-fns.el (describe-variable): Don't complete keywords.
8745 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
8746
ffbf300e
CY
87472011-03-10 Chong Yidong <cyd@stupidchicken.com>
8748
ba08b241
CY
8749 * emacs-lisp/package.el (package-version-join): Impose a standard
8750 string representation for pre/alpha/beta version lists.
8751 (package-unpack-single): Standardize the directory name by passing
8752 it through package-version-join.
8753 (package-strip-rcs-id): Accept any version string that does not
8754 signal an error in version-to-list.
ffbf300e 8755
f346fd6b
MA
87562011-03-10 Michael Albinus <michael.albinus@gmx.de>
8757
8758 * simple.el (delete-trailing-whitespace): Return nil for the
8759 benefit of `write-file-functions'.
8760
ccb55d27
GM
87612011-03-10 Glenn Morris <rgm@gnu.org>
8762
5ceaac0c
GM
8763 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
8764
02da65ff
GM
8765 * vc/vc-git.el (vc-git-program): New option.
8766 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
8767 (vc-git--call): Use it.
8768
b2f603cc
GM
8769 * eshell/esh-util.el (eshell-condition-case): Doc fix.
8770
5772caab
GM
8771 * cus-edit.el (Custom-newline): If no button at point, look
8772 for a subgroup button at start-of-line. (Bug#2298)
8773
ccb55d27
GM
8774 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
8775
ec6ecaed
JD
87762011-03-10 Julien Danjou <julien@danjou.info>
8777
8778 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
8779 `cursor-type' is nil.
8780
9d5aa01d
JB
87812011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
8782
8783 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
8784
b6a5875b
KM
87852011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
8786
8787 * allout.el Summary: Change so yank of distinctive-bullet items
8788 preserves the existing header prefix, rebulleting it if necessary,
8789 rather than replacing it. This is necessary for proper operation
8790 of cooperative addons like allout-widgets.
219bd536 8791 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
8792 SOLICIT arg to INSTEAD, and interpret additionally a string value
8793 as alternate bullet to be used, instead of prompting the user for
8794 a bullet character.
8795
ee545c35
MA
87962011-03-09 Michael Albinus <michael.albinus@gmx.de>
8797
d86d2721
SM
8798 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8799 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
8800 `tramp-default-port'.
8801
c47971d7
DD
88022011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8803
8804 * net/rcirc.el (rcirc-handler-001): Remove useless
8805 with-rcirc-process-buffer.
8806 (rcirc-check-auth-status): Swap arguments to string-match.
8807
13522cb4
GM
88082011-03-09 Glenn Morris <rgm@gnu.org>
8809
0be6f4f1
GM
8810 * shell.el (shell-mode):
8811 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
8812
13522cb4
GM
8813 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
8814 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
8815
515de2e3
CY
88162011-03-08 Chong Yidong <cyd@stupidchicken.com>
8817
8818 * emacs-lisp/package.el (package-refresh-contents)
8819 (package-menu-execute): Use condition-case-no-debug.
8820
b511b994
MA
88212011-03-08 Michael Albinus <michael.albinus@gmx.de>
8822
8823 * simple.el (shell-command-to-string): Use `process-file'.
8824
8825 * emacs-lisp/package.el (package-tar-file-info): Handle also
8826 remote files.
8827
d86d2721
SM
8828 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8829 Use `equal' for upload base check.
b511b994 8830
25bbfb31
AM
88312011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
8832
8833 * textmodes/texinfo.el (texinfo-environments):
8834 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
8835
be996521
GM
88362011-03-08 Glenn Morris <rgm@gnu.org>
8837
e9c8529f
GM
8838 * cus-start.el (cursor-in-non-selected-windows):
8839 Fix :set quoting oddness. (Bug#8192)
8840
be996521
GM
8841 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
8842 in some setf expressions. (Bug#2159)
8843
2bb5649e
CY
88442011-03-08 Chong Yidong <cyd@stupidchicken.com>
8845
8846 * custom.el (custom-available-themes): Return themes in
8847 alphabetical order.
8848
33383987 8849See ChangeLog.15 for earlier changes.
e3d51b27
MR
8850
8851;; Local Variables:
8852;; coding: utf-8
e3d51b27
MR
8853;; End:
8854
33383987 8855 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
8856
8857 This file is part of GNU Emacs.
8858
8859 GNU Emacs is free software: you can redistribute it and/or modify
8860 it under the terms of the GNU General Public License as published by
8861 the Free Software Foundation, either version 3 of the License, or
8862 (at your option) any later version.
8863
8864 GNU Emacs is distributed in the hope that it will be useful,
8865 but WITHOUT ANY WARRANTY; without even the implied warranty of
8866 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8867 GNU General Public License for more details.
8868
8869 You should have received a copy of the GNU General Public License
8870 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.