* net/tramp.el (tramp-connectable-p): Make a stronger check on a
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
305c07f6
MA
12011-10-19 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
4 running process.
5
13754b54
GM
62011-10-19 Glenn Morris <rgm@gnu.org>
7
8 * vc/vc-bzr.el (vc-bzr-after-dir-status):
9 Ignore ignored files. (Bug#9726)
10
06e21633
CY
112011-10-19 Chong Yidong <cyd@gnu.org>
12
13 Doc fix for minor modes, stating that an omitted argument enables
14 the mode unconditionally when called from Lisp.
15
16 * abbrev.el (abbrev-mode):
17 * allout.el (allout-mode):
18 * autoinsert.el (auto-insert-mode):
19 * autoarg.el (autoarg-mode, autoarg-kp-mode):
20 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
21 (global-auto-revert-mode):
22 * battery.el (display-battery-mode):
23 * composite.el (global-auto-composition-mode)
24 (auto-composition-mode):
25 * delsel.el (delete-selection-mode):
26 * desktop.el (desktop-save-mode):
27 * dired-x.el (dired-omit-mode):
28 * dirtrack.el (dirtrack-mode):
29 * doc-view.el (doc-view-minor-mode):
30 * double.el (double-mode):
31 * electric.el (electric-indent-mode, electric-pair-mode):
32 * emacs-lock.el (emacs-lock-mode):
33 * epa-hook.el (auto-encryption-mode):
34 * follow.el (follow-mode):
35 * font-core.el (font-lock-mode):
36 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
37 * help.el (temp-buffer-resize-mode):
38 * hilit-chg.el (highlight-changes-mode)
39 (highlight-changes-visible-mode):
40 * hi-lock.el (hi-lock-mode):
41 * hl-line.el (hl-line-mode, global-hl-line-mode):
42 * icomplete.el (icomplete-mode):
43 * ido.el (ido-everywhere):
44 * image-file.el (auto-image-file-mode):
45 * image-mode.el (image-minor-mode):
46 * iswitchb.el (iswitchb-mode):
47 * jka-cmpr-hook.el (auto-compression-mode):
48 * linum.el (linum-mode):
49 * longlines.el (longlines-mode):
50 * master.el (master-mode):
51 * mb-depth.el (minibuffer-depth-indicate-mode):
52 * menu-bar.el (menu-bar-mode):
53 * minibuf-eldef.el (minibuffer-electric-default-mode):
54 * mouse-sel.el (mouse-sel-mode):
55 * msb.el (msb-mode):
56 * mwheel.el (mouse-wheel-mode):
57 * outline.el (outline-minor-mode):
58 * paren.el (show-paren-mode):
59 * recentf.el (recentf-mode):
60 * reveal.el (reveal-mode, global-reveal-mode):
61 * rfn-eshadow.el (file-name-shadow-mode):
62 * ruler-mode.el (ruler-mode):
63 * savehist.el (savehist-mode):
64 * scroll-all.el (scroll-all-mode):
65 * scroll-bar.el (scroll-bar-mode):
66 * server.el (server-mode):
67 * shell.el (shell-dirtrack-mode):
68 * simple.el (auto-fill-mode, transient-mark-mode)
69 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
70 (line-number-mode, column-number-mode, size-indication-mode)
71 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
72 * strokes.el (strokes-mode):
73 * time.el (display-time-mode):
74 * t-mouse.el (gpm-mouse-mode):
75 * tool-bar.el (tool-bar-mode):
76 * tooltip.el (tooltip-mode):
77 * type-break.el (type-break-mode-line-message-mode)
78 (type-break-query-mode):
79 * view.el (view-mode):
80 * whitespace.el (whitespace-mode, whitespace-newline-mode)
81 (global-whitespace-mode, global-whitespace-newline-mode):
82 * xt-mouse.el (xterm-mouse-mode): Doc fix.
83
84 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Fix
85 autogenerated docstring.
86
5214e501
JL
872011-10-19 Juri Linkov <juri@jurta.org>
88
89 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
90 by checking environment variables "DESKTOP_SESSION" and
91 "XDG_CURRENT_DESKTOP". (Bug#9779)
92
195f8db9
JL
932011-10-19 Juri Linkov <juri@jurta.org>
94
95 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
96 (browse-url-chromium-program, browse-url-chromium-arguments):
97 New defcustoms.
98 (browse-url-default-browser): Check for `browse-url-chromium' and
99 call `browse-url-chromium-program'.
100 (browse-url-chromium): New command. (Bug#9779)
101
343a34ff
JB
1022011-10-18 Juanma Barranquero <lekktu@gmail.com>
103
104 * facemenu.el (list-colors-duplicates): On Windows, detect more
105 duplicates by assuming that only colors matching "^System" are
106 special "system colors". (Bug#9722)
107
6978a151
SM
1082011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
111 to distinguish the author from the committer.
112
6a80b297
MA
1132011-10-18 Michael Albinus <michael.albinus@gmx.de>
114
115 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
116
b31a5677
JK
1172011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
118
119 * international/mule.el (sgml-html-meta-auto-coding-function):
120 Add support for detecting encoding in HTML5 specified only as
121 <meta charset="UTF-8">. Implementation just makes http-equiv and
122 content-type parts from HTML4 encoding string optional. (Bug#9716)
123
80c6d77f
GM
1242011-10-18 Glenn Morris <rgm@gnu.org>
125
126 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
127
08b0fee8
CY
1282011-10-18 Chong Yidong <cyd@gnu.org>
129
130 * faces.el (cursor): Doc fix.
131
67e729a5
CY
1322011-10-17 Chong Yidong <cyd@gnu.org>
133
134 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
135
343a34ff 1362011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
137
138 * dirtrack.el (dirtrack): Support shell buffers with path
139 prefixes, e.g. tramp-based remote shells. (Bug#9647)
140
0bc06380
TZ
1412011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
142
143 * json.el: Bump version to 1.3 and note change in History.
144 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
145
8b79f3e0
SM
1462011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
147
5a7c536b
SM
148 * comint.el (comint-insert-input, comint-send-input)
149 (comint-get-old-input-default, comint-backward-matching-input)
150 (comint-next-prompt): Use nil instead of `input' for field property of
151 past user input (bug#114).
152
96a8a0df
SM
153 * minibuffer.el (completion--replace): Inherit surrounding properties
154 (bug#114).
155 (minibuffer-complete-and-exit): Use it.
156
8b79f3e0
SM
157 * comint.el (comint--table-subvert): Quote the all-completions output
158 (bug#9160).
159
b8f7ff0d
MR
1602011-10-17 Martin Rudalics <rudalics@gmx.at>
161
8b79f3e0 162 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 163
b8f7ff0d 164 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 165 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
166 entries and separate them from frame entries.
167
c235b555
GM
1682011-10-15 Glenn Morris <rgm@gnu.org>
169
170 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
171 Doc fixes.
172
6bbfa6e1
CY
1732011-10-15 Chong Yidong <cyd@stupidchicken.com>
174
8b79f3e0
SM
175 * net/network-stream.el (network-stream-open-starttls):
176 Improve detection of failure due to lack of TLS support.
ec5c990d 177
6bbfa6e1
CY
178 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
179 putting the input text in front and in bold.
180
98488977
SM
1812011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
182
3d1337be
SM
183 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
184
ee0b45e4
SM
185 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
186 empty buffer.
187
98488977
SM
188 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
189 unread-command-events rather than pushing yet-another event.
190
186f4720
EZ
1912011-10-14 Eli Zaretskii <eliz@gnu.org>
192
193 * mail/sendmail.el (sendmail-query-once): Improve the wording of
194 the explanation of the possible choices. Make the options passed
195 to completing-read shorter.
196
8b7a997c
AM
1972011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
198
199 * textmodes/flyspell.el (flyspell-large-region): Make sure
200 extended character mode is used if defined (Bug#1339).
201
12587bbb
EZ
2022011-10-13 Eli Zaretskii <eliz@gnu.org>
203
204 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
205 character info for LRE, LRO, RLE, and RLO characters by appending
206 an invisible PDF.
12587bbb 207
bad41229
SM
2082011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
211 even in case of error; add debug spec; simplify data flow.
212 (with-timeout-handler): Remove.
213
28dbc92f
MA
2142011-10-12 Michael Albinus <michael.albinus@gmx.de>
215
216 Fix Bug#6019, Bug#9315.
217
218 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
219 complete `buffer-file-name', the local file name part could look
220 remotely (for example on VMS).
221
222 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
223 `tramp-run-real-handler'.
224 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
225 already quoted by '"'.
226
227 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
228 Let `file-name-handler-alist' be nil, the local file name part
229 could look remotely (for example on VMS).
230
e1b0b23a
SM
2312011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
234 from here...
235 (flyspell-post-command-hook): ...to here.
236
a120bde9
SM
2372011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
240 if not needed.
241 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
242 using completion. Protect against "slow" callers.
243 Remove the "message hack".
244
7ce7717b
JL
2452011-10-11 Juri Linkov <juri@jurta.org>
246
247 * isearch.el (isearch-lazy-highlight-word): New variable.
248 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
249 Use it. (Bug#9727)
250
c02ee9d6
GM
2512011-10-11 Glenn Morris <rgm@gnu.org>
252
253 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
254 like f90-previous-statement does.
255
93e616fd 2562011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
257
1f190e73 258 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
259 only in interactive use, to avoid error.
260
af7b6078
SM
2612011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * minibuffer.el (completion-file-name-table): Fix last change,
264 i.e. ignore normal errors but not the other ones.
265
0563dae9
MR
2662011-10-10 Martin Rudalics <rudalics@gmx.at>
267
268 * window.el (special-display-buffer-names)
269 (special-display-regexps): Remove some remnants of earlier
270 changes from doc-strings.
366ca7f3
MR
271 (quit-windows-on): New function.
272
273 * vc/vc.el (vc-revert, vc-rollback):
274 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
275 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 276 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 277
49677495
MR
2782011-10-09 Martin Rudalics <rudalics@gmx.at>
279
280 * window.el (frame-auto-hide-function): Add version tag.
281 (Bug#9699)
282
56f2d1e1
MA
2832011-10-09 Michael Albinus <michael.albinus@gmx.de>
284
285 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
286 condition.
287
112a6592
LL
2882011-10-09 Leo Liu <sdl.web@gmail.com>
289
290 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
291 (Bug#9701)
292
0812589b
GM
2932011-10-08 Glenn Morris <rgm@gnu.org>
294
295 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
296 before the first code statement zero indent. (Bug#9690)
297
b2b0776e
CY
2982011-10-08 Chong Yidong <cyd@stupidchicken.com>
299
300 * simple.el (count-words-region): Always count in the region.
301 Report the number of lines and characters too.
302 (count-words): New command, which counts in the buffer if the
303 region is inactive, as count-words-region used to.
304 (count-words--message): New function. Handle plurals.
305 (count-lines-region): Make it an alias for count-words-region.
306
307 * bindings.el (esc-map): Replace count-lines-region with
308 count-words-region.
309
c557cd6b
MR
3102011-10-08 Martin Rudalics <rudalics@gmx.at>
311
312 * window.el (window--delete): Delete dedicated frame
313 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 314 (switch-to-buffer): Fix doc-string typo.
c557cd6b 315
61a57ef4 3162011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
317
318 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
319
c3833279
CY
3202011-10-07 Chong Yidong <cyd@stupidchicken.com>
321
322 * bindings.el ([M-left],[M-right]): Bind to left-word and
323 right-word respectively.
324
21ce8245
GM
3252011-10-07 Glenn Morris <rgm@gnu.org>
326
327 * cus-start.el (debug-on-quit): Fix custom type.
328
6d823bb2
LMI
3292011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
330
0181e193
LMI
331 * subr.el (define-key-after): Clarify that the function is not
332 useful for non-menu keymaps.
333
6d823bb2
LMI
334 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
335
8e3459ce 3362011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
337
21ce8245 338 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 339 in current minibuffer (Fix bug with recursive minibuffers).
340
a1c2d21e
CY
3412011-10-06 Chong Yidong <cyd@stupidchicken.com>
342
343 * progmodes/gdb-mi.el (gdb): Doc fix.
344
5a4cf282
MR
3452011-10-05 Martin Rudalics <rudalics@gmx.at>
346
347 * window.el (frame-auto-hide-function): New option replacing
348 frame-auto-delete. Suggested by Stefan Monnier.
349 (window--delete): Call frame-auto-hide-function instead of
350 investigating frame-auto-delete.
c96111ea
MR
351 (window-point-1, set-window-point-1): New functions.
352 (window-in-direction, record-window-buffer, window-state-get-1)
353 (display-buffer-record-window): Use window-point-1 instead of
354 window-point.
355 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 356
9854542e
SM
3572011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
360
8943cfb0
GM
3612011-10-05 Glenn Morris <rgm@gnu.org>
362
363 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
364 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
365
647ab967
LL
3662011-10-05 Leo Liu <sdl.web@gmail.com>
367
368 * subr.el (read-char-choice): Fix argument to buffer-live-p which
369 works with buffer object.
370
3ddfbced
SM
3712011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * mpc.el (mpc-tool-bar-map): Add labels.
374
bdfa5dd2
GM
3752011-10-04 Glenn Morris <rgm@gnu.org>
376
377 * calendar/holidays.el (calendar-check-holidays): Doc fix.
378
0e2070b5
MR
3792011-10-04 Martin Rudalics <rudalics@gmx.at>
380
381 * window.el (window--delete): New function.
382 (frame-auto-delete): Resuscitate option.
383 (bury-buffer, replace-buffer-in-windows)
384 (quit-window): Rewrite using window--delete.
385 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
386 Pass display-buffer-mark-dedicated to window--display-buffer-2
387 (Bug#9639).
388
3dc61a09
SM
3892011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
390
915a9b64
SM
391 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
392 returns a list (bug#9554). Add remote file name completion.
393 * comint.el (comint--table-subvert): Curry and get quote&unquote
394 functions as arguments.
395 (comint--complete-file-name-data): Adjust call accordingly.
396 * pcomplete.el (pcomplete--table-subvert): Remove.
397 (pcomplete-completions-at-point): Use comint--table-subvert instead.
398
3dc61a09
SM
399 * minibuffer.el (completion-table-case-fold): Use currying.
400 (completion--styles-type, completion--cycling-threshold-type):
401 New constants.
402 (completion-styles, completion-category-overrides)
403 (completion-cycle-threshold): Use them.
404 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
405 completion-table-case-fold.
406
8ea0a993
SB
4072011-10-03 Stephen Berman <stephen.berman@gmx.net>
408
409 * minibuffer.el (completion-category-overrides): Fix type of styles
410 and add more user friendly tags (bug#9660).
411
8c24b7f6
SM
4122011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
413
414 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
415 (mule-input-method-string): New widget.
416 (default-input-method, language-info-custom-alist): Use it.
417
428fe61a
SM
4182011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
419
32c1fffd
SM
420 * pcomplete.el: Require comint.
421 (pcomplete--common-suffix): Remove.
422 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
423 (pcomplete--table-subvert): Sync with comint--table-subvert.
424 (pcomplete--entries): Use comint-completion-file-name-table.
425 * comint.el (comint-unquote-filename): Simplify.
426 (comint-completion-file-name-table): New function (bug#9616).
427 (comint--complete-file-name-data): Use it.
428
428fe61a
SM
429 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
430 (pcmpl-gnu-tar-buffer): Remove.
431 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
432 around. Make sure pcomplete-suffix-list is only changed temporarily.
433 Don't look inside the tar's file if it's too large.
428fe61a 434
04c52e2f
CY
4352011-10-01 Chong Yidong <cyd@stupidchicken.com>
436
ce3cefcc
CY
437 * cus-edit.el (custom-mode-map):
438 * epa.el (epa-key-list-mode-map):
439 * man.el (Man-mode-map):
440 * startup.el (splash-screen-keymap):
441 * simple.el (special-mode-map): Use scroll-up-command and
442 scroll-down-command.
443
444 * progmodes/idlw-help.el (idlwave-help-mode-map):
445 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
446 * net/newst-plainview.el (newsticker-mode-map):
447 * emulation/ws-mode.el (wordstar-mode-map):
448 * emulation/vi.el (vi-com-map):
449 * calc/calc-graph.el (calc-graph-show-dumb):
450 * term/sun.el (terminal-init-sun):
451 * term/ns-win.el (global-map):
452 * progmodes/grep.el (grep-mode-map):
453 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
454 * mail/rmail.el (rmail-mode-map):
455 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
456
04c52e2f
CY
457 * custom.el (custom-safe-themes, load-theme): Treat value of t for
458 custom-safe-themes as special.
459
79adf8c8
JD
4602011-10-01 Julien Danjou <julien@danjou.info>
461
462 * notifications.el (notifications-notify): Fix docstring.
463
63bd50d3
PS
4642011-10-01 Per Starbäck <per@starback.se>
465
466 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
467
199e4c7e
MR
4682011-09-30 Martin Rudalics <rudalics@gmx.at>
469
470 * startup.el (command-line-1): Fix last fix by inserting
471 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 472 (Bug#9605) and (Bug#9636)
199e4c7e 473
fe5f08dd
EZ
4742011-09-29 Eli Zaretskii <eliz@gnu.org>
475
476 * simple.el (line-move): If auto-hscroll-mode is disabled and the
477 window is hscrolled, move by logical lines. (Bug#9607)
478 (line-move-visual): Update the doc string to the above effect.
479
b5516bbd
MR
4802011-09-29 Martin Rudalics <rudalics@gmx.at>
481
ccee00c0
MR
482 * window.el (display-buffer-record-window): When WINDOW is the
483 selected window use `point' instead of `window-point'. (Bug#9626)
484
b5516bbd
MR
485 * startup.el (command-line-1): Use insert-before-markers when
486 inserting initial-scratch-message. (Bug#9605)
ccee00c0 487
b5516bbd
MR
488 * help.el (help-window): Remove variable.
489
52aa0014
GM
4902011-09-29 Glenn Morris <rgm@gnu.org>
491
492 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
493
df9a7357
JB
4942011-09-29 Juanma Barranquero <lekktu@gmail.com>
495
496 * descr-text.el (describe-char-categories): Accept category
497 descriptions more than one line long.
498
a8406c20
SM
4992011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
500
88d9610c
SM
501 * simple.el (delete-trailing-whitespace): Fix last change.
502
a5daf810
SM
503 * progmodes/perl-mode.el (perl-syntax-propertize-function):
504 Don't confuse "y => 3" as the beginning of a `y' operation.
505
a8406c20
SM
506 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
507 object has more than 4 slots (bug#9613).
508
a239d4e9
JB
5092011-09-28 Juanma Barranquero <lekktu@gmail.com>
510
511 * subr.el (with-output-to-temp-buffer):
512 * net/quickurl.el (quickurl, quickurl-browse-url):
513 Fix typos in docstrings.
514
693fbdb6
EZ
5152011-09-27 Eli Zaretskii <eliz@gnu.org>
516
517 * minibuffer.el (completion-styles)
518 (completion-category-overrides): Cross reference each other in doc
519 strings.
520
8b457e28
GM
5212011-09-27 Glenn Morris <rgm@gnu.org>
522
523 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
524 to split-string. (Bug#9606)
525
85a16208
LMI
5262011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
527
528 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
529 (bug#9615).
530
502f9ebd
CY
5312011-09-27 Chong Yidong <cyd@stupidchicken.com>
532
533 * emacs-lisp/package.el (list-packages): Fix echo area message.
534
7690bdea
LL
5352011-09-27 Leo Liu <sdl.web@gmail.com>
536
537 * ido.el (ido-read-internal): Accept cons cell HIST arg.
538
e2ee6f30
MA
5392011-09-25 Michael Albinus <michael.albinus@gmx.de>
540
541 * net/dbus.el (dbus-unregister-object): Don't release services for
542 registered signals. (Bug#9581)
543
f3f98342
TZ
5442011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
545
546 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
547 function that picks between cfengine 2 and 3 support
548 automatically. Update docs accordingly.
549
dd7aa8dd
KH
5502011-09-22 Kenichi Handa <handa@m17n.org>
551
552 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
553 ZERO.
554 (indian-itrans-v5-table-for-tamil): New variable.
555 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
556
3f2b07f8
KM
5572011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
558
559 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
560 that's true if the current command involved collapsing of text.
561 It's reset to false at the beginning of the next command.
562 (allout-post-command-business): Move the cursor to the beginning
563 of entry if the cursor is hidden and collapsing activity just
564 happened.
565
371d6a61
CY
5662011-09-24 Chong Yidong <cyd@stupidchicken.com>
567
568 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
569 tracking (Bug#9541).
570
2ac2721a
UJ
5712011-09-24 Ulf Jasper <ulf.jasper@web.de>
572
573 * net/newst-reader.el (newsticker-html-renderer)
574 (newsticker-show-news): Automatically
343a34ff
JB
575 load html rendering package if newsticker-html-renderer is set.
576 Fixes "Warning: defvar ignored because w3m-fill-column is
2ac2721a
UJ
577 let-bound" and the error "Symbol's value as variable is void:
578 w3m-fill-column".
579
fac7ae53
MA
5802011-09-24 Michael Albinus <michael.albinus@gmx.de>
581
582 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
583 Release services only if they are defined. (Bug#9581)
584
e08b633b
RS
5852011-09-23 Richard Stallman <rms@gnu.org>
586
e488d29c
RS
587 * textmodes/paragraphs.el (forward-sentence): For backwards case,
588 distinguish start of paragraph from start of its text.
589
19c38752
RS
590 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
591
e08b633b
RS
592 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
593 (rmail-generate-viewer-buffer): Put that hook on view buffer.
594 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
595
0a39f27e
AS
5962011-09-23 Andreas Schwab <schwab@linux-m68k.org>
597
598 * international/mule-diag.el (mule-diag): Insert a newline after
599 each fontset description.
600
db4e950d
SM
6012011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * simple.el (delete-trailing-whitespace):
604 Document last change; simplify.
605
eca3f3ea
PW
6062011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
607
d68e189a
PW
608 * simple.el (delete-trailing-whitespace): Also delete
609 extra newlines at the end of the buffer.
610
eca3f3ea
PW
611 * textmodes/picture.el: Make motion commands obey shift-select-mode.
612 (picture-newline): Use forward-line so as to ignore fields.
613
01c157cc
SM
6142011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * subr.el (with-wrapper-hook): Fix edebug spec.
617
022de23e
LMI
6182011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
619
620 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
621 (bug#4538).
622
91683089
MA
6232011-09-23 Michael Albinus <michael.albinus@gmx.de>
624
eca3f3ea
PW
625 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
626 Fix nasty bug using wrong cached values.
91683089 627
5bdd6fa4
AM
6282011-09-23 Alan Mackenzie <acm@muc.de>
629
630 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
631
97adfb97
CY
6322011-09-23 Chong Yidong <cyd@stupidchicken.com>
633
634 * window.el (pop-to-buffer): Ensure right window is selected if we
635 chose another frame.
636
d4ef2b50
EZ
6372011-09-22 Eli Zaretskii <eliz@gnu.org>
638
639 * simple.el (what-cursor-position): Use get-char-property-change
640 and next-single-char-property-change, to be able to show display
641 properties that come from overlays as well as text properties.
642
72258fe5
CY
6432011-09-22 Chong Yidong <cyd@stupidchicken.com>
644
645 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
646
647 * cmuscheme.el (run-scheme, switch-to-scheme):
648 * cus-edit.el (customize-group, custom-buffer-create)
649 (customize-browse):
650 * info.el (info):
651 * shell.el (shell):
652 * mail/sendmail.el (mail):
653 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
654
8f098516
RS
6552011-09-22 Richard Stallman <rms@gnu.org>
656
657 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
658 move back only to line beg, don't move back over blank lines.
659
e74f1bb6
MA
6602011-09-22 Michael Albinus <michael.albinus@gmx.de>
661
662 * files.el (copy-directory): Set directory attributes only in case
663 they could be retrieved from the source directory. (Bug#9565)
664
bfeef8b6
DK
6652011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
666
667 * progmodes/hideshow.el (hs-looking-at-block-start-p)
668 (hs-find-block-beginning, hs-hide-level-recursive):
669 Ignore strings as well as comments. (Bug#9502)
670
7e423bb8
AS
6712011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
672
673 * progmodes/sql.el (sql-comint-postgres):
674 Convert port number to a string. (Bug#9566)
675
b4d72fcf
MR
6762011-09-22 Martin Rudalics <rudalics@gmx.at>
677
678 * window.el (quit-window): Undedicate window when switching to
679 previous buffer. Reported by Thierry Volpiatto
680 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
681 (special-display-popup-frame): When popping up a new frame reset
682 its previous buffers to nil. Simplify code.
b4d72fcf 683
a7b88dc6
MA
6842011-09-21 Michael Albinus <michael.albinus@gmx.de>
685
686 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
687 and process filter, as done also in `shell-command'.
688
cf4eacfd
MR
6892011-09-21 Martin Rudalics <rudalics@gmx.at>
690
eca3f3ea
PW
691 * window.el (set-window-buffer-start-and-point):
692 Call set-window-start with NOFORCE argument t. Suggested by Thierry
cf4eacfd
MR
693 Volpiatto <thierry.volpiatto@gmail.com>.
694 (quit-window): Reword doc-string. Handle new format of
695 quit-restore parameter. Don't delete window if it has a
696 previous buffer we can show instead of the present one.
697 (display-buffer-record-window): Rewrite using a new format for
698 the quit-restore window parameter
699 (special-display-popup-frame, display-buffer-same-window)
700 (display-buffer-reuse-window, display-buffer-pop-up-frame)
701 (display-buffer-pop-up-window, display-buffer-use-some-window):
702 Adapt symbol passed to display-buffer-record-window.
703 * help.el (help-window-setup): Handle new format of quit-restore
704 parameter.
705
8d28cb95
SM
7062011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
707
94ab793f
SM
708 * faces.el (face-list): Fix docstring (bug#9564).
709
8d28cb95
SM
710 * window.el (display-buffer--action-function-custom-type):
711 Don't include internal functions in the Custom interface.
712
3820edeb
JL
7132011-09-20 Juri Linkov <juri@jurta.org>
714
715 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
716 (Info-forward-node, Info-backward-node, Info-next-preorder)
717 (Info-last-preorder): Use it. (Bug#9528)
718
5147931d
JL
7192011-09-20 Juri Linkov <juri@jurta.org>
720
721 * info.el (Info-last-preorder): Visit last menu item only when
722 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
723
cf499a1a
JD
7242011-09-20 Julien Danjou <julien@danjou.info>
725
726 * password-cache.el (password-cache-remove): Remove entries even if the
727 value is nil, so that password with a nil value (negative caching) is
728 possible to invalidate.
729
f84e2fe2
LM
7302011-09-20 Lawrence Mitchell <wence@gmx.li>
731
732 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
733 all whitespace around breakpoint. (Bug#9553)
734 (f90-find-breakpoint): Only break at whitespace inside a comment.
735
78054a46
SM
7362011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
737
738 * minibuffer.el (completion-file-name-table): Keep track of errors.
739 (completion-table-with-predicate): Handle the case where pred1 is nil.
740 * pcomplete.el (pcomplete-completions-at-point): Simplify.
741
345083b2
SM
7422011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
743
e24e27be
SM
744 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
745 (debugger-return-value): Signal an error if the debugging context does
746 not await any return value.
747
345083b2
SM
748 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
749 * image-mode.el (image-toggle-display-text)
750 (image-toggle-display-image): Stay away from evil `intangible'.
751
08d355e3
LL
7522011-09-19 Leo Liu <sdl.web@gmail.com>
753
754 * replace.el (occur-revert-arguments): Make it permanent-local.
755 (occur-mode): Don't call font-lock-defontify.
756
f01da43f
CY
7572011-09-19 Chong Yidong <cyd@stupidchicken.com>
758
759 * net/ldap.el (ldap-search-internal): Don't push empty search
760 result (Bug#9508).
761
b6072fa6
SM
7622011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
765
443d6696
MA
7662011-09-19 Michael Albinus <michael.albinus@gmx.de>
767
768 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
769 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
770
7cc6e154
JL
7712011-09-18 Juri Linkov <juri@jurta.org>
772
773 * buff-menu.el (Buffer-menu-mode-map):
774 * dired.el (dired-mode-map):
775 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
776 (lisp-interaction-mode-map):
777 * emacs-lisp/package.el (package-menu-mode-map):
778 * epa.el (epa-key-list-mode-map):
779 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
780 (menu-bar-options-menu):
781 * outline.el (outline-mode-menu-bar-map):
782 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
783 * vc/vc-dir.el (vc-dir-menu-map):
784 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
785 Capitalize non-function content words in menu item strings.
786
787 * dired.el (dired-mode-map): Add menu item for
788 `image-dired-dired-toggle-marked-thumbs'.
789
80302a81
JL
7902011-09-18 Juri Linkov <juri@jurta.org>
791
792 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
793 to `isearch-case-fold-search' and restore its original value
794 after the `isearch-mode' call.
795
46c5cf66
JL
7962011-09-18 Juri Linkov <juri@jurta.org>
797
798 * progmodes/grep.el (grep-process-setup): Don't check code for 1
799 because `zgrep' returns 1 for successful matches (bug#9226).
800
d18b513b
JL
8012011-09-18 Juri Linkov <juri@jurta.org>
802
803 * info.el (Info-extract-menu-node-name): Check the second match
804 for empty string (second test-case of bug#9528).
805 (Info-last-preorder): Let-bind `Info-history' to nil to not add
806 intermediate nodes to the history (first test-case of bug#9528).
807
72753f87
JL
8082011-09-18 Juri Linkov <juri@jurta.org>
809
810 * info.el (Info-mode-syntax-table): New variable.
811 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312)
812
c9384295
JL
8132011-09-18 Juri Linkov <juri@jurta.org>
814
815 * info.el (Info-file-supports-index-cookies): Increment
816 line-beginning-position's arg from 3 to 4 because makeinfo outputs
817 one more line for long file names (bug#4142).
818
d473dce8
CY
8192011-09-18 Chong Yidong <cyd@stupidchicken.com>
820
821 * newcomment.el (comment-normalize-vars): If prompting for
822 comment-start, set comment-start-skip too (Bug#8424).
823
2176854d
JB
8242011-09-18 Johan Bockgård <bojohan@gnu.org>
825
826 * icomplete.el: Fix previous fix of Bug#5849.
827 (icomplete-mode): Don't set completion-show-inline-help.
828 (icomplete-minibuffer-setup): Set completion-show-inline-help
829 locally during icompletion.
830
3aace4e4
CY
8312011-09-18 Chong Yidong <cyd@stupidchicken.com>
832
c940224f
CY
833 * woman.el (woman2-process-escapes): Don't delete unrecognized
834 escapes (Bug#7843).
835
3aace4e4
CY
836 * files.el (inhibit-first-line-modes-regexps): Add image files.
837 (hack-local-variables-prop-line): Return nil for malformed
838 prop-lines (Bug#9044).
839
710dec63
MA
8402011-09-18 Michael Albinus <michael.albinus@gmx.de>
841
842 * net/tramp.el (top): Don't require 'shell.
843 (tramp-methods): Fix docstring.
844 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
845 Return complete remote file name. Handle "smb" case.
846 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
847 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
848
849 * net/tramp-compat.el (top): Require 'shell.
850
851 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
852 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
853 `tramp-current-host'.
854 (tramp-get-remote-tmpdir): Remove.
855
856 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
857 `tramp-tmpdir' entries.
858 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
859 (tramp-smb-handle-file-attributes): Ignore errors.
860 (tramp-smb-wait-for-output): Check also for process end.
861
5d5ac8ec
LMI
8622011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
863
864 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
865 when sending QUIT (bug#9312).
866
8c0f49f0
CY
8672011-09-17 Chong Yidong <cyd@stupidchicken.com>
868
869 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
870 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
871 occur-mode-display-occurrence.
872 (occur-edit-mode): Add usage message.
873 (occur-cease-edit): New command.
874 (occur-after-change-function): Use text properties to find the
875 position of the prefix text.
876 (occur-engine): Set stickiness of prefix text properties.
877
8f1383f7
GM
8782011-09-17 Glenn Morris <rgm@gnu.org>
879
880 * progmodes/etags.el (complete-tag):
881 Fix call to completion-in-region. (Bug#9526)
882
744ba0e3
JL
8832011-09-17 Juri Linkov <juri@jurta.org>
884
885 * textmodes/ispell.el (ispell-word): Add to the error message
886 the word, ispell program name and current dictionary (bug#9121).
887 (ispell-tex-arg-end): Capitalize "error" in the error message.
888
d9bbf400
AS
8892011-09-17 Andreas Schwab <schwab@linux-m68k.org>
890
891 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
892 check. (Bug#4251)
893
8da11505
JL
8942011-09-17 Juri Linkov <juri@jurta.org>
895
896 * window.el (window-safe-min-height, window-safe-min-width):
897 Fix typos (followup to bug#9522).
898
a91adc7e
SJ
8992011-09-17 Sven Joachim <svenjoac@gmx.de>
900
901 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
902
064f328a
EZ
9032011-09-16 Eli Zaretskii <eliz@gnu.org>
904
905 * simple.el (line-move): If goal-column is set, move by logical
906 lines, not by display lines. (Bug#971)
907 (next-line, previous-line, goal-column, line-move-visual): Doc fix
908 to reflect the above change.
909
e69df516
SM
9102011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * image.el (imagemagick-register-types): Use regexp-opt.
913
cbb0f9ab
CY
9142011-09-15 Chong Yidong <cyd@stupidchicken.com>
915
916 * window.el (display-buffer-base-action): Rename from
917 display-buffer-default-action. Make default value empty.
918 (display-buffer-overriding-action): Convert to defvar.
919 (display-buffer-fallback-action): New var.
920
25322144
CY
9212011-09-15 Chong Yidong <cyd@stupidchicken.com>
922
923 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
924 declaration.
925 (package--add-to-archive-contents): If there is a duplicate entry
926 with an older version, remove it.
927 (package-menu-mark-delete, package-menu-mark-install)
928 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
929 (package-menu-mark-obsolete-for-deletion):
930 Use package-menu-get-status instead of a regexp search.
25322144
CY
931 (package-menu-get-status): Use tabulated-list-entry.
932 (package-menu-mark-upgrades): New command.
d770725a 933 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
934 (package-menu-execute): Do installation before deletion.
935 (package-menu-refresh, package-menu-execute): Use derived-mode-p
936 instead of checking major-mode.
937 (package-menu--find-upgrades): New function.
938
7520339c
LMI
9392011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
940
941 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
942 passwords in the log buffer.
65a046c4
LMI
943 (smtpmail-process-filter): Update the process marker so that the
944 "broken by peer" status message is inserted in the right place.
7520339c 945
d3c30954
SM
9462011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
947
3fe48822
SM
948 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
949 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
950 bibtex-completion-at-point-function.
951 (bibtex-completion-at-point-function): Use them.
952
1b8b3954
SM
953 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
954
d3c30954
SM
955 * mpc.el (mpc-constraints-tag-lookup): New function.
956 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
957 also to browser "album|playlist".
958
72779976
JL
9592011-09-14 Juri Linkov <juri@jurta.org>
960
961 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
962 (isearch-edit-string): Use length of `isearch-string' when
963 `isearch-fail-pos' returns nil.
964 (isearch-message): Remove duplicate code and call
965 `isearch-fail-pos' with arg `t'.
966
a0bf2bcd
CY
9672011-09-14 Chong Yidong <cyd@stupidchicken.com>
968
17bb0a2d
CY
969 * replace.el (occur-mode-goto-occurrence): Don't force using other
970 window (Bug#9499).
971
a0bf2bcd
CY
972 * dired-aux.el (dired-do-chmod): Don't provide initial input.
973
f678e0b6
MR
9742011-09-14 Martin Rudalics <rudalics@gmx.at>
975
976 * window.el (display-buffer-window): Remove.
977 (display-buffer-record-window): Use help-setup window parameter
978 instead of variable display-buffer-window.
979 (display-buffer-function, special-display-buffer-names)
980 (special-display-function): Mention help-setup parameter instead
981 of display-buffer-window in doc-string.
d3c30954
SM
982 * help.el (help-window-setup): New argument help-window.
983 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
984 Reword some messages.
985 (with-help-window): Pass window used for displaying the buffer
986 to help-window-setup. Don't set display-buffer-window.
987
8e39b2e8
GM
9882011-09-13 Glenn Morris <rgm@gnu.org>
989
990 * emacs-lisp/debug.el (debugger-make-xrefs):
991 Preserve point. (Bug#9462)
992
85e9c04b
CY
9932011-09-13 Chong Yidong <cyd@stupidchicken.com>
994
995 * window.el (window-deletable-p): Use next-frame.
996
1b36ed6a
MR
9972011-09-13 Martin Rudalics <rudalics@gmx.at>
998
999 * window.el (window-auto-delete): Remove.
1000 (window-deletable-p): Remove argument FORCE. Don't deal with
1001 dedicatedness and previous buffers.
1002 (switch-to-prev-buffer): Don't delete window.
1003 (delete-windows-on): Delete a window's frame if and only if the
1004 window is dedicated.
1005 (replace-buffer-in-windows): Delete buffer's window or frame if
1006 and only if window is dedicated.
1007 (quit-window): Handle quit-restore as before last change.
4d61f28d 1008 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 1009
ef8ef9fb
CY
10102011-09-13 Chong Yidong <cyd@stupidchicken.com>
1011
1012 * window.el (window-deletable-p): Never delete the last frame on a
1013 given terminal.
1014
b2cba41e
GM
10152011-09-13 Glenn Morris <rgm@gnu.org>
1016
1017 * help.el (describe-key-briefly): Copy previous standard-output change.
1018
51553db6 10192011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
1020
1021 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
1022
b7556719
GM
10232011-09-13 Glenn Morris <rgm@gnu.org>
1024
1025 * emacs-lisp/lisp-mode.el (lisp-indent-function):
1026 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
1027
64b51947
CY
10282011-09-12 Chong Yidong <cyd@stupidchicken.com>
1029
1030 * dired-aux.el (dired-mark-read-string): Don't return default
1031 value on empty input (Bug#9361).
1032 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
1033 Omit initial minibuffer contents.
1034 (dired-do-chmod): Signal an error on empty input.
1035 (dired-mark-read-string): Don't return default on empty input.
1036
1037 * files.el (file-modes-symbolic-to-number): Doc fix.
1038
393a301e
SM
10392011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * international/mule-cmds.el (ucs-completions): Remove.
1042 (read-char-by-name): Use complete-with-action instead; add metadata.
1043
fa5660f9
CY
10442011-09-11 Chong Yidong <cyd@stupidchicken.com>
1045
1046 * window.el (display-buffer--action-function-custom-type)
1047 (display-buffer--action-custom-type): New vars.
1048 (display-buffer-alist, display-buffer-default-action)
1049 (display-buffer-overriding-action): Add defcustom types.
1050
4a592f66
CY
1051 * frame.el (delete-other-frames): Doc fix (Bug#276).
1052
73d56dbd
LMI
10532011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1054
1055 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
1056
37ac18a3
CY
10572011-09-11 Chong Yidong <cyd@stupidchicken.com>
1058
1059 Change modes that used same-window-* vars to use switch-to-buffer.
1060
1061 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
1062 Use switch-to-buffer.
1063
1064 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
1065 (customize-browse, custom-buffer-create-other-window):
1066 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
1067
1068 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
1069 (Info-prev, Info-up, Info-speedbar-goto-node)
1070 (info-display-manual): Use switch-to-buffer.
1071 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
1072
1073 * mail/sendmail.el (mail): Use switch-to-buffer.
1074 (mail-recover): Use switch-to-buffer-other-window.
1075
1076 * cmuscheme.el (run-scheme, switch-to-scheme):
1077 * ielm.el (ielm):
1078 * shell.el (shell):
1079 * net/rlogin.el (rlogin):
1080 * net/telnet.el (telnet, rsh):
1081 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
1082
10195bd6
AS
10832011-09-11 Andreas Schwab <schwab@linux-m68k.org>
1084
1085 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
1086
b322f63a
LMI
10872011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1088
39d7fed6
LMI
1089 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
1090 so don't mention it (bug#9301).
ba5a81f1 1091 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 1092
ee0e9f11
LMI
1093 * faces.el (face-spec-set-match-display): Make `(type graphic)'
1094 match `x', `w32' and `ns', like the manual says (bug#9029).
1095
0b1c89c1 1096 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
1097 (process-kill-buffer-query-function): Mention the buffer name in
1098 the query.
0b1c89c1 1099
77549ea8
LMI
1100 * image-mode.el (image-next-line): The line parameter is mandatory
1101 (bug#9258).
1102
803ef892
LMI
1103 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
1104 which can be useful (bug#9301).
1105
12980837
LMI
1106 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
1107
91054f8f
LMI
1108 * subr.el (match-string): Mention that the current buffer should
1109 be the same as the search was done in (bug#9282).
1110
b322f63a
LMI
1111 * facemenu.el: Disable the remove-* commands if the mark isn't
1112 active (bug#9162).
1113
3199b96f
CY
11142011-09-10 Chong Yidong <cyd@stupidchicken.com>
1115
1116 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
1117 of display-buffer.
1118 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
1119
1120 * replace.el (occur-mode-goto-occurrence)
1121 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
1122 and display-buffer.
1123
1124 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
1125 display-buffer.
1126
1127 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
1128 special-display and same-window variables.
1129 (mail-other-window): Use switch-to-buffer-other-window.
1130 (mail-other-frame): USe switch-to-buffer-other-frame.
1131
393a301e
SM
1132 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
1133 Use display-buffer-other-frame.
3199b96f
CY
1134 (gdb-display-gdb-buffer): Use pop-to-buffer.
1135
1136 * progmodes/gud.el (gud-goto-info): Use info-other-window.
1137
1138 * progmodes/python.el: Don't set same-window-buffer-names.
1139
1140 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
1141
1142 * window.el (display-buffer-alist): Add *Python*.
1143
8319e0bf
CY
11442011-09-10 Chong Yidong <cyd@stupidchicken.com>
1145
1146 * window.el (display-buffer-alist): Add entry for buffers
1147 previously handled same-window-*.
1148 (display-buffer-alist, display-buffer-default-action)
1149 (display-buffer-overriding-action): Mark as risky.
1150 (display-buffer-alist): Document action function changes.
1151 (display-buffer--same-window-action)
1152 (display-buffer--other-frame-action): New variables.
1153 (switch-to-buffer, display-buffer-other-frame): Use them.
1154 (display-buffer): Rename reuse-frame entry to reusable-frames.
1155 (display-buffer-reuse-selected-window): Function deleted.
1156 (display-buffer-reuse-window): Handle reusable-frames alist entry.
1157 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
1158 (display-buffer-special): New function.
1159 (display-buffer--maybe-pop-up-frame-or-window): Rename from
1160 display-buffer-reuse-or-pop-window. Split off special-display
1161 part into display-buffer-special.
1162 (display-buffer-use-some-window): Don't perform any special
1163 pop-up-frames handling.
1164 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 1165 (display-buffer--maybe-same-window): Rename from
0d3ff375 1166 display-buffer-maybe-same-window.
8319e0bf 1167
919a69aa
CY
1168 * info.el: Don't set same-window-regexps.
1169 (info-setup): New function.
1170 (info-other-window, info): Call it.
1171
1172 * cus-edit.el: Don't set same-window-regexps.
1173 (customize-group): New argument.
1174 (customize-group-other-window): Use it.
1175 (customize-face, customize-face-other-window): Likewise.
1176 (custom-buffer-create-other-window): Use pop-to-buffer directly.
1177
8319e0bf
CY
1178 * net/rlogin.el:
1179 * net/telnet.el:
1180 * progmodes/gud.el: Don't set same-window-regexps.
1181
1182 * cmuscheme.el:
1183 * ielm.el:
1184 * shell.el:
1185 * mail/sendmail.el:
1186 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
1187
25173000
JL
11882011-09-10 Juri Linkov <juri@jurta.org>
1189
1190 * isearch.el (isearch-edit-string): Remove obsolete mention of
1191 `C-w' (`isearch-yank-word-or-char') from docstring.
1192 (isearch-query-replace): Fix typo in docstring (bug#9466).
1193
056e44ef
JL
11942011-09-10 Juri Linkov <juri@jurta.org>
1195
1196 * paren.el (show-paren-function): Don't show escaped parens.
1197 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
1198
c3760c17
EZ
11992011-09-10 Eli Zaretskii <eliz@gnu.org>
1200
1201 * mail/sendmail.el (mml-to-mime, mml-attach-file)
1202 (mm-default-file-encoding): Remove autoload forms, they are
1203 replaced with autoload cookies in mml.el and mm-encode.el.
1204 (mail-add-attachment): New command.
1205 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
1206 (mail-mode): Mention mail-insert-file and mail-add-attachment in
1207 the doc string.
1208 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
1209
fece895e
RT
12102011-09-10 Reuben Thomas <rrt@sc3d.org>
1211
e69df516
SM
1212 * simple.el (count-words-region): Use buffer if there's no region
1213 (bug#9429).
fece895e 1214
5e68ce4a
JL
12152011-09-09 Juri Linkov <juri@jurta.org>
1216
1217 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
1218 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
1219 (wdired-isearch-filter-read-only): New function. (Bug#6362)
1220
0a6b9622
AM
12212011-09-09 Alan Mackenzie <acm@muc.de>
1222
1223 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
1224 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
1225
14a29deb
EZ
12262011-09-09 Eli Zaretskii <eliz@gnu.org>
1227
1228 Fix for Savannah bug#9392.
1229 * simple.el (mail-encode-mml): New defvar.
1230
1231 * mail/rmail.el (mail-encode-mml): Add a defvar.
1232 (rmail-enable-mime-composing): Default to t.
1233 (rmail-forward): Use MIME method of forwarding only if both
1234 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
1235 Set mail-encode-mml non-nil if the MIME method was used.
1236
1237 * mail/sendmail.el (mml-to-mime): Add autoload form.
1238 (mail-encode-mml): Add a defvar.
1239 (mail-mode): Make mail-encode-mml buffer-local and initialize it
1240 to nil.
1241 (mail-send): If mail-encode-mml is non-nil, run the outgoing
1242 message through mml-to-mime, and reset mail-encode-mml to nil.
1243
28c45130
GM
12442011-09-09 Glenn Morris <rgm@gnu.org>
1245
1246 * woman.el (woman-if-body): When processing an .el block,
1247 do not delete the next .el block as well. (Bug#9447)
69f4b618 1248 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 1249
9b1c252e
MR
12502011-09-08 Martin Rudalics <rudalics@gmx.at>
1251
1252 * window.el (window-deletable-p): Make sure window is live before
1253 invoking window-prev-buffers.
1254
567457e3
LL
12552011-09-08 Leo Liu <sdl.web@gmail.com>
1256
1257 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
1258
97f05794
JL
12592011-09-08 Juri Linkov <juri@jurta.org>
1260
1261 * progmodes/compile.el (compilation-environment): Make it
1262 a defcustom (bug#8340).
1263
8b0874b5
MR
12642011-09-08 Martin Rudalics <rudalics@gmx.at>
1265
1266 * window.el (frame-auto-delete): Rename to window-auto-delete.
1267 Make it control auto-deletion of windows and/or frames.
1268 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 1269 for deleting window/frame. (Bug#9419)
8b0874b5
MR
1270 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
1271 Rewrite handling of case when window/frame can be deleted.
1272 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 1273 argument t. (Bug#9456)
8b0874b5 1274
4feb6e73
CY
12752011-09-07 Chong Yidong <cyd@stupidchicken.com>
1276
1277 * help-mode.el (help-mode): Restore autoload.
1278
91ab9c13
JL
12792011-09-07 Juri Linkov <juri@jurta.org>
1280
1281 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
1282 `compilation-environment'. Set buffer-local
1283 `compilation-environment' to `thisenv' later after (funcall mode).
1284 (Bug#8340)
1285
1286 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
1287 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
1288 instead of replacing its value. (Bug#8340)
1289
0527e251
JL
12902011-09-07 Juri Linkov <juri@jurta.org>
1291
1292 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
1293 based on text properties put by `grep-filter' instead of matching
1294 escape sequences.
1295 (grep-mode): Set buffer-local `compilation-error-screen-columns'
1296 to the value of `grep-error-screen-columns' (bug#9438).
1297
249f792c
JL
12982011-09-07 Juri Linkov <juri@jurta.org>
1299
1300 * simple.el (next-error-highlight, next-error-highlight-no-select):
1301 Doc fix (bug#9432).
1302
ff7271b9
OT
13032011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
1304
1305 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1306 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
1307
183fc730
LL
13082011-09-07 Leo Liu <sdl.web@gmail.com>
1309
1310 * net/rcirc.el (rcirc-mode): Conditionally initialize
1311 rcirc-input-ring.
1312
77694924
SM
13132011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * emacs-lisp/find-func.el (find-function-C-source): Only set
1316 find-function-C-source-directory after checking that we found a source
1317 file there (bug#9440).
1318
d809b8eb
AM
13192011-09-06 Alan Mackenzie <acm@muc.de>
1320
1321 * isearch.el (isearch-other-meta-char): Wherever a key list is
1322 unread, "unread" the prefix arg, too. This fixes bug #8901.
1323
453de99f
OG
13242011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1325
1326 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
1327
90439906
JL
13282011-09-05 Juri Linkov <juri@jurta.org>
1329
1330 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
1331
f62bd846
JL
13322011-09-05 Juri Linkov <juri@jurta.org>
1333
1334 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
1335 keeping point where processing of grep matches begins, and
1336 continue to delete remaining escape sequences from the same point.
1337 (grep-filter): Make leading zero optional in "0?1;31m" because
1338 git-grep emits "\033[1;31m" escape sequences unlike expected
1339 "\033[01;31m" as GNU Grep does (bug#9408).
1340 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
1341
045820ec
JL
13422011-09-05 Juri Linkov <juri@jurta.org>
1343
1344 * subr.el (y-or-n-p): Capitalize "yes".
1345
f5e29b9b
MA
13462011-09-04 Michael Albinus <michael.albinus@gmx.de>
1347
1348 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
1349 `tramp-cache-unload-hook' where appropriate.
1350 (tramp-methods): Rename `tramp-remote-sh' to
1351 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
1352 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
1353
1354 * net/tramp-sh.el (top): Don't require 'shell.
1355 (tramp-methods): Add `tramp-remote-shell' and
1356 `tramp-remote-shell-args' entries.
1357 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
1358 (tramp-sh-handle-shell-command): Remove.
1359 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1360 Use `tramp-remote-shell'.
1361
2784c434
CY
13622011-09-03 Chong Yidong <cyd@stupidchicken.com>
1363
393a301e 1364 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
1365 (sendmail-query-once): Save directly to send-mail-function.
1366 Update message-send-mail-function too.
1367
1368 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
1369
464cdf56
CS
13702011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
1371
1372 * progmodes/python.el (python-mode-map): Use correct function to
1373 start python interpreter from menu-bar (as reported by Geert
1374 Kloosterman).
1375 (inferior-python-mode-map): Fix typo.
393a301e 1376 (python-shell-map): Remove.
464cdf56 1377
d37e5c87
DD
13782011-09-03 Deniz Dogan <deniz@dogan.se>
1379
1380 * net/rcirc.el (rcirc-print): Simplify code for
1381 rcirc-scroll-show-maximum-output. There is no need to walk
1382 through all windows to find the right one.
1383
f3ada0ee
CS
13842011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
1385
1386 * help.el (help-return-method): Doc fix.
1387
1f3c99ca
MR
13882011-09-03 Martin Rudalics <rudalics@gmx.at>
1389
1390 * window.el (window-deletable-p): Don't return a non-nil value
1391 when there's a buffer that was shown in the window before.
1392 (Bug#9419)
393a301e
SM
1393 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1394 Set window's previous buffers to nil.
1f3c99ca 1395
a3cf097f
EZ
13962011-09-03 Eli Zaretskii <eliz@gnu.org>
1397
1398 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
1399 newline before and after the tag line, so it doesn't interfere
1400 with determining the paragraph direction of bidirectional text.
1401
3d03de90
LL
14022011-09-03 Leo Liu <sdl.web@gmail.com>
1403
1404 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
1405
c3313451
CY
14062011-09-02 Chong Yidong <cyd@stupidchicken.com>
1407
393a301e 1408 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
1409 (pop-to-buffer): Change interactive spec. Pass second argument
1410 directly to display-buffer.
1411 (display-buffer): Fix interactive spec. Use functionp to
1412 distinguish between a function and a list of functions.
1413
1414 * abbrev.el (edit-abbrevs):
1415 * arc-mode.el (archive-extract):
1416 * autoinsert.el (auto-insert):
1417 * bookmark.el (bookmark-bmenu-list):
1418 * files.el (find-file):
1419 * view.el (view-buffer):
1420 * progmodes/compile.el (compilation-goto-locus):
1421 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
1422
89894cd8
CY
14232011-09-02 Chong Yidong <cyd@stupidchicken.com>
1424
1425 * window.el (display-buffer-alist): Doc fix.
1426 (display-buffer): Add docstring. Don't treat
1427 display-buffer-default specially.
1428 (display-buffer-reuse-selected-window)
1429 (display-buffer-same-window, display-buffer-maybe-same-window)
1430 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1431 (display-buffer-pop-up-window)
1432 (display-buffer-reuse-or-pop-window)
1433 (display-buffer-use-some-window): New functions.
1434 (display-buffer-default-action): Use them.
393a301e 1435 (display-buffer-default): Delete.
89894cd8
CY
1436 (pop-to-buffer-1): Fix choice of actions.
1437
ae0bc9fb
SM
14382011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1439
1440 * minibuffer.el (completion--insert-strings): Don't get confused by
1441 completion entries that end with an LF char.
1442
e9d90883
EZ
14432011-09-01 Eli Zaretskii <eliz@gnu.org>
1444
1445 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
1446
437014c8
CY
14472011-09-01 Chong Yidong <cyd@stupidchicken.com>
1448
1449 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
1450 (display-buffer-same-window, display-buffer-other-window):
1451 New functions.
437014c8
CY
1452 (pop-to-buffer-1): New function. Use the above.
1453 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 1454 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
1455
1456 * view.el (view-buffer-other-window, view-buffer-other-frame):
1457 Just use pop-to-buffer.
1458
a5e063d5
TV
14592011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1460
1461 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
1462
793d32bb
WH
14632011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
1464
1465 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
1466
d65e4c15
RS
14672011-08-31 Richard Stallman <rms@gnu.org>
1468
1469 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
1470 of the separation of rmail-view-buffer from rmail-buffer.
1471 If you say no to "replace original", the decrypt is in the
1472 view buffer. If you say yes, the decrypt goes into the
1473 rmail buffer also.
1474
f818cd2a
MR
14752011-08-31 Martin Rudalics <rudalics@gmx.at>
1476
1477 * window.el (display-buffer-window): Rewrite doc-string.
1478 (display-buffer-record-window): New function.
1479 (display-buffer-macro-specifiers)
1480 (display-buffer-even-window-sizes, display-buffer-set-height)
1481 (display-buffer-set-width, display-buffer-in-window)
1482 (display-buffer-reuse-window, display-buffer-split-specifiers)
1483 (display-buffer-side-specifiers, display-buffer-split-window-1)
1484 (display-buffer-split-window, display-buffer-split-atom-window)
1485 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
1486 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
1487 (display-buffer-other-window-means-other-frame)
1488 (display-buffer-normalize-special)
1489 (display-buffer-normalize-default)
1490 (display-buffer-normalize-argument)
1491 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
1492 (display-buffer-normalize-specifiers, display-buffer-frame)
1493 (display-buffer-same-window, display-buffer-same-frame)
1494 (display-buffer-other-window)
1495 (display-buffer-same-frame-other-window)
1496 (display-buffer-other-frame, pop-to-buffer-same-window)
1497 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
1498 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
1499 (switch-to-buffer-same-frame)
1500 (switch-to-buffer-other-window-same-frame)
1501 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
1502 (display-buffer-alist-set-1, display-buffer-alist-set-2)
1503 (display-buffer-alist-set): Remove.
1504 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
1505 (special-display-regexps, special-display-function):
1506 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
1507 parameter.
1508 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
1509 (special-display-frame-alist, special-display-popup-frame)
1510 (same-window-buffer-names, same-window-regexps, same-window-p)
1511 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
1512 (split-window-preferred-function, split-height-threshold)
1513 (split-width-threshold, window-splittable-p)
1514 (split-window-sensibly, window--try-to-split-window)
1515 (window--frame-usable-p, even-window-heights)
1516 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
1517 (window--display-buffer-2, display-buffer-other-frame):
1518 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
1519 (display-buffer-default, display-buffer-assq-regexp): New functions.
1520 (display-buffer-alist): Rewrite doc-string.
1521 (display-buffer-default-action)
1522 (display-buffer-overriding-action): New variables.
1523 (display-buffer, switch-to-buffer): Rewrite.
1524 (pop-to-buffer): Restore Emacs 23 behavior but use
1525 window-normalize-buffer-to-display.
1526 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
1527 Restore Emacs 23 behavior but use
1528 window-normalize-buffer-to-switch-to.
1529 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
1530 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
1531 Rewrite using Emacs 23 options.
f818cd2a 1532
5bc3b51d
MA
15332011-08-31 Michael Albinus <michael.albinus@gmx.de>
1534
1535 * net/tramp.el (tramp-root-regexp): Remove.
1536 (tramp-completion-file-name-regexp-unified)
1537 (tramp-completion-file-name-regexp-separate)
1538 (tramp-completion-file-name-regexp-url): Don't use leading volume
1539 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
1540 (tramp-drop-volume-letter): Simplify definition.
1541 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 1542
b1a4f8e1
SM
15432011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
1546 (bug#9356).
1547
5664fa7b
RT
15482011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
1549
b1a4f8e1 1550 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 1551
9a45d6c3
JL
15522011-08-29 Juri Linkov <juri@jurta.org>
1553
1554 * isearch.el (isearch-done): Don't display message "Mark saved"
1555 when arg `edit' is non-nil to prevent its flicker in the echo area.
1556
fb87e0fb
CY
15572011-08-28 Chong Yidong <cyd@stupidchicken.com>
1558
1559 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
1560 obsolete packages for deletion.
1561
09ac1c2a
CS
15622011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
1563
1564 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 1565 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
1566 view-mode from help-mode.
1567 (help-xref-override-view-map): Remove.
1568 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
1569 view-mode is not used anymore.
1570
7a1ff57f
CY
15712011-08-28 Chong Yidong <cyd@stupidchicken.com>
1572
1573 * server.el (server-port): Doc fix.
1574
b9696605
CY
1575 * cus-theme.el (custom-theme-choose-mode): Inherit from
1576 special-mode (Bug#9124).
1577 (custom-theme-choose-mode-map): Add special-mode to parent.
1578
ef8cdf8c
AM
15792011-08-28 Alan Mackenzie <acm@muc.de>
1580
1581 * progmodes/cc-fonts.el
1582 (c-make-font-lock-BO-decl-search-function): New function.
1583 (c-basic-matchers-after - "Fontify the clauses after various
1584 keywords"): Extract the three keyword lists for the 3 erroneous
1585 constructs from the list of four, and use the new function above
1586 in place of an old one.
1587
27de4e20
DD
15882011-08-28 Deniz Dogan <deniz@dogan.se>
1589
1590 * net/rcirc.el (rcirc-insert-prev-input)
1591 (rcirc-insert-next-input): Remove unused argument.
1592
356a3681
SM
15932011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1594
1595 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
1596
3fc9b218
AM
15972011-08-27 Alan Mackenzie <acm@muc.de>
1598
1599 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
1600 handle function pointer parameters properly.
1601
538a061c
MR
16022011-08-27 Martin Rudalics <rudalics@gmx.at>
1603
1604 * window.el (display-buffer-reuse-window): Fix case where
1605 selected window was reused with non-nil OTHER-WINDOW argument.
1606 (Bug#9381)
1607
35b1c40c
DD
16082011-08-27 Deniz Dogan <deniz@dogan.se>
1609
1610 * net/rcirc.el (rcirc-check-auth-status): Adding support for
1611 oftc's NickServ messages.
1612
2f6a3e79
GM
16132011-08-27 Glenn Morris <rgm@gnu.org>
1614
1615 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
1616
7254299e
CY
16172011-08-26 Chong Yidong <cyd@stupidchicken.com>
1618
1619 * emacs-lisp/package.el (package-install): Call package-initialize
1620 if called interactively.
1621
f8ccf167
LL
16222011-08-26 Leo Liu <sdl.web@gmail.com>
1623
1624 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
1625
3e8cd5ce
JL
16262011-08-25 Juri Linkov <juri@jurta.org>
1627
1628 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
1629 `search-whitespace-regexp' (bug#9364).
1630
93eb7113
JL
16312011-08-25 Juri Linkov <juri@jurta.org>
1632
1633 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
1634 `regexp-search-ring' to their global values to protect from
1635 updating by `read-from-minibuffer' (bug#9185).
1636
f65d1611
JL
16372011-08-25 Juri Linkov <juri@jurta.org>
1638
1639 * textmodes/ispell.el (ispell-command-loop): Add newline
1640 at the end of the "Use option `i'..." line.
1641
f1cf7a31
JL
16422011-08-25 Juri Linkov <juri@jurta.org>
1643
1644 * battery.el (display-battery-mode): If `battery-status-function'
1645 or `battery-mode-line-format' is nil, display the message and set
1646 `display-battery-mode' to nil (bug#9363).
1647
0c95fcf7
EZ
16482011-08-25 Eli Zaretskii <eliz@gnu.org>
1649
1650 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
1651 bidi-string-mark-left-to-right; they are unnecessary now.
1652
a2ebe600
DD
16532011-08-25 Deniz Dogan <deniz@dogan.se>
1654
1655 * net/quickurl.el: Documentation typo fixes.
1656
e4ed06f1
CY
16572011-08-25 Chong Yidong <cyd@stupidchicken.com>
1658
1659 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
1660
e5f1c99e
GM
16612011-08-25 Glenn Morris <rgm@gnu.org>
1662
b2948976
GM
1663 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1664
e5f1c99e
GM
1665 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
1666 (smtpmail-via-smtp): Handle nil response from smtp.
1667
f22f4808
JL
16682011-08-24 Juri Linkov <juri@jurta.org>
1669
1670 * proced.el (proced-marked): Inherit from `error' instead of
1671 `font-lock-warning-face'.
1672
1673 * ibuffer.el (ibuffer-marked-face): Change default face from
1674 `font-lock-warning-face' to `warning'.
1675 (ibuffer-deletion-face): Change default face from
1676 `font-lock-type-face' to `error'.
1677
1678 * battery.el (battery-update): Use the face `error' instead of
1679 `font-lock-warning-face' (bug#6117).
1680
6a93965e
JL
16812011-08-24 Juri Linkov <juri@jurta.org>
1682
1683 * faces.el (success): Change face color from "Green3" to
1684 "ForestGreen" on light background (bug#9353).
1685
1ed43b09
CY
16862011-08-24 Chong Yidong <cyd@stupidchicken.com>
1687
5664fa7b
RT
1688 * window.el (quit-window): Rename from quit-restore-window.
1689 Use same arglist as old quit-window.
1ed43b09
CY
1690 (frame-auto-delete): Doc fix.
1691
1692 * view.el (view-mode-exit): Use quit-window.
1693
11dcdbb2
JL
16942011-08-24 Juri Linkov <juri@jurta.org>
1695
1696 * isearch.el (isearch-ring-adjust1): Start visiting previous
1697 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
1698 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
1699 for empty search string (when the last search string is reused
1700 automatically) to adjust the isearch ring to the last element and
1701 prepare the correct index for further M-p commands (bug#9185).
1702
de62b4df
KH
17032011-08-24 Kenichi Handa <handa@m17n.org>
1704
1705 * international/ucs-normalize.el: If decomposition property of
1706 CHAR is the default one (i.e. a list of CHAR itself), treat it as
1707 nil.
1708 (nfd, nfkd): Likewise.
1709
963b492b
SM
17102011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
1713 from process filters aren't reliably transmitted to the surrounding
1714 accept-process-output.
1715 (mpc-proc-check): New function.
1716 (mpc-proc-sync): Use it (bug#8293)
1717
93b6b5e1
SM
17182011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1719
1720 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
1721 Add compatibility functions (bug#9313).
1722
bca633fb
EZ
17232011-08-23 Eli Zaretskii <eliz@gnu.org>
1724
b177498a
EZ
1725 * cus-start.el (all): Add entry for bidi-paragraph-direction.
1726
bca633fb
EZ
1727 * international/uni-bidi.el: Regenerated.
1728
0902a04e
KH
17292011-08-23 Kenichi Handa <handa@m17n.org>
1730
1731 * international/charprop.el:
1732 * international/uni-bidi.el:
1733 * international/uni-category.el:
1734 * international/uni-combining.el:
1735 * international/uni-comment.el:
1736 * international/uni-decimal.el:
1737 * international/uni-decomposition.el:
1738 * international/uni-digit.el:
1739 * international/uni-lowercase.el:
1740 * international/uni-mirrored.el:
1741 * international/uni-name.el:
1742 * international/uni-numeric.el:
1743 * international/uni-old-name.el:
1744 * international/uni-titlecase.el:
1745 * international/uni-uppercase.el: Regenerate.
1746
3bbf23bc
MR
17472011-08-23 Martin Rudalics <rudalics@gmx.at>
1748
1749 * help.el (help-window-setup): Fix message displayed when other
1750 window is reused. (Bug#9341)
1751
b3fd59bd
SM
17522011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1753
1802e444
SM
1754 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
1755 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
1756
b3fd59bd
SM
1757 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
1758 Mark obsolete.
1759 * shell.el (shell-parse-pcomplete-arguments): New function.
1760 (shell-completion-vars): Use it instead (bug#9160).
1761
4eb61348
SM
17622011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1763
867cab74
SM
1764 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
1765 strings and comments (bug#9333).
1766
4eb61348
SM
1767 * emacs-lisp/debug.el (debug-arglist): New function.
1768 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
1769 (debug-on-entry-1): Handle interpreted closures (bug#9120).
1770
262a1439
JL
17712011-08-22 Juri Linkov <juri@jurta.org>
1772
56ee679c
JL
1773 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1774 Revert regexp that highlights output switches to its old
1775 pre-2010-10-28 value and remove one `?' from it (bug#9319).
1776
262a1439
JL
1777 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
1778 to check for empty output (bug#9226).
1779
f13f86fb
CY
17802011-08-22 Chong Yidong <cyd@stupidchicken.com>
1781
1782 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
1783 symbol-constituent as the default, as that stops font-lock from
1784 working properly (Bug#8843).
1785
c65c9622
LMI
17862011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1787
1788 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
1789 `coding-system-for-*' around the process open call to avoid
1790 auth-source side effects.
e7f2c178 1791 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
1792 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
1793 probe hangs.
c65c9622 1794
23a8a5ab
CY
17952011-08-21 Chong Yidong <cyd@stupidchicken.com>
1796
ff98b2dd
CY
1797 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
1798
23a8a5ab
CY
1799 * emacs-lisp/find-func.el (find-function-noselect): New arg
1800 lisp-only.
1801
1802 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
1803 signal an error for built-in functions (Bug#6664).
1804
f5e3c598
LMI
18052011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1806
1807 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
1808 (smtpmail-try-auth-methods): Use it.
1809
a3f2468a
CY
18102011-08-21 Chong Yidong <cyd@stupidchicken.com>
1811
2c34e8da
CY
1812 * font-lock.el (font-lock-fontify-region)
1813 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
1814 (font-lock-default-unfontify-buffer)
1815 (font-lock-default-fontify-region)
1816 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
1817
b3fd59bd
SM
1818 * progmodes/compile.el (compilation-error-properties):
1819 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
1820 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
1821 `ant' regexp.
ee31aabc 1822
a3f2468a
CY
1823 * net/browse-url.el (browse-url-firefox): Don't call
1824 browse-url-firefox-sentinel unless using -remote (Bug#9328).
1825
8e999f70
GM
18262011-08-20 Glenn Morris <rgm@gnu.org>
1827
c21a496a
GM
1828 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
1829
59ee0542
GM
1830 * tutorial.el (tutorial--default-keys): Update some default bindings.
1831
8e999f70
GM
1832 * files.el (hack-local-variables): Fully ignore case for "mode:".
1833
e3715033
AM
18342011-08-20 Alan Mackenzie <acm@muc.de>
1835
1836 Resolve invalid use of a regexp in regexp-opt.
1837
4d61f28d
JB
1838 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
1839 detection for a java annotation.
e3715033 1840
4d61f28d 1841 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
1842 detection for a java annotation.
1843
4d61f28d
JB
1844 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
1845 handling for java.
e3715033
AM
1846 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
1847
04ed2e9c
CY
18482011-08-20 Chong Yidong <cyd@stupidchicken.com>
1849
1850 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
1851 (Bug#9274).
1852
826cee64
AM
18532011-08-20 Alan Mackenzie <acm@muc.de>
1854
1855 * Fontify CPP expressions correctly when starting in the middle of
1856 such a construct. Mainly for when jit-lock etc. starts a chunk
1857 here.
1858
1859 * progmodes/cc-fonts.el (c-font-lock-context): new buffer local
1860 variable.
1861 (c-make-font-lock-search-form): new function, extracted from
1862 c-make-font-lock-search-function.
1863 (c-make-font-lock-search-function): Use the above function.
1864 (c-make-font-lock-context-search-function): New function.
1865 (c-cpp-matchers): Enhance the preprocessor expression case with
1866 the above function
1867 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
1868 which takes an expression.
1869
1870 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
1871
13009bd8
MR
18722011-08-20 Martin Rudalics <rudalics@gmx.at>
1873
1874 * window.el (display-buffer-reuse-window)
1875 (display-buffer-pop-up-window): Don't reuse or split a side
1876 window.
1877
9234ff7f
GM
18782011-08-19 Glenn Morris <rgm@gnu.org>
1879
1880 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 1881 Downcase "Mode:". (Bug#9331)
9234ff7f 1882
f635daa1
CY
18832011-08-18 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * international/characters.el: Add L and R categories.
1886
1887 * subr.el (bidi-string-mark-left-to-right): Rename from
1888 string-mark-left-to-right. Use category search.
1889
1890 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
1891
bc987f8b
JL
18922011-08-18 Juri Linkov <juri@jurta.org>
1893
1894 * faces.el (error, warning, success): New faces with definitions
1895 copied from old default values of `font-lock-warning-face',
1896 `compilation-warning', `compilation-info' (bug#6117).
1897
1898 * font-lock.el (font-lock-warning-face): Inherit from `error'.
1899
1900 * progmodes/compile.el (compilation-error): Inherit from `error'.
1901 (compilation-warning): Inherit from `warning'.
1902 (compilation-info): Inherit from `success'.
1903
1904 * dired.el (dired-marked): Inherit from `warning'.
1905 (dired-flagged): Inherit from `error'.
1906
57173b96
LMI
19072011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1908
3e79eb87
LMI
1909 * mail/smtpmail.el (auth-source): Require to avoid problems with
1910 binding variables (bug#9298). Also clean up some unused
1911 autoloads.
1912
b3fd59bd
SM
1913 * net/network-stream.el (network-stream-open-starttls):
1914 Support using starttls.el without using gnutls-cli.
57173b96 1915
02b404de
JL
19162011-08-17 Juri Linkov <juri@jurta.org>
1917
1918 * progmodes/grep.el (rgrep): Handle the case when
1919 `grep-find-command' is a cons cell (bug#9278).
1920
8c9177f2
MR
19212011-08-17 Martin Rudalics <rudalics@gmx.at>
1922
1923 * window.el (display-buffer-pop-up-frame): Run frame creation
1924 function with BUFFER current (as special-display-popup-frame
1925 does). Reported by Drew Adams.
1926
3644a0ab
DU
19272011-08-17 Daiki Ueno <ueno@unixuser.org>
1928
1929 * epa-mail.el: Simplify GnuPG group expansion using
1930 epg-expand-group.
1931 (epa-mail-group-alist, epa-mail-group-modtime)
1932 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
1933 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
1934 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
1935 Remove.
1936
5e617bc2 19372011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
1938
1939 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
1940
9c4aeabf
AM
19412011-08-16 Alan Mackenzie <acm@muc.de>
1942
1943 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
1944 Correct, to avoid the inside of macros.
1945
3a99bf64
RS
19462011-08-16 Richard Stallman <rms@gnu.org>
1947
04963aa8
RS
1948 * epa-mail.el: Handle GnuPG group definitions.
1949 (epa-mail-group-alist, epa-mail-group-modtime)
1950 (epa-mail-gnupg-conf-file): New variables.
1951 (epa-mail-parse-groups, epa-mail-sync-groups)
1952 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
1953 (epa-mail-expand-recipients): New functions.
1954 (epa-mail-encrypt): Call epa-mail-expand-recipients.
1955
177549d0
RS
1956 * mail/rmail.el (rmail-epa-decrypt): New command.
1957
fe38beef
RS
1958 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
1959 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
1960 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
1961 (epa-decrypt-armor-in-region): Make error message clearer.
1962
934eacb9
SM
19632011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1964
1965 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
1966 and "a2b" to "ab" for `prefix'.
1967
d024fb4e
CY
19682011-08-14 Chong Yidong <cyd@stupidchicken.com>
1969
1970 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
1971 filter groups.
de148fee
CY
1972 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
1973 Fourquet (Bug#8804).
d024fb4e 1974
62f1ca49
JB
19752011-08-12 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * startup.el (argi): Declare as global variable (bug#9275).
1978
9ccaaa4b
CY
19792011-08-12 Chong Yidong <cyd@stupidchicken.com>
1980
1981 * subr.el (string-mark-left-to-right): Search the entire string
1982 for RTL script, not just the terminating character. Doc fix.
1983
a3dae87a
SM
19842011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1985
6cd18349
SM
1986 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
1987 New function.
1988 (js--regexp-literal, js-syntax-propertize-function): Remove.
1989 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
1990 (js-mode-map): Don't rebind electric keys.
1991 (js-insert-and-indent): Remove.
1992 (js-mode): Setup electric-layout and electric-indent instead.
1993
a3dae87a
SM
1994 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
1995
9d5cb631
DU
19962011-08-12 Daiki Ueno <ueno@unixuser.org>
1997
1998 * epa.el (epa-progress-callback-function): Fix the logic of
1999 displaying progress.
2000 * epa-file.el (epa-file-insert-file-contents): Make progress
2001 display more user-friendly.
2002 (epa-file-write-region): Ditto.
2003
3e26a4a2
CY
20042011-08-10 Chong Yidong <cyd@stupidchicken.com>
2005
2006 * subr.el (string-mark-left-to-right): New function.
2007
2008 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
2009 Use string-mark-left-to-right.
2010 (list-buffers-noselect): Caller changed.
2011
a3dae87a
SM
2012 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2013 Use string-mark-left-to-right.
3e26a4a2
CY
2014 (tabulated-list-print): Recenter after moving point.
2015
ac8cf6e6
JL
20162011-08-10 Juri Linkov <juri@jurta.org>
2017
2018 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
2019 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
2020 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
2021
8d96c9a4
CY
20222011-08-09 Chong Yidong <cyd@stupidchicken.com>
2023
2024 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
2025 (Bug#7554).
2026
7be1c708 20272011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
2028
2029 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
2030 character. (Bug#6594)
2031
37e11a63
CY
20322011-08-08 Chong Yidong <cyd@stupidchicken.com>
2033
839dde57
CY
2034 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
2035 (image-dired--with-db-file): New macro.
2036 (image-dired-write-tags, image-dired-remove-tag)
2037 (image-dired-create-gallery-lists, image-dired-write-comments)
2038 (image-dired-get-comment, image-dired-mark-tagged-files)
2039 (image-dired-list-tags, image-dired-gallery-generate): Use it.
2040 (image-dired-gallery-generate): Use insert-file-contents.
2041
37e11a63
CY
2042 * time.el (display-time-world-list, display-time-world-display):
2043 * time-stamp.el (time-stamp-string):
2044 * vc/add-log.el (add-change-log-entry): Use setenv instead of
2045 set-time-zone-rule (Bug#7337).
2046
0b4946c4
DU
20472011-08-08 Daiki Ueno <ueno@unixuser.org>
2048
2049 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
2050 (epg-error-to-string, epg-errors-to-string): New function.
2051 (epg-wait-for-completion): Reverse errors list.
2052 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
2053 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
2054 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
2055 (epg-sign-keys, epg-generate-key-from-file)
2056 (epg-generate-key-from-string): Format errors by using
2057 epg-errors-to-string (bug#9255).
2058 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
2059
75bfc667
JL
20602011-08-07 Juri Linkov <juri@jurta.org>
2061
2062 * faces.el (list-faces-display): Remove extra angle bracket
2063 from `help-mode-map'.
2064
2065 * info.el (Info-history-toc-nodes): Doc fix.
2066
2067 * longlines.el (longlines-mode): Doc fix.
2068
673e08bb
SM
20692011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
2070
4640dd88
SM
2071 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
2072 of statements and in a few more cases (bug#9183).
2073
673e08bb
SM
2074 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
2075 New functions.
2076 (cl-transform-lambda): Use them (bug#9239).
2077
89b3f019
MR
20782011-08-05 Martin Rudalics <rudalics@gmx.at>
2079
2080 * window.el (display-buffer-same-window)
2081 (display-buffer-same-frame, display-buffer-other-window)
2082 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
2083 (pop-to-buffer-other-window)
2084 (pop-to-buffer-same-frame-other-window)
2085 (pop-to-buffer-other-frame): Make them defuns.
2086 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
2087
640c8776
SM
20882011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2089
2090 * subr.el (make-composed-keymap): Move from C. Change calling
2091 convention, and improve docstring to bring attention to a subtle point.
2092 * minibuffer.el (completing-read-default): Adjust accordingly.
2093
63648a95
MA
20942011-08-03 Michael Albinus <michael.albinus@gmx.de>
2095
2096 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2097 (tramp-open-shell): Use `tramp-shell-quote-argument'.
2098
2099 * net/trampver.el: Update release number.
2100
b796c9b7
SM
21012011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
2104 "in" (bug#9190).
2105
2239d7d5
LMI
21062011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2107
e07dd7c3
LMI
2108 * mail/sendmail.el (sendmail-query-once): Restore the current
2109 buffer after querying (bug#9074).
2110
0e6a2bd7
LMI
2111 * dired.el (dired-flagged): Use different faces for marked and
2112 flagged files (bug#6117).
2113
ce887515
LMI
2114 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
2115 (bug#4433).
2116
92f2affc
LMI
2117 * ido.el (ido-mode): Switch off the message if called
2118 non-interactively.
2119
57d5aff0
LMI
2120 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
2121 before 587, since it appears that that's more likely to work for
2122 more people.
2123
98cd6c18
LMI
2124 * cus-edit.el (custom-file): When running under emacs -q, always
2125 refuse to save the customisations, even if the .emacs file doesn't
2126 exist.
2127
b96dec83
LMI
2128 * info.el: Remove the `Info-beginning-of-buffer' function
2129 (bug#8325).
2130
b796c9b7
SM
2131 * net/network-stream.el (network-stream-open-starttls):
2132 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 2133
d90e2ea0
MR
21342011-08-01 Martin Rudalics <rudalics@gmx.at>
2135
2136 * window.el (display-buffer-in-window): Don't set dedicated status
2137 of window here (Bug#9215).
2138 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2139 (display-buffer-pop-up-side-window)
b796c9b7 2140 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 2141
cca09170
SM
21422011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
2145 before binding generated-autoload-file.
2146
027b979c
DD
21472011-08-01 Deniz Dogan <deniz@dogan.se>
2148
2149 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
2150
3c7ee4f3
MA
21512011-07-30 Michael Albinus <michael.albinus@gmx.de>
2152
2153 Sync with Tramp 2.2.2.
2154
2155 * net/trampver.el: Update release number.
2156
2cc8e51a
JL
21572011-07-30 Juri Linkov <juri@jurta.org>
2158
2159 * dired-aux.el (dired-touch-initial): Remove function.
2160 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
2161 current time, and `default' to the last modification time of the
2162 current marked file (bug#6887).
2163
a514d856
JM
21642011-07-28 Jose E. Marchesi <jemarch@gnu.org>
2165
2166 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 2167 numeric argument to read-number (bug#9163).
a514d856 2168
8a7eddd7
MA
21692011-07-27 Michael Albinus <michael.albinus@gmx.de>
2170
2171 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
2172 connection process, it could be nil.
2173
1ddd96f5
LL
21742011-07-27 Leo Liu <sdl.web@gmail.com>
2175
2176 Simplify url handling in rcirc-mode.
2177
2178 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
2179 (rcirc-browse-url-at-mouse): Remove.
2180 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
2181
b248a85d
AM
21822011-07-26 Alan Mackenzie <acm@muc.de>
2183
2184 Fontify bitfield declarations properly.
2185
2186 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
2187 (c-symbol-chars): Now exported as a lang variable.
2188 (c-not-primitive-type-keywords): New lang variable.
2189
2190 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
2191 QT keyword "more" to prevent "more slots: ...." being spuriously
2192 parsed as a bitfield declaraion.
2193
b796c9b7
SM
2194 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2195 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
2196 (c-punctuation-in): New function.
2197 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
2198 declarations properly.
2199
68575ab0
UJ
22002011-07-26 Ulf Jasper <ulf.jasper@web.de>
2201
2202 * calendar/icalendar.el (icalendar--all-events): Take care of
2203 multiple vcalendars in a single file.
b796c9b7 2204 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 2205
0f0a88b9
DD
22062011-07-25 Deniz Dogan <deniz@dogan.se>
2207
2208 * image.el (insert-image): Clarifying docstring.
2209
0b3f36df
MA
22102011-07-24 Michael Albinus <michael.albinus@gmx.de>
2211
2212 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
2213 `tramp-send-command-and-check' if there is no error.
2214 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
2215
a9901f61
AM
22162011-07-22 Alan Mackenzie <acm@muc.de>
2217
2218 Prevent cc-langs.elc being loaded at run time.
2219
2220 * progmodes/cc-mode.el: Remove two autoload forms which loaded
2221 cc-langs.
2222
4d61f28d 2223 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
2224 "(require 'cc-langs)". Quote a form so it will evaluate at
2225 (cc-mode's) compilation time.
2226
11d074b2
MA
22272011-07-22 Michael Albinus <michael.albinus@gmx.de>
2228
2229 * net/tramp.el (tramp-file-name-handler): Avoid recursive
2230 loading. (Bug#9114)
2231
938b94c8
MR
22322011-07-21 Martin Rudalics <rudalics@gmx.at>
2233
2234 * window.el (display-buffer-pop-up-window)
2235 (display-buffer-pop-up-side-window)
2236 (display-buffer-in-side-window): Call display-buffer-set-height
2237 and display-buffer-set-width after setting the new window's
b796c9b7 2238 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 2239
bfa4f190
SS
22402011-07-20 Sam Steingold <sds@gnu.org>
2241
2242 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
2243 (etags-tags-included-tables): Call `convert-standard-filename' on
2244 the file names contained in TAGS so that windows Emacs can handle
2245 TAGS files created by cygwin ctags.
2246
8ca42262
LMI
22472011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2248
2249 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
2250 which apparently didn't work.
2251
5db2afd2 22522011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 2253
5db2afd2
RW
2254 * proced.el (proced-send-signal): For *Marked Processes* buffer
2255 put point at beginning of buffer.
2256
92e15d10
SB
22572011-07-19 Stephen Berman <stephen.berman@gmx.net>
2258
2259 * proced.el (proced-format): Make header lines align with the text
2260 (bug#1779).
2261
1bfd59e5
LMI
22622011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2263
2264 * view.el (view-buffer): Allow running in `special' modes if we're
2265 visiting a file (bug#8615).
2266
f5aae37c
MR
22672011-07-19 Martin Rudalics <rudalics@gmx.at>
2268
2269 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
2270 (display-buffer-alist-set-1, display-buffer-alist-set-2):
2271 New functions.
f5aae37c
MR
2272 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
2273 more accurately.
2274
bf2c1571
AM
22752011-07-18 Alan Mackenzie <acm@muc.de>
2276
2277 Fontify declarators properly when, e.g., a jit-lock chunk begins
2278 inside a declaration.
2279
2280 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
2281
b796c9b7
SM
2282 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2283 New function.
bf2c1571
AM
2284 (c-complex-decl-matchers): Insert reference to
2285 c-font-lock-enclosing-decls.
2286
2287 * progmodes/cc-engine.el (c-backward-single-comment):
2288 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
2289 to nil around calls to (forward-comment -1).
2290
4e190b80
LMI
22912011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2292
12dc863d
LMI
2293 * image.el (put-image): Doc typo fix.
2294
a762e966
LMI
2295 * progmodes/etags.el (tags-search): Doc typo fix.
2296
4e190b80
LMI
2297 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
2298 password if we get errors 550 to 554.
2299
f019fb21
LMI
23002011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2301
b796c9b7 2302 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 2303
81746738
LMI
2304 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
2305 indentation character (bug#6380).
2306
3ee3a1b5
LMI
2307 * files.el (buffer-offer-save): Made permanently local (bug#6241).
2308
c82f64de
LMI
2309 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
2310 to clarify what the problem is (bug#4291).
2311
f019fb21
LMI
2312 * simple.el (current-kill): Clarify what
2313 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
2314 (auto-fill-mode): Document `auto-fill-function' in relation to
2315 `auto-fill-mode' (bug#2470).
f019fb21 2316
0794775d
LM
23172011-07-16 Lawrence Mitchell <wence@gmx.li>
2318
2319 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
2320 method if slot is read-only (bug#9035).
2321
be39b8cc
MR
23222011-07-16 Martin Rudalics <rudalics@gmx.at>
2323
b796c9b7 2324 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 2325 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
2326 selected before, see discussion of (Bug#8615), (Bug#6954).
2327 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 2328
6ccf7859
GM
23292011-07-15 Glenn Morris <rgm@gnu.org>
2330
2331 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 2332 Respect help-form.
6ccf7859 2333
87e86684
LM
23342011-07-09 Lawrence Mitchell <wence@gmx.li>
2335
2336 * net/gnutls.el (gnutls-min-prime-bits): New variable.
2337 (gnutls-negotiate): Use it.
2338
d6066239
LMI
23392011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2340
b796c9b7
SM
2341 * net/gnutls.el (gnutls-negotiate):
2342 Upcase `gnutls-algorithm-priority'.
d6066239 2343
bd23ebc0
GM
23442011-07-15 Glenn Morris <rgm@gnu.org>
2345
c65bca65
GM
2346 * jka-compr.el (jka-compr-verbose): Move from here...
2347 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
2348 Add missing :version tag.
2349 * info.el: No need to require jka-compr when compiling.
bd23ebc0 2350
478615cc
LMI
23512011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2352
7b41decb
LMI
2353 * net/gnutls.el (gnutls-algorithm-priority): New variable.
2354 (gnutls-negotiate): Use it.
2355
dbc44fcd
LMI
2356 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
2357
06789f97
LMI
2358 * info.el (Info-beginning-of-buffer): New command.
2359 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
2360 announcing `b' as the key (bug#8325).
ab896c37 2361 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 2362
c39da690
LMI
2363 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
2364
3aa5f34b
LMI
2365 * international/mule-cmds.el
2366 (describe-specified-language-support): Make the error message
2367 clearer (bug#8905).
2368
4bf0979f
LMI
2369 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
2370
478615cc
LMI
2371 * isearch.el (isearch-barrier): Add a doc string, since it's
2372 mentioned in a function doc string (bug#8678).
2373
75c68aa1
MR
23742011-07-15 Martin Rudalics <rudalics@gmx.at>
2375
2376 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
2377 buffer argument (Bug#9083) and self-identifying label argument.
2378
a7c33da2
GM
23792011-07-15 Glenn Morris <rgm@gnu.org>
2380
2381 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
2382
2f5c6024
LMI
23832011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2384
2385 * man.el (Man-fontify-manpage): Fix message when formatting the
2386 man page (bug#7929).
2387
0bb23927 23882011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
2389
2390 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
2391 argument LRM; if non-nil, append an invisible LRM character to the
2392 buffer name.
2393 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
2394 last argument non-nil, when formatting buffer names.
0bb23927
EZ
2395 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
2396 paragraph direction.
cce4b0a7 2397
621ef9ab
LMI
23982011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2399
d1583c48
LMI
2400 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
2401 the man page name (bug#7929).
2402
6a57fb5f
LMI
2403 * image.el (put-image): Mention the `put-image' overlay property
2404 (bug#7834).
2405
d7956b14
LMI
2406 * scroll-bar.el (set-scroll-bar-mode): Mention that
2407 `scroll-bar-mode' lists the values (bug#7772).
2408
5b2d4a66
LMI
2409 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
2410 command (bug#7729).
2411
7509a874
LMI
2412 * rect.el (apply-on-rectangle): Return the point after the last
2413 operation.
2414 (string-rectangle): Go to the point after the last operation
2415 (bug#7522).
2416
4fe74b19
LMI
2417 * printing.el (pr-toggle-region): Clarify the documentation
2418 slightly (bug#7493).
2419
b796c9b7
SM
2420 * time.el (display-time-update):
2421 Allow `display-time-mail-function' to return nil (bug#7158).
2422 Fix suggested by Detlev Zundel.
ab283561 2423
fc233c9d
LMI
2424 * vc/diff.el (diff): Clarify the order the file names are read
2425 (bug#7111).
2426
43f5740b
LMI
2427 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
2428 the doc string (bug#7015).
2429
f2182a76
LMI
2430 * font-lock.el (font-lock-maximum-decoration): Mention what
2431 numeric levels mean (bug#6935).
2432
621ef9ab
LMI
2433 * startup.el (initial-buffer-choice): Don't mention the `none'
2434 selection, which is against policy.
2435
adc47434
MR
24362011-07-14 Martin Rudalics <rudalics@gmx.at>
2437
b796c9b7
SM
2438 * window.el (display-buffer-normalize-special):
2439 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 2440
7e5bfb8f
EZ
24412011-07-14 Eli Zaretskii <eliz@gnu.org>
2442
2443 * subr.el (version<, version<=, version=): Mention "-CVS" and
2444 "-12345" alpha version numbers.
2445
27fa387a
CY
24462011-07-14 Chong Yidong <cyd@stupidchicken.com>
2447
2448 * bindings.el: Add advertised binding for set-mark-command
2449 (Bug#5772).
2450
8bdfa064
CY
24512011-07-14 Chong Yidong <cyd@stupidchicken.com>
2452
2453 * bindings.el (mode-line-other-buffer):
2454 * bookmark.el (bookmark-bmenu-2-window):
2455 * bs.el (bs-cycle-next, bs-cycle-previous):
2456 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
2457 switch-to-buffer.
2458
2459 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 2460 Delete.
8bdfa064 2461
5eba16a3
JB
24622011-07-14 Juanma Barranquero <lekktu@gmail.com>
2463
2464 * follow.el (follow-debug-message, follow-redisplay):
2465 * jka-cmpr-hook.el (with-auto-compression-mode):
2466 Fix typos in docstrings.
2467
15853710
LMI
24682011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2469
a28e4607
LMI
2470 * subr.el (with-silent-modifications): Clarify somewhat what the
2471 macro inhibits (bug#6525).
2472
15853710
LMI
2473 * simple.el (eval-expression): Note what it does if called
2474 interactively (bug#6495).
2475
bee0fcef
CY
24762011-07-13 Chong Yidong <cyd@stupidchicken.com>
2477
b796c9b7
SM
2478 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
2479 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
2480
2481 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2482 Remove switch-to-buffer.
2483
58274504
LMI
24842011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2485
bd2fcc8d
LMI
2486 * files.el (make-directory): Clarify that an error will be raised
2487 if there's an error (bug#6397).
2488
0f04b32c
LMI
2489 * startup.el (initial-buffer-choice): Add `none' as a choice
2490 (bug#6234).
2491
465c5fc8
LMI
2492 * subr.el (add-hook): Clarify section about buffer-local hooks
2493 (bug#6218).
2494
58274504
LMI
2495 * dired.el (dired-flagged): Clarify doc string (bug#6117).
2496
bead9a43
JB
24972011-07-13 Juanma Barranquero <lekktu@gmail.com>
2498
2499 * tabify.el (untabify): Preserve the current column so that point
2500 doesn't move (bug#6032).
2501
3af98a7b
LMI
25022011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2503
b796c9b7
SM
2504 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
2505 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 2506
6240145a
GM
25072011-07-13 Glenn Morris <rgm@gnu.org>
2508
2509 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
2510 (dired-insert-directory): Give a message the first time
2511 if ls is found not to support --dired.
2512
1d8c2ccc
LMI
25132011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2514
2515 * simple.el (toggle-truncate-lines): Clarify what is toggled
2516 (bug#5580). Text by Drew Adams.
2517
5fc4038e
CY
25182011-07-13 Chong Yidong <cyd@stupidchicken.com>
2519
2520 * simple.el (blink-matching-open): Make the error message from the
2521 last change less verbose.
2522
bf6012e5
DN
25232011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2524
2525 * font-lock.el (font-lock-comment-face): Use the high contrast
2526 "yellow" color for font-lock-comment-face on low color terminals
2527 using a dark background color (bug#4221).
2528
343c3b5a
LMI
25292011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2530
7e9505c5
LMI
2531 * dired.el (dired-insert-set-properties): Make the doc string
2532 reflect what it does now (bug#5325).
2533
c26fdcf5
LMI
2534 * simple.el (blink-matching-open): Say that we were unable to find
2535 the match within the limit, if we're limited (bug#5122).
2536
bb388cc5
LMI
2537 * international/mule-cmds.el (prefer-coding-system): Add an
2538 example (bug#4869).
2539
343c3b5a
LMI
2540 * progmodes/etags.el (tags-search): Document `file-list-form'
2541 (bug#4731).
2542
2a517d45
LM
25432011-07-13 Lawrence Mitchell <wence@gmx.li>
2544
2545 * net/browse-url.el (browse-url-default-browser)
2546 (browse-url-browser-function): Make the default browser choice a
2547 bit more logical (bug#4300). Also clean up the doc string.
2548
b6c78ef2
JB
25492011-07-13 Juanma Barranquero <lekktu@gmail.com>
2550
2551 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
2552 binary endings (bug#4440).
2553
1c4dd947
LMI
25542011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2555
a2014063
LMI
2556 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
2557 which can be pretty annoying (bug#8971).
2558
9c9c2d88
LMI
2559 * jka-compr.el (jka-compr-verbose): New variable, and use
2560 throughout (bug#8971).
2561
1c4dd947
LMI
2562 * info.el (Info-find-file): Fall back on the installation
2563 directory if we can't find the info node anywhere else.
2564
a1c9f41b
SO
25652011-07-13 Sergei Organov <osv@javad.com> (tiny change)
2566
2567 * vc/vc.el (vc-revert-file):
2568 Don't set file time-stamp in the past. (Bug#5181)
2569
536f3d36
LMI
25702011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2571
7152b011
LMI
2572 * files.el (after-find-file): Give a better error message when
2573 trying to find a symlink that points to a file that doesn't exist
2574 (bug#4398).
2575
536f3d36
LMI
2576 * progmodes/cc-vars.el: Remove (probably) misleading comment
2577 (bug#4396).
2578
460c0fba
JB
25792011-07-12 Johan Bockgård <bojohan@gnu.org>
2580
2581 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
2582
7a6bda45
CY
25832011-07-12 Chong Yidong <cyd@stupidchicken.com>
2584
2585 * mouse-sel.el: Hack restoring functionality, while keeping
2586 compatibility with 2010-07-03 changes to mouse selection.
2587 (mouse-sel-primary-overlay): New var.
2588 (mouse-sel-selection-alist): Use it.
2589 (mouse-sel-mode): Doc fix; remove points that are default features
2590 of mouse.el.
2591
c79598ef
JB
25922011-07-12 Johan Bockgård <bojohan@gnu.org>
2593
2594 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2595 Fix previous fix (bug#2490).
2596
ff8be6ef
RW
25972011-07-12 Roland Winkler <winkler@gnu.org>
2598
b796c9b7
SM
2599 * textmodes/bibtex.el (bibtex-initialize):
2600 Use pop-to-buffer-same-window.
ff8be6ef
RW
2601 (bibtex-search-entries): Fix interactive call.
2602
296ba3ee
LMI
26032011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2604
f5242a02 2605 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
2606 Fontise bytecomp Error lines more correctly (bug#2490).
2607 Fix suggested by Johan Bockgård.
f5242a02 2608
296ba3ee
LMI
2609 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
2610
2611 * dired-x.el (dired-guess-default): Use `delete-dups'.
2612
f69fd0d2
CY
26132011-07-12 Chong Yidong <cyd@stupidchicken.com>
2614
2615 * dired.el (dired-mark-prompt):
2616 * dired-aux.el (dired-read-shell-command): Doc fix.
2617
eab5dc07
LMI
26182011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2619
b796c9b7
SM
2620 * mail/sendmail.el (sendmail-query-once):
2621 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
2622 emacs -Q.
2623
2624 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
2625
eab5dc07
LMI
2626 * cus-edit.el (custom-file): Take an optional no-error variable.
2627 (customize-save-variable): Set the variable, and give a warning if
2628 running under "emacs -q".
2629
a1e65d42
JB
26302011-07-11 Juanma Barranquero <lekktu@gmail.com>
2631
2632 * loadhist.el (unload-feature-special-hooks):
2633 Add `auto-coding-functions', `fill-nobreak-predicate' and
2634 `find-directory-functions' (bug#5327).
2635
1d52da10
LMI
26362011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2637
be958f1d
LMI
2638 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
2639
5bedb26c
LMI
2640 * cus-edit.el (custom-guess-name-alist): -alist variables should
2641 use the `alist' type (bug#3120). Suggested by Drew Adams.
2642
1d52da10
LMI
2643 * printing.el: Add documentation to all the `pr-toggle-' commands.
2644
481a51b6
LL
26452011-07-11 Leo <sdl.web@gmail.com> (tiny change)
2646
2647 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
2648 backends where it makes sense (bug#2623).
2649
dcc88d8a
LMI
26502011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2651
c3de9feb
LMI
2652 * dired-x.el (dired-guess-default): Remove duplicate shell command
2653 entries (bug#2028).
8a93078b 2654 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 2655 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 2656
dcc88d8a
LMI
2657 * subr.el (remove-duplicates): New conveniency function.
2658
505e3645
LMI
26592011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2660
2661 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
2662 (bug#1526).
2663
26642011-07-10 Martin Rudalics <rudalics@gmx.at>
2665
2666 * window.el (display-buffer-normalize-default): Don't invert
2667 meaning of even-window-heights. Reported by Eli Zaretskii
2668 <eliz@gnu.org>.
2669
455e4fa1
BR
26702011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
2671
2672 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
2673
8e0bc3e9
CY
26742011-07-10 Chong Yidong <cyd@stupidchicken.com>
2675
2676 * window.el (display-buffer): Fix arguments to
2677 display-buffer-reuse-window in last change.
2678
fa7c3228
CY
2679 * faces.el (link): Use a less saturated blue on light backgrounds.
2680
2681 * startup.el (fancy-startup-text, fancy-about-text)
2682 (fancy-startup-tail): Use font-lock faces, for background safety.
2683
c0a7f300
BN
26842011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
2685
b796c9b7
SM
2686 * emulation/viper-cmd.el (viper-change-state-to-vi):
2687 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 2688
4dc2a129
MR
26892011-07-09 Martin Rudalics <rudalics@gmx.at>
2690
2691 * window.el (display-buffer-default-specifiers): Remove.
2692 (display-buffer-macro-specifiers): Remove default specifiers.
2693 (display-buffer-alist): Default to nil.
b796c9b7 2694 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
2695 (display-buffer-pop-up-window): Allow splitting internal
2696 windows. Check whether a live window was created.
2697 (display-buffer-other-window-means-other-frame)
2698 (display-buffer-normalize-arguments): Rename to
2699 display-buffer-normalize-argument and rewrite. Set the
2700 other-window specifier.
2701 (display-buffer-normalize-special): New function.
2702 (display-buffer-normalize-options): Rename to
2703 display-buffer-normalize-default and rewrite.
2704 (display-buffer-normalize-options-inhibit): Remove.
2705 (display-buffer-normalize-specifiers): Rewrite.
2706 (display-buffer): Process other-window specifier and call
2707 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
2708 more faithfully.
b796c9b7 2709 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 2710 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
2711 (display-buffer-in-window, display-buffer-alist-set):
2712 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
2713 <tassilo@member.fsf.org>.
2714
2d43b8c9
LL
27152011-07-09 Leo Liu <sdl.web@gmail.com>
2716
2717 * register.el (insert-register): Restore accidental change on
2718 2011-06-26. (Bug#9028)
2719
7f9b7c53
GM
27202011-07-09 Glenn Morris <rgm@gnu.org>
2721
2722 * subr.el (remq): Handle the empty list. (Bug#9024)
2723
f042cfd8
AS
27242011-07-08 Andreas Schwab <schwab@linux-m68k.org>
2725
2726 * mail/sendmail.el (send-mail-function): No longer delay custom
2727 initialization.
2728 * custom.el (custom-initialize-delay): Doc fix.
2729
856b2f11
SM
27302011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
2733
afae1d68
MA
27342011-07-08 Michael Albinus <michael.albinus@gmx.de>
2735
2736 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
2737 human-friendly prompt.
2738
0757af94
SM
27392011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
2742 provided by a particular plugin.
2743
d760b731
LMI
27442011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2745
2746 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
2747 save customizations (with "emacs -Q"), just set the variable
2748 instead of erroring out.
2749
2750 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
2751
cd79ce90
JL
27522011-07-08 Juri Linkov <juri@jurta.org>
2753
2754 * arc-mode.el (archive-zip-expunge, archive-zip-update)
2755 (archive-zip-update-case): Use 7z if found by `executable-find'.
2756 The order of searching the available programs is the same as in
2757 `archive-zip-extract' (bug#8968).
2758
14cc04aa
CY
27592011-07-07 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
2762 (menu-bar-options-menu): Tweak descriptions.
2763
0a1848ec
LMI
27642011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2765
2766 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
2767 menu items into verb phrases (bug#1421). Also refill to fit under
2768 80 columns.
2769
f5bd0689
CY
27702011-07-07 Chong Yidong <cyd@stupidchicken.com>
2771
538e85c6
CY
2772 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
2773 (Info-read-node-name): Doc fix (Bug#1084).
2774
f5bd0689
CY
2775 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
2776 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
2777 (end-of-sexp, beginning-of-sexp)
2778 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
2779 (forward-symbol, forward-same-syntax, word-at-point)
2780 (sentence-at-point): Doc fix (Bug#1144).
2781
56ec5115
LMI
27822011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2783
f3f8e37f
LMI
2784 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
2785 should cover it (bug#1281).
2786
0757af94 2787 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 2788
12b9eb35
LMI
2789 * net/network-stream.el (network-stream-open-starttls): If gnutls
2790 negotiation fails, then possibly try again with a non-encrypted
2791 connection (bug#9017).
2792
56ec5115
LMI
2793 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
2794 be used.
2795
c2f9aec8
RS
27962011-07-07 Richard Stallman <rms@gnu.org>
2797
2798 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
2799 property, and handle its changed format.
2800 Look for the correct line number.
2801 Use file's line contents (but not past first =) to find
2802 correct line in message.
2803
ef7b981d 28042011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
2805
2806 * international/characters.el (build-unicode-category-table):
2807 Delete it.
0757af94 2808 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 2809
0757af94 2810 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
2811 to src/chartab.c.
2812 (get-char-code-property): Call unicode-property-table-internal to
2813 load a file. Call get-unicode-property-internal where necessary.
2814 (put-char-code-property): Call unicode-property-table-internal to
2815 load a file. Call put-unicode-property-internal where necessary.
2816 put-unicode-property-internal where necessary.
0757af94
SM
2817 (char-code-property-description):
2818 Call unicode-property-table-internal to load a file.
c805dec0
KH
2819
2820 * international/charprop.el:
2821 * international/uni-bidi.el:
2822 * international/uni-category.el:
2823 * international/uni-combining.el:
2824 * international/uni-comment.el:
2825 * international/uni-decimal.el:
2826 * international/uni-decomposition.el:
2827 * international/uni-digit.el:
2828 * international/uni-lowercase.el:
2829 * international/uni-mirrored.el:
2830 * international/uni-name.el:
2831 * international/uni-numeric.el:
2832 * international/uni-old-name.el:
2833 * international/uni-titlecase.el:
2834 * international/uni-uppercase.el: Regenerate.
2835
2836 * loadup.el: Load international/charprop.el before
2837 international/characters.
2838
e14b388a
CY
28392011-07-07 Chong Yidong <cyd@stupidchicken.com>
2840
2841 * window.el (next-buffer, previous-buffer): Signal an error if
2842 called from a minibuffer window.
2843
2844 * bindings.el: Revert 2011-07-04 change.
2845
354cf0ba
RS
28462011-07-06 Richard Stallman <rms@gnu.org>
2847
2848 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
2849 (rmail-mime-insert-bulk, rmail-mime-insert-text):
2850 Treat markers like ints.
2851 (rmail-mime-entity): Doc fix.
2852
a48868a7
LMI
28532011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2854
4906cd3d
LMI
2855 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
2856 defcustom again for backwards compatibility.
2857
e0457abe
LMI
2858 * simple.el (shell-command-on-region): Fill.
2859
d67f7e1f
LMI
2860 * dired-aux.el (dired-kill-line): Add a doc string.
2861
fe204702
LMI
2862 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
2863 to "\\sw\\|\\s_" (bug#358).
2864
a48868a7
LMI
2865 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
2866 (dired-unmark-backward): Ditto.
2867 (dired-flag-backup-files): Ditto.
2868
2869 * dired-x.el (dired-mark-sexp): Ditto.
2870
aa8a705c
RS
28712011-07-06 Richard Stallman <rms@gnu.org>
2872
2873 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
2874 (rmail-mime-entity): New arg TRUNCATED.
2875 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
2876 New functions.
2877 (rmail-mime-save): Warn if entity is truncated.
2878 (rmail-mime-toggle-hidden): Likewise, for showing.
2879 (rmail-mime-process-multipart): Record when an entity is truncated.
2880
a9a936b9
RS
2881 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
2882 if ENTITY is a string.
2883
1f2b92cb
LMI
28842011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2885
f4f73198 2886 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
2887 of faces when `M-C-x'-ing their definitions (bug#8378).
2888 Also clean up the code slightly.
f4f73198 2889
12b16734
LMI
2890 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
2891 because that makes the colours go away.
2892
f0691d22
LMI
2893 * mail/sendmail.el (send-mail-function): Change the default to
2894 `sendmail-query-once'.
9e87df06 2895 (sendmail-query-once): Add an autoload cookie.
f0691d22 2896
1f2b92cb
LMI
2897 * net/network-stream.el (network-stream-open-starttls): Try using
2898 a plain connection even if the server offered STARTTLS, and we
2899 kinda wanted to use it, if Emacs doesn't have any STARTTLS
2900 capability. This should make smtpmail.el work in slightly more
2901 configurations.
2902
1cdd2a1b
MA
29032011-07-06 Michael Albinus <michael.albinus@gmx.de>
2904
2905 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
2906 New defun.
2907 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
2908
fbcc67e2
MM
29092011-07-06 Michael R. Mauger <mmaug@yahoo.com>
2910
2911 * progmodes/sql.el: Version 3.0
0757af94 2912 (sql-product-alist): Add product :completion-object,
fbcc67e2 2913 :completion-column, and :statement attributes.
0757af94 2914 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 2915 (sql-mode-syntax-table): Mark all punctuation.
0757af94 2916 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
2917 ansi keywords.
2918 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 2919 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
2920 (sql-oracle-show-reserved-words): New function for development.
2921 (sql-product-font-lock): Simplify for source code buffers.
2922 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
2923 New functions.
2924 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
2925 (sql-mode-map): Add statement movement functions.
2926 (sql-ansi-statement-starters, sql-oracle-statement-starters):
2927 New variable.
fbcc67e2
MM
2928 (sql-statement-regexp, sql-beginning-of-statement)
2929 (sql-end-of-statement, sql-signum): New functions.
0757af94 2930 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
2931 (sql-show-sqli-buffer): Bug fix.
2932 (sql-interactive-mode): Store connection data as buffer local.
0757af94 2933 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
2934 with sql-interactive-mode.
2935 (sql-save-connection): Save buffer local settings.
0757af94 2936 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
2937 (sql-product-interactive): Bug fix.
2938 (sql-preoutput-hold): New variable.
2939 (sql-interactive-remove-continuation-prompt): Bug fixes.
2940 (sql-debug-redirect): New variable.
2941 (sql-str-literal): New function.
2942 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 2943 Redesign.
fbcc67e2
MM
2944 (sql-oracle-save-settings, sql-oracle-restore-settings)
2945 (sql-oracle-list-all, sql-oracle-list-table): New functions.
2946 (sql-completion-object, sql-completion-column)
2947 (sql-completion-sqlbuf): New variables.
2948 (sql-build-completions-1, sql-build-completions)
2949 (sql-try-completion): New functions.
2950 (sql-read-table-name): Use them.
2951 (sql-contains-names): New buffer local variable.
2952 (sql-list-all, sql-list-table): Use it.
2953 (sql-oracle-completion-types): New variable.
2954 (sql-oracle-completion-object, sql-sqlite-completion-object)
2955 (sql-postgres-completion-object): New functions.
2956
d4eaeab1
GM
29572011-07-06 Glenn Morris <rgm@gnu.org>
2958
2959 * window.el (pop-to-buffer): Doc fix.
2960
322b7dab 29612011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
2962
2963 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
2964
322b7dab 29652011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 2966
322b7dab 2967 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 2968
322b7dab 2969 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 2970
605dd5bf
CY
29712011-07-05 Chong Yidong <cyd@stupidchicken.com>
2972
2973 * button.el (button): Inherit from link face. Suggested by Dan
2974 Nicolaescu.
2975
7dbfa719
SM
29762011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2977
3db614b0
SM
2978 * progmodes/gdb-mi.el: Fit in 80 columns.
2979 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
2980 switch-to-buffer.
2981
7dbfa719
SM
2982 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
2983 if imenu is simply not configured (bug#8941).
2984
919d884a
KM
29852011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
2986
2987 * allout.el (allout-post-undo-hook): New allout outline-change
2988 event hook to signal undo activity.
2989 (allout-post-command-business): Run allout-post-undo-hook if an
2990 undo just occurred.
7dbfa719
SM
2991 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
2992 * allout-widgets.el (allout-widgets-after-undo-function):
2993 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
2994 in the vicinity of an undo.
2995 (allout-widgets-mode): Include allout-widgets-after-undo-function
2996 on the new allout-post-undo-hook.
2997
450a0f09
SM
29982011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
3001 Let define-derived-mode define it.
3002 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
3003 cycles of abbrev-table inheritance (bug#8998).
3004
2de69e00
RW
30052011-07-05 Roland Winkler <winkler@gnu.org>
3006
3007 * textmodes/bibtex.el: Add support for biblatex.
3008 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
3009 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
3010 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
3011 (bibtex-entry-alist, bibtex-field-alist): New variables.
3012 (bibtex-entry-field-alist): Obsolete alias for
3013 bibtex-BibTeX-entry-alist.
3014 (bibtex-entry-alist, bibtex-field-alist): New widgets.
3015 (bibtex-set-dialect): New command.
3016 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
3017 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
3018 Bind via bibtex-set-dialect.
2de69e00
RW
3019 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
3020 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
3021 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
3022 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
3023 Define via bibtex-set-dialect.
450a0f09
SM
3024 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
3025 Obey bibtex-no-opt-remove-re.
2de69e00
RW
3026 (bibtex-vec-push, bibtex-vec-incr): New functions.
3027 (bibtex-format-entry, bibtex-field-list)
3028 (bibtex-print-help-message, bibtex-validate)
3029 (bibtex-search-entries): Use new format of bibtex-entry-alist.
3030
2dcdbdd9
SM
30312011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3032
3033 * progmodes/compile.el (compilation-goto-locus):
3034 * net/tramp-cmds.el (tramp-append-tramp-buffers):
3035 * bs.el (bs-cycle-next, bs-cycle-previous):
3036 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
3037 * bindings.el (mode-line-other-buffer):
3038 * autoinsert.el (auto-insert):
3039 * arc-mode.el (archive-extract):
3040 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
3041
b27640fe
JB
30422011-07-05 Juanma Barranquero <lekktu@gmail.com>
3043
3044 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
3045 Fix check of `emacs-lock-unlockable-modes'.
3046 Coerce true values of `emacs-lock--try-unlocking' to t.
3047
53bbe3ad
JB
30482011-07-05 Juanma Barranquero <lekktu@gmail.com>
3049
3050 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
3051 * emacs-lock.el: New file.
3052
1d3cdbc7
JD
30532011-07-05 Julien Danjou <julien@danjou.info>
3054
3055 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
3056 than `boundp' to check if face is set.
3057
9173deec
JB
30582011-07-05 Juanma Barranquero <lekktu@gmail.com>
3059
3060 * register.el (registerv-make):
3061 * window.el (window-min-height): Fix typos in docstrings.
3062
869795d6
JD
30632011-07-05 Jan Djärv <jan.h.d@swipnet.se>
3064
9173deec 3065 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
3066 Update doc string.
3067
b768cdcd
JB
30682011-07-04 Juanma Barranquero <lekktu@gmail.com>
3069
3070 * server.el (server-execute): Catch quit and call
3071 `server-return-error' to pass the error back to emacsclient and
3072 close the connection (bug#8942).
3073
13aa217b
KM
30742011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
3075
3076 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
3077 insecure exception for current topic. Also note that auto-saves
3078 are handled differently.
3079
3080 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
3081 State variables for tracking auto-save inhibition situation.
3082
3083 (allout-write-contents-hook-handler): Rename from
3084 'allout-write-file-hook-handler', and describe how it depends on
3085 write-contents-functions sensitivity to non-nil value to prevent
3086 file write.
3087
3088 (allout-auto-save-hook-handler): Remove. auto-save does not check
3089 this in individual buffers, only in the starting buffer, so this
3090 is not the right way for us to inhibit auto-save in a buffer
3091 according to its condition.
3092
3093 (allout-mode): Use new allout-write-contents-hook-handler, and
3094 only with write-contents-functions. Remove auto-save provisions -
3095 they're implemented elsewhere.
3096
3097 (allout-before-change-handler): If undo is in progress, note that
3098 for attention of allout-post-command-business.
3099
3100 (allout-post-command-business): If the command we're following was
3101 an undo, check for change in the status of encrypted items and
3102 adjust auto-save inhibitions accordingly.
3103
3104 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
3105 according to whether there are or aren't any plain-text topics
3106 pending encryption.
3107
2dcdbdd9
SM
3108 (allout-inhibit-auto-save-info-for-decryption):
3109 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
13aa217b
KM
3110 there are plain-text topics pending encryption.
3111
3112 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
3113 buffer-saved-size and some allout state to not inhibit auto-saves
3114 if there are no longer any plain-text topics pending encryption.
3115
0757af94
SM
3116 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
3117 No longer provide for exemption of the current topic.
13aa217b 3118
ac89b32c
JL
31192011-07-04 Juri Linkov <juri@jurta.org>
3120
3121 Add 7z operations to delete and save changed members (bug#8968).
3122 * arc-mode.el (archive-7z-expunge, archive-7z-update):
3123 New defcustoms.
3124 (archive-7z-write-file-member): New function.
3125 (archive-7z-summarize): Fix the number of dashes in the
3126 listing output.
3127
8fa39615
SM
31282011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
3131 (bug#8958).
3132
2f11b3f1
CY
31332011-07-04 Chong Yidong <cyd@stupidchicken.com>
3134
d66fef2b
CY
3135 * bindings.el: Ignore next-buffer and previous-buffer in
3136 minibuffer-local-map.
3137
2f11b3f1
CY
3138 * font-lock.el (font-lock-builtin-face): Change light background
3139 color to dark slate blue (Bug#6693).
3140
f932a347
WD
31412011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
3142
3143 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
3144
c8af70e1
SM
31452011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3146
3147 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
3148 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3149 Add switch-to-buffer.
3150
f158badc
LMI
31512011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3152
3153 * isearch.el (isearch-search-fun-function): Clarify further the
3154 meaning of the function returned.
3155
6d95bd46
MA
31562011-07-04 Michael Albinus <michael.albinus@gmx.de>
3157
3158 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
3159
3160 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
3161 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
3162 Use it.
3163 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
3164 `tramp-default-remote-path' does not exist.
3165 (tramp-send-command-and-read): New optional argument NOERROR.
3166 (tramp-open-connection-setup-interactive-shell)
3167 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
3168 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
3169 (tramp-process-sentinel): Flush also process' connection property.
3170 (tramp-sh-handle-start-file-process): Do not set process
3171 sentinel. It is done now ...
3172 (tramp-maybe-open-connection): ... here. (Bug#8929)
3173
909e6b67
MK
31742011-07-04 MON KEY <monkey@sandpframing.com>
3175
3176 * play/animate.el (animate-string): Doc fixes and allow changing
3177 the buffer name (bug#5417).
3178
31792011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3180
c8af70e1 3181 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 3182
f34755dc
PE
31832011-07-04 Paul Eggert <eggert@cs.ucla.edu>
3184
396cec72
PE
3185 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
3186 This is simpler and helps future-proof the code.
3187 (timer-until): Use time-subtract and float-time.
08235028 3188 (timer--time-less-p): Use time-less-p.
f34755dc 3189
56e6cc31
JB
31902011-07-04 Juanma Barranquero <lekktu@gmail.com>
3191
3abb79e5
JB
3192 * type-break.el (timep): Use the value of `float-time' to avoid a
3193 byte-compiler warning.
3194
56e6cc31
JB
3195 * server.el (server-eval-and-print): Return any result, even nil.
3196
7b9430b4
PE
31972011-07-03 Paul Eggert <eggert@cs.ucla.edu>
3198
3199 * type-break.el: Accept time formats that the builtins accept.
3200 (timep, type-break-time-difference): Accept any format that
3201 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
3202 This is simpler and helps future-proof the code.
3203 (type-break-time-difference): Round rather than ignoring
3204 subseconds components.
3205
3034e9e7
LMI
32062011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3207
3208 * info.el (Info-apropos-matches): Make non-interactive, since it
3209 doesn't seem to do anything useful as a command (bug#8829).
3210
1485f4c0
CY
32112011-07-03 Chong Yidong <cyd@stupidchicken.com>
3212
3213 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 3214 Move from faces.el.
1485f4c0
CY
3215 (frame-default-terminal-background): New function.
3216
3217 * custom.el (custom-push-theme): Don't record faces in `changed'
3218 theme; this doesn't work correctly for per-frame face settings.
3219 (disable-theme): Use face-set-after-frame-default to reset faces.
3220 (custom--frame-color-default): New function.
3221
9fa3dd45
LMI
32222011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3223
c8af70e1 3224 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
3225 (bug#8769).
3226
6cbbc20c
KR
32272011-03-29 Kevin Ryde <user42@zip.com.au>
3228
3229 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3230 `perl-Test2' extend to match possible "fail #N" rep count
3231 (bug#8377).
3232
c7f98048
LMI
32332011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3234
65676592
LMI
3235 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
3236 `smtpmail-via-smtp' now returns the error instead of nil.
3237
c7f98048
LMI
3238 * isearch.el (isearch-search-fun-function): Clarify the doc string
3239 (bug#8101).
3240
56e6cc31 32412011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
3242
3243 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
3244 unnecessary spaces (bug#8987).
3245
2b216704
LMI
32462011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3247
3248 * net/network-stream.el (open-network-stream): Use the
3249 :end-of-capability command thoughout.
3250
32512011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3252
3253 * net/network-stream.el (open-network-stream): Add the
3254 :end-of-capability command parameter, used by pop3.el.
3255
36adf6ce
LMI
32562011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3257
1ca0da0e
LMI
3258 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
3259
fc00f69c
LMI
3260 * fringe.el (fringe-query-style): Remove redundant text " (type ?
3261 for list)" (bug#6475).
3262
28fd8759
LMI
3263 * files.el (file-expand-wildcards): Ignore non-readable
3264 sub-directories while trying to find matches instead of signalling
3265 an error (bug#6297).
3266
0dd8b6da
LMI
3267 * man.el (Man-reference-regexp): Allow matching possible
3268 word-wrapped references (bug#6289).
3269
ce1438d6
LMI
3270 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
3271 for consistency with the other vc buffers (bug#6197).
3272 (vc-checkin): Ditto.
3273
3274 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
3275
36adf6ce
LMI
3276 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
3277
e83cc1f7
LMI
32782011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3279
8a20ca4c
LMI
3280 * custom.el (defcustom): Clarify that :set is only used in the
3281 Customize user interface (bug#6089).
3282
83319045
LMI
3283 * progmodes/flymake.el (flymake-mode): If the buffer isn't
3284 associated with a file, refuse to run instead of erroring out
3285 (bug#6084).
3286
a8392169
LMI
3287 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
3288 the doc string, since it appears that using `fill-column' always
3289 controls the width (bug#7845).
3290
e83cc1f7
LMI
3291 * simple.el (shell-command-on-region): Say where the error output
3292 went if `shell-command-default-error-buffer' is set (bug#6857).
3293
e47ca23b
KM
32942011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
3295
3296 * allout.el (allout-yank-processing): Adjust cursor position for
3297 backwards-deleted space.
3298
3299 (allout-rebullet-heading): Register changes with
3300 allout-exposure-changed-hook, so the modified topic is properly
3301 decorated.
3302
5cf56143
LMI
33032011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3304
08549772
LMI
3305 * minibuffer.el (completion-in-region): Document PREDICATE
3306 (bug#7136).
3307
48e96771
LMI
3308 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
3309 of keyword/argument pairs (bug#6904).
3310
c8af70e1
SM
3311 * replace.el (multi-occur):
3312 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 3313
e17d05e2
LMI
33142011-07-02 Drew Adams <drew.adams@oracle.com>
3315
3316 * dired.el (dired-mark-if): Make the message about whether it's
3317 marking or unmarking clearer (bug#8523).
3318
063b0e45
LMI
33192011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3320
3321 * disp-table.el (display-table-print-array): New function.
3322 (describe-display-table): Use it to print the vectors more pretty
3323 (Bug#8859).
3324
28545e04
MR
33252011-07-02 Martin Rudalics <rudalics@gmx.at>
3326
3327 * window.el (window-state-get-1): Don't assign clone numbers.
3328 Add clone-of item to list of window parameters.
3329 (window-state-put-2): Don't process clone numbers.
3330 (display-buffer-alist): Fix doc-string.
3331
3349e122
SM
33322011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3333
3334 * subr.el (remq): Don't allocate if it's not needed.
3335 (keymap--menu-item-binding, keymap--menu-item-with-binding)
3336 (keymap--merge-bindings): New functions.
3337 (keymap-canonicalize): Use them to refine the canonicalization.
3338 * minibuffer.el (minibuffer-local-completion-map)
3339 (minibuffer-local-must-match-map): Move initialization from C.
3340 (minibuffer-local-filename-completion-map): Move initialization from C;
3341 don't inherit from anything here.
3342 (minibuffer-local-filename-must-match-map): Make obsolete.
3343 (completing-read-default): Use make-composed-keymap to combine
3344 minibuffer-local-filename-completion-map with either
3345 minibuffer-local-must-match-map or
3346 minibuffer-local-filename-completion-map.
3347
d224ac83
GM
33482011-07-01 Glenn Morris <rgm@gnu.org>
3349
3de63bf8
GM
3350 * type-break.el (type-break-time-sum): Use dolist.
3351
d224ac83
GM
3352 * textmodes/flyspell.el (flyspell-word-search-backward):
3353 Replace CL function.
3354
1a1e3f32
SM
33552011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
3356
fe3f64d5
SM
3357 * mouse.el (mouse--strip-first-event): New function.
3358 (function-key-map): Use it to map fringe clicks to normal clicks
3359 by default.
3360
eb604e34
SM
3361 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
3362 (vc-bzr-revision-completion-table): Add support for annotate and date.
3363
1a1e3f32
SM
3364 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
3365 inherit from parent.
3366
5bd35902
LMI
33672011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3368
ace6c69c 3369 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 3370 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 3371
191e2bed
LMI
3372 * dired.el (dired-mode): Fix up the doc string as suggested by
3373 Drew Adams (bug#8817).
3374
5bd35902
LMI
3375 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
3376 cookie, since the manual says that it should be possible to add
3377 this function to `find-file-hook' (bug#8709).
3378
eee8207a
TZ
33792011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
3380
3381 * progmodes/cfengine.el: Moved all cfengine3.el functionality
3382 here. Noted Ted Zlatanov as the maintainer.
3383 (cfengine-common-settings, cfengine-common-syntax): New functions
3384 to set up common things between `cfengine-mode' and
3385 `cfengine3-mode'.
3386 (cfengine3-mode): New mode.
3387 (cfengine3-defuns cfengine3-defuns-regex
3388 (cfengine3-class-selector-regex cfengine3-category-regex)
3389 (cfengine3-vartypes cfengine3-font-lock-keywords)
3390 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 3391 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 3392
36b148cf
MA
33932011-07-01 Michael Albinus <michael.albinus@gmx.de>
3394
3395 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
3396
3397 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3398
0bf4ba9a
MR
33992011-07-01 Martin Rudalics <rudalics@gmx.at>
3400
3401 * window.el (same-window-buffer-names, same-window-regexps)
3402 (same-window-p, special-display-frame-alist)
3403 (special-display-popup-frame, special-display-function)
3404 (special-display-buffer-names, special-display-regexps)
3405 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
3406 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3407 (split-window-preferred-function, split-height-threshold)
3408 (split-width-threshold, even-window-heights)
3409 (display-buffer-mark-dedicated, window-splittable-p)
3410 (split-window-sensibly, window-safely-shrinkable-p):
3411 Un-obsolete.
3412 (display-buffer): Don't spread args with function specifier
3413 because special-display-popup-frame won't like it.
3414
35837f51
PE
34152011-07-01 Paul Eggert <eggert@cs.ucla.edu>
3416
d0672f86
PE
3417 Time-stamp simplifications and fixes.
3418 These improve accuracy slightly, and future-proof the code
3419 against some potential changes to current-time format.
3420
b9444d97
PE
3421 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
3422 by using time-since and float-time.
3423
0ef923dc
PE
3424 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
3425 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
3426 + NNN microseconds".
3427
2f81380d
PE
3428 * type-break.el (type-break-time-sum): Rewrite using time-add.
3429
845b5c3e
PE
3430 * play/hanoi.el (hanoi-current-time-float): Remove.
3431 All uses replaced by float-time.
3432
ee6f1be0
PE
3433 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
3434 This yields a more-accurate answer.
3435 (rng-time-to-float): Remove; no longer needed.
3436
fe955043
PE
3437 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
3438
5777162a
PE
3439 * calendar/timeclock.el (timeclock-seconds-to-time):
3440 Defalias to seconds-to-time, since they're the same thing.
3441
3103f8b6 3442 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 3443 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
3444 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
3445
0e61a35f
SM
34462011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
3447
3448 * window.el (bury-buffer): Don't iconify the only frame.
3449 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
3450 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
3451
ddd63a1e
CY
34522011-07-01 Chong Yidong <cyd@stupidchicken.com>
3453
0e61a35f
SM
3454 * eshell/em-smart.el (eshell-smart-display-navigate-list):
3455 Add mouse-yank-primary.
ddd63a1e 3456
055f4923
TZ
34572011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
3458
3459 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
3460
6a2fb145
SM
34612011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
3462
3463 * emacs-lisp/find-func.el (find-library--load-name): New fun.
3464 (find-library-name): Use it to find relative load names when provided
3465 absolute file name (bug#8803).
3466
fd4983f2
LMI
34672011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3468
887d14ad
LMI
3469 * textmodes/flyspell.el (flyspell-word): Consider words that
3470 differ only in case as potential doublons (bug#5687).
3471
c53dc7fc
LMI
3472 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
3473 Remove two rather uninteresting debugging-like messages to make
3474 debbugs.el more silent.
3475
fd4983f2
LMI
3476 * comint.el (comint-password-prompt-regexp): Accept "Response" as
3477 a password-like phrase.
3478
b14c0c55
AM
34792011-06-30 Mastake YAMATO <yamato@redhat.com>
3480
3481 * progmodes/cc-guess.el: New file.
3482
6a2fb145 3483 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
3484
3485 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
3486 derived from `c-basic-common-init'.
3487
3488 * progmodes/cc-mode.el (top-level): Require cc-guess.
3489 (c-basic-common-init): Use `cc-choose-style-for-mode'.
3490
1fa280a3
LM
34912011-06-30 Lawrence Mitchell <wence@gmx.li>
3492
3493 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
3494
e6597158
AM
34952011-06-30 Alan Mackenzie <acm@muc.de>
3496
1fa280a3
LM
3497 * progmodes/cc-engine.el (c-guess-continued-construct):
3498 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
3499 lock is disabled. Name this case as "CASE G".
3500
68ba37fb
KM
35012011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
3502
3503 * allout.el (allout-yank-processing): Fix injection of extra space
3504 between bullet and non-whitespace character in first topic when
3505 pasting, ensuring that the actual spacing in the pasted topic
3506 following the bullet char is preserved. This extra space was
3507 causing pasted encrypted topics to get a decrypted status even
3508 when the content was actually still encrypted. Now the decryption
3509 status from before the paste is preserved.
3510
3511 (allout-flag-region): Set all allout overlays so they evaporate
3512 when reduced to zero length (evanescent), to prevent overlay
3513 leakage.
3514
887a0b34
GM
35152011-06-30 Glenn Morris <rgm@gnu.org>
3516
94b9acce
GM
3517 * w32-fns.el (w32-charset-info-alist): Declare.
3518
1d9b46d4
GM
3519 * find-dired.el (find-grep-options): Simplify.
3520
cc232200
GM
3521 * term/ns-win.el (ns-set-resource): Declare.
3522
28e77c46
GM
3523 * ses.el (row, col): Declare dynamic variables honestly.
3524
887a0b34
GM
3525 * textmodes/reftex-parse.el (index-tags): Declare.
3526
658d8eb8
CY
35272011-06-30 Chong Yidong <cyd@stupidchicken.com>
3528
3529 * cus-edit.el (customize-push-and-save): New function.
3530
3531 * files.el (hack-local-variables-confirm): Use it.
3532
1fa280a3
LM
3533 * custom.el (load-theme): New arg NO-CONFIRM.
3534 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
3535 (custom-enabled-themes): Doc fix.
3536
3537 * cus-theme.el (customize-create-theme)
3538 (custom-theme-merge-theme): Callers to load-theme changed.
3539
bb617717
LMI
35402011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3541
d61bdd5d
LMI
3542 * thingatpt.el (thing-at-point-short-url-regexp): Require that
3543 short URLs have at least one dot in them (bug #7614).
3544
bb617717
LMI
3545 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
3546 nil, because using a pty is apparently too slow (bug #895).
3547
2f31f37a
LMI
35482011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3549
3550 * mail/sendmail.el (sendmail-query-once): New function.
3551 (sendmail-query-once-function): New variable.
3552
3076b24e
GM
35532011-06-29 Glenn Morris <rgm@gnu.org>
3554
faf2a174
GM
3555 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
3556
3076b24e
GM
3557 * ses.el (top-level): Require cl when compiling.
3558 (ses-set-localvars): Fix error statement.
3559 Call it at compile time to silence a storm of warnings.
3560
5386012d
MR
35612011-06-29 Martin Rudalics <rudalics@gmx.at>
3562
3563 * window.el (normalize-live-buffer): Rename to
3564 window-normalize-buffer.
3565 (normalize-live-frame): Rename to window-normalize-frame.
3566 (normalize-any-window): Rename to window-normalize-any-window.
3567 (normalize-live-window): Rename to window-normalize-live-window.
3568 (make-window-atom): Rename to window-make-atom.
3569 (window-resize-reset): Rename to window--resize-reset.
3570 (window-resize-reset-1): Rename to window--resize-reset-1.
3571 (resize-mini-window): Rename to window--resize-mini-window.
3572 (resize-subwindows-skip-p): Rename to
3573 window--resize-subwindows-skip-p.
3574 (resize-subwindows-normal): Rename to
3575 window--resize-subwindows-normal.
3576 (resize-subwindows): Rename to window--resize-subwindows.
3577 (resize-other-windows): Rename to window--resize-siblings.
3578 (resize-this-window): Rename to window--resize-this-window.
3579 (resize-root-window): Rename to window--resize-root-window.
3580 (resize-root-window-vertically): Rename to
3581 window--resize-root-window-vertically.
3582 (normalize-buffer-to-display): Rename to
3583 window-normalize-buffer-to-display.
3584 (normalize-buffer-to-switch-to): Rename to
3585 window-normalize-buffer-to-switch-to.
3586 Correspondingly update all callers of the functions listed
3587 above.
3588 (display-buffer-alist, display-buffer-normalize-arguments)
3589 (display-buffer-normalize-options, display-buffer)
3590 (display-buffer-alist-set): Use "function" instead of
3591 "fun-with-args".
3592
1176868d
CY
35932011-06-28 Chong Yidong <cyd@stupidchicken.com>
3594
3595 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
3596 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
3597 debbugs.gnu.org. Mention acknowledgment email.
3598
20a7a65f
LMI
35992011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3600
3601 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
3602 buffer multibyteness, since it shouldn't matter.
3603
5f45cca5
MR
36042011-06-28 Martin Rudalics <rudalics@gmx.at>
3605
3606 * window.el (display-buffer-in-side-window): Handle dedicated
3607 windows as in display-buffer-reuse-window.
3608 (display-buffer-normalize-alist): Use value of override
3609 specifier.
3610 (display-buffer-normalize-specifiers): Use value of
3611 other-window-means-other-frame specifier.
3612 (display-buffer-alist): Rewrite some texts in widgets.
3613 (display-buffer): Spread arguments when calling function
3614 specified by fun-with-args.
3615
ad85fe1f
DD
36162011-06-28 Deniz Dogan <deniz@dogan.se>
3617
1fa280a3
LM
3618 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3619 Unnest `let'.
da68c4c8 3620
ad85fe1f
DD
3621 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
3622 selectors (Bug#5732).
ec49bd31 3623 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 3624
a08cc025
JA
36252011-06-27 Jari Aalto <jari.aalto@cante.net>
3626
3627 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
3628 (eshell-ls-date-format): New defcustom.
3629 (eshell-ls-file): Use it.
3630
e2b551c5
SM
36312011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * help-fns.el (describe-variable): Fix message for terminal-local vars.
3634
8982b231
KY
36352011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
3636
3637 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
3638 (ange-ftp-make-tmp-name): New arg.
3639 (ange-ftp-file-local-copy): Use it.
3640
36c9fa27
J
36412011-06-27 Jambunathan K <kjambunathan@gmail.com>
3642
3643 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
3644 no-conversion (Bug#8870).
3645
d68443dc
MR
36462011-06-27 Martin Rudalics <rudalics@gmx.at>
3647
3648 * window.el (window-right, window-left, window-child)
3649 (window-child-count, window-last-child)
3650 (window-iso-combination-p, walk-window-tree-1)
3651 (window-atom-check-1, window-tree-1, delete-window)
3652 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
3653 new naming conventions - window-vchild, window-hchild,
3654 window-next and window-prev are now called window-top-child,
3655 window-left-child, window-next-sibling and window-prev-sibling
3656 respectively.
d615d6d2
MR
3657 (resize-window-reset): Rename to window-resize-reset.
3658 (resize-window-reset-1): Rename to window-resize-reset-1.
3659 (resize-window): Rename to window-resize.
3660 (window-min-height, window-min-width)
3661 (resize-mini-window, resize-this-window, resize-root-window)
3662 (resize-root-window-vertically, adjust-window-trailing-edge)
3663 (enlarge-window, shrink-window, maximize-window)
3664 (minimize-window, delete-window, quit-restore-window)
3665 (split-window, balance-windows, balance-windows-area-adjust)
3666 (balance-windows-area, window-state-put-2)
3667 (display-buffer-even-window-sizes, display-buffer-set-height)
3668 (display-buffer-set-width, set-window-text-height)
3669 (fit-window-to-buffer): Rename all "resize-window" prefixed
3670 calls to use the "window-resize" prefix convention.
3671 (display-buffer-alist): Fix symbol for label specifier.
3672 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
3673 corresponding specifier.
3674 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 3675
b6458526
VB
36762011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
3677
3678 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
3679 convention.
3680 (ses-call-printer): Does not pass an empty string to formatter when the
3681 cell is empty to keep from barking printer Calc math-format-value.
3682
d31fd9ac
RS
36832011-06-27 Richard Stallman <rms@gnu.org>
3684
43d5bf84
RS
3685 * battery.el (battery-mode-line-limit): New variable.
3686 (battery-update): Handle it.
3687
d31fd9ac
RS
3688 * mail/rmailmm.el (rmail-mime-process-multipart):
3689 Handle truncated messages.
3690
819a6054
GM
36912011-06-27 Glenn Morris <rgm@gnu.org>
3692
3693 * progmodes/flymake.el (flymake-err-line-patterns):
3694 Allow for column numbers in the ant/javac pattern. (Bug#8866)
3695
cedc73f2
VB
36962011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
3697
819a6054 3698 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
3699 (ses--clean-!, ses--clean-_): New functions.
3700 (ses-range): Add configurability of readout order, and conversion
3701 to Calc vector.
3702
5e5d49b6
VB
3703 * ses.el (ses-repair-cell-reference-all): New function.
3704 (ses-cell-symbol): Set macro as safe, so that it can be used in
3705 formulas.
3706
56e6cc31 3707 * ses.el: Update cycle detection algorithm.
90ca8b49 3708 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 3709 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
3710 (ses-set-localvars): New function.
3711 (ses-make-cell): Add property-list as a cell element.
3712 (ses-cell-property-get-fun, ses-cell-property-get)
3713 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
3714 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
3715 New functions.
90ca8b49
VB
3716 (ses-cell-property-set, ses-cell-property-pop)
3717 (ses-cell-property-get-handle): New macro.
3718 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
3719 New aliases, used for code readability.
3720 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
3721 cycle detection.
3722 (ses-self-reference-early-detection): New defcustom.
3723 (ses-formula-references): Robustify against self-refering cells.
3724 (ses-mode): Use ses-set-localvars.
3725 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
3726 before lauching the update processing.
3727 (ses-initialize-Dijkstra-attempt): New function.
3728 (ses-recalculate-cell): Update for cycle detection based on
3729 Dijkstra algorithm.
3730
2bb63e81
VB
3731 * ses.el: Fix commenting and indenting convention.
3732
c9d29fb8
SM
37332011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3734
3735 * bs.el (bs-cycle-next): Complete last change.
3736
d8e4b68b
JB
37372011-06-27 Drew Adams <drew.adams@oracle.com>
3738
3739 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
3740
40098786
LMI
37412011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3742
c9d29fb8
SM
3743 * net/network-stream.el (network-stream-open-starttls):
3744 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
3745 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
3746
40098786
LMI
3747 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
3748 to binary to possibly avoid line encoding issues on Windows (among
3749 other things).
3750
468d09d4
LMI
37512011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3752
3753 * net/network-stream.el (open-network-stream): Return an :error
3754 saying what the problem was, if possible.
3755
3756 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
3757 server.
3758
3759 * net/network-stream.el (network-stream-open-starttls): If we
3760 wanted to use STARTTLS, and the server offered it, but we weren't
3761 able to because we had no STARTTLS support, then close the connection.
3762 (open-network-stream): Return an :error element, if present.
3763
16f07dd7
CY
37642011-06-26 Chong Yidong <cyd@stupidchicken.com>
3765
88821ca0
CY
3766 * hl-line.el (hl-line-sticky-flag): Doc fix.
3767 (global-hl-line-sticky-flag): New option (Bug#8323).
3768 (global-hl-line-highlight): Obey it.
3769
16f07dd7
CY
3770 * vc/vc.el (vc-revert-show-diff): Default to t.
3771
6b5ccddf
KM
37722011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
3773
c9d29fb8
SM
3774 * allout-widgets.el (allout-widgets-post-command-business):
3775 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
3776 undecorated when an isearch is continued past, and isearch
3777 automatically collapses them. This leads to "widget leaks", where
3778 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
3779 hidden widgets can slow down cursor travel, substantially.
3780 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
3781 so we're doing without this nicety.
3782
3783 (allout-widgets-tally-string): Don't try to do a hash-table-count
3784 of allout-widgets-tally when it's nil. This eliminates spurious "Error
3785 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
3786 *Messages* when allout-widgets-maintain-tally is t.
3787
355f2e07
MR
37882011-06-26 Martin Rudalics <rudalics@gmx.at>
3789
3790 * window.el (display-buffer-normalize-argument): Rename to
3791 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
3792 LABEL argument. Respect special-display-function when popping up
3793 a new frame. Fix code searching for a window showing the buffer
3794 on another frame.
c9d29fb8
SM
3795 (display-buffer-normalize-specifiers):
3796 Call display-buffer-normalize-arguments.
355f2e07
MR
3797 (display-buffer-in-window): Don't undedicate the window if its
3798 buffer remains the same.
3799 Reported by Drew Adams <drew.adams@oracle.com>.
3800 (display-buffer-alist): Add choice for same-window macro
3801 specfier.
3802 (display-buffer): Mention special meaning of LABEL argument in
3803 doc-string. Fix quoting. Don't pop up a new frame even as
3804 fallback.
3805
7ca8fc42
JB
38062011-06-26 Juanma Barranquero <lekktu@gmail.com>
3807
3808 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
3809 avoid deleting the current window in some cases (bug#8911).
3810
bc312254
AS
38112011-06-26 Andreas Schwab <schwab@linux-m68k.org>
3812
3813 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
3814 (Bug#8934)
3815
2db18f3f
LMI
38162011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3817
c9d29fb8
SM
3818 * net/network-stream.el (network-stream-open-starttls):
3819 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
3820 (network-stream-open-tls): Ditto.
3821
6302e0d3
LL
38222011-06-26 Leo Liu <sdl.web@gmail.com>
3823
3824 * register.el (registerv): New struct.
3825 (registerv-make): New function.
c9d29fb8
SM
3826 (jump-to-register, describe-register-1, insert-register):
3827 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
3828 struct. (Bug#8415)
3829
5fdd4046
CY
38302011-06-26 Chong Yidong <cyd@stupidchicken.com>
3831
2afef60a
CY
3832 * vc/vc.el (vc-revert-show-diff): New defcustom.
3833 (vc-diff-internal): New arg specifying diff buffer.
3834 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
3835 reuse an existing *vc-diff* buffer (Bug#8927).
3836
5fdd4046
CY
3837 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
3838
e93db24a
GM
38392011-06-26 Glenn Morris <rgm@gnu.org>
3840
3841 * progmodes/f90.el (f90-critical-indent): New option.
3842 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
3843 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
3844 (f90-mode): Doc fix.
3845 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
3846 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
3847 (f90-beginning-of-block, f90-next-block, f90-indent-region)
3848 (f90-match-end): Handle block, critical.
3849
eefff499
GM
38502011-06-25 Glenn Morris <rgm@gnu.org>
3851
f6ba4cc9
GM
3852 * calendar/diary-lib.el (diary-included-files): Doc fix.
3853 (diary-include-files): New function, extracted from
3854 diary-include-other-diary-files and diary-mark-included-diary-files.
3855 (diary-include-other-diary-files, diary-mark-included-diary-files):
3856 Just call diary-include-files.
3857 (diary-mark-entries): Reset diary-included-files on first call.
3858
16712304
GM
3859 * calendar/diary-lib.el (diary-mark-entries)
3860 (diary-mark-included-diary-files):
3861 Visit included diary-files in temp buffers.
3862
5d8e0d43
GM
3863 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
3864 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
3865 (f90-start-block-re, f90-imenu-generic-expression)
3866 (f90-looking-at-program-block-start, f90-no-block-limit):
3867 Add support for submodules.
3868
ccf7a5d5
GM
3869 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
3870 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 3871
11fdef7d 38722011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
3873
3874 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
3875 buffer-file-type before setting its value, to avoid disastrous
eefff499 3876 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 3877
74f53697
JB
38782011-06-25 Juanma Barranquero <lekktu@gmail.com>
3879
3880 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
3881
3882 * ses.el (ses-unload-function):
3883 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
3884
3885 * proced.el (proced-unload-function):
3886 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
3887
18a4ce5e
AR
38882011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
3889
3890 * server.el (server-create-window-system-frame): Add parameters arg.
3891 (server-process-filter): Doc fix. Handle frame-parameters.
3892
519d22cc
JB
38932011-06-25 Juanma Barranquero <lekktu@gmail.com>
3894
3895 Fix bug#8730, bug#8781.
3896
3897 * loadhist.el (unload--set-major-mode): New function.
3898 (unload-feature): Use it.
3899
3900 * progmodes/python.el (python-after-info-look): Add autoload cookie.
3901 (python-unload-function): New function.
3902
c206f5b0
SM
39032011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
3906
f9ad64f3
GS
39072011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
3908
3909 * net/browse-url.el (browse-url-firefox-program): Add icecat to
3910 the candidates list.
3911
7d0da90e
JB
39122011-06-24 Juanma Barranquero <lekktu@gmail.com>
3913
3914 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
3915
14b4e83d
RS
39162011-06-23 Richard Stallman <rms@gnu.org>
3917
3918 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
3919 (rmail-variables): Set next-error-move-function.
3920 (rmail-what-message): Take argument POS.
3921 (rmail-next-error-move): New function.
3922
273d2baf
SM
39232011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3924
3925 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
3926 messages for adjacent non-terminals.
3927
56c2cc9a
RS
39282011-06-23 Richard Stallman <rms@gnu.org>
3929
3930 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 3931 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
3932 (rmail-start-mail): Don't specify use of rmail-mail-return;
3933 that's done by mail-bury now.
3934 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 3935
d59eb518
MA
39362011-06-23 Michael Albinus <michael.albinus@gmx.de>
3937
3938 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
3939 SIZE is a number.
3940
02cfc6d6
MR
39412011-06-23 Martin Rudalics <rudalics@gmx.at>
3942
3943 * window.el (get-lru-window, get-mru-window)
3944 (get-largest-window): Never return a minibuffer window.
3945 (display-buffer-pop-up-window): Fix a bug that could lead to
3946 reusing the minibuffer window.
3947 (display-buffer): Pass original specifier argument to
3948 display-buffer-function instead of the normalized one.
3949 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
3950
4e323265
LL
39512011-06-22 Leo Liu <sdl.web@gmail.com>
3952
3953 * minibuffer.el (completing-read-function)
3954 (completing-read-default): Move from minibuf.c
3955
7a70468f
RS
39562011-06-22 Richard Stallman <rms@gnu.org>
3957
50718fc2
RS
3958 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
3959 to Rmail even if not started by a special Rmail command.
3960
7a70468f
RS
3961 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3962 Copy the buffer currently showing just one message.
3963
297dde5a
RW
39642011-06-22 Roland Winkler <winkler@gnu.org>
3965
3966 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
3967 (bibtex-clean-entry): First delete the old key so that a
3968 customized algorithm for generating the new key does not get
3969 confused by the old key.
3970 (bibtex-url): Obey regexp of first step.
3971 (bibtex-search-entries): Do not use add-to-list with local
3972 list-var.
3973
97bb1093
LMI
39742011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3975
3976 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
3977 stored a user name, then query for the password first, instead of
3978 waiting for SMTP to give an error message and the trying again.
3979
1c0f1a19
JD
39802011-06-22 Lawrence Mitchell <wence@gmx.li>
3981
3982 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
3983 BUFFER in call-process.
3984
396f7c9d
LMI
39852011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3986
3987 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
3988 QUIT twice.
ddb7ffee
LMI
3989 (smtpmail-try-auth-methods): Require user name and password from
3990 auth-source.
396f7c9d 3991
8998d1b3
MR
39922011-06-22 Martin Rudalics <rudalics@gmx.at>
3993
3994 * window.el (display-buffer-default-specifiers)
3995 (display-buffer-alist): Remove entries for pop-up-frame-alist.
3996 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 3997 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
3998
3999 * frame.el (pop-up-frame-alist, pop-up-frame-function)
4000 (special-display-frame-alist, special-display-popup-frame):
4001 Remove duplicate declarations. These are now in window.el.
4002
4ea31e07
LMI
40032011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4004
c9d29fb8
SM
4005 * mail/smtpmail.el (smtpmail-via-smtp):
4006 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
4007 server supports it. SMTP servers that support STARTTLS commonly
4008 require it.
4009
4010 * net/network-stream.el (network-stream-open-starttls): Support
4011 upgrading to STARTTLS always, even if we don't have built-in support.
4012 (open-network-stream): Add the :always-query-capabilies keyword.
4013
95f41d9a
LMI
4014 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
4015 upgrades with `open-network-stream', and rely solely on
4016 auth-source for all credentials. Big changes throughout the file,
4017 but in particular:
c9d29fb8
SM
4018 (smtpmail-auth-credentials): Remove.
4019 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
4020 (smtpmail-via-smtp): Check for servers saying they want AUTH after
4021 MAIL FROM, too.
95f41d9a 4022
c9d29fb8
SM
4023 * net/network-stream.el (network-stream-open-starttls):
4024 Provide support for client certificates both for external and built-in
4ea31e07
LMI
4025 STARTTLS.
4026 (auth-source): Require.
4027 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
4028 (network-stream-certificate): Change cert-cert to cert and
4029 cert-key to key.
4ea31e07 4030
065ec2c7
MA
40312011-06-21 Michael Albinus <michael.albinus@gmx.de>
4032
4033 * net/tramp-cache.el (top): Don't load the persistency file when
4034 "emacs -Q" has been called.
4035
cd93b359
DR
40362011-06-21 Tim Harper <timcharper@gmail.com>
4037
d8e4b68b
JB
4038 * term/ns-win.el (ns-initialize-window-system):
4039 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
4040 resource to NO as it is not yet supported by the NS port.
4041
ae9c0411
JB
40422011-06-21 Juanma Barranquero <lekktu@gmail.com>
4043
4044 * misc.el (list-dynamic-libraries--refresh): Compute header here...
4045 (list-dynamic-libraries): ...not here.
4046
7f3f739f
LL
40472011-06-21 Leo Liu <sdl.web@gmail.com>
4048
4049 * subr.el (sha1): Implement sha1 using secure-hash.
4050
327c8fb1
MR
40512011-06-21 Martin Rudalics <rudalics@gmx.at>
4052
4053 * window.el (display-buffer-alist): In default value do not
4054 enforce searching a window on any but the selected frame.
4055 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4056 (display-buffer-select-window): Remove function.
4057 (display-buffer-in-window): When a window on another frame gets
4058 reused, do not select it any more but just raise its frame if
4059 necessary (Bug#8851) and (Bug#8856).
4060 (display-buffer-normalize-options): Handle pop-up-frames related
4061 options more faithfully.
4062 (pop-to-buffer): Don't rely on `display-buffer' selecting the
4063 window if it is on another frame.
c9d29fb8
SM
4064 (display-buffer-alist, display-buffer-default-specifiers):
4065 Don't make new frame unsplittable by default.
9e9de014
MR
4066 (display-buffer-normalize-argument): Fix doc-string typo and use
4067 'same-frame-other-window instead of 'other-window when associating
4068 with display-buffer-macro-specifiers.
327c8fb1 4069
7cf3f556
VB
40702011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
4071
4072 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
4073 New functions.
4074 (5x5-mode-map, 5x5-mode-menu): Bind them.
4075 (5x5-draw-grid): Tweak the solver's rendering.
4076
60a406cf
SM
40772011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4078
4079 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
4080 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
4081
d8e4b68b 40822011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
4083
4084 * menu-bar.el: Use function variable instead of switch-to-buffer.
4085 (menu-bar-select-buffer-function): New variable.
60a406cf 4086 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 4087
478d6f95
SM
40882011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
4091 variable's status.
4092
ca530739
JD
40932011-06-20 Jan Djärv <jan.h.d@swipnet.se>
4094
4095 * x-dnd.el (x-dnd-version-from-flags)
4096 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
4097 and long as number (Bug#8899).
4098 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
4099
bcd70d97
SM
41002011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4101
60a406cf 4102 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
4103 (completion-try-completion, completion-all-completions): Compute the
4104 metadata argument if it's missing; make it optional (bug#8795).
4105
60a406cf 4106 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
4107 (widget-complete): Use new :completion-function property.
4108 (widget-completions-at-point): New function.
4109 (default): Use :completion-function instead of :complete.
60a406cf
SM
4110 (widget-default-completions): Rename from widget-default-complete;
4111 Rewrite.
bcd70d97
SM
4112 (widget-string-complete, widget-file-complete, widget-color-complete):
4113 Remove functions.
4114 (file, symbol, function, variable, coding-system, color):
4115 * international/mule-cmds.el (default-input-method, charset)
4116 (language-info-custom-alist):
4117 * cus-edit.el (face): Use new property :completions.
4118
4119 * progmodes/pascal.el (pascal-completions-at-point): New function.
4120 (pascal-mode): Use it.
4121 (pascal-mode-map): Use completion-at-point.
4122 (pascal-toggle-completions): Make obsolete.
4123 (pascal-complete-word, pascal-show-completions):
4124 * progmodes/octave-mod.el (octave-complete-symbol):
4125 Redefine as obsolete alias.
4126 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
4127 Signal absence of completion info for old Octave,
4128 (inferior-octave-complete): Redefine as obsolete alias.
4129 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
4130 (meta-completions-at-point): Rename from meta-complete-symbol and
4131 adapt it for use on completion-at-point-functions.
4132 (meta-common-mode): Use it.
4133 (meta-looking-at-backward, meta-match-buffer): Remove.
4134 (meta-complete-symbol): Redefine as obsolete alias.
4135 (meta-common-mode-map): Use completion-at-point.
4136 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
4137 (makefile-mode-map): Use completion-at-point.
4138 (makefile-completions-at-point): Rename from makefile-complete and
4139 adapt it for use on completion-at-point-functions.
4140 (makefile-mode): Use it.
4141 (makefile-complete): Redefine as obsolete alias.
4142
aebf69c8
DD
41432011-06-20 Deniz Dogan <deniz@dogan.se>
4144
4145 * net/rcirc.el: Delete trailing whitespaces once and for all.
4146
bfbbb27d
DC
41472011-06-20 Daniel Colascione <dan.colascione@gmail.com>
4148
4149 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
4150
d264a46b
CY
41512011-06-19 Chong Yidong <cyd@stupidchicken.com>
4152
4ca009e5
CY
4153 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
4154
d264a46b
CY
4155 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
4156
fbf5b3ce
MR
41572011-06-19 Martin Rudalics <rudalics@gmx.at>
4158
4159 * window.el (display-buffer-other-window-means-other-frame):
4160 Call display-buffer-normalize-alist.
4161 (display-buffer-normalize-specifiers-1): Rename to
4162 display-buffer-normalize-argument. New argument other-frame.
4163 Rewrite.
4164 (display-buffer-normalize-specifiers-2): Rename to
4165 display-buffer-normalize-options.
4166 (display-buffer-normalize-alist-1): New function.
4167 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
4168 display-buffer-normalize-alist.
4169 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
4170 (display-buffer-normalize-options-inhibit): New variable.
4171 (display-buffer-normalize-specifiers): Rewrite calling
4172 display-buffer-normalize-alist,
4173 display-buffer-normalize-argument, and
4174 display-buffer-normalize-options. Don't call the latter if
4175 display-buffer-normalize-options-inhibit is non-nil.
4176 (frame-auto-delete): New option.
4177 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
4178 (window-list-no-nils, window-state-ignored-parameters)
4179 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
4180 (window-state-put-1, window-state-put-2, window-state-put):
4181 New functions.
9a028c23
MR
4182 (display-buffer-normalize-options): Move special-display-p group
4183 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 4184
6d10d800
CY
41852011-06-18 Chong Yidong <cyd@stupidchicken.com>
4186
6420d28b
CY
4187 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
4188 groups (Bug#8776).
4189 (rx-submatch-n): New function.
4190 (rx): Document it.
4191
ddb8b596
CY
4192 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
4193 (Bug#8768).
4194
4195 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
4196
77080289
CY
4197 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
4198
61dfb316
CY
4199 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
4200 anytime existing face settings are present (Bug#8889).
4201
6d10d800
CY
4202 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
4203 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
4204 Remove unused argument.
4205
be3fb2b8
MR
42062011-06-18 Martin Rudalics <rudalics@gmx.at>
4207
bcd70d97
SM
4208 * window.el (display-buffer-default-specifiers):
4209 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
4210 pop-up-window-min-width, and another reuse-window specifier
4211 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
4212 (display-buffer-normalize-specifiers-2):
4213 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
4214 pop-up-windows is unset. Add a reuse-window specifier for the
4215 case popping up a new window fails.
4216 (special-display-popup-frame): Remove double quoting.
28dec25a 4217 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 4218
1c6d8c76
SM
42192011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4220
4221 * shell.el (shell-completion-vars): Set pcomplete-termination-string
4222 according to comint-completion-addsuffix.
4223
4224 * pcomplete.el: Convert to lexical binding and fix bug#8819.
4225 (pcomplete-suffix-list): Mark as obsolete.
4226 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
4227 pcomplete-seen in the closure.
4228 (pcomplete-comint-setup): Setup completion-at-point as well.
4229 (pcomplete--entries): New function.
4230 (pcomplete--env-regexp): New var.
4231 (pcomplete-entries): Rewrite to work with partial-completion and
4232 without relying on pcomplete-suffix-list.
4233 (pcomplete-pare-list): Remove, unused.
4234
25aef8b8
MR
42352011-06-17 Martin Rudalics <rudalics@gmx.at>
4236
4237 * window.el (display-buffer-alist): Set pop-up-window-min-height
4238 and pop-up-window-min-width in default value. Reported by
4239 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
4240 other-window-means-other-frame.
4241 (display-buffer-macro-specifiers): Comment out entry for
4242 other-window specifier.
4243 (display-buffer-other-window-means-other-frame): New function.
4244 (display-buffer-normalize-specifiers-1): New arguments
4245 buffer-name and label. Treat other-window case specially.
4246 (display-buffer-normalize-specifiers-2): Treat other-window case
4247 specially.
4248 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
4249 (display-buffer-normalize-specifiers):
4250 Call display-buffer-normalize-specifiers-3.
25aef8b8 4251
dbad4f69
MR
42522011-06-17 Martin Rudalics <rudalics@gmx.at>
4253
4254 * window.el (same-window-p): Fix two typos introduced when
4255 adding with-no-warnings.
d1067961
MR
4256 (display-buffer-normalize-specifiers-1): Don't check
4257 pop-up-frames for 'unset initialization.
4258 (display-buffer-normalize-specifiers-2): Major rewrite using
4259 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
4260 (pop-up-frames, display-buffer-reuse-frames)
4261 (display-buffer-mark-dedicated): Don't initialize to 'unset.
4262 Suggested by David Engster <deng@randomsample.de>.
4263 (even-window-heights): Initialize to 'unset.
4264 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
4265 (display-buffer-macro-specifiers): Don't pop up a new frame in the
4266 other window case.
dbad4f69 4267
9b9c9e3a
MR
42682011-06-16 Martin Rudalics <rudalics@gmx.at>
4269
bcd70d97
SM
4270 * window.el (display-buffer-normalize-specifiers-1):
4271 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 4272 second argument of display-buffer (Bug#8865).
981d5c09
MR
4273 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
4274 (switch-to-buffer-other-window-same-frame)
4275 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
4276 Adams (Bug#8875).
9c2755e9
MR
4277 (display-buffer): Don't check noninteractive when calling
4278 display-buffer-pop-up-frame.
4279 (display-buffer-pop-up-frame): Never pop up a frame in
4280 noninteractive mode (Bug#8857).
67222e1d
MR
4281 (enlarge-window, shrink-window): Don't report an error when the
4282 window can't be resized as requested (Bug#8862).
9b9c9e3a 4283
2b75be67
SM
42842011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4285
9ffdd3ba
SM
4286 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
4287
cb581a67
SM
4288 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
4289
2b75be67
SM
4290 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
4291
8c0e3589
AM
42922011-06-15 Alan Mackenzie <acm@muc.de>
4293
cb581a67
SM
4294 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
4295 for declarators, disable knr checking to speed up for normal files.
4296 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 4297
b96e6cde
LMI
42982011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4299
4bba86e6
LMI
4300 * net/network-stream.el (open-network-stream): Add the keyword
4301 :always-query-capabilities for the case where you want to force a
4302 `plain' network connection, but the protocol still requires the
4303 capabilitiy command (i.e., SMTP and EHLO).
4304
2b75be67 4305 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
4306 consistency with other `-live-p' functions.
4307
efdcdbf8
SM
43082011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 * window.el (same-window-buffer-names, same-window-regexps)
4311 (special-display-frame-alist, special-display-popup-frame)
4312 (special-display-function, special-display-buffer-names)
4313 (special-display-regexps, pop-up-frame-alist)
4314 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
4315 (pop-up-windows, split-window-preferred-function)
4316 (split-height-threshold, split-width-threshold, even-window-heights)
4317 (display-buffer-mark-dedicated): Don't encourage the use of
4318 display-buffer-alist from Elisp code.
4319
c5cde042
DN
43202011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
4321
4322 * progmodes/python.el (python-mode): Derive from prog-mode.
4323 * progmodes/ps-mode.el (ps-mode):
4324 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 4325 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
4326 * progmodes/ld-script.el (ld-script-mode): Likewise.
4327
baa1c9ab
MR
43282011-06-15 Martin Rudalics <rudalics@gmx.at>
4329
4330 * window.el (display-buffer-alist): Trim default value to avoid
4331 popping up a new frame (Bug#8857) or reusing an arbitrary window
4332 on another frame.
4333 (display-buffer): Do not fall back on popping up a new frame in
4334 batch mode (Bug#8857).
4335
c5dd5a51
CY
43362011-06-14 Chong Yidong <cyd@stupidchicken.com>
4337
4338 * cus-theme.el (describe-theme-1): Use custom-theme-p.
4339 (custom-theme-summary): New function.
4340 (customize-themes): Use it.
4341
d647b7c4
GM
43422011-06-13 Glenn Morris <rgm@gnu.org>
4343
4344 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
4345
9481c002
MR
43462011-06-13 Martin Rudalics <rudalics@gmx.at>
4347
357f93d2
MR
4348 * help.el (help-window): Remove variable.
4349 (help-window-point-marker, temp-buffer-max-height)
4350 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
4351 (help-print-return-message): Don't set help-window.
4352 (resize-temp-buffer-window): Rewrite cod eand doc-string.
4353 (help-window-setup-finish): Remove.
4354 (help-window-display-message, help-window-setup)
4355 (with-help-window): Major rewrite based on new
4356 display-buffer-window variable.
4357
4358 * help-mode.el (help-mode-finish): Remove help-window related
4359 code.
4360
4361 * view.el (view-exits-all-viewing-windows): Remove reference to
4362 view-return-to-alist in doc-string.
4363 (view-return-to-alist): Make obsolete.
4364 (view-buffer): Call pop-to-buffer-same-window and remove
4365 undo-window code.
4366 (view-buffer-other-window): Call pop-to-buffer-other-window and
4367 simplify code. Ignore second argument.
4368 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
4369 simplify code. Ignore second argument.
4370 (view-return-to-alist-update): Make obsolete.
4371 (view-mode-enter): Rename second argument to QUIT-RESTORE.
4372 Rewrite using quit-restore window parameters.
2b75be67
SM
4373 (view-mode-exit): Rename second argument to EXIT-ONLY.
4374 Rewrite using quit-restore-window.
357f93d2
MR
4375 (View-exit, View-exit-and-edit, View-leave, View-quit)
4376 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
4377 appropriate arguments.
4378 (view-end-message): Use quit-restore window parameter.
4379
9481c002
MR
4380 * window.el (display-buffer-function): Rewrite doc-string.
4381 (display-buffer-window, display-buffer-alist): New variables.
4382 (display-buffer-split-specifiers)
4383 (display-buffer-side-specifiers)
4384 (display-buffer-macro-specifiers): New constants.
4385 (display-buffer-even-window-sizes, display-buffer-set-height)
4386 (display-buffer-set-width, display-buffer-select-window)
4387 (display-buffer-in-window, display-buffer-reuse-window)
4388 (display-buffer-split-window-1, display-buffer-split-window)
4389 (display-buffer-split-atom-window, display-buffer-pop-up-window)
4390 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
4391 (display-buffer-in-side-window, normalize-buffer-to-display)
4392 (display-buffer-normalize-specifiers-1)
4393 (display-buffer-normalize-specifiers-2)
2b75be67
SM
4394 (display-buffer-normalize-specifiers, display-buffer-frame):
4395 New functions.
9481c002
MR
4396 (display-buffer): Major rewrite.
4397 (display-buffer-other-window, display-buffer-other-frame)
4398 (pop-to-buffer, switch-to-buffer-other-window)
4399 (switch-to-buffer-other-frame): Rewrite.
4400 (display-buffer-same-window, display-buffer-same-frame)
4401 (display-buffer-same-frame-other-window)
4402 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4403 (pop-to-buffer-other-window)
4404 (pop-to-buffer-same-frame-other-window)
4405 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
4406 (switch-to-buffer-other-window-same-frame): New functions.
4407 (same-window-p, special-display-p): Rewrite disabling warnings.
4408 Make obsolete.
4409 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4410 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
4411 Make obsolete
4412 (same-window-buffer-names, same-window-regexps)
4413 (special-display-frame-alist, special-display-popup-frame)
4414 (special-display-function, special-display-buffer-names)
4415 (special-display-regexps, pop-up-frame-alist)
4416 (pop-up-frame-function, split-window-preferred-function)
4417 (split-height-threshold, split-width-threshold)
4418 (even-window-heights): Make obsolete.
4419
9db51aca
GM
44202011-06-12 Glenn Morris <rgm@gnu.org>
4421
4422 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 4423 Misc simplifications.
9db51aca 4424
39cffb44
MR
44252011-06-12 Martin Rudalics <rudalics@gmx.at>
4426
4427 * window.el (window-safely-shrinkable-p): Restore function which
4428 was inadvertently removed in change from 2011-06-11. Declare as
4429 obsolete.
4430
2b75be67
SM
4431 * calendar/calendar.el (calendar-generate-window):
4432 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
4433 window-safely-shrinkable-p.
4434
a8955be7
GM
44352011-06-12 Glenn Morris <rgm@gnu.org>
4436
4437 * progmodes/fortran.el (fortran-mode-syntax-table):
4438 * progmodes/f90.el (f90-mode-syntax-table):
4439 Set % to punctuation. (Bug#8820)
4440 (f90-find-tag-default): Remove, no longer needed.
4441
f0d4059d
DC
44422011-06-12 Daniel Colascione <dan.colascione@gmail.com>
4443
4444 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
4445
1100a63c
CY
44462011-06-11 Chong Yidong <cyd@stupidchicken.com>
4447
4448 * image.el (image-animated-p): Return animation delay in seconds.
4449 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
4450 (image-animate-timeout): Remove DELAY argument. Don't assume
4451 every subimage has the same delay; get it from image-animated-p.
4452 (image-animate): Caller changed.
4453
def722bf
MA
44542011-06-11 Michael Albinus <michael.albinus@gmx.de>
4455
4456 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
4457 to ignored backtrace functions.
4458
0a2bb1a9
GM
44592011-06-11 Glenn Morris <rgm@gnu.org>
4460
4461 * calendar/appt.el (appt-disp-window-function): Doc fix.
4462 (appt-check): Handle overlapping appointments. (Bug#8337)
4463
6198ccd0
MR
44642011-06-11 Martin Rudalics <rudalics@gmx.at>
4465
4466 * window.el (window-tree-1, window-tree): New functions, moving
4467 the latter to window.el.
4468 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4469 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4470 (bw-refresh-edges): Remove.
4471 (balance-windows-1, balance-windows-2): New functions.
4472 (balance-windows): Rewrite in terms of window tree functions,
4473 balance-windows-1 and balance-windows-2.
4474 (bw-adjust-window): Remove.
4475 (balance-windows-area-adjust): New function with functionality of
4476 bw-adjust-window but using resize-window.
2b75be67
SM
4477 (set-window-text-height): Rewrite doc-string.
4478 Use normalize-live-window and resize-window.
4479 (enlarge-window-horizontally, shrink-window-horizontally):
4480 Rename argument to DELTA.
6198ccd0
MR
4481 (window-buffer-height): New function.
4482 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
4483 Rewrite using new window resize routines.
2b75be67
SM
4484 (kill-buffer-and-window, mouse-autoselect-window-select):
4485 Use ignore-errors instead of condition-case.
6198ccd0
MR
4486 (quit-window): Call delete-frame instead of delete-windows-on
4487 for the only buffer on frame.
4488
9397e56f
MR
44892011-06-10 Martin Rudalics <rudalics@gmx.at>
4490
4491 * loadup.el (top-level): Load window before files for the sake
4492 of replace-buffer-in-windows.
4493
4494 * files.el (read-buffer-to-switch)
4495 (switch-to-buffer-other-window)
2b75be67
SM
4496 (switch-to-buffer-other-frame, display-buffer-other-frame):
4497 Move to window.el.
9397e56f
MR
4498
4499 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
4500 (previous-buffer): Move to window.el.
4501
4502 * bindings.el (unbury-buffer): Move to window.el.
4503
4504 * window.el (delete-other-windows-vertically): Move after
4505 definition of delete-other-windows.
4506 (other-window, delete-windows-on, replace-buffer-in-windows):
4507 Move here from window.c.
4508 (record-window-buffer, unrecord-window-buffer)
4509 (set-window-buffer-start-and-point, switch-to-prev-buffer)
4510 (switch-to-next-buffer): New functions.
4511 (get-next-valid-buffer, last-buffer, next-buffer): Move here
4512 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
4513 (previous-buffer): Move here from simple.el.
4514 Call switch-to-prev-buffer.
9397e56f
MR
4515 (bury-buffer): Move here from buffer.c. Switch to previous
4516 buffer when window cannot be deleted.
4517 (unbury-buffer): Move here from bindings.el.
4518 (ctl-x-map): Move binding for other-window from window.c to
4519 here.
4520 (read-buffer-to-switch, switch-to-buffer-other-window)
4521 (switch-to-buffer-other-frame): Move here from files.el.
4522 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
4523 (switch-to-buffer): Move here from buffer.c.
4524 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 4525
562dd5e9
MR
45262011-06-10 Martin Rudalics <rudalics@gmx.at>
4527
4528 * window.el (window-min-height, window-min-width): Move here
4529 from window.c. Add defcustoms and rewrite doc-strings.
4530 (resize-mini-window, resize-window): New functions.
4531 (adjust-window-trailing-edge, enlarge-window, shrink-window):
4532 Move here from window.c.
4533 (maximize-window, minimize-window): New functions.
4534 (delete-window, delete-other-windows, split-window): Move here
4535 from window.c.
4536 (window-split-min-size): New function.
4537 (split-window-keep-point): Mention split-window-above-each-other
4538 instead of split-window-vertically.
2b75be67
SM
4539 (split-window-above-each-other, split-window-vertically):
4540 Rename split-window-vertically to split-window-above-each-other and
562dd5e9
MR
4541 provide defalias for old definition.
4542 (split-window-side-by-side, split-window-horizontally): Rename
4543 split-window-horizontally to split-window-side-by-side and provide
4544 defalias for the old definition.
4545 (ctl-x-map): Move bindings for delete-window,
4546 delete-other-windows and enlarge-window here from window.c.
4547 Replace bindings for split-window-vertically and
4548 split-window-horizontally by bindings for
4549 split-window-above-each-other and split-window-side-by-side.
4550
4551 * cus-start.el (all): Remove entries for window-min-height and
4552 window-min-width. Add entries for window-splits and
4553 window-nest.
4554
f0da764a
GM
45552011-06-09 Glenn Morris <rgm@gnu.org>
4556
80675c21
GM
4557 * calendar/appt.el (appt-mode-line): New function.
4558 (appt-check, appt-disp-window): Use it.
4559
f0da764a
GM
4560 * files.el (hack-one-local-variable-eval-safep):
4561 Allow minor-modes with explicit +/-1 arguments.
4562
59f623b7
TZ
45632011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
4564
4565 * term/xterm.el (xterm): Add defgroup.
4566 (xterm-extra-capabilities): Add defcustom to supply known xterm
4567 capabilities, skip querying them, or query them (default).
4568 (terminal-init-xterm): Use it.
4569 (terminal-init-xterm-modify-other-keys): New function to set up
4570 modifyOtherKeys support to simplify `terminal-init-xterm'.
4571
9aab8e0d
MR
45722011-06-09 Martin Rudalics <rudalics@gmx.at>
4573
4574 * window.el (resize-window-reset, resize-window-reset-1)
4575 (resize-subwindows-skip-p, resize-subwindows-normal)
4576 (resize-subwindows, resize-other-windows, resize-this-window)
4577 (resize-root-window, resize-root-window-vertically)
4578 (window-deletable-p, window-or-subwindow-p)
4579 (frame-root-window-p): New functions.
4580
e8b08aee
GM
45812011-06-09 Glenn Morris <rgm@gnu.org>
4582
4583 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
4584 (ange-ftp-get-files): Use it.
4585
254c37a5
AK
45862011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4587
4588 * mail/sendmail.el (mail-recover-1, mail-recover):
4589 * files.el (recover-file, recover-session):
4590 Handle dired-listing-switches not being just a single short option.
4591
35d7dbd3
GM
45922011-06-09 Glenn Morris <rgm@gnu.org>
4593
4594 * calendar/appt.el (appt-display-message, appt-disp-window):
4595 Handle lists of appointments.
4596
387522b2
MR
45972011-06-08 Martin Rudalics <rudalics@gmx.at>
4598
2b75be67
SM
4599 * window.el (one-window-p): Move down in code.
4600 Rewrite doc-string.
4601 (window-current-scroll-bars): Rewrite doc-string.
4602 Normalize live window argument.
387522b2
MR
4603 (walk-windows, get-window-with-predicate, count-windows):
4604 Rewrite doc-string. Use window-list-1.
4605 (window-in-direction-2, window-in-direction, get-mru-window):
4606 New functions.
4607
d8e4b68b 46082011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
4609
4610 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
4611 Doc fix (Bug#8713).
4612
46132011-06-08 Chong Yidong <cyd@stupidchicken.com>
4614
4615 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
4616
46172011-06-08 Juanma Barranquero <lekktu@gmail.com>
4618
4619 * loadhist.el (unload-feature-special-hooks):
4620 Add `comint-output-filter-functions'.
4621
0de12c52
IK
46222011-06-08 Ivan Kanis <gnu@kanis.fr>
4623
4624 * calendar/appt.el (appt-check): Move some initializations into the let.
4625
f3d1777e
MR
46262011-06-08 Martin Rudalics <rudalics@gmx.at>
4627
4628 * window.el (window-height): Defalias to window-total-height.
4629 (window-width): Defalias to window-body-width.
4630
18af70d0
CY
46312011-06-07 Chong Yidong <cyd@stupidchicken.com>
4632
4633 * image-mode.el (image-toggle-animation): New command.
4634 (image-mode-map): Bind it to RET.
4635 (image-mode): Update message.
4636 (image-toggle-display-image): Avoid a spurious cache flush.
4637 (image-transform-rotation): Doc fix.
4638 (image-transform-properties): Return quickly in the normal case.
4639 (image-animate-loop): Rename from image-animate-max-time.
4640
2b75be67 4641 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
4642 (create-animated-image): Remove unnecessary function.
4643 (image-animate): Rename from image-animate-start. New arg.
2b75be67 4644 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
4645 (image-animate-timer): Use car-safe.
4646 (image-animate-timeout): Rename argument.
4647
190b47e6
MR
46482011-06-07 Martin Rudalics <rudalics@gmx.at>
4649
4650 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
4651 window.c. Rename first argument to ALL-FRAMES.
4652 Rephrase doc-strings.
4653 (get-buffer-window-list): Rewrite using window-list-1.
4654 Rephrase doc-string.
a1511caf
MR
4655 (window-safe-min-height, window-safe-min-width): New constants.
4656 (window-size-ignore, window-min-size, window-min-size-1)
4657 (window-sizable, window-sizable-p, window-size-fixed-1)
4658 (window-size-fixed-p, window-min-delta-1, window-min-delta)
4659 (window-max-delta-1, window-max-delta, window-resizable)
4660 (window-resizable-p, window-total-height, window-total-width)
4661 (window-body-width): New functions.
4662 (window-full-height-p, window-full-width-p): Rewrite using
4663 window-total-size.
4664 (window-body-height): Rewrite using window-body-size.
190b47e6 4665
85cc1f11
MR
46662011-06-06 Martin Rudalics <rudalics@gmx.at>
4667
4668 * window.el (window-right, window-left, window-child)
4669 (window-child-count, window-last-child, window-any-p)
4670 (normalize-live-buffer, normalize-live-frame)
4671 (normalize-any-window, normalize-live-window)
4672 (window-iso-combination-p, window-iso-combined-p)
4673 (window-iso-combinations)
4674 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
4675 (windows-with-parameter, window-with-parameter)
4676 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
4677 (window-atom-check, window-side-check, window-check):
4678 New functions.
85cc1f11
MR
4679 (ignore-window-parameters, window-sides, window-sides-vertical)
4680 (window-sides-slots): New variables.
4681 (window-size-fixed): Move down in code. Minor doc-string fix.
4682
e7156492
AS
46832011-06-05 Andreas Schwab <schwab@linux-m68k.org>
4684
4685 * comint.el (comint-dynamic-complete-as-filename)
4686 (comint-dynamic-complete-filename): Correctly call
4687 completion-in-region.
4688
7e821d0d
DD
46892011-06-05 Deniz Dogan <deniz@dogan.se>
4690
4691 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
4692 in last change.
4693
ac09b8a1
DD
46942011-06-05 Deniz Dogan <deniz@dogan.se>
4695
4696 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
4697 (rcirc): Use it to prompt for encryption.
4698
34699b85
RW
46992011-06-05 Roland Winkler <winkler@gnu.org>
4700
4701 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
4702 (bibtex-search-entries): New command bound to C-c C-a.
4703 (bibtex-display-entries): New function.
4704
004dedd3
RW
47052011-06-05 Roland Winkler <winkler@gnu.org>
4706
4707 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
4708 (bibtex-insert-kill): After yanking insert newline if necessary.
4709 (bibtex-initialize): Call bibtex-string-files-init only once.
4710 (bibtex-mode): Do not call easy-menu-add.
4711 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
4712 (bibtex-yank): Set arg properly if nil.
4713
022fe7ce
RW
47142011-06-05 Roland Winkler <winkler@gnu.org>
4715
2b75be67
SM
4716 * textmodes/bibtex.el (bibtex-search-entry-globally):
4717 New variable.
022fe7ce
RW
4718 (bibtex-search-entry): Use it.
4719
b7c3692a
RW
47202011-06-05 Roland Winkler <winkler@gnu.org>
4721
4722 * textmodes/bibtex.el (bibtex-entry-format): New option
4723 sort-fields.
4724 (bibtex-format-entry, bibtex-reformat): Honor this option.
4725 (bibtex-parse-entry): Return fields in proper order.
4726
8eda563d
JB
47272011-06-05 Juanma Barranquero <lekktu@gmail.com>
4728
4729 * doc-view.el (doc-view-remove-if): Move computation of result out
4730 of `dolist' to silence misleading lexical-binding warning.
4731
7dbe3dbc
CY
47322011-06-04 Chong Yidong <cyd@stupidchicken.com>
4733
4734 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
4735 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
4736
0c33dd17
MA
47372011-06-04 Michael Albinus <michael.albinus@gmx.de>
4738
4739 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
4740 "SunOS 5.10".
4741
f8f91c2b
MA
47422011-06-04 Michael Albinus <michael.albinus@gmx.de>
4743
4744 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
4745 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
4746 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
4747 (tramp-parse-putty):
4748 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
4749 (tramp-completion-function-alist-ssh)
4750 (tramp-completion-function-alist-telnet)
4751 (tramp-completion-function-alist-su)
4752 (tramp-completion-function-alist-putty): Set `tramp-autoload'
4753 cookie.
4754
4755 * net/tramp-ftp.el:
4756 * net/tramp-sh.el:
4757 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
4758 load "tramp.el" `tramp-set-completion-function'.
4759
e17d9003
SM
47602011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4761
4762 * shell.el: Require and use pcomplete.
4763 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
4764 (shell-completion-vars): Set pcomplete-default-completion-function.
4765
6c4cab03
DD
47662011-06-04 Deniz Dogan <deniz@dogan.se>
4767
4768 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
4769 `memq' (Bug#8799).
4770
ea9fafe0
SM
47712011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4772
4773 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
4774
b3e945d3
JB
47752011-06-02 Juanma Barranquero <lekktu@gmail.com>
4776
4777 * bs.el (bs--mark-unmark, bs--nth-wrapper):
4778 * mpc.el (mpc-select-extend, mpc-songpointer-context):
4779 * vc/log-view.el (log-view-beginning-of-defun):
4780 * vc/smerge-mode.el (smerge-apply-resolution-patch)
4781 (smerge-refine-forward, smerge-refine-chopup-region):
4782 Silence warning for unused `dotimes' counter variables.
4783
7d520089
SM
47842011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * net/tramp.el (tramp-with-progress-reporter): Rename from
4787 with-progress-reporter. Use `declare'.
4788 * net/tramp-smb.el:
4789 * net/tramp-sh.el:
4790 * net/tramp-gvfs.el: Update all uses.
4791
a1c2400f
JB
47922011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
4793
4794 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
4795 buffer isn't killed before making it current.
4796
2403c841
SM
47972011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4798
4799 Silence various byte-compiler warnings.
4800 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
4801 `access-type' and new obsolescence format.
4802 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
4803 new format.
4804 (byte-compile-check-variable): New `access-type' argument.
4805 Only warn if the access-type is obsolete.
4806 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
4807 (byte-compile-variable-set): Adjust callers.
4808 * help-fns.el (describe-variable): Adjust to new obsolescence format.
4809 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
4810 setting it as obsolete.
4811 * simple.el (minibuffer-completing-symbol):
4812 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
4813 access as obsolete.
4814 * minibuffer.el (minibuffer-completing-file-name): Don't make it
4815 obsolete yet.
4816 * international/quail.el (quail-mouse-choose-completion): Remove unused
4817 code referring to obsolete var.
4818 (quail-choose-completion-string): Remove.
4819 * server.el (server-clients-with, server-kill-buffer-query-function)
4820 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
4821 * proced.el (proced-send-signal):
4822 * emacs-lisp/lisp.el (lisp-complete-symbol):
4823 Replace completion-annotate-function with completion-extra-properties.
4824
2462470b
SM
48252011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4826
fb5b2591
SM
4827 * simple.el (goto-line): Use read-number.
4828 (overriding-map-is-bound): Remove.
4829 (saved-overriding-map): Change default.
4830 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
4831 Take the map as argument.
4832 (universal-argument, negative-argument, digit-argument): Use it.
4833 (restore-overriding-map): Adjust.
4834 (do-auto-fill): Use fill-forward-paragraph.
4835 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
4836
fd6fa53f
SM
4837 * minibuffer.el (minibuffer-inactive-mode-map): New var.
4838 (minibuffer-inactive-mode): New major mode.
4839 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
4840 the *Messages* buffer" hack.
4841 (mouse-popup-menubar): Don't burp if the event is a normal key.
4842
2462470b
SM
4843 Miscellaneous tweaks.
4844 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
4845 lexical scoping as in subr.el's dolist and dotimes.
4846 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
4847 Silence compiler warning.
4848 * thingatpt.el (forward-whitespace): Trivial coding style fix.
4849 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
4850 * international/ccl.el (ccl-compile): Trivial simplification.
4851 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
4852 * emacs-lisp/testcover.el (testcover-end): Remove spurious
4853 `printflag' argument.
4854 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4855 Purecopy the whole obsolescence data.
4856
108bf785
LL
48572011-06-01 Leo Liu <sdl.web@gmail.com>
4858
4859 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
4860 improve doc-string as suggested by Marco Pessotto
4861 <melmothx@gmail.com>.
4862 (rcirc-print): Fix last change.
4863
30a23501
SM
48642011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 * minibuffer.el (complete-with-action): Return nil for the metadata and
4867 boundaries of non-functional tables.
4868 (completion-table-dynamic): Return nil for the metadata.
4869 (completion-table-with-terminator): Add default case, using
4870 complete-with-action.
4871 (completion--metadata): New function.
4872 (completion-all-sorted-completions, minibuffer-completion-help): Use it
4873 to try and avoid pathological performance problems.
4874 (completion--embedded-envvar-table): Return `category' metadata.
4875
bcd54f83
LMI
48762011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4877
4878 * subr.el (process-alive-p): New tiny convenience function.
4879
e227544d
SM
48802011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
4883 content but also its previous major mode.
4884
e8296fdc
HE
48852011-05-31 Helmut Eller <eller.helmut@gmail.com>
4886
4d61f28d 4887 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
4888 *Backtrace* buffer when we exit with C-M-c.
4889
620c53a6
SM
48902011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4891
4892 * minibuffer.el: Add metadata method to completion tables.
4893 (completion-category-overrides): New defcustom.
4894 (completion-metadata, completion--field-metadata)
4895 (completion-metadata-get, completion--styles)
4896 (completion--cycle-threshold): New functions.
4897 (completion-try-completion, completion-all-completions):
4898 Add `metadata' argument to choose completion-styles.
4899 (completion--do-completion): Use metadata to choose cycling.
4900 (completion-all-sorted-completions): Use metadata for sorting.
4901 Remove :completion-cycle-penalty which is not needed any more.
4902 (completion--try-word-completion): Add `metadata' argument.
4903 (minibuffer-completion-help): Check metadata for annotation function
4904 and sorting.
4905 (completion-file-name-table): Return `category' metadata.
4906 (minibuffer-completing-file-name): Make obsolete.
4907 * simple.el (minibuffer-completing-symbol): Make obsolete.
4908 * icomplete.el (icomplete-completions): Pass new `metadata' param to
4909 completion-try-completion.
4910
1257e755
SM
49112011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
4914
3767e706
LL
49152011-05-30 Leo Liu <sdl.web@gmail.com>
4916
4917 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
4918 (rcirc-print): Decode all incoming messages (bug#8744).
4919 (rcirc-decode-coding-system): Allow value nil for automatic coding
4920 system detection.
3767e706 4921
d1a5d56a
GM
49222011-06-01 Glenn Morris <rgm@gnu.org>
4923
4924 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
4925
e8cbec34
CY
49262011-05-29 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * image.el (image-animate-max-time): Allow nil and t values.
4929 Default to nil.
4930 (create-animated-image): Doc fix.
4931 (image-animate-start): Remove second arg; just use
4932 image-animate-max-time.
4933 (image-animate-timeout): Doc fix. Args changed.
4934
4935 * image-mode.el (image-toggle-display-image): Ensure that the
4936 image spec passed to the animate timer is the same object as in
4937 the the buffer's display property (Bug#6981).
4938 (image-transform-properties): Doc fix.
4939
4940 * image.el (image-animate-max-time): Default to nil.
4941
159daf87
MR
49422011-05-29 Martin Rudalics <rudalics@gmx.at>
4943
4944 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
4945 entire buffer list (Bug#8184).
4946
d66c4c7c
CY
49472011-05-29 Chong Yidong <cyd@stupidchicken.com>
4948
4949 * image.el (imagemagick-types-inhibit)
4950 (imagemagick-register-types): Doc fix.
4951
80aec780
DD
49522011-05-29 Deniz Dogan <deniz@dogan.se>
4953
4954 * net/rcirc.el (rcirc): Use the user's stored encryption method by
4955 default.
4956
1dd3c2d9
CY
49572011-05-29 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * select.el: Don't perform clipboard-manager saving in hooks;
4960 leave the hooks empty.
4961
60e56523
LL
49622011-05-28 Leo Liu <sdl.web@gmail.com>
4963
4964 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
4965 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
4966 (occur-edit-mode): New major mode (Bug#8463).
4967 (occur-after-change-function): New function.
4968 (occur-engine): Give Occur tags a read-only property.
4969
2b1e1a22
KR
49702011-05-28 Kevin Ryde <user42@zip.com.au>
4971
4972 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
4973
5d344e88
CY
49742011-05-28 Chong Yidong <cyd@stupidchicken.com>
4975
8e6ca83d
CY
4976 * bindings.el (help-echo): Make the initial non-indicator dash
4977 empty on graphical terminals (Bug#7295).
4978
5d344e88
CY
4979 * files.el (auto-mode-alist): Move config rule after the
4980 in-stripping one (Bug#8547).
4981
bfbbace7
CY
4982 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
4983
fbeba6e2
CY
4984 * startup.el (normal-splash-screen): Remove gratuitous mode-line
4985 setting (Bug#8740).
4986
60ed8c72
AA
49872011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
4988
4ac619f0
AA
4989 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
4990 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
4991 (Bug#8539).
60ed8c72 4992
23db196e
CY
49932011-05-28 Chong Yidong <cyd@stupidchicken.com>
4994
4995 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
4996
5012f24c
DK
49972011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
4998
4999 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
5000 (hs-hide-block-at-point, hs-find-block-beginning)
5001 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
5002 (Bug#8279).
5003
6a639b16
GM
50042011-05-28 Glenn Morris <rgm@gnu.org>
5005
5006 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
5007
d43eaf2c
CY
50082011-05-28 Chong Yidong <cyd@stupidchicken.com>
5009
5199bde1
CY
5010 * help-fns.el (describe-function-1): If the function is a derived
5011 major mode, print the parent mode.
5012
d43eaf2c
CY
5013 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
5014 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
5015
423428a8
SM
50162011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5017
0ff8e1ba
SM
5018 * minibuffer.el (completion--capf-wrapper): Check applicability before
5019 retuning non-nil for non-exclusive completion data.
5020 * progmodes/etags.el (tags-completion-at-point-function):
5021 * info-look.el (info-lookup-completions-at-point): Mark as
5022 non-exclusive.
5023 (info-complete): Adjust accordingly.
5024
423428a8
SM
5025 * info-look.el: Convert to lexical-binding and completion-at-point.
5026 (info-lookup-completions-at-point): New function.
5027 (info-complete): Use it and completion-in-region.
5028
b74aa22b
DA
50292011-05-28 Drew Adams <drew.adams@oracle.com>
5030
5031 * isearch.el: Let M-e start with point at the first mismatched char.
5032 (isearch-fail-pos): New function.
5033 (isearch-edit-string): Use it.
5034
66e2e71d
DK
50352011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
5036
5037 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5038
eb95d01d
TC
50392009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
5040
5041 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
5042 traversal functions for avl-trees.
5043 (avl-tree--stack): New struct.
5044 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
5045 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
5046 (avl-tree--do-enter): Add optional `updatefun' arg.
5047 Change return value.
eb95d01d 5048 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
5049 (avl-tree--do-delete): Add `test' and `nilflag' args.
5050 Change return value.
eb95d01d
TC
5051 (avl-tree-member): Add optional `nilflag'
5052 (avl-tree-member-p): New function.
5053 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
5054 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
5055 (avl-tree-stack-empty-p): New functions.
5056
3769ddcf
TC
50572009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
5058
5059 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
5060 avl-tree--del-balance1 and make it work both ways.
5061 (avl-tree--del-balance2): Remove.
5062 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
5063 make it work both ways.
5064 (avl-tree--enter-balance2): Remove.
5065 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
5066 New macros.
5067 (avl-tree--mapc, avl-tree-map): Add direction argument.
5068
eb95d01d 50692011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
5070
5071 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
5072
a9f737ee
CY
50732011-05-27 Chong Yidong <cyd@stupidchicken.com>
5074
5075 * select.el: Support clipboard managers with built-in function
5076 x-clipboard-manager-save, via delete-frame-functions and
5077 kill-emacs-hook.
5078 (xselect-convert-to-targets): Add MULTIPLE target to list.
5079 (xselect-convert-to-save-targets): New function.
5080
c92a1e54
KH
50812011-05-27 Kenichi Handa <handa@m17n.org>
5082
5083 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
5084 let-binding rfc2047-encode-encoded-words to nil.
5085
e145f188
GM
50862011-05-27 Glenn Morris <rgm@gnu.org>
5087
5ec8a862
GM
5088 * mail/emacsbug.el: Don't require url-util.
5089
4b29d9fb
GM
5090 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
5091
e145f188
GM
5092 * files.el (set-auto-mode):
5093 Also respect mode: entries at the end of the file. (Bug#8586)
5094
7d15102b
GM
50952011-05-26 Glenn Morris <rgm@gnu.org>
5096
98f593b8
GM
5097 * files.el (hack-local-variables-prop-line, hack-local-variables):
5098 Downcase mode names, as seems to be traditional.
27b48e63 5099 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 5100
7d15102b
GM
5101 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
5102 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
5103
51d5b4ec
JD
51042011-05-25 Julien Danjou <julien@danjou.info>
5105
5106 * textmodes/rst.el (rst-define-level-faces): Do not define face
5107 symbol if it is already defined.
5108
91513f63
VB
51092011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5110
5111 * play/5x5.el (5x5-new-game, 5x5-randomize):
5112 Reset 5x5-solver-output to nil when a new grid is cast.
5113 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
5114 these debugging traces, as defmacro breaks the compiled code.
5115
4d90d6d0
DK
51162011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
5117
5118 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5119
e1b90ef6
LL
51202011-05-24 Leo Liu <sdl.web@gmail.com>
5121
5122 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
5123 (vc-bzr-sha1): Adapt.
5124
d8e4b68b 5125 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
5126
5127 * bindings.el: Provide sha1 feature.
5128
db0406bb 51292011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
5130
5131 * mail/sendmail.el: Require `rfc2047'.
5132 (mail-insert-from-field): Do not perform RFC2047 encoding.
5133 (mail-encode-header): New function.
5134 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
5135 buffer to the return value of select-message-coding-system.
5136 Call mail-encode-header.
b8d747b9
KH
5137
5138 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
5139
db0406bb 51402011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 5141
4d90d6d0
DK
5142 * mail/supercite.el (sc-default-cite-frame):
5143 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 5144
eb8a5e9b
GM
51452011-05-24 Glenn Morris <rgm@gnu.org>
5146
f8630703
GM
5147 * progmodes/python.el (brm-menu): Declare.
5148
8831bbed
GM
5149 * emulation/viper.el (viper-set-hooks): Declare.
5150
eb8a5e9b
GM
5151 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
5152 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
5153 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
5154 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
5155 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
5156 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
5157
a2a25d24
SM
51582011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 Add an :exit-function for completion-at-point.
5161
5162 * minibuffer.el (completion--done): New fun.
5163 (completion--do-completion): Use it. New arg `expect-exact'.
5164 (minibuffer-complete, minibuffer-complete-word): Don't output message,
5165 since completion--do-completion does it for us now.
5166 (minibuffer-force-complete): Use completion--done and
5167 completion--replace. Handle sole-completion case with more care.
5168 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
5169 (completion-extra-properties): New var.
5170 (completion-annotate-function): Make obsolete.
5171 (minibuffer-completion-help): Adjust accordingly.
5172 Use completion-list-insert-choice-function.
5173 (completion-at-point, completion-help-at-point):
5174 Bind completion-extra-properties.
5175 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
5176 * simple.el (completion-list-insert-choice-function): New var.
5177 (completion-setup-function): Preserve it.
5178 (choose-completion): Pay attention to it, shuffle the code a bit.
5179 (choose-completion-string): New arg `insert-function'.
5180
5181 * textmodes/bibtex.el: Convert to lexical binding.
5182 (bibtex-mode-map): Use completion-at-point.
5183 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
5184 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
5185 (bibtex-complete): Define as obsolete alias.
5186 (bibtex-complete-internal): Remove.
5187 (bibtex-format-entry): Remove unused sub-group in regexp.
5188 * shell.el (shell--command-completion-data)
5189 (shell-environment-variable-completion):
5190 * pcomplete.el (pcomplete-completions-at-point):
5191 * comint.el (comint--complete-file-name-data): Use :exit-function
5192 instead of completion-table-with-terminator so it also works for
5193 choose-completion.
5194
e44e373d
SM
51952011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5196
4f91a816
SM
5197 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
5198
782fc819
SM
5199 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
5200 (bug#8710).
5201
e44e373d
SM
5202 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
5203
381987c3
KM
52042011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
5205
5206 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
5207 customization variable and implement: If non-nil, auto-fill will
5208 be inhibited while on topic's header line.
5209
b776bc70
VB
52102011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
5211
5212 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 5213 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
5214 always have a solution in grid size = 5 cases.
5215 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
5216 (5x5-solver-output, 5x5-log-buffer): New vars.
5217 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
5218 Make these variables buffer local to achieve 5x5 multi-session-ness.
5219 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
5220 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
5221 (5x5-solve-suggest): New funs.
5222 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
5223 randomize a grid so that we ensure that there is always a solution.
5224 (5x5-make-random-grid): Allow other movement than flipping.
5225
7de88b6e
KR
52262011-05-23 Kevin Ryde <user42@zip.com.au>
5227
5228 * emacs-lisp/advice.el (ad-read-advised-function):
5229 Use `function-called-at-point' as the default default, if it has
5230 advice and passes PREDICATE.
5231
b1ef1257
SM
52322011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5233
bbca48fe
SM
5234 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
5235 byte-compile-lambda if it's actually a lambda.
5236
b1ef1257
SM
5237 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
5238 Fix function quoting. Use backquote better.
5239
92a9cc65
YS
52402011-05-22 Yuanle Song <sylecn@gmail.com>
5241
5242 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
5243 matching (Bug#8516).
5244
f0fb8059
JA
52452011-01-22 Jari Aalto <jari.aalto@cante.net>
5246
5247 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
5248 different face (Bug#8178).
5249
d5b44c93
CY
52502011-05-22 Chong Yidong <cyd@stupidchicken.com>
5251
5252 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
5253 defface (Bug#8144).
5254
79106a44
SM
52552011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5256
9c848d8a
SM
5257 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
5258 funcall as well (bug#8712). Warn when performing those conversions.
5259 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
5260
79106a44
SM
5261 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
5262
88dfa756
GM
52632011-05-22 Glenn Morris <rgm@gnu.org>
5264
5265 * files.el (hack-local-variables-prop-line): Small simplifications.
5266 (hack-local-variables, hack-local-variables-prop-line):
5267 If MODE-ONLY, return the mode, rather than just `t'.
5268
b7cf2c79
SM
52692011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5271 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
5272
3f1a8558
GM
52732011-05-21 Glenn Morris <rgm@gnu.org>
5274
7e4ccca3
GM
5275 * files.el (hack-local-variables-prop-line, hack-local-variables):
5276 If only interested in the mode, don't bother doing the other stuff.
5277
637d46ca
GM
5278 * image-mode.el (image-after-revert-hook):
5279 Redraw all frames on which the image is visible. (Bug#8567)
5280
973d955b
GM
5281 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
5282
3f1a8558
GM
5283 * wid-edit.el (widget-checklist-match-inline):
5284 Fix 2011-04-19 change. (Bug#8649)
5285
96479927
SM
52862011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5287
1dcf791f
SM
5288 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
5289 Also allow singlespace after single-letter capitals followed by a dot.
5290
96479927
SM
5291 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
5292 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
5293
35fd0881
N
52942011-05-20 Nix <nix@esperi.org.uk>
5295
5296 * files.el (basic-save-buffer-2):
5297 Fix handling of break-hardlink-on-save with non-existent files.
5298
82745640
DD
52992011-05-19 Deniz Dogan <deniz@dogan.se>
5300
5301 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 5302 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 5303
4a720484
GM
53042011-05-19 Glenn Morris <rgm@gnu.org>
5305
d1f21341
GM
5306 * progmodes/f90.el (f90-type-def-re):
5307 Handle "type, bind(c)". (Bug#8691)
5308
4a720484
GM
5309 * emacs-lisp/autoload.el (batch-update-autoloads):
5310 Set autoload-excludes by parsing loadup.el rather than Makefiles.
5311
2fb0a219
MA
53122011-05-18 Michael Albinus <michael.albinus@gmx.de>
5313
5314 * net/tramp.el (tramp-process-actions): Set "first-password-request"
5315 property for the correct connection in case of multihops.
5316
e565dd37
GM
53172011-05-18 Glenn Morris <rgm@gnu.org>
5318
c2571358 5319 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
5320 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
5321
e565dd37
GM
5322 Rationalize calendar handling of day and month abbrev-arrays.
5323 * calendar/calendar.el (calendar-customized-p): New function.
5324 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
5325 (calendar-day-name-array, calendar-month-name-array): Doc fix.
5326 Add :set function.
5327 (calendar-abbrev-length, calendar-day-abbrev-array)
5328 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
5329 (calendar-day-abbrev-array, calendar-month-abbrev-array):
5330 Elements may no longer be nil.
5331 (calendar-day-name, calendar-month-name):
5332 Update for changed nature of abbrev arrays.
5333 * calendar/diary-lib.el (diary-name-pattern):
5334 Update for changed nature of abbrev arrays.
5335 (diary-mark-entries-1): Update calendar-make-alist calls.
5336 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
5337 * calendar/cal-html.el (cal-html-day-abbrev-array):
5338 Simply inherit from calendar-day-abbrev-array.
5339
1d99a745
SM
53402011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5341
5342 * progmodes/grep.el (grep-mode): Disable default
5343 compilation-directory-matcher setting (bug#8684).
5344
7c1d9aa0
MA
53452011-05-17 Michael Albinus <michael.albinus@gmx.de>
5346
5347 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
5348 instead of "head" and "tail". There were problems with SunOS 5.9,
5349 and it performs better.
5350
3952e9d8
GM
53512011-05-17 Glenn Morris <rgm@gnu.org>
5352
2dd12e7f
GM
5353 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
5354
e4157b9c
GM
5355 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5356 Replace obsolete function.
5357
8e249bbd
GM
5358 * shell.el (pcomplete-parse-arguments-function): Declare.
5359
3952e9d8
GM
5360 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
5361 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
5362 (appt-check): Doc fixes.
5363 (appt-disp-window-function, appt-delete-window-function):
5364 Remove needless special case in custom :type.
5365 (appt-display-count): Default to 0, not nil.
5366 (appt-check): Reset appt-display-count to 0, not nil.
5367
c71a0d48 53682011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 5369
c71a0d48
GM
5370 * progmodes/python.el (python-font-lock-keywords):
5371 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 5372
31d55be9
SM
53732011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
5376
3bfacb2f
KR
53772011-05-16 Kevin Ryde <user42@zip.com.au>
5378
5379 * info-look.el (makefile-automake-mode): New setups, looking in
5380 automake manual, then makefile-mode.
5381 (makefile-mode): Remove automake manual, have it just in
5382 makefile-automake-mode since there's various things different or
5383 not relevant to plain make.
5384 (makefile-mode): Remove "other-modes" non-existent automake-mode,
5385 believe a hypothetical automake-mode would go to makefile-mode,
5386 not the other way around.
5387
c8e83751
CY
53882011-05-15 Chong Yidong <cyd@stupidchicken.com>
5389
5e9e35cd
CY
5390 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
5391 hunk-end tags (Bug#8672).
5392
c8e83751
CY
5393 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
5394 vc-annotate-show-diff-revision-at-line (Bug#8671).
5395
50b23e5a
GM
53962011-05-14 Glenn Morris <rgm@gnu.org>
5397
7210a739
GM
5398 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
5399 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
5400 (change-log-font-lock-keywords): Also handle multiple author lines
5401 with leading tabs. (Bug#8644)
7210a739 5402
4691905a
GM
5403 * calendar/appt.el (appt-check): Rename some local variables.
5404 Some simplification/reordering.
5405
50b23e5a
GM
5406 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
5407 (feedmail-sendmail-f-doesnt-sell-me-out)
5408 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
5409 (feedmail-debug-sit-for, feedmail-queue-express-hook)
5410 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
5411 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
5412 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
5413 (feedmail-binmail-gnulinuxish-template):
5414 Rename from feedmail-binmail-linuxish-template.
5415 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
5416 Use insert-buffer-substring.
5417
215cda7c
BC
54182011-05-14 Bill Carpenter <bill@carpenter.org>
5419
5420 * mail/feedmail.el (feedmail-patch-level): Increase.
5421 (feedmail-debug): New custom group.
5422 (feedmail-confirm-outgoing-timeout)
5423 (feedmail-sendmail-f-doesnt-sell-me-out)
5424 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
5425 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
5426 (feedmail-sender-line, feedmail-from-line)
5427 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 5428 (feedmail-spray-this-address)
215cda7c
BC
5429 (feedmail-spray-address-fiddle-plex-list)
5430 (feedmail-queue-use-send-time-for-date)
5431 (feedmail-queue-use-send-time-for-message-id)
5432 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
5433 (feedmail-buffer-eating-function):
5434 Doc fixes.
5435 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
5436 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
5437 (feedmail-message-action-scroll-down): New functions.
5438 (feedmail-queue-directory, feedmail-queue-draft-directory):
5439 Use expand-file-name.
5440 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
5441 Remove C-v help entry.
5442 (feedmail-queue-buffer-file-name): New variable.
5443 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
5444 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
5445 (feedmail-message-action-send-strong, feedmail-message-action-edit)
5446 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
5447 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
5448 (feedmail-message-action-toggle-spray)
5449 (feedmail-run-the-queue-no-prompts)
5450 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
5451 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
5452 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
5453 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
5454 (feedmail-envelope-deducer, feedmail-fiddle-from)
5455 (feedmail-fiddle-sender, feedmail-default-date-generator)
5456 (feedmail-fiddle-date, feedmail-fiddle-message-id)
5457 (feedmail-fiddle-spray-address)
5458 (feedmail-fiddle-list-of-spray-fiddle-plexes)
5459 (feedmail-fiddle-list-of-fiddle-plexes)
5460 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
5461 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
5462 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
5463 Change default. Doc fix.
5464 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
5465 (feedmail-binmail-linuxish-template): New constant.
5466 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
5467 Respect feedmail-sendmail-f-doesnt-sell-me-out.
5468 (feedmail-send-it): Add debug call.
5469 Use feedmail-queue-buffer-file-name, and
5470 feedmail-send-it-immediately-wrapper.
5471 (feedmail-message-action-send): Add debug call.
5472 Use feedmail-send-it-immediately-wrapper.
5473 (feedmail-queue-express-to-queue): Add debug call.
5474 Run feedmail-queue-express-hook.
5475 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
5476 (feedmail-message-action-help-blat):
5477 Rename from feedmail-queue-send-edit-prompt-help-first.
5478 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
5479 Check line-endings. Handle errors better.
5480 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
5481 Doc fix. Add debug call.
5482 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
5483 Use feedmail-queue-send-edit-prompt-inner.
5484 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
5485 (feedmail-queue-send-edit-prompt-inner): New function, extracted
5486 from feedmail-queue-send-edit-prompt.
5487 (feedmail-queue-send-edit-prompt-help)
5488 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
5489 (feedmail-tidy-up-slug): Add debug call.
5490 Respect feedmail-queue-slug-suspect-regexp.
5491 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
5492 (feedmail-dump-message-to-queue): Add debug call.
5493 Expand queue-directory.
5494 (feedmail-dump-message-to-queue): Change message slightly.
5495 Use feedmail-say-chatter.
5496 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
5497 (feedmail-send-it-immediately-wrapper): New function.
5498 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
5499 Insert empty string rather than newline. Handle full-frame case.
5500 Use catch/throw. Use feedmail-say-chatter.
5501 (feedmail-fiddle-from): Try mail-host-address.
5502 (feedmail-default-message-id-generator): Doc fix.
5503 Bind system-time-locale. Handle missing end.
5504 (feedmail-fiddle-x-mailer): Add debug call.
5505 Handle feedmail-x-mailer-line being nil.
5506 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
5507 Add debug call. Use buffer-substring-no-properties.
5508 (feedmail-say-debug, feedmail-say-chatter): New functions.
5509 (feedmail-find-eoh): Give an explicit error.
5510
42c7e61e
UJ
55112011-05-13 Ulf Jasper <ulf.jasper@web.de>
5512
c2571358 5513 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 5514 family from helvetica to sans.
c2571358 5515 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
5516 etc/images/newsticker.
5517
c2571358 5518 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
5519 family from helvetica to sans.
5520
5521 * net/newst-plainview.el (newsticker-new-item-face)
5522 (newsticker-old-item-face, newsticker-immortal-item-face)
5523 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 5524 (newsticker-statistics-face): Change default family from
42c7e61e 5525 helvetica to sans.
c2571358 5526 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
5527 etc/images/newsticker.
5528
5529 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
5530 (newsticker--process-auto-mark-filter-match): : Tell user about
5531 auto-marking.
5532
8497a297
DV
55332011-05-13 Didier Verna <didier@xemacs.org>
5534
5535 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
5536 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
5537 TODO entries.
8497a297
DV
5538 (lisp-lambda-list-keyword-parameter-indentation)
5539 (lisp-lambda-list-keyword-parameter-alignment)
5540 (lisp-lambda-list-keyword-alignment): New customizable user options.
5541 (lisp-indent-defun-method): Improve docstring.
5542 (extended-loop-p): Fix comment.
5543 (lisp-indent-lambda-list-keywords-regexp): New variable.
5544 (lisp-indent-lambda-list): New function.
5545 (lisp-indent-259): Use it.
5546 (lisp-indent-defmethod): Support for more than one
5547 method qualifier and properly indent methods lambda-lists.
5548 (defgeneric): Provide a missing common-lisp-indent-function property.
5549
f278f87f
SM
55502011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5551
5552 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
5553 bounds for the empty string (bug#8667).
5554
5233edd7
GM
55552011-05-13 Glenn Morris <rgm@gnu.org>
5556
5237a44f
GM
5557 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
5558
8340026c 5559 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 5560 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 5561
5233edd7 5562 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 5563 (appt-time-msg-list): Doc fix.
a5464014 5564 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 5565
92d10796
AS
55662011-05-12 Andreas Schwab <schwab@linux-m68k.org>
5567
5568 * progmodes/ld-script.el (ld-script-keywords)
5569 (ld-script-builtins): Update keywords list.
5570
914a0ae1
SM
55712011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5572
c89be45f
SM
5573 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
5574
914a0ae1
SM
5575 * shell.el (shell-completion-vars): New function.
5576 (shell-mode):
5577 * simple.el (read-shell-command): Use it.
5578 (blink-matching-open): No need for " [...]" in minibuffer-message.
5579
98dc3df3
GM
55802011-05-12 Glenn Morris <rgm@gnu.org>
5581
5582 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
5583 (appt-check): Simplify.
5584
d2fc7e3d 55852011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 5586
4d61f28d 5587 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
5588 literal "/dev/null".
5589
d2fc7e3d 55902011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
5591
5592 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
5593 Fix typo.
5594
d2fc7e3d 55952011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 5596
3f254caa
SM
5597 * progmodes/which-func.el (which-function):
5598 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
5599 which might not be defined (Bug#8260).
5600
d45885f7
GM
56012011-05-12 Glenn Morris <rgm@gnu.org>
5602
5603 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
5604 Let byte-compile-initial-macro-environment always take precedence.
5605
488086f4
SM
56062011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5607
5608 * net/rcirc.el: Add support for SSL/TLS connections.
5609 (rcirc-server-alist): New field `encryption'.
5610 (rcirc): Check `encryption' settings.
5611 (rcirc-connect): New arg `encryption'. Use open-network-stream.
5612 Merge make-local-variable into `set'.
5613 (rcirc--connection-open-p): New function.
5614 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
5615 the process is not a network process (e.g. running gnutls-cli).
5616 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
5617 Make rcirc-(en|de)code-coding-system local here.
5618 (rcirc-mode): Merge make-local-variable into `set'.
5619 (rcirc-parent-buffer): Make permanent buffer-local.
5620 (rcirc-multiline-minor-mode): Don't do it here.
5621 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
5622 there's no server buffer.
5623
7d3b9d44
GM
56242011-05-11 Glenn Morris <rgm@gnu.org>
5625
f64049c6
GM
5626 * newcomment.el (comment-kill): Prefix "unused" local.
5627
93c9df73
GM
5628 * term/w32console.el (get-screen-color): Declare.
5629
7d3b9d44
GM
5630 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
5631 Handle symbol elements of byte-compile-initial-macro-environment.
5632
9e2dd53f
LL
56332011-05-10 Leo Liu <sdl.web@gmail.com>
5634
488086f4
SM
5635 * bookmark.el (bookmark-bmenu-mode-map):
5636 Bind bookmark-bmenu-search to `/'.
8b340240 5637
9e2dd53f 5638 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
5639 (footnote-unicode-string, footnote-unicode-regexp): New variable.
5640 (Footnote-unicode): New function.
5641 (footnote-style-alist): Add unicode style to the list.
5642 (footnote-style): Doc fix.
9e2dd53f 5643
79b70037
GM
56442011-05-10 Jim Meyering <meyering@redhat.com>
5645
5646 Fix doubled-word typos.
5647 * international/quail.el (quail-insert-kbd-layout): and and -> and
5648 * kermit.el: and and -> and
5649 * net/ldap.el (ldap-search-internal): to to -> to
5650 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
5651 * progmodes/js.el (js-mode): and and -> and
5652 * textmodes/artist.el (artist-move-to-xy): at at -> at
5653 (artist-draw-region-trim-line-endings): if if -> if
5654 And Safetyc -> Safety.
5655 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
5656
b8f82dc1 56572011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 5658 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
5659
5660 * files.el (hack-one-local-variable-eval-safep):
5661 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
5662
4f99f44b
GM
56632011-05-10 Glenn Morris <rgm@gnu.org>
5664
5665 * calendar/diary-lib.el (diary-list-entries-hook)
5666 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
5667 (diary-nongregorian-marking-hook, diary-list-entries)
5668 (diary-include-other-diary-files, diary-mark-entries)
5669 (diary-mark-included-diary-files): Doc fixes.
5670
84f29e6b
JB
56712011-05-09 Juanma Barranquero <lekktu@gmail.com>
5672
5673 * misc.el: Require tabulated-list.el during compilation.
5674
9bedd73a
CY
56752011-05-09 Chong Yidong <cyd@stupidchicken.com>
5676
488086f4
SM
5677 * progmodes/compile.el (compilation-start):
5678 Run compilation-filter-hook for the async case too.
9bedd73a
CY
5679 (compilation-filter-hook): Doc fix.
5680
797c735c
DD
56812011-05-09 Deniz Dogan <deniz@dogan.se>
5682
5683 * wdired.el: Remove outdated installation comment. Fix usage
5684 comment.
5685
5f4b1dfe
JB
56862011-05-09 Juanma Barranquero <lekktu@gmail.com>
5687
5688 * misc.el: Implement new command `list-dynamic-libraries'.
5689 (list-dynamic-libraries--loaded-only-p): New variable.
5690 (list-dynamic-libraries--refresh): New function.
5691 (list-dynamic-libraries): New command.
5692
4c44026c
CY
56932011-05-09 Chong Yidong <cyd@stupidchicken.com>
5694
488086f4
SM
5695 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5696 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
5697 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
5698 higher priority to avoid clobbering by gnu.
5699
027f966d
CY
57002011-05-08 Chong Yidong <cyd@stupidchicken.com>
5701
5702 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
5703 if the face has existing theme settings (Bug#8454).
5704
085f5d7d
CY
57052011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
5706
488086f4
SM
5707 * progmodes/perl-mode.el (perl-imenu-generic-expression):
5708 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 5709
2a86a00c
RS
5710 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
5711 special file names `.' and `..' (Bug#8259).
5712
d9c54a06
CY
57132011-05-08 Chong Yidong <cyd@stupidchicken.com>
5714
488086f4
SM
5715 * progmodes/grep.el (grep-mode-font-lock-keywords):
5716 Remove buffer-changing entries.
d9c54a06
CY
5717 (grep-filter): New function.
5718 (grep-mode): Add it to compilation-filter-hook.
5719
5720 * progmodes/compile.el (compilation-filter-hook)
5721 (compilation-filter-start): New defvars.
5722 (compilation-filter): Call compilation-filter-hook prior to
5723 updating the process mark.
5724
c4662635
SM
57252011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
5728
b0512a1d
EZ
57292011-05-07 Eli Zaretskii <eliz@gnu.org>
5730
605c9376
EZ
5731 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
5732 mailclient-send-it even if window-system is nil. (Bug#8595)
5733
c4662635
SM
5734 * term/w32console.el (terminal-init-w32console):
5735 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
5736 background-mode. (Bug#8597)
5737
d1dc2cc2
SM
57382011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5739
5740 Make bytecomp.el understand that defmethod defines funs (bug#8631).
5741 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
5742 New functions.
5743 (defgeneric, eieio--defmethod): Use them.
5744 (eieio-defgeneric): Remove.
5745 (defmethod): Call defgeneric in a way visible to the byte-compiler.
5746
915d1300
GM
57472011-05-07 Glenn Morris <rgm@gnu.org>
5748
a3961c3e
GM
5749 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
5750 Use let rather than let*.
5751 (timeclock-find-discrep): Remove unused local.
5752
314347b9
GM
5753 * calendar/diary-lib.el (diary-comment-start): Doc fix.
5754
915d1300
GM
5755 * calendar/appt.el (appt-time-msg-list): Doc fix.
5756
275b59b0
NF
57572011-05-06 Noah Friedman <friedman@splode.com>
5758
5759 * apropos.el (apropos-print-doc): Only use
5760 emacs-lisp-docstring-fill-column when it is bound to an integer,
5761 per that variable's documentation.
5762
6c19f744
SM
57632011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5764
5765 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 5766 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 5767
60f884b2
GM
57682011-05-06 Glenn Morris <rgm@gnu.org>
5769
5006e634
GM
5770 * calendar/appt.el (appt-message-warning-time): Doc fix.
5771 (appt-warning-time-regexp): New option.
5772 (appt-make-list): Respect appt-message-warning-time.
5773
548d0a63
GM
5774 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
5775 New options.
5776 (diary-add-to-list): Strip comments from the displayed string.
5777 (diary-mode): Set comment-start and comment-end.
5778
60f884b2
GM
5779 * vc/diff-mode.el (smerge-refine-subst): Declare.
5780 (diff-refine-hunk): Don't require smerge-mode when compiling.
5781
989681bb
JB
57822011-05-06 Juanma Barranquero <lekktu@gmail.com>
5783
5784 * simple.el (list-processes): Return nil as the docstring says.
5785
a6bc05e1
MA
57862011-05-05 Michael Albinus <michael.albinus@gmx.de>
5787
5788 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
5789 to "".
5790 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5791 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
5792 determining of binary transfer. (Bug#7383)
5793
23c22e9a
MA
57942011-05-05 Michael Albinus <michael.albinus@gmx.de>
5795
c4662635
SM
5796 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5797 Fix port computation bug. (Bug#8618)
23c22e9a 5798
0bff894f
GM
57992011-05-05 Glenn Morris <rgm@gnu.org>
5800
b8296902
GM
5801 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
5802
1f522ce8
GM
5803 * simple.el (shell-dynamic-complete-functions)
5804 (comint-dynamic-complete-functions): Declare.
5805
cf5bee67
GM
5806 * net/network-stream.el (gnutls-negotiate):
5807 * simple.el (tabulated-list-print): Fix declarations.
5808
5809 * progmodes/gud.el (syntax-symbol, syntax-point):
5810 Remove unnecessary and incorrect declarations.
5811
0bff894f
GM
5812 * emacs-lisp/check-declare.el (check-declare-scan):
5813 Handle byte-compile-initial-macro-environment in bytecomp.el
5814
9869b3ae
SM
58152011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5816
5817 Fix earlier half-done eieio-defmethod change (bug#8338).
5818 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
5819 Streamline and change calling convention.
5820 (defmethod): Adjust accordingly and simplify.
5821 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
5822 new eieio--defmethod.
5823 (slot-boundp): Minor CSE simplification.
5824
9c1d5ac5
MZ
58252011-05-05 Milan Zamazal <pdm@zamazal.org>
5826
5827 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
5828 (glasses-make-readable): Use glasses-separate-capital-groups.
5829
455c834e
JB
58302011-05-05 Juanma Barranquero <lekktu@gmail.com>
5831
5832 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
5833 (warning-series): Doc fix.
5834 (display-warning): Don't try to create the buffer if we just found it.
5835
9ed7c8cb
CY
58362011-05-04 Chong Yidong <cyd@stupidchicken.com>
5837
5838 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
5839 (autoload-find-generated-file): New function.
5840 (generate-file-autoloads): Bind generated-autoload-file to
5841 buffer-file-name.
9869b3ae
SM
5842 (update-file-autoloads, update-directory-autoloads):
5843 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
5844 output file (Bug#7989).
5845 (batch-update-autoloads): Doc fix.
5846
0898ca10
JB
58472011-05-04 Juanma Barranquero <lekktu@gmail.com>
5848
5849 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
5850
31dfb76c
GM
58512011-05-04 Glenn Morris <rgm@gnu.org>
5852
f330b642
GM
5853 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
5854 function, so it follows changes in calendar-date-style.
5855 (diary-fancy-date-matcher): New function.
5856 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
5857 (diary-fancy-font-lock-fontify-region-function):
5858 Use diary-fancy-date-pattern as a function.
5859
31dfb76c
GM
5860 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
5861 non-numbers for `year' etc pseudo-variables. (Bug#8583)
5862
48e79d6a
TZ
58632011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
5864
5865 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
5866 instead of positional arguments. Allow :keylist and :crlfiles
5867 arguments.
5868 (open-gnutls-stream): Call it.
5869
5870 * net/network-stream.el (network-stream-open-starttls): Adjust to
5871 call `gnutls-negotiate' with :process and :hostname arguments.
5872
dd5a5ee0
SM
58732011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5874
ef80fc09
SM
5875 * minibuffer.el (completion--message): New function.
5876 (completion--do-completion, minibuffer-complete)
5877 (minibuffer-force-complete, minibuffer-complete-word): Use it.
5878 (completion--do-completion): Don't ignore completion-auto-help when in
5879 icomplete-mode.
5880
dd5a5ee0
SM
5881 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
5882 internal encoding (e.g. tibetan zero is not whitespace).
5883 (global-whitespace-mode): Prefer save-current-buffer.
5884 (whitespace-trailing-regexp): Remove useless save-match-data.
5885 (whitespace-empty-at-bob-regexp): Minor simplification.
5886
b7d22a83
CY
58872011-05-03 Chong Yidong <cyd@stupidchicken.com>
5888
5889 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
5890
5192af46
AM
58912011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5892
5893 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 5894 Use `concat' to create string for insertion.
5192af46 5895
5767d190
SM
58962011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
5899 Avoid open-line which runs post-self-insert-hook.
5900 (bibtex-fill-entry): Remove unused `end' var.
5901
bf242939
AM
59022011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
5903
5767d190
SM
5904 * textmodes/ispell.el (ispell-add-per-file-word-list):
5905 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 5906
25666126
LL
59072011-05-03 Leo Liu <sdl.web@gmail.com>
5908
5909 * isearch.el (isearch-yank-pop): New command.
5767d190 5910 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
5911 (isearch-forward): Mention it.
5912
52d3c2d0
SM
59132011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5914
1bcace58
SM
5915 * simple.el (minibuffer-complete-shell-command): Remove.
5916 (minibuffer-local-shell-command-map): Use completion-at-point.
5917 (read-shell-command): Setup completion vars here instead.
5918 (read-expression-map): Bind TAB to symbol completion.
5919
52d3c2d0
SM
5920 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
5921 error directly rather via storing it into `results'.
5922
35813471
LL
59232011-05-02 Leo Liu <sdl.web@gmail.com>
5924
5925 * vc/diff.el: Fix description.
5926
e793a940
LMI
59272011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5928
5929 * server.el (server-eval-at): New function.
5930
8de66e05
LMI
59312011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5932
5933 * net/network-stream.el (open-network-stream): Take a :nowait
5934 parameter and pass it on to `make-network-process'.
5935 (network-stream-open-plain): Ditto.
5936
dcb79f20
AS
59372011-04-30 Andreas Schwab <schwab@linux-m68k.org>
5938
5939 * faces.el (face-spec-set-match-display): Don't match toolkit
5940 options on terminal frames.
5941
14a7fbd8
SM
59422011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5943
7eabc1be
SM
5944 * progmodes/pascal.el: Use lexical binding.
5945 (pascal-mode-map): Remove author preferences.
5946
14a7fbd8
SM
5947 * pcomplete.el (pcomplete-std-complete): Don't abuse
5948 completion-at-point.
5949
50f84510
JB
59502011-04-28 Juanma Barranquero <lekktu@gmail.com>
5951
6e087a44
JB
5952 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
5953 removing code that has been dead since 1991 or so.
5954
50f84510
JB
5955 * startup.el (command-line): When warning about "_emacs", use a
5956 delayed warning to allow the user to filter it out.
5957
0ba690bd
DD
59582011-04-28 Deniz Dogan <deniz@dogan.se>
5959
5960 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
5961 user has not joined.
5962
08abfaad
SM
59632011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5964
5965 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
5966 aren't any completions at point.
5967
638f053a
JB
59682011-04-28 Juanma Barranquero <lekktu@gmail.com>
5969
5970 * subr.el (display-delayed-warnings): New function.
5971 (delayed-warnings-hook): New variable.
5972
8fff8daa
SM
59732011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5974
08abfaad
SM
5975 * minibuffer.el (completion-at-point, completion-help-at-point):
5976 Don't presume that a given completion-at-point-function will always
5977 use the same calling convention.
5978
8fff8daa
SM
5979 * pcomplete.el (pcomplete-completions-at-point):
5980 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
5981 pcomplete-seen is non-nil.
5982 (pcomplete-comint-setup): Also recognize the new comint/shell
5983 completion functions.
5984 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
5985 pcomplete-seen is non-nil.
5986
841a1577 59872011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 5988
841a1577 5989 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 5990 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 5991 the first character in the entry. This allows for code to add its
211ec907
UJ
5992 own uid to the entry.
5993 (icalendar--convert-float-to-ical): Add export of
5994 `diary-float'-entries save for those with the optional DAY
5995 argument.
5996
2a782793
DC
59972011-04-27 Daniel Colascione <dan.colascione@gmail.com>
5998
5999 * subr.el (shell-quote-argument): Use alternate escaping strategy
6000 when we spot a variable reference in a string.
6001
0438ce91
DC
60022011-04-26 Daniel Colascione <dan.colascione@gmail.com>
6003
6004 * cus-start.el (all): Define customization for debug-on-event.
6005
841a1577 60062011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
6007
6008 * subr.el (shell-quote-argument): Escape correctly under Windows.
6009
d090ed6c
SM
60102011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6011
6012 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
6013
bfd31217
MA
60142011-04-25 Michael Albinus <michael.albinus@gmx.de>
6015
d090ed6c
SM
6016 * net/tramp.el (tramp-process-actions): Add POS argument.
6017 Delete region between POS and (pos).
bfd31217 6018
d090ed6c
SM
6019 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6020 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
6021 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
6022
6023 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
6024 position in `tramp-process-actions' call.
6025
6026 * net/trampver.el: Update release number.
6027
e92f3bd3
SM
60282011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6029
850256b5
SM
6030 * custom.el (defcustom): Obey lexical-binding.
6031
e92f3bd3
SM
6032 Fix octave-inf completion problems reported by Alexander Klimov.
6033 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
6034 Inherit from octave-mode-syntax-table.
6035 (inferior-octave-mode): Set info-lookup-mode.
6036 (inferior-octave-completion-at-point): New function.
6037 (inferior-octave-complete): Use it and completion-in-region.
6038 (inferior-octave-dynamic-complete-functions): Use it as well, and use
6039 comint-filename-completion.
6040 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
6041 symbol elements which shouldn't be word elements.
6042 (octave-font-lock-keywords, octave-beginning-of-defun)
6043 (octave-function-header-regexp): Adjust regexps accordingly.
6044 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
6045
cd22b309
JB
60462011-04-25 Juanma Barranquero <lekktu@gmail.com>
6047
6048 * net/gnutls.el (gnutls-errorp): Declare before first use.
6049
8b492194
TZ
60502011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
6051
6052 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
6053 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
6054 default trustfile exists before going to use it. Add missing
6055 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
6056 Reported by Claudio Bley <claudio.bley@gmail.com>.
6057 (open-gnutls-stream): Add usage example.
6058
6059 * net/network-stream.el (network-stream-open-starttls): Give host
6060 parameter to `gnutls-negotiate'.
6061 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 6062 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 6063
841a1577 60642011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 6065
cd22b309
JB
6066 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6067 Use correct match group (bug#8438).
05842630 6068
3ba7869c
CY
60692011-04-24 Chong Yidong <cyd@stupidchicken.com>
6070
512e3ae1
CY
6071 * emacs-lisp/package.el (package-built-in-p): Fix typo.
6072 (package-menu--generate): New arg specifying packages to show.
6073 (package-menu-refresh, package-menu-execute, list-packages):
6074 Callers changed.
6075 (package-show-package-list): New function, replacing deleted
6076 package--list-packages (renamed because it is non-internal).
6077
6078 * finder.el (finder-list-matches): Use package-show-package-list
6079 instead of deleted package--list-packages.
6080
e92f3bd3
SM
6081 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
6082 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
6083 (vc-annotate-mode-map): Bind it to RET.
6084
7031be6d
UR
60852011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
6086
6087 * progmodes/etags.el (next-file): Don't use set-buffer to change
6088 buffers (Bug#8478).
6089
4ef177aa
CY
60902011-04-24 Chong Yidong <cyd@stupidchicken.com>
6091
c8d173eb
CY
6092 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
6093
4ef177aa
CY
6094 * apropos.el (apropos-label-face): Avoid variable-pitch face.
6095 (apropos-accumulator): Doc fix.
6096 (apropos-function, apropos-macro, apropos-command)
6097 (apropos-variable, apropos-face, apropos-group, apropos-widget)
6098 (apropos-plist): Add face property.
6099 (apropos-symbols-internal): Fix indentation.
6100 (apropos-print): Simplify help, and recognize apropos-multi-type.
6101 (apropos-print-doc): Use button-type-get to extract the button's
6102 face property. Fill docstring (Bug#8352).
6103
4ffd0d6b 61042011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
6105
6106 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
6107
c6c32125 6108 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 6109 (mpuz-mode-map): Use mapc.
c6c32125
JB
6110 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
6111 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
6112 Fix typos in docstrings.
6113
58d468b4
JB
6114 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
6115 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
6116
6470c3c6
JB
6117 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
6118
4ffd0d6b 61192011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
6120
6121 * minibuffer.el (completion--do-completion): Avoid the "Next char
6122 not unique" prompt if icomplete-mode is enabled (Bug#5849).
6123
3ad8bad0
CY
6124 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
6125 mouse-2 into unread-command-events, it is interpreted correctly.
6126
71d73c9c 6127 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 6128 (image-toggle-display): Doc fix.
71d73c9c 6129
841a1577 61302011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 6131
4ffd0d6b
GM
6132 * textmodes/page.el (what-page): Use line-number-at-pos to
6133 calculate line number (Bug#6825).
6e1dbaa9 6134
c2fb1b60
JB
61352011-04-22 Juanma Barranquero <lekktu@gmail.com>
6136
6137 * eshell/esh-mode.el (find-tag-interactive): Declare function.
6138 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
6139 Pass argument NO-DEFAULT to `find-tag-interactive'.
6140
e02f48d7
JB
61412011-04-22 Juanma Barranquero <lekktu@gmail.com>
6142
6143 Lexical-binding cleanup.
6144
6145 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
6146 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
6147 * progmodes/ada-prj.el (ada-prj-initialize-values)
6148 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
6149 (ada-prj-show-value):
6150 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
6151 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
6152 (antlr-invalidate-context-cache, antlr-options-menu-filter)
6153 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
6154 * progmodes/bug-reference.el (bug-reference-push-button):
6155 * progmodes/fortran.el (fortran-line-length):
6156 * progmodes/glasses.el (glasses-change):
6157 * progmodes/octave-mod.el (octave-fill-paragraph):
6158 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
6159 (python-pdbtrack-grub-for-buffer, python-sentinel):
6160 * progmodes/sql.el (sql-save-connection):
6161 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
6162 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
6163 Mark unused parameters.
6164
6165 * progmodes/compile.el (compilation--flush-directory-cache)
6166 (compilation--flush-parse, compile-internal): Mark unused parameters.
6167 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
6168 (compilation-next-error-function): Remove unused variable `timestamp'.
6169
6170 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
6171 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
6172
6173 * progmodes/dcl-mode.el (dcl-end-of-command):
6174 Remove unused variable `start'.
6175 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
6176 (dcl-option-value-basic, dcl-option-value-offset)
6177 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
6178 Mark unused parameters.
6179 (dcl-save-local-variable): Remove unused variable `val'.
6180 (mode): Declare.
6181
6182 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
6183 Mark unused parameters.
6184 (delphi-ignore-changes): Move before first use.
6185 (delphi-charset-token-at): Remove unused variable `start'.
6186 (delphi-else-start): Remove unused variable `if-count'.
6187 (delphi-comment-block-start, delphi-comment-block-end):
6188 Remove unused variable `kind'.
6189 (delphi-indent-line): Remove unused variable `new-point'.
6190
6191 * progmodes/ebrowse.el (ebrowse-files-list)
6192 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
6193 Mark unused parameters. Don't quote `lambda'.
6194 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
6195 Don't quote `lambda'.
6196 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
6197 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
6198 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
6199 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
6200 Use `ignore-errors'.
6201 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
6202 (ebrowse-view/find-file-and-search-pattern)
6203 (ebrowse-view/find-member-declaration/definition):
6204 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
6205 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
6206 Rename parameter PREFIX-ARG to PREFIX.
6207 (ebrowse-tags-read-name): Remove unused variables `start' and
6208 `member-info'.
6209 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
6210 to `tags-file'.
6211
6212 * progmodes/etags.el (local-find-tag-hook): Declare.
6213 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
6214 Mark unused parameters.
6215
6216 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
6217 (executable-interpret): Mark unused parameter.
6218
6219 * progmodes/flymake.el (flymake-process-sentinel)
6220 (flymake-after-change-function)
6221 (flymake-create-temp-with-folder-structure)
6222 (flymake-get-include-dirs-dot): Mark unused parameters.
6223 (flymake-safe-delete-directory): Remove unused variable `err'.
6224
6225 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
6226 (speedbar-timer-fn, speedbar-line-text)
6227 (speedbar-change-expand-button-char, speedbar-delete-subblock)
6228 (speedbar-center-buffer-smartly): Declare functions.
6229 (gdb-find-watch-expression): Remove unused variable `array'.
6230 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
6231 (gdb-starting): Mark unused parameters.
6232 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
6233 (gdb-table-string): Remove unused variable `res'.
6234 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
6235 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
6236 (gdb-display-buffer): Remove unused variable `cur-size'.
6237
6238 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
6239 allow lexical-binding compilation.
6240 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
6241 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
6242 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
6243 Mark unused parameters.
6244 (gud-gdb-marker-filter): Remove unused variable `match'.
6245 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
6246 lambda expressions and funcall them, instead of using `fset'.
6247
6248 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
6249 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
6250
6251 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
6252 variable `header-beg'; use `let'.
6253
6254 * progmodes/icon.el (indent-icon-exp): Remove unused variables
6255 `restart', `last-sexp' and `at-do'.
6256
6257 * progmodes/js.el (js--debug): Mark unused parameter.
6258 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
6259 (js--splice-into-items): Remove unused variable `item'.
6260 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
6261
6262 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
6263 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
6264 (makefile-complete): Remove unused variable `try'.
6265 (makefile-fill-paragraph, makefile-match-function-end):
6266 Mark unused parameters.
6267
6268 * progmodes/octave-inf.el (inferior-octave-complete):
6269 Remove unused variable `proc'.
6270 (inferior-octave-output-digest): Mark unused parameter.
6271
6272 * progmodes/perl-mode.el (perl-calculate-indent):
6273 Remove unused variable `err'.
6274
6275 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
6276 (prolog-indent-line): Mark unused parameters.
6277 (prolog-indent-line): Remove unused variable `beg'.
6278
6279 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
6280 (reporter-dont-compact-list): Declare.
6281
6282 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
6283 Remove unused variable `char'.
6284 (sh-debug): Mark unused parameter.
6285 (sh-get-indent-info): Remove unused variable `start'.
6286 (sh-calculate-indent): Remove unused variable `var'.
6287
6288 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
6289 (simula-electric-keyword): Remove unused variable `null'.
6290 (simula-search-backward, simula-search-forward): Remove unused
6291 variables `begin' and `end'.
6292
6293 * progmodes/vera-mode.el (vera-guess-basic-syntax):
6294 Remove unused variable `pos'.
6295 (vera-electric-tab, vera-comment-uncomment-region):
6296 Mark unused parameters.
6297 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
6298
7ede3b65
CY
62992011-04-22 Chong Yidong <cyd@stupidchicken.com>
6300
6301 * emacs-lisp/package.el (package--builtins, package-alist)
6302 (package-load-descriptor, package-built-in-p, package-activate)
6303 (define-package, package-installed-p)
6304 (package-compute-transaction, package-buffer-info)
6305 (package--push): Doc fix. Distinguish more clearly between
6306 version strings and version lists.
6307
121656e9
JB
63082011-04-21 Juanma Barranquero <lekktu@gmail.com>
6309
6310 Lexical-binding cleanup.
6311
6312 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
6313 (5x5-make-mutate-best):
6314 * play/fortune.el (fortune-in-buffer):
6315 * play/gomoku.el (gomoku-init-display):
6316 * play/solitaire.el (solitaire, solitaire-do-check):
6317 * play/tetris.el (tetris-default-update-speed-function):
6318 Mark unused parameters.
6319
6320 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
6321 (bubbles--shift): Remove unused variable `char-org'.
6322 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
6323 (bubbles--show-images): Remove unused variable `char'.
6324
6325 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
6326 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
6327 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
6328 (decipher-analyze-buffer): Use ?\s.
6329 (decipher-make-checkpoint): Remove unused variable `mapping'.
6330
6331 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
6332
6333 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
6334 Remove unused variable `result'; use `let'.
6335
6336 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
6337 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
6338 (gametree-children-shown-p, gametree-compute-reduced-score):
6339 Use `ignore-errors'.
6340
6341 * play/handwrite.el (ps-lpr-switches): Declare.
6342 (handwrite): Remove unused variables `pmin' and `lastp'.
6343
6344 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
6345
6346 * play/landmark.el (landmark-init-display)
6347 (landmark-update-naught-weights): Mark unused parameters.
6348 (landmark-y): Remove unused variable `noise'. Simplify.
6349 (landmark-human-plays): Remove unused variable `score'.
6350
6351 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
6352 (mpuz-try-proposal): Remove unused variable `game'.
6353
6354 * play/zone.el (life-patterns): Declare.
6355
80f499c7
JB
63562011-04-20 Juanma Barranquero <lekktu@gmail.com>
6357
6358 * vc/vc.el (ediff-vc-internal): Declare function.
6359
024ff170
SM
63602011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6361
c0a193ea
SM
6362 * shell.el: Use lexical-binding and std completion UI.
6363 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
6364 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
6365 comint-preoutput-filter-functions rather than on
6366 comint-output-filter-functions.
6367 (shell-command-completion, shell--command-completion-data)
6368 (shell-filename-completion, shell-environment-variable-completion)
6369 (shell-c-a-p-replace-by-expanded-directory): New functions.
6370 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
6371 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
6372 (shell-dynamic-complete-environment-variable): Use them.
6373 (shell-dynamic-complete-as-environment-variable)
6374 (shell-dynamic-complete-as-command): Remove.
6375 (shell-match-partial-variable): Match past point.
6376 * comint.el: Clean up use of completion-at-point-functions.
6377 (comint-completion-at-point): New function.
6378 (comint-mode): Use it completion-at-point-functions.
6379 (comint-dynamic-complete): Make it obsolete.
6380 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
6381 (comint-c-a-p-replace-by-expanded-history): New function.
6382 (comint-dynamic-complete-functions)
6383 (comint-replace-by-expanded-history): Use it.
6384 * minibuffer.el (completion-table-with-terminator): Allow dynamic
6385 termination strings. Try harder to avoid second try-completion.
6386 (completion-in-region-mode-map): Disable bindings that don't work yet.
6387
2dbaa080
SM
6388 * comint.el: Use lexical-binding. Require CL.
6389 (comint-dynamic-complete-functions): Use comint-filename-completion.
6390 (comint-completion-addsuffix): Tweak custom type.
6391 (comint-filename-completion, comint--common-suffix)
6392 (comint--common-quoted-suffix, comint--table-subvert)
6393 (comint--complete-file-name-data): New functions.
6394 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
6395 (comint-dynamic-list-filename-completions): Use them.
6396 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 6397
2dbaa080
SM
6398 * minibuffer.el (completion-in-region-mode):
6399 Keep completion-in-region-mode--predicate global.
6400 (completion-in-region--postch):
6401 Assume completion-in-region-mode--predicate is not null.
6402
c79a6f38
SM
6403 * progmodes/flymake.el (flymake-start-syntax-check-process):
6404 Obey `dir'. Simplify.
6405
024ff170
SM
6406 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
6407 we're in VC after all.
6408
1c6c854e
CS
64092011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
6410
6411 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 6412 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
6413 (vc-version-diff): Use vc-diff-build-argument-list-internal.
6414
bed7f140
SM
64152011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6416
332e62ab
SM
6417 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
6418 add sanity check.
6419
bed7f140
SM
6420 * obsolete/erc-hecomplete.el: Make obsolete.
6421 * obsolete/: Standardize obsolescence info in the header.
6422
f195c582
GM
64232011-04-20 Glenn Morris <rgm@gnu.org>
6424
6425 * calendar/solar.el (solar-horizontal-coordinates):
6426 Use the longitude argument rather than `calendar-longitude'.
6427 (solar-date-next-longitude): Remove unused locals.
6428
cb79b8c0
VJL
64292011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6430
6431 * whitespace.el: New version 13.2.1.
6432
64332011-04-20 felix <EmacsWiki> (tiny change)
6434
d8e4b68b 6435 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
6436 switching between major modes on a file.
6437
602ea69d
SM
64382011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6439
6440 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
6441 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
6442 multi-line comments as well.
6443
06b60517
JB
64442011-04-19 Juanma Barranquero <lekktu@gmail.com>
6445
6446 Lexical-binding cleanup.
6447
6448 * arc-mode.el (archive-mode-revert):
6449 * cmuscheme.el (scheme-interactively-start-process):
6450 * custom.el (custom-initialize-delay):
6451 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
6452 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
6453 * emacs-lock.el (emacs-lock-clear-sentinel):
6454 * ezimage.el (defezimage):
6455 * follow.el (follow-avoid-tail-recenter):
6456 * fringe.el (set-fringe-mode-1):
6457 * generic-x.el (bat-generic-mode-compile):
6458 * help-mode.el (help-info-variable, help-do-xref)
6459 (help-mode-revert-buffer):
6460 * help.el (view-emacs-todo):
6461 * iswitchb.el (iswitchb-completion-help):
6462 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
6463 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
6464 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
6465 * locate.el (locate-update):
6466 * longlines.el (longlines-encode-region)
6467 (longlines-after-change-function):
6468 * outline.el (outline-isearch-open-invisible):
6469 * ps-def.el (declare-function, charset-dimension, char-width)
6470 (encode-char):
6471 * ps-mule.el (ps-mule-plot-string):
6472 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
6473 (recentf-edit-list-select, recentf-edit-list-validate)
6474 (recentf-open-files-action):
6475 * rect.el (delete-whitespace-rectangle-line)
6476 (rectangle-number-line-callback):
6477 * register.el (window-configuration-to-register)
6478 (frame-configuration-to-register):
6479 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
6480 * select.el (xselect-convert-to-string, xselect-convert-to-length)
6481 (xselect-convert-to-targets, xselect-convert-to-delete)
6482 (xselect-convert-to-filename, xselect-convert-to-charpos)
6483 (xselect-convert-to-lineno, xselect-convert-to-colno)
6484 (xselect-convert-to-os, xselect-convert-to-host)
6485 (xselect-convert-to-user, xselect-convert-to-class)
6486 (xselect-convert-to-name, xselect-convert-to-integer)
6487 (xselect-convert-to-atom, xselect-convert-to-identity):
6488 * subr.el (declare, ignore, process-kill-without-query)
6489 (text-clone-maintain):
6490 * terminal.el (te-get-char, te-tic-sentinel):
6491 * tool-bar.el (tool-bar-make-keymap):
6492 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
6493 * type-break.el (type-break-mode, type-break-noninteractive-query):
6494 * view.el (View-back-to-mark):
6495 * wid-browse.el (widget-browse-action, widget-browse-widget)
6496 (widget-browse-widgets, widget-browse-sexp):
6497 * widget.el (define-widget-keywords):
6498 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
6499 Mark unused parameters.
6500
6501 * align.el (align-adjust-col-for-rule): Mark unused parameter.
6502 (align-areas): Remove unused variable `look'.
6503 (align-region): Remove unused variables `real-end' and `pos-list'.
6504
6505 * apropos.el (apropos-score-doc): Remove unused variable `i'.
6506
6507 * bindings.el (mode-line-modified, mode-line-remote):
6508 Mark unused parameters.
6509 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
6510
6511 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
6512 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
6513
6514 * comint.el (comint-history-isearch-pop-state)
6515 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
6516 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
6517 (comint-substitute-in-file-name): Doc fix.
6518
6519 * completion.el (cmpl-statistics-block): Mark unused parameter.
6520 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
6521 (save-completions-to-file, load-completions-from-file):
6522 Remove unused local variable `e'.
6523
6524 * composite.el (compose-chars): Remove unused variable `len'.
6525 (lgstring-insert-glyph): Remove unused variable `g'.
6526 (compose-glyph-string): Remove unused variables `ascent',
6527 `descent', `lbearing' and `rbearing'.
6528 (compose-glyph-string-relative): Remove unused variables
6529 `lbearing', `rbearing' and `wadjust'.
6530 (compose-gstring-for-graphic): Remove unused variables `header',
6531 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
6532 (compose-gstring-for-terminal): Remove unused variables `header'
6533 and `nchars'. Use `let', not `let*'.
6534
6535 * cus-edit.el (Custom-set, Custom-save, custom-reset)
6536 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
6537 (Custom-buffer-done, custom-buffer-create-internal)
6538 (custom-browse-visibility-action, custom-browse-group-tag-action)
6539 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
6540 (widget-magic-mouse-down-action, custom-toggle-parent)
6541 (custom-add-parent-links, custom-toggle-hide-variable)
6542 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
6543 (custom-toggle-hide-face, face, hook, custom-group-link-action)
6544 (custom-face-menu-create, custom-variable-menu-create, get)
6545 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
6546 (custom-reset-standard-save-and-update): Remove unused variable `value'.
6547 (customize-apropos): Remove unused variable `tests'.
6548 (custom-group-value-create): Remove unused variable `hidden-p'.
6549 (sort-fold-case): Declare.
6550
6551 * cus-theme.el (custom-reset-standard-faces-list)
6552 (custom-reset-standard-variables-list): Declare.
6553 (customize-create-theme, custom-theme-revert, custom-theme-write)
6554 (custom-theme-choose-mode, customize-themes, custom-theme-save):
6555 Mark unused parameters.
6556
6557 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
6558
6559 * delim-col.el (delimit-columns-max): Move defvar before first use.
6560
6561 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 6562 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
6563
6564 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
6565 (auto-insert): Declare.
6566 (desktop-restore-file-buffer): Rename desktop-* parameters;
6567 mark unused ones.
6568 (desktop-create-buffer): Rename desktop-* parameters and bind them.
6569 (desktop-buffer): Rename desktop-* parameters.
6570
6571 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6572 (dframe-reposition-frame-xemacs, dframe-help-echo)
6573 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
6574 Mark unused parameters.
6575
6576 * dired-aux.el (backup-extract-version-start, overwrite-query)
6577 (overwrite-backup-query, rename-regexp-query)
6578 (rename-non-directory-query): Declare.
6579 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
6580 (dired-add-entry): Remove unused variable `orig-file-name'.
6581 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
6582 Use parameter PRESERVE-TIME instead of accessing dynamic variable
6583 `dired-copy-preserve-time' directly.
6584 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
6585 (dired-insert-subdir-newpos): Rename unused variable `pos'.
6586
6587 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
6588 (dired-virtual-revert, dired-make-relative-symlink):
6589 Mark unused parameters.
6590 (manual-program): Declare.
6591 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
6592 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
6593 wrapped in `with-no-warnings' to avoid replacing one warning by another.
6594
6595 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
6596
6597 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
6598
6599 * echistory.el (electric-history-in-progress, Helper-return-blurb):
6600 Declare.
6601
6602 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
6603
6604 * electric.el (Electric-command-loop): Rename parameter
6605 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
6606
6607 * expand.el (expand-in-literal): Remove unused variable `here'.
6608
6609 * facemenu.el (facemenu-add-new-color):
6610 Remove unused variable `docstring'.
6611
6612 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
6613 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
6614 (face-attr-construct): Mark unused parameter. Doc fix.
6615 (read-color): Remove unused variable `hex-string'.
6616
6617 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
6618 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
6619 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
6620 (display-buffer-other-frame): Remove unused variable `old-window'.
6621 (kill-buffer-hook): Declare.
6622 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
6623 Mark unused parameters.
6624 (after-find-file): Pass 1 to `auto-save-mode', not t.
6625
6626 * files-x.el (auto-insert): Declare.
6627 (modify-file-local-variable-prop-line): Remove unused variable `val'.
6628
6629 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 6630 variable `buf'. Mark unused parameter.
06b60517
JB
6631 (find-lisp-insert-directory): Mark unused parameter.
6632
6633 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
6634 (format-encode-region): Remove unused variables `cur-buf' and `result'.
6635 (format-common-tail): Remove, unused.
6636 (format-deannotate-region): Remove unused variable `loc'.
6637 (format-annotate-region): Remove unused variable `p'.
6638 (format-annotate-single-property-change): Remove unused variables
6639 `default' and `tail'.
6640
6641 * forms.el (read-file-filter): Declare.
6642 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
6643
6644 * frame.el (frame-creation-function-alist): Mark unused parameter.
6645 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
6646
6647 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
6648 Remove unused parameters.
6649 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
6650 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
6651
6652 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
6653 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
6654 (hfy-prepare-tag-map): Mark unused parameters.
6655 (htmlfontify-buffer): Use `called-interactively-p'.
6656
6657 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
6658 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
6659 (ibuffer-do-occur): Mark unused parameters.
6660 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
6661 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
6662
6663 * ibuffer.el: Don't quote `lambda'.
6664 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
6665 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
6666 Mark unused parameters.
6667
6668 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
6669 (ido-completing-read): Mark unused parameters.
6670 (ido-copy-current-word): Mark unused parameters;
6671 remove unused variable `name'.
6672 (ido-sort-merged-list): Remove unused parameter `dirs'.
6673
6674 * ielm.el (ielm-input-sender): Mark unused parameter.
6675 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
6676 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
6677 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
6678 `ielm-string' as a dynamic variable accessible from the IELM prompt.
6679 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
6680
6681 * image-dired.el (image-dired-display-thumbs): Remove unused
6682 variables `curr-file' and `count'.
6683 (image-dired-remove-tag): Remove unused variable `start'.
6684 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
6685 variable `curr-file'
6686 (image-dired-rotate-original): Remove unused variable `temp-file'.
6687 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
6688 Remove unused variable `file'.
6689 (image-dired-gallery-generate): Remove unused variable `curr'.
6690 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
6691
6692 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
6693
6694 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
6695
6696 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
6697
6698 * isearch.el (minibuffer-history-symbol): Declare.
6699 (isearch-edit-string): Remove unused variable `err'.
6700 (isearch-message-prefix, isearch-message-suffix):
6701 Mark unused parameters.
6702
6703 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
6704
6705 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
6706
6707 * makesum.el (double-column): Remove unused variable `cnt'.
6708
6709 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
6710 (ido-ignore-item-temp-list): Declare.
6711
6712 * mouse-drag.el (mouse-drag-throw): Remove unused variables
6713 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
6714 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
6715 (mouse-drag-drag): Remove unused variables `mouse-delta' and
6716 `mouse-col-delta'.
6717
6718 * mouse-sel.el (mouse-extend-internal):
6719 Remove unused variable `orig-window-frame'.
6720
6721 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
6722 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
6723 Move declarations before first use.
6724 (pcomplete-opt): Mark unused parameters; doc fix.
6725
6726 * proced.el (proced-revert): Mark unused parameter.
6727 (proced-send-signal): Remove unused variable `err'.
6728
6729 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
6730 Rename parameter PREFIX-ARG to ARG.
6731 (ps-basic-plot-string, ps-basic-plot-whitespace):
6732 Mark unused parameters.
6733
6734 * replace.el (replace-count): Define.
6735 (occur-revert-function): Mark unused parameters.
6736 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
6737 (isearch-case-fold-search, isearch-string): Declare.
6738 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
6739 bind `case-fold-search'. Remove unused variables `beg' and `end',
6740 and simplify.
6741 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
6742 COUNT and bind `replace-count'.
6743 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
6744 to COUNT.
6745
6746 * savehist.el (print-readably, print-string-length): Declare.
6747
6748 * shadowfile.el (shadow-expand-cluster-in-file-name):
6749 Remove unused variable `cluster'.
6750 (shadow-copy-file): Remove unused variable `i'.
6751 (shadow-noquery, shadow-clusters, shadow-site-cluster)
6752 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
6753 (shadow-define-literal-group, shadow-define-regexp-group)
6754 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
6755
6756 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
6757 (shell): Use `called-interactively-p'.
6758 (shell-directory-tracker): Remove unused variable `chdir-failure'.
6759
6760 * simple.el (compilation-context-lines, comint-file-name-quote-list)
6761 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
6762 (delete-backward-char): Remove unused variable `ocol'.
6763 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
6764 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
6765 (event-apply-hyper-modifier, event-apply-shift-modifier)
6766 (event-apply-control-modifier, event-apply-meta-modifier):
6767 Mark unused parameters.
6768 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
6769 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
6770
6771 * speedbar.el (speedbar-ignored-directory-expressions)
6772 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
6773 (speedbar-find-file, speedbar-dir-follow)
6774 (speedbar-directory-buttons-follow, speedbar-tag-find)
6775 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
6776 (speedbar-buffers-line-directory, speedbar-buffer-click):
6777 Mark unused parameters.
6778 (speedbar-tag-file): Remove unused variable `mode'.
6779 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
6780
6781 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
6782
6783 * talk.el (talk): Remove unused variable `display'.
6784
6785 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
6786 (tar-write-region-annotate): Mark unused parameter.
6787
6788 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
6789 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
6790 Declare them, wrapped in `with-no-warnings' to avoid replacing one
6791 warning by another.
6792
6793 * time-stamp.el (time-stamp-string-preprocess):
6794 Remove unused variable `require-padding'.
6795
6796 * tree-widget.el (widget-glyph-enable): Declare.
6797 (tree-widget-action): Mark unused parameter.
6798
6799 * w32-fns.el (x-get-selection): Mark unused parameter.
6800 (autoload-make-program, generated-autoload-file): Declare.
6801
6802 * wdired.el (wdired-revert): Mark unused parameters.
6803 (wdired-xcase-word): Remove unused variable `err'.
6804
6805 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
6806 (whitespace-help-scroll): Remove unused variable `data-help'.
6807
6808 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
6809 (widget-image-insert, widget-after-change, default)
6810 (widget-default-format-handler, widget-default-notify)
6811 (widget-default-prompt-value, widget-info-link-action)
6812 (widget-url-link-action, widget-function-link-action)
6813 (widget-variable-link-action, widget-file-link-action)
6814 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
6815 (widget-field-prompt-internal, widget-field-action, widget-field-match)
6816 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
6817 (widget-insert-button-action, widget-delete-button-action, visibility)
6818 (widget-documentation-link-action, widget-documentation-string-action)
6819 (widget-const-prompt-value, widget-regexp-match, symbol)
6820 (widget-coding-system-prompt-value)
6821 (widget-key-sequence-value-to-external, sexp)
6822 (widget-sexp-value-to-internal, character, vector, cons)
6823 (widget-choice-prompt-value, widget-boolean-prompt-value)
6824 (widget-color--choose-action): Mark unused parameters.
6825 (widget-item-match-inline, widget-choice-match-inline)
6826 (widget-checklist-match, widget-checklist-match-inline)
6827 (widget-group-match): Rename parameter VALUES to VALS.
6828 (widget-field-value-set): Remove unused variable `size'.
6829 (widget-color-action): Remove unused variables `value' and `start'.
6830
6831 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 6832 variable `dir'. Doc fix.
06b60517
JB
6833 (windmove-find-other-window): Don't pass it.
6834
6835 * window.el (count-windows): Mark unused parameter.
6836 (bw-adjust-window): Remove unused variable `err'.
6837
6838 * woman.el (woman-file-name): Remove unused variable `default'.
6839 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
6840 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
6841 (global-font-lock-mode): Declare.
6842 (woman-decode-region): Mark unused parameter.
6843 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
6844
6845 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
6846 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
6847 (x-dnd-handle-moz-url): Remove unused variable `title'.
6848 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
6849
6850 * xml.el (xml-parse-tag, xml-parse-attlist):
6851 Remove unused variable `pos'.
6852
bc4f7f3d
GM
68532011-04-19 Glenn Morris <rgm@gnu.org>
6854
6855 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
6856 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6857 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6858 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
6859 * calendar/cal-html.el (cal-html-insert-minical):
6860 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
6861 (calendar-mark-date-pattern):
6862 Prefix "unused" locals.
6863
6864 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
6865 optional argument `style'.
6866
6867 * calendar/appt.el (appt-make-list):
6868 * calendar/cal-china.el (calendar-chinese-date-string):
6869 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
6870 (diary-hebrew-yahrzeit):
6871 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
6872 * calendar/calendar.el (calendar-generate-window):
6873 * calendar/time-date.el (time-to-days):
6874 Remove unused local variables.
6875
16a43933
CY
68762011-04-18 Chong Yidong <cyd@stupidchicken.com>
6877
6878 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
6879 glyphless-char-display table.
6880 (tabulated-list-glyphless-char-display): New var.
6881
7eed1860
SS
68822011-04-18 Sam Steingold <sds@gnu.org>
6883
6884 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
6885 to acknowledgments.
6886
4d2d1ccd
GM
68872011-04-17 Glenn Morris <rgm@gnu.org>
6888
6889 * calendar/diary-lib.el (diary-sexp-entry):
6890 * calendar/holidays.el (holiday-sexp):
6891 Set debug-on-error rather than the removed stack-trace-on-error.
6892
239da61d
GM
68932011-04-16 Glenn Morris <rgm@gnu.org>
6894
6895 * progmodes/f90.el: Use lexical-binding.
6896 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
6897
8b05752a
SM
68982011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6899
daca8ba5
SM
6900 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
6901 (mail-mode): Setup mailalias completion here instead.
6902 * mail/mailalias.el: Use lexical-binding.
6903 (pattern, mailalias-done): Declare dynamic.
6904 (mail-completion-at-point-function): New function, from mail-complete.
6905 (mail-complete): Use it.
6906 (mail-completion-expand): New function.
6907 (mail-get-names): Use it.
6908 (mail-directory, mail-directory-process, mail-directory-stream):
6909 Don't use `pattern' for lexically bound arg.
6910
6f542485
SM
6911 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
6912
037e7c3f
SM
6913 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
6914 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
6915 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
6916
8b05752a
SM
6917 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
6918 (byte-save-window-excursion, byte-temp-output-buffer-setup)
6919 (byte-interactive-p): Define them again, for use when inlining
6920 old code.
6921
49093f60
JB
69222011-04-15 Juanma Barranquero <lekktu@gmail.com>
6923
6924 * loadup.el: Use `string-to-number', not `string-to-int'.
6925
b5b8e7de
SM
69262011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
6929 gud-gdb-complete-command.
6930 (gud-gdb-completions): New function, from gud-gdb-complete-command.
6931 (gud-gdb-completion-at-point): New function.
6932 (gud-gdb-completions): Remove.
6933
f42efeb5
MA
69342011-04-14 Michael Albinus <michael.albinus@gmx.de>
6935
49093f60
JB
6936 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
6937 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
6938 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
6939 whether `executable-find' is bound.
f42efeb5
MA
6940
6941 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
6942
e240cc21
SM
69432011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6944
6945 * minibuffer.el (completion-in-region-mode-predicate)
6946 (completion-in-region-mode--predicate): New vars.
6947 (completion-in-region, completion-in-region--postch)
6948 (completion-in-region-mode): Use them.
6949 (completion--capf-wrapper): Also return the hook function.
6950 (completion-at-point, completion-help-at-point):
6951 Adjust and provide a predicate.
c2bd2ab0
SM
6952
6953 Preserve arg names for advice of subr and lexical functions (bug#8457).
6954 * help-fns.el (help-function-arglist): Consolidate the subr and
6955 new-byte-code cases. Add argument `preserve-names' to extract names
6956 from the docstring when needed.
6957 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
6958 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
6959 (ad-arglist): Use help-function-arglist's new arg.
6960 (ad-definition-type): Use cond.
6961
c183f693
JB
69622011-04-13 Juanma Barranquero <lekktu@gmail.com>
6963
06641a47
JB
6964 * autorevert.el (auto-revert-handler):
6965 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
6966 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
6967 Don't quote lambda.
6968
c183f693
JB
6969 * image-mode.el (image-transform-set-scale):
6970 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
6971
1e3b6001
G
69722011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6973
6974 * net/network-stream.el (network-stream-open-starttls): Only do
6975 opportunistic STARTTLS upgrades if we have built-in gnutls support.
6976 Upgrades via gnutls-cli are too slow to be done opportunistically.
6977
2d6af8dd
JB
69782011-04-12 Juanma Barranquero <lekktu@gmail.com>
6979
6980 * dframe.el (dframe-current-frame): Remove spurious quote.
6981
c0749a51
GM
69822011-04-12 Glenn Morris <rgm@gnu.org>
6983
088d0d61
GM
6984 * calendar/cal-tex.el (cal-tex-end-document):
6985 Try to automatically use latin1 input if needed.
6986
c0749a51
GM
6987 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
6988 Don't try to cons a mark onto an empty element.
6989
5c90fde0
LL
69902011-04-11 Leo Liu <sdl.web@gmail.com>
6991
6992 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
6993 buffers.
6994 (ido-kill-buffer-at-head): Support killing virtual buffers.
6995
369e974d
CY
69962011-04-10 Chong Yidong <cyd@stupidchicken.com>
6997
6998 * minibuffer.el (completion-show-inline-help): New var.
6999 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
7000 (minibuffer-force-complete, minibuffer-complete-word):
7001 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
7002
7003 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
7004 to avoid interference from inline help (Bug#5849).
7005
37f1c930
LL
70062011-04-10 Leo Liu <sdl.web@gmail.com>
7007
099c39a4
JB
7008 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7009 Fix typo.
37f1c930 7010
a32d4040
CY
70112011-04-09 Chong Yidong <cyd@stupidchicken.com>
7012
7013 * image-mode.el (image-toggle-display-image): Signal an error if
7014 not in Image mode.
7015 (image-transform-mode, image-transform-resize)
7016 (image-transform-set-rotation): Doc fix.
daca8ba5 7017 (image-transform-set-resize): Delete.
a32d4040
CY
7018 (image-transform-set-scale, image-transform-fit-to-height)
7019 (image-transform-fit-to-width): Handle image-toggle-display-image
7020 and image-transform-resize directly.
7021
099c39a4 70222011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
7023
7024 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
7025 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
7026 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
7027 (doc-view-mode-map): Add bindings for the new functions.
7028
099c39a4 70292011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 7030
4d61f28d 7031 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
7032 Fix typo in docstring.
7033
3726838a
EZ
70342011-04-08 Eli Zaretskii <eliz@gnu.org>
7035
04f33f1e
EZ
7036 * files.el (file-size-human-readable): Produce one digit after
7037 decimal, like "ls -lh" does.
7038
7039 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
7040 the file size representation.
7041
3726838a
EZ
7042 * simple.el (list-processes): If async subprocesses are not
7043 available, error out with a clear error message.
7044
cbb59342
CY
70452011-04-08 Chong Yidong <cyd@stupidchicken.com>
7046
7047 * help.el (help-form-show): New function, to be called from C.
7048 Put help-form output in a buffer named differently than *Help*.
7049
e3971c44
EZ
70502011-04-08 Eli Zaretskii <eliz@gnu.org>
7051
7052 * files.el (file-size-human-readable): New function.
7053
7054 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
7055 computing the representation inline. Don't require `cl'.
7056
12544bbe
GM
70572011-04-08 Glenn Morris <rgm@gnu.org>
7058
a1de6c6a
GM
7059 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
7060
3c4671f4
GM
7061 * net/browse-url.el (browse-url-firefox):
7062 Test system-type, not system-configuration.
7063
b605679c
GM
7064 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
7065 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
7066 Use log-edit-empty-buffer-p. (Bug#7598)
7067
56442f0c
GM
7068 * net/rlogin.el (rlogin-process-connection-type): Simplify.
7069 (rlogin-mode-map): Initialize in the defvar.
7070 (rlogin): Use ignore-errors.
7071
12544bbe
GM
7072 * replace.el (occur-mode-map): Some fixes for menu items.
7073
eb237b0f
AH
70742011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7075
7076 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
7077
7d668f2c
CY
70782011-04-06 Chong Yidong <cyd@stupidchicken.com>
7079
e67a13ab
CY
7080 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
7081 issuing unused warnings.
7082
7083 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
7084 macro directly.
7085
7d668f2c
CY
7086 * simple.el: Lisp reimplement of list-processes. Based on an
7087 earlier reimplementation by Leo Liu, but using tabulated-list.el.
7088 (process-menu-mode): New major mode.
7089 (list-processes--refresh, list-processes):
7090 (process-menu-visit-buffer): New functions.
7091
7092 * files.el (save-buffers-kill-emacs): Don't assume any return
7093 value of list-processes, which is undocumented anyway.
7094
a83ec3c9
CY
70952011-04-06 Chong Yidong <cyd@stupidchicken.com>
7096
7097 * emacs-lisp/tabulated-list.el: New file.
7098
e91a96fe
CY
7099 * emacs-lisp/package.el: Use Tabulated List mode.
7100 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
7101 (package-menu-mode): Derive from tabulated-list-mode. Set up the
7102 table format using Tabulated List mode variables.
7103 (package--push): New macro, replacing package-list-maybe-add.
7104 (package-menu--generate): Use package--push. Renamed from
7105 package--generate-package-list.
7106 (package-menu-refresh, list-packages): Use it.
daca8ba5 7107 (package-menu--print-info): Rename from package-print-package.
e91a96fe 7108 Return insertion data instead of inserting it directly.
099c39a4
JB
7109 (package-menu-describe-package, package-menu-execute):
7110 Use tabulated-list-get-id.
e91a96fe
CY
7111 (package-menu-mark-delete, package-menu-mark-install)
7112 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
7113 (package-menu-mark-obsolete-for-deletion):
7114 Use tabulated-list-put-tag.
e91a96fe
CY
7115 (package--list-packages, package-menu-revert)
7116 (package-menu-get-package, package-menu-get-version)
7117 (package-menu-sort-by-column): Functions deleted.
7118 (package-menu-package-list, package-menu-sort-key): Vars deleted.
7119 (package-menu--status-predicate, package-menu--version-predicate)
7120 (package-menu--name-predicate)
7121 (package-menu--description-predicate): Handle arguments in the
7122 Tabulated List format.
7123 (package-list-packages-no-fetch): Call list-packages.
7124
3e214b50
JB
71252011-04-06 Juanma Barranquero <lekktu@gmail.com>
7126
7127 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 7128 (after-find-file): Don't bind it.
3e214b50
JB
7129 (revert-buffer-in-progress-p): New variable.
7130 (revert-buffer): Bind it.
7131 Pass nil for `after-find-file-from-revert-buffer'.
7132
7133 * saveplace.el (save-place-find-file-hook): Use new variable
7134 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
7135
3f0f1700
GM
71362011-04-06 Glenn Morris <rgm@gnu.org>
7137
c0274801
GM
7138 * Makefile.in (AUTOGEN_VCS): New variable.
7139 (autoloads): Use $AUTOGEN_VCS.
7140
3f0f1700
GM
7141 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
7142 * calendar/calendar.el (calendar-mode-map):
7143 Check for toolkit scroll bars. (Bug#8305)
7144
41ea9e48
CY
71452011-04-05 Chong Yidong <cyd@stupidchicken.com>
7146
7147 * minibuffer.el (completion-in-region--postch)
7148 (completion-in-region-mode): Remove unnecessary messages.
7149
6194c800
JB
71502011-04-05 Juanma Barranquero <lekktu@gmail.com>
7151
33256f14
JB
7152 * font-lock.el (font-lock-refresh-defaults):
7153 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
7154 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
7155
6194c800
JB
7156 * info.el (Info-directory-list, Info-read-node-name-2)
7157 (Info-split-parameter-string): Doc fixes.
7158 (Info-virtual-nodes): Reflow docstring.
7159 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
7160 (Info-apropos-toc-nodes, info-finder, Info-get-token)
7161 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
7162 Fix typos in docstrings.
7163 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
7164 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
7165 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
7166 (Info-restore-desktop-buffer): Mark unused parameters.
7167 (Info-directory-find-file, Info-directory-find-node)
7168 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
7169 (Info-virtual-index-find-node, Info-apropos-find-file)
7170 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 7171 Mark unused parameters; fix typos in docstrings.
6194c800
JB
7172 (Info-virtual-index): Remove unused local variable `nodename'.
7173
b87a8200 71742011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 7175
b87a8200
DD
7176 * net/rcirc.el: Update my e-mail address.
7177 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 7178
3b2ff876
CY
71792011-04-05 Chong Yidong <cyd@stupidchicken.com>
7180
7181 * startup.el (command-line): Save the cursor's theme-face
7182 directly, instead of using face-override-spec.
7183
7184 * custom.el (load-theme): Minor optimization in assigning faces.
7185
8d17e7ca
JB
71862011-04-04 Juanma Barranquero <lekktu@gmail.com>
7187
7188 * help-fns.el (describe-variable): Complete all variables having
7189 documentation, including keywords.
7190 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
7191
2fbc1934
JB
71922011-04-04 Juanma Barranquero <lekktu@gmail.com>
7193
7194 Convert to lexical-binding.
7195
7196 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
7197 (bs--get-marked-string, bs--get-modified-string)
7198 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
7199 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
7200 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
7201
7202 * ehelp.el (electric-help-execute-extended)
7203 (electric-help-ctrl-x-prefix):
7204 * hexl.el (hexl-revert-buffer-function):
7205 * linum.el (linum-after-change, linum-after-scroll):
7206 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
7207
7208 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
7209
74f50695
DU
72102011-04-04 Daiki Ueno <ueno@unixuser.org>
7211
7212 * epa-dired.el:
7213 * epa-mail.el:
7214 * epa-hook.el:
7215 * epa-file.el:
7216 * epa.el:
7217 * epg.el: Use lexical binding.
7218
c11325f7
CY
72192011-04-03 Chong Yidong <cyd@stupidchicken.com>
7220
0d9e9a12
CY
7221 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
7222
c11325f7 7223 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
7224 dictionary case for flyspell-mark-duplications-exceptions.
7225 Use regexp matching for languages.
c11325f7
CY
7226 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
7227 default dictionary (Bug#7926).
7228
da91b5f2
CY
72292011-04-02 Chong Yidong <cyd@stupidchicken.com>
7230
099c39a4
JB
7231 * emacs-lisp/package.el (package--with-work-buffer):
7232 Recognize https URLs.
da91b5f2 7233
099c39a4
JB
7234 * net/network-stream.el: Move from gnus/proto-stream.el.
7235 Change prefix to network-stream throughout.
da91b5f2
CY
7236 (open-protocol-stream): Merge into open-network-stream, leaving
7237 open-protocol-stream as an alias. Handle nil BUFFER args.
7238
7239 * subr.el (open-network-stream): Move to net/network-stream.el.
7240
afa8e9f6
GM
72412011-04-02 Glenn Morris <rgm@gnu.org>
7242
1d2e369d
GM
7243 * find-dired.el (find-exec-terminator): New option.
7244 (find-ls-option): Test for -ls support.
7245 (find-ls-subdir-switches): Test for -b in find-ls-option.
7246 (find-dired, find-grep-dired): Doc fixes.
7247 (find-dired): Use find-exec-terminator.
7248
8abb7da8 7249 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
7250 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
7251 (find-name-arg): Remove purecopy.
8abb7da8 7252
f3ca7378
GM
7253 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
7254 (grep-compute-defaults): Check for `-exec COMMAND +' support.
7255 Set grep-find-use-xargs, grep-find-command, and grep-find-template
7256 accordingly. Don't add the null-device if not needed.
7257
afa8e9f6
GM
7258 * files.el (save-some-buffers): Doc fix.
7259
35eae264
EZ
72602011-04-02 Eli Zaretskii <eliz@gnu.org>
7261
7262 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
7263
26b51db5
JB
72642011-04-01 Juanma Barranquero <lekktu@gmail.com>
7265
7266 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
7267 Use `dolist' rather than `mapcar'.
7268
7200d79c
SM
72692011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7270
03408648 7271 Add lexical binding.
7200d79c 7272
03408648
SM
7273 * subr.el (apply-partially): Use new closures rather than CL.
7274 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
7275 (dolist, dotimes): Use slightly different expansion for lexical code.
7276 (functionp): Move to C.
7277 (letrec): New macro.
7278 (with-wrapper-hook): Use it and apply-partially instead of CL.
7279 (eval-after-load): Preserve lexical-binding.
7280 (save-window-excursion, with-output-to-temp-buffer): Turn them
7281 into macros.
7200d79c 7282
03408648
SM
7283 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
7284
7285 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
7286 than the arglist.
7287 (help-add-fundoc-usage): Don't add `Not documented'.
7288 (help-function-arglist): Handle closures, subroutines, and new
7289 byte-code-functions.
7290 (help-make-usage): Remove leading underscores.
7291 (describe-function-1): Handle closures.
7292 (describe-variable): Use special-variable-p for completion.
7293
7294 * files.el (lexical-binding): Declare safe.
f488fb65 7295
03408648
SM
7296 * emacs-lisp/pcase.el: Don't use destructuring-bind.
7297 (pcase--memoize): Rename from pcase-memoize. Change weakness.
7298 (pcase): Add `let' pattern.
7299 Change memoization so it actually works.
7300 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
7301 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
7302 <let>: New case.
f488fb65 7303
03408648
SM
7304 * emacs-lisp/macroexp.el: Use lexical binding.
7305 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
7306 Don't convert ' to #' without checking that it's indeed quoting
7307 a lambda.
7308
7309 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 7310 Use eval-sexp-add-defvars.
03408648
SM
7311 (eval-sexp-add-defvars): New fun.
7312
7313 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
7314
7315 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
7316 Don't autoload.
7317 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
7318 than the internal `byte-compile-lambda'.
7319 (defmethod): Don't hide code under quotes.
7320 (eieio-defmethod): New `code' argument.
7321
7322 * emacs-lisp/eieio-comp.el: Remove.
7323
7324 * emacs-lisp/edebug.el (edebug-eval-defun)
7325 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
7326 (edebug-toggle): Avoid `eval'.
7327
7328 * emacs-lisp/disass.el (disassemble-internal): Handle new
7329 `closure' objects.
7330 (disassemble-1): Handle new byte codes.
7331
7332 * emacs-lisp/cl.el (pushnew): Silence warning.
7333
7334 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
7335 (cl-byte-compile-throw): Remove.
7336 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
7337
7338 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
7339 closures.
7340
7341 * emacs-lisp/cconv.el: New file.
7342
7343 * emacs-lisp/bytecomp.el: Use lexical binding instead of
7344 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
7345 (byte-compile-initial-macro-environment):
7346 Handle declare-function here.
7347 (byte-compile--lexical-environment): New var.
7348 (byte-stack-ref, byte-stack-set, byte-discardN)
7349 (byte-discardN-preserve-tos): New lap codes.
7350 (byte-interactive-p): Don't use any more.
7351 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
7352 New macros.
7353 (byte-compile-lapcode): Use them and handle new lap codes.
7354 (byte-compile-obsolete): Remove.
7355 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
7356 (byte-compile-arglist-warn): Check late def of inlinable funs.
7357 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
7358 since they should have been expanded by now.
7359 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
7360 (byte-compile-from-buffer): Remove unused second arg.
7361 (byte-compile-preprocess): New function.
7362 (byte-compile-toplevel-file-form): New function to distinguish
7363 file-form calls from outside from file-form calls from hunk-handlers.
7364 (byte-compile-file-form): Simplify.
7365 (byte-compile-file-form-defsubst): Remove.
7366 (byte-compile-file-form-defmumble): Simplify now that
7367 byte-compile-lambda always returns a byte-code-function.
7368 (byte-compile): Preprocess.
7369 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
7370 Remove, not used any more.
7371 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
7372 (byte-compile-make-args-desc): New funs.
7373 (byte-compile-lambda): Handle lexical functions. Always return
7374 a byte-code-function.
7375 (byte-compile-reserved-constants): New var, to make up room for
7376 closed-over variables.
7377 (byte-compile-constants-vector): Obey it.
7378 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
7379 (byte-compile-macroexpand-declare-function): New function.
7380 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
7381 byte-code-functions.
7382 (byte-compile-form): Check obsolescence here.
7383 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
7384 (byte-compile-variable-ref): Remove.
7385 (byte-compile-dynamic-variable-op): New fun.
7386 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
7387 (byte-compile-variable-set): New funs.
7388 (byte-compile-discard): Add 2 args.
7389 (byte-compile-stack-ref, byte-compile-stack-set)
7390 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
7391 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
7392 macroexpand-all instead.
7393 (byte-compile-quote-form): Remove.
7394 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
7395 (byte-compile-bind, byte-compile-unbind): New funs.
7396 (byte-compile-let): Handle let* and lexical binding.
7397 (byte-compile-let*): Remove.
7398 (byte-compile-catch, byte-compile-unwind-protect)
7399 (byte-compile-track-mouse, byte-compile-condition-case):
7400 Handle a new :fun-body form, used for lexical scoping.
7401 (byte-compile-save-window-excursion)
7402 (byte-compile-with-output-to-temp-buffer): Remove.
7403 (byte-compile-defun): Simplify.
7404 (byte-compile-stack-adjustment): New fun.
7405 (byte-compile-out): Use it.
7406 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
7407
7408 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
7409 handler any more.
7410
7411 * emacs-lisp/byte-opt.el: Use lexical binding.
7412 (byte-inline-lapcode): Remove (to bytecomp).
7413 (byte-compile-inline-expand): Pay attention to inlining to/from
7414 lexically bound code.
7415 (byte-compile-unfold-lambda): Don't handle byte-code-functions
7416 any more.
7417 (byte-optimize-form-code-walker): Don't handle save-window-excursion
7418 any more and don't call compiler-macros.
7419 (byte-compile-splice-in-already-compiled-code): Remove.
7420 (byte-code): Don't inline any more.
7421 (disassemble-offset): Receive `bytes' as argument rather than via
7422 dynamic scoping.
7423 (byte-compile-tag-number): Declare before first use.
7424 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
7425 `return' even if make-spliceable.
7426 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
7427 obsolete interactive-p.
7428 (byte-optimize-lapcode): Optimize new lap-codes.
7429 Don't trip up on new form of `byte-constant' lap code.
7430
7431 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
7432
7433 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
7434
7435 * custom.el (custom-initialize-default, custom-declare-variable):
7436 Use `defvar'.
7437
7438 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
7439 New variables.
7440 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
7441 (COMPILE_FIRST): Add macroexp and cconv.
7442 * makefile.w32-in: Mirror changes in Makefile.in.
7443
7444 * vc/cvs-status.el:
7445 * vc/diff-mode.el:
7446 * vc/log-edit.el:
7447 * vc/log-view.el:
7448 * vc/smerge-mode.el:
7449 * textmodes/bibtex-style.el:
7450 * textmodes/css.el:
7451 * startup.el:
7452 * uniquify.el:
da91b5f2
CY
7453 * minibuffer.el:
7454 * newcomment.el:
7455 * reveal.el:
7456 * server.el:
7457 * mpc.el:
7458 * emacs-lisp/smie.el:
7459 * doc-view.el:
7460 * dired.el:
03408648
SM
7461 * abbrev.el: Use lexical binding.
7462
0f0c1f27
EZ
74632011-04-01 Eli Zaretskii <eliz@gnu.org>
7464
7465 * info.el (info-display-manual): New function.
7466
c82b2579
SM
74672011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
7470
221ddf68
TH
74712011-03-31 Tassilo Horn <tassilo@member.fsf.org>
7472
7473 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 7474 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 7475
cba6e77e
GM
74762011-03-31 Glenn Morris <rgm@gnu.org>
7477
e040639f
GM
7478 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
7479
cba6e77e
GM
7480 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
7481
6d0f1c9e
CS
74822011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
7483
7484 * progmodes/python.el (python-default-interpreter)
7485 (python-python-command-args, python-jython-command-args)
7486 (python-which-shell, python-which-args, python-which-bufname)
7487 (python-file-queue, python-comint-output-filter-function)
7488 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
7489 variables and functions.
7490
3e2d70fd
SM
74912011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7492
7493 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
7494 (completion-in-region-mode): New minor mode.
7495 (completion-in-region): Use it.
7496 (completion-in-region--data, completion-in-region-mode-map): New vars.
7497 (completion-in-region--postch): New function.
7498 (completion--capf-misbehave-funs, completion--capf-safe-funs):
7499 New vars.
7500 (completion--capf-wrapper): New function.
7501 (completion-at-point): Use it to track well-behavedness of
7502 hook functions.
7503 (completion-help-at-point): New command.
7504
f3e4086c
JM
75052011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
7506
7507 * vc/add-log.el (add-change-log-entry): Don't use whitespace
7508 syntax class to search for whitespace on a single line
7509 (Message-ID: <4D938140.4030905@redhat.com>).
7510
eb7ffc14
LL
75112011-03-30 Leo Liu <sdl.web@gmail.com>
7512
7513 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
7514 New commands.
7515 (edit-abbrevs-map): Bind them here.
7516 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
7517
d806ab68
KM
75182011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
7519
7520 * allout.el (allout-hide-by-annotation, allout-flag-region):
7521 Reduce possibility of overlay leakage by making them volatile.
7522
7523 * allout-widgets.el (allout-widgets-tally): Define as nil so the
7524 hash is not shared between buffers. Mode initialization is
7525 responsible for giving it a useful starting value.
7526 (allout-item-span): Reduce possibility of overlay leakage by
7527 making them volatile.
7528 (allout-widgets-count-buttons-in-region): Add diagnostic function
7529 for tracking down button overlay leaks.
7530
ea622834
LL
75312011-03-29 Leo Liu <sdl.web@gmail.com>
7532
7533 * ido.el (ido-read-internal): Use the default history var
7534 minibuffer-history if no HISTORY is specified.
7535
b62f8267
G
75362011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
7537
03408648
SM
7538 * net/imap.el (imap-shell-open, imap-process-connection-type):
7539 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
7540 Kerberos, SSL, other subprocesses.
7541
947b6566
LL
75422011-03-28 Leo Liu <sdl.web@gmail.com>
7543
7544 * abbrev.el (abbrev-table-empty-p): New function.
7545 (prepare-abbrev-list-buffer): Place empty abbrev tables after
7546 nonempty ones. (Bug#5937)
7547
5ffb62aa
JD
75482011-03-27 Jan Djärv <jan.h.d@swipnet.se>
7549
7550 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
7551
7a097943
LL
75522011-03-27 Leo Liu <sdl.web@gmail.com>
7553
7554 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
7555 for foreground and background colors.
7556 (ansi-color-make-color-map): Adapt.
7557
c5b40130
LL
75582011-03-25 Leo Liu <sdl.web@gmail.com>
7559
1f48f7d2
LL
7560 * midnight.el (midnight-time-float): Remove. Note it calculates
7561 the microsecond component incorrectly and seconds-to-time does the
7562 same job.
625897ec 7563 Remove redundant (require 'timer).
1f48f7d2 7564
c5b40130
LL
7565 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
7566 (ido-completions): Remove unused arguments. (Bug#8329)
7567
d86d2721
SM
75682011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7569
7570 * minibuffer.el (completion--flush-all-sorted-completions):
7571 Remove itself from hook.
7572 (completion-at-point): Let the functions perform the completion
7573 immediately and return nil or t.
7574 * comint.el (comint-dynamic-complete-functions): Now identical to
7575 completion-at-point-functions.
7576 (comint-dynamic-list-input-ring): Remove unused var `index'.
7577 (comint--match-partial-filename, comint--unquote&expand-filename):
7578 New funs, split from comint-match-partial-filename.
7579 (comint-dynamic-complete): Use completion-at-point.
7580 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
7581
e8974c48
DA
75822011-03-24 Drew Adams <drew.adams@oracle.com>
7583
7584 * thingatpt.el: Support `defun'.
7585
def71b5e
LL
75862011-03-23 Leo Liu <sdl.web@gmail.com>
7587
cb5af48e
LL
7588 * abbrevlist.el: Move to obsolete/abbrevlist.el.
7589
def71b5e
LL
7590 * help-mode.el (help-mode-finish): Tweak regexp.
7591
927c53e7
GM
75922011-03-23 Glenn Morris <rgm@gnu.org>
7593
18d05bed
GM
7594 * eshell/esh-opt.el (eshell-eval-using-options):
7595 Do not bind unused local variable `eshell-option-stub'.
7596
927c53e7
GM
7597 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
7598
9d0da923
JB
75992011-03-22 Juanma Barranquero <lekktu@gmail.com>
7600
7601 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
7602 keymap variable in `with-no-warnings' to avoid a warning when the
7603 keymap has been already `defconst'ed.
7604
4b978a67
LL
76052011-03-22 Leo Liu <sdl.web@gmail.com>
7606
7607 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
7608 encode all chars in abbrevs; otherwise use emacs-mule or
7609 utf-8-emacs. (Bug#8308)
7610
5fd62452
JB
76112011-03-22 Juanma Barranquero <lekktu@gmail.com>
7612
0b1596c6
JB
7613 * simple.el (backward-delete-char-untabify):
7614 Avoid warning about using `delete-backward-char'.
7615
5fd62452
JB
7616 * image.el (image-type-file-name-regexps): Make it variable.
7617 `imagemagick-register-types' modifies it, and the user may want
7618 to add new extensions for known image types.
7619 (imagemagick-register-types): Throw error if not using ImageMagick.
7620
0b4e93f1
LL
76212011-03-22 Leo Liu <sdl.web@gmail.com>
7622
7623 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
7624 located before rcirc-prompt-end-marker.
7625 (rcirc-complete): Error if point is not after rcirc prompt.
7626 Handle the case when table is nil.
9882e214 7627 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 7628
fccee4ab
CY
76292011-03-22 Chong Yidong <cyd@stupidchicken.com>
7630
7631 * custom.el (custom--inhibit-theme-enable): Make it affect only
7632 custom-theme-set-variables and custom-theme-set-faces.
7633 (provide-theme): Ignore custom--inhibit-theme-enable.
7634 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
7635 (custom-enabling-themes): Delete variable.
d86d2721
SM
7636 (enable-theme): Accept only loaded themes as arguments.
7637 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
7638 (custom-enabled-themes): Forbid themes from setting this.
7639 Eliminate use of custom-enabling-themes.
7640 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 7641
af896da6
LL
76422011-03-21 Leo Liu <sdl.web@gmail.com>
7643
7644 * ido.el (ido-read-internal): Add ido-selected to history instead
7645 of user input.
7646
78f64af0
SM
76472011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7648
7649 * subr.el (deferred-action-list, deferred-action-function):
7650 Mark obsolete.
7651
b16ac1ec
LL
76522011-03-21 Leo Liu <sdl.web@gmail.com>
7653
810f7698
LL
7654 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
7655 change on 2011-02-13 (bug#8309).
7656
b16ac1ec
LL
7657 * minibuffer.el (read-file-name-function): Change default value.
7658 (read-file-name--defaults): Rename from read-file-name-defaults.
7659 (read-file-name-default): Rename from read-file-name.
7660 (read-file-name): Call read-file-name-function.
7661
4e05e67e
GM
76622011-03-21 Glenn Morris <rgm@gnu.org>
7663
7664 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
7665 Doc fixes.
7666
4359915b
CY
76672011-03-21 Chong Yidong <cyd@stupidchicken.com>
7668
7669 * cus-theme.el: Add missing provide statement.
7670 (customize-create-theme): Extract theme value correctly.
7671 (custom-theme-visit-theme): Autoload.
7672 (customize-create-theme): Prompt before inserting default faces.
7673
1fe275ee
JB
76742011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
7675
7676 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
7677 units and musical notes.
7678
3ec03f7e
LL
76792011-03-20 Leo <sdl.web@gmail.com>
7680
7681 * ido.el (ido-read-internal): Use completing-read-default.
7682 (ido-completing-read): Fix compatibility with completing-read.
7683
7d476bde
CO
76842011-03-20 Christian Ohler <ohler@gnu.org>
7685
7686 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
7687 (ert-delete-all-tests): Use `called-interactively-p' rather than
7688 `interactive-p'.
7689 (ert--make-xrefs-region): Respect END.
7690
fe0fb33e
CY
76912011-03-19 Chong Yidong <cyd@stupidchicken.com>
7692
ff854b0b
CY
7693 * dired-aux.el (dired-create-directory): Signal an error if the
7694 directory already exists (Bug#8246).
7695
fe0fb33e
CY
7696 * facemenu.el (list-colors-display): Call list-faces-display
7697 inside with-help-window.
7698 (list-colors-print): Use display property to align the final
7699 column, instead of checking window-width.
7700
576bce32
EZ
77012011-03-19 Eli Zaretskii <eliz@gnu.org>
7702
4d61f28d 7703 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
7704 windows-nt systems.
7705 (emerge-protect-metachars): Quote correctly for ms-dos and
7706 windows-nt systems.
7707
89c41d68 77082011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
7709
7710 * info.el (info-initialize): Replace all uses of `:' with
7711 path-separator for compatibility with non-Unix systems.
7712 Cache quoting of path-separator. (Bug#8258)
7713
b14e3e21 77142011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
7715
7716 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
7717 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
7718 (mouse-avoidance-mode): Fix typos in docstrings.
7719
4525ce3e
CY
77202011-03-19 Chong Yidong <cyd@stupidchicken.com>
7721
7722 * startup.el (package-subdirectory-regexp): Move from package.el.
7723 Omit \\` and \\', and let callers add them.
7724
7725 * emacs-lisp/package.el (package-strip-version)
7726 (package-load-all-descriptors): Add \\` and \\' to
7727 package-subdirectory-regexp before using it.
7728 (package-untar-buffer): New arg DIR; ensure that file untars only
7729 into this expected directory. Remove superfluous delete-region.
7730 (package-unpack): Caller changed.
7731 (package-tar-file-info): Use package-subdirectory-regexp.
7732
a904a09a 77332011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 7734
a904a09a
SM
7735 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
7736 diff-mode-shared-map (bug#8284).
7737 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
7738
77392011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7740
7741 * calendar/time-date.el (format-seconds): Use assoc instead of
7742 assoc-string, since assoc-string doesn't exist in XEmacs.
7743
171fc304
JB
77442011-03-17 Juanma Barranquero <lekktu@gmail.com>
7745
7746 * custom.el (custom-known-themes): Reflow docstring.
7747 (custom-theme-load-path): Fix typo in docstring.
7748 (load-theme): Fix typo in error message.
7749 (custom-available-themes, custom-variable-theme-value):
7750 Use `let', not `let*'.
7751
d71990a1
JB
77522011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
7753
7754 * calc/README: Mention inclusion of musical notes.
7755
7756 * calc/calc-units.el (calc-lu-quant): Rename from
7757 `calc-logunits-quantity'.
7758 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
7759 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
7760 (calc-db): Rename from `calc-dblevel'.
7761 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
7762 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
7763 (calc-np): Rename from `calc-nplevel'.
7764 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
7765 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
7766 (calc-lu-plus): Rename from `calc-logunits-add'.
7767 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
7768 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
7769 (calc-lu-minus): Rename from `calc-logunits-sub'.
7770 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
7771 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
7772 (calc-lu-times): Rename from `calc-logunits-mul'.
7773 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
7774 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
7775 (calc-lu-divide): Rename from `calc-logunits-div'.
7776 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
7777 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
7778
7779 * calc/calc-ext.el (calc-init-extensions): Update the names of the
7780 functions being autoloaded.
7781
7782 * calc/calc.el (calc-lu-power-reference): Rename from
7783 `calc-logunits-power-reference'.
7784 (calc-lu-field-reference): Rename from
7785 `calc-logunits-field-reference'.
7786
7787 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
7788
40c2934b
SM
77892011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7790
7791 * minibuffer.el (completion-all-sorted-completions):
7792 Use :completion-cycle-penalty text property if present.
7793
b0911414
KM
77942011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
7795
7796 * allout.el (allout-yank-processing): Adjust for new rebulleting
7797 regime so bullet being yanked is used without prompting the user
7798 for a choice.
7799
8a05b668
JB
78002011-03-16 Juanma Barranquero <lekktu@gmail.com>
7801
7802 * startup.el (command-line): Warn the user that _emacs is deprecated.
7803
5ba5fb81
JB
78042011-03-16 Juanma Barranquero <lekktu@gmail.com>
7805
7806 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
7807 (delphi-verbose, delphi-comment-face, delphi-string-face)
7808 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
7809 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
7810 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
7811 (delphi-new-comment-line, delphi-font-lock-defaults)
7812 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
7813 Fix typos in docstrings.
7814
2dab465b
KM
78152011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
7816
5ba5fb81 7817 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
7818 Invert the roles of character and string values for INSTEAD, so a
7819 string is used for the more common case of a defaulting prompt.
7820
0adf5618
SM
78212011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7822
7823 * progmodes/ruby-mode.el (ruby-backward-sexp):
7824 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
7825 * play/gamegrid.el (gamegrid-make-face):
7826 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
7827 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
7828 * notifications.el (notifications-notify):
7829 * net/xesam.el (xesam-search-engines):
7830 * net/quickurl.el (quickurl-list-insert):
7831 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
7832
d72700e5
CY
78332011-03-15 Chong Yidong <cyd@stupidchicken.com>
7834
7835 * startup.el (command-line): Update package subdirectory regexp.
7836
49c5410a
SM
78372011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7838
c6eee9aa
SM
7839 * allout.el (allout-abbreviate-flattened-numbering)
7840 (allout-mode-deactivate-hook): Fix up obsolescence "date".
7841
49c5410a
SM
7842 * subr.el (read-char-choice): Only show the cursor after the prompt,
7843 not after the answer.
7844
047b2bb9
KR
78452011-03-15 Kevin Ryde <user42@zip.com.au>
7846
7847 * help-fns.el (variable-at-point): Skip leading quotes, if any
7848 (bug#8253).
7849
0a57d256
SM
78502011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7851
7852 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
7853 warning message.
7854
77c992bc
MA
78552011-03-14 Michael Albinus <michael.albinus@gmx.de>
7856
7857 * shell.el (shell): When called interactively, offer to change the
7858 shell file name on remote hosts.
7859
eebc475d
TZ
78602011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
7861
7862 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
7863 integration for LDAP parameters. The host, base, user or binddn,
7864 and secret tokens can be specified in a netrc file, for instance.
7865 This is optional because an `auth-source' parameter must be
7866 specified in the search attributes.
7867
9d05d1ba
JB
78682011-03-13 Juanma Barranquero <lekktu@gmail.com>
7869
7870 * help.el (describe-mode): Link to the mode's definition (bug#8185).
7871
09d9db2c
GM
78722011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
7875 into declaration. Remove redundant and harmful binding.
7876
78772011-03-12 Eli Zaretskii <eliz@gnu.org>
7878
7879 * files.el (file-ownership-preserved-p): Pass `integer' as an
7880 explicit 2nd argument to `file-attributes'. If the file's owner
7881 is the Administrators group on Windows, and the current user is
7882 Administrator, consider that a match.
7883
7884 * server.el (server-ensure-safe-dir): Consider server directory
7885 safe on MS-Windows if its owner is the Administrators group while
7886 the current Emacs user is Administrator. Use `=' to compare
7887 numerical UIDs, since they could be integers or floats.
7888
219bd536
JB
78892011-03-12 Juanma Barranquero <lekktu@gmail.com>
7890
7891 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
7892
f3afd36b
MA
78932011-03-12 Michael Albinus <michael.albinus@gmx.de>
7894
7895 Sync with Tramp 2.2.1.
7896
7897 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
7898
7899 * net/trampver.el: Update release number.
7900
3aaaa6f1
SM
79012011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7902
94642599
SM
7903 * progmodes/compile.el (compilation--previous-directory): Fix up
7904 various nil/dead-marker mismatches (bug#8014).
7905 (compilation-directory-properties, compilation-error-properties):
7906 Don't call it at a position past the one we're about to change.
7907
3aaaa6f1
SM
7908 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
7909 Disable obsolescence warnings in the file that declares it.
7910
14239447
KM
79112011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
7912
099c39a4
JB
7913 * allout-widgets.el (allout-widgets-tally):
7914 Initialize allout-widgets-tally as a hash table rather than nil to
7915 prevent mode-line redisplay warnings. Also, clarify the module
7916 description and fix a comment typo.
14239447 7917
135e287c
JB
79182011-03-11 Juanma Barranquero <lekktu@gmail.com>
7919
7920 * help-fns.el (describe-variable): Don't complete keywords.
7921 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
7922
ffbf300e
CY
79232011-03-10 Chong Yidong <cyd@stupidchicken.com>
7924
ba08b241
CY
7925 * emacs-lisp/package.el (package-version-join): Impose a standard
7926 string representation for pre/alpha/beta version lists.
7927 (package-unpack-single): Standardize the directory name by passing
7928 it through package-version-join.
7929 (package-strip-rcs-id): Accept any version string that does not
7930 signal an error in version-to-list.
ffbf300e 7931
f346fd6b
MA
79322011-03-10 Michael Albinus <michael.albinus@gmx.de>
7933
7934 * simple.el (delete-trailing-whitespace): Return nil for the
7935 benefit of `write-file-functions'.
7936
ccb55d27
GM
79372011-03-10 Glenn Morris <rgm@gnu.org>
7938
5ceaac0c
GM
7939 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
7940
02da65ff
GM
7941 * vc/vc-git.el (vc-git-program): New option.
7942 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
7943 (vc-git--call): Use it.
7944
b2f603cc
GM
7945 * eshell/esh-util.el (eshell-condition-case): Doc fix.
7946
5772caab
GM
7947 * cus-edit.el (Custom-newline): If no button at point, look
7948 for a subgroup button at start-of-line. (Bug#2298)
7949
ccb55d27
GM
7950 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
7951
ec6ecaed
JD
79522011-03-10 Julien Danjou <julien@danjou.info>
7953
7954 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
7955 `cursor-type' is nil.
7956
9d5aa01d
JB
79572011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
7958
7959 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
7960
b6a5875b
KM
79612011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
7962
7963 * allout.el Summary: Change so yank of distinctive-bullet items
7964 preserves the existing header prefix, rebulleting it if necessary,
7965 rather than replacing it. This is necessary for proper operation
7966 of cooperative addons like allout-widgets.
219bd536 7967 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
7968 SOLICIT arg to INSTEAD, and interpret additionally a string value
7969 as alternate bullet to be used, instead of prompting the user for
7970 a bullet character.
7971
ee545c35
MA
79722011-03-09 Michael Albinus <michael.albinus@gmx.de>
7973
d86d2721
SM
7974 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7975 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
7976 `tramp-default-port'.
7977
c47971d7
DD
79782011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7979
7980 * net/rcirc.el (rcirc-handler-001): Remove useless
7981 with-rcirc-process-buffer.
7982 (rcirc-check-auth-status): Swap arguments to string-match.
7983
13522cb4
GM
79842011-03-09 Glenn Morris <rgm@gnu.org>
7985
0be6f4f1
GM
7986 * shell.el (shell-mode):
7987 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
7988
13522cb4
GM
7989 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
7990 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
7991
515de2e3
CY
79922011-03-08 Chong Yidong <cyd@stupidchicken.com>
7993
7994 * emacs-lisp/package.el (package-refresh-contents)
7995 (package-menu-execute): Use condition-case-no-debug.
7996
b511b994
MA
79972011-03-08 Michael Albinus <michael.albinus@gmx.de>
7998
7999 * simple.el (shell-command-to-string): Use `process-file'.
8000
8001 * emacs-lisp/package.el (package-tar-file-info): Handle also
8002 remote files.
8003
d86d2721
SM
8004 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8005 Use `equal' for upload base check.
b511b994 8006
25bbfb31
AM
80072011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
8008
8009 * textmodes/texinfo.el (texinfo-environments):
8010 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
8011
be996521
GM
80122011-03-08 Glenn Morris <rgm@gnu.org>
8013
e9c8529f
GM
8014 * cus-start.el (cursor-in-non-selected-windows):
8015 Fix :set quoting oddness. (Bug#8192)
8016
be996521
GM
8017 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
8018 in some setf expressions. (Bug#2159)
8019
2bb5649e
CY
80202011-03-08 Chong Yidong <cyd@stupidchicken.com>
8021
8022 * custom.el (custom-available-themes): Return themes in
8023 alphabetical order.
8024
33383987 8025See ChangeLog.15 for earlier changes.
e3d51b27
MR
8026
8027;; Local Variables:
8028;; coding: utf-8
e3d51b27
MR
8029;; End:
8030
33383987 8031 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
8032
8033 This file is part of GNU Emacs.
8034
8035 GNU Emacs is free software: you can redistribute it and/or modify
8036 it under the terms of the GNU General Public License as published by
8037 the Free Software Foundation, either version 3 of the License, or
8038 (at your option) any later version.
8039
8040 GNU Emacs is distributed in the hope that it will be useful,
8041 but WITHOUT ANY WARRANTY; without even the implied warranty of
8042 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8043 GNU General Public License for more details.
8044
8045 You should have received a copy of the GNU General Public License
8046 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.