Small callint.c fix.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b2b0776e
CY
12011-10-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * simple.el (count-words-region): Always count in the region.
4 Report the number of lines and characters too.
5 (count-words): New command, which counts in the buffer if the
6 region is inactive, as count-words-region used to.
7 (count-words--message): New function. Handle plurals.
8 (count-lines-region): Make it an alias for count-words-region.
9
10 * bindings.el (esc-map): Replace count-lines-region with
11 count-words-region.
12
c557cd6b
MR
132011-10-08 Martin Rudalics <rudalics@gmx.at>
14
15 * window.el (window--delete): Delete dedicated frame
16 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 17 (switch-to-buffer): Fix doc-string typo.
c557cd6b 18
61a57ef4 192011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20
21 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
22
c3833279
CY
232011-10-07 Chong Yidong <cyd@stupidchicken.com>
24
25 * bindings.el ([M-left],[M-right]): Bind to left-word and
26 right-word respectively.
27
21ce8245
GM
282011-10-07 Glenn Morris <rgm@gnu.org>
29
30 * cus-start.el (debug-on-quit): Fix custom type.
31
6d823bb2
LMI
322011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
33
0181e193
LMI
34 * subr.el (define-key-after): Clarify that the function is not
35 useful for non-menu keymaps.
36
6d823bb2
LMI
37 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
38
8e3459ce 392011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
40
21ce8245 41 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 42 in current minibuffer (Fix bug with recursive minibuffers).
43
a1c2d21e
CY
442011-10-06 Chong Yidong <cyd@stupidchicken.com>
45
46 * progmodes/gdb-mi.el (gdb): Doc fix.
47
5a4cf282
MR
482011-10-05 Martin Rudalics <rudalics@gmx.at>
49
50 * window.el (frame-auto-hide-function): New option replacing
51 frame-auto-delete. Suggested by Stefan Monnier.
52 (window--delete): Call frame-auto-hide-function instead of
53 investigating frame-auto-delete.
c96111ea
MR
54 (window-point-1, set-window-point-1): New functions.
55 (window-in-direction, record-window-buffer, window-state-get-1)
56 (display-buffer-record-window): Use window-point-1 instead of
57 window-point.
58 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 59
9854542e
SM
602011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
63
8943cfb0
GM
642011-10-05 Glenn Morris <rgm@gnu.org>
65
66 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
67 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
68
647ab967
LL
692011-10-05 Leo Liu <sdl.web@gmail.com>
70
71 * subr.el (read-char-choice): Fix argument to buffer-live-p which
72 works with buffer object.
73
3ddfbced
SM
742011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
75
76 * mpc.el (mpc-tool-bar-map): Add labels.
77
bdfa5dd2
GM
782011-10-04 Glenn Morris <rgm@gnu.org>
79
80 * calendar/holidays.el (calendar-check-holidays): Doc fix.
81
0e2070b5
MR
822011-10-04 Martin Rudalics <rudalics@gmx.at>
83
84 * window.el (window--delete): New function.
85 (frame-auto-delete): Resuscitate option.
86 (bury-buffer, replace-buffer-in-windows)
87 (quit-window): Rewrite using window--delete.
88 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
89 Pass display-buffer-mark-dedicated to window--display-buffer-2
90 (Bug#9639).
91
3dc61a09
SM
922011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
93
915a9b64
SM
94 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
95 returns a list (bug#9554). Add remote file name completion.
96 * comint.el (comint--table-subvert): Curry and get quote&unquote
97 functions as arguments.
98 (comint--complete-file-name-data): Adjust call accordingly.
99 * pcomplete.el (pcomplete--table-subvert): Remove.
100 (pcomplete-completions-at-point): Use comint--table-subvert instead.
101
3dc61a09
SM
102 * minibuffer.el (completion-table-case-fold): Use currying.
103 (completion--styles-type, completion--cycling-threshold-type):
104 New constants.
105 (completion-styles, completion-category-overrides)
106 (completion-cycle-threshold): Use them.
107 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
108 completion-table-case-fold.
109
8ea0a993
SB
1102011-10-03 Stephen Berman <stephen.berman@gmx.net>
111
112 * minibuffer.el (completion-category-overrides): Fix type of styles
113 and add more user friendly tags (bug#9660).
114
8c24b7f6
SM
1152011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
118 (mule-input-method-string): New widget.
119 (default-input-method, language-info-custom-alist): Use it.
120
428fe61a
SM
1212011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
122
32c1fffd
SM
123 * pcomplete.el: Require comint.
124 (pcomplete--common-suffix): Remove.
125 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
126 (pcomplete--table-subvert): Sync with comint--table-subvert.
127 (pcomplete--entries): Use comint-completion-file-name-table.
128 * comint.el (comint-unquote-filename): Simplify.
129 (comint-completion-file-name-table): New function (bug#9616).
130 (comint--complete-file-name-data): Use it.
131
428fe61a
SM
132 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
133 (pcmpl-gnu-tar-buffer): Remove.
134 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
135 around. Make sure pcomplete-suffix-list is only changed temporarily.
136 Don't look inside the tar's file if it's too large.
428fe61a 137
04c52e2f
CY
1382011-10-01 Chong Yidong <cyd@stupidchicken.com>
139
ce3cefcc
CY
140 * cus-edit.el (custom-mode-map):
141 * epa.el (epa-key-list-mode-map):
142 * man.el (Man-mode-map):
143 * startup.el (splash-screen-keymap):
144 * simple.el (special-mode-map): Use scroll-up-command and
145 scroll-down-command.
146
147 * progmodes/idlw-help.el (idlwave-help-mode-map):
148 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
149 * net/newst-plainview.el (newsticker-mode-map):
150 * emulation/ws-mode.el (wordstar-mode-map):
151 * emulation/vi.el (vi-com-map):
152 * calc/calc-graph.el (calc-graph-show-dumb):
153 * term/sun.el (terminal-init-sun):
154 * term/ns-win.el (global-map):
155 * progmodes/grep.el (grep-mode-map):
156 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
157 * mail/rmail.el (rmail-mode-map):
158 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
159
04c52e2f
CY
160 * custom.el (custom-safe-themes, load-theme): Treat value of t for
161 custom-safe-themes as special.
162
79adf8c8
JD
1632011-10-01 Julien Danjou <julien@danjou.info>
164
165 * notifications.el (notifications-notify): Fix docstring.
166
63bd50d3
PS
1672011-10-01 Per Starbäck <per@starback.se>
168
169 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
170
199e4c7e
MR
1712011-09-30 Martin Rudalics <rudalics@gmx.at>
172
173 * startup.el (command-line-1): Fix last fix by inserting
174 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 175 (Bug#9605) and (Bug#9636)
199e4c7e 176
fe5f08dd
EZ
1772011-09-29 Eli Zaretskii <eliz@gnu.org>
178
179 * simple.el (line-move): If auto-hscroll-mode is disabled and the
180 window is hscrolled, move by logical lines. (Bug#9607)
181 (line-move-visual): Update the doc string to the above effect.
182
b5516bbd
MR
1832011-09-29 Martin Rudalics <rudalics@gmx.at>
184
ccee00c0
MR
185 * window.el (display-buffer-record-window): When WINDOW is the
186 selected window use `point' instead of `window-point'. (Bug#9626)
187
b5516bbd
MR
188 * startup.el (command-line-1): Use insert-before-markers when
189 inserting initial-scratch-message. (Bug#9605)
ccee00c0 190
b5516bbd
MR
191 * help.el (help-window): Remove variable.
192
52aa0014
GM
1932011-09-29 Glenn Morris <rgm@gnu.org>
194
195 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
196
df9a7357
JB
1972011-09-29 Juanma Barranquero <lekktu@gmail.com>
198
199 * descr-text.el (describe-char-categories): Accept category
200 descriptions more than one line long.
201
a8406c20
SM
2022011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
203
88d9610c
SM
204 * simple.el (delete-trailing-whitespace): Fix last change.
205
a5daf810
SM
206 * progmodes/perl-mode.el (perl-syntax-propertize-function):
207 Don't confuse "y => 3" as the beginning of a `y' operation.
208
a8406c20
SM
209 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
210 object has more than 4 slots (bug#9613).
211
a239d4e9
JB
2122011-09-28 Juanma Barranquero <lekktu@gmail.com>
213
214 * subr.el (with-output-to-temp-buffer):
215 * net/quickurl.el (quickurl, quickurl-browse-url):
216 Fix typos in docstrings.
217
693fbdb6
EZ
2182011-09-27 Eli Zaretskii <eliz@gnu.org>
219
220 * minibuffer.el (completion-styles)
221 (completion-category-overrides): Cross reference each other in doc
222 strings.
223
8b457e28
GM
2242011-09-27 Glenn Morris <rgm@gnu.org>
225
226 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
227 to split-string. (Bug#9606)
228
85a16208
LMI
2292011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
230
231 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
232 (bug#9615).
233
502f9ebd
CY
2342011-09-27 Chong Yidong <cyd@stupidchicken.com>
235
236 * emacs-lisp/package.el (list-packages): Fix echo area message.
237
7690bdea
LL
2382011-09-27 Leo Liu <sdl.web@gmail.com>
239
240 * ido.el (ido-read-internal): Accept cons cell HIST arg.
241
e2ee6f30
MA
2422011-09-25 Michael Albinus <michael.albinus@gmx.de>
243
244 * net/dbus.el (dbus-unregister-object): Don't release services for
245 registered signals. (Bug#9581)
246
f3f98342
TZ
2472011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
248
249 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
250 function that picks between cfengine 2 and 3 support
251 automatically. Update docs accordingly.
252
dd7aa8dd
KH
2532011-09-22 Kenichi Handa <handa@m17n.org>
254
255 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
256 ZERO.
257 (indian-itrans-v5-table-for-tamil): New variable.
258 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
259
3f2b07f8
KM
2602011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
261
262 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
263 that's true if the current command involved collapsing of text.
264 It's reset to false at the beginning of the next command.
265 (allout-post-command-business): Move the cursor to the beginning
266 of entry if the cursor is hidden and collapsing activity just
267 happened.
268
371d6a61
CY
2692011-09-24 Chong Yidong <cyd@stupidchicken.com>
270
271 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
272 tracking (Bug#9541).
273
2ac2721a
UJ
2742011-09-24 Ulf Jasper <ulf.jasper@web.de>
275
276 * net/newst-reader.el (newsticker-html-renderer)
277 (newsticker-show-news): Automatically
278 load html rendering package if newsticker-html-renderer is
279 set. Fixes "Warning: defvar ignored because w3m-fill-column is
280 let-bound" and the error "Symbol's value as variable is void:
281 w3m-fill-column".
282
fac7ae53
MA
2832011-09-24 Michael Albinus <michael.albinus@gmx.de>
284
285 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
286 Release services only if they are defined. (Bug#9581)
287
e08b633b
RS
2882011-09-23 Richard Stallman <rms@gnu.org>
289
e488d29c
RS
290 * textmodes/paragraphs.el (forward-sentence): For backwards case,
291 distinguish start of paragraph from start of its text.
292
19c38752
RS
293 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
294
e08b633b
RS
295 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
296 (rmail-generate-viewer-buffer): Put that hook on view buffer.
297 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
298
0a39f27e
AS
2992011-09-23 Andreas Schwab <schwab@linux-m68k.org>
300
301 * international/mule-diag.el (mule-diag): Insert a newline after
302 each fontset description.
303
db4e950d
SM
3042011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
305
306 * simple.el (delete-trailing-whitespace):
307 Document last change; simplify.
308
eca3f3ea
PW
3092011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
310
d68e189a
PW
311 * simple.el (delete-trailing-whitespace): Also delete
312 extra newlines at the end of the buffer.
313
eca3f3ea
PW
314 * textmodes/picture.el: Make motion commands obey shift-select-mode.
315 (picture-newline): Use forward-line so as to ignore fields.
316
01c157cc
SM
3172011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
318
319 * subr.el (with-wrapper-hook): Fix edebug spec.
320
022de23e
LMI
3212011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
322
323 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
324 (bug#4538).
325
91683089
MA
3262011-09-23 Michael Albinus <michael.albinus@gmx.de>
327
eca3f3ea
PW
328 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
329 Fix nasty bug using wrong cached values.
91683089 330
5bdd6fa4
AM
3312011-09-23 Alan Mackenzie <acm@muc.de>
332
333 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
334
97adfb97
CY
3352011-09-23 Chong Yidong <cyd@stupidchicken.com>
336
337 * window.el (pop-to-buffer): Ensure right window is selected if we
338 chose another frame.
339
d4ef2b50
EZ
3402011-09-22 Eli Zaretskii <eliz@gnu.org>
341
342 * simple.el (what-cursor-position): Use get-char-property-change
343 and next-single-char-property-change, to be able to show display
344 properties that come from overlays as well as text properties.
345
72258fe5
CY
3462011-09-22 Chong Yidong <cyd@stupidchicken.com>
347
348 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
349
350 * cmuscheme.el (run-scheme, switch-to-scheme):
351 * cus-edit.el (customize-group, custom-buffer-create)
352 (customize-browse):
353 * info.el (info):
354 * shell.el (shell):
355 * mail/sendmail.el (mail):
356 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
357
8f098516
RS
3582011-09-22 Richard Stallman <rms@gnu.org>
359
360 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
361 move back only to line beg, don't move back over blank lines.
362
e74f1bb6
MA
3632011-09-22 Michael Albinus <michael.albinus@gmx.de>
364
365 * files.el (copy-directory): Set directory attributes only in case
366 they could be retrieved from the source directory. (Bug#9565)
367
bfeef8b6
DK
3682011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
369
370 * progmodes/hideshow.el (hs-looking-at-block-start-p)
371 (hs-find-block-beginning, hs-hide-level-recursive):
372 Ignore strings as well as comments. (Bug#9502)
373
7e423bb8
AS
3742011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
375
376 * progmodes/sql.el (sql-comint-postgres):
377 Convert port number to a string. (Bug#9566)
378
b4d72fcf
MR
3792011-09-22 Martin Rudalics <rudalics@gmx.at>
380
381 * window.el (quit-window): Undedicate window when switching to
382 previous buffer. Reported by Thierry Volpiatto
383 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
384 (special-display-popup-frame): When popping up a new frame reset
385 its previous buffers to nil. Simplify code.
b4d72fcf 386
a7b88dc6
MA
3872011-09-21 Michael Albinus <michael.albinus@gmx.de>
388
389 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
390 and process filter, as done also in `shell-command'.
391
cf4eacfd
MR
3922011-09-21 Martin Rudalics <rudalics@gmx.at>
393
eca3f3ea
PW
394 * window.el (set-window-buffer-start-and-point):
395 Call set-window-start with NOFORCE argument t. Suggested by Thierry
cf4eacfd
MR
396 Volpiatto <thierry.volpiatto@gmail.com>.
397 (quit-window): Reword doc-string. Handle new format of
398 quit-restore parameter. Don't delete window if it has a
399 previous buffer we can show instead of the present one.
400 (display-buffer-record-window): Rewrite using a new format for
401 the quit-restore window parameter
402 (special-display-popup-frame, display-buffer-same-window)
403 (display-buffer-reuse-window, display-buffer-pop-up-frame)
404 (display-buffer-pop-up-window, display-buffer-use-some-window):
405 Adapt symbol passed to display-buffer-record-window.
406 * help.el (help-window-setup): Handle new format of quit-restore
407 parameter.
408
8d28cb95
SM
4092011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
410
94ab793f
SM
411 * faces.el (face-list): Fix docstring (bug#9564).
412
8d28cb95
SM
413 * window.el (display-buffer--action-function-custom-type):
414 Don't include internal functions in the Custom interface.
415
3820edeb
JL
4162011-09-20 Juri Linkov <juri@jurta.org>
417
418 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
419 (Info-forward-node, Info-backward-node, Info-next-preorder)
420 (Info-last-preorder): Use it. (Bug#9528)
421
5147931d
JL
4222011-09-20 Juri Linkov <juri@jurta.org>
423
424 * info.el (Info-last-preorder): Visit last menu item only when
425 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
426
cf499a1a
JD
4272011-09-20 Julien Danjou <julien@danjou.info>
428
429 * password-cache.el (password-cache-remove): Remove entries even if the
430 value is nil, so that password with a nil value (negative caching) is
431 possible to invalidate.
432
f84e2fe2
LM
4332011-09-20 Lawrence Mitchell <wence@gmx.li>
434
435 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
436 all whitespace around breakpoint. (Bug#9553)
437 (f90-find-breakpoint): Only break at whitespace inside a comment.
438
78054a46
SM
4392011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
440
441 * minibuffer.el (completion-file-name-table): Keep track of errors.
442 (completion-table-with-predicate): Handle the case where pred1 is nil.
443 * pcomplete.el (pcomplete-completions-at-point): Simplify.
444
345083b2
SM
4452011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
446
e24e27be
SM
447 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
448 (debugger-return-value): Signal an error if the debugging context does
449 not await any return value.
450
345083b2
SM
451 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
452 * image-mode.el (image-toggle-display-text)
453 (image-toggle-display-image): Stay away from evil `intangible'.
454
08d355e3
LL
4552011-09-19 Leo Liu <sdl.web@gmail.com>
456
457 * replace.el (occur-revert-arguments): Make it permanent-local.
458 (occur-mode): Don't call font-lock-defontify.
459
f01da43f
CY
4602011-09-19 Chong Yidong <cyd@stupidchicken.com>
461
462 * net/ldap.el (ldap-search-internal): Don't push empty search
463 result (Bug#9508).
464
b6072fa6
SM
4652011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
466
467 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
468
443d6696
MA
4692011-09-19 Michael Albinus <michael.albinus@gmx.de>
470
471 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
472 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
473
7cc6e154
JL
4742011-09-18 Juri Linkov <juri@jurta.org>
475
476 * buff-menu.el (Buffer-menu-mode-map):
477 * dired.el (dired-mode-map):
478 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
479 (lisp-interaction-mode-map):
480 * emacs-lisp/package.el (package-menu-mode-map):
481 * epa.el (epa-key-list-mode-map):
482 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
483 (menu-bar-options-menu):
484 * outline.el (outline-mode-menu-bar-map):
485 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
486 * vc/vc-dir.el (vc-dir-menu-map):
487 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
488 Capitalize non-function content words in menu item strings.
489
490 * dired.el (dired-mode-map): Add menu item for
491 `image-dired-dired-toggle-marked-thumbs'.
492
80302a81
JL
4932011-09-18 Juri Linkov <juri@jurta.org>
494
495 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
496 to `isearch-case-fold-search' and restore its original value
497 after the `isearch-mode' call.
498
46c5cf66
JL
4992011-09-18 Juri Linkov <juri@jurta.org>
500
501 * progmodes/grep.el (grep-process-setup): Don't check code for 1
502 because `zgrep' returns 1 for successful matches (bug#9226).
503
d18b513b
JL
5042011-09-18 Juri Linkov <juri@jurta.org>
505
506 * info.el (Info-extract-menu-node-name): Check the second match
507 for empty string (second test-case of bug#9528).
508 (Info-last-preorder): Let-bind `Info-history' to nil to not add
509 intermediate nodes to the history (first test-case of bug#9528).
510
72753f87
JL
5112011-09-18 Juri Linkov <juri@jurta.org>
512
513 * info.el (Info-mode-syntax-table): New variable.
514 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312)
515
c9384295
JL
5162011-09-18 Juri Linkov <juri@jurta.org>
517
518 * info.el (Info-file-supports-index-cookies): Increment
519 line-beginning-position's arg from 3 to 4 because makeinfo outputs
520 one more line for long file names (bug#4142).
521
d473dce8
CY
5222011-09-18 Chong Yidong <cyd@stupidchicken.com>
523
524 * newcomment.el (comment-normalize-vars): If prompting for
525 comment-start, set comment-start-skip too (Bug#8424).
526
2176854d
JB
5272011-09-18 Johan Bockgård <bojohan@gnu.org>
528
529 * icomplete.el: Fix previous fix of Bug#5849.
530 (icomplete-mode): Don't set completion-show-inline-help.
531 (icomplete-minibuffer-setup): Set completion-show-inline-help
532 locally during icompletion.
533
3aace4e4
CY
5342011-09-18 Chong Yidong <cyd@stupidchicken.com>
535
c940224f
CY
536 * woman.el (woman2-process-escapes): Don't delete unrecognized
537 escapes (Bug#7843).
538
3aace4e4
CY
539 * files.el (inhibit-first-line-modes-regexps): Add image files.
540 (hack-local-variables-prop-line): Return nil for malformed
541 prop-lines (Bug#9044).
542
710dec63
MA
5432011-09-18 Michael Albinus <michael.albinus@gmx.de>
544
545 * net/tramp.el (top): Don't require 'shell.
546 (tramp-methods): Fix docstring.
547 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
548 Return complete remote file name. Handle "smb" case.
549 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
550 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
551
552 * net/tramp-compat.el (top): Require 'shell.
553
554 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
555 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
556 `tramp-current-host'.
557 (tramp-get-remote-tmpdir): Remove.
558
559 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
560 `tramp-tmpdir' entries.
561 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
562 (tramp-smb-handle-file-attributes): Ignore errors.
563 (tramp-smb-wait-for-output): Check also for process end.
564
5d5ac8ec
LMI
5652011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
566
567 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
568 when sending QUIT (bug#9312).
569
8c0f49f0
CY
5702011-09-17 Chong Yidong <cyd@stupidchicken.com>
571
572 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
573 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
574 occur-mode-display-occurrence.
575 (occur-edit-mode): Add usage message.
576 (occur-cease-edit): New command.
577 (occur-after-change-function): Use text properties to find the
578 position of the prefix text.
579 (occur-engine): Set stickiness of prefix text properties.
580
8f1383f7
GM
5812011-09-17 Glenn Morris <rgm@gnu.org>
582
583 * progmodes/etags.el (complete-tag):
584 Fix call to completion-in-region. (Bug#9526)
585
744ba0e3
JL
5862011-09-17 Juri Linkov <juri@jurta.org>
587
588 * textmodes/ispell.el (ispell-word): Add to the error message
589 the word, ispell program name and current dictionary (bug#9121).
590 (ispell-tex-arg-end): Capitalize "error" in the error message.
591
d9bbf400
AS
5922011-09-17 Andreas Schwab <schwab@linux-m68k.org>
593
594 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
595 check. (Bug#4251)
596
8da11505
JL
5972011-09-17 Juri Linkov <juri@jurta.org>
598
599 * window.el (window-safe-min-height, window-safe-min-width):
600 Fix typos (followup to bug#9522).
601
a91adc7e
SJ
6022011-09-17 Sven Joachim <svenjoac@gmx.de>
603
604 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
605
064f328a
EZ
6062011-09-16 Eli Zaretskii <eliz@gnu.org>
607
608 * simple.el (line-move): If goal-column is set, move by logical
609 lines, not by display lines. (Bug#971)
610 (next-line, previous-line, goal-column, line-move-visual): Doc fix
611 to reflect the above change.
612
e69df516
SM
6132011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
614
615 * image.el (imagemagick-register-types): Use regexp-opt.
616
cbb0f9ab
CY
6172011-09-15 Chong Yidong <cyd@stupidchicken.com>
618
619 * window.el (display-buffer-base-action): Rename from
620 display-buffer-default-action. Make default value empty.
621 (display-buffer-overriding-action): Convert to defvar.
622 (display-buffer-fallback-action): New var.
623
25322144
CY
6242011-09-15 Chong Yidong <cyd@stupidchicken.com>
625
626 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
627 declaration.
628 (package--add-to-archive-contents): If there is a duplicate entry
629 with an older version, remove it.
630 (package-menu-mark-delete, package-menu-mark-install)
631 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
632 (package-menu-mark-obsolete-for-deletion):
633 Use package-menu-get-status instead of a regexp search.
25322144
CY
634 (package-menu-get-status): Use tabulated-list-entry.
635 (package-menu-mark-upgrades): New command.
d770725a 636 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
637 (package-menu-execute): Do installation before deletion.
638 (package-menu-refresh, package-menu-execute): Use derived-mode-p
639 instead of checking major-mode.
640 (package-menu--find-upgrades): New function.
641
7520339c
LMI
6422011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
643
644 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
645 passwords in the log buffer.
65a046c4
LMI
646 (smtpmail-process-filter): Update the process marker so that the
647 "broken by peer" status message is inserted in the right place.
7520339c 648
d3c30954
SM
6492011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
650
3fe48822
SM
651 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
652 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
653 bibtex-completion-at-point-function.
654 (bibtex-completion-at-point-function): Use them.
655
1b8b3954
SM
656 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
657
d3c30954
SM
658 * mpc.el (mpc-constraints-tag-lookup): New function.
659 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
660 also to browser "album|playlist".
661
72779976
JL
6622011-09-14 Juri Linkov <juri@jurta.org>
663
664 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
665 (isearch-edit-string): Use length of `isearch-string' when
666 `isearch-fail-pos' returns nil.
667 (isearch-message): Remove duplicate code and call
668 `isearch-fail-pos' with arg `t'.
669
a0bf2bcd
CY
6702011-09-14 Chong Yidong <cyd@stupidchicken.com>
671
17bb0a2d
CY
672 * replace.el (occur-mode-goto-occurrence): Don't force using other
673 window (Bug#9499).
674
a0bf2bcd
CY
675 * dired-aux.el (dired-do-chmod): Don't provide initial input.
676
f678e0b6
MR
6772011-09-14 Martin Rudalics <rudalics@gmx.at>
678
679 * window.el (display-buffer-window): Remove.
680 (display-buffer-record-window): Use help-setup window parameter
681 instead of variable display-buffer-window.
682 (display-buffer-function, special-display-buffer-names)
683 (special-display-function): Mention help-setup parameter instead
684 of display-buffer-window in doc-string.
d3c30954
SM
685 * help.el (help-window-setup): New argument help-window.
686 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
687 Reword some messages.
688 (with-help-window): Pass window used for displaying the buffer
689 to help-window-setup. Don't set display-buffer-window.
690
8e39b2e8
GM
6912011-09-13 Glenn Morris <rgm@gnu.org>
692
693 * emacs-lisp/debug.el (debugger-make-xrefs):
694 Preserve point. (Bug#9462)
695
85e9c04b
CY
6962011-09-13 Chong Yidong <cyd@stupidchicken.com>
697
698 * window.el (window-deletable-p): Use next-frame.
699
1b36ed6a
MR
7002011-09-13 Martin Rudalics <rudalics@gmx.at>
701
702 * window.el (window-auto-delete): Remove.
703 (window-deletable-p): Remove argument FORCE. Don't deal with
704 dedicatedness and previous buffers.
705 (switch-to-prev-buffer): Don't delete window.
706 (delete-windows-on): Delete a window's frame if and only if the
707 window is dedicated.
708 (replace-buffer-in-windows): Delete buffer's window or frame if
709 and only if window is dedicated.
710 (quit-window): Handle quit-restore as before last change.
4d61f28d 711 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 712
ef8ef9fb
CY
7132011-09-13 Chong Yidong <cyd@stupidchicken.com>
714
715 * window.el (window-deletable-p): Never delete the last frame on a
716 given terminal.
717
b2cba41e
GM
7182011-09-13 Glenn Morris <rgm@gnu.org>
719
720 * help.el (describe-key-briefly): Copy previous standard-output change.
721
51553db6 7222011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
723
724 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
725
b7556719
GM
7262011-09-13 Glenn Morris <rgm@gnu.org>
727
728 * emacs-lisp/lisp-mode.el (lisp-indent-function):
729 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
730
64b51947
CY
7312011-09-12 Chong Yidong <cyd@stupidchicken.com>
732
733 * dired-aux.el (dired-mark-read-string): Don't return default
734 value on empty input (Bug#9361).
735 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
736 Omit initial minibuffer contents.
737 (dired-do-chmod): Signal an error on empty input.
738 (dired-mark-read-string): Don't return default on empty input.
739
740 * files.el (file-modes-symbolic-to-number): Doc fix.
741
393a301e
SM
7422011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * international/mule-cmds.el (ucs-completions): Remove.
745 (read-char-by-name): Use complete-with-action instead; add metadata.
746
fa5660f9
CY
7472011-09-11 Chong Yidong <cyd@stupidchicken.com>
748
749 * window.el (display-buffer--action-function-custom-type)
750 (display-buffer--action-custom-type): New vars.
751 (display-buffer-alist, display-buffer-default-action)
752 (display-buffer-overriding-action): Add defcustom types.
753
4a592f66
CY
754 * frame.el (delete-other-frames): Doc fix (Bug#276).
755
73d56dbd
LMI
7562011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
757
758 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
759
37ac18a3
CY
7602011-09-11 Chong Yidong <cyd@stupidchicken.com>
761
762 Change modes that used same-window-* vars to use switch-to-buffer.
763
764 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
765 Use switch-to-buffer.
766
767 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
768 (customize-browse, custom-buffer-create-other-window):
769 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
770
771 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
772 (Info-prev, Info-up, Info-speedbar-goto-node)
773 (info-display-manual): Use switch-to-buffer.
774 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
775
776 * mail/sendmail.el (mail): Use switch-to-buffer.
777 (mail-recover): Use switch-to-buffer-other-window.
778
779 * cmuscheme.el (run-scheme, switch-to-scheme):
780 * ielm.el (ielm):
781 * shell.el (shell):
782 * net/rlogin.el (rlogin):
783 * net/telnet.el (telnet, rsh):
784 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
785
10195bd6
AS
7862011-09-11 Andreas Schwab <schwab@linux-m68k.org>
787
788 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
789
b322f63a
LMI
7902011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
791
39d7fed6
LMI
792 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
793 so don't mention it (bug#9301).
ba5a81f1 794 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 795
ee0e9f11
LMI
796 * faces.el (face-spec-set-match-display): Make `(type graphic)'
797 match `x', `w32' and `ns', like the manual says (bug#9029).
798
0b1c89c1 799 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
800 (process-kill-buffer-query-function): Mention the buffer name in
801 the query.
0b1c89c1 802
77549ea8
LMI
803 * image-mode.el (image-next-line): The line parameter is mandatory
804 (bug#9258).
805
803ef892
LMI
806 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
807 which can be useful (bug#9301).
808
12980837
LMI
809 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
810
91054f8f
LMI
811 * subr.el (match-string): Mention that the current buffer should
812 be the same as the search was done in (bug#9282).
813
b322f63a
LMI
814 * facemenu.el: Disable the remove-* commands if the mark isn't
815 active (bug#9162).
816
3199b96f
CY
8172011-09-10 Chong Yidong <cyd@stupidchicken.com>
818
819 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
820 of display-buffer.
821 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
822
823 * replace.el (occur-mode-goto-occurrence)
824 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
825 and display-buffer.
826
827 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
828 display-buffer.
829
830 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
831 special-display and same-window variables.
832 (mail-other-window): Use switch-to-buffer-other-window.
833 (mail-other-frame): USe switch-to-buffer-other-frame.
834
393a301e
SM
835 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
836 Use display-buffer-other-frame.
3199b96f
CY
837 (gdb-display-gdb-buffer): Use pop-to-buffer.
838
839 * progmodes/gud.el (gud-goto-info): Use info-other-window.
840
841 * progmodes/python.el: Don't set same-window-buffer-names.
842
843 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
844
845 * window.el (display-buffer-alist): Add *Python*.
846
8319e0bf
CY
8472011-09-10 Chong Yidong <cyd@stupidchicken.com>
848
849 * window.el (display-buffer-alist): Add entry for buffers
850 previously handled same-window-*.
851 (display-buffer-alist, display-buffer-default-action)
852 (display-buffer-overriding-action): Mark as risky.
853 (display-buffer-alist): Document action function changes.
854 (display-buffer--same-window-action)
855 (display-buffer--other-frame-action): New variables.
856 (switch-to-buffer, display-buffer-other-frame): Use them.
857 (display-buffer): Rename reuse-frame entry to reusable-frames.
858 (display-buffer-reuse-selected-window): Function deleted.
859 (display-buffer-reuse-window): Handle reusable-frames alist entry.
860 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
861 (display-buffer-special): New function.
862 (display-buffer--maybe-pop-up-frame-or-window): Rename from
863 display-buffer-reuse-or-pop-window. Split off special-display
864 part into display-buffer-special.
865 (display-buffer-use-some-window): Don't perform any special
866 pop-up-frames handling.
867 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 868 (display-buffer--maybe-same-window): Rename from
0d3ff375 869 display-buffer-maybe-same-window.
8319e0bf 870
919a69aa
CY
871 * info.el: Don't set same-window-regexps.
872 (info-setup): New function.
873 (info-other-window, info): Call it.
874
875 * cus-edit.el: Don't set same-window-regexps.
876 (customize-group): New argument.
877 (customize-group-other-window): Use it.
878 (customize-face, customize-face-other-window): Likewise.
879 (custom-buffer-create-other-window): Use pop-to-buffer directly.
880
8319e0bf
CY
881 * net/rlogin.el:
882 * net/telnet.el:
883 * progmodes/gud.el: Don't set same-window-regexps.
884
885 * cmuscheme.el:
886 * ielm.el:
887 * shell.el:
888 * mail/sendmail.el:
889 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
890
25173000
JL
8912011-09-10 Juri Linkov <juri@jurta.org>
892
893 * isearch.el (isearch-edit-string): Remove obsolete mention of
894 `C-w' (`isearch-yank-word-or-char') from docstring.
895 (isearch-query-replace): Fix typo in docstring (bug#9466).
896
056e44ef
JL
8972011-09-10 Juri Linkov <juri@jurta.org>
898
899 * paren.el (show-paren-function): Don't show escaped parens.
900 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
901
c3760c17
EZ
9022011-09-10 Eli Zaretskii <eliz@gnu.org>
903
904 * mail/sendmail.el (mml-to-mime, mml-attach-file)
905 (mm-default-file-encoding): Remove autoload forms, they are
906 replaced with autoload cookies in mml.el and mm-encode.el.
907 (mail-add-attachment): New command.
908 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
909 (mail-mode): Mention mail-insert-file and mail-add-attachment in
910 the doc string.
911 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
912
fece895e
RT
9132011-09-10 Reuben Thomas <rrt@sc3d.org>
914
e69df516
SM
915 * simple.el (count-words-region): Use buffer if there's no region
916 (bug#9429).
fece895e 917
5e68ce4a
JL
9182011-09-09 Juri Linkov <juri@jurta.org>
919
920 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
921 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
922 (wdired-isearch-filter-read-only): New function. (Bug#6362)
923
0a6b9622
AM
9242011-09-09 Alan Mackenzie <acm@muc.de>
925
926 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
927 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
928
14a29deb
EZ
9292011-09-09 Eli Zaretskii <eliz@gnu.org>
930
931 Fix for Savannah bug#9392.
932 * simple.el (mail-encode-mml): New defvar.
933
934 * mail/rmail.el (mail-encode-mml): Add a defvar.
935 (rmail-enable-mime-composing): Default to t.
936 (rmail-forward): Use MIME method of forwarding only if both
937 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
938 Set mail-encode-mml non-nil if the MIME method was used.
939
940 * mail/sendmail.el (mml-to-mime): Add autoload form.
941 (mail-encode-mml): Add a defvar.
942 (mail-mode): Make mail-encode-mml buffer-local and initialize it
943 to nil.
944 (mail-send): If mail-encode-mml is non-nil, run the outgoing
945 message through mml-to-mime, and reset mail-encode-mml to nil.
946
28c45130
GM
9472011-09-09 Glenn Morris <rgm@gnu.org>
948
949 * woman.el (woman-if-body): When processing an .el block,
950 do not delete the next .el block as well. (Bug#9447)
69f4b618 951 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 952
9b1c252e
MR
9532011-09-08 Martin Rudalics <rudalics@gmx.at>
954
955 * window.el (window-deletable-p): Make sure window is live before
956 invoking window-prev-buffers.
957
567457e3
LL
9582011-09-08 Leo Liu <sdl.web@gmail.com>
959
960 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
961
97f05794
JL
9622011-09-08 Juri Linkov <juri@jurta.org>
963
964 * progmodes/compile.el (compilation-environment): Make it
965 a defcustom (bug#8340).
966
8b0874b5
MR
9672011-09-08 Martin Rudalics <rudalics@gmx.at>
968
969 * window.el (frame-auto-delete): Rename to window-auto-delete.
970 Make it control auto-deletion of windows and/or frames.
971 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 972 for deleting window/frame. (Bug#9419)
8b0874b5
MR
973 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
974 Rewrite handling of case when window/frame can be deleted.
975 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 976 argument t. (Bug#9456)
8b0874b5 977
4feb6e73
CY
9782011-09-07 Chong Yidong <cyd@stupidchicken.com>
979
980 * help-mode.el (help-mode): Restore autoload.
981
91ab9c13
JL
9822011-09-07 Juri Linkov <juri@jurta.org>
983
984 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
985 `compilation-environment'. Set buffer-local
986 `compilation-environment' to `thisenv' later after (funcall mode).
987 (Bug#8340)
988
989 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
990 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
991 instead of replacing its value. (Bug#8340)
992
0527e251
JL
9932011-09-07 Juri Linkov <juri@jurta.org>
994
995 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
996 based on text properties put by `grep-filter' instead of matching
997 escape sequences.
998 (grep-mode): Set buffer-local `compilation-error-screen-columns'
999 to the value of `grep-error-screen-columns' (bug#9438).
1000
249f792c
JL
10012011-09-07 Juri Linkov <juri@jurta.org>
1002
1003 * simple.el (next-error-highlight, next-error-highlight-no-select):
1004 Doc fix (bug#9432).
1005
ff7271b9
OT
10062011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
1007
1008 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1009 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
1010
183fc730
LL
10112011-09-07 Leo Liu <sdl.web@gmail.com>
1012
1013 * net/rcirc.el (rcirc-mode): Conditionally initialize
1014 rcirc-input-ring.
1015
77694924
SM
10162011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * emacs-lisp/find-func.el (find-function-C-source): Only set
1019 find-function-C-source-directory after checking that we found a source
1020 file there (bug#9440).
1021
d809b8eb
AM
10222011-09-06 Alan Mackenzie <acm@muc.de>
1023
1024 * isearch.el (isearch-other-meta-char): Wherever a key list is
1025 unread, "unread" the prefix arg, too. This fixes bug #8901.
1026
453de99f
OG
10272011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1028
1029 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
1030
90439906
JL
10312011-09-05 Juri Linkov <juri@jurta.org>
1032
1033 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
1034
f62bd846
JL
10352011-09-05 Juri Linkov <juri@jurta.org>
1036
1037 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
1038 keeping point where processing of grep matches begins, and
1039 continue to delete remaining escape sequences from the same point.
1040 (grep-filter): Make leading zero optional in "0?1;31m" because
1041 git-grep emits "\033[1;31m" escape sequences unlike expected
1042 "\033[01;31m" as GNU Grep does (bug#9408).
1043 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
1044
045820ec
JL
10452011-09-05 Juri Linkov <juri@jurta.org>
1046
1047 * subr.el (y-or-n-p): Capitalize "yes".
1048
f5e29b9b
MA
10492011-09-04 Michael Albinus <michael.albinus@gmx.de>
1050
1051 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
1052 `tramp-cache-unload-hook' where appropriate.
1053 (tramp-methods): Rename `tramp-remote-sh' to
1054 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
1055 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
1056
1057 * net/tramp-sh.el (top): Don't require 'shell.
1058 (tramp-methods): Add `tramp-remote-shell' and
1059 `tramp-remote-shell-args' entries.
1060 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
1061 (tramp-sh-handle-shell-command): Remove.
1062 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1063 Use `tramp-remote-shell'.
1064
2784c434
CY
10652011-09-03 Chong Yidong <cyd@stupidchicken.com>
1066
393a301e 1067 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
1068 (sendmail-query-once): Save directly to send-mail-function.
1069 Update message-send-mail-function too.
1070
1071 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
1072
464cdf56
CS
10732011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
1074
1075 * progmodes/python.el (python-mode-map): Use correct function to
1076 start python interpreter from menu-bar (as reported by Geert
1077 Kloosterman).
1078 (inferior-python-mode-map): Fix typo.
393a301e 1079 (python-shell-map): Remove.
464cdf56 1080
d37e5c87
DD
10812011-09-03 Deniz Dogan <deniz@dogan.se>
1082
1083 * net/rcirc.el (rcirc-print): Simplify code for
1084 rcirc-scroll-show-maximum-output. There is no need to walk
1085 through all windows to find the right one.
1086
f3ada0ee
CS
10872011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
1088
1089 * help.el (help-return-method): Doc fix.
1090
1f3c99ca
MR
10912011-09-03 Martin Rudalics <rudalics@gmx.at>
1092
1093 * window.el (window-deletable-p): Don't return a non-nil value
1094 when there's a buffer that was shown in the window before.
1095 (Bug#9419)
393a301e
SM
1096 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1097 Set window's previous buffers to nil.
1f3c99ca 1098
a3cf097f
EZ
10992011-09-03 Eli Zaretskii <eliz@gnu.org>
1100
1101 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
1102 newline before and after the tag line, so it doesn't interfere
1103 with determining the paragraph direction of bidirectional text.
1104
3d03de90
LL
11052011-09-03 Leo Liu <sdl.web@gmail.com>
1106
1107 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
1108
c3313451
CY
11092011-09-02 Chong Yidong <cyd@stupidchicken.com>
1110
393a301e 1111 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
1112 (pop-to-buffer): Change interactive spec. Pass second argument
1113 directly to display-buffer.
1114 (display-buffer): Fix interactive spec. Use functionp to
1115 distinguish between a function and a list of functions.
1116
1117 * abbrev.el (edit-abbrevs):
1118 * arc-mode.el (archive-extract):
1119 * autoinsert.el (auto-insert):
1120 * bookmark.el (bookmark-bmenu-list):
1121 * files.el (find-file):
1122 * view.el (view-buffer):
1123 * progmodes/compile.el (compilation-goto-locus):
1124 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
1125
89894cd8
CY
11262011-09-02 Chong Yidong <cyd@stupidchicken.com>
1127
1128 * window.el (display-buffer-alist): Doc fix.
1129 (display-buffer): Add docstring. Don't treat
1130 display-buffer-default specially.
1131 (display-buffer-reuse-selected-window)
1132 (display-buffer-same-window, display-buffer-maybe-same-window)
1133 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1134 (display-buffer-pop-up-window)
1135 (display-buffer-reuse-or-pop-window)
1136 (display-buffer-use-some-window): New functions.
1137 (display-buffer-default-action): Use them.
393a301e 1138 (display-buffer-default): Delete.
89894cd8
CY
1139 (pop-to-buffer-1): Fix choice of actions.
1140
ae0bc9fb
SM
11412011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
1142
1143 * minibuffer.el (completion--insert-strings): Don't get confused by
1144 completion entries that end with an LF char.
1145
e9d90883
EZ
11462011-09-01 Eli Zaretskii <eliz@gnu.org>
1147
1148 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
1149
437014c8
CY
11502011-09-01 Chong Yidong <cyd@stupidchicken.com>
1151
1152 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
1153 (display-buffer-same-window, display-buffer-other-window):
1154 New functions.
437014c8
CY
1155 (pop-to-buffer-1): New function. Use the above.
1156 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 1157 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
1158
1159 * view.el (view-buffer-other-window, view-buffer-other-frame):
1160 Just use pop-to-buffer.
1161
a5e063d5
TV
11622011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1163
1164 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
1165
793d32bb
WH
11662011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
1167
1168 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
1169
d65e4c15
RS
11702011-08-31 Richard Stallman <rms@gnu.org>
1171
1172 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
1173 of the separation of rmail-view-buffer from rmail-buffer.
1174 If you say no to "replace original", the decrypt is in the
1175 view buffer. If you say yes, the decrypt goes into the
1176 rmail buffer also.
1177
f818cd2a
MR
11782011-08-31 Martin Rudalics <rudalics@gmx.at>
1179
1180 * window.el (display-buffer-window): Rewrite doc-string.
1181 (display-buffer-record-window): New function.
1182 (display-buffer-macro-specifiers)
1183 (display-buffer-even-window-sizes, display-buffer-set-height)
1184 (display-buffer-set-width, display-buffer-in-window)
1185 (display-buffer-reuse-window, display-buffer-split-specifiers)
1186 (display-buffer-side-specifiers, display-buffer-split-window-1)
1187 (display-buffer-split-window, display-buffer-split-atom-window)
1188 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
1189 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
1190 (display-buffer-other-window-means-other-frame)
1191 (display-buffer-normalize-special)
1192 (display-buffer-normalize-default)
1193 (display-buffer-normalize-argument)
1194 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
1195 (display-buffer-normalize-specifiers, display-buffer-frame)
1196 (display-buffer-same-window, display-buffer-same-frame)
1197 (display-buffer-other-window)
1198 (display-buffer-same-frame-other-window)
1199 (display-buffer-other-frame, pop-to-buffer-same-window)
1200 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
1201 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
1202 (switch-to-buffer-same-frame)
1203 (switch-to-buffer-other-window-same-frame)
1204 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
1205 (display-buffer-alist-set-1, display-buffer-alist-set-2)
1206 (display-buffer-alist-set): Remove.
1207 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
1208 (special-display-regexps, special-display-function):
1209 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
1210 parameter.
1211 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
1212 (special-display-frame-alist, special-display-popup-frame)
1213 (same-window-buffer-names, same-window-regexps, same-window-p)
1214 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
1215 (split-window-preferred-function, split-height-threshold)
1216 (split-width-threshold, window-splittable-p)
1217 (split-window-sensibly, window--try-to-split-window)
1218 (window--frame-usable-p, even-window-heights)
1219 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
1220 (window--display-buffer-2, display-buffer-other-frame):
1221 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
1222 (display-buffer-default, display-buffer-assq-regexp): New functions.
1223 (display-buffer-alist): Rewrite doc-string.
1224 (display-buffer-default-action)
1225 (display-buffer-overriding-action): New variables.
1226 (display-buffer, switch-to-buffer): Rewrite.
1227 (pop-to-buffer): Restore Emacs 23 behavior but use
1228 window-normalize-buffer-to-display.
1229 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
1230 Restore Emacs 23 behavior but use
1231 window-normalize-buffer-to-switch-to.
1232 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
1233 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
1234 Rewrite using Emacs 23 options.
f818cd2a 1235
5bc3b51d
MA
12362011-08-31 Michael Albinus <michael.albinus@gmx.de>
1237
1238 * net/tramp.el (tramp-root-regexp): Remove.
1239 (tramp-completion-file-name-regexp-unified)
1240 (tramp-completion-file-name-regexp-separate)
1241 (tramp-completion-file-name-regexp-url): Don't use leading volume
1242 letter on win32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
1243 (tramp-drop-volume-letter): Simplify definition.
1244 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 1245
b1a4f8e1
SM
12462011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1247
1248 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
1249 (bug#9356).
1250
5664fa7b
RT
12512011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
1252
b1a4f8e1 1253 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 1254
9a45d6c3
JL
12552011-08-29 Juri Linkov <juri@jurta.org>
1256
1257 * isearch.el (isearch-done): Don't display message "Mark saved"
1258 when arg `edit' is non-nil to prevent its flicker in the echo area.
1259
fb87e0fb
CY
12602011-08-28 Chong Yidong <cyd@stupidchicken.com>
1261
1262 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
1263 obsolete packages for deletion.
1264
09ac1c2a
CS
12652011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
1266
1267 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 1268 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
1269 view-mode from help-mode.
1270 (help-xref-override-view-map): Remove.
1271 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
1272 view-mode is not used anymore.
1273
7a1ff57f
CY
12742011-08-28 Chong Yidong <cyd@stupidchicken.com>
1275
1276 * server.el (server-port): Doc fix.
1277
b9696605
CY
1278 * cus-theme.el (custom-theme-choose-mode): Inherit from
1279 special-mode (Bug#9124).
1280 (custom-theme-choose-mode-map): Add special-mode to parent.
1281
ef8cdf8c
AM
12822011-08-28 Alan Mackenzie <acm@muc.de>
1283
1284 * progmodes/cc-fonts.el
1285 (c-make-font-lock-BO-decl-search-function): New function.
1286 (c-basic-matchers-after - "Fontify the clauses after various
1287 keywords"): Extract the three keyword lists for the 3 erroneous
1288 constructs from the list of four, and use the new function above
1289 in place of an old one.
1290
27de4e20
DD
12912011-08-28 Deniz Dogan <deniz@dogan.se>
1292
1293 * net/rcirc.el (rcirc-insert-prev-input)
1294 (rcirc-insert-next-input): Remove unused argument.
1295
356a3681
SM
12962011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1297
1298 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
1299
3fc9b218
AM
13002011-08-27 Alan Mackenzie <acm@muc.de>
1301
1302 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
1303 handle function pointer parameters properly.
1304
538a061c
MR
13052011-08-27 Martin Rudalics <rudalics@gmx.at>
1306
1307 * window.el (display-buffer-reuse-window): Fix case where
1308 selected window was reused with non-nil OTHER-WINDOW argument.
1309 (Bug#9381)
1310
35b1c40c
DD
13112011-08-27 Deniz Dogan <deniz@dogan.se>
1312
1313 * net/rcirc.el (rcirc-check-auth-status): Adding support for
1314 oftc's NickServ messages.
1315
2f6a3e79
GM
13162011-08-27 Glenn Morris <rgm@gnu.org>
1317
1318 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
1319
7254299e
CY
13202011-08-26 Chong Yidong <cyd@stupidchicken.com>
1321
1322 * emacs-lisp/package.el (package-install): Call package-initialize
1323 if called interactively.
1324
f8ccf167
LL
13252011-08-26 Leo Liu <sdl.web@gmail.com>
1326
1327 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
1328
3e8cd5ce
JL
13292011-08-25 Juri Linkov <juri@jurta.org>
1330
1331 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
1332 `search-whitespace-regexp' (bug#9364).
1333
93eb7113
JL
13342011-08-25 Juri Linkov <juri@jurta.org>
1335
1336 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
1337 `regexp-search-ring' to their global values to protect from
1338 updating by `read-from-minibuffer' (bug#9185).
1339
f65d1611
JL
13402011-08-25 Juri Linkov <juri@jurta.org>
1341
1342 * textmodes/ispell.el (ispell-command-loop): Add newline
1343 at the end of the "Use option `i'..." line.
1344
f1cf7a31
JL
13452011-08-25 Juri Linkov <juri@jurta.org>
1346
1347 * battery.el (display-battery-mode): If `battery-status-function'
1348 or `battery-mode-line-format' is nil, display the message and set
1349 `display-battery-mode' to nil (bug#9363).
1350
0c95fcf7
EZ
13512011-08-25 Eli Zaretskii <eliz@gnu.org>
1352
1353 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
1354 bidi-string-mark-left-to-right; they are unnecessary now.
1355
a2ebe600
DD
13562011-08-25 Deniz Dogan <deniz@dogan.se>
1357
1358 * net/quickurl.el: Documentation typo fixes.
1359
e4ed06f1
CY
13602011-08-25 Chong Yidong <cyd@stupidchicken.com>
1361
1362 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
1363
e5f1c99e
GM
13642011-08-25 Glenn Morris <rgm@gnu.org>
1365
b2948976
GM
1366 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1367
e5f1c99e
GM
1368 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
1369 (smtpmail-via-smtp): Handle nil response from smtp.
1370
f22f4808
JL
13712011-08-24 Juri Linkov <juri@jurta.org>
1372
1373 * proced.el (proced-marked): Inherit from `error' instead of
1374 `font-lock-warning-face'.
1375
1376 * ibuffer.el (ibuffer-marked-face): Change default face from
1377 `font-lock-warning-face' to `warning'.
1378 (ibuffer-deletion-face): Change default face from
1379 `font-lock-type-face' to `error'.
1380
1381 * battery.el (battery-update): Use the face `error' instead of
1382 `font-lock-warning-face' (bug#6117).
1383
6a93965e
JL
13842011-08-24 Juri Linkov <juri@jurta.org>
1385
1386 * faces.el (success): Change face color from "Green3" to
1387 "ForestGreen" on light background (bug#9353).
1388
1ed43b09
CY
13892011-08-24 Chong Yidong <cyd@stupidchicken.com>
1390
5664fa7b
RT
1391 * window.el (quit-window): Rename from quit-restore-window.
1392 Use same arglist as old quit-window.
1ed43b09
CY
1393 (frame-auto-delete): Doc fix.
1394
1395 * view.el (view-mode-exit): Use quit-window.
1396
11dcdbb2
JL
13972011-08-24 Juri Linkov <juri@jurta.org>
1398
1399 * isearch.el (isearch-ring-adjust1): Start visiting previous
1400 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
1401 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
1402 for empty search string (when the last search string is reused
1403 automatically) to adjust the isearch ring to the last element and
1404 prepare the correct index for further M-p commands (bug#9185).
1405
de62b4df
KH
14062011-08-24 Kenichi Handa <handa@m17n.org>
1407
1408 * international/ucs-normalize.el: If decomposition property of
1409 CHAR is the default one (i.e. a list of CHAR itself), treat it as
1410 nil.
1411 (nfd, nfkd): Likewise.
1412
963b492b
SM
14132011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
1414
1415 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
1416 from process filters aren't reliably transmitted to the surrounding
1417 accept-process-output.
1418 (mpc-proc-check): New function.
1419 (mpc-proc-sync): Use it (bug#8293)
1420
93b6b5e1
SM
14212011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
1424 Add compatibility functions (bug#9313).
1425
bca633fb
EZ
14262011-08-23 Eli Zaretskii <eliz@gnu.org>
1427
b177498a
EZ
1428 * cus-start.el (all): Add entry for bidi-paragraph-direction.
1429
bca633fb
EZ
1430 * international/uni-bidi.el: Regenerated.
1431
0902a04e
KH
14322011-08-23 Kenichi Handa <handa@m17n.org>
1433
1434 * international/charprop.el:
1435 * international/uni-bidi.el:
1436 * international/uni-category.el:
1437 * international/uni-combining.el:
1438 * international/uni-comment.el:
1439 * international/uni-decimal.el:
1440 * international/uni-decomposition.el:
1441 * international/uni-digit.el:
1442 * international/uni-lowercase.el:
1443 * international/uni-mirrored.el:
1444 * international/uni-name.el:
1445 * international/uni-numeric.el:
1446 * international/uni-old-name.el:
1447 * international/uni-titlecase.el:
1448 * international/uni-uppercase.el: Regenerate.
1449
3bbf23bc
MR
14502011-08-23 Martin Rudalics <rudalics@gmx.at>
1451
1452 * help.el (help-window-setup): Fix message displayed when other
1453 window is reused. (Bug#9341)
1454
b3fd59bd
SM
14552011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1802e444
SM
1457 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
1458 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
1459
b3fd59bd
SM
1460 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
1461 Mark obsolete.
1462 * shell.el (shell-parse-pcomplete-arguments): New function.
1463 (shell-completion-vars): Use it instead (bug#9160).
1464
4eb61348
SM
14652011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1466
867cab74
SM
1467 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
1468 strings and comments (bug#9333).
1469
4eb61348
SM
1470 * emacs-lisp/debug.el (debug-arglist): New function.
1471 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
1472 (debug-on-entry-1): Handle interpreted closures (bug#9120).
1473
262a1439
JL
14742011-08-22 Juri Linkov <juri@jurta.org>
1475
56ee679c
JL
1476 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1477 Revert regexp that highlights output switches to its old
1478 pre-2010-10-28 value and remove one `?' from it (bug#9319).
1479
262a1439
JL
1480 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
1481 to check for empty output (bug#9226).
1482
f13f86fb
CY
14832011-08-22 Chong Yidong <cyd@stupidchicken.com>
1484
1485 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
1486 symbol-constituent as the default, as that stops font-lock from
1487 working properly (Bug#8843).
1488
c65c9622
LMI
14892011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1490
1491 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
1492 `coding-system-for-*' around the process open call to avoid
1493 auth-source side effects.
e7f2c178 1494 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
1495 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
1496 probe hangs.
c65c9622 1497
23a8a5ab
CY
14982011-08-21 Chong Yidong <cyd@stupidchicken.com>
1499
ff98b2dd
CY
1500 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
1501
23a8a5ab
CY
1502 * emacs-lisp/find-func.el (find-function-noselect): New arg
1503 lisp-only.
1504
1505 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
1506 signal an error for built-in functions (Bug#6664).
1507
f5e3c598
LMI
15082011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1509
1510 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
1511 (smtpmail-try-auth-methods): Use it.
1512
a3f2468a
CY
15132011-08-21 Chong Yidong <cyd@stupidchicken.com>
1514
2c34e8da
CY
1515 * font-lock.el (font-lock-fontify-region)
1516 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
1517 (font-lock-default-unfontify-buffer)
1518 (font-lock-default-fontify-region)
1519 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
1520
b3fd59bd
SM
1521 * progmodes/compile.el (compilation-error-properties):
1522 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
1523 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
1524 `ant' regexp.
ee31aabc 1525
a3f2468a
CY
1526 * net/browse-url.el (browse-url-firefox): Don't call
1527 browse-url-firefox-sentinel unless using -remote (Bug#9328).
1528
8e999f70
GM
15292011-08-20 Glenn Morris <rgm@gnu.org>
1530
c21a496a
GM
1531 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
1532
59ee0542
GM
1533 * tutorial.el (tutorial--default-keys): Update some default bindings.
1534
8e999f70
GM
1535 * files.el (hack-local-variables): Fully ignore case for "mode:".
1536
e3715033
AM
15372011-08-20 Alan Mackenzie <acm@muc.de>
1538
1539 Resolve invalid use of a regexp in regexp-opt.
1540
4d61f28d
JB
1541 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
1542 detection for a java annotation.
e3715033 1543
4d61f28d 1544 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
1545 detection for a java annotation.
1546
4d61f28d
JB
1547 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
1548 handling for java.
e3715033
AM
1549 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
1550
04ed2e9c
CY
15512011-08-20 Chong Yidong <cyd@stupidchicken.com>
1552
1553 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
1554 (Bug#9274).
1555
826cee64
AM
15562011-08-20 Alan Mackenzie <acm@muc.de>
1557
1558 * Fontify CPP expressions correctly when starting in the middle of
1559 such a construct. Mainly for when jit-lock etc. starts a chunk
1560 here.
1561
1562 * progmodes/cc-fonts.el (c-font-lock-context): new buffer local
1563 variable.
1564 (c-make-font-lock-search-form): new function, extracted from
1565 c-make-font-lock-search-function.
1566 (c-make-font-lock-search-function): Use the above function.
1567 (c-make-font-lock-context-search-function): New function.
1568 (c-cpp-matchers): Enhance the preprocessor expression case with
1569 the above function
1570 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
1571 which takes an expression.
1572
1573 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
1574
13009bd8
MR
15752011-08-20 Martin Rudalics <rudalics@gmx.at>
1576
1577 * window.el (display-buffer-reuse-window)
1578 (display-buffer-pop-up-window): Don't reuse or split a side
1579 window.
1580
9234ff7f
GM
15812011-08-19 Glenn Morris <rgm@gnu.org>
1582
1583 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 1584 Downcase "Mode:". (Bug#9331)
9234ff7f 1585
f635daa1
CY
15862011-08-18 Chong Yidong <cyd@stupidchicken.com>
1587
1588 * international/characters.el: Add L and R categories.
1589
1590 * subr.el (bidi-string-mark-left-to-right): Rename from
1591 string-mark-left-to-right. Use category search.
1592
1593 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
1594
bc987f8b
JL
15952011-08-18 Juri Linkov <juri@jurta.org>
1596
1597 * faces.el (error, warning, success): New faces with definitions
1598 copied from old default values of `font-lock-warning-face',
1599 `compilation-warning', `compilation-info' (bug#6117).
1600
1601 * font-lock.el (font-lock-warning-face): Inherit from `error'.
1602
1603 * progmodes/compile.el (compilation-error): Inherit from `error'.
1604 (compilation-warning): Inherit from `warning'.
1605 (compilation-info): Inherit from `success'.
1606
1607 * dired.el (dired-marked): Inherit from `warning'.
1608 (dired-flagged): Inherit from `error'.
1609
57173b96
LMI
16102011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1611
3e79eb87
LMI
1612 * mail/smtpmail.el (auth-source): Require to avoid problems with
1613 binding variables (bug#9298). Also clean up some unused
1614 autoloads.
1615
b3fd59bd
SM
1616 * net/network-stream.el (network-stream-open-starttls):
1617 Support using starttls.el without using gnutls-cli.
57173b96 1618
02b404de
JL
16192011-08-17 Juri Linkov <juri@jurta.org>
1620
1621 * progmodes/grep.el (rgrep): Handle the case when
1622 `grep-find-command' is a cons cell (bug#9278).
1623
8c9177f2
MR
16242011-08-17 Martin Rudalics <rudalics@gmx.at>
1625
1626 * window.el (display-buffer-pop-up-frame): Run frame creation
1627 function with BUFFER current (as special-display-popup-frame
1628 does). Reported by Drew Adams.
1629
3644a0ab
DU
16302011-08-17 Daiki Ueno <ueno@unixuser.org>
1631
1632 * epa-mail.el: Simplify GnuPG group expansion using
1633 epg-expand-group.
1634 (epa-mail-group-alist, epa-mail-group-modtime)
1635 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
1636 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
1637 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
1638 Remove.
1639
5e617bc2 16402011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
1641
1642 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
1643
9c4aeabf
AM
16442011-08-16 Alan Mackenzie <acm@muc.de>
1645
1646 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
1647 Correct, to avoid the inside of macros.
1648
3a99bf64
RS
16492011-08-16 Richard Stallman <rms@gnu.org>
1650
04963aa8
RS
1651 * epa-mail.el: Handle GnuPG group definitions.
1652 (epa-mail-group-alist, epa-mail-group-modtime)
1653 (epa-mail-gnupg-conf-file): New variables.
1654 (epa-mail-parse-groups, epa-mail-sync-groups)
1655 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
1656 (epa-mail-expand-recipients): New functions.
1657 (epa-mail-encrypt): Call epa-mail-expand-recipients.
1658
177549d0
RS
1659 * mail/rmail.el (rmail-epa-decrypt): New command.
1660
fe38beef
RS
1661 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
1662 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
1663 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
1664 (epa-decrypt-armor-in-region): Make error message clearer.
1665
934eacb9
SM
16662011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
1669 and "a2b" to "ab" for `prefix'.
1670
d024fb4e
CY
16712011-08-14 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
1674 filter groups.
de148fee
CY
1675 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
1676 Fourquet (Bug#8804).
d024fb4e 1677
62f1ca49
JB
16782011-08-12 Juanma Barranquero <lekktu@gmail.com>
1679
1680 * startup.el (argi): Declare as global variable (bug#9275).
1681
9ccaaa4b
CY
16822011-08-12 Chong Yidong <cyd@stupidchicken.com>
1683
1684 * subr.el (string-mark-left-to-right): Search the entire string
1685 for RTL script, not just the terminating character. Doc fix.
1686
a3dae87a
SM
16872011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
1688
6cd18349
SM
1689 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
1690 New function.
1691 (js--regexp-literal, js-syntax-propertize-function): Remove.
1692 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
1693 (js-mode-map): Don't rebind electric keys.
1694 (js-insert-and-indent): Remove.
1695 (js-mode): Setup electric-layout and electric-indent instead.
1696
a3dae87a
SM
1697 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
1698
9d5cb631
DU
16992011-08-12 Daiki Ueno <ueno@unixuser.org>
1700
1701 * epa.el (epa-progress-callback-function): Fix the logic of
1702 displaying progress.
1703 * epa-file.el (epa-file-insert-file-contents): Make progress
1704 display more user-friendly.
1705 (epa-file-write-region): Ditto.
1706
3e26a4a2
CY
17072011-08-10 Chong Yidong <cyd@stupidchicken.com>
1708
1709 * subr.el (string-mark-left-to-right): New function.
1710
1711 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
1712 Use string-mark-left-to-right.
1713 (list-buffers-noselect): Caller changed.
1714
a3dae87a
SM
1715 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
1716 Use string-mark-left-to-right.
3e26a4a2
CY
1717 (tabulated-list-print): Recenter after moving point.
1718
ac8cf6e6
JL
17192011-08-10 Juri Linkov <juri@jurta.org>
1720
1721 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
1722 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
1723 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
1724
8d96c9a4
CY
17252011-08-09 Chong Yidong <cyd@stupidchicken.com>
1726
1727 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
1728 (Bug#7554).
1729
7be1c708 17302011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
1731
1732 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
1733 character. (Bug#6594)
1734
37e11a63
CY
17352011-08-08 Chong Yidong <cyd@stupidchicken.com>
1736
839dde57
CY
1737 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
1738 (image-dired--with-db-file): New macro.
1739 (image-dired-write-tags, image-dired-remove-tag)
1740 (image-dired-create-gallery-lists, image-dired-write-comments)
1741 (image-dired-get-comment, image-dired-mark-tagged-files)
1742 (image-dired-list-tags, image-dired-gallery-generate): Use it.
1743 (image-dired-gallery-generate): Use insert-file-contents.
1744
37e11a63
CY
1745 * time.el (display-time-world-list, display-time-world-display):
1746 * time-stamp.el (time-stamp-string):
1747 * vc/add-log.el (add-change-log-entry): Use setenv instead of
1748 set-time-zone-rule (Bug#7337).
1749
0b4946c4
DU
17502011-08-08 Daiki Ueno <ueno@unixuser.org>
1751
1752 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
1753 (epg-error-to-string, epg-errors-to-string): New function.
1754 (epg-wait-for-completion): Reverse errors list.
1755 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
1756 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
1757 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
1758 (epg-sign-keys, epg-generate-key-from-file)
1759 (epg-generate-key-from-string): Format errors by using
1760 epg-errors-to-string (bug#9255).
1761 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
1762
75bfc667
JL
17632011-08-07 Juri Linkov <juri@jurta.org>
1764
1765 * faces.el (list-faces-display): Remove extra angle bracket
1766 from `help-mode-map'.
1767
1768 * info.el (Info-history-toc-nodes): Doc fix.
1769
1770 * longlines.el (longlines-mode): Doc fix.
1771
673e08bb
SM
17722011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
1773
4640dd88
SM
1774 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
1775 of statements and in a few more cases (bug#9183).
1776
673e08bb
SM
1777 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
1778 New functions.
1779 (cl-transform-lambda): Use them (bug#9239).
1780
89b3f019
MR
17812011-08-05 Martin Rudalics <rudalics@gmx.at>
1782
1783 * window.el (display-buffer-same-window)
1784 (display-buffer-same-frame, display-buffer-other-window)
1785 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
1786 (pop-to-buffer-other-window)
1787 (pop-to-buffer-same-frame-other-window)
1788 (pop-to-buffer-other-frame): Make them defuns.
1789 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
1790
640c8776
SM
17912011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1792
1793 * subr.el (make-composed-keymap): Move from C. Change calling
1794 convention, and improve docstring to bring attention to a subtle point.
1795 * minibuffer.el (completing-read-default): Adjust accordingly.
1796
63648a95
MA
17972011-08-03 Michael Albinus <michael.albinus@gmx.de>
1798
1799 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
1800 (tramp-open-shell): Use `tramp-shell-quote-argument'.
1801
1802 * net/trampver.el: Update release number.
1803
b796c9b7
SM
18042011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
1807 "in" (bug#9190).
1808
2239d7d5
LMI
18092011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1810
e07dd7c3
LMI
1811 * mail/sendmail.el (sendmail-query-once): Restore the current
1812 buffer after querying (bug#9074).
1813
0e6a2bd7
LMI
1814 * dired.el (dired-flagged): Use different faces for marked and
1815 flagged files (bug#6117).
1816
ce887515
LMI
1817 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
1818 (bug#4433).
1819
92f2affc
LMI
1820 * ido.el (ido-mode): Switch off the message if called
1821 non-interactively.
1822
57d5aff0
LMI
1823 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
1824 before 587, since it appears that that's more likely to work for
1825 more people.
1826
98cd6c18
LMI
1827 * cus-edit.el (custom-file): When running under emacs -q, always
1828 refuse to save the customisations, even if the .emacs file doesn't
1829 exist.
1830
b96dec83
LMI
1831 * info.el: Remove the `Info-beginning-of-buffer' function
1832 (bug#8325).
1833
b796c9b7
SM
1834 * net/network-stream.el (network-stream-open-starttls):
1835 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 1836
d90e2ea0
MR
18372011-08-01 Martin Rudalics <rudalics@gmx.at>
1838
1839 * window.el (display-buffer-in-window): Don't set dedicated status
1840 of window here (Bug#9215).
1841 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
1842 (display-buffer-pop-up-side-window)
b796c9b7 1843 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 1844
cca09170
SM
18452011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1846
1847 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
1848 before binding generated-autoload-file.
1849
027b979c
DD
18502011-08-01 Deniz Dogan <deniz@dogan.se>
1851
1852 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
1853
3c7ee4f3
MA
18542011-07-30 Michael Albinus <michael.albinus@gmx.de>
1855
1856 Sync with Tramp 2.2.2.
1857
1858 * net/trampver.el: Update release number.
1859
2cc8e51a
JL
18602011-07-30 Juri Linkov <juri@jurta.org>
1861
1862 * dired-aux.el (dired-touch-initial): Remove function.
1863 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
1864 current time, and `default' to the last modification time of the
1865 current marked file (bug#6887).
1866
a514d856
JM
18672011-07-28 Jose E. Marchesi <jemarch@gnu.org>
1868
1869 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 1870 numeric argument to read-number (bug#9163).
a514d856 1871
8a7eddd7
MA
18722011-07-27 Michael Albinus <michael.albinus@gmx.de>
1873
1874 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
1875 connection process, it could be nil.
1876
1ddd96f5
LL
18772011-07-27 Leo Liu <sdl.web@gmail.com>
1878
1879 Simplify url handling in rcirc-mode.
1880
1881 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
1882 (rcirc-browse-url-at-mouse): Remove.
1883 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
1884
b248a85d
AM
18852011-07-26 Alan Mackenzie <acm@muc.de>
1886
1887 Fontify bitfield declarations properly.
1888
1889 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
1890 (c-symbol-chars): Now exported as a lang variable.
1891 (c-not-primitive-type-keywords): New lang variable.
1892
1893 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
1894 QT keyword "more" to prevent "more slots: ...." being spuriously
1895 parsed as a bitfield declaraion.
1896
b796c9b7
SM
1897 * progmodes/cc-engine.el (c-beginning-of-statement-1):
1898 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
1899 (c-punctuation-in): New function.
1900 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
1901 declarations properly.
1902
68575ab0
UJ
19032011-07-26 Ulf Jasper <ulf.jasper@web.de>
1904
1905 * calendar/icalendar.el (icalendar--all-events): Take care of
1906 multiple vcalendars in a single file.
b796c9b7 1907 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 1908
0f0a88b9
DD
19092011-07-25 Deniz Dogan <deniz@dogan.se>
1910
1911 * image.el (insert-image): Clarifying docstring.
1912
0b3f36df
MA
19132011-07-24 Michael Albinus <michael.albinus@gmx.de>
1914
1915 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
1916 `tramp-send-command-and-check' if there is no error.
1917 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
1918
a9901f61
AM
19192011-07-22 Alan Mackenzie <acm@muc.de>
1920
1921 Prevent cc-langs.elc being loaded at run time.
1922
1923 * progmodes/cc-mode.el: Remove two autoload forms which loaded
1924 cc-langs.
1925
4d61f28d 1926 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
1927 "(require 'cc-langs)". Quote a form so it will evaluate at
1928 (cc-mode's) compilation time.
1929
11d074b2
MA
19302011-07-22 Michael Albinus <michael.albinus@gmx.de>
1931
1932 * net/tramp.el (tramp-file-name-handler): Avoid recursive
1933 loading. (Bug#9114)
1934
938b94c8
MR
19352011-07-21 Martin Rudalics <rudalics@gmx.at>
1936
1937 * window.el (display-buffer-pop-up-window)
1938 (display-buffer-pop-up-side-window)
1939 (display-buffer-in-side-window): Call display-buffer-set-height
1940 and display-buffer-set-width after setting the new window's
b796c9b7 1941 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 1942
bfa4f190
SS
19432011-07-20 Sam Steingold <sds@gnu.org>
1944
1945 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
1946 (etags-tags-included-tables): Call `convert-standard-filename' on
1947 the file names contained in TAGS so that windows Emacs can handle
1948 TAGS files created by cygwin ctags.
1949
8ca42262
LMI
19502011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
1951
1952 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
1953 which apparently didn't work.
1954
5db2afd2 19552011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 1956
5db2afd2
RW
1957 * proced.el (proced-send-signal): For *Marked Processes* buffer
1958 put point at beginning of buffer.
1959
92e15d10
SB
19602011-07-19 Stephen Berman <stephen.berman@gmx.net>
1961
1962 * proced.el (proced-format): Make header lines align with the text
1963 (bug#1779).
1964
1bfd59e5
LMI
19652011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1966
1967 * view.el (view-buffer): Allow running in `special' modes if we're
1968 visiting a file (bug#8615).
1969
f5aae37c
MR
19702011-07-19 Martin Rudalics <rudalics@gmx.at>
1971
1972 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
1973 (display-buffer-alist-set-1, display-buffer-alist-set-2):
1974 New functions.
f5aae37c
MR
1975 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
1976 more accurately.
1977
bf2c1571
AM
19782011-07-18 Alan Mackenzie <acm@muc.de>
1979
1980 Fontify declarators properly when, e.g., a jit-lock chunk begins
1981 inside a declaration.
1982
1983 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
1984
b796c9b7
SM
1985 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1986 New function.
bf2c1571
AM
1987 (c-complex-decl-matchers): Insert reference to
1988 c-font-lock-enclosing-decls.
1989
1990 * progmodes/cc-engine.el (c-backward-single-comment):
1991 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
1992 to nil around calls to (forward-comment -1).
1993
4e190b80
LMI
19942011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
1995
12dc863d
LMI
1996 * image.el (put-image): Doc typo fix.
1997
a762e966
LMI
1998 * progmodes/etags.el (tags-search): Doc typo fix.
1999
4e190b80
LMI
2000 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
2001 password if we get errors 550 to 554.
2002
f019fb21
LMI
20032011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2004
b796c9b7 2005 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 2006
81746738
LMI
2007 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
2008 indentation character (bug#6380).
2009
3ee3a1b5
LMI
2010 * files.el (buffer-offer-save): Made permanently local (bug#6241).
2011
c82f64de
LMI
2012 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
2013 to clarify what the problem is (bug#4291).
2014
f019fb21
LMI
2015 * simple.el (current-kill): Clarify what
2016 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
2017 (auto-fill-mode): Document `auto-fill-function' in relation to
2018 `auto-fill-mode' (bug#2470).
f019fb21 2019
0794775d
LM
20202011-07-16 Lawrence Mitchell <wence@gmx.li>
2021
2022 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
2023 method if slot is read-only (bug#9035).
2024
be39b8cc
MR
20252011-07-16 Martin Rudalics <rudalics@gmx.at>
2026
b796c9b7 2027 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 2028 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
2029 selected before, see discussion of (Bug#8615), (Bug#6954).
2030 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 2031
6ccf7859
GM
20322011-07-15 Glenn Morris <rgm@gnu.org>
2033
2034 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 2035 Respect help-form.
6ccf7859 2036
87e86684
LM
20372011-07-09 Lawrence Mitchell <wence@gmx.li>
2038
2039 * net/gnutls.el (gnutls-min-prime-bits): New variable.
2040 (gnutls-negotiate): Use it.
2041
d6066239
LMI
20422011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2043
b796c9b7
SM
2044 * net/gnutls.el (gnutls-negotiate):
2045 Upcase `gnutls-algorithm-priority'.
d6066239 2046
bd23ebc0
GM
20472011-07-15 Glenn Morris <rgm@gnu.org>
2048
c65bca65
GM
2049 * jka-compr.el (jka-compr-verbose): Move from here...
2050 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
2051 Add missing :version tag.
2052 * info.el: No need to require jka-compr when compiling.
bd23ebc0 2053
478615cc
LMI
20542011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2055
7b41decb
LMI
2056 * net/gnutls.el (gnutls-algorithm-priority): New variable.
2057 (gnutls-negotiate): Use it.
2058
dbc44fcd
LMI
2059 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
2060
06789f97
LMI
2061 * info.el (Info-beginning-of-buffer): New command.
2062 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
2063 announcing `b' as the key (bug#8325).
ab896c37 2064 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 2065
c39da690
LMI
2066 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
2067
3aa5f34b
LMI
2068 * international/mule-cmds.el
2069 (describe-specified-language-support): Make the error message
2070 clearer (bug#8905).
2071
4bf0979f
LMI
2072 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
2073
478615cc
LMI
2074 * isearch.el (isearch-barrier): Add a doc string, since it's
2075 mentioned in a function doc string (bug#8678).
2076
75c68aa1
MR
20772011-07-15 Martin Rudalics <rudalics@gmx.at>
2078
2079 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
2080 buffer argument (Bug#9083) and self-identifying label argument.
2081
a7c33da2
GM
20822011-07-15 Glenn Morris <rgm@gnu.org>
2083
2084 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
2085
2f5c6024
LMI
20862011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2087
2088 * man.el (Man-fontify-manpage): Fix message when formatting the
2089 man page (bug#7929).
2090
0bb23927 20912011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
2092
2093 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
2094 argument LRM; if non-nil, append an invisible LRM character to the
2095 buffer name.
2096 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
2097 last argument non-nil, when formatting buffer names.
0bb23927
EZ
2098 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
2099 paragraph direction.
cce4b0a7 2100
621ef9ab
LMI
21012011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2102
d1583c48
LMI
2103 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
2104 the man page name (bug#7929).
2105
6a57fb5f
LMI
2106 * image.el (put-image): Mention the `put-image' overlay property
2107 (bug#7834).
2108
d7956b14
LMI
2109 * scroll-bar.el (set-scroll-bar-mode): Mention that
2110 `scroll-bar-mode' lists the values (bug#7772).
2111
5b2d4a66
LMI
2112 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
2113 command (bug#7729).
2114
7509a874
LMI
2115 * rect.el (apply-on-rectangle): Return the point after the last
2116 operation.
2117 (string-rectangle): Go to the point after the last operation
2118 (bug#7522).
2119
4fe74b19
LMI
2120 * printing.el (pr-toggle-region): Clarify the documentation
2121 slightly (bug#7493).
2122
b796c9b7
SM
2123 * time.el (display-time-update):
2124 Allow `display-time-mail-function' to return nil (bug#7158).
2125 Fix suggested by Detlev Zundel.
ab283561 2126
fc233c9d
LMI
2127 * vc/diff.el (diff): Clarify the order the file names are read
2128 (bug#7111).
2129
43f5740b
LMI
2130 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
2131 the doc string (bug#7015).
2132
f2182a76
LMI
2133 * font-lock.el (font-lock-maximum-decoration): Mention what
2134 numeric levels mean (bug#6935).
2135
621ef9ab
LMI
2136 * startup.el (initial-buffer-choice): Don't mention the `none'
2137 selection, which is against policy.
2138
adc47434
MR
21392011-07-14 Martin Rudalics <rudalics@gmx.at>
2140
b796c9b7
SM
2141 * window.el (display-buffer-normalize-special):
2142 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 2143
7e5bfb8f
EZ
21442011-07-14 Eli Zaretskii <eliz@gnu.org>
2145
2146 * subr.el (version<, version<=, version=): Mention "-CVS" and
2147 "-12345" alpha version numbers.
2148
27fa387a
CY
21492011-07-14 Chong Yidong <cyd@stupidchicken.com>
2150
2151 * bindings.el: Add advertised binding for set-mark-command
2152 (Bug#5772).
2153
8bdfa064
CY
21542011-07-14 Chong Yidong <cyd@stupidchicken.com>
2155
2156 * bindings.el (mode-line-other-buffer):
2157 * bookmark.el (bookmark-bmenu-2-window):
2158 * bs.el (bs-cycle-next, bs-cycle-previous):
2159 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
2160 switch-to-buffer.
2161
2162 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 2163 Delete.
8bdfa064 2164
5eba16a3
JB
21652011-07-14 Juanma Barranquero <lekktu@gmail.com>
2166
2167 * follow.el (follow-debug-message, follow-redisplay):
2168 * jka-cmpr-hook.el (with-auto-compression-mode):
2169 Fix typos in docstrings.
2170
15853710
LMI
21712011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2172
a28e4607
LMI
2173 * subr.el (with-silent-modifications): Clarify somewhat what the
2174 macro inhibits (bug#6525).
2175
15853710
LMI
2176 * simple.el (eval-expression): Note what it does if called
2177 interactively (bug#6495).
2178
bee0fcef
CY
21792011-07-13 Chong Yidong <cyd@stupidchicken.com>
2180
b796c9b7
SM
2181 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
2182 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
2183
2184 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2185 Remove switch-to-buffer.
2186
58274504
LMI
21872011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2188
bd2fcc8d
LMI
2189 * files.el (make-directory): Clarify that an error will be raised
2190 if there's an error (bug#6397).
2191
0f04b32c
LMI
2192 * startup.el (initial-buffer-choice): Add `none' as a choice
2193 (bug#6234).
2194
465c5fc8
LMI
2195 * subr.el (add-hook): Clarify section about buffer-local hooks
2196 (bug#6218).
2197
58274504
LMI
2198 * dired.el (dired-flagged): Clarify doc string (bug#6117).
2199
bead9a43
JB
22002011-07-13 Juanma Barranquero <lekktu@gmail.com>
2201
2202 * tabify.el (untabify): Preserve the current column so that point
2203 doesn't move (bug#6032).
2204
3af98a7b
LMI
22052011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2206
b796c9b7
SM
2207 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
2208 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 2209
6240145a
GM
22102011-07-13 Glenn Morris <rgm@gnu.org>
2211
2212 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
2213 (dired-insert-directory): Give a message the first time
2214 if ls is found not to support --dired.
2215
1d8c2ccc
LMI
22162011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2217
2218 * simple.el (toggle-truncate-lines): Clarify what is toggled
2219 (bug#5580). Text by Drew Adams.
2220
5fc4038e
CY
22212011-07-13 Chong Yidong <cyd@stupidchicken.com>
2222
2223 * simple.el (blink-matching-open): Make the error message from the
2224 last change less verbose.
2225
bf6012e5
DN
22262011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
2227
2228 * font-lock.el (font-lock-comment-face): Use the high contrast
2229 "yellow" color for font-lock-comment-face on low color terminals
2230 using a dark background color (bug#4221).
2231
343c3b5a
LMI
22322011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2233
7e9505c5
LMI
2234 * dired.el (dired-insert-set-properties): Make the doc string
2235 reflect what it does now (bug#5325).
2236
c26fdcf5
LMI
2237 * simple.el (blink-matching-open): Say that we were unable to find
2238 the match within the limit, if we're limited (bug#5122).
2239
bb388cc5
LMI
2240 * international/mule-cmds.el (prefer-coding-system): Add an
2241 example (bug#4869).
2242
343c3b5a
LMI
2243 * progmodes/etags.el (tags-search): Document `file-list-form'
2244 (bug#4731).
2245
2a517d45
LM
22462011-07-13 Lawrence Mitchell <wence@gmx.li>
2247
2248 * net/browse-url.el (browse-url-default-browser)
2249 (browse-url-browser-function): Make the default browser choice a
2250 bit more logical (bug#4300). Also clean up the doc string.
2251
b6c78ef2
JB
22522011-07-13 Juanma Barranquero <lekktu@gmail.com>
2253
2254 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
2255 binary endings (bug#4440).
2256
1c4dd947
LMI
22572011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2258
a2014063
LMI
2259 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
2260 which can be pretty annoying (bug#8971).
2261
9c9c2d88
LMI
2262 * jka-compr.el (jka-compr-verbose): New variable, and use
2263 throughout (bug#8971).
2264
1c4dd947
LMI
2265 * info.el (Info-find-file): Fall back on the installation
2266 directory if we can't find the info node anywhere else.
2267
a1c9f41b
SO
22682011-07-13 Sergei Organov <osv@javad.com> (tiny change)
2269
2270 * vc/vc.el (vc-revert-file):
2271 Don't set file time-stamp in the past. (Bug#5181)
2272
536f3d36
LMI
22732011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2274
7152b011
LMI
2275 * files.el (after-find-file): Give a better error message when
2276 trying to find a symlink that points to a file that doesn't exist
2277 (bug#4398).
2278
536f3d36
LMI
2279 * progmodes/cc-vars.el: Remove (probably) misleading comment
2280 (bug#4396).
2281
460c0fba
JB
22822011-07-12 Johan Bockgård <bojohan@gnu.org>
2283
2284 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
2285
7a6bda45
CY
22862011-07-12 Chong Yidong <cyd@stupidchicken.com>
2287
2288 * mouse-sel.el: Hack restoring functionality, while keeping
2289 compatibility with 2010-07-03 changes to mouse selection.
2290 (mouse-sel-primary-overlay): New var.
2291 (mouse-sel-selection-alist): Use it.
2292 (mouse-sel-mode): Doc fix; remove points that are default features
2293 of mouse.el.
2294
c79598ef
JB
22952011-07-12 Johan Bockgård <bojohan@gnu.org>
2296
2297 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2298 Fix previous fix (bug#2490).
2299
ff8be6ef
RW
23002011-07-12 Roland Winkler <winkler@gnu.org>
2301
b796c9b7
SM
2302 * textmodes/bibtex.el (bibtex-initialize):
2303 Use pop-to-buffer-same-window.
ff8be6ef
RW
2304 (bibtex-search-entries): Fix interactive call.
2305
296ba3ee
LMI
23062011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2307
f5242a02 2308 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
2309 Fontise bytecomp Error lines more correctly (bug#2490).
2310 Fix suggested by Johan Bockgård.
f5242a02 2311
296ba3ee
LMI
2312 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
2313
2314 * dired-x.el (dired-guess-default): Use `delete-dups'.
2315
f69fd0d2
CY
23162011-07-12 Chong Yidong <cyd@stupidchicken.com>
2317
2318 * dired.el (dired-mark-prompt):
2319 * dired-aux.el (dired-read-shell-command): Doc fix.
2320
eab5dc07
LMI
23212011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2322
b796c9b7
SM
2323 * mail/sendmail.el (sendmail-query-once):
2324 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
2325 emacs -Q.
2326
2327 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
2328
eab5dc07
LMI
2329 * cus-edit.el (custom-file): Take an optional no-error variable.
2330 (customize-save-variable): Set the variable, and give a warning if
2331 running under "emacs -q".
2332
a1e65d42
JB
23332011-07-11 Juanma Barranquero <lekktu@gmail.com>
2334
2335 * loadhist.el (unload-feature-special-hooks):
2336 Add `auto-coding-functions', `fill-nobreak-predicate' and
2337 `find-directory-functions' (bug#5327).
2338
1d52da10
LMI
23392011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2340
be958f1d
LMI
2341 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
2342
5bedb26c
LMI
2343 * cus-edit.el (custom-guess-name-alist): -alist variables should
2344 use the `alist' type (bug#3120). Suggested by Drew Adams.
2345
1d52da10
LMI
2346 * printing.el: Add documentation to all the `pr-toggle-' commands.
2347
481a51b6
LL
23482011-07-11 Leo <sdl.web@gmail.com> (tiny change)
2349
2350 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
2351 backends where it makes sense (bug#2623).
2352
dcc88d8a
LMI
23532011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2354
c3de9feb
LMI
2355 * dired-x.el (dired-guess-default): Remove duplicate shell command
2356 entries (bug#2028).
8a93078b 2357 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 2358 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 2359
dcc88d8a
LMI
2360 * subr.el (remove-duplicates): New conveniency function.
2361
505e3645
LMI
23622011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2363
2364 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
2365 (bug#1526).
2366
23672011-07-10 Martin Rudalics <rudalics@gmx.at>
2368
2369 * window.el (display-buffer-normalize-default): Don't invert
2370 meaning of even-window-heights. Reported by Eli Zaretskii
2371 <eliz@gnu.org>.
2372
455e4fa1
BR
23732011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
2374
2375 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
2376
8e0bc3e9
CY
23772011-07-10 Chong Yidong <cyd@stupidchicken.com>
2378
2379 * window.el (display-buffer): Fix arguments to
2380 display-buffer-reuse-window in last change.
2381
fa7c3228
CY
2382 * faces.el (link): Use a less saturated blue on light backgrounds.
2383
2384 * startup.el (fancy-startup-text, fancy-about-text)
2385 (fancy-startup-tail): Use font-lock faces, for background safety.
2386
c0a7f300
BN
23872011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
2388
b796c9b7
SM
2389 * emulation/viper-cmd.el (viper-change-state-to-vi):
2390 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 2391
4dc2a129
MR
23922011-07-09 Martin Rudalics <rudalics@gmx.at>
2393
2394 * window.el (display-buffer-default-specifiers): Remove.
2395 (display-buffer-macro-specifiers): Remove default specifiers.
2396 (display-buffer-alist): Default to nil.
b796c9b7 2397 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
2398 (display-buffer-pop-up-window): Allow splitting internal
2399 windows. Check whether a live window was created.
2400 (display-buffer-other-window-means-other-frame)
2401 (display-buffer-normalize-arguments): Rename to
2402 display-buffer-normalize-argument and rewrite. Set the
2403 other-window specifier.
2404 (display-buffer-normalize-special): New function.
2405 (display-buffer-normalize-options): Rename to
2406 display-buffer-normalize-default and rewrite.
2407 (display-buffer-normalize-options-inhibit): Remove.
2408 (display-buffer-normalize-specifiers): Rewrite.
2409 (display-buffer): Process other-window specifier and call
2410 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
2411 more faithfully.
b796c9b7 2412 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 2413 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
2414 (display-buffer-in-window, display-buffer-alist-set):
2415 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
2416 <tassilo@member.fsf.org>.
2417
2d43b8c9
LL
24182011-07-09 Leo Liu <sdl.web@gmail.com>
2419
2420 * register.el (insert-register): Restore accidental change on
2421 2011-06-26. (Bug#9028)
2422
7f9b7c53
GM
24232011-07-09 Glenn Morris <rgm@gnu.org>
2424
2425 * subr.el (remq): Handle the empty list. (Bug#9024)
2426
f042cfd8
AS
24272011-07-08 Andreas Schwab <schwab@linux-m68k.org>
2428
2429 * mail/sendmail.el (send-mail-function): No longer delay custom
2430 initialization.
2431 * custom.el (custom-initialize-delay): Doc fix.
2432
856b2f11
SM
24332011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
2434
2435 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
2436
afae1d68
MA
24372011-07-08 Michael Albinus <michael.albinus@gmx.de>
2438
2439 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
2440 human-friendly prompt.
2441
0757af94
SM
24422011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
2443
2444 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
2445 provided by a particular plugin.
2446
d760b731
LMI
24472011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2448
2449 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
2450 save customizations (with "emacs -Q"), just set the variable
2451 instead of erroring out.
2452
2453 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
2454
cd79ce90
JL
24552011-07-08 Juri Linkov <juri@jurta.org>
2456
2457 * arc-mode.el (archive-zip-expunge, archive-zip-update)
2458 (archive-zip-update-case): Use 7z if found by `executable-find'.
2459 The order of searching the available programs is the same as in
2460 `archive-zip-extract' (bug#8968).
2461
14cc04aa
CY
24622011-07-07 Chong Yidong <cyd@stupidchicken.com>
2463
2464 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
2465 (menu-bar-options-menu): Tweak descriptions.
2466
0a1848ec
LMI
24672011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2468
2469 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
2470 menu items into verb phrases (bug#1421). Also refill to fit under
2471 80 columns.
2472
f5bd0689
CY
24732011-07-07 Chong Yidong <cyd@stupidchicken.com>
2474
538e85c6
CY
2475 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
2476 (Info-read-node-name): Doc fix (Bug#1084).
2477
f5bd0689
CY
2478 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
2479 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
2480 (end-of-sexp, beginning-of-sexp)
2481 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
2482 (forward-symbol, forward-same-syntax, word-at-point)
2483 (sentence-at-point): Doc fix (Bug#1144).
2484
56ec5115
LMI
24852011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2486
f3f8e37f
LMI
2487 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
2488 should cover it (bug#1281).
2489
0757af94 2490 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 2491
12b9eb35
LMI
2492 * net/network-stream.el (network-stream-open-starttls): If gnutls
2493 negotiation fails, then possibly try again with a non-encrypted
2494 connection (bug#9017).
2495
56ec5115
LMI
2496 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
2497 be used.
2498
c2f9aec8
RS
24992011-07-07 Richard Stallman <rms@gnu.org>
2500
2501 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
2502 property, and handle its changed format.
2503 Look for the correct line number.
2504 Use file's line contents (but not past first =) to find
2505 correct line in message.
2506
ef7b981d 25072011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
2508
2509 * international/characters.el (build-unicode-category-table):
2510 Delete it.
0757af94 2511 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 2512
0757af94 2513 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
2514 to src/chartab.c.
2515 (get-char-code-property): Call unicode-property-table-internal to
2516 load a file. Call get-unicode-property-internal where necessary.
2517 (put-char-code-property): Call unicode-property-table-internal to
2518 load a file. Call put-unicode-property-internal where necessary.
2519 put-unicode-property-internal where necessary.
0757af94
SM
2520 (char-code-property-description):
2521 Call unicode-property-table-internal to load a file.
c805dec0
KH
2522
2523 * international/charprop.el:
2524 * international/uni-bidi.el:
2525 * international/uni-category.el:
2526 * international/uni-combining.el:
2527 * international/uni-comment.el:
2528 * international/uni-decimal.el:
2529 * international/uni-decomposition.el:
2530 * international/uni-digit.el:
2531 * international/uni-lowercase.el:
2532 * international/uni-mirrored.el:
2533 * international/uni-name.el:
2534 * international/uni-numeric.el:
2535 * international/uni-old-name.el:
2536 * international/uni-titlecase.el:
2537 * international/uni-uppercase.el: Regenerate.
2538
2539 * loadup.el: Load international/charprop.el before
2540 international/characters.
2541
e14b388a
CY
25422011-07-07 Chong Yidong <cyd@stupidchicken.com>
2543
2544 * window.el (next-buffer, previous-buffer): Signal an error if
2545 called from a minibuffer window.
2546
2547 * bindings.el: Revert 2011-07-04 change.
2548
354cf0ba
RS
25492011-07-06 Richard Stallman <rms@gnu.org>
2550
2551 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
2552 (rmail-mime-insert-bulk, rmail-mime-insert-text):
2553 Treat markers like ints.
2554 (rmail-mime-entity): Doc fix.
2555
a48868a7
LMI
25562011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2557
4906cd3d
LMI
2558 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
2559 defcustom again for backwards compatibility.
2560
e0457abe
LMI
2561 * simple.el (shell-command-on-region): Fill.
2562
d67f7e1f
LMI
2563 * dired-aux.el (dired-kill-line): Add a doc string.
2564
fe204702
LMI
2565 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
2566 to "\\sw\\|\\s_" (bug#358).
2567
a48868a7
LMI
2568 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
2569 (dired-unmark-backward): Ditto.
2570 (dired-flag-backup-files): Ditto.
2571
2572 * dired-x.el (dired-mark-sexp): Ditto.
2573
aa8a705c
RS
25742011-07-06 Richard Stallman <rms@gnu.org>
2575
2576 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
2577 (rmail-mime-entity): New arg TRUNCATED.
2578 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
2579 New functions.
2580 (rmail-mime-save): Warn if entity is truncated.
2581 (rmail-mime-toggle-hidden): Likewise, for showing.
2582 (rmail-mime-process-multipart): Record when an entity is truncated.
2583
a9a936b9
RS
2584 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
2585 if ENTITY is a string.
2586
1f2b92cb
LMI
25872011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2588
f4f73198 2589 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
2590 of faces when `M-C-x'-ing their definitions (bug#8378).
2591 Also clean up the code slightly.
f4f73198 2592
12b16734
LMI
2593 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
2594 because that makes the colours go away.
2595
f0691d22
LMI
2596 * mail/sendmail.el (send-mail-function): Change the default to
2597 `sendmail-query-once'.
9e87df06 2598 (sendmail-query-once): Add an autoload cookie.
f0691d22 2599
1f2b92cb
LMI
2600 * net/network-stream.el (network-stream-open-starttls): Try using
2601 a plain connection even if the server offered STARTTLS, and we
2602 kinda wanted to use it, if Emacs doesn't have any STARTTLS
2603 capability. This should make smtpmail.el work in slightly more
2604 configurations.
2605
1cdd2a1b
MA
26062011-07-06 Michael Albinus <michael.albinus@gmx.de>
2607
2608 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
2609 New defun.
2610 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
2611
fbcc67e2
MM
26122011-07-06 Michael R. Mauger <mmaug@yahoo.com>
2613
2614 * progmodes/sql.el: Version 3.0
0757af94 2615 (sql-product-alist): Add product :completion-object,
fbcc67e2 2616 :completion-column, and :statement attributes.
0757af94 2617 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 2618 (sql-mode-syntax-table): Mark all punctuation.
0757af94 2619 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
2620 ansi keywords.
2621 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 2622 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
2623 (sql-oracle-show-reserved-words): New function for development.
2624 (sql-product-font-lock): Simplify for source code buffers.
2625 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
2626 New functions.
2627 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
2628 (sql-mode-map): Add statement movement functions.
2629 (sql-ansi-statement-starters, sql-oracle-statement-starters):
2630 New variable.
fbcc67e2
MM
2631 (sql-statement-regexp, sql-beginning-of-statement)
2632 (sql-end-of-statement, sql-signum): New functions.
0757af94 2633 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
2634 (sql-show-sqli-buffer): Bug fix.
2635 (sql-interactive-mode): Store connection data as buffer local.
0757af94 2636 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
2637 with sql-interactive-mode.
2638 (sql-save-connection): Save buffer local settings.
0757af94 2639 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
2640 (sql-product-interactive): Bug fix.
2641 (sql-preoutput-hold): New variable.
2642 (sql-interactive-remove-continuation-prompt): Bug fixes.
2643 (sql-debug-redirect): New variable.
2644 (sql-str-literal): New function.
2645 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 2646 Redesign.
fbcc67e2
MM
2647 (sql-oracle-save-settings, sql-oracle-restore-settings)
2648 (sql-oracle-list-all, sql-oracle-list-table): New functions.
2649 (sql-completion-object, sql-completion-column)
2650 (sql-completion-sqlbuf): New variables.
2651 (sql-build-completions-1, sql-build-completions)
2652 (sql-try-completion): New functions.
2653 (sql-read-table-name): Use them.
2654 (sql-contains-names): New buffer local variable.
2655 (sql-list-all, sql-list-table): Use it.
2656 (sql-oracle-completion-types): New variable.
2657 (sql-oracle-completion-object, sql-sqlite-completion-object)
2658 (sql-postgres-completion-object): New functions.
2659
d4eaeab1
GM
26602011-07-06 Glenn Morris <rgm@gnu.org>
2661
2662 * window.el (pop-to-buffer): Doc fix.
2663
322b7dab 26642011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
2665
2666 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
2667
322b7dab 26682011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 2669
322b7dab 2670 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 2671
322b7dab 2672 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 2673
605dd5bf
CY
26742011-07-05 Chong Yidong <cyd@stupidchicken.com>
2675
2676 * button.el (button): Inherit from link face. Suggested by Dan
2677 Nicolaescu.
2678
7dbfa719
SM
26792011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2680
3db614b0
SM
2681 * progmodes/gdb-mi.el: Fit in 80 columns.
2682 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
2683 switch-to-buffer.
2684
7dbfa719
SM
2685 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
2686 if imenu is simply not configured (bug#8941).
2687
919d884a
KM
26882011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
2689
2690 * allout.el (allout-post-undo-hook): New allout outline-change
2691 event hook to signal undo activity.
2692 (allout-post-command-business): Run allout-post-undo-hook if an
2693 undo just occurred.
7dbfa719
SM
2694 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
2695 * allout-widgets.el (allout-widgets-after-undo-function):
2696 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
2697 in the vicinity of an undo.
2698 (allout-widgets-mode): Include allout-widgets-after-undo-function
2699 on the new allout-post-undo-hook.
2700
450a0f09
SM
27012011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2702
2703 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
2704 Let define-derived-mode define it.
2705 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
2706 cycles of abbrev-table inheritance (bug#8998).
2707
2de69e00
RW
27082011-07-05 Roland Winkler <winkler@gnu.org>
2709
2710 * textmodes/bibtex.el: Add support for biblatex.
2711 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
2712 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
2713 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
2714 (bibtex-entry-alist, bibtex-field-alist): New variables.
2715 (bibtex-entry-field-alist): Obsolete alias for
2716 bibtex-BibTeX-entry-alist.
2717 (bibtex-entry-alist, bibtex-field-alist): New widgets.
2718 (bibtex-set-dialect): New command.
2719 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
2720 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
2721 Bind via bibtex-set-dialect.
2de69e00
RW
2722 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
2723 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
2724 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
2725 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
2726 Define via bibtex-set-dialect.
450a0f09
SM
2727 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
2728 Obey bibtex-no-opt-remove-re.
2de69e00
RW
2729 (bibtex-vec-push, bibtex-vec-incr): New functions.
2730 (bibtex-format-entry, bibtex-field-list)
2731 (bibtex-print-help-message, bibtex-validate)
2732 (bibtex-search-entries): Use new format of bibtex-entry-alist.
2733
2dcdbdd9
SM
27342011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2735
2736 * progmodes/compile.el (compilation-goto-locus):
2737 * net/tramp-cmds.el (tramp-append-tramp-buffers):
2738 * bs.el (bs-cycle-next, bs-cycle-previous):
2739 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
2740 * bindings.el (mode-line-other-buffer):
2741 * autoinsert.el (auto-insert):
2742 * arc-mode.el (archive-extract):
2743 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
2744
b27640fe
JB
27452011-07-05 Juanma Barranquero <lekktu@gmail.com>
2746
2747 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
2748 Fix check of `emacs-lock-unlockable-modes'.
2749 Coerce true values of `emacs-lock--try-unlocking' to t.
2750
53bbe3ad
JB
27512011-07-05 Juanma Barranquero <lekktu@gmail.com>
2752
2753 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
2754 * emacs-lock.el: New file.
2755
1d3cdbc7
JD
27562011-07-05 Julien Danjou <julien@danjou.info>
2757
2758 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
2759 than `boundp' to check if face is set.
2760
9173deec
JB
27612011-07-05 Juanma Barranquero <lekktu@gmail.com>
2762
2763 * register.el (registerv-make):
2764 * window.el (window-min-height): Fix typos in docstrings.
2765
869795d6
JD
27662011-07-05 Jan Djärv <jan.h.d@swipnet.se>
2767
9173deec 2768 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
2769 Update doc string.
2770
b768cdcd
JB
27712011-07-04 Juanma Barranquero <lekktu@gmail.com>
2772
2773 * server.el (server-execute): Catch quit and call
2774 `server-return-error' to pass the error back to emacsclient and
2775 close the connection (bug#8942).
2776
13aa217b
KM
27772011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
2778
2779 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
2780 insecure exception for current topic. Also note that auto-saves
2781 are handled differently.
2782
2783 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
2784 State variables for tracking auto-save inhibition situation.
2785
2786 (allout-write-contents-hook-handler): Rename from
2787 'allout-write-file-hook-handler', and describe how it depends on
2788 write-contents-functions sensitivity to non-nil value to prevent
2789 file write.
2790
2791 (allout-auto-save-hook-handler): Remove. auto-save does not check
2792 this in individual buffers, only in the starting buffer, so this
2793 is not the right way for us to inhibit auto-save in a buffer
2794 according to its condition.
2795
2796 (allout-mode): Use new allout-write-contents-hook-handler, and
2797 only with write-contents-functions. Remove auto-save provisions -
2798 they're implemented elsewhere.
2799
2800 (allout-before-change-handler): If undo is in progress, note that
2801 for attention of allout-post-command-business.
2802
2803 (allout-post-command-business): If the command we're following was
2804 an undo, check for change in the status of encrypted items and
2805 adjust auto-save inhibitions accordingly.
2806
2807 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
2808 according to whether there are or aren't any plain-text topics
2809 pending encryption.
2810
2dcdbdd9
SM
2811 (allout-inhibit-auto-save-info-for-decryption):
2812 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
13aa217b
KM
2813 there are plain-text topics pending encryption.
2814
2815 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
2816 buffer-saved-size and some allout state to not inhibit auto-saves
2817 if there are no longer any plain-text topics pending encryption.
2818
0757af94
SM
2819 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
2820 No longer provide for exemption of the current topic.
13aa217b 2821
ac89b32c
JL
28222011-07-04 Juri Linkov <juri@jurta.org>
2823
2824 Add 7z operations to delete and save changed members (bug#8968).
2825 * arc-mode.el (archive-7z-expunge, archive-7z-update):
2826 New defcustoms.
2827 (archive-7z-write-file-member): New function.
2828 (archive-7z-summarize): Fix the number of dashes in the
2829 listing output.
2830
8fa39615
SM
28312011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
2834 (bug#8958).
2835
2f11b3f1
CY
28362011-07-04 Chong Yidong <cyd@stupidchicken.com>
2837
d66fef2b
CY
2838 * bindings.el: Ignore next-buffer and previous-buffer in
2839 minibuffer-local-map.
2840
2f11b3f1
CY
2841 * font-lock.el (font-lock-builtin-face): Change light background
2842 color to dark slate blue (Bug#6693).
2843
f932a347
WD
28442011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
2845
2846 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
2847
c8af70e1
SM
28482011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
2851 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2852 Add switch-to-buffer.
2853
f158badc
LMI
28542011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2855
2856 * isearch.el (isearch-search-fun-function): Clarify further the
2857 meaning of the function returned.
2858
6d95bd46
MA
28592011-07-04 Michael Albinus <michael.albinus@gmx.de>
2860
2861 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
2862
2863 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
2864 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
2865 Use it.
2866 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
2867 `tramp-default-remote-path' does not exist.
2868 (tramp-send-command-and-read): New optional argument NOERROR.
2869 (tramp-open-connection-setup-interactive-shell)
2870 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
2871 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
2872 (tramp-process-sentinel): Flush also process' connection property.
2873 (tramp-sh-handle-start-file-process): Do not set process
2874 sentinel. It is done now ...
2875 (tramp-maybe-open-connection): ... here. (Bug#8929)
2876
909e6b67
MK
28772011-07-04 MON KEY <monkey@sandpframing.com>
2878
2879 * play/animate.el (animate-string): Doc fixes and allow changing
2880 the buffer name (bug#5417).
2881
28822011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2883
c8af70e1 2884 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 2885
f34755dc
PE
28862011-07-04 Paul Eggert <eggert@cs.ucla.edu>
2887
396cec72
PE
2888 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
2889 This is simpler and helps future-proof the code.
2890 (timer-until): Use time-subtract and float-time.
08235028 2891 (timer--time-less-p): Use time-less-p.
f34755dc 2892
56e6cc31
JB
28932011-07-04 Juanma Barranquero <lekktu@gmail.com>
2894
3abb79e5
JB
2895 * type-break.el (timep): Use the value of `float-time' to avoid a
2896 byte-compiler warning.
2897
56e6cc31
JB
2898 * server.el (server-eval-and-print): Return any result, even nil.
2899
7b9430b4
PE
29002011-07-03 Paul Eggert <eggert@cs.ucla.edu>
2901
2902 * type-break.el: Accept time formats that the builtins accept.
2903 (timep, type-break-time-difference): Accept any format that
2904 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
2905 This is simpler and helps future-proof the code.
2906 (type-break-time-difference): Round rather than ignoring
2907 subseconds components.
2908
3034e9e7
LMI
29092011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2910
2911 * info.el (Info-apropos-matches): Make non-interactive, since it
2912 doesn't seem to do anything useful as a command (bug#8829).
2913
1485f4c0
CY
29142011-07-03 Chong Yidong <cyd@stupidchicken.com>
2915
2916 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 2917 Move from faces.el.
1485f4c0
CY
2918 (frame-default-terminal-background): New function.
2919
2920 * custom.el (custom-push-theme): Don't record faces in `changed'
2921 theme; this doesn't work correctly for per-frame face settings.
2922 (disable-theme): Use face-set-after-frame-default to reset faces.
2923 (custom--frame-color-default): New function.
2924
9fa3dd45
LMI
29252011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2926
c8af70e1 2927 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
2928 (bug#8769).
2929
6cbbc20c
KR
29302011-03-29 Kevin Ryde <user42@zip.com.au>
2931
2932 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2933 `perl-Test2' extend to match possible "fail #N" rep count
2934 (bug#8377).
2935
c7f98048
LMI
29362011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2937
65676592
LMI
2938 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
2939 `smtpmail-via-smtp' now returns the error instead of nil.
2940
c7f98048
LMI
2941 * isearch.el (isearch-search-fun-function): Clarify the doc string
2942 (bug#8101).
2943
56e6cc31 29442011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
2945
2946 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
2947 unnecessary spaces (bug#8987).
2948
2b216704
LMI
29492011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2950
2951 * net/network-stream.el (open-network-stream): Use the
2952 :end-of-capability command thoughout.
2953
29542011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2955
2956 * net/network-stream.el (open-network-stream): Add the
2957 :end-of-capability command parameter, used by pop3.el.
2958
36adf6ce
LMI
29592011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2960
1ca0da0e
LMI
2961 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
2962
fc00f69c
LMI
2963 * fringe.el (fringe-query-style): Remove redundant text " (type ?
2964 for list)" (bug#6475).
2965
28fd8759
LMI
2966 * files.el (file-expand-wildcards): Ignore non-readable
2967 sub-directories while trying to find matches instead of signalling
2968 an error (bug#6297).
2969
0dd8b6da
LMI
2970 * man.el (Man-reference-regexp): Allow matching possible
2971 word-wrapped references (bug#6289).
2972
ce1438d6
LMI
2973 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
2974 for consistency with the other vc buffers (bug#6197).
2975 (vc-checkin): Ditto.
2976
2977 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
2978
36adf6ce
LMI
2979 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
2980
e83cc1f7
LMI
29812011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2982
8a20ca4c
LMI
2983 * custom.el (defcustom): Clarify that :set is only used in the
2984 Customize user interface (bug#6089).
2985
83319045
LMI
2986 * progmodes/flymake.el (flymake-mode): If the buffer isn't
2987 associated with a file, refuse to run instead of erroring out
2988 (bug#6084).
2989
a8392169
LMI
2990 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
2991 the doc string, since it appears that using `fill-column' always
2992 controls the width (bug#7845).
2993
e83cc1f7
LMI
2994 * simple.el (shell-command-on-region): Say where the error output
2995 went if `shell-command-default-error-buffer' is set (bug#6857).
2996
e47ca23b
KM
29972011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
2998
2999 * allout.el (allout-yank-processing): Adjust cursor position for
3000 backwards-deleted space.
3001
3002 (allout-rebullet-heading): Register changes with
3003 allout-exposure-changed-hook, so the modified topic is properly
3004 decorated.
3005
5cf56143
LMI
30062011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3007
08549772
LMI
3008 * minibuffer.el (completion-in-region): Document PREDICATE
3009 (bug#7136).
3010
48e96771
LMI
3011 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
3012 of keyword/argument pairs (bug#6904).
3013
c8af70e1
SM
3014 * replace.el (multi-occur):
3015 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 3016
e17d05e2
LMI
30172011-07-02 Drew Adams <drew.adams@oracle.com>
3018
3019 * dired.el (dired-mark-if): Make the message about whether it's
3020 marking or unmarking clearer (bug#8523).
3021
063b0e45
LMI
30222011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3023
3024 * disp-table.el (display-table-print-array): New function.
3025 (describe-display-table): Use it to print the vectors more pretty
3026 (Bug#8859).
3027
28545e04
MR
30282011-07-02 Martin Rudalics <rudalics@gmx.at>
3029
3030 * window.el (window-state-get-1): Don't assign clone numbers.
3031 Add clone-of item to list of window parameters.
3032 (window-state-put-2): Don't process clone numbers.
3033 (display-buffer-alist): Fix doc-string.
3034
3349e122
SM
30352011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 * subr.el (remq): Don't allocate if it's not needed.
3038 (keymap--menu-item-binding, keymap--menu-item-with-binding)
3039 (keymap--merge-bindings): New functions.
3040 (keymap-canonicalize): Use them to refine the canonicalization.
3041 * minibuffer.el (minibuffer-local-completion-map)
3042 (minibuffer-local-must-match-map): Move initialization from C.
3043 (minibuffer-local-filename-completion-map): Move initialization from C;
3044 don't inherit from anything here.
3045 (minibuffer-local-filename-must-match-map): Make obsolete.
3046 (completing-read-default): Use make-composed-keymap to combine
3047 minibuffer-local-filename-completion-map with either
3048 minibuffer-local-must-match-map or
3049 minibuffer-local-filename-completion-map.
3050
d224ac83
GM
30512011-07-01 Glenn Morris <rgm@gnu.org>
3052
3de63bf8
GM
3053 * type-break.el (type-break-time-sum): Use dolist.
3054
d224ac83
GM
3055 * textmodes/flyspell.el (flyspell-word-search-backward):
3056 Replace CL function.
3057
1a1e3f32
SM
30582011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
3059
fe3f64d5
SM
3060 * mouse.el (mouse--strip-first-event): New function.
3061 (function-key-map): Use it to map fringe clicks to normal clicks
3062 by default.
3063
eb604e34
SM
3064 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
3065 (vc-bzr-revision-completion-table): Add support for annotate and date.
3066
1a1e3f32
SM
3067 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
3068 inherit from parent.
3069
5bd35902
LMI
30702011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3071
ace6c69c 3072 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 3073 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 3074
191e2bed
LMI
3075 * dired.el (dired-mode): Fix up the doc string as suggested by
3076 Drew Adams (bug#8817).
3077
5bd35902
LMI
3078 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
3079 cookie, since the manual says that it should be possible to add
3080 this function to `find-file-hook' (bug#8709).
3081
eee8207a
TZ
30822011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
3083
3084 * progmodes/cfengine.el: Moved all cfengine3.el functionality
3085 here. Noted Ted Zlatanov as the maintainer.
3086 (cfengine-common-settings, cfengine-common-syntax): New functions
3087 to set up common things between `cfengine-mode' and
3088 `cfengine3-mode'.
3089 (cfengine3-mode): New mode.
3090 (cfengine3-defuns cfengine3-defuns-regex
3091 (cfengine3-class-selector-regex cfengine3-category-regex)
3092 (cfengine3-vartypes cfengine3-font-lock-keywords)
3093 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 3094 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 3095
36b148cf
MA
30962011-07-01 Michael Albinus <michael.albinus@gmx.de>
3097
3098 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
3099
3100 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
3101
0bf4ba9a
MR
31022011-07-01 Martin Rudalics <rudalics@gmx.at>
3103
3104 * window.el (same-window-buffer-names, same-window-regexps)
3105 (same-window-p, special-display-frame-alist)
3106 (special-display-popup-frame, special-display-function)
3107 (special-display-buffer-names, special-display-regexps)
3108 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
3109 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3110 (split-window-preferred-function, split-height-threshold)
3111 (split-width-threshold, even-window-heights)
3112 (display-buffer-mark-dedicated, window-splittable-p)
3113 (split-window-sensibly, window-safely-shrinkable-p):
3114 Un-obsolete.
3115 (display-buffer): Don't spread args with function specifier
3116 because special-display-popup-frame won't like it.
3117
35837f51
PE
31182011-07-01 Paul Eggert <eggert@cs.ucla.edu>
3119
d0672f86
PE
3120 Time-stamp simplifications and fixes.
3121 These improve accuracy slightly, and future-proof the code
3122 against some potential changes to current-time format.
3123
b9444d97
PE
3124 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
3125 by using time-since and float-time.
3126
0ef923dc
PE
3127 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
3128 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
3129 + NNN microseconds".
3130
2f81380d
PE
3131 * type-break.el (type-break-time-sum): Rewrite using time-add.
3132
845b5c3e
PE
3133 * play/hanoi.el (hanoi-current-time-float): Remove.
3134 All uses replaced by float-time.
3135
ee6f1be0
PE
3136 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
3137 This yields a more-accurate answer.
3138 (rng-time-to-float): Remove; no longer needed.
3139
fe955043
PE
3140 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
3141
5777162a
PE
3142 * calendar/timeclock.el (timeclock-seconds-to-time):
3143 Defalias to seconds-to-time, since they're the same thing.
3144
3103f8b6 3145 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 3146 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
3147 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
3148
0e61a35f
SM
31492011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * window.el (bury-buffer): Don't iconify the only frame.
3152 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
3153 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
3154
ddd63a1e
CY
31552011-07-01 Chong Yidong <cyd@stupidchicken.com>
3156
0e61a35f
SM
3157 * eshell/em-smart.el (eshell-smart-display-navigate-list):
3158 Add mouse-yank-primary.
ddd63a1e 3159
055f4923
TZ
31602011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
3161
3162 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
3163
6a2fb145
SM
31642011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * emacs-lisp/find-func.el (find-library--load-name): New fun.
3167 (find-library-name): Use it to find relative load names when provided
3168 absolute file name (bug#8803).
3169
fd4983f2
LMI
31702011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3171
887d14ad
LMI
3172 * textmodes/flyspell.el (flyspell-word): Consider words that
3173 differ only in case as potential doublons (bug#5687).
3174
c53dc7fc
LMI
3175 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
3176 Remove two rather uninteresting debugging-like messages to make
3177 debbugs.el more silent.
3178
fd4983f2
LMI
3179 * comint.el (comint-password-prompt-regexp): Accept "Response" as
3180 a password-like phrase.
3181
b14c0c55
AM
31822011-06-30 Mastake YAMATO <yamato@redhat.com>
3183
3184 * progmodes/cc-guess.el: New file.
3185
6a2fb145 3186 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
3187
3188 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
3189 derived from `c-basic-common-init'.
3190
3191 * progmodes/cc-mode.el (top-level): Require cc-guess.
3192 (c-basic-common-init): Use `cc-choose-style-for-mode'.
3193
1fa280a3
LM
31942011-06-30 Lawrence Mitchell <wence@gmx.li>
3195
3196 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
3197
e6597158
AM
31982011-06-30 Alan Mackenzie <acm@muc.de>
3199
1fa280a3
LM
3200 * progmodes/cc-engine.el (c-guess-continued-construct):
3201 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
3202 lock is disabled. Name this case as "CASE G".
3203
68ba37fb
KM
32042011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
3205
3206 * allout.el (allout-yank-processing): Fix injection of extra space
3207 between bullet and non-whitespace character in first topic when
3208 pasting, ensuring that the actual spacing in the pasted topic
3209 following the bullet char is preserved. This extra space was
3210 causing pasted encrypted topics to get a decrypted status even
3211 when the content was actually still encrypted. Now the decryption
3212 status from before the paste is preserved.
3213
3214 (allout-flag-region): Set all allout overlays so they evaporate
3215 when reduced to zero length (evanescent), to prevent overlay
3216 leakage.
3217
887a0b34
GM
32182011-06-30 Glenn Morris <rgm@gnu.org>
3219
94b9acce
GM
3220 * w32-fns.el (w32-charset-info-alist): Declare.
3221
1d9b46d4
GM
3222 * find-dired.el (find-grep-options): Simplify.
3223
cc232200
GM
3224 * term/ns-win.el (ns-set-resource): Declare.
3225
28e77c46
GM
3226 * ses.el (row, col): Declare dynamic variables honestly.
3227
887a0b34
GM
3228 * textmodes/reftex-parse.el (index-tags): Declare.
3229
658d8eb8
CY
32302011-06-30 Chong Yidong <cyd@stupidchicken.com>
3231
3232 * cus-edit.el (customize-push-and-save): New function.
3233
3234 * files.el (hack-local-variables-confirm): Use it.
3235
1fa280a3
LM
3236 * custom.el (load-theme): New arg NO-CONFIRM.
3237 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
3238 (custom-enabled-themes): Doc fix.
3239
3240 * cus-theme.el (customize-create-theme)
3241 (custom-theme-merge-theme): Callers to load-theme changed.
3242
bb617717
LMI
32432011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3244
d61bdd5d
LMI
3245 * thingatpt.el (thing-at-point-short-url-regexp): Require that
3246 short URLs have at least one dot in them (bug #7614).
3247
bb617717
LMI
3248 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
3249 nil, because using a pty is apparently too slow (bug #895).
3250
2f31f37a
LMI
32512011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
3252
3253 * mail/sendmail.el (sendmail-query-once): New function.
3254 (sendmail-query-once-function): New variable.
3255
3076b24e
GM
32562011-06-29 Glenn Morris <rgm@gnu.org>
3257
faf2a174
GM
3258 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
3259
3076b24e
GM
3260 * ses.el (top-level): Require cl when compiling.
3261 (ses-set-localvars): Fix error statement.
3262 Call it at compile time to silence a storm of warnings.
3263
5386012d
MR
32642011-06-29 Martin Rudalics <rudalics@gmx.at>
3265
3266 * window.el (normalize-live-buffer): Rename to
3267 window-normalize-buffer.
3268 (normalize-live-frame): Rename to window-normalize-frame.
3269 (normalize-any-window): Rename to window-normalize-any-window.
3270 (normalize-live-window): Rename to window-normalize-live-window.
3271 (make-window-atom): Rename to window-make-atom.
3272 (window-resize-reset): Rename to window--resize-reset.
3273 (window-resize-reset-1): Rename to window--resize-reset-1.
3274 (resize-mini-window): Rename to window--resize-mini-window.
3275 (resize-subwindows-skip-p): Rename to
3276 window--resize-subwindows-skip-p.
3277 (resize-subwindows-normal): Rename to
3278 window--resize-subwindows-normal.
3279 (resize-subwindows): Rename to window--resize-subwindows.
3280 (resize-other-windows): Rename to window--resize-siblings.
3281 (resize-this-window): Rename to window--resize-this-window.
3282 (resize-root-window): Rename to window--resize-root-window.
3283 (resize-root-window-vertically): Rename to
3284 window--resize-root-window-vertically.
3285 (normalize-buffer-to-display): Rename to
3286 window-normalize-buffer-to-display.
3287 (normalize-buffer-to-switch-to): Rename to
3288 window-normalize-buffer-to-switch-to.
3289 Correspondingly update all callers of the functions listed
3290 above.
3291 (display-buffer-alist, display-buffer-normalize-arguments)
3292 (display-buffer-normalize-options, display-buffer)
3293 (display-buffer-alist-set): Use "function" instead of
3294 "fun-with-args".
3295
1176868d
CY
32962011-06-28 Chong Yidong <cyd@stupidchicken.com>
3297
3298 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
3299 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
3300 debbugs.gnu.org. Mention acknowledgment email.
3301
20a7a65f
LMI
33022011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3303
3304 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
3305 buffer multibyteness, since it shouldn't matter.
3306
5f45cca5
MR
33072011-06-28 Martin Rudalics <rudalics@gmx.at>
3308
3309 * window.el (display-buffer-in-side-window): Handle dedicated
3310 windows as in display-buffer-reuse-window.
3311 (display-buffer-normalize-alist): Use value of override
3312 specifier.
3313 (display-buffer-normalize-specifiers): Use value of
3314 other-window-means-other-frame specifier.
3315 (display-buffer-alist): Rewrite some texts in widgets.
3316 (display-buffer): Spread arguments when calling function
3317 specified by fun-with-args.
3318
ad85fe1f
DD
33192011-06-28 Deniz Dogan <deniz@dogan.se>
3320
1fa280a3
LM
3321 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3322 Unnest `let'.
da68c4c8 3323
ad85fe1f
DD
3324 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
3325 selectors (Bug#5732).
ec49bd31 3326 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 3327
a08cc025
JA
33282011-06-27 Jari Aalto <jari.aalto@cante.net>
3329
3330 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
3331 (eshell-ls-date-format): New defcustom.
3332 (eshell-ls-file): Use it.
3333
e2b551c5
SM
33342011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3335
3336 * help-fns.el (describe-variable): Fix message for terminal-local vars.
3337
8982b231
KY
33382011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
3339
3340 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
3341 (ange-ftp-make-tmp-name): New arg.
3342 (ange-ftp-file-local-copy): Use it.
3343
36c9fa27
J
33442011-06-27 Jambunathan K <kjambunathan@gmail.com>
3345
3346 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
3347 no-conversion (Bug#8870).
3348
d68443dc
MR
33492011-06-27 Martin Rudalics <rudalics@gmx.at>
3350
3351 * window.el (window-right, window-left, window-child)
3352 (window-child-count, window-last-child)
3353 (window-iso-combination-p, walk-window-tree-1)
3354 (window-atom-check-1, window-tree-1, delete-window)
3355 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
3356 new naming conventions - window-vchild, window-hchild,
3357 window-next and window-prev are now called window-top-child,
3358 window-left-child, window-next-sibling and window-prev-sibling
3359 respectively.
d615d6d2
MR
3360 (resize-window-reset): Rename to window-resize-reset.
3361 (resize-window-reset-1): Rename to window-resize-reset-1.
3362 (resize-window): Rename to window-resize.
3363 (window-min-height, window-min-width)
3364 (resize-mini-window, resize-this-window, resize-root-window)
3365 (resize-root-window-vertically, adjust-window-trailing-edge)
3366 (enlarge-window, shrink-window, maximize-window)
3367 (minimize-window, delete-window, quit-restore-window)
3368 (split-window, balance-windows, balance-windows-area-adjust)
3369 (balance-windows-area, window-state-put-2)
3370 (display-buffer-even-window-sizes, display-buffer-set-height)
3371 (display-buffer-set-width, set-window-text-height)
3372 (fit-window-to-buffer): Rename all "resize-window" prefixed
3373 calls to use the "window-resize" prefix convention.
3374 (display-buffer-alist): Fix symbol for label specifier.
3375 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
3376 corresponding specifier.
3377 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 3378
b6458526
VB
33792011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
3380
3381 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
3382 convention.
3383 (ses-call-printer): Does not pass an empty string to formatter when the
3384 cell is empty to keep from barking printer Calc math-format-value.
3385
d31fd9ac
RS
33862011-06-27 Richard Stallman <rms@gnu.org>
3387
43d5bf84
RS
3388 * battery.el (battery-mode-line-limit): New variable.
3389 (battery-update): Handle it.
3390
d31fd9ac
RS
3391 * mail/rmailmm.el (rmail-mime-process-multipart):
3392 Handle truncated messages.
3393
819a6054
GM
33942011-06-27 Glenn Morris <rgm@gnu.org>
3395
3396 * progmodes/flymake.el (flymake-err-line-patterns):
3397 Allow for column numbers in the ant/javac pattern. (Bug#8866)
3398
cedc73f2
VB
33992011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
3400
819a6054 3401 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
3402 (ses--clean-!, ses--clean-_): New functions.
3403 (ses-range): Add configurability of readout order, and conversion
3404 to Calc vector.
3405
5e5d49b6
VB
3406 * ses.el (ses-repair-cell-reference-all): New function.
3407 (ses-cell-symbol): Set macro as safe, so that it can be used in
3408 formulas.
3409
56e6cc31 3410 * ses.el: Update cycle detection algorithm.
90ca8b49 3411 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 3412 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
3413 (ses-set-localvars): New function.
3414 (ses-make-cell): Add property-list as a cell element.
3415 (ses-cell-property-get-fun, ses-cell-property-get)
3416 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
3417 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
3418 New functions.
90ca8b49
VB
3419 (ses-cell-property-set, ses-cell-property-pop)
3420 (ses-cell-property-get-handle): New macro.
3421 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
3422 New aliases, used for code readability.
3423 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
3424 cycle detection.
3425 (ses-self-reference-early-detection): New defcustom.
3426 (ses-formula-references): Robustify against self-refering cells.
3427 (ses-mode): Use ses-set-localvars.
3428 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
3429 before lauching the update processing.
3430 (ses-initialize-Dijkstra-attempt): New function.
3431 (ses-recalculate-cell): Update for cycle detection based on
3432 Dijkstra algorithm.
3433
2bb63e81
VB
3434 * ses.el: Fix commenting and indenting convention.
3435
c9d29fb8
SM
34362011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
3437
3438 * bs.el (bs-cycle-next): Complete last change.
3439
d8e4b68b
JB
34402011-06-27 Drew Adams <drew.adams@oracle.com>
3441
3442 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
3443
40098786
LMI
34442011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3445
c9d29fb8
SM
3446 * net/network-stream.el (network-stream-open-starttls):
3447 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
3448 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
3449
40098786
LMI
3450 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
3451 to binary to possibly avoid line encoding issues on Windows (among
3452 other things).
3453
468d09d4
LMI
34542011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3455
3456 * net/network-stream.el (open-network-stream): Return an :error
3457 saying what the problem was, if possible.
3458
3459 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
3460 server.
3461
3462 * net/network-stream.el (network-stream-open-starttls): If we
3463 wanted to use STARTTLS, and the server offered it, but we weren't
3464 able to because we had no STARTTLS support, then close the connection.
3465 (open-network-stream): Return an :error element, if present.
3466
16f07dd7
CY
34672011-06-26 Chong Yidong <cyd@stupidchicken.com>
3468
88821ca0
CY
3469 * hl-line.el (hl-line-sticky-flag): Doc fix.
3470 (global-hl-line-sticky-flag): New option (Bug#8323).
3471 (global-hl-line-highlight): Obey it.
3472
16f07dd7
CY
3473 * vc/vc.el (vc-revert-show-diff): Default to t.
3474
6b5ccddf
KM
34752011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
3476
c9d29fb8
SM
3477 * allout-widgets.el (allout-widgets-post-command-business):
3478 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
3479 undecorated when an isearch is continued past, and isearch
3480 automatically collapses them. This leads to "widget leaks", where
3481 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
3482 hidden widgets can slow down cursor travel, substantially.
3483 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
3484 so we're doing without this nicety.
3485
3486 (allout-widgets-tally-string): Don't try to do a hash-table-count
3487 of allout-widgets-tally when it's nil. This eliminates spurious "Error
3488 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
3489 *Messages* when allout-widgets-maintain-tally is t.
3490
355f2e07
MR
34912011-06-26 Martin Rudalics <rudalics@gmx.at>
3492
3493 * window.el (display-buffer-normalize-argument): Rename to
3494 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
3495 LABEL argument. Respect special-display-function when popping up
3496 a new frame. Fix code searching for a window showing the buffer
3497 on another frame.
c9d29fb8
SM
3498 (display-buffer-normalize-specifiers):
3499 Call display-buffer-normalize-arguments.
355f2e07
MR
3500 (display-buffer-in-window): Don't undedicate the window if its
3501 buffer remains the same.
3502 Reported by Drew Adams <drew.adams@oracle.com>.
3503 (display-buffer-alist): Add choice for same-window macro
3504 specfier.
3505 (display-buffer): Mention special meaning of LABEL argument in
3506 doc-string. Fix quoting. Don't pop up a new frame even as
3507 fallback.
3508
7ca8fc42
JB
35092011-06-26 Juanma Barranquero <lekktu@gmail.com>
3510
3511 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
3512 avoid deleting the current window in some cases (bug#8911).
3513
bc312254
AS
35142011-06-26 Andreas Schwab <schwab@linux-m68k.org>
3515
3516 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
3517 (Bug#8934)
3518
2db18f3f
LMI
35192011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3520
c9d29fb8
SM
3521 * net/network-stream.el (network-stream-open-starttls):
3522 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
3523 (network-stream-open-tls): Ditto.
3524
6302e0d3
LL
35252011-06-26 Leo Liu <sdl.web@gmail.com>
3526
3527 * register.el (registerv): New struct.
3528 (registerv-make): New function.
c9d29fb8
SM
3529 (jump-to-register, describe-register-1, insert-register):
3530 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
3531 struct. (Bug#8415)
3532
5fdd4046
CY
35332011-06-26 Chong Yidong <cyd@stupidchicken.com>
3534
2afef60a
CY
3535 * vc/vc.el (vc-revert-show-diff): New defcustom.
3536 (vc-diff-internal): New arg specifying diff buffer.
3537 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
3538 reuse an existing *vc-diff* buffer (Bug#8927).
3539
5fdd4046
CY
3540 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
3541
e93db24a
GM
35422011-06-26 Glenn Morris <rgm@gnu.org>
3543
3544 * progmodes/f90.el (f90-critical-indent): New option.
3545 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
3546 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
3547 (f90-mode): Doc fix.
3548 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
3549 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
3550 (f90-beginning-of-block, f90-next-block, f90-indent-region)
3551 (f90-match-end): Handle block, critical.
3552
eefff499
GM
35532011-06-25 Glenn Morris <rgm@gnu.org>
3554
f6ba4cc9
GM
3555 * calendar/diary-lib.el (diary-included-files): Doc fix.
3556 (diary-include-files): New function, extracted from
3557 diary-include-other-diary-files and diary-mark-included-diary-files.
3558 (diary-include-other-diary-files, diary-mark-included-diary-files):
3559 Just call diary-include-files.
3560 (diary-mark-entries): Reset diary-included-files on first call.
3561
16712304
GM
3562 * calendar/diary-lib.el (diary-mark-entries)
3563 (diary-mark-included-diary-files):
3564 Visit included diary-files in temp buffers.
3565
5d8e0d43
GM
3566 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
3567 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
3568 (f90-start-block-re, f90-imenu-generic-expression)
3569 (f90-looking-at-program-block-start, f90-no-block-limit):
3570 Add support for submodules.
3571
ccf7a5d5
GM
3572 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
3573 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 3574
11fdef7d 35752011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
3576
3577 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
3578 buffer-file-type before setting its value, to avoid disastrous
eefff499 3579 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 3580
74f53697
JB
35812011-06-25 Juanma Barranquero <lekktu@gmail.com>
3582
3583 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
3584
3585 * ses.el (ses-unload-function):
3586 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
3587
3588 * proced.el (proced-unload-function):
3589 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
3590
18a4ce5e
AR
35912011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
3592
3593 * server.el (server-create-window-system-frame): Add parameters arg.
3594 (server-process-filter): Doc fix. Handle frame-parameters.
3595
519d22cc
JB
35962011-06-25 Juanma Barranquero <lekktu@gmail.com>
3597
3598 Fix bug#8730, bug#8781.
3599
3600 * loadhist.el (unload--set-major-mode): New function.
3601 (unload-feature): Use it.
3602
3603 * progmodes/python.el (python-after-info-look): Add autoload cookie.
3604 (python-unload-function): New function.
3605
c206f5b0
SM
36062011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
3607
3608 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
3609
f9ad64f3
GS
36102011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
3611
3612 * net/browse-url.el (browse-url-firefox-program): Add icecat to
3613 the candidates list.
3614
7d0da90e
JB
36152011-06-24 Juanma Barranquero <lekktu@gmail.com>
3616
3617 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
3618
14b4e83d
RS
36192011-06-23 Richard Stallman <rms@gnu.org>
3620
3621 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
3622 (rmail-variables): Set next-error-move-function.
3623 (rmail-what-message): Take argument POS.
3624 (rmail-next-error-move): New function.
3625
273d2baf
SM
36262011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
3629 messages for adjacent non-terminals.
3630
56c2cc9a
RS
36312011-06-23 Richard Stallman <rms@gnu.org>
3632
3633 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 3634 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
3635 (rmail-start-mail): Don't specify use of rmail-mail-return;
3636 that's done by mail-bury now.
3637 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 3638
d59eb518
MA
36392011-06-23 Michael Albinus <michael.albinus@gmx.de>
3640
3641 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
3642 SIZE is a number.
3643
02cfc6d6
MR
36442011-06-23 Martin Rudalics <rudalics@gmx.at>
3645
3646 * window.el (get-lru-window, get-mru-window)
3647 (get-largest-window): Never return a minibuffer window.
3648 (display-buffer-pop-up-window): Fix a bug that could lead to
3649 reusing the minibuffer window.
3650 (display-buffer): Pass original specifier argument to
3651 display-buffer-function instead of the normalized one.
3652 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
3653
4e323265
LL
36542011-06-22 Leo Liu <sdl.web@gmail.com>
3655
3656 * minibuffer.el (completing-read-function)
3657 (completing-read-default): Move from minibuf.c
3658
7a70468f
RS
36592011-06-22 Richard Stallman <rms@gnu.org>
3660
50718fc2
RS
3661 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
3662 to Rmail even if not started by a special Rmail command.
3663
7a70468f
RS
3664 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
3665 Copy the buffer currently showing just one message.
3666
297dde5a
RW
36672011-06-22 Roland Winkler <winkler@gnu.org>
3668
3669 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
3670 (bibtex-clean-entry): First delete the old key so that a
3671 customized algorithm for generating the new key does not get
3672 confused by the old key.
3673 (bibtex-url): Obey regexp of first step.
3674 (bibtex-search-entries): Do not use add-to-list with local
3675 list-var.
3676
97bb1093
LMI
36772011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3678
3679 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
3680 stored a user name, then query for the password first, instead of
3681 waiting for SMTP to give an error message and the trying again.
3682
1c0f1a19
JD
36832011-06-22 Lawrence Mitchell <wence@gmx.li>
3684
3685 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
3686 BUFFER in call-process.
3687
396f7c9d
LMI
36882011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3689
3690 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
3691 QUIT twice.
ddb7ffee
LMI
3692 (smtpmail-try-auth-methods): Require user name and password from
3693 auth-source.
396f7c9d 3694
8998d1b3
MR
36952011-06-22 Martin Rudalics <rudalics@gmx.at>
3696
3697 * window.el (display-buffer-default-specifiers)
3698 (display-buffer-alist): Remove entries for pop-up-frame-alist.
3699 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 3700 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
3701
3702 * frame.el (pop-up-frame-alist, pop-up-frame-function)
3703 (special-display-frame-alist, special-display-popup-frame):
3704 Remove duplicate declarations. These are now in window.el.
3705
4ea31e07
LMI
37062011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3707
c9d29fb8
SM
3708 * mail/smtpmail.el (smtpmail-via-smtp):
3709 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
3710 server supports it. SMTP servers that support STARTTLS commonly
3711 require it.
3712
3713 * net/network-stream.el (network-stream-open-starttls): Support
3714 upgrading to STARTTLS always, even if we don't have built-in support.
3715 (open-network-stream): Add the :always-query-capabilies keyword.
3716
95f41d9a
LMI
3717 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
3718 upgrades with `open-network-stream', and rely solely on
3719 auth-source for all credentials. Big changes throughout the file,
3720 but in particular:
c9d29fb8
SM
3721 (smtpmail-auth-credentials): Remove.
3722 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
3723 (smtpmail-via-smtp): Check for servers saying they want AUTH after
3724 MAIL FROM, too.
95f41d9a 3725
c9d29fb8
SM
3726 * net/network-stream.el (network-stream-open-starttls):
3727 Provide support for client certificates both for external and built-in
4ea31e07
LMI
3728 STARTTLS.
3729 (auth-source): Require.
3730 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
3731 (network-stream-certificate): Change cert-cert to cert and
3732 cert-key to key.
4ea31e07 3733
065ec2c7
MA
37342011-06-21 Michael Albinus <michael.albinus@gmx.de>
3735
3736 * net/tramp-cache.el (top): Don't load the persistency file when
3737 "emacs -Q" has been called.
3738
cd93b359
DR
37392011-06-21 Tim Harper <timcharper@gmail.com>
3740
d8e4b68b
JB
3741 * term/ns-win.el (ns-initialize-window-system):
3742 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
3743 resource to NO as it is not yet supported by the NS port.
3744
ae9c0411
JB
37452011-06-21 Juanma Barranquero <lekktu@gmail.com>
3746
3747 * misc.el (list-dynamic-libraries--refresh): Compute header here...
3748 (list-dynamic-libraries): ...not here.
3749
7f3f739f
LL
37502011-06-21 Leo Liu <sdl.web@gmail.com>
3751
3752 * subr.el (sha1): Implement sha1 using secure-hash.
3753
327c8fb1
MR
37542011-06-21 Martin Rudalics <rudalics@gmx.at>
3755
3756 * window.el (display-buffer-alist): In default value do not
3757 enforce searching a window on any but the selected frame.
3758 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3759 (display-buffer-select-window): Remove function.
3760 (display-buffer-in-window): When a window on another frame gets
3761 reused, do not select it any more but just raise its frame if
3762 necessary (Bug#8851) and (Bug#8856).
3763 (display-buffer-normalize-options): Handle pop-up-frames related
3764 options more faithfully.
3765 (pop-to-buffer): Don't rely on `display-buffer' selecting the
3766 window if it is on another frame.
c9d29fb8
SM
3767 (display-buffer-alist, display-buffer-default-specifiers):
3768 Don't make new frame unsplittable by default.
9e9de014
MR
3769 (display-buffer-normalize-argument): Fix doc-string typo and use
3770 'same-frame-other-window instead of 'other-window when associating
3771 with display-buffer-macro-specifiers.
327c8fb1 3772
7cf3f556
VB
37732011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
3774
3775 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
3776 New functions.
3777 (5x5-mode-map, 5x5-mode-menu): Bind them.
3778 (5x5-draw-grid): Tweak the solver's rendering.
3779
60a406cf
SM
37802011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3781
3782 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
3783 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
3784
d8e4b68b 37852011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
3786
3787 * menu-bar.el: Use function variable instead of switch-to-buffer.
3788 (menu-bar-select-buffer-function): New variable.
60a406cf 3789 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 3790
478d6f95
SM
37912011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
3794 variable's status.
3795
ca530739
JD
37962011-06-20 Jan Djärv <jan.h.d@swipnet.se>
3797
3798 * x-dnd.el (x-dnd-version-from-flags)
3799 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
3800 and long as number (Bug#8899).
3801 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
3802
bcd70d97
SM
38032011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3804
60a406cf 3805 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
3806 (completion-try-completion, completion-all-completions): Compute the
3807 metadata argument if it's missing; make it optional (bug#8795).
3808
60a406cf 3809 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
3810 (widget-complete): Use new :completion-function property.
3811 (widget-completions-at-point): New function.
3812 (default): Use :completion-function instead of :complete.
60a406cf
SM
3813 (widget-default-completions): Rename from widget-default-complete;
3814 Rewrite.
bcd70d97
SM
3815 (widget-string-complete, widget-file-complete, widget-color-complete):
3816 Remove functions.
3817 (file, symbol, function, variable, coding-system, color):
3818 * international/mule-cmds.el (default-input-method, charset)
3819 (language-info-custom-alist):
3820 * cus-edit.el (face): Use new property :completions.
3821
3822 * progmodes/pascal.el (pascal-completions-at-point): New function.
3823 (pascal-mode): Use it.
3824 (pascal-mode-map): Use completion-at-point.
3825 (pascal-toggle-completions): Make obsolete.
3826 (pascal-complete-word, pascal-show-completions):
3827 * progmodes/octave-mod.el (octave-complete-symbol):
3828 Redefine as obsolete alias.
3829 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
3830 Signal absence of completion info for old Octave,
3831 (inferior-octave-complete): Redefine as obsolete alias.
3832 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
3833 (meta-completions-at-point): Rename from meta-complete-symbol and
3834 adapt it for use on completion-at-point-functions.
3835 (meta-common-mode): Use it.
3836 (meta-looking-at-backward, meta-match-buffer): Remove.
3837 (meta-complete-symbol): Redefine as obsolete alias.
3838 (meta-common-mode-map): Use completion-at-point.
3839 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
3840 (makefile-mode-map): Use completion-at-point.
3841 (makefile-completions-at-point): Rename from makefile-complete and
3842 adapt it for use on completion-at-point-functions.
3843 (makefile-mode): Use it.
3844 (makefile-complete): Redefine as obsolete alias.
3845
aebf69c8
DD
38462011-06-20 Deniz Dogan <deniz@dogan.se>
3847
3848 * net/rcirc.el: Delete trailing whitespaces once and for all.
3849
bfbbb27d
DC
38502011-06-20 Daniel Colascione <dan.colascione@gmail.com>
3851
3852 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
3853
d264a46b
CY
38542011-06-19 Chong Yidong <cyd@stupidchicken.com>
3855
4ca009e5
CY
3856 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
3857
d264a46b
CY
3858 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
3859
fbf5b3ce
MR
38602011-06-19 Martin Rudalics <rudalics@gmx.at>
3861
3862 * window.el (display-buffer-other-window-means-other-frame):
3863 Call display-buffer-normalize-alist.
3864 (display-buffer-normalize-specifiers-1): Rename to
3865 display-buffer-normalize-argument. New argument other-frame.
3866 Rewrite.
3867 (display-buffer-normalize-specifiers-2): Rename to
3868 display-buffer-normalize-options.
3869 (display-buffer-normalize-alist-1): New function.
3870 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
3871 display-buffer-normalize-alist.
3872 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
3873 (display-buffer-normalize-options-inhibit): New variable.
3874 (display-buffer-normalize-specifiers): Rewrite calling
3875 display-buffer-normalize-alist,
3876 display-buffer-normalize-argument, and
3877 display-buffer-normalize-options. Don't call the latter if
3878 display-buffer-normalize-options-inhibit is non-nil.
3879 (frame-auto-delete): New option.
3880 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
3881 (window-list-no-nils, window-state-ignored-parameters)
3882 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
3883 (window-state-put-1, window-state-put-2, window-state-put):
3884 New functions.
9a028c23
MR
3885 (display-buffer-normalize-options): Move special-display-p group
3886 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 3887
6d10d800
CY
38882011-06-18 Chong Yidong <cyd@stupidchicken.com>
3889
6420d28b
CY
3890 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
3891 groups (Bug#8776).
3892 (rx-submatch-n): New function.
3893 (rx): Document it.
3894
ddb8b596
CY
3895 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
3896 (Bug#8768).
3897
3898 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
3899
77080289
CY
3900 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
3901
61dfb316
CY
3902 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
3903 anytime existing face settings are present (Bug#8889).
3904
6d10d800
CY
3905 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
3906 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
3907 Remove unused argument.
3908
be3fb2b8
MR
39092011-06-18 Martin Rudalics <rudalics@gmx.at>
3910
bcd70d97
SM
3911 * window.el (display-buffer-default-specifiers):
3912 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
3913 pop-up-window-min-width, and another reuse-window specifier
3914 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
3915 (display-buffer-normalize-specifiers-2):
3916 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
3917 pop-up-windows is unset. Add a reuse-window specifier for the
3918 case popping up a new window fails.
3919 (special-display-popup-frame): Remove double quoting.
28dec25a 3920 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 3921
1c6d8c76
SM
39222011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * shell.el (shell-completion-vars): Set pcomplete-termination-string
3925 according to comint-completion-addsuffix.
3926
3927 * pcomplete.el: Convert to lexical binding and fix bug#8819.
3928 (pcomplete-suffix-list): Mark as obsolete.
3929 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
3930 pcomplete-seen in the closure.
3931 (pcomplete-comint-setup): Setup completion-at-point as well.
3932 (pcomplete--entries): New function.
3933 (pcomplete--env-regexp): New var.
3934 (pcomplete-entries): Rewrite to work with partial-completion and
3935 without relying on pcomplete-suffix-list.
3936 (pcomplete-pare-list): Remove, unused.
3937
25aef8b8
MR
39382011-06-17 Martin Rudalics <rudalics@gmx.at>
3939
3940 * window.el (display-buffer-alist): Set pop-up-window-min-height
3941 and pop-up-window-min-width in default value. Reported by
3942 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
3943 other-window-means-other-frame.
3944 (display-buffer-macro-specifiers): Comment out entry for
3945 other-window specifier.
3946 (display-buffer-other-window-means-other-frame): New function.
3947 (display-buffer-normalize-specifiers-1): New arguments
3948 buffer-name and label. Treat other-window case specially.
3949 (display-buffer-normalize-specifiers-2): Treat other-window case
3950 specially.
3951 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
3952 (display-buffer-normalize-specifiers):
3953 Call display-buffer-normalize-specifiers-3.
25aef8b8 3954
dbad4f69
MR
39552011-06-17 Martin Rudalics <rudalics@gmx.at>
3956
3957 * window.el (same-window-p): Fix two typos introduced when
3958 adding with-no-warnings.
d1067961
MR
3959 (display-buffer-normalize-specifiers-1): Don't check
3960 pop-up-frames for 'unset initialization.
3961 (display-buffer-normalize-specifiers-2): Major rewrite using
3962 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
3963 (pop-up-frames, display-buffer-reuse-frames)
3964 (display-buffer-mark-dedicated): Don't initialize to 'unset.
3965 Suggested by David Engster <deng@randomsample.de>.
3966 (even-window-heights): Initialize to 'unset.
3967 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
3968 (display-buffer-macro-specifiers): Don't pop up a new frame in the
3969 other window case.
dbad4f69 3970
9b9c9e3a
MR
39712011-06-16 Martin Rudalics <rudalics@gmx.at>
3972
bcd70d97
SM
3973 * window.el (display-buffer-normalize-specifiers-1):
3974 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 3975 second argument of display-buffer (Bug#8865).
981d5c09
MR
3976 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
3977 (switch-to-buffer-other-window-same-frame)
3978 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
3979 Adams (Bug#8875).
9c2755e9
MR
3980 (display-buffer): Don't check noninteractive when calling
3981 display-buffer-pop-up-frame.
3982 (display-buffer-pop-up-frame): Never pop up a frame in
3983 noninteractive mode (Bug#8857).
67222e1d
MR
3984 (enlarge-window, shrink-window): Don't report an error when the
3985 window can't be resized as requested (Bug#8862).
9b9c9e3a 3986
2b75be67
SM
39872011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3988
9ffdd3ba
SM
3989 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
3990
cb581a67
SM
3991 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
3992
2b75be67
SM
3993 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
3994
8c0e3589
AM
39952011-06-15 Alan Mackenzie <acm@muc.de>
3996
cb581a67
SM
3997 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
3998 for declarators, disable knr checking to speed up for normal files.
3999 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 4000
b96e6cde
LMI
40012011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4002
4bba86e6
LMI
4003 * net/network-stream.el (open-network-stream): Add the keyword
4004 :always-query-capabilities for the case where you want to force a
4005 `plain' network connection, but the protocol still requires the
4006 capabilitiy command (i.e., SMTP and EHLO).
4007
2b75be67 4008 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
4009 consistency with other `-live-p' functions.
4010
efdcdbf8
SM
40112011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 * window.el (same-window-buffer-names, same-window-regexps)
4014 (special-display-frame-alist, special-display-popup-frame)
4015 (special-display-function, special-display-buffer-names)
4016 (special-display-regexps, pop-up-frame-alist)
4017 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
4018 (pop-up-windows, split-window-preferred-function)
4019 (split-height-threshold, split-width-threshold, even-window-heights)
4020 (display-buffer-mark-dedicated): Don't encourage the use of
4021 display-buffer-alist from Elisp code.
4022
c5cde042
DN
40232011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
4024
4025 * progmodes/python.el (python-mode): Derive from prog-mode.
4026 * progmodes/ps-mode.el (ps-mode):
4027 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 4028 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
4029 * progmodes/ld-script.el (ld-script-mode): Likewise.
4030
baa1c9ab
MR
40312011-06-15 Martin Rudalics <rudalics@gmx.at>
4032
4033 * window.el (display-buffer-alist): Trim default value to avoid
4034 popping up a new frame (Bug#8857) or reusing an arbitrary window
4035 on another frame.
4036 (display-buffer): Do not fall back on popping up a new frame in
4037 batch mode (Bug#8857).
4038
c5dd5a51
CY
40392011-06-14 Chong Yidong <cyd@stupidchicken.com>
4040
4041 * cus-theme.el (describe-theme-1): Use custom-theme-p.
4042 (custom-theme-summary): New function.
4043 (customize-themes): Use it.
4044
d647b7c4
GM
40452011-06-13 Glenn Morris <rgm@gnu.org>
4046
4047 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
4048
9481c002
MR
40492011-06-13 Martin Rudalics <rudalics@gmx.at>
4050
357f93d2
MR
4051 * help.el (help-window): Remove variable.
4052 (help-window-point-marker, temp-buffer-max-height)
4053 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
4054 (help-print-return-message): Don't set help-window.
4055 (resize-temp-buffer-window): Rewrite cod eand doc-string.
4056 (help-window-setup-finish): Remove.
4057 (help-window-display-message, help-window-setup)
4058 (with-help-window): Major rewrite based on new
4059 display-buffer-window variable.
4060
4061 * help-mode.el (help-mode-finish): Remove help-window related
4062 code.
4063
4064 * view.el (view-exits-all-viewing-windows): Remove reference to
4065 view-return-to-alist in doc-string.
4066 (view-return-to-alist): Make obsolete.
4067 (view-buffer): Call pop-to-buffer-same-window and remove
4068 undo-window code.
4069 (view-buffer-other-window): Call pop-to-buffer-other-window and
4070 simplify code. Ignore second argument.
4071 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
4072 simplify code. Ignore second argument.
4073 (view-return-to-alist-update): Make obsolete.
4074 (view-mode-enter): Rename second argument to QUIT-RESTORE.
4075 Rewrite using quit-restore window parameters.
2b75be67
SM
4076 (view-mode-exit): Rename second argument to EXIT-ONLY.
4077 Rewrite using quit-restore-window.
357f93d2
MR
4078 (View-exit, View-exit-and-edit, View-leave, View-quit)
4079 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
4080 appropriate arguments.
4081 (view-end-message): Use quit-restore window parameter.
4082
9481c002
MR
4083 * window.el (display-buffer-function): Rewrite doc-string.
4084 (display-buffer-window, display-buffer-alist): New variables.
4085 (display-buffer-split-specifiers)
4086 (display-buffer-side-specifiers)
4087 (display-buffer-macro-specifiers): New constants.
4088 (display-buffer-even-window-sizes, display-buffer-set-height)
4089 (display-buffer-set-width, display-buffer-select-window)
4090 (display-buffer-in-window, display-buffer-reuse-window)
4091 (display-buffer-split-window-1, display-buffer-split-window)
4092 (display-buffer-split-atom-window, display-buffer-pop-up-window)
4093 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
4094 (display-buffer-in-side-window, normalize-buffer-to-display)
4095 (display-buffer-normalize-specifiers-1)
4096 (display-buffer-normalize-specifiers-2)
2b75be67
SM
4097 (display-buffer-normalize-specifiers, display-buffer-frame):
4098 New functions.
9481c002
MR
4099 (display-buffer): Major rewrite.
4100 (display-buffer-other-window, display-buffer-other-frame)
4101 (pop-to-buffer, switch-to-buffer-other-window)
4102 (switch-to-buffer-other-frame): Rewrite.
4103 (display-buffer-same-window, display-buffer-same-frame)
4104 (display-buffer-same-frame-other-window)
4105 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
4106 (pop-to-buffer-other-window)
4107 (pop-to-buffer-same-frame-other-window)
4108 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
4109 (switch-to-buffer-other-window-same-frame): New functions.
4110 (same-window-p, special-display-p): Rewrite disabling warnings.
4111 Make obsolete.
4112 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4113 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
4114 Make obsolete
4115 (same-window-buffer-names, same-window-regexps)
4116 (special-display-frame-alist, special-display-popup-frame)
4117 (special-display-function, special-display-buffer-names)
4118 (special-display-regexps, pop-up-frame-alist)
4119 (pop-up-frame-function, split-window-preferred-function)
4120 (split-height-threshold, split-width-threshold)
4121 (even-window-heights): Make obsolete.
4122
9db51aca
GM
41232011-06-12 Glenn Morris <rgm@gnu.org>
4124
4125 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 4126 Misc simplifications.
9db51aca 4127
39cffb44
MR
41282011-06-12 Martin Rudalics <rudalics@gmx.at>
4129
4130 * window.el (window-safely-shrinkable-p): Restore function which
4131 was inadvertently removed in change from 2011-06-11. Declare as
4132 obsolete.
4133
2b75be67
SM
4134 * calendar/calendar.el (calendar-generate-window):
4135 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
4136 window-safely-shrinkable-p.
4137
a8955be7
GM
41382011-06-12 Glenn Morris <rgm@gnu.org>
4139
4140 * progmodes/fortran.el (fortran-mode-syntax-table):
4141 * progmodes/f90.el (f90-mode-syntax-table):
4142 Set % to punctuation. (Bug#8820)
4143 (f90-find-tag-default): Remove, no longer needed.
4144
f0d4059d
DC
41452011-06-12 Daniel Colascione <dan.colascione@gmail.com>
4146
4147 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
4148
1100a63c
CY
41492011-06-11 Chong Yidong <cyd@stupidchicken.com>
4150
4151 * image.el (image-animated-p): Return animation delay in seconds.
4152 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
4153 (image-animate-timeout): Remove DELAY argument. Don't assume
4154 every subimage has the same delay; get it from image-animated-p.
4155 (image-animate): Caller changed.
4156
def722bf
MA
41572011-06-11 Michael Albinus <michael.albinus@gmx.de>
4158
4159 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
4160 to ignored backtrace functions.
4161
0a2bb1a9
GM
41622011-06-11 Glenn Morris <rgm@gnu.org>
4163
4164 * calendar/appt.el (appt-disp-window-function): Doc fix.
4165 (appt-check): Handle overlapping appointments. (Bug#8337)
4166
6198ccd0
MR
41672011-06-11 Martin Rudalics <rudalics@gmx.at>
4168
4169 * window.el (window-tree-1, window-tree): New functions, moving
4170 the latter to window.el.
4171 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4172 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4173 (bw-refresh-edges): Remove.
4174 (balance-windows-1, balance-windows-2): New functions.
4175 (balance-windows): Rewrite in terms of window tree functions,
4176 balance-windows-1 and balance-windows-2.
4177 (bw-adjust-window): Remove.
4178 (balance-windows-area-adjust): New function with functionality of
4179 bw-adjust-window but using resize-window.
2b75be67
SM
4180 (set-window-text-height): Rewrite doc-string.
4181 Use normalize-live-window and resize-window.
4182 (enlarge-window-horizontally, shrink-window-horizontally):
4183 Rename argument to DELTA.
6198ccd0
MR
4184 (window-buffer-height): New function.
4185 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
4186 Rewrite using new window resize routines.
2b75be67
SM
4187 (kill-buffer-and-window, mouse-autoselect-window-select):
4188 Use ignore-errors instead of condition-case.
6198ccd0
MR
4189 (quit-window): Call delete-frame instead of delete-windows-on
4190 for the only buffer on frame.
4191
9397e56f
MR
41922011-06-10 Martin Rudalics <rudalics@gmx.at>
4193
4194 * loadup.el (top-level): Load window before files for the sake
4195 of replace-buffer-in-windows.
4196
4197 * files.el (read-buffer-to-switch)
4198 (switch-to-buffer-other-window)
2b75be67
SM
4199 (switch-to-buffer-other-frame, display-buffer-other-frame):
4200 Move to window.el.
9397e56f
MR
4201
4202 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
4203 (previous-buffer): Move to window.el.
4204
4205 * bindings.el (unbury-buffer): Move to window.el.
4206
4207 * window.el (delete-other-windows-vertically): Move after
4208 definition of delete-other-windows.
4209 (other-window, delete-windows-on, replace-buffer-in-windows):
4210 Move here from window.c.
4211 (record-window-buffer, unrecord-window-buffer)
4212 (set-window-buffer-start-and-point, switch-to-prev-buffer)
4213 (switch-to-next-buffer): New functions.
4214 (get-next-valid-buffer, last-buffer, next-buffer): Move here
4215 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
4216 (previous-buffer): Move here from simple.el.
4217 Call switch-to-prev-buffer.
9397e56f
MR
4218 (bury-buffer): Move here from buffer.c. Switch to previous
4219 buffer when window cannot be deleted.
4220 (unbury-buffer): Move here from bindings.el.
4221 (ctl-x-map): Move binding for other-window from window.c to
4222 here.
4223 (read-buffer-to-switch, switch-to-buffer-other-window)
4224 (switch-to-buffer-other-frame): Move here from files.el.
4225 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
4226 (switch-to-buffer): Move here from buffer.c.
4227 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 4228
562dd5e9
MR
42292011-06-10 Martin Rudalics <rudalics@gmx.at>
4230
4231 * window.el (window-min-height, window-min-width): Move here
4232 from window.c. Add defcustoms and rewrite doc-strings.
4233 (resize-mini-window, resize-window): New functions.
4234 (adjust-window-trailing-edge, enlarge-window, shrink-window):
4235 Move here from window.c.
4236 (maximize-window, minimize-window): New functions.
4237 (delete-window, delete-other-windows, split-window): Move here
4238 from window.c.
4239 (window-split-min-size): New function.
4240 (split-window-keep-point): Mention split-window-above-each-other
4241 instead of split-window-vertically.
2b75be67
SM
4242 (split-window-above-each-other, split-window-vertically):
4243 Rename split-window-vertically to split-window-above-each-other and
562dd5e9
MR
4244 provide defalias for old definition.
4245 (split-window-side-by-side, split-window-horizontally): Rename
4246 split-window-horizontally to split-window-side-by-side and provide
4247 defalias for the old definition.
4248 (ctl-x-map): Move bindings for delete-window,
4249 delete-other-windows and enlarge-window here from window.c.
4250 Replace bindings for split-window-vertically and
4251 split-window-horizontally by bindings for
4252 split-window-above-each-other and split-window-side-by-side.
4253
4254 * cus-start.el (all): Remove entries for window-min-height and
4255 window-min-width. Add entries for window-splits and
4256 window-nest.
4257
f0da764a
GM
42582011-06-09 Glenn Morris <rgm@gnu.org>
4259
80675c21
GM
4260 * calendar/appt.el (appt-mode-line): New function.
4261 (appt-check, appt-disp-window): Use it.
4262
f0da764a
GM
4263 * files.el (hack-one-local-variable-eval-safep):
4264 Allow minor-modes with explicit +/-1 arguments.
4265
59f623b7
TZ
42662011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
4267
4268 * term/xterm.el (xterm): Add defgroup.
4269 (xterm-extra-capabilities): Add defcustom to supply known xterm
4270 capabilities, skip querying them, or query them (default).
4271 (terminal-init-xterm): Use it.
4272 (terminal-init-xterm-modify-other-keys): New function to set up
4273 modifyOtherKeys support to simplify `terminal-init-xterm'.
4274
9aab8e0d
MR
42752011-06-09 Martin Rudalics <rudalics@gmx.at>
4276
4277 * window.el (resize-window-reset, resize-window-reset-1)
4278 (resize-subwindows-skip-p, resize-subwindows-normal)
4279 (resize-subwindows, resize-other-windows, resize-this-window)
4280 (resize-root-window, resize-root-window-vertically)
4281 (window-deletable-p, window-or-subwindow-p)
4282 (frame-root-window-p): New functions.
4283
e8b08aee
GM
42842011-06-09 Glenn Morris <rgm@gnu.org>
4285
4286 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
4287 (ange-ftp-get-files): Use it.
4288
254c37a5
AK
42892011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4290
4291 * mail/sendmail.el (mail-recover-1, mail-recover):
4292 * files.el (recover-file, recover-session):
4293 Handle dired-listing-switches not being just a single short option.
4294
35d7dbd3
GM
42952011-06-09 Glenn Morris <rgm@gnu.org>
4296
4297 * calendar/appt.el (appt-display-message, appt-disp-window):
4298 Handle lists of appointments.
4299
387522b2
MR
43002011-06-08 Martin Rudalics <rudalics@gmx.at>
4301
2b75be67
SM
4302 * window.el (one-window-p): Move down in code.
4303 Rewrite doc-string.
4304 (window-current-scroll-bars): Rewrite doc-string.
4305 Normalize live window argument.
387522b2
MR
4306 (walk-windows, get-window-with-predicate, count-windows):
4307 Rewrite doc-string. Use window-list-1.
4308 (window-in-direction-2, window-in-direction, get-mru-window):
4309 New functions.
4310
d8e4b68b 43112011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
4312
4313 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
4314 Doc fix (Bug#8713).
4315
43162011-06-08 Chong Yidong <cyd@stupidchicken.com>
4317
4318 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
4319
43202011-06-08 Juanma Barranquero <lekktu@gmail.com>
4321
4322 * loadhist.el (unload-feature-special-hooks):
4323 Add `comint-output-filter-functions'.
4324
0de12c52
IK
43252011-06-08 Ivan Kanis <gnu@kanis.fr>
4326
4327 * calendar/appt.el (appt-check): Move some initializations into the let.
4328
f3d1777e
MR
43292011-06-08 Martin Rudalics <rudalics@gmx.at>
4330
4331 * window.el (window-height): Defalias to window-total-height.
4332 (window-width): Defalias to window-body-width.
4333
18af70d0
CY
43342011-06-07 Chong Yidong <cyd@stupidchicken.com>
4335
4336 * image-mode.el (image-toggle-animation): New command.
4337 (image-mode-map): Bind it to RET.
4338 (image-mode): Update message.
4339 (image-toggle-display-image): Avoid a spurious cache flush.
4340 (image-transform-rotation): Doc fix.
4341 (image-transform-properties): Return quickly in the normal case.
4342 (image-animate-loop): Rename from image-animate-max-time.
4343
2b75be67 4344 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
4345 (create-animated-image): Remove unnecessary function.
4346 (image-animate): Rename from image-animate-start. New arg.
2b75be67 4347 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
4348 (image-animate-timer): Use car-safe.
4349 (image-animate-timeout): Rename argument.
4350
190b47e6
MR
43512011-06-07 Martin Rudalics <rudalics@gmx.at>
4352
4353 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
4354 window.c. Rename first argument to ALL-FRAMES.
4355 Rephrase doc-strings.
4356 (get-buffer-window-list): Rewrite using window-list-1.
4357 Rephrase doc-string.
a1511caf
MR
4358 (window-safe-min-height, window-safe-min-width): New constants.
4359 (window-size-ignore, window-min-size, window-min-size-1)
4360 (window-sizable, window-sizable-p, window-size-fixed-1)
4361 (window-size-fixed-p, window-min-delta-1, window-min-delta)
4362 (window-max-delta-1, window-max-delta, window-resizable)
4363 (window-resizable-p, window-total-height, window-total-width)
4364 (window-body-width): New functions.
4365 (window-full-height-p, window-full-width-p): Rewrite using
4366 window-total-size.
4367 (window-body-height): Rewrite using window-body-size.
190b47e6 4368
85cc1f11
MR
43692011-06-06 Martin Rudalics <rudalics@gmx.at>
4370
4371 * window.el (window-right, window-left, window-child)
4372 (window-child-count, window-last-child, window-any-p)
4373 (normalize-live-buffer, normalize-live-frame)
4374 (normalize-any-window, normalize-live-window)
4375 (window-iso-combination-p, window-iso-combined-p)
4376 (window-iso-combinations)
4377 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
4378 (windows-with-parameter, window-with-parameter)
4379 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
4380 (window-atom-check, window-side-check, window-check):
4381 New functions.
85cc1f11
MR
4382 (ignore-window-parameters, window-sides, window-sides-vertical)
4383 (window-sides-slots): New variables.
4384 (window-size-fixed): Move down in code. Minor doc-string fix.
4385
e7156492
AS
43862011-06-05 Andreas Schwab <schwab@linux-m68k.org>
4387
4388 * comint.el (comint-dynamic-complete-as-filename)
4389 (comint-dynamic-complete-filename): Correctly call
4390 completion-in-region.
4391
7e821d0d
DD
43922011-06-05 Deniz Dogan <deniz@dogan.se>
4393
4394 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
4395 in last change.
4396
ac09b8a1
DD
43972011-06-05 Deniz Dogan <deniz@dogan.se>
4398
4399 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
4400 (rcirc): Use it to prompt for encryption.
4401
34699b85
RW
44022011-06-05 Roland Winkler <winkler@gnu.org>
4403
4404 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
4405 (bibtex-search-entries): New command bound to C-c C-a.
4406 (bibtex-display-entries): New function.
4407
004dedd3
RW
44082011-06-05 Roland Winkler <winkler@gnu.org>
4409
4410 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
4411 (bibtex-insert-kill): After yanking insert newline if necessary.
4412 (bibtex-initialize): Call bibtex-string-files-init only once.
4413 (bibtex-mode): Do not call easy-menu-add.
4414 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
4415 (bibtex-yank): Set arg properly if nil.
4416
022fe7ce
RW
44172011-06-05 Roland Winkler <winkler@gnu.org>
4418
2b75be67
SM
4419 * textmodes/bibtex.el (bibtex-search-entry-globally):
4420 New variable.
022fe7ce
RW
4421 (bibtex-search-entry): Use it.
4422
b7c3692a
RW
44232011-06-05 Roland Winkler <winkler@gnu.org>
4424
4425 * textmodes/bibtex.el (bibtex-entry-format): New option
4426 sort-fields.
4427 (bibtex-format-entry, bibtex-reformat): Honor this option.
4428 (bibtex-parse-entry): Return fields in proper order.
4429
8eda563d
JB
44302011-06-05 Juanma Barranquero <lekktu@gmail.com>
4431
4432 * doc-view.el (doc-view-remove-if): Move computation of result out
4433 of `dolist' to silence misleading lexical-binding warning.
4434
7dbe3dbc
CY
44352011-06-04 Chong Yidong <cyd@stupidchicken.com>
4436
4437 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
4438 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
4439
0c33dd17
MA
44402011-06-04 Michael Albinus <michael.albinus@gmx.de>
4441
4442 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
4443 "SunOS 5.10".
4444
f8f91c2b
MA
44452011-06-04 Michael Albinus <michael.albinus@gmx.de>
4446
4447 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
4448 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
4449 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
4450 (tramp-parse-putty):
4451 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
4452 (tramp-completion-function-alist-ssh)
4453 (tramp-completion-function-alist-telnet)
4454 (tramp-completion-function-alist-su)
4455 (tramp-completion-function-alist-putty): Set `tramp-autoload'
4456 cookie.
4457
4458 * net/tramp-ftp.el:
4459 * net/tramp-sh.el:
4460 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
4461 load "tramp.el" `tramp-set-completion-function'.
4462
e17d9003
SM
44632011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
4464
4465 * shell.el: Require and use pcomplete.
4466 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
4467 (shell-completion-vars): Set pcomplete-default-completion-function.
4468
6c4cab03
DD
44692011-06-04 Deniz Dogan <deniz@dogan.se>
4470
4471 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
4472 `memq' (Bug#8799).
4473
ea9fafe0
SM
44742011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4475
4476 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
4477
b3e945d3
JB
44782011-06-02 Juanma Barranquero <lekktu@gmail.com>
4479
4480 * bs.el (bs--mark-unmark, bs--nth-wrapper):
4481 * mpc.el (mpc-select-extend, mpc-songpointer-context):
4482 * vc/log-view.el (log-view-beginning-of-defun):
4483 * vc/smerge-mode.el (smerge-apply-resolution-patch)
4484 (smerge-refine-forward, smerge-refine-chopup-region):
4485 Silence warning for unused `dotimes' counter variables.
4486
7d520089
SM
44872011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
4488
4489 * net/tramp.el (tramp-with-progress-reporter): Rename from
4490 with-progress-reporter. Use `declare'.
4491 * net/tramp-smb.el:
4492 * net/tramp-sh.el:
4493 * net/tramp-gvfs.el: Update all uses.
4494
a1c2400f
JB
44952011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
4496
4497 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
4498 buffer isn't killed before making it current.
4499
2403c841
SM
45002011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4501
4502 Silence various byte-compiler warnings.
4503 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
4504 `access-type' and new obsolescence format.
4505 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
4506 new format.
4507 (byte-compile-check-variable): New `access-type' argument.
4508 Only warn if the access-type is obsolete.
4509 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
4510 (byte-compile-variable-set): Adjust callers.
4511 * help-fns.el (describe-variable): Adjust to new obsolescence format.
4512 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
4513 setting it as obsolete.
4514 * simple.el (minibuffer-completing-symbol):
4515 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
4516 access as obsolete.
4517 * minibuffer.el (minibuffer-completing-file-name): Don't make it
4518 obsolete yet.
4519 * international/quail.el (quail-mouse-choose-completion): Remove unused
4520 code referring to obsolete var.
4521 (quail-choose-completion-string): Remove.
4522 * server.el (server-clients-with, server-kill-buffer-query-function)
4523 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
4524 * proced.el (proced-send-signal):
4525 * emacs-lisp/lisp.el (lisp-complete-symbol):
4526 Replace completion-annotate-function with completion-extra-properties.
4527
2462470b
SM
45282011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4529
fb5b2591
SM
4530 * simple.el (goto-line): Use read-number.
4531 (overriding-map-is-bound): Remove.
4532 (saved-overriding-map): Change default.
4533 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
4534 Take the map as argument.
4535 (universal-argument, negative-argument, digit-argument): Use it.
4536 (restore-overriding-map): Adjust.
4537 (do-auto-fill): Use fill-forward-paragraph.
4538 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
4539
fd6fa53f
SM
4540 * minibuffer.el (minibuffer-inactive-mode-map): New var.
4541 (minibuffer-inactive-mode): New major mode.
4542 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
4543 the *Messages* buffer" hack.
4544 (mouse-popup-menubar): Don't burp if the event is a normal key.
4545
2462470b
SM
4546 Miscellaneous tweaks.
4547 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
4548 lexical scoping as in subr.el's dolist and dotimes.
4549 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
4550 Silence compiler warning.
4551 * thingatpt.el (forward-whitespace): Trivial coding style fix.
4552 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
4553 * international/ccl.el (ccl-compile): Trivial simplification.
4554 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
4555 * emacs-lisp/testcover.el (testcover-end): Remove spurious
4556 `printflag' argument.
4557 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4558 Purecopy the whole obsolescence data.
4559
108bf785
LL
45602011-06-01 Leo Liu <sdl.web@gmail.com>
4561
4562 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
4563 improve doc-string as suggested by Marco Pessotto
4564 <melmothx@gmail.com>.
4565 (rcirc-print): Fix last change.
4566
30a23501
SM
45672011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4568
4569 * minibuffer.el (complete-with-action): Return nil for the metadata and
4570 boundaries of non-functional tables.
4571 (completion-table-dynamic): Return nil for the metadata.
4572 (completion-table-with-terminator): Add default case, using
4573 complete-with-action.
4574 (completion--metadata): New function.
4575 (completion-all-sorted-completions, minibuffer-completion-help): Use it
4576 to try and avoid pathological performance problems.
4577 (completion--embedded-envvar-table): Return `category' metadata.
4578
bcd54f83
LMI
45792011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4580
4581 * subr.el (process-alive-p): New tiny convenience function.
4582
e227544d
SM
45832011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
4586 content but also its previous major mode.
4587
e8296fdc
HE
45882011-05-31 Helmut Eller <eller.helmut@gmail.com>
4589
4d61f28d 4590 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
4591 *Backtrace* buffer when we exit with C-M-c.
4592
620c53a6
SM
45932011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
4594
4595 * minibuffer.el: Add metadata method to completion tables.
4596 (completion-category-overrides): New defcustom.
4597 (completion-metadata, completion--field-metadata)
4598 (completion-metadata-get, completion--styles)
4599 (completion--cycle-threshold): New functions.
4600 (completion-try-completion, completion-all-completions):
4601 Add `metadata' argument to choose completion-styles.
4602 (completion--do-completion): Use metadata to choose cycling.
4603 (completion-all-sorted-completions): Use metadata for sorting.
4604 Remove :completion-cycle-penalty which is not needed any more.
4605 (completion--try-word-completion): Add `metadata' argument.
4606 (minibuffer-completion-help): Check metadata for annotation function
4607 and sorting.
4608 (completion-file-name-table): Return `category' metadata.
4609 (minibuffer-completing-file-name): Make obsolete.
4610 * simple.el (minibuffer-completing-symbol): Make obsolete.
4611 * icomplete.el (icomplete-completions): Pass new `metadata' param to
4612 completion-try-completion.
4613
1257e755
SM
46142011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4615
4616 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
4617
3767e706
LL
46182011-05-30 Leo Liu <sdl.web@gmail.com>
4619
4620 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
4621 (rcirc-print): Decode all incoming messages (bug#8744).
4622 (rcirc-decode-coding-system): Allow value nil for automatic coding
4623 system detection.
3767e706 4624
d1a5d56a
GM
46252011-06-01 Glenn Morris <rgm@gnu.org>
4626
4627 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
4628
e8cbec34
CY
46292011-05-29 Chong Yidong <cyd@stupidchicken.com>
4630
4631 * image.el (image-animate-max-time): Allow nil and t values.
4632 Default to nil.
4633 (create-animated-image): Doc fix.
4634 (image-animate-start): Remove second arg; just use
4635 image-animate-max-time.
4636 (image-animate-timeout): Doc fix. Args changed.
4637
4638 * image-mode.el (image-toggle-display-image): Ensure that the
4639 image spec passed to the animate timer is the same object as in
4640 the the buffer's display property (Bug#6981).
4641 (image-transform-properties): Doc fix.
4642
4643 * image.el (image-animate-max-time): Default to nil.
4644
159daf87
MR
46452011-05-29 Martin Rudalics <rudalics@gmx.at>
4646
4647 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
4648 entire buffer list (Bug#8184).
4649
d66c4c7c
CY
46502011-05-29 Chong Yidong <cyd@stupidchicken.com>
4651
4652 * image.el (imagemagick-types-inhibit)
4653 (imagemagick-register-types): Doc fix.
4654
80aec780
DD
46552011-05-29 Deniz Dogan <deniz@dogan.se>
4656
4657 * net/rcirc.el (rcirc): Use the user's stored encryption method by
4658 default.
4659
1dd3c2d9
CY
46602011-05-29 Chong Yidong <cyd@stupidchicken.com>
4661
4662 * select.el: Don't perform clipboard-manager saving in hooks;
4663 leave the hooks empty.
4664
60e56523
LL
46652011-05-28 Leo Liu <sdl.web@gmail.com>
4666
4667 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
4668 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
4669 (occur-edit-mode): New major mode (Bug#8463).
4670 (occur-after-change-function): New function.
4671 (occur-engine): Give Occur tags a read-only property.
4672
2b1e1a22
KR
46732011-05-28 Kevin Ryde <user42@zip.com.au>
4674
4675 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
4676
5d344e88
CY
46772011-05-28 Chong Yidong <cyd@stupidchicken.com>
4678
8e6ca83d
CY
4679 * bindings.el (help-echo): Make the initial non-indicator dash
4680 empty on graphical terminals (Bug#7295).
4681
5d344e88
CY
4682 * files.el (auto-mode-alist): Move config rule after the
4683 in-stripping one (Bug#8547).
4684
bfbbace7
CY
4685 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
4686
fbeba6e2
CY
4687 * startup.el (normal-splash-screen): Remove gratuitous mode-line
4688 setting (Bug#8740).
4689
60ed8c72
AA
46902011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
4691
4ac619f0
AA
4692 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
4693 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
4694 (Bug#8539).
60ed8c72 4695
23db196e
CY
46962011-05-28 Chong Yidong <cyd@stupidchicken.com>
4697
4698 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
4699
5012f24c
DK
47002011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
4701
4702 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
4703 (hs-hide-block-at-point, hs-find-block-beginning)
4704 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
4705 (Bug#8279).
4706
6a639b16
GM
47072011-05-28 Glenn Morris <rgm@gnu.org>
4708
4709 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
4710
d43eaf2c
CY
47112011-05-28 Chong Yidong <cyd@stupidchicken.com>
4712
5199bde1
CY
4713 * help-fns.el (describe-function-1): If the function is a derived
4714 major mode, print the parent mode.
4715
d43eaf2c
CY
4716 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
4717 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
4718
423428a8
SM
47192011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4720
0ff8e1ba
SM
4721 * minibuffer.el (completion--capf-wrapper): Check applicability before
4722 retuning non-nil for non-exclusive completion data.
4723 * progmodes/etags.el (tags-completion-at-point-function):
4724 * info-look.el (info-lookup-completions-at-point): Mark as
4725 non-exclusive.
4726 (info-complete): Adjust accordingly.
4727
423428a8
SM
4728 * info-look.el: Convert to lexical-binding and completion-at-point.
4729 (info-lookup-completions-at-point): New function.
4730 (info-complete): Use it and completion-in-region.
4731
b74aa22b
DA
47322011-05-28 Drew Adams <drew.adams@oracle.com>
4733
4734 * isearch.el: Let M-e start with point at the first mismatched char.
4735 (isearch-fail-pos): New function.
4736 (isearch-edit-string): Use it.
4737
66e2e71d
DK
47382011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
4739
4740 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
4741
eb95d01d
TC
47422009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
4743
4744 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
4745 traversal functions for avl-trees.
4746 (avl-tree--stack): New struct.
4747 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
4748 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
4749 (avl-tree--do-enter): Add optional `updatefun' arg.
4750 Change return value.
eb95d01d 4751 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
4752 (avl-tree--do-delete): Add `test' and `nilflag' args.
4753 Change return value.
eb95d01d
TC
4754 (avl-tree-member): Add optional `nilflag'
4755 (avl-tree-member-p): New function.
4756 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
4757 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
4758 (avl-tree-stack-empty-p): New functions.
4759
3769ddcf
TC
47602009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
4761
4762 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
4763 avl-tree--del-balance1 and make it work both ways.
4764 (avl-tree--del-balance2): Remove.
4765 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
4766 make it work both ways.
4767 (avl-tree--enter-balance2): Remove.
4768 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
4769 New macros.
4770 (avl-tree--mapc, avl-tree-map): Add direction argument.
4771
eb95d01d 47722011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
4773
4774 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
4775
a9f737ee
CY
47762011-05-27 Chong Yidong <cyd@stupidchicken.com>
4777
4778 * select.el: Support clipboard managers with built-in function
4779 x-clipboard-manager-save, via delete-frame-functions and
4780 kill-emacs-hook.
4781 (xselect-convert-to-targets): Add MULTIPLE target to list.
4782 (xselect-convert-to-save-targets): New function.
4783
c92a1e54
KH
47842011-05-27 Kenichi Handa <handa@m17n.org>
4785
4786 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
4787 let-binding rfc2047-encode-encoded-words to nil.
4788
e145f188
GM
47892011-05-27 Glenn Morris <rgm@gnu.org>
4790
5ec8a862
GM
4791 * mail/emacsbug.el: Don't require url-util.
4792
4b29d9fb
GM
4793 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
4794
e145f188
GM
4795 * files.el (set-auto-mode):
4796 Also respect mode: entries at the end of the file. (Bug#8586)
4797
7d15102b
GM
47982011-05-26 Glenn Morris <rgm@gnu.org>
4799
98f593b8
GM
4800 * files.el (hack-local-variables-prop-line, hack-local-variables):
4801 Downcase mode names, as seems to be traditional.
27b48e63 4802 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 4803
7d15102b
GM
4804 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
4805 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
4806
51d5b4ec
JD
48072011-05-25 Julien Danjou <julien@danjou.info>
4808
4809 * textmodes/rst.el (rst-define-level-faces): Do not define face
4810 symbol if it is already defined.
4811
91513f63
VB
48122011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
4813
4814 * play/5x5.el (5x5-new-game, 5x5-randomize):
4815 Reset 5x5-solver-output to nil when a new grid is cast.
4816 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
4817 these debugging traces, as defmacro breaks the compiled code.
4818
4d90d6d0
DK
48192011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
4820
4821 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
4822
e1b90ef6
LL
48232011-05-24 Leo Liu <sdl.web@gmail.com>
4824
4825 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
4826 (vc-bzr-sha1): Adapt.
4827
d8e4b68b 4828 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
4829
4830 * bindings.el: Provide sha1 feature.
4831
db0406bb 48322011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
4833
4834 * mail/sendmail.el: Require `rfc2047'.
4835 (mail-insert-from-field): Do not perform RFC2047 encoding.
4836 (mail-encode-header): New function.
4837 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
4838 buffer to the return value of select-message-coding-system.
4839 Call mail-encode-header.
b8d747b9
KH
4840
4841 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
4842
db0406bb 48432011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 4844
4d90d6d0
DK
4845 * mail/supercite.el (sc-default-cite-frame):
4846 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 4847
eb8a5e9b
GM
48482011-05-24 Glenn Morris <rgm@gnu.org>
4849
f8630703
GM
4850 * progmodes/python.el (brm-menu): Declare.
4851
8831bbed
GM
4852 * emulation/viper.el (viper-set-hooks): Declare.
4853
eb8a5e9b
GM
4854 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
4855 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
4856 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
4857 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
4858 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
4859 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
4860
a2a25d24
SM
48612011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4862
4863 Add an :exit-function for completion-at-point.
4864
4865 * minibuffer.el (completion--done): New fun.
4866 (completion--do-completion): Use it. New arg `expect-exact'.
4867 (minibuffer-complete, minibuffer-complete-word): Don't output message,
4868 since completion--do-completion does it for us now.
4869 (minibuffer-force-complete): Use completion--done and
4870 completion--replace. Handle sole-completion case with more care.
4871 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
4872 (completion-extra-properties): New var.
4873 (completion-annotate-function): Make obsolete.
4874 (minibuffer-completion-help): Adjust accordingly.
4875 Use completion-list-insert-choice-function.
4876 (completion-at-point, completion-help-at-point):
4877 Bind completion-extra-properties.
4878 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
4879 * simple.el (completion-list-insert-choice-function): New var.
4880 (completion-setup-function): Preserve it.
4881 (choose-completion): Pay attention to it, shuffle the code a bit.
4882 (choose-completion-string): New arg `insert-function'.
4883
4884 * textmodes/bibtex.el: Convert to lexical binding.
4885 (bibtex-mode-map): Use completion-at-point.
4886 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
4887 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
4888 (bibtex-complete): Define as obsolete alias.
4889 (bibtex-complete-internal): Remove.
4890 (bibtex-format-entry): Remove unused sub-group in regexp.
4891 * shell.el (shell--command-completion-data)
4892 (shell-environment-variable-completion):
4893 * pcomplete.el (pcomplete-completions-at-point):
4894 * comint.el (comint--complete-file-name-data): Use :exit-function
4895 instead of completion-table-with-terminator so it also works for
4896 choose-completion.
4897
e44e373d
SM
48982011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4899
4f91a816
SM
4900 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
4901
782fc819
SM
4902 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
4903 (bug#8710).
4904
e44e373d
SM
4905 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
4906
381987c3
KM
49072011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
4908
4909 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
4910 customization variable and implement: If non-nil, auto-fill will
4911 be inhibited while on topic's header line.
4912
b776bc70
VB
49132011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
4914
4915 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 4916 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
4917 always have a solution in grid size = 5 cases.
4918 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
4919 (5x5-solver-output, 5x5-log-buffer): New vars.
4920 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
4921 Make these variables buffer local to achieve 5x5 multi-session-ness.
4922 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
4923 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
4924 (5x5-solve-suggest): New funs.
4925 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
4926 randomize a grid so that we ensure that there is always a solution.
4927 (5x5-make-random-grid): Allow other movement than flipping.
4928
7de88b6e
KR
49292011-05-23 Kevin Ryde <user42@zip.com.au>
4930
4931 * emacs-lisp/advice.el (ad-read-advised-function):
4932 Use `function-called-at-point' as the default default, if it has
4933 advice and passes PREDICATE.
4934
b1ef1257
SM
49352011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4936
bbca48fe
SM
4937 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
4938 byte-compile-lambda if it's actually a lambda.
4939
b1ef1257
SM
4940 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
4941 Fix function quoting. Use backquote better.
4942
92a9cc65
YS
49432011-05-22 Yuanle Song <sylecn@gmail.com>
4944
4945 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
4946 matching (Bug#8516).
4947
f0fb8059
JA
49482011-01-22 Jari Aalto <jari.aalto@cante.net>
4949
4950 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
4951 different face (Bug#8178).
4952
d5b44c93
CY
49532011-05-22 Chong Yidong <cyd@stupidchicken.com>
4954
4955 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
4956 defface (Bug#8144).
4957
79106a44
SM
49582011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4959
9c848d8a
SM
4960 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
4961 funcall as well (bug#8712). Warn when performing those conversions.
4962 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
4963
79106a44
SM
4964 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
4965
88dfa756
GM
49662011-05-22 Glenn Morris <rgm@gnu.org>
4967
4968 * files.el (hack-local-variables-prop-line): Small simplifications.
4969 (hack-local-variables, hack-local-variables-prop-line):
4970 If MODE-ONLY, return the mode, rather than just `t'.
4971
b7cf2c79
SM
49722011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4973
4974 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
4975
3f1a8558
GM
49762011-05-21 Glenn Morris <rgm@gnu.org>
4977
7e4ccca3
GM
4978 * files.el (hack-local-variables-prop-line, hack-local-variables):
4979 If only interested in the mode, don't bother doing the other stuff.
4980
637d46ca
GM
4981 * image-mode.el (image-after-revert-hook):
4982 Redraw all frames on which the image is visible. (Bug#8567)
4983
973d955b
GM
4984 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
4985
3f1a8558
GM
4986 * wid-edit.el (widget-checklist-match-inline):
4987 Fix 2011-04-19 change. (Bug#8649)
4988
96479927
SM
49892011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4990
1dcf791f
SM
4991 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
4992 Also allow singlespace after single-letter capitals followed by a dot.
4993
96479927
SM
4994 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
4995 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
4996
35fd0881
N
49972011-05-20 Nix <nix@esperi.org.uk>
4998
4999 * files.el (basic-save-buffer-2):
5000 Fix handling of break-hardlink-on-save with non-existent files.
5001
82745640
DD
50022011-05-19 Deniz Dogan <deniz@dogan.se>
5003
5004 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 5005 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 5006
4a720484
GM
50072011-05-19 Glenn Morris <rgm@gnu.org>
5008
d1f21341
GM
5009 * progmodes/f90.el (f90-type-def-re):
5010 Handle "type, bind(c)". (Bug#8691)
5011
4a720484
GM
5012 * emacs-lisp/autoload.el (batch-update-autoloads):
5013 Set autoload-excludes by parsing loadup.el rather than Makefiles.
5014
2fb0a219
MA
50152011-05-18 Michael Albinus <michael.albinus@gmx.de>
5016
5017 * net/tramp.el (tramp-process-actions): Set "first-password-request"
5018 property for the correct connection in case of multihops.
5019
e565dd37
GM
50202011-05-18 Glenn Morris <rgm@gnu.org>
5021
c2571358 5022 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
5023 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
5024
e565dd37
GM
5025 Rationalize calendar handling of day and month abbrev-arrays.
5026 * calendar/calendar.el (calendar-customized-p): New function.
5027 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
5028 (calendar-day-name-array, calendar-month-name-array): Doc fix.
5029 Add :set function.
5030 (calendar-abbrev-length, calendar-day-abbrev-array)
5031 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
5032 (calendar-day-abbrev-array, calendar-month-abbrev-array):
5033 Elements may no longer be nil.
5034 (calendar-day-name, calendar-month-name):
5035 Update for changed nature of abbrev arrays.
5036 * calendar/diary-lib.el (diary-name-pattern):
5037 Update for changed nature of abbrev arrays.
5038 (diary-mark-entries-1): Update calendar-make-alist calls.
5039 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
5040 * calendar/cal-html.el (cal-html-day-abbrev-array):
5041 Simply inherit from calendar-day-abbrev-array.
5042
1d99a745
SM
50432011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5044
5045 * progmodes/grep.el (grep-mode): Disable default
5046 compilation-directory-matcher setting (bug#8684).
5047
7c1d9aa0
MA
50482011-05-17 Michael Albinus <michael.albinus@gmx.de>
5049
5050 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
5051 instead of "head" and "tail". There were problems with SunOS 5.9,
5052 and it performs better.
5053
3952e9d8
GM
50542011-05-17 Glenn Morris <rgm@gnu.org>
5055
2dd12e7f
GM
5056 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
5057
e4157b9c
GM
5058 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5059 Replace obsolete function.
5060
8e249bbd
GM
5061 * shell.el (pcomplete-parse-arguments-function): Declare.
5062
3952e9d8
GM
5063 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
5064 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
5065 (appt-check): Doc fixes.
5066 (appt-disp-window-function, appt-delete-window-function):
5067 Remove needless special case in custom :type.
5068 (appt-display-count): Default to 0, not nil.
5069 (appt-check): Reset appt-display-count to 0, not nil.
5070
c71a0d48 50712011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 5072
c71a0d48
GM
5073 * progmodes/python.el (python-font-lock-keywords):
5074 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 5075
31d55be9
SM
50762011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
5077
5078 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
5079
3bfacb2f
KR
50802011-05-16 Kevin Ryde <user42@zip.com.au>
5081
5082 * info-look.el (makefile-automake-mode): New setups, looking in
5083 automake manual, then makefile-mode.
5084 (makefile-mode): Remove automake manual, have it just in
5085 makefile-automake-mode since there's various things different or
5086 not relevant to plain make.
5087 (makefile-mode): Remove "other-modes" non-existent automake-mode,
5088 believe a hypothetical automake-mode would go to makefile-mode,
5089 not the other way around.
5090
c8e83751
CY
50912011-05-15 Chong Yidong <cyd@stupidchicken.com>
5092
5e9e35cd
CY
5093 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
5094 hunk-end tags (Bug#8672).
5095
c8e83751
CY
5096 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
5097 vc-annotate-show-diff-revision-at-line (Bug#8671).
5098
50b23e5a
GM
50992011-05-14 Glenn Morris <rgm@gnu.org>
5100
7210a739
GM
5101 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
5102 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
5103 (change-log-font-lock-keywords): Also handle multiple author lines
5104 with leading tabs. (Bug#8644)
7210a739 5105
4691905a
GM
5106 * calendar/appt.el (appt-check): Rename some local variables.
5107 Some simplification/reordering.
5108
50b23e5a
GM
5109 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
5110 (feedmail-sendmail-f-doesnt-sell-me-out)
5111 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
5112 (feedmail-debug-sit-for, feedmail-queue-express-hook)
5113 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
5114 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
5115 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
5116 (feedmail-binmail-gnulinuxish-template):
5117 Rename from feedmail-binmail-linuxish-template.
5118 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
5119 Use insert-buffer-substring.
5120
215cda7c
BC
51212011-05-14 Bill Carpenter <bill@carpenter.org>
5122
5123 * mail/feedmail.el (feedmail-patch-level): Increase.
5124 (feedmail-debug): New custom group.
5125 (feedmail-confirm-outgoing-timeout)
5126 (feedmail-sendmail-f-doesnt-sell-me-out)
5127 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
5128 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
5129 (feedmail-sender-line, feedmail-from-line)
5130 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 5131 (feedmail-spray-this-address)
215cda7c
BC
5132 (feedmail-spray-address-fiddle-plex-list)
5133 (feedmail-queue-use-send-time-for-date)
5134 (feedmail-queue-use-send-time-for-message-id)
5135 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
5136 (feedmail-buffer-eating-function):
5137 Doc fixes.
5138 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
5139 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
5140 (feedmail-message-action-scroll-down): New functions.
5141 (feedmail-queue-directory, feedmail-queue-draft-directory):
5142 Use expand-file-name.
5143 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
5144 Remove C-v help entry.
5145 (feedmail-queue-buffer-file-name): New variable.
5146 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
5147 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
5148 (feedmail-message-action-send-strong, feedmail-message-action-edit)
5149 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
5150 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
5151 (feedmail-message-action-toggle-spray)
5152 (feedmail-run-the-queue-no-prompts)
5153 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
5154 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
5155 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
5156 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
5157 (feedmail-envelope-deducer, feedmail-fiddle-from)
5158 (feedmail-fiddle-sender, feedmail-default-date-generator)
5159 (feedmail-fiddle-date, feedmail-fiddle-message-id)
5160 (feedmail-fiddle-spray-address)
5161 (feedmail-fiddle-list-of-spray-fiddle-plexes)
5162 (feedmail-fiddle-list-of-fiddle-plexes)
5163 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
5164 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
5165 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
5166 Change default. Doc fix.
5167 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
5168 (feedmail-binmail-linuxish-template): New constant.
5169 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
5170 Respect feedmail-sendmail-f-doesnt-sell-me-out.
5171 (feedmail-send-it): Add debug call.
5172 Use feedmail-queue-buffer-file-name, and
5173 feedmail-send-it-immediately-wrapper.
5174 (feedmail-message-action-send): Add debug call.
5175 Use feedmail-send-it-immediately-wrapper.
5176 (feedmail-queue-express-to-queue): Add debug call.
5177 Run feedmail-queue-express-hook.
5178 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
5179 (feedmail-message-action-help-blat):
5180 Rename from feedmail-queue-send-edit-prompt-help-first.
5181 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
5182 Check line-endings. Handle errors better.
5183 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
5184 Doc fix. Add debug call.
5185 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
5186 Use feedmail-queue-send-edit-prompt-inner.
5187 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
5188 (feedmail-queue-send-edit-prompt-inner): New function, extracted
5189 from feedmail-queue-send-edit-prompt.
5190 (feedmail-queue-send-edit-prompt-help)
5191 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
5192 (feedmail-tidy-up-slug): Add debug call.
5193 Respect feedmail-queue-slug-suspect-regexp.
5194 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
5195 (feedmail-dump-message-to-queue): Add debug call.
5196 Expand queue-directory.
5197 (feedmail-dump-message-to-queue): Change message slightly.
5198 Use feedmail-say-chatter.
5199 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
5200 (feedmail-send-it-immediately-wrapper): New function.
5201 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
5202 Insert empty string rather than newline. Handle full-frame case.
5203 Use catch/throw. Use feedmail-say-chatter.
5204 (feedmail-fiddle-from): Try mail-host-address.
5205 (feedmail-default-message-id-generator): Doc fix.
5206 Bind system-time-locale. Handle missing end.
5207 (feedmail-fiddle-x-mailer): Add debug call.
5208 Handle feedmail-x-mailer-line being nil.
5209 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
5210 Add debug call. Use buffer-substring-no-properties.
5211 (feedmail-say-debug, feedmail-say-chatter): New functions.
5212 (feedmail-find-eoh): Give an explicit error.
5213
42c7e61e
UJ
52142011-05-13 Ulf Jasper <ulf.jasper@web.de>
5215
c2571358 5216 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 5217 family from helvetica to sans.
c2571358 5218 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
5219 etc/images/newsticker.
5220
c2571358 5221 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
5222 family from helvetica to sans.
5223
5224 * net/newst-plainview.el (newsticker-new-item-face)
5225 (newsticker-old-item-face, newsticker-immortal-item-face)
5226 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 5227 (newsticker-statistics-face): Change default family from
42c7e61e 5228 helvetica to sans.
c2571358 5229 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
5230 etc/images/newsticker.
5231
5232 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
5233 (newsticker--process-auto-mark-filter-match): : Tell user about
5234 auto-marking.
5235
8497a297
DV
52362011-05-13 Didier Verna <didier@xemacs.org>
5237
5238 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
5239 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
5240 TODO entries.
8497a297
DV
5241 (lisp-lambda-list-keyword-parameter-indentation)
5242 (lisp-lambda-list-keyword-parameter-alignment)
5243 (lisp-lambda-list-keyword-alignment): New customizable user options.
5244 (lisp-indent-defun-method): Improve docstring.
5245 (extended-loop-p): Fix comment.
5246 (lisp-indent-lambda-list-keywords-regexp): New variable.
5247 (lisp-indent-lambda-list): New function.
5248 (lisp-indent-259): Use it.
5249 (lisp-indent-defmethod): Support for more than one
5250 method qualifier and properly indent methods lambda-lists.
5251 (defgeneric): Provide a missing common-lisp-indent-function property.
5252
f278f87f
SM
52532011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
5256 bounds for the empty string (bug#8667).
5257
5233edd7
GM
52582011-05-13 Glenn Morris <rgm@gnu.org>
5259
5237a44f
GM
5260 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
5261
8340026c 5262 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 5263 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 5264
5233edd7 5265 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 5266 (appt-time-msg-list): Doc fix.
a5464014 5267 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 5268
92d10796
AS
52692011-05-12 Andreas Schwab <schwab@linux-m68k.org>
5270
5271 * progmodes/ld-script.el (ld-script-keywords)
5272 (ld-script-builtins): Update keywords list.
5273
914a0ae1
SM
52742011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5275
c89be45f
SM
5276 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
5277
914a0ae1
SM
5278 * shell.el (shell-completion-vars): New function.
5279 (shell-mode):
5280 * simple.el (read-shell-command): Use it.
5281 (blink-matching-open): No need for " [...]" in minibuffer-message.
5282
98dc3df3
GM
52832011-05-12 Glenn Morris <rgm@gnu.org>
5284
5285 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
5286 (appt-check): Simplify.
5287
d2fc7e3d 52882011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 5289
4d61f28d 5290 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
5291 literal "/dev/null".
5292
d2fc7e3d 52932011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
5294
5295 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
5296 Fix typo.
5297
d2fc7e3d 52982011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 5299
3f254caa
SM
5300 * progmodes/which-func.el (which-function):
5301 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
5302 which might not be defined (Bug#8260).
5303
d45885f7
GM
53042011-05-12 Glenn Morris <rgm@gnu.org>
5305
5306 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
5307 Let byte-compile-initial-macro-environment always take precedence.
5308
488086f4
SM
53092011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5310
5311 * net/rcirc.el: Add support for SSL/TLS connections.
5312 (rcirc-server-alist): New field `encryption'.
5313 (rcirc): Check `encryption' settings.
5314 (rcirc-connect): New arg `encryption'. Use open-network-stream.
5315 Merge make-local-variable into `set'.
5316 (rcirc--connection-open-p): New function.
5317 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
5318 the process is not a network process (e.g. running gnutls-cli).
5319 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
5320 Make rcirc-(en|de)code-coding-system local here.
5321 (rcirc-mode): Merge make-local-variable into `set'.
5322 (rcirc-parent-buffer): Make permanent buffer-local.
5323 (rcirc-multiline-minor-mode): Don't do it here.
5324 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
5325 there's no server buffer.
5326
7d3b9d44
GM
53272011-05-11 Glenn Morris <rgm@gnu.org>
5328
f64049c6
GM
5329 * newcomment.el (comment-kill): Prefix "unused" local.
5330
93c9df73
GM
5331 * term/w32console.el (get-screen-color): Declare.
5332
7d3b9d44
GM
5333 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
5334 Handle symbol elements of byte-compile-initial-macro-environment.
5335
9e2dd53f
LL
53362011-05-10 Leo Liu <sdl.web@gmail.com>
5337
488086f4
SM
5338 * bookmark.el (bookmark-bmenu-mode-map):
5339 Bind bookmark-bmenu-search to `/'.
8b340240 5340
9e2dd53f 5341 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
5342 (footnote-unicode-string, footnote-unicode-regexp): New variable.
5343 (Footnote-unicode): New function.
5344 (footnote-style-alist): Add unicode style to the list.
5345 (footnote-style): Doc fix.
9e2dd53f 5346
79b70037
GM
53472011-05-10 Jim Meyering <meyering@redhat.com>
5348
5349 Fix doubled-word typos.
5350 * international/quail.el (quail-insert-kbd-layout): and and -> and
5351 * kermit.el: and and -> and
5352 * net/ldap.el (ldap-search-internal): to to -> to
5353 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
5354 * progmodes/js.el (js-mode): and and -> and
5355 * textmodes/artist.el (artist-move-to-xy): at at -> at
5356 (artist-draw-region-trim-line-endings): if if -> if
5357 And Safetyc -> Safety.
5358 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
5359
b8f82dc1 53602011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 5361 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
5362
5363 * files.el (hack-one-local-variable-eval-safep):
5364 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
5365
4f99f44b
GM
53662011-05-10 Glenn Morris <rgm@gnu.org>
5367
5368 * calendar/diary-lib.el (diary-list-entries-hook)
5369 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
5370 (diary-nongregorian-marking-hook, diary-list-entries)
5371 (diary-include-other-diary-files, diary-mark-entries)
5372 (diary-mark-included-diary-files): Doc fixes.
5373
84f29e6b
JB
53742011-05-09 Juanma Barranquero <lekktu@gmail.com>
5375
5376 * misc.el: Require tabulated-list.el during compilation.
5377
9bedd73a
CY
53782011-05-09 Chong Yidong <cyd@stupidchicken.com>
5379
488086f4
SM
5380 * progmodes/compile.el (compilation-start):
5381 Run compilation-filter-hook for the async case too.
9bedd73a
CY
5382 (compilation-filter-hook): Doc fix.
5383
797c735c
DD
53842011-05-09 Deniz Dogan <deniz@dogan.se>
5385
5386 * wdired.el: Remove outdated installation comment. Fix usage
5387 comment.
5388
5f4b1dfe
JB
53892011-05-09 Juanma Barranquero <lekktu@gmail.com>
5390
5391 * misc.el: Implement new command `list-dynamic-libraries'.
5392 (list-dynamic-libraries--loaded-only-p): New variable.
5393 (list-dynamic-libraries--refresh): New function.
5394 (list-dynamic-libraries): New command.
5395
4c44026c
CY
53962011-05-09 Chong Yidong <cyd@stupidchicken.com>
5397
488086f4
SM
5398 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5399 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
5400 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
5401 higher priority to avoid clobbering by gnu.
5402
027f966d
CY
54032011-05-08 Chong Yidong <cyd@stupidchicken.com>
5404
5405 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
5406 if the face has existing theme settings (Bug#8454).
5407
085f5d7d
CY
54082011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
5409
488086f4
SM
5410 * progmodes/perl-mode.el (perl-imenu-generic-expression):
5411 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 5412
2a86a00c
RS
5413 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
5414 special file names `.' and `..' (Bug#8259).
5415
d9c54a06
CY
54162011-05-08 Chong Yidong <cyd@stupidchicken.com>
5417
488086f4
SM
5418 * progmodes/grep.el (grep-mode-font-lock-keywords):
5419 Remove buffer-changing entries.
d9c54a06
CY
5420 (grep-filter): New function.
5421 (grep-mode): Add it to compilation-filter-hook.
5422
5423 * progmodes/compile.el (compilation-filter-hook)
5424 (compilation-filter-start): New defvars.
5425 (compilation-filter): Call compilation-filter-hook prior to
5426 updating the process mark.
5427
c4662635
SM
54282011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
5429
5430 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
5431
b0512a1d
EZ
54322011-05-07 Eli Zaretskii <eliz@gnu.org>
5433
605c9376
EZ
5434 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
5435 mailclient-send-it even if window-system is nil. (Bug#8595)
5436
c4662635
SM
5437 * term/w32console.el (terminal-init-w32console):
5438 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
5439 background-mode. (Bug#8597)
5440
d1dc2cc2
SM
54412011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5442
5443 Make bytecomp.el understand that defmethod defines funs (bug#8631).
5444 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
5445 New functions.
5446 (defgeneric, eieio--defmethod): Use them.
5447 (eieio-defgeneric): Remove.
5448 (defmethod): Call defgeneric in a way visible to the byte-compiler.
5449
915d1300
GM
54502011-05-07 Glenn Morris <rgm@gnu.org>
5451
a3961c3e
GM
5452 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
5453 Use let rather than let*.
5454 (timeclock-find-discrep): Remove unused local.
5455
314347b9
GM
5456 * calendar/diary-lib.el (diary-comment-start): Doc fix.
5457
915d1300
GM
5458 * calendar/appt.el (appt-time-msg-list): Doc fix.
5459
275b59b0
NF
54602011-05-06 Noah Friedman <friedman@splode.com>
5461
5462 * apropos.el (apropos-print-doc): Only use
5463 emacs-lisp-docstring-fill-column when it is bound to an integer,
5464 per that variable's documentation.
5465
6c19f744
SM
54662011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5467
5468 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 5469 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 5470
60f884b2
GM
54712011-05-06 Glenn Morris <rgm@gnu.org>
5472
5006e634
GM
5473 * calendar/appt.el (appt-message-warning-time): Doc fix.
5474 (appt-warning-time-regexp): New option.
5475 (appt-make-list): Respect appt-message-warning-time.
5476
548d0a63
GM
5477 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
5478 New options.
5479 (diary-add-to-list): Strip comments from the displayed string.
5480 (diary-mode): Set comment-start and comment-end.
5481
60f884b2
GM
5482 * vc/diff-mode.el (smerge-refine-subst): Declare.
5483 (diff-refine-hunk): Don't require smerge-mode when compiling.
5484
989681bb
JB
54852011-05-06 Juanma Barranquero <lekktu@gmail.com>
5486
5487 * simple.el (list-processes): Return nil as the docstring says.
5488
a6bc05e1
MA
54892011-05-05 Michael Albinus <michael.albinus@gmx.de>
5490
5491 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
5492 to "".
5493 (ange-ftp-write-region, ange-ftp-insert-file-contents)
5494 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
5495 determining of binary transfer. (Bug#7383)
5496
23c22e9a
MA
54972011-05-05 Michael Albinus <michael.albinus@gmx.de>
5498
c4662635
SM
5499 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5500 Fix port computation bug. (Bug#8618)
23c22e9a 5501
0bff894f
GM
55022011-05-05 Glenn Morris <rgm@gnu.org>
5503
b8296902
GM
5504 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
5505
1f522ce8
GM
5506 * simple.el (shell-dynamic-complete-functions)
5507 (comint-dynamic-complete-functions): Declare.
5508
cf5bee67
GM
5509 * net/network-stream.el (gnutls-negotiate):
5510 * simple.el (tabulated-list-print): Fix declarations.
5511
5512 * progmodes/gud.el (syntax-symbol, syntax-point):
5513 Remove unnecessary and incorrect declarations.
5514
0bff894f
GM
5515 * emacs-lisp/check-declare.el (check-declare-scan):
5516 Handle byte-compile-initial-macro-environment in bytecomp.el
5517
9869b3ae
SM
55182011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 Fix earlier half-done eieio-defmethod change (bug#8338).
5521 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
5522 Streamline and change calling convention.
5523 (defmethod): Adjust accordingly and simplify.
5524 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
5525 new eieio--defmethod.
5526 (slot-boundp): Minor CSE simplification.
5527
9c1d5ac5
MZ
55282011-05-05 Milan Zamazal <pdm@zamazal.org>
5529
5530 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
5531 (glasses-make-readable): Use glasses-separate-capital-groups.
5532
455c834e
JB
55332011-05-05 Juanma Barranquero <lekktu@gmail.com>
5534
5535 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
5536 (warning-series): Doc fix.
5537 (display-warning): Don't try to create the buffer if we just found it.
5538
9ed7c8cb
CY
55392011-05-04 Chong Yidong <cyd@stupidchicken.com>
5540
5541 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
5542 (autoload-find-generated-file): New function.
5543 (generate-file-autoloads): Bind generated-autoload-file to
5544 buffer-file-name.
9869b3ae
SM
5545 (update-file-autoloads, update-directory-autoloads):
5546 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
5547 output file (Bug#7989).
5548 (batch-update-autoloads): Doc fix.
5549
0898ca10
JB
55502011-05-04 Juanma Barranquero <lekktu@gmail.com>
5551
5552 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
5553
31dfb76c
GM
55542011-05-04 Glenn Morris <rgm@gnu.org>
5555
f330b642
GM
5556 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
5557 function, so it follows changes in calendar-date-style.
5558 (diary-fancy-date-matcher): New function.
5559 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
5560 (diary-fancy-font-lock-fontify-region-function):
5561 Use diary-fancy-date-pattern as a function.
5562
31dfb76c
GM
5563 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
5564 non-numbers for `year' etc pseudo-variables. (Bug#8583)
5565
48e79d6a
TZ
55662011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
5567
5568 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
5569 instead of positional arguments. Allow :keylist and :crlfiles
5570 arguments.
5571 (open-gnutls-stream): Call it.
5572
5573 * net/network-stream.el (network-stream-open-starttls): Adjust to
5574 call `gnutls-negotiate' with :process and :hostname arguments.
5575
dd5a5ee0
SM
55762011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5577
ef80fc09
SM
5578 * minibuffer.el (completion--message): New function.
5579 (completion--do-completion, minibuffer-complete)
5580 (minibuffer-force-complete, minibuffer-complete-word): Use it.
5581 (completion--do-completion): Don't ignore completion-auto-help when in
5582 icomplete-mode.
5583
dd5a5ee0
SM
5584 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
5585 internal encoding (e.g. tibetan zero is not whitespace).
5586 (global-whitespace-mode): Prefer save-current-buffer.
5587 (whitespace-trailing-regexp): Remove useless save-match-data.
5588 (whitespace-empty-at-bob-regexp): Minor simplification.
5589
b7d22a83
CY
55902011-05-03 Chong Yidong <cyd@stupidchicken.com>
5591
5592 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
5593
5192af46
AM
55942011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5595
5596 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 5597 Use `concat' to create string for insertion.
5192af46 5598
5767d190
SM
55992011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5600
5601 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
5602 Avoid open-line which runs post-self-insert-hook.
5603 (bibtex-fill-entry): Remove unused `end' var.
5604
bf242939
AM
56052011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
5606
5767d190
SM
5607 * textmodes/ispell.el (ispell-add-per-file-word-list):
5608 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 5609
25666126
LL
56102011-05-03 Leo Liu <sdl.web@gmail.com>
5611
5612 * isearch.el (isearch-yank-pop): New command.
5767d190 5613 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
5614 (isearch-forward): Mention it.
5615
52d3c2d0
SM
56162011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5617
1bcace58
SM
5618 * simple.el (minibuffer-complete-shell-command): Remove.
5619 (minibuffer-local-shell-command-map): Use completion-at-point.
5620 (read-shell-command): Setup completion vars here instead.
5621 (read-expression-map): Bind TAB to symbol completion.
5622
52d3c2d0
SM
5623 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
5624 error directly rather via storing it into `results'.
5625
35813471
LL
56262011-05-02 Leo Liu <sdl.web@gmail.com>
5627
5628 * vc/diff.el: Fix description.
5629
e793a940
LMI
56302011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5631
5632 * server.el (server-eval-at): New function.
5633
8de66e05
LMI
56342011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5635
5636 * net/network-stream.el (open-network-stream): Take a :nowait
5637 parameter and pass it on to `make-network-process'.
5638 (network-stream-open-plain): Ditto.
5639
dcb79f20
AS
56402011-04-30 Andreas Schwab <schwab@linux-m68k.org>
5641
5642 * faces.el (face-spec-set-match-display): Don't match toolkit
5643 options on terminal frames.
5644
14a7fbd8
SM
56452011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5646
7eabc1be
SM
5647 * progmodes/pascal.el: Use lexical binding.
5648 (pascal-mode-map): Remove author preferences.
5649
14a7fbd8
SM
5650 * pcomplete.el (pcomplete-std-complete): Don't abuse
5651 completion-at-point.
5652
50f84510
JB
56532011-04-28 Juanma Barranquero <lekktu@gmail.com>
5654
6e087a44
JB
5655 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
5656 removing code that has been dead since 1991 or so.
5657
50f84510
JB
5658 * startup.el (command-line): When warning about "_emacs", use a
5659 delayed warning to allow the user to filter it out.
5660
0ba690bd
DD
56612011-04-28 Deniz Dogan <deniz@dogan.se>
5662
5663 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
5664 user has not joined.
5665
08abfaad
SM
56662011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
5669 aren't any completions at point.
5670
638f053a
JB
56712011-04-28 Juanma Barranquero <lekktu@gmail.com>
5672
5673 * subr.el (display-delayed-warnings): New function.
5674 (delayed-warnings-hook): New variable.
5675
8fff8daa
SM
56762011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5677
08abfaad
SM
5678 * minibuffer.el (completion-at-point, completion-help-at-point):
5679 Don't presume that a given completion-at-point-function will always
5680 use the same calling convention.
5681
8fff8daa
SM
5682 * pcomplete.el (pcomplete-completions-at-point):
5683 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
5684 pcomplete-seen is non-nil.
5685 (pcomplete-comint-setup): Also recognize the new comint/shell
5686 completion functions.
5687 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
5688 pcomplete-seen is non-nil.
5689
841a1577 56902011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 5691
841a1577 5692 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 5693 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 5694 the first character in the entry. This allows for code to add its
211ec907
UJ
5695 own uid to the entry.
5696 (icalendar--convert-float-to-ical): Add export of
5697 `diary-float'-entries save for those with the optional DAY
5698 argument.
5699
2a782793
DC
57002011-04-27 Daniel Colascione <dan.colascione@gmail.com>
5701
5702 * subr.el (shell-quote-argument): Use alternate escaping strategy
5703 when we spot a variable reference in a string.
5704
0438ce91
DC
57052011-04-26 Daniel Colascione <dan.colascione@gmail.com>
5706
5707 * cus-start.el (all): Define customization for debug-on-event.
5708
841a1577 57092011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
5710
5711 * subr.el (shell-quote-argument): Escape correctly under Windows.
5712
d090ed6c
SM
57132011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
5716
bfd31217
MA
57172011-04-25 Michael Albinus <michael.albinus@gmx.de>
5718
d090ed6c
SM
5719 * net/tramp.el (tramp-process-actions): Add POS argument.
5720 Delete region between POS and (pos).
bfd31217 5721
d090ed6c
SM
5722 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5723 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
5724 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
5725
5726 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
5727 position in `tramp-process-actions' call.
5728
5729 * net/trampver.el: Update release number.
5730
e92f3bd3
SM
57312011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
5732
850256b5
SM
5733 * custom.el (defcustom): Obey lexical-binding.
5734
e92f3bd3
SM
5735 Fix octave-inf completion problems reported by Alexander Klimov.
5736 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
5737 Inherit from octave-mode-syntax-table.
5738 (inferior-octave-mode): Set info-lookup-mode.
5739 (inferior-octave-completion-at-point): New function.
5740 (inferior-octave-complete): Use it and completion-in-region.
5741 (inferior-octave-dynamic-complete-functions): Use it as well, and use
5742 comint-filename-completion.
5743 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
5744 symbol elements which shouldn't be word elements.
5745 (octave-font-lock-keywords, octave-beginning-of-defun)
5746 (octave-function-header-regexp): Adjust regexps accordingly.
5747 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
5748
cd22b309
JB
57492011-04-25 Juanma Barranquero <lekktu@gmail.com>
5750
5751 * net/gnutls.el (gnutls-errorp): Declare before first use.
5752
8b492194
TZ
57532011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
5754
5755 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
5756 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
5757 default trustfile exists before going to use it. Add missing
5758 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
5759 Reported by Claudio Bley <claudio.bley@gmail.com>.
5760 (open-gnutls-stream): Add usage example.
5761
5762 * net/network-stream.el (network-stream-open-starttls): Give host
5763 parameter to `gnutls-negotiate'.
5764 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 5765 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 5766
841a1577 57672011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 5768
cd22b309
JB
5769 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
5770 Use correct match group (bug#8438).
05842630 5771
3ba7869c
CY
57722011-04-24 Chong Yidong <cyd@stupidchicken.com>
5773
512e3ae1
CY
5774 * emacs-lisp/package.el (package-built-in-p): Fix typo.
5775 (package-menu--generate): New arg specifying packages to show.
5776 (package-menu-refresh, package-menu-execute, list-packages):
5777 Callers changed.
5778 (package-show-package-list): New function, replacing deleted
5779 package--list-packages (renamed because it is non-internal).
5780
5781 * finder.el (finder-list-matches): Use package-show-package-list
5782 instead of deleted package--list-packages.
5783
e92f3bd3
SM
5784 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
5785 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
5786 (vc-annotate-mode-map): Bind it to RET.
5787
7031be6d
UR
57882011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
5789
5790 * progmodes/etags.el (next-file): Don't use set-buffer to change
5791 buffers (Bug#8478).
5792
4ef177aa
CY
57932011-04-24 Chong Yidong <cyd@stupidchicken.com>
5794
c8d173eb
CY
5795 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
5796
4ef177aa
CY
5797 * apropos.el (apropos-label-face): Avoid variable-pitch face.
5798 (apropos-accumulator): Doc fix.
5799 (apropos-function, apropos-macro, apropos-command)
5800 (apropos-variable, apropos-face, apropos-group, apropos-widget)
5801 (apropos-plist): Add face property.
5802 (apropos-symbols-internal): Fix indentation.
5803 (apropos-print): Simplify help, and recognize apropos-multi-type.
5804 (apropos-print-doc): Use button-type-get to extract the button's
5805 face property. Fill docstring (Bug#8352).
5806
4ffd0d6b 58072011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
5808
5809 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
5810
c6c32125 5811 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 5812 (mpuz-mode-map): Use mapc.
c6c32125
JB
5813 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
5814 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
5815 Fix typos in docstrings.
5816
58d468b4
JB
5817 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
5818 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
5819
6470c3c6
JB
5820 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
5821
4ffd0d6b 58222011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
5823
5824 * minibuffer.el (completion--do-completion): Avoid the "Next char
5825 not unique" prompt if icomplete-mode is enabled (Bug#5849).
5826
3ad8bad0
CY
5827 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
5828 mouse-2 into unread-command-events, it is interpreted correctly.
5829
71d73c9c 5830 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 5831 (image-toggle-display): Doc fix.
71d73c9c 5832
841a1577 58332011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 5834
4ffd0d6b
GM
5835 * textmodes/page.el (what-page): Use line-number-at-pos to
5836 calculate line number (Bug#6825).
6e1dbaa9 5837
c2fb1b60
JB
58382011-04-22 Juanma Barranquero <lekktu@gmail.com>
5839
5840 * eshell/esh-mode.el (find-tag-interactive): Declare function.
5841 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
5842 Pass argument NO-DEFAULT to `find-tag-interactive'.
5843
e02f48d7
JB
58442011-04-22 Juanma Barranquero <lekktu@gmail.com>
5845
5846 Lexical-binding cleanup.
5847
5848 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
5849 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
5850 * progmodes/ada-prj.el (ada-prj-initialize-values)
5851 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
5852 (ada-prj-show-value):
5853 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
5854 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
5855 (antlr-invalidate-context-cache, antlr-options-menu-filter)
5856 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
5857 * progmodes/bug-reference.el (bug-reference-push-button):
5858 * progmodes/fortran.el (fortran-line-length):
5859 * progmodes/glasses.el (glasses-change):
5860 * progmodes/octave-mod.el (octave-fill-paragraph):
5861 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
5862 (python-pdbtrack-grub-for-buffer, python-sentinel):
5863 * progmodes/sql.el (sql-save-connection):
5864 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
5865 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
5866 Mark unused parameters.
5867
5868 * progmodes/compile.el (compilation--flush-directory-cache)
5869 (compilation--flush-parse, compile-internal): Mark unused parameters.
5870 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
5871 (compilation-next-error-function): Remove unused variable `timestamp'.
5872
5873 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
5874 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
5875
5876 * progmodes/dcl-mode.el (dcl-end-of-command):
5877 Remove unused variable `start'.
5878 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
5879 (dcl-option-value-basic, dcl-option-value-offset)
5880 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
5881 Mark unused parameters.
5882 (dcl-save-local-variable): Remove unused variable `val'.
5883 (mode): Declare.
5884
5885 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
5886 Mark unused parameters.
5887 (delphi-ignore-changes): Move before first use.
5888 (delphi-charset-token-at): Remove unused variable `start'.
5889 (delphi-else-start): Remove unused variable `if-count'.
5890 (delphi-comment-block-start, delphi-comment-block-end):
5891 Remove unused variable `kind'.
5892 (delphi-indent-line): Remove unused variable `new-point'.
5893
5894 * progmodes/ebrowse.el (ebrowse-files-list)
5895 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
5896 Mark unused parameters. Don't quote `lambda'.
5897 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
5898 Don't quote `lambda'.
5899 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
5900 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
5901 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
5902 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
5903 Use `ignore-errors'.
5904 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
5905 (ebrowse-view/find-file-and-search-pattern)
5906 (ebrowse-view/find-member-declaration/definition):
5907 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
5908 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
5909 Rename parameter PREFIX-ARG to PREFIX.
5910 (ebrowse-tags-read-name): Remove unused variables `start' and
5911 `member-info'.
5912 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
5913 to `tags-file'.
5914
5915 * progmodes/etags.el (local-find-tag-hook): Declare.
5916 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
5917 Mark unused parameters.
5918
5919 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
5920 (executable-interpret): Mark unused parameter.
5921
5922 * progmodes/flymake.el (flymake-process-sentinel)
5923 (flymake-after-change-function)
5924 (flymake-create-temp-with-folder-structure)
5925 (flymake-get-include-dirs-dot): Mark unused parameters.
5926 (flymake-safe-delete-directory): Remove unused variable `err'.
5927
5928 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
5929 (speedbar-timer-fn, speedbar-line-text)
5930 (speedbar-change-expand-button-char, speedbar-delete-subblock)
5931 (speedbar-center-buffer-smartly): Declare functions.
5932 (gdb-find-watch-expression): Remove unused variable `array'.
5933 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
5934 (gdb-starting): Mark unused parameters.
5935 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
5936 (gdb-table-string): Remove unused variable `res'.
5937 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
5938 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
5939 (gdb-display-buffer): Remove unused variable `cur-size'.
5940
5941 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
5942 allow lexical-binding compilation.
5943 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
5944 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
5945 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
5946 Mark unused parameters.
5947 (gud-gdb-marker-filter): Remove unused variable `match'.
5948 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
5949 lambda expressions and funcall them, instead of using `fset'.
5950
5951 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
5952 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
5953
5954 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
5955 variable `header-beg'; use `let'.
5956
5957 * progmodes/icon.el (indent-icon-exp): Remove unused variables
5958 `restart', `last-sexp' and `at-do'.
5959
5960 * progmodes/js.el (js--debug): Mark unused parameter.
5961 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
5962 (js--splice-into-items): Remove unused variable `item'.
5963 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
5964
5965 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
5966 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
5967 (makefile-complete): Remove unused variable `try'.
5968 (makefile-fill-paragraph, makefile-match-function-end):
5969 Mark unused parameters.
5970
5971 * progmodes/octave-inf.el (inferior-octave-complete):
5972 Remove unused variable `proc'.
5973 (inferior-octave-output-digest): Mark unused parameter.
5974
5975 * progmodes/perl-mode.el (perl-calculate-indent):
5976 Remove unused variable `err'.
5977
5978 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
5979 (prolog-indent-line): Mark unused parameters.
5980 (prolog-indent-line): Remove unused variable `beg'.
5981
5982 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
5983 (reporter-dont-compact-list): Declare.
5984
5985 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
5986 Remove unused variable `char'.
5987 (sh-debug): Mark unused parameter.
5988 (sh-get-indent-info): Remove unused variable `start'.
5989 (sh-calculate-indent): Remove unused variable `var'.
5990
5991 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
5992 (simula-electric-keyword): Remove unused variable `null'.
5993 (simula-search-backward, simula-search-forward): Remove unused
5994 variables `begin' and `end'.
5995
5996 * progmodes/vera-mode.el (vera-guess-basic-syntax):
5997 Remove unused variable `pos'.
5998 (vera-electric-tab, vera-comment-uncomment-region):
5999 Mark unused parameters.
6000 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
6001
7ede3b65
CY
60022011-04-22 Chong Yidong <cyd@stupidchicken.com>
6003
6004 * emacs-lisp/package.el (package--builtins, package-alist)
6005 (package-load-descriptor, package-built-in-p, package-activate)
6006 (define-package, package-installed-p)
6007 (package-compute-transaction, package-buffer-info)
6008 (package--push): Doc fix. Distinguish more clearly between
6009 version strings and version lists.
6010
121656e9
JB
60112011-04-21 Juanma Barranquero <lekktu@gmail.com>
6012
6013 Lexical-binding cleanup.
6014
6015 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
6016 (5x5-make-mutate-best):
6017 * play/fortune.el (fortune-in-buffer):
6018 * play/gomoku.el (gomoku-init-display):
6019 * play/solitaire.el (solitaire, solitaire-do-check):
6020 * play/tetris.el (tetris-default-update-speed-function):
6021 Mark unused parameters.
6022
6023 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
6024 (bubbles--shift): Remove unused variable `char-org'.
6025 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
6026 (bubbles--show-images): Remove unused variable `char'.
6027
6028 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
6029 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
6030 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
6031 (decipher-analyze-buffer): Use ?\s.
6032 (decipher-make-checkpoint): Remove unused variable `mapping'.
6033
6034 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
6035
6036 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
6037 Remove unused variable `result'; use `let'.
6038
6039 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
6040 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
6041 (gametree-children-shown-p, gametree-compute-reduced-score):
6042 Use `ignore-errors'.
6043
6044 * play/handwrite.el (ps-lpr-switches): Declare.
6045 (handwrite): Remove unused variables `pmin' and `lastp'.
6046
6047 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
6048
6049 * play/landmark.el (landmark-init-display)
6050 (landmark-update-naught-weights): Mark unused parameters.
6051 (landmark-y): Remove unused variable `noise'. Simplify.
6052 (landmark-human-plays): Remove unused variable `score'.
6053
6054 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
6055 (mpuz-try-proposal): Remove unused variable `game'.
6056
6057 * play/zone.el (life-patterns): Declare.
6058
80f499c7
JB
60592011-04-20 Juanma Barranquero <lekktu@gmail.com>
6060
6061 * vc/vc.el (ediff-vc-internal): Declare function.
6062
024ff170
SM
60632011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6064
c0a193ea
SM
6065 * shell.el: Use lexical-binding and std completion UI.
6066 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
6067 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
6068 comint-preoutput-filter-functions rather than on
6069 comint-output-filter-functions.
6070 (shell-command-completion, shell--command-completion-data)
6071 (shell-filename-completion, shell-environment-variable-completion)
6072 (shell-c-a-p-replace-by-expanded-directory): New functions.
6073 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
6074 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
6075 (shell-dynamic-complete-environment-variable): Use them.
6076 (shell-dynamic-complete-as-environment-variable)
6077 (shell-dynamic-complete-as-command): Remove.
6078 (shell-match-partial-variable): Match past point.
6079 * comint.el: Clean up use of completion-at-point-functions.
6080 (comint-completion-at-point): New function.
6081 (comint-mode): Use it completion-at-point-functions.
6082 (comint-dynamic-complete): Make it obsolete.
6083 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
6084 (comint-c-a-p-replace-by-expanded-history): New function.
6085 (comint-dynamic-complete-functions)
6086 (comint-replace-by-expanded-history): Use it.
6087 * minibuffer.el (completion-table-with-terminator): Allow dynamic
6088 termination strings. Try harder to avoid second try-completion.
6089 (completion-in-region-mode-map): Disable bindings that don't work yet.
6090
2dbaa080
SM
6091 * comint.el: Use lexical-binding. Require CL.
6092 (comint-dynamic-complete-functions): Use comint-filename-completion.
6093 (comint-completion-addsuffix): Tweak custom type.
6094 (comint-filename-completion, comint--common-suffix)
6095 (comint--common-quoted-suffix, comint--table-subvert)
6096 (comint--complete-file-name-data): New functions.
6097 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
6098 (comint-dynamic-list-filename-completions): Use them.
6099 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 6100
2dbaa080
SM
6101 * minibuffer.el (completion-in-region-mode):
6102 Keep completion-in-region-mode--predicate global.
6103 (completion-in-region--postch):
6104 Assume completion-in-region-mode--predicate is not null.
6105
c79a6f38
SM
6106 * progmodes/flymake.el (flymake-start-syntax-check-process):
6107 Obey `dir'. Simplify.
6108
024ff170
SM
6109 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
6110 we're in VC after all.
6111
1c6c854e
CS
61122011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
6113
6114 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 6115 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
6116 (vc-version-diff): Use vc-diff-build-argument-list-internal.
6117
bed7f140
SM
61182011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
6119
332e62ab
SM
6120 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
6121 add sanity check.
6122
bed7f140
SM
6123 * obsolete/erc-hecomplete.el: Make obsolete.
6124 * obsolete/: Standardize obsolescence info in the header.
6125
f195c582
GM
61262011-04-20 Glenn Morris <rgm@gnu.org>
6127
6128 * calendar/solar.el (solar-horizontal-coordinates):
6129 Use the longitude argument rather than `calendar-longitude'.
6130 (solar-date-next-longitude): Remove unused locals.
6131
cb79b8c0
VJL
61322011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6133
6134 * whitespace.el: New version 13.2.1.
6135
61362011-04-20 felix <EmacsWiki> (tiny change)
6137
d8e4b68b 6138 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
6139 switching between major modes on a file.
6140
602ea69d
SM
61412011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
6144 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
6145 multi-line comments as well.
6146
06b60517
JB
61472011-04-19 Juanma Barranquero <lekktu@gmail.com>
6148
6149 Lexical-binding cleanup.
6150
6151 * arc-mode.el (archive-mode-revert):
6152 * cmuscheme.el (scheme-interactively-start-process):
6153 * custom.el (custom-initialize-delay):
6154 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
6155 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
6156 * emacs-lock.el (emacs-lock-clear-sentinel):
6157 * ezimage.el (defezimage):
6158 * follow.el (follow-avoid-tail-recenter):
6159 * fringe.el (set-fringe-mode-1):
6160 * generic-x.el (bat-generic-mode-compile):
6161 * help-mode.el (help-info-variable, help-do-xref)
6162 (help-mode-revert-buffer):
6163 * help.el (view-emacs-todo):
6164 * iswitchb.el (iswitchb-completion-help):
6165 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
6166 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
6167 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
6168 * locate.el (locate-update):
6169 * longlines.el (longlines-encode-region)
6170 (longlines-after-change-function):
6171 * outline.el (outline-isearch-open-invisible):
6172 * ps-def.el (declare-function, charset-dimension, char-width)
6173 (encode-char):
6174 * ps-mule.el (ps-mule-plot-string):
6175 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
6176 (recentf-edit-list-select, recentf-edit-list-validate)
6177 (recentf-open-files-action):
6178 * rect.el (delete-whitespace-rectangle-line)
6179 (rectangle-number-line-callback):
6180 * register.el (window-configuration-to-register)
6181 (frame-configuration-to-register):
6182 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
6183 * select.el (xselect-convert-to-string, xselect-convert-to-length)
6184 (xselect-convert-to-targets, xselect-convert-to-delete)
6185 (xselect-convert-to-filename, xselect-convert-to-charpos)
6186 (xselect-convert-to-lineno, xselect-convert-to-colno)
6187 (xselect-convert-to-os, xselect-convert-to-host)
6188 (xselect-convert-to-user, xselect-convert-to-class)
6189 (xselect-convert-to-name, xselect-convert-to-integer)
6190 (xselect-convert-to-atom, xselect-convert-to-identity):
6191 * subr.el (declare, ignore, process-kill-without-query)
6192 (text-clone-maintain):
6193 * terminal.el (te-get-char, te-tic-sentinel):
6194 * tool-bar.el (tool-bar-make-keymap):
6195 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
6196 * type-break.el (type-break-mode, type-break-noninteractive-query):
6197 * view.el (View-back-to-mark):
6198 * wid-browse.el (widget-browse-action, widget-browse-widget)
6199 (widget-browse-widgets, widget-browse-sexp):
6200 * widget.el (define-widget-keywords):
6201 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
6202 Mark unused parameters.
6203
6204 * align.el (align-adjust-col-for-rule): Mark unused parameter.
6205 (align-areas): Remove unused variable `look'.
6206 (align-region): Remove unused variables `real-end' and `pos-list'.
6207
6208 * apropos.el (apropos-score-doc): Remove unused variable `i'.
6209
6210 * bindings.el (mode-line-modified, mode-line-remote):
6211 Mark unused parameters.
6212 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
6213
6214 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
6215 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
6216
6217 * comint.el (comint-history-isearch-pop-state)
6218 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
6219 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
6220 (comint-substitute-in-file-name): Doc fix.
6221
6222 * completion.el (cmpl-statistics-block): Mark unused parameter.
6223 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
6224 (save-completions-to-file, load-completions-from-file):
6225 Remove unused local variable `e'.
6226
6227 * composite.el (compose-chars): Remove unused variable `len'.
6228 (lgstring-insert-glyph): Remove unused variable `g'.
6229 (compose-glyph-string): Remove unused variables `ascent',
6230 `descent', `lbearing' and `rbearing'.
6231 (compose-glyph-string-relative): Remove unused variables
6232 `lbearing', `rbearing' and `wadjust'.
6233 (compose-gstring-for-graphic): Remove unused variables `header',
6234 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
6235 (compose-gstring-for-terminal): Remove unused variables `header'
6236 and `nchars'. Use `let', not `let*'.
6237
6238 * cus-edit.el (Custom-set, Custom-save, custom-reset)
6239 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
6240 (Custom-buffer-done, custom-buffer-create-internal)
6241 (custom-browse-visibility-action, custom-browse-group-tag-action)
6242 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
6243 (widget-magic-mouse-down-action, custom-toggle-parent)
6244 (custom-add-parent-links, custom-toggle-hide-variable)
6245 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
6246 (custom-toggle-hide-face, face, hook, custom-group-link-action)
6247 (custom-face-menu-create, custom-variable-menu-create, get)
6248 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
6249 (custom-reset-standard-save-and-update): Remove unused variable `value'.
6250 (customize-apropos): Remove unused variable `tests'.
6251 (custom-group-value-create): Remove unused variable `hidden-p'.
6252 (sort-fold-case): Declare.
6253
6254 * cus-theme.el (custom-reset-standard-faces-list)
6255 (custom-reset-standard-variables-list): Declare.
6256 (customize-create-theme, custom-theme-revert, custom-theme-write)
6257 (custom-theme-choose-mode, customize-themes, custom-theme-save):
6258 Mark unused parameters.
6259
6260 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
6261
6262 * delim-col.el (delimit-columns-max): Move defvar before first use.
6263
6264 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 6265 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
6266
6267 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
6268 (auto-insert): Declare.
6269 (desktop-restore-file-buffer): Rename desktop-* parameters;
6270 mark unused ones.
6271 (desktop-create-buffer): Rename desktop-* parameters and bind them.
6272 (desktop-buffer): Rename desktop-* parameters.
6273
6274 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6275 (dframe-reposition-frame-xemacs, dframe-help-echo)
6276 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
6277 Mark unused parameters.
6278
6279 * dired-aux.el (backup-extract-version-start, overwrite-query)
6280 (overwrite-backup-query, rename-regexp-query)
6281 (rename-non-directory-query): Declare.
6282 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
6283 (dired-add-entry): Remove unused variable `orig-file-name'.
6284 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
6285 Use parameter PRESERVE-TIME instead of accessing dynamic variable
6286 `dired-copy-preserve-time' directly.
6287 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
6288 (dired-insert-subdir-newpos): Rename unused variable `pos'.
6289
6290 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
6291 (dired-virtual-revert, dired-make-relative-symlink):
6292 Mark unused parameters.
6293 (manual-program): Declare.
6294 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
6295 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
6296 wrapped in `with-no-warnings' to avoid replacing one warning by another.
6297
6298 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
6299
6300 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
6301
6302 * echistory.el (electric-history-in-progress, Helper-return-blurb):
6303 Declare.
6304
6305 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
6306
6307 * electric.el (Electric-command-loop): Rename parameter
6308 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
6309
6310 * expand.el (expand-in-literal): Remove unused variable `here'.
6311
6312 * facemenu.el (facemenu-add-new-color):
6313 Remove unused variable `docstring'.
6314
6315 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
6316 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
6317 (face-attr-construct): Mark unused parameter. Doc fix.
6318 (read-color): Remove unused variable `hex-string'.
6319
6320 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
6321 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
6322 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
6323 (display-buffer-other-frame): Remove unused variable `old-window'.
6324 (kill-buffer-hook): Declare.
6325 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
6326 Mark unused parameters.
6327 (after-find-file): Pass 1 to `auto-save-mode', not t.
6328
6329 * files-x.el (auto-insert): Declare.
6330 (modify-file-local-variable-prop-line): Remove unused variable `val'.
6331
6332 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 6333 variable `buf'. Mark unused parameter.
06b60517
JB
6334 (find-lisp-insert-directory): Mark unused parameter.
6335
6336 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
6337 (format-encode-region): Remove unused variables `cur-buf' and `result'.
6338 (format-common-tail): Remove, unused.
6339 (format-deannotate-region): Remove unused variable `loc'.
6340 (format-annotate-region): Remove unused variable `p'.
6341 (format-annotate-single-property-change): Remove unused variables
6342 `default' and `tail'.
6343
6344 * forms.el (read-file-filter): Declare.
6345 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
6346
6347 * frame.el (frame-creation-function-alist): Mark unused parameter.
6348 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
6349
6350 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
6351 Remove unused parameters.
6352 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
6353 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
6354
6355 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
6356 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
6357 (hfy-prepare-tag-map): Mark unused parameters.
6358 (htmlfontify-buffer): Use `called-interactively-p'.
6359
6360 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
6361 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
6362 (ibuffer-do-occur): Mark unused parameters.
6363 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
6364 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
6365
6366 * ibuffer.el: Don't quote `lambda'.
6367 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
6368 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
6369 Mark unused parameters.
6370
6371 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
6372 (ido-completing-read): Mark unused parameters.
6373 (ido-copy-current-word): Mark unused parameters;
6374 remove unused variable `name'.
6375 (ido-sort-merged-list): Remove unused parameter `dirs'.
6376
6377 * ielm.el (ielm-input-sender): Mark unused parameter.
6378 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
6379 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
6380 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
6381 `ielm-string' as a dynamic variable accessible from the IELM prompt.
6382 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
6383
6384 * image-dired.el (image-dired-display-thumbs): Remove unused
6385 variables `curr-file' and `count'.
6386 (image-dired-remove-tag): Remove unused variable `start'.
6387 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
6388 variable `curr-file'
6389 (image-dired-rotate-original): Remove unused variable `temp-file'.
6390 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
6391 Remove unused variable `file'.
6392 (image-dired-gallery-generate): Remove unused variable `curr'.
6393 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
6394
6395 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
6396
6397 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
6398
6399 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
6400
6401 * isearch.el (minibuffer-history-symbol): Declare.
6402 (isearch-edit-string): Remove unused variable `err'.
6403 (isearch-message-prefix, isearch-message-suffix):
6404 Mark unused parameters.
6405
6406 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
6407
6408 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
6409
6410 * makesum.el (double-column): Remove unused variable `cnt'.
6411
6412 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
6413 (ido-ignore-item-temp-list): Declare.
6414
6415 * mouse-drag.el (mouse-drag-throw): Remove unused variables
6416 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
6417 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
6418 (mouse-drag-drag): Remove unused variables `mouse-delta' and
6419 `mouse-col-delta'.
6420
6421 * mouse-sel.el (mouse-extend-internal):
6422 Remove unused variable `orig-window-frame'.
6423
6424 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
6425 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
6426 Move declarations before first use.
6427 (pcomplete-opt): Mark unused parameters; doc fix.
6428
6429 * proced.el (proced-revert): Mark unused parameter.
6430 (proced-send-signal): Remove unused variable `err'.
6431
6432 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
6433 Rename parameter PREFIX-ARG to ARG.
6434 (ps-basic-plot-string, ps-basic-plot-whitespace):
6435 Mark unused parameters.
6436
6437 * replace.el (replace-count): Define.
6438 (occur-revert-function): Mark unused parameters.
6439 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
6440 (isearch-case-fold-search, isearch-string): Declare.
6441 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
6442 bind `case-fold-search'. Remove unused variables `beg' and `end',
6443 and simplify.
6444 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
6445 COUNT and bind `replace-count'.
6446 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
6447 to COUNT.
6448
6449 * savehist.el (print-readably, print-string-length): Declare.
6450
6451 * shadowfile.el (shadow-expand-cluster-in-file-name):
6452 Remove unused variable `cluster'.
6453 (shadow-copy-file): Remove unused variable `i'.
6454 (shadow-noquery, shadow-clusters, shadow-site-cluster)
6455 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
6456 (shadow-define-literal-group, shadow-define-regexp-group)
6457 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
6458
6459 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
6460 (shell): Use `called-interactively-p'.
6461 (shell-directory-tracker): Remove unused variable `chdir-failure'.
6462
6463 * simple.el (compilation-context-lines, comint-file-name-quote-list)
6464 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
6465 (delete-backward-char): Remove unused variable `ocol'.
6466 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
6467 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
6468 (event-apply-hyper-modifier, event-apply-shift-modifier)
6469 (event-apply-control-modifier, event-apply-meta-modifier):
6470 Mark unused parameters.
6471 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
6472 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
6473
6474 * speedbar.el (speedbar-ignored-directory-expressions)
6475 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
6476 (speedbar-find-file, speedbar-dir-follow)
6477 (speedbar-directory-buttons-follow, speedbar-tag-find)
6478 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
6479 (speedbar-buffers-line-directory, speedbar-buffer-click):
6480 Mark unused parameters.
6481 (speedbar-tag-file): Remove unused variable `mode'.
6482 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
6483
6484 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
6485
6486 * talk.el (talk): Remove unused variable `display'.
6487
6488 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
6489 (tar-write-region-annotate): Mark unused parameter.
6490
6491 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
6492 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
6493 Declare them, wrapped in `with-no-warnings' to avoid replacing one
6494 warning by another.
6495
6496 * time-stamp.el (time-stamp-string-preprocess):
6497 Remove unused variable `require-padding'.
6498
6499 * tree-widget.el (widget-glyph-enable): Declare.
6500 (tree-widget-action): Mark unused parameter.
6501
6502 * w32-fns.el (x-get-selection): Mark unused parameter.
6503 (autoload-make-program, generated-autoload-file): Declare.
6504
6505 * wdired.el (wdired-revert): Mark unused parameters.
6506 (wdired-xcase-word): Remove unused variable `err'.
6507
6508 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
6509 (whitespace-help-scroll): Remove unused variable `data-help'.
6510
6511 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
6512 (widget-image-insert, widget-after-change, default)
6513 (widget-default-format-handler, widget-default-notify)
6514 (widget-default-prompt-value, widget-info-link-action)
6515 (widget-url-link-action, widget-function-link-action)
6516 (widget-variable-link-action, widget-file-link-action)
6517 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
6518 (widget-field-prompt-internal, widget-field-action, widget-field-match)
6519 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
6520 (widget-insert-button-action, widget-delete-button-action, visibility)
6521 (widget-documentation-link-action, widget-documentation-string-action)
6522 (widget-const-prompt-value, widget-regexp-match, symbol)
6523 (widget-coding-system-prompt-value)
6524 (widget-key-sequence-value-to-external, sexp)
6525 (widget-sexp-value-to-internal, character, vector, cons)
6526 (widget-choice-prompt-value, widget-boolean-prompt-value)
6527 (widget-color--choose-action): Mark unused parameters.
6528 (widget-item-match-inline, widget-choice-match-inline)
6529 (widget-checklist-match, widget-checklist-match-inline)
6530 (widget-group-match): Rename parameter VALUES to VALS.
6531 (widget-field-value-set): Remove unused variable `size'.
6532 (widget-color-action): Remove unused variables `value' and `start'.
6533
6534 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 6535 variable `dir'. Doc fix.
06b60517
JB
6536 (windmove-find-other-window): Don't pass it.
6537
6538 * window.el (count-windows): Mark unused parameter.
6539 (bw-adjust-window): Remove unused variable `err'.
6540
6541 * woman.el (woman-file-name): Remove unused variable `default'.
6542 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
6543 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
6544 (global-font-lock-mode): Declare.
6545 (woman-decode-region): Mark unused parameter.
6546 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
6547
6548 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
6549 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
6550 (x-dnd-handle-moz-url): Remove unused variable `title'.
6551 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
6552
6553 * xml.el (xml-parse-tag, xml-parse-attlist):
6554 Remove unused variable `pos'.
6555
bc4f7f3d
GM
65562011-04-19 Glenn Morris <rgm@gnu.org>
6557
6558 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
6559 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6560 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6561 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
6562 * calendar/cal-html.el (cal-html-insert-minical):
6563 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
6564 (calendar-mark-date-pattern):
6565 Prefix "unused" locals.
6566
6567 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
6568 optional argument `style'.
6569
6570 * calendar/appt.el (appt-make-list):
6571 * calendar/cal-china.el (calendar-chinese-date-string):
6572 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
6573 (diary-hebrew-yahrzeit):
6574 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
6575 * calendar/calendar.el (calendar-generate-window):
6576 * calendar/time-date.el (time-to-days):
6577 Remove unused local variables.
6578
16a43933
CY
65792011-04-18 Chong Yidong <cyd@stupidchicken.com>
6580
6581 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
6582 glyphless-char-display table.
6583 (tabulated-list-glyphless-char-display): New var.
6584
7eed1860
SS
65852011-04-18 Sam Steingold <sds@gnu.org>
6586
6587 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
6588 to acknowledgments.
6589
4d2d1ccd
GM
65902011-04-17 Glenn Morris <rgm@gnu.org>
6591
6592 * calendar/diary-lib.el (diary-sexp-entry):
6593 * calendar/holidays.el (holiday-sexp):
6594 Set debug-on-error rather than the removed stack-trace-on-error.
6595
239da61d
GM
65962011-04-16 Glenn Morris <rgm@gnu.org>
6597
6598 * progmodes/f90.el: Use lexical-binding.
6599 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
6600
8b05752a
SM
66012011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6602
daca8ba5
SM
6603 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
6604 (mail-mode): Setup mailalias completion here instead.
6605 * mail/mailalias.el: Use lexical-binding.
6606 (pattern, mailalias-done): Declare dynamic.
6607 (mail-completion-at-point-function): New function, from mail-complete.
6608 (mail-complete): Use it.
6609 (mail-completion-expand): New function.
6610 (mail-get-names): Use it.
6611 (mail-directory, mail-directory-process, mail-directory-stream):
6612 Don't use `pattern' for lexically bound arg.
6613
6f542485
SM
6614 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
6615
037e7c3f
SM
6616 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
6617 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
6618 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
6619
8b05752a
SM
6620 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
6621 (byte-save-window-excursion, byte-temp-output-buffer-setup)
6622 (byte-interactive-p): Define them again, for use when inlining
6623 old code.
6624
49093f60
JB
66252011-04-15 Juanma Barranquero <lekktu@gmail.com>
6626
6627 * loadup.el: Use `string-to-number', not `string-to-int'.
6628
b5b8e7de
SM
66292011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6630
6631 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
6632 gud-gdb-complete-command.
6633 (gud-gdb-completions): New function, from gud-gdb-complete-command.
6634 (gud-gdb-completion-at-point): New function.
6635 (gud-gdb-completions): Remove.
6636
f42efeb5
MA
66372011-04-14 Michael Albinus <michael.albinus@gmx.de>
6638
49093f60
JB
6639 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
6640 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
6641 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
6642 whether `executable-find' is bound.
f42efeb5
MA
6643
6644 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
6645
e240cc21
SM
66462011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6647
6648 * minibuffer.el (completion-in-region-mode-predicate)
6649 (completion-in-region-mode--predicate): New vars.
6650 (completion-in-region, completion-in-region--postch)
6651 (completion-in-region-mode): Use them.
6652 (completion--capf-wrapper): Also return the hook function.
6653 (completion-at-point, completion-help-at-point):
6654 Adjust and provide a predicate.
c2bd2ab0
SM
6655
6656 Preserve arg names for advice of subr and lexical functions (bug#8457).
6657 * help-fns.el (help-function-arglist): Consolidate the subr and
6658 new-byte-code cases. Add argument `preserve-names' to extract names
6659 from the docstring when needed.
6660 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
6661 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
6662 (ad-arglist): Use help-function-arglist's new arg.
6663 (ad-definition-type): Use cond.
6664
c183f693
JB
66652011-04-13 Juanma Barranquero <lekktu@gmail.com>
6666
06641a47
JB
6667 * autorevert.el (auto-revert-handler):
6668 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
6669 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
6670 Don't quote lambda.
6671
c183f693
JB
6672 * image-mode.el (image-transform-set-scale):
6673 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
6674
1e3b6001
G
66752011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6676
6677 * net/network-stream.el (network-stream-open-starttls): Only do
6678 opportunistic STARTTLS upgrades if we have built-in gnutls support.
6679 Upgrades via gnutls-cli are too slow to be done opportunistically.
6680
2d6af8dd
JB
66812011-04-12 Juanma Barranquero <lekktu@gmail.com>
6682
6683 * dframe.el (dframe-current-frame): Remove spurious quote.
6684
c0749a51
GM
66852011-04-12 Glenn Morris <rgm@gnu.org>
6686
088d0d61
GM
6687 * calendar/cal-tex.el (cal-tex-end-document):
6688 Try to automatically use latin1 input if needed.
6689
c0749a51
GM
6690 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
6691 Don't try to cons a mark onto an empty element.
6692
5c90fde0
LL
66932011-04-11 Leo Liu <sdl.web@gmail.com>
6694
6695 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
6696 buffers.
6697 (ido-kill-buffer-at-head): Support killing virtual buffers.
6698
369e974d
CY
66992011-04-10 Chong Yidong <cyd@stupidchicken.com>
6700
6701 * minibuffer.el (completion-show-inline-help): New var.
6702 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
6703 (minibuffer-force-complete, minibuffer-complete-word):
6704 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
6705
6706 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
6707 to avoid interference from inline help (Bug#5849).
6708
37f1c930
LL
67092011-04-10 Leo Liu <sdl.web@gmail.com>
6710
099c39a4
JB
6711 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
6712 Fix typo.
37f1c930 6713
a32d4040
CY
67142011-04-09 Chong Yidong <cyd@stupidchicken.com>
6715
6716 * image-mode.el (image-toggle-display-image): Signal an error if
6717 not in Image mode.
6718 (image-transform-mode, image-transform-resize)
6719 (image-transform-set-rotation): Doc fix.
daca8ba5 6720 (image-transform-set-resize): Delete.
a32d4040
CY
6721 (image-transform-set-scale, image-transform-fit-to-height)
6722 (image-transform-fit-to-width): Handle image-toggle-display-image
6723 and image-transform-resize directly.
6724
099c39a4 67252011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
6726
6727 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
6728 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
6729 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
6730 (doc-view-mode-map): Add bindings for the new functions.
6731
099c39a4 67322011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 6733
4d61f28d 6734 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
6735 Fix typo in docstring.
6736
3726838a
EZ
67372011-04-08 Eli Zaretskii <eliz@gnu.org>
6738
04f33f1e
EZ
6739 * files.el (file-size-human-readable): Produce one digit after
6740 decimal, like "ls -lh" does.
6741
6742 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
6743 the file size representation.
6744
3726838a
EZ
6745 * simple.el (list-processes): If async subprocesses are not
6746 available, error out with a clear error message.
6747
cbb59342
CY
67482011-04-08 Chong Yidong <cyd@stupidchicken.com>
6749
6750 * help.el (help-form-show): New function, to be called from C.
6751 Put help-form output in a buffer named differently than *Help*.
6752
e3971c44
EZ
67532011-04-08 Eli Zaretskii <eliz@gnu.org>
6754
6755 * files.el (file-size-human-readable): New function.
6756
6757 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
6758 computing the representation inline. Don't require `cl'.
6759
12544bbe
GM
67602011-04-08 Glenn Morris <rgm@gnu.org>
6761
a1de6c6a
GM
6762 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
6763
3c4671f4
GM
6764 * net/browse-url.el (browse-url-firefox):
6765 Test system-type, not system-configuration.
6766
b605679c
GM
6767 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
6768 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
6769 Use log-edit-empty-buffer-p. (Bug#7598)
6770
56442f0c
GM
6771 * net/rlogin.el (rlogin-process-connection-type): Simplify.
6772 (rlogin-mode-map): Initialize in the defvar.
6773 (rlogin): Use ignore-errors.
6774
12544bbe
GM
6775 * replace.el (occur-mode-map): Some fixes for menu items.
6776
eb237b0f
AH
67772011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
6778
6779 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
6780
7d668f2c
CY
67812011-04-06 Chong Yidong <cyd@stupidchicken.com>
6782
e67a13ab
CY
6783 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
6784 issuing unused warnings.
6785
6786 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
6787 macro directly.
6788
7d668f2c
CY
6789 * simple.el: Lisp reimplement of list-processes. Based on an
6790 earlier reimplementation by Leo Liu, but using tabulated-list.el.
6791 (process-menu-mode): New major mode.
6792 (list-processes--refresh, list-processes):
6793 (process-menu-visit-buffer): New functions.
6794
6795 * files.el (save-buffers-kill-emacs): Don't assume any return
6796 value of list-processes, which is undocumented anyway.
6797
a83ec3c9
CY
67982011-04-06 Chong Yidong <cyd@stupidchicken.com>
6799
6800 * emacs-lisp/tabulated-list.el: New file.
6801
e91a96fe
CY
6802 * emacs-lisp/package.el: Use Tabulated List mode.
6803 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
6804 (package-menu-mode): Derive from tabulated-list-mode. Set up the
6805 table format using Tabulated List mode variables.
6806 (package--push): New macro, replacing package-list-maybe-add.
6807 (package-menu--generate): Use package--push. Renamed from
6808 package--generate-package-list.
6809 (package-menu-refresh, list-packages): Use it.
daca8ba5 6810 (package-menu--print-info): Rename from package-print-package.
e91a96fe 6811 Return insertion data instead of inserting it directly.
099c39a4
JB
6812 (package-menu-describe-package, package-menu-execute):
6813 Use tabulated-list-get-id.
e91a96fe
CY
6814 (package-menu-mark-delete, package-menu-mark-install)
6815 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
6816 (package-menu-mark-obsolete-for-deletion):
6817 Use tabulated-list-put-tag.
e91a96fe
CY
6818 (package--list-packages, package-menu-revert)
6819 (package-menu-get-package, package-menu-get-version)
6820 (package-menu-sort-by-column): Functions deleted.
6821 (package-menu-package-list, package-menu-sort-key): Vars deleted.
6822 (package-menu--status-predicate, package-menu--version-predicate)
6823 (package-menu--name-predicate)
6824 (package-menu--description-predicate): Handle arguments in the
6825 Tabulated List format.
6826 (package-list-packages-no-fetch): Call list-packages.
6827
3e214b50
JB
68282011-04-06 Juanma Barranquero <lekktu@gmail.com>
6829
6830 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 6831 (after-find-file): Don't bind it.
3e214b50
JB
6832 (revert-buffer-in-progress-p): New variable.
6833 (revert-buffer): Bind it.
6834 Pass nil for `after-find-file-from-revert-buffer'.
6835
6836 * saveplace.el (save-place-find-file-hook): Use new variable
6837 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
6838
3f0f1700
GM
68392011-04-06 Glenn Morris <rgm@gnu.org>
6840
c0274801
GM
6841 * Makefile.in (AUTOGEN_VCS): New variable.
6842 (autoloads): Use $AUTOGEN_VCS.
6843
3f0f1700
GM
6844 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
6845 * calendar/calendar.el (calendar-mode-map):
6846 Check for toolkit scroll bars. (Bug#8305)
6847
41ea9e48
CY
68482011-04-05 Chong Yidong <cyd@stupidchicken.com>
6849
6850 * minibuffer.el (completion-in-region--postch)
6851 (completion-in-region-mode): Remove unnecessary messages.
6852
6194c800
JB
68532011-04-05 Juanma Barranquero <lekktu@gmail.com>
6854
33256f14
JB
6855 * font-lock.el (font-lock-refresh-defaults):
6856 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
6857 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
6858
6194c800
JB
6859 * info.el (Info-directory-list, Info-read-node-name-2)
6860 (Info-split-parameter-string): Doc fixes.
6861 (Info-virtual-nodes): Reflow docstring.
6862 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
6863 (Info-apropos-toc-nodes, info-finder, Info-get-token)
6864 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
6865 Fix typos in docstrings.
6866 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
6867 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
6868 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
6869 (Info-restore-desktop-buffer): Mark unused parameters.
6870 (Info-directory-find-file, Info-directory-find-node)
6871 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
6872 (Info-virtual-index-find-node, Info-apropos-find-file)
6873 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 6874 Mark unused parameters; fix typos in docstrings.
6194c800
JB
6875 (Info-virtual-index): Remove unused local variable `nodename'.
6876
b87a8200 68772011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 6878
b87a8200
DD
6879 * net/rcirc.el: Update my e-mail address.
6880 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 6881
3b2ff876
CY
68822011-04-05 Chong Yidong <cyd@stupidchicken.com>
6883
6884 * startup.el (command-line): Save the cursor's theme-face
6885 directly, instead of using face-override-spec.
6886
6887 * custom.el (load-theme): Minor optimization in assigning faces.
6888
8d17e7ca
JB
68892011-04-04 Juanma Barranquero <lekktu@gmail.com>
6890
6891 * help-fns.el (describe-variable): Complete all variables having
6892 documentation, including keywords.
6893 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
6894
2fbc1934
JB
68952011-04-04 Juanma Barranquero <lekktu@gmail.com>
6896
6897 Convert to lexical-binding.
6898
6899 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
6900 (bs--get-marked-string, bs--get-modified-string)
6901 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
6902 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
6903 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
6904
6905 * ehelp.el (electric-help-execute-extended)
6906 (electric-help-ctrl-x-prefix):
6907 * hexl.el (hexl-revert-buffer-function):
6908 * linum.el (linum-after-change, linum-after-scroll):
6909 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
6910
6911 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
6912
74f50695
DU
69132011-04-04 Daiki Ueno <ueno@unixuser.org>
6914
6915 * epa-dired.el:
6916 * epa-mail.el:
6917 * epa-hook.el:
6918 * epa-file.el:
6919 * epa.el:
6920 * epg.el: Use lexical binding.
6921
c11325f7
CY
69222011-04-03 Chong Yidong <cyd@stupidchicken.com>
6923
0d9e9a12
CY
6924 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
6925
c11325f7 6926 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
6927 dictionary case for flyspell-mark-duplications-exceptions.
6928 Use regexp matching for languages.
c11325f7
CY
6929 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
6930 default dictionary (Bug#7926).
6931
da91b5f2
CY
69322011-04-02 Chong Yidong <cyd@stupidchicken.com>
6933
099c39a4
JB
6934 * emacs-lisp/package.el (package--with-work-buffer):
6935 Recognize https URLs.
da91b5f2 6936
099c39a4
JB
6937 * net/network-stream.el: Move from gnus/proto-stream.el.
6938 Change prefix to network-stream throughout.
da91b5f2
CY
6939 (open-protocol-stream): Merge into open-network-stream, leaving
6940 open-protocol-stream as an alias. Handle nil BUFFER args.
6941
6942 * subr.el (open-network-stream): Move to net/network-stream.el.
6943
afa8e9f6
GM
69442011-04-02 Glenn Morris <rgm@gnu.org>
6945
1d2e369d
GM
6946 * find-dired.el (find-exec-terminator): New option.
6947 (find-ls-option): Test for -ls support.
6948 (find-ls-subdir-switches): Test for -b in find-ls-option.
6949 (find-dired, find-grep-dired): Doc fixes.
6950 (find-dired): Use find-exec-terminator.
6951
8abb7da8 6952 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
6953 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
6954 (find-name-arg): Remove purecopy.
8abb7da8 6955
f3ca7378
GM
6956 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
6957 (grep-compute-defaults): Check for `-exec COMMAND +' support.
6958 Set grep-find-use-xargs, grep-find-command, and grep-find-template
6959 accordingly. Don't add the null-device if not needed.
6960
afa8e9f6
GM
6961 * files.el (save-some-buffers): Doc fix.
6962
35eae264
EZ
69632011-04-02 Eli Zaretskii <eliz@gnu.org>
6964
6965 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
6966
26b51db5
JB
69672011-04-01 Juanma Barranquero <lekktu@gmail.com>
6968
6969 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
6970 Use `dolist' rather than `mapcar'.
6971
7200d79c
SM
69722011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6973
03408648 6974 Add lexical binding.
7200d79c 6975
03408648
SM
6976 * subr.el (apply-partially): Use new closures rather than CL.
6977 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
6978 (dolist, dotimes): Use slightly different expansion for lexical code.
6979 (functionp): Move to C.
6980 (letrec): New macro.
6981 (with-wrapper-hook): Use it and apply-partially instead of CL.
6982 (eval-after-load): Preserve lexical-binding.
6983 (save-window-excursion, with-output-to-temp-buffer): Turn them
6984 into macros.
7200d79c 6985
03408648
SM
6986 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
6987
6988 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
6989 than the arglist.
6990 (help-add-fundoc-usage): Don't add `Not documented'.
6991 (help-function-arglist): Handle closures, subroutines, and new
6992 byte-code-functions.
6993 (help-make-usage): Remove leading underscores.
6994 (describe-function-1): Handle closures.
6995 (describe-variable): Use special-variable-p for completion.
6996
6997 * files.el (lexical-binding): Declare safe.
f488fb65 6998
03408648
SM
6999 * emacs-lisp/pcase.el: Don't use destructuring-bind.
7000 (pcase--memoize): Rename from pcase-memoize. Change weakness.
7001 (pcase): Add `let' pattern.
7002 Change memoization so it actually works.
7003 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
7004 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
7005 <let>: New case.
f488fb65 7006
03408648
SM
7007 * emacs-lisp/macroexp.el: Use lexical binding.
7008 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
7009 Don't convert ' to #' without checking that it's indeed quoting
7010 a lambda.
7011
7012 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 7013 Use eval-sexp-add-defvars.
03408648
SM
7014 (eval-sexp-add-defvars): New fun.
7015
7016 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
7017
7018 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
7019 Don't autoload.
7020 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
7021 than the internal `byte-compile-lambda'.
7022 (defmethod): Don't hide code under quotes.
7023 (eieio-defmethod): New `code' argument.
7024
7025 * emacs-lisp/eieio-comp.el: Remove.
7026
7027 * emacs-lisp/edebug.el (edebug-eval-defun)
7028 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
7029 (edebug-toggle): Avoid `eval'.
7030
7031 * emacs-lisp/disass.el (disassemble-internal): Handle new
7032 `closure' objects.
7033 (disassemble-1): Handle new byte codes.
7034
7035 * emacs-lisp/cl.el (pushnew): Silence warning.
7036
7037 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
7038 (cl-byte-compile-throw): Remove.
7039 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
7040
7041 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
7042 closures.
7043
7044 * emacs-lisp/cconv.el: New file.
7045
7046 * emacs-lisp/bytecomp.el: Use lexical binding instead of
7047 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
7048 (byte-compile-initial-macro-environment):
7049 Handle declare-function here.
7050 (byte-compile--lexical-environment): New var.
7051 (byte-stack-ref, byte-stack-set, byte-discardN)
7052 (byte-discardN-preserve-tos): New lap codes.
7053 (byte-interactive-p): Don't use any more.
7054 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
7055 New macros.
7056 (byte-compile-lapcode): Use them and handle new lap codes.
7057 (byte-compile-obsolete): Remove.
7058 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
7059 (byte-compile-arglist-warn): Check late def of inlinable funs.
7060 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
7061 since they should have been expanded by now.
7062 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
7063 (byte-compile-from-buffer): Remove unused second arg.
7064 (byte-compile-preprocess): New function.
7065 (byte-compile-toplevel-file-form): New function to distinguish
7066 file-form calls from outside from file-form calls from hunk-handlers.
7067 (byte-compile-file-form): Simplify.
7068 (byte-compile-file-form-defsubst): Remove.
7069 (byte-compile-file-form-defmumble): Simplify now that
7070 byte-compile-lambda always returns a byte-code-function.
7071 (byte-compile): Preprocess.
7072 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
7073 Remove, not used any more.
7074 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
7075 (byte-compile-make-args-desc): New funs.
7076 (byte-compile-lambda): Handle lexical functions. Always return
7077 a byte-code-function.
7078 (byte-compile-reserved-constants): New var, to make up room for
7079 closed-over variables.
7080 (byte-compile-constants-vector): Obey it.
7081 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
7082 (byte-compile-macroexpand-declare-function): New function.
7083 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
7084 byte-code-functions.
7085 (byte-compile-form): Check obsolescence here.
7086 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
7087 (byte-compile-variable-ref): Remove.
7088 (byte-compile-dynamic-variable-op): New fun.
7089 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
7090 (byte-compile-variable-set): New funs.
7091 (byte-compile-discard): Add 2 args.
7092 (byte-compile-stack-ref, byte-compile-stack-set)
7093 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
7094 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
7095 macroexpand-all instead.
7096 (byte-compile-quote-form): Remove.
7097 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
7098 (byte-compile-bind, byte-compile-unbind): New funs.
7099 (byte-compile-let): Handle let* and lexical binding.
7100 (byte-compile-let*): Remove.
7101 (byte-compile-catch, byte-compile-unwind-protect)
7102 (byte-compile-track-mouse, byte-compile-condition-case):
7103 Handle a new :fun-body form, used for lexical scoping.
7104 (byte-compile-save-window-excursion)
7105 (byte-compile-with-output-to-temp-buffer): Remove.
7106 (byte-compile-defun): Simplify.
7107 (byte-compile-stack-adjustment): New fun.
7108 (byte-compile-out): Use it.
7109 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
7110
7111 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
7112 handler any more.
7113
7114 * emacs-lisp/byte-opt.el: Use lexical binding.
7115 (byte-inline-lapcode): Remove (to bytecomp).
7116 (byte-compile-inline-expand): Pay attention to inlining to/from
7117 lexically bound code.
7118 (byte-compile-unfold-lambda): Don't handle byte-code-functions
7119 any more.
7120 (byte-optimize-form-code-walker): Don't handle save-window-excursion
7121 any more and don't call compiler-macros.
7122 (byte-compile-splice-in-already-compiled-code): Remove.
7123 (byte-code): Don't inline any more.
7124 (disassemble-offset): Receive `bytes' as argument rather than via
7125 dynamic scoping.
7126 (byte-compile-tag-number): Declare before first use.
7127 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
7128 `return' even if make-spliceable.
7129 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
7130 obsolete interactive-p.
7131 (byte-optimize-lapcode): Optimize new lap-codes.
7132 Don't trip up on new form of `byte-constant' lap code.
7133
7134 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
7135
7136 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
7137
7138 * custom.el (custom-initialize-default, custom-declare-variable):
7139 Use `defvar'.
7140
7141 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
7142 New variables.
7143 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
7144 (COMPILE_FIRST): Add macroexp and cconv.
7145 * makefile.w32-in: Mirror changes in Makefile.in.
7146
7147 * vc/cvs-status.el:
7148 * vc/diff-mode.el:
7149 * vc/log-edit.el:
7150 * vc/log-view.el:
7151 * vc/smerge-mode.el:
7152 * textmodes/bibtex-style.el:
7153 * textmodes/css.el:
7154 * startup.el:
7155 * uniquify.el:
da91b5f2
CY
7156 * minibuffer.el:
7157 * newcomment.el:
7158 * reveal.el:
7159 * server.el:
7160 * mpc.el:
7161 * emacs-lisp/smie.el:
7162 * doc-view.el:
7163 * dired.el:
03408648
SM
7164 * abbrev.el: Use lexical binding.
7165
0f0c1f27
EZ
71662011-04-01 Eli Zaretskii <eliz@gnu.org>
7167
7168 * info.el (info-display-manual): New function.
7169
c82b2579
SM
71702011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7171
7172 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
7173
221ddf68
TH
71742011-03-31 Tassilo Horn <tassilo@member.fsf.org>
7175
7176 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 7177 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 7178
cba6e77e
GM
71792011-03-31 Glenn Morris <rgm@gnu.org>
7180
e040639f
GM
7181 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
7182
cba6e77e
GM
7183 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
7184
6d0f1c9e
CS
71852011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
7186
7187 * progmodes/python.el (python-default-interpreter)
7188 (python-python-command-args, python-jython-command-args)
7189 (python-which-shell, python-which-args, python-which-bufname)
7190 (python-file-queue, python-comint-output-filter-function)
7191 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
7192 variables and functions.
7193
3e2d70fd
SM
71942011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7195
7196 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
7197 (completion-in-region-mode): New minor mode.
7198 (completion-in-region): Use it.
7199 (completion-in-region--data, completion-in-region-mode-map): New vars.
7200 (completion-in-region--postch): New function.
7201 (completion--capf-misbehave-funs, completion--capf-safe-funs):
7202 New vars.
7203 (completion--capf-wrapper): New function.
7204 (completion-at-point): Use it to track well-behavedness of
7205 hook functions.
7206 (completion-help-at-point): New command.
7207
f3e4086c
JM
72082011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
7209
7210 * vc/add-log.el (add-change-log-entry): Don't use whitespace
7211 syntax class to search for whitespace on a single line
7212 (Message-ID: <4D938140.4030905@redhat.com>).
7213
eb7ffc14
LL
72142011-03-30 Leo Liu <sdl.web@gmail.com>
7215
7216 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
7217 New commands.
7218 (edit-abbrevs-map): Bind them here.
7219 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
7220
d806ab68
KM
72212011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
7222
7223 * allout.el (allout-hide-by-annotation, allout-flag-region):
7224 Reduce possibility of overlay leakage by making them volatile.
7225
7226 * allout-widgets.el (allout-widgets-tally): Define as nil so the
7227 hash is not shared between buffers. Mode initialization is
7228 responsible for giving it a useful starting value.
7229 (allout-item-span): Reduce possibility of overlay leakage by
7230 making them volatile.
7231 (allout-widgets-count-buttons-in-region): Add diagnostic function
7232 for tracking down button overlay leaks.
7233
ea622834
LL
72342011-03-29 Leo Liu <sdl.web@gmail.com>
7235
7236 * ido.el (ido-read-internal): Use the default history var
7237 minibuffer-history if no HISTORY is specified.
7238
b62f8267
G
72392011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
7240
03408648
SM
7241 * net/imap.el (imap-shell-open, imap-process-connection-type):
7242 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
7243 Kerberos, SSL, other subprocesses.
7244
947b6566
LL
72452011-03-28 Leo Liu <sdl.web@gmail.com>
7246
7247 * abbrev.el (abbrev-table-empty-p): New function.
7248 (prepare-abbrev-list-buffer): Place empty abbrev tables after
7249 nonempty ones. (Bug#5937)
7250
5ffb62aa
JD
72512011-03-27 Jan Djärv <jan.h.d@swipnet.se>
7252
7253 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
7254
7a097943
LL
72552011-03-27 Leo Liu <sdl.web@gmail.com>
7256
7257 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
7258 for foreground and background colors.
7259 (ansi-color-make-color-map): Adapt.
7260
c5b40130
LL
72612011-03-25 Leo Liu <sdl.web@gmail.com>
7262
1f48f7d2
LL
7263 * midnight.el (midnight-time-float): Remove. Note it calculates
7264 the microsecond component incorrectly and seconds-to-time does the
7265 same job.
625897ec 7266 Remove redundant (require 'timer).
1f48f7d2 7267
c5b40130
LL
7268 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
7269 (ido-completions): Remove unused arguments. (Bug#8329)
7270
d86d2721
SM
72712011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7272
7273 * minibuffer.el (completion--flush-all-sorted-completions):
7274 Remove itself from hook.
7275 (completion-at-point): Let the functions perform the completion
7276 immediately and return nil or t.
7277 * comint.el (comint-dynamic-complete-functions): Now identical to
7278 completion-at-point-functions.
7279 (comint-dynamic-list-input-ring): Remove unused var `index'.
7280 (comint--match-partial-filename, comint--unquote&expand-filename):
7281 New funs, split from comint-match-partial-filename.
7282 (comint-dynamic-complete): Use completion-at-point.
7283 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
7284
e8974c48
DA
72852011-03-24 Drew Adams <drew.adams@oracle.com>
7286
7287 * thingatpt.el: Support `defun'.
7288
def71b5e
LL
72892011-03-23 Leo Liu <sdl.web@gmail.com>
7290
cb5af48e
LL
7291 * abbrevlist.el: Move to obsolete/abbrevlist.el.
7292
def71b5e
LL
7293 * help-mode.el (help-mode-finish): Tweak regexp.
7294
927c53e7
GM
72952011-03-23 Glenn Morris <rgm@gnu.org>
7296
18d05bed
GM
7297 * eshell/esh-opt.el (eshell-eval-using-options):
7298 Do not bind unused local variable `eshell-option-stub'.
7299
927c53e7
GM
7300 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
7301
9d0da923
JB
73022011-03-22 Juanma Barranquero <lekktu@gmail.com>
7303
7304 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
7305 keymap variable in `with-no-warnings' to avoid a warning when the
7306 keymap has been already `defconst'ed.
7307
4b978a67
LL
73082011-03-22 Leo Liu <sdl.web@gmail.com>
7309
7310 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
7311 encode all chars in abbrevs; otherwise use emacs-mule or
7312 utf-8-emacs. (Bug#8308)
7313
5fd62452
JB
73142011-03-22 Juanma Barranquero <lekktu@gmail.com>
7315
0b1596c6
JB
7316 * simple.el (backward-delete-char-untabify):
7317 Avoid warning about using `delete-backward-char'.
7318
5fd62452
JB
7319 * image.el (image-type-file-name-regexps): Make it variable.
7320 `imagemagick-register-types' modifies it, and the user may want
7321 to add new extensions for known image types.
7322 (imagemagick-register-types): Throw error if not using ImageMagick.
7323
0b4e93f1
LL
73242011-03-22 Leo Liu <sdl.web@gmail.com>
7325
7326 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
7327 located before rcirc-prompt-end-marker.
7328 (rcirc-complete): Error if point is not after rcirc prompt.
7329 Handle the case when table is nil.
9882e214 7330 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 7331
fccee4ab
CY
73322011-03-22 Chong Yidong <cyd@stupidchicken.com>
7333
7334 * custom.el (custom--inhibit-theme-enable): Make it affect only
7335 custom-theme-set-variables and custom-theme-set-faces.
7336 (provide-theme): Ignore custom--inhibit-theme-enable.
7337 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
7338 (custom-enabling-themes): Delete variable.
d86d2721
SM
7339 (enable-theme): Accept only loaded themes as arguments.
7340 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
7341 (custom-enabled-themes): Forbid themes from setting this.
7342 Eliminate use of custom-enabling-themes.
7343 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 7344
af896da6
LL
73452011-03-21 Leo Liu <sdl.web@gmail.com>
7346
7347 * ido.el (ido-read-internal): Add ido-selected to history instead
7348 of user input.
7349
78f64af0
SM
73502011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7351
7352 * subr.el (deferred-action-list, deferred-action-function):
7353 Mark obsolete.
7354
b16ac1ec
LL
73552011-03-21 Leo Liu <sdl.web@gmail.com>
7356
810f7698
LL
7357 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
7358 change on 2011-02-13 (bug#8309).
7359
b16ac1ec
LL
7360 * minibuffer.el (read-file-name-function): Change default value.
7361 (read-file-name--defaults): Rename from read-file-name-defaults.
7362 (read-file-name-default): Rename from read-file-name.
7363 (read-file-name): Call read-file-name-function.
7364
4e05e67e
GM
73652011-03-21 Glenn Morris <rgm@gnu.org>
7366
7367 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
7368 Doc fixes.
7369
4359915b
CY
73702011-03-21 Chong Yidong <cyd@stupidchicken.com>
7371
7372 * cus-theme.el: Add missing provide statement.
7373 (customize-create-theme): Extract theme value correctly.
7374 (custom-theme-visit-theme): Autoload.
7375 (customize-create-theme): Prompt before inserting default faces.
7376
1fe275ee
JB
73772011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
7378
7379 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
7380 units and musical notes.
7381
3ec03f7e
LL
73822011-03-20 Leo <sdl.web@gmail.com>
7383
7384 * ido.el (ido-read-internal): Use completing-read-default.
7385 (ido-completing-read): Fix compatibility with completing-read.
7386
7d476bde
CO
73872011-03-20 Christian Ohler <ohler@gnu.org>
7388
7389 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
7390 (ert-delete-all-tests): Use `called-interactively-p' rather than
7391 `interactive-p'.
7392 (ert--make-xrefs-region): Respect END.
7393
fe0fb33e
CY
73942011-03-19 Chong Yidong <cyd@stupidchicken.com>
7395
ff854b0b
CY
7396 * dired-aux.el (dired-create-directory): Signal an error if the
7397 directory already exists (Bug#8246).
7398
fe0fb33e
CY
7399 * facemenu.el (list-colors-display): Call list-faces-display
7400 inside with-help-window.
7401 (list-colors-print): Use display property to align the final
7402 column, instead of checking window-width.
7403
576bce32
EZ
74042011-03-19 Eli Zaretskii <eliz@gnu.org>
7405
4d61f28d 7406 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
7407 windows-nt systems.
7408 (emerge-protect-metachars): Quote correctly for ms-dos and
7409 windows-nt systems.
7410
89c41d68 74112011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
7412
7413 * info.el (info-initialize): Replace all uses of `:' with
7414 path-separator for compatibility with non-Unix systems.
7415 Cache quoting of path-separator. (Bug#8258)
7416
b14e3e21 74172011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
7418
7419 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
7420 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
7421 (mouse-avoidance-mode): Fix typos in docstrings.
7422
4525ce3e
CY
74232011-03-19 Chong Yidong <cyd@stupidchicken.com>
7424
7425 * startup.el (package-subdirectory-regexp): Move from package.el.
7426 Omit \\` and \\', and let callers add them.
7427
7428 * emacs-lisp/package.el (package-strip-version)
7429 (package-load-all-descriptors): Add \\` and \\' to
7430 package-subdirectory-regexp before using it.
7431 (package-untar-buffer): New arg DIR; ensure that file untars only
7432 into this expected directory. Remove superfluous delete-region.
7433 (package-unpack): Caller changed.
7434 (package-tar-file-info): Use package-subdirectory-regexp.
7435
a904a09a 74362011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 7437
a904a09a
SM
7438 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
7439 diff-mode-shared-map (bug#8284).
7440 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
7441
74422011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7443
7444 * calendar/time-date.el (format-seconds): Use assoc instead of
7445 assoc-string, since assoc-string doesn't exist in XEmacs.
7446
171fc304
JB
74472011-03-17 Juanma Barranquero <lekktu@gmail.com>
7448
7449 * custom.el (custom-known-themes): Reflow docstring.
7450 (custom-theme-load-path): Fix typo in docstring.
7451 (load-theme): Fix typo in error message.
7452 (custom-available-themes, custom-variable-theme-value):
7453 Use `let', not `let*'.
7454
d71990a1
JB
74552011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
7456
7457 * calc/README: Mention inclusion of musical notes.
7458
7459 * calc/calc-units.el (calc-lu-quant): Rename from
7460 `calc-logunits-quantity'.
7461 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
7462 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
7463 (calc-db): Rename from `calc-dblevel'.
7464 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
7465 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
7466 (calc-np): Rename from `calc-nplevel'.
7467 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
7468 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
7469 (calc-lu-plus): Rename from `calc-logunits-add'.
7470 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
7471 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
7472 (calc-lu-minus): Rename from `calc-logunits-sub'.
7473 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
7474 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
7475 (calc-lu-times): Rename from `calc-logunits-mul'.
7476 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
7477 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
7478 (calc-lu-divide): Rename from `calc-logunits-div'.
7479 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
7480 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
7481
7482 * calc/calc-ext.el (calc-init-extensions): Update the names of the
7483 functions being autoloaded.
7484
7485 * calc/calc.el (calc-lu-power-reference): Rename from
7486 `calc-logunits-power-reference'.
7487 (calc-lu-field-reference): Rename from
7488 `calc-logunits-field-reference'.
7489
7490 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
7491
40c2934b
SM
74922011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * minibuffer.el (completion-all-sorted-completions):
7495 Use :completion-cycle-penalty text property if present.
7496
b0911414
KM
74972011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
7498
7499 * allout.el (allout-yank-processing): Adjust for new rebulleting
7500 regime so bullet being yanked is used without prompting the user
7501 for a choice.
7502
8a05b668
JB
75032011-03-16 Juanma Barranquero <lekktu@gmail.com>
7504
7505 * startup.el (command-line): Warn the user that _emacs is deprecated.
7506
5ba5fb81
JB
75072011-03-16 Juanma Barranquero <lekktu@gmail.com>
7508
7509 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
7510 (delphi-verbose, delphi-comment-face, delphi-string-face)
7511 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
7512 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
7513 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
7514 (delphi-new-comment-line, delphi-font-lock-defaults)
7515 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
7516 Fix typos in docstrings.
7517
2dab465b
KM
75182011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
7519
5ba5fb81 7520 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
7521 Invert the roles of character and string values for INSTEAD, so a
7522 string is used for the more common case of a defaulting prompt.
7523
0adf5618
SM
75242011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7525
7526 * progmodes/ruby-mode.el (ruby-backward-sexp):
7527 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
7528 * play/gamegrid.el (gamegrid-make-face):
7529 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
7530 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
7531 * notifications.el (notifications-notify):
7532 * net/xesam.el (xesam-search-engines):
7533 * net/quickurl.el (quickurl-list-insert):
7534 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
7535
d72700e5
CY
75362011-03-15 Chong Yidong <cyd@stupidchicken.com>
7537
7538 * startup.el (command-line): Update package subdirectory regexp.
7539
49c5410a
SM
75402011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7541
c6eee9aa
SM
7542 * allout.el (allout-abbreviate-flattened-numbering)
7543 (allout-mode-deactivate-hook): Fix up obsolescence "date".
7544
49c5410a
SM
7545 * subr.el (read-char-choice): Only show the cursor after the prompt,
7546 not after the answer.
7547
047b2bb9
KR
75482011-03-15 Kevin Ryde <user42@zip.com.au>
7549
7550 * help-fns.el (variable-at-point): Skip leading quotes, if any
7551 (bug#8253).
7552
0a57d256
SM
75532011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7554
7555 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
7556 warning message.
7557
77c992bc
MA
75582011-03-14 Michael Albinus <michael.albinus@gmx.de>
7559
7560 * shell.el (shell): When called interactively, offer to change the
7561 shell file name on remote hosts.
7562
eebc475d
TZ
75632011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
7564
7565 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
7566 integration for LDAP parameters. The host, base, user or binddn,
7567 and secret tokens can be specified in a netrc file, for instance.
7568 This is optional because an `auth-source' parameter must be
7569 specified in the search attributes.
7570
9d05d1ba
JB
75712011-03-13 Juanma Barranquero <lekktu@gmail.com>
7572
7573 * help.el (describe-mode): Link to the mode's definition (bug#8185).
7574
09d9db2c
GM
75752011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7576
7577 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
7578 into declaration. Remove redundant and harmful binding.
7579
75802011-03-12 Eli Zaretskii <eliz@gnu.org>
7581
7582 * files.el (file-ownership-preserved-p): Pass `integer' as an
7583 explicit 2nd argument to `file-attributes'. If the file's owner
7584 is the Administrators group on Windows, and the current user is
7585 Administrator, consider that a match.
7586
7587 * server.el (server-ensure-safe-dir): Consider server directory
7588 safe on MS-Windows if its owner is the Administrators group while
7589 the current Emacs user is Administrator. Use `=' to compare
7590 numerical UIDs, since they could be integers or floats.
7591
219bd536
JB
75922011-03-12 Juanma Barranquero <lekktu@gmail.com>
7593
7594 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
7595
f3afd36b
MA
75962011-03-12 Michael Albinus <michael.albinus@gmx.de>
7597
7598 Sync with Tramp 2.2.1.
7599
7600 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
7601
7602 * net/trampver.el: Update release number.
7603
3aaaa6f1
SM
76042011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
7605
94642599
SM
7606 * progmodes/compile.el (compilation--previous-directory): Fix up
7607 various nil/dead-marker mismatches (bug#8014).
7608 (compilation-directory-properties, compilation-error-properties):
7609 Don't call it at a position past the one we're about to change.
7610
3aaaa6f1
SM
7611 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
7612 Disable obsolescence warnings in the file that declares it.
7613
14239447
KM
76142011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
7615
099c39a4
JB
7616 * allout-widgets.el (allout-widgets-tally):
7617 Initialize allout-widgets-tally as a hash table rather than nil to
7618 prevent mode-line redisplay warnings. Also, clarify the module
7619 description and fix a comment typo.
14239447 7620
135e287c
JB
76212011-03-11 Juanma Barranquero <lekktu@gmail.com>
7622
7623 * help-fns.el (describe-variable): Don't complete keywords.
7624 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
7625
ffbf300e
CY
76262011-03-10 Chong Yidong <cyd@stupidchicken.com>
7627
ba08b241
CY
7628 * emacs-lisp/package.el (package-version-join): Impose a standard
7629 string representation for pre/alpha/beta version lists.
7630 (package-unpack-single): Standardize the directory name by passing
7631 it through package-version-join.
7632 (package-strip-rcs-id): Accept any version string that does not
7633 signal an error in version-to-list.
ffbf300e 7634
f346fd6b
MA
76352011-03-10 Michael Albinus <michael.albinus@gmx.de>
7636
7637 * simple.el (delete-trailing-whitespace): Return nil for the
7638 benefit of `write-file-functions'.
7639
ccb55d27
GM
76402011-03-10 Glenn Morris <rgm@gnu.org>
7641
5ceaac0c
GM
7642 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
7643
02da65ff
GM
7644 * vc/vc-git.el (vc-git-program): New option.
7645 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
7646 (vc-git--call): Use it.
7647
b2f603cc
GM
7648 * eshell/esh-util.el (eshell-condition-case): Doc fix.
7649
5772caab
GM
7650 * cus-edit.el (Custom-newline): If no button at point, look
7651 for a subgroup button at start-of-line. (Bug#2298)
7652
ccb55d27
GM
7653 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
7654
ec6ecaed
JD
76552011-03-10 Julien Danjou <julien@danjou.info>
7656
7657 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
7658 `cursor-type' is nil.
7659
9d5aa01d
JB
76602011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
7661
7662 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
7663
b6a5875b
KM
76642011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
7665
7666 * allout.el Summary: Change so yank of distinctive-bullet items
7667 preserves the existing header prefix, rebulleting it if necessary,
7668 rather than replacing it. This is necessary for proper operation
7669 of cooperative addons like allout-widgets.
219bd536 7670 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
7671 SOLICIT arg to INSTEAD, and interpret additionally a string value
7672 as alternate bullet to be used, instead of prompting the user for
7673 a bullet character.
7674
ee545c35
MA
76752011-03-09 Michael Albinus <michael.albinus@gmx.de>
7676
d86d2721
SM
7677 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7678 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
7679 `tramp-default-port'.
7680
c47971d7
DD
76812011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7682
7683 * net/rcirc.el (rcirc-handler-001): Remove useless
7684 with-rcirc-process-buffer.
7685 (rcirc-check-auth-status): Swap arguments to string-match.
7686
13522cb4
GM
76872011-03-09 Glenn Morris <rgm@gnu.org>
7688
0be6f4f1
GM
7689 * shell.el (shell-mode):
7690 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
7691
13522cb4
GM
7692 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
7693 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
7694
515de2e3
CY
76952011-03-08 Chong Yidong <cyd@stupidchicken.com>
7696
7697 * emacs-lisp/package.el (package-refresh-contents)
7698 (package-menu-execute): Use condition-case-no-debug.
7699
b511b994
MA
77002011-03-08 Michael Albinus <michael.albinus@gmx.de>
7701
7702 * simple.el (shell-command-to-string): Use `process-file'.
7703
7704 * emacs-lisp/package.el (package-tar-file-info): Handle also
7705 remote files.
7706
d86d2721
SM
7707 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7708 Use `equal' for upload base check.
b511b994 7709
25bbfb31
AM
77102011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
7711
7712 * textmodes/texinfo.el (texinfo-environments):
7713 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
7714
be996521
GM
77152011-03-08 Glenn Morris <rgm@gnu.org>
7716
e9c8529f
GM
7717 * cus-start.el (cursor-in-non-selected-windows):
7718 Fix :set quoting oddness. (Bug#8192)
7719
be996521
GM
7720 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
7721 in some setf expressions. (Bug#2159)
7722
2bb5649e
CY
77232011-03-08 Chong Yidong <cyd@stupidchicken.com>
7724
7725 * custom.el (custom-available-themes): Return themes in
7726 alphabetical order.
7727
33383987 7728See ChangeLog.15 for earlier changes.
e3d51b27
MR
7729
7730;; Local Variables:
7731;; coding: utf-8
e3d51b27
MR
7732;; End:
7733
33383987 7734 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
7735
7736 This file is part of GNU Emacs.
7737
7738 GNU Emacs is free software: you can redistribute it and/or modify
7739 it under the terms of the GNU General Public License as published by
7740 the Free Software Foundation, either version 3 of the License, or
7741 (at your option) any later version.
7742
7743 GNU Emacs is distributed in the hope that it will be useful,
7744 but WITHOUT ANY WARRANTY; without even the implied warranty of
7745 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7746 GNU General Public License for more details.
7747
7748 You should have received a copy of the GNU General Public License
7749 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.