Fix last change for bug#9212.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
cca09170
SM
12011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
4 before binding generated-autoload-file.
5
027b979c
DD
62011-08-01 Deniz Dogan <deniz@dogan.se>
7
8 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
9
3c7ee4f3
MA
102011-07-30 Michael Albinus <michael.albinus@gmx.de>
11
12 Sync with Tramp 2.2.2.
13
14 * net/trampver.el: Update release number.
15
2cc8e51a
JL
162011-07-30 Juri Linkov <juri@jurta.org>
17
18 * dired-aux.el (dired-touch-initial): Remove function.
19 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
20 current time, and `default' to the last modification time of the
21 current marked file (bug#6887).
22
a514d856
JM
232011-07-28 Jose E. Marchesi <jemarch@gnu.org>
24
25 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 26 numeric argument to read-number (bug#9163).
a514d856 27
8a7eddd7
MA
282011-07-27 Michael Albinus <michael.albinus@gmx.de>
29
30 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
31 connection process, it could be nil.
32
1ddd96f5
LL
332011-07-27 Leo Liu <sdl.web@gmail.com>
34
35 Simplify url handling in rcirc-mode.
36
37 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
38 (rcirc-browse-url-at-mouse): Remove.
39 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
40
b248a85d
AM
412011-07-26 Alan Mackenzie <acm@muc.de>
42
43 Fontify bitfield declarations properly.
44
45 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
46 (c-symbol-chars): Now exported as a lang variable.
47 (c-not-primitive-type-keywords): New lang variable.
48
49 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
50 QT keyword "more" to prevent "more slots: ...." being spuriously
51 parsed as a bitfield declaraion.
52
53 * progmodes/cc-engine.el (c-beginning-of-statement-1): Refactor
54 and enhance to handle bitfield declarations.
55 (c-punctuation-in): New function.
56 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
57 declarations properly.
58
68575ab0
UJ
592011-07-26 Ulf Jasper <ulf.jasper@web.de>
60
61 * calendar/icalendar.el (icalendar--all-events): Take care of
62 multiple vcalendars in a single file.
63 (icalendar--convert-float-to-ical): checkdoc fixes.
64
0f0a88b9
DD
652011-07-25 Deniz Dogan <deniz@dogan.se>
66
67 * image.el (insert-image): Clarifying docstring.
68
0b3f36df
MA
692011-07-24 Michael Albinus <michael.albinus@gmx.de>
70
71 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
72 `tramp-send-command-and-check' if there is no error.
73 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
74
a9901f61
AM
752011-07-22 Alan Mackenzie <acm@muc.de>
76
77 Prevent cc-langs.elc being loaded at run time.
78
79 * progmodes/cc-mode.el: Remove two autoload forms which loaded
80 cc-langs.
81
82 * /progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
83 "(require 'cc-langs)". Quote a form so it will evaluate at
84 (cc-mode's) compilation time.
85
11d074b2
MA
862011-07-22 Michael Albinus <michael.albinus@gmx.de>
87
88 * net/tramp.el (tramp-file-name-handler): Avoid recursive
89 loading. (Bug#9114)
90
938b94c8
MR
912011-07-21 Martin Rudalics <rudalics@gmx.at>
92
93 * window.el (display-buffer-pop-up-window)
94 (display-buffer-pop-up-side-window)
95 (display-buffer-in-side-window): Call display-buffer-set-height
96 and display-buffer-set-width after setting the new window's
97 buffer so `fit-window-to-buffer' and friends work on the right
98 buffer.
99
bfa4f190
SS
1002011-07-20 Sam Steingold <sds@gnu.org>
101
102 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
103 (etags-tags-included-tables): Call `convert-standard-filename' on
104 the file names contained in TAGS so that windows Emacs can handle
105 TAGS files created by cygwin ctags.
106
8ca42262
LMI
1072011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
108
109 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
110 which apparently didn't work.
111
5db2afd2 1122011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 113
5db2afd2
RW
114 * proced.el (proced-send-signal): For *Marked Processes* buffer
115 put point at beginning of buffer.
116
92e15d10
SB
1172011-07-19 Stephen Berman <stephen.berman@gmx.net>
118
119 * proced.el (proced-format): Make header lines align with the text
120 (bug#1779).
121
1bfd59e5
LMI
1222011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
123
124 * view.el (view-buffer): Allow running in `special' modes if we're
125 visiting a file (bug#8615).
126
f5aae37c
MR
1272011-07-19 Martin Rudalics <rudalics@gmx.at>
128
129 * window.el (display-buffer-alist-of-strings-p)
130 (display-buffer-alist-set-1, display-buffer-alist-set-2): New
131 functions.
132 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
133 more accurately.
134
bf2c1571
AM
1352011-07-18 Alan Mackenzie <acm@muc.de>
136
137 Fontify declarators properly when, e.g., a jit-lock chunk begins
138 inside a declaration.
139
140 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
141
142 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): New
143 function.
144 (c-complex-decl-matchers): Insert reference to
145 c-font-lock-enclosing-decls.
146
147 * progmodes/cc-engine.el (c-backward-single-comment):
148 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
149 to nil around calls to (forward-comment -1).
150
4e190b80
LMI
1512011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
152
12dc863d
LMI
153 * image.el (put-image): Doc typo fix.
154
a762e966
LMI
155 * progmodes/etags.el (tags-search): Doc typo fix.
156
4e190b80
LMI
157 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
158 password if we get errors 550 to 554.
159
f019fb21
LMI
1602011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
161
750c33f7
LMI
162 * net/gnutls.el (gnutls-log-level): Removed.
163
81746738
LMI
164 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
165 indentation character (bug#6380).
166
3ee3a1b5
LMI
167 * files.el (buffer-offer-save): Made permanently local (bug#6241).
168
c82f64de
LMI
169 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
170 to clarify what the problem is (bug#4291).
171
f019fb21
LMI
172 * simple.el (current-kill): Clarify what
173 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
174 (auto-fill-mode): Document `auto-fill-function' in relation to
175 `auto-fill-mode' (bug#2470).
f019fb21 176
0794775d
LM
1772011-07-16 Lawrence Mitchell <wence@gmx.li>
178
179 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
180 method if slot is read-only (bug#9035).
181
be39b8cc
MR
1822011-07-16 Martin Rudalics <rudalics@gmx.at>
183
184 * frame.el (select-frame-set-input-focus): New argument
185 NORECORD.
186 * window.el (pop-to-buffer): Select window used even if it was
187 selected before, see discussion of (Bug#8615), (Bug#6954). Pass
188 argument NORECORD on to select-frame-set-input-focus.
189
6ccf7859
GM
1902011-07-15 Glenn Morris <rgm@gnu.org>
191
192 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 193 Respect help-form.
6ccf7859 194
87e86684
LM
1952011-07-09 Lawrence Mitchell <wence@gmx.li>
196
197 * net/gnutls.el (gnutls-min-prime-bits): New variable.
198 (gnutls-negotiate): Use it.
199
d6066239
LMI
2002011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
201
202 * net/gnutls.el (gnutls-negotiate): Upcase
203 `gnutls-algorithm-priority'.
204
bd23ebc0
GM
2052011-07-15 Glenn Morris <rgm@gnu.org>
206
c65bca65
GM
207 * jka-compr.el (jka-compr-verbose): Move from here...
208 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
209 Add missing :version tag.
210 * info.el: No need to require jka-compr when compiling.
bd23ebc0 211
478615cc
LMI
2122011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
213
7b41decb
LMI
214 * net/gnutls.el (gnutls-algorithm-priority): New variable.
215 (gnutls-negotiate): Use it.
216
dbc44fcd
LMI
217 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
218
06789f97
LMI
219 * info.el (Info-beginning-of-buffer): New command.
220 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
221 announcing `b' as the key (bug#8325).
ab896c37 222 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 223
c39da690
LMI
224 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
225
3aa5f34b
LMI
226 * international/mule-cmds.el
227 (describe-specified-language-support): Make the error message
228 clearer (bug#8905).
229
4bf0979f
LMI
230 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
231
478615cc
LMI
232 * isearch.el (isearch-barrier): Add a doc string, since it's
233 mentioned in a function doc string (bug#8678).
234
75c68aa1
MR
2352011-07-15 Martin Rudalics <rudalics@gmx.at>
236
237 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
238 buffer argument (Bug#9083) and self-identifying label argument.
239
a7c33da2
GM
2402011-07-15 Glenn Morris <rgm@gnu.org>
241
242 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
243
2f5c6024
LMI
2442011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
245
246 * man.el (Man-fontify-manpage): Fix message when formatting the
247 man page (bug#7929).
248
0bb23927 2492011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
250
251 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
252 argument LRM; if non-nil, append an invisible LRM character to the
253 buffer name.
254 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
255 last argument non-nil, when formatting buffer names.
0bb23927
EZ
256 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
257 paragraph direction.
cce4b0a7 258
621ef9ab
LMI
2592011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
260
d1583c48
LMI
261 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
262 the man page name (bug#7929).
263
6a57fb5f
LMI
264 * image.el (put-image): Mention the `put-image' overlay property
265 (bug#7834).
266
d7956b14
LMI
267 * scroll-bar.el (set-scroll-bar-mode): Mention that
268 `scroll-bar-mode' lists the values (bug#7772).
269
5b2d4a66
LMI
270 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
271 command (bug#7729).
272
7509a874
LMI
273 * rect.el (apply-on-rectangle): Return the point after the last
274 operation.
275 (string-rectangle): Go to the point after the last operation
276 (bug#7522).
277
9d2dcee6
LMI
278 * simple.el (current-kill): Clarify what
279 `interprogram-paste-function' does (bug#7500).
280
4fe74b19
LMI
281 * printing.el (pr-toggle-region): Clarify the documentation
282 slightly (bug#7493).
283
ab283561
LMI
284 * time.el (display-time-update): Allow
285 `display-time-mail-function' to return nil (bug#7158). Fix
286 suggested by Detlev Zundel.
287
fc233c9d
LMI
288 * vc/diff.el (diff): Clarify the order the file names are read
289 (bug#7111).
290
43f5740b
LMI
291 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
292 the doc string (bug#7015).
293
f2182a76
LMI
294 * font-lock.el (font-lock-maximum-decoration): Mention what
295 numeric levels mean (bug#6935).
296
621ef9ab
LMI
297 * startup.el (initial-buffer-choice): Don't mention the `none'
298 selection, which is against policy.
299
adc47434
MR
3002011-07-14 Martin Rudalics <rudalics@gmx.at>
301
302 * window.el (display-buffer-normalize-special): Replace
303 `dedicated' by `dedicate' to dedicate window (Bug#9072).
304
7e5bfb8f
EZ
3052011-07-14 Eli Zaretskii <eliz@gnu.org>
306
307 * subr.el (version<, version<=, version=): Mention "-CVS" and
308 "-12345" alpha version numbers.
309
27fa387a
CY
3102011-07-14 Chong Yidong <cyd@stupidchicken.com>
311
312 * bindings.el: Add advertised binding for set-mark-command
313 (Bug#5772).
314
8bdfa064
CY
3152011-07-14 Chong Yidong <cyd@stupidchicken.com>
316
317 * bindings.el (mode-line-other-buffer):
318 * bookmark.el (bookmark-bmenu-2-window):
319 * bs.el (bs-cycle-next, bs-cycle-previous):
320 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
321 switch-to-buffer.
322
323 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
324 Deleted.
325
5eba16a3
JB
3262011-07-14 Juanma Barranquero <lekktu@gmail.com>
327
328 * follow.el (follow-debug-message, follow-redisplay):
329 * jka-cmpr-hook.el (with-auto-compression-mode):
330 Fix typos in docstrings.
331
15853710
LMI
3322011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
333
a28e4607
LMI
334 * subr.el (with-silent-modifications): Clarify somewhat what the
335 macro inhibits (bug#6525).
336
15853710
LMI
337 * simple.el (eval-expression): Note what it does if called
338 interactively (bug#6495).
339
bee0fcef
CY
3402011-07-13 Chong Yidong <cyd@stupidchicken.com>
341
342 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW. Use
343 pop-to-buffer buffer-or-name if it is nil.
344
345 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
346 Remove switch-to-buffer.
347
58274504
LMI
3482011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
349
bd2fcc8d
LMI
350 * files.el (make-directory): Clarify that an error will be raised
351 if there's an error (bug#6397).
352
0f04b32c
LMI
353 * startup.el (initial-buffer-choice): Add `none' as a choice
354 (bug#6234).
355
465c5fc8
LMI
356 * subr.el (add-hook): Clarify section about buffer-local hooks
357 (bug#6218).
358
58274504
LMI
359 * dired.el (dired-flagged): Clarify doc string (bug#6117).
360
bead9a43
JB
3612011-07-13 Juanma Barranquero <lekktu@gmail.com>
362
363 * tabify.el (untabify): Preserve the current column so that point
364 doesn't move (bug#6032).
365
3af98a7b
LMI
3662011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
367
368 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock): Rewrite
369 to avoid awkward possessive "s" (bug#5986).
370
6240145a
GM
3712011-07-13 Glenn Morris <rgm@gnu.org>
372
373 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
374 (dired-insert-directory): Give a message the first time
375 if ls is found not to support --dired.
376
1d8c2ccc
LMI
3772011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
378
379 * simple.el (toggle-truncate-lines): Clarify what is toggled
380 (bug#5580). Text by Drew Adams.
381
5fc4038e
CY
3822011-07-13 Chong Yidong <cyd@stupidchicken.com>
383
384 * simple.el (blink-matching-open): Make the error message from the
385 last change less verbose.
386
bf6012e5
DN
3872011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
388
389 * font-lock.el (font-lock-comment-face): Use the high contrast
390 "yellow" color for font-lock-comment-face on low color terminals
391 using a dark background color (bug#4221).
392
343c3b5a
LMI
3932011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
394
7e9505c5
LMI
395 * dired.el (dired-insert-set-properties): Make the doc string
396 reflect what it does now (bug#5325).
397
c26fdcf5
LMI
398 * simple.el (blink-matching-open): Say that we were unable to find
399 the match within the limit, if we're limited (bug#5122).
400
bb388cc5
LMI
401 * international/mule-cmds.el (prefer-coding-system): Add an
402 example (bug#4869).
403
343c3b5a
LMI
404 * progmodes/etags.el (tags-search): Document `file-list-form'
405 (bug#4731).
406
2a517d45
LM
4072011-07-13 Lawrence Mitchell <wence@gmx.li>
408
409 * net/browse-url.el (browse-url-default-browser)
410 (browse-url-browser-function): Make the default browser choice a
411 bit more logical (bug#4300). Also clean up the doc string.
412
b6c78ef2
JB
4132011-07-13 Juanma Barranquero <lekktu@gmail.com>
414
415 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
416 binary endings (bug#4440).
417
1c4dd947
LMI
4182011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
419
a2014063
LMI
420 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
421 which can be pretty annoying (bug#8971).
422
9c9c2d88
LMI
423 * jka-compr.el (jka-compr-verbose): New variable, and use
424 throughout (bug#8971).
425
1c4dd947
LMI
426 * info.el (Info-find-file): Fall back on the installation
427 directory if we can't find the info node anywhere else.
428
a1c9f41b
SO
4292011-07-13 Sergei Organov <osv@javad.com> (tiny change)
430
431 * vc/vc.el (vc-revert-file):
432 Don't set file time-stamp in the past. (Bug#5181)
433
536f3d36
LMI
4342011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
435
7152b011
LMI
436 * files.el (after-find-file): Give a better error message when
437 trying to find a symlink that points to a file that doesn't exist
438 (bug#4398).
439
536f3d36
LMI
440 * progmodes/cc-vars.el: Remove (probably) misleading comment
441 (bug#4396).
442
460c0fba
JB
4432011-07-12 Johan Bockgård <bojohan@gnu.org>
444
445 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
446
7a6bda45
CY
4472011-07-12 Chong Yidong <cyd@stupidchicken.com>
448
449 * mouse-sel.el: Hack restoring functionality, while keeping
450 compatibility with 2010-07-03 changes to mouse selection.
451 (mouse-sel-primary-overlay): New var.
452 (mouse-sel-selection-alist): Use it.
453 (mouse-sel-mode): Doc fix; remove points that are default features
454 of mouse.el.
455
c79598ef
JB
4562011-07-12 Johan Bockgård <bojohan@gnu.org>
457
458 * progmodes/compile.el (compilation-error-regexp-alist-alist):
459 Fix previous fix (bug#2490).
460
ff8be6ef
RW
4612011-07-12 Roland Winkler <winkler@gnu.org>
462
463 * textmodes/bibtex.el (bibtex-initialize): Use
464 pop-to-buffer-same-window.
465 (bibtex-search-entries): Fix interactive call.
466
296ba3ee
LMI
4672011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
468
f5242a02
LMI
469 * progmodes/compile.el (compilation-error-regexp-alist-alist):
470 Fontise bytecomp Error lines more correctly (bug#2490). Fix
471 suggested by Johan Bockgård.
472
296ba3ee
LMI
473 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
474
475 * dired-x.el (dired-guess-default): Use `delete-dups'.
476
f69fd0d2
CY
4772011-07-12 Chong Yidong <cyd@stupidchicken.com>
478
479 * dired.el (dired-mark-prompt):
480 * dired-aux.el (dired-read-shell-command): Doc fix.
481
eab5dc07
LMI
4822011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
483
9988520a
LMI
484 * mail/sendmail.el (sendmail-query-once): Use
485 `customize-save-variable' unconditionally, now that it works under
486 emacs -Q.
487
488 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
489
eab5dc07
LMI
490 * cus-edit.el (custom-file): Take an optional no-error variable.
491 (customize-save-variable): Set the variable, and give a warning if
492 running under "emacs -q".
493
a1e65d42
JB
4942011-07-11 Juanma Barranquero <lekktu@gmail.com>
495
496 * loadhist.el (unload-feature-special-hooks):
497 Add `auto-coding-functions', `fill-nobreak-predicate' and
498 `find-directory-functions' (bug#5327).
499
1d52da10
LMI
5002011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
501
be958f1d
LMI
502 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
503
5bedb26c
LMI
504 * cus-edit.el (custom-guess-name-alist): -alist variables should
505 use the `alist' type (bug#3120). Suggested by Drew Adams.
506
1d52da10
LMI
507 * printing.el: Add documentation to all the `pr-toggle-' commands.
508
481a51b6
LL
5092011-07-11 Leo <sdl.web@gmail.com> (tiny change)
510
511 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
512 backends where it makes sense (bug#2623).
513
dcc88d8a
LMI
5142011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
515
c3de9feb
LMI
516 * dired-x.el (dired-guess-default): Remove duplicate shell command
517 entries (bug#2028).
8a93078b 518 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 519 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 520
dcc88d8a
LMI
521 * subr.el (remove-duplicates): New conveniency function.
522
505e3645
LMI
5232011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
524
525 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
526 (bug#1526).
527
5282011-07-10 Martin Rudalics <rudalics@gmx.at>
529
530 * window.el (display-buffer-normalize-default): Don't invert
531 meaning of even-window-heights. Reported by Eli Zaretskii
532 <eliz@gnu.org>.
533
455e4fa1
BR
5342011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
535
536 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
537
8e0bc3e9
CY
5382011-07-10 Chong Yidong <cyd@stupidchicken.com>
539
540 * window.el (display-buffer): Fix arguments to
541 display-buffer-reuse-window in last change.
542
fa7c3228
CY
543 * faces.el (link): Use a less saturated blue on light backgrounds.
544
545 * startup.el (fancy-startup-text, fancy-about-text)
546 (fancy-startup-tail): Use font-lock faces, for background safety.
547
c0a7f300
BN
5482011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
549
550 * emulation/viper-cmd.el (viper-change-state-to-vi): Limit
551 triggering of abbrev expansion (Bug#9038).
552
4dc2a129
MR
5532011-07-09 Martin Rudalics <rudalics@gmx.at>
554
555 * window.el (display-buffer-default-specifiers): Remove.
556 (display-buffer-macro-specifiers): Remove default specifiers.
557 (display-buffer-alist): Default to nil.
558 (display-buffer-reuse-window): New optional argument
559 other-window.
560 (display-buffer-pop-up-window): Allow splitting internal
561 windows. Check whether a live window was created.
562 (display-buffer-other-window-means-other-frame)
563 (display-buffer-normalize-arguments): Rename to
564 display-buffer-normalize-argument and rewrite. Set the
565 other-window specifier.
566 (display-buffer-normalize-special): New function.
567 (display-buffer-normalize-options): Rename to
568 display-buffer-normalize-default and rewrite.
569 (display-buffer-normalize-options-inhibit): Remove.
570 (display-buffer-normalize-specifiers): Rewrite.
571 (display-buffer): Process other-window specifier and call
572 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
573 more faithfully.
574 (pop-up-windows, even-window-heights): Restore Emacs 23 default
575 values.
576 (display-buffer-alist-set): Don't handle 'unset default values.
577 (display-buffer-in-window, display-buffer-alist-set): Replace
578 symbol "dedicated" by "dedicate". Reported by Tassilo Horn
579 <tassilo@member.fsf.org>.
580
2d43b8c9
LL
5812011-07-09 Leo Liu <sdl.web@gmail.com>
582
583 * register.el (insert-register): Restore accidental change on
584 2011-06-26. (Bug#9028)
585
7f9b7c53
GM
5862011-07-09 Glenn Morris <rgm@gnu.org>
587
588 * subr.el (remq): Handle the empty list. (Bug#9024)
589
f042cfd8
AS
5902011-07-08 Andreas Schwab <schwab@linux-m68k.org>
591
592 * mail/sendmail.el (send-mail-function): No longer delay custom
593 initialization.
594 * custom.el (custom-initialize-delay): Doc fix.
595
856b2f11
SM
5962011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
599
afae1d68
MA
6002011-07-08 Michael Albinus <michael.albinus@gmx.de>
601
602 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
603 human-friendly prompt.
604
0757af94
SM
6052011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
608 provided by a particular plugin.
609
d760b731
LMI
6102011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
611
612 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
613 save customizations (with "emacs -Q"), just set the variable
614 instead of erroring out.
615
616 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
617
cd79ce90
JL
6182011-07-08 Juri Linkov <juri@jurta.org>
619
620 * arc-mode.el (archive-zip-expunge, archive-zip-update)
621 (archive-zip-update-case): Use 7z if found by `executable-find'.
622 The order of searching the available programs is the same as in
623 `archive-zip-extract' (bug#8968).
624
14cc04aa
CY
6252011-07-07 Chong Yidong <cyd@stupidchicken.com>
626
627 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
628 (menu-bar-options-menu): Tweak descriptions.
629
0a1848ec
LMI
6302011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
631
632 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
633 menu items into verb phrases (bug#1421). Also refill to fit under
634 80 columns.
635
f5bd0689
CY
6362011-07-07 Chong Yidong <cyd@stupidchicken.com>
637
538e85c6
CY
638 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
639 (Info-read-node-name): Doc fix (Bug#1084).
640
f5bd0689
CY
641 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
642 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
643 (end-of-sexp, beginning-of-sexp)
644 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
645 (forward-symbol, forward-same-syntax, word-at-point)
646 (sentence-at-point): Doc fix (Bug#1144).
647
56ec5115
LMI
6482011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
649
f3f8e37f
LMI
650 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
651 should cover it (bug#1281).
652
0757af94 653 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 654
12b9eb35
LMI
655 * net/network-stream.el (network-stream-open-starttls): If gnutls
656 negotiation fails, then possibly try again with a non-encrypted
657 connection (bug#9017).
658
56ec5115
LMI
659 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
660 be used.
661
c2f9aec8
RS
6622011-07-07 Richard Stallman <rms@gnu.org>
663
664 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
665 property, and handle its changed format.
666 Look for the correct line number.
667 Use file's line contents (but not past first =) to find
668 correct line in message.
669
ef7b981d 6702011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
671
672 * international/characters.el (build-unicode-category-table):
673 Delete it.
0757af94 674 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 675
0757af94 676 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
677 to src/chartab.c.
678 (get-char-code-property): Call unicode-property-table-internal to
679 load a file. Call get-unicode-property-internal where necessary.
680 (put-char-code-property): Call unicode-property-table-internal to
681 load a file. Call put-unicode-property-internal where necessary.
682 put-unicode-property-internal where necessary.
0757af94
SM
683 (char-code-property-description):
684 Call unicode-property-table-internal to load a file.
c805dec0
KH
685
686 * international/charprop.el:
687 * international/uni-bidi.el:
688 * international/uni-category.el:
689 * international/uni-combining.el:
690 * international/uni-comment.el:
691 * international/uni-decimal.el:
692 * international/uni-decomposition.el:
693 * international/uni-digit.el:
694 * international/uni-lowercase.el:
695 * international/uni-mirrored.el:
696 * international/uni-name.el:
697 * international/uni-numeric.el:
698 * international/uni-old-name.el:
699 * international/uni-titlecase.el:
700 * international/uni-uppercase.el: Regenerate.
701
702 * loadup.el: Load international/charprop.el before
703 international/characters.
704
e14b388a
CY
7052011-07-07 Chong Yidong <cyd@stupidchicken.com>
706
707 * window.el (next-buffer, previous-buffer): Signal an error if
708 called from a minibuffer window.
709
710 * bindings.el: Revert 2011-07-04 change.
711
354cf0ba
RS
7122011-07-06 Richard Stallman <rms@gnu.org>
713
714 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
715 (rmail-mime-insert-bulk, rmail-mime-insert-text):
716 Treat markers like ints.
717 (rmail-mime-entity): Doc fix.
718
a48868a7
LMI
7192011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
720
4906cd3d
LMI
721 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
722 defcustom again for backwards compatibility.
723
e0457abe
LMI
724 * simple.el (shell-command-on-region): Fill.
725
d67f7e1f
LMI
726 * dired-aux.el (dired-kill-line): Add a doc string.
727
fe204702
LMI
728 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
729 to "\\sw\\|\\s_" (bug#358).
730
a48868a7
LMI
731 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
732 (dired-unmark-backward): Ditto.
733 (dired-flag-backup-files): Ditto.
734
735 * dired-x.el (dired-mark-sexp): Ditto.
736
aa8a705c
RS
7372011-07-06 Richard Stallman <rms@gnu.org>
738
739 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
740 (rmail-mime-entity): New arg TRUNCATED.
741 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
742 New functions.
743 (rmail-mime-save): Warn if entity is truncated.
744 (rmail-mime-toggle-hidden): Likewise, for showing.
745 (rmail-mime-process-multipart): Record when an entity is truncated.
746
a9a936b9
RS
747 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
748 if ENTITY is a string.
749
1f2b92cb
LMI
7502011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
751
f4f73198 752 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
753 of faces when `M-C-x'-ing their definitions (bug#8378).
754 Also clean up the code slightly.
f4f73198 755
12b16734
LMI
756 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
757 because that makes the colours go away.
758
f0691d22
LMI
759 * mail/sendmail.el (send-mail-function): Change the default to
760 `sendmail-query-once'.
9e87df06 761 (sendmail-query-once): Add an autoload cookie.
f0691d22 762
1f2b92cb
LMI
763 * net/network-stream.el (network-stream-open-starttls): Try using
764 a plain connection even if the server offered STARTTLS, and we
765 kinda wanted to use it, if Emacs doesn't have any STARTTLS
766 capability. This should make smtpmail.el work in slightly more
767 configurations.
768
1cdd2a1b
MA
7692011-07-06 Michael Albinus <michael.albinus@gmx.de>
770
771 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
772 New defun.
773 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
774
fbcc67e2
MM
7752011-07-06 Michael R. Mauger <mmaug@yahoo.com>
776
777 * progmodes/sql.el: Version 3.0
0757af94 778 (sql-product-alist): Add product :completion-object,
fbcc67e2 779 :completion-column, and :statement attributes.
0757af94 780 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 781 (sql-mode-syntax-table): Mark all punctuation.
0757af94 782 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
783 ansi keywords.
784 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 785 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
786 (sql-oracle-show-reserved-words): New function for development.
787 (sql-product-font-lock): Simplify for source code buffers.
788 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
789 New functions.
790 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
791 (sql-mode-map): Add statement movement functions.
792 (sql-ansi-statement-starters, sql-oracle-statement-starters):
793 New variable.
fbcc67e2
MM
794 (sql-statement-regexp, sql-beginning-of-statement)
795 (sql-end-of-statement, sql-signum): New functions.
0757af94 796 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
797 (sql-show-sqli-buffer): Bug fix.
798 (sql-interactive-mode): Store connection data as buffer local.
0757af94 799 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
800 with sql-interactive-mode.
801 (sql-save-connection): Save buffer local settings.
0757af94 802 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
803 (sql-product-interactive): Bug fix.
804 (sql-preoutput-hold): New variable.
805 (sql-interactive-remove-continuation-prompt): Bug fixes.
806 (sql-debug-redirect): New variable.
807 (sql-str-literal): New function.
808 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 809 Redesign.
fbcc67e2
MM
810 (sql-oracle-save-settings, sql-oracle-restore-settings)
811 (sql-oracle-list-all, sql-oracle-list-table): New functions.
812 (sql-completion-object, sql-completion-column)
813 (sql-completion-sqlbuf): New variables.
814 (sql-build-completions-1, sql-build-completions)
815 (sql-try-completion): New functions.
816 (sql-read-table-name): Use them.
817 (sql-contains-names): New buffer local variable.
818 (sql-list-all, sql-list-table): Use it.
819 (sql-oracle-completion-types): New variable.
820 (sql-oracle-completion-object, sql-sqlite-completion-object)
821 (sql-postgres-completion-object): New functions.
822
d4eaeab1
GM
8232011-07-06 Glenn Morris <rgm@gnu.org>
824
825 * window.el (pop-to-buffer): Doc fix.
826
322b7dab 8272011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
828
829 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
830
322b7dab 8312011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 832
322b7dab 833 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 834
322b7dab 835 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 836
605dd5bf
CY
8372011-07-05 Chong Yidong <cyd@stupidchicken.com>
838
839 * button.el (button): Inherit from link face. Suggested by Dan
840 Nicolaescu.
841
7dbfa719
SM
8422011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
843
3db614b0
SM
844 * progmodes/gdb-mi.el: Fit in 80 columns.
845 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
846 switch-to-buffer.
847
7dbfa719
SM
848 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
849 if imenu is simply not configured (bug#8941).
850
919d884a
KM
8512011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
852
853 * allout.el (allout-post-undo-hook): New allout outline-change
854 event hook to signal undo activity.
855 (allout-post-command-business): Run allout-post-undo-hook if an
856 undo just occurred.
7dbfa719
SM
857 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
858 * allout-widgets.el (allout-widgets-after-undo-function):
859 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
860 in the vicinity of an undo.
861 (allout-widgets-mode): Include allout-widgets-after-undo-function
862 on the new allout-post-undo-hook.
863
450a0f09
SM
8642011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
867 Let define-derived-mode define it.
868 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
869 cycles of abbrev-table inheritance (bug#8998).
870
2de69e00
RW
8712011-07-05 Roland Winkler <winkler@gnu.org>
872
873 * textmodes/bibtex.el: Add support for biblatex.
874 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
875 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
876 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
877 (bibtex-entry-alist, bibtex-field-alist): New variables.
878 (bibtex-entry-field-alist): Obsolete alias for
879 bibtex-BibTeX-entry-alist.
880 (bibtex-entry-alist, bibtex-field-alist): New widgets.
881 (bibtex-set-dialect): New command.
882 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
883 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
884 Bind via bibtex-set-dialect.
2de69e00
RW
885 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
886 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
887 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
888 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
889 Define via bibtex-set-dialect.
450a0f09
SM
890 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
891 Obey bibtex-no-opt-remove-re.
2de69e00
RW
892 (bibtex-vec-push, bibtex-vec-incr): New functions.
893 (bibtex-format-entry, bibtex-field-list)
894 (bibtex-print-help-message, bibtex-validate)
895 (bibtex-search-entries): Use new format of bibtex-entry-alist.
896
2dcdbdd9
SM
8972011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * progmodes/compile.el (compilation-goto-locus):
900 * net/tramp-cmds.el (tramp-append-tramp-buffers):
901 * bs.el (bs-cycle-next, bs-cycle-previous):
902 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
903 * bindings.el (mode-line-other-buffer):
904 * autoinsert.el (auto-insert):
905 * arc-mode.el (archive-extract):
906 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
907
b27640fe
JB
9082011-07-05 Juanma Barranquero <lekktu@gmail.com>
909
910 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
911 Fix check of `emacs-lock-unlockable-modes'.
912 Coerce true values of `emacs-lock--try-unlocking' to t.
913
53bbe3ad
JB
9142011-07-05 Juanma Barranquero <lekktu@gmail.com>
915
916 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
917 * emacs-lock.el: New file.
918
1d3cdbc7
JD
9192011-07-05 Julien Danjou <julien@danjou.info>
920
921 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
922 than `boundp' to check if face is set.
923
9173deec
JB
9242011-07-05 Juanma Barranquero <lekktu@gmail.com>
925
926 * register.el (registerv-make):
927 * window.el (window-min-height): Fix typos in docstrings.
928
869795d6
JD
9292011-07-05 Jan Djärv <jan.h.d@swipnet.se>
930
9173deec 931 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
932 Update doc string.
933
b768cdcd
JB
9342011-07-04 Juanma Barranquero <lekktu@gmail.com>
935
936 * server.el (server-execute): Catch quit and call
937 `server-return-error' to pass the error back to emacsclient and
938 close the connection (bug#8942).
939
13aa217b
KM
9402011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
941
942 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
943 insecure exception for current topic. Also note that auto-saves
944 are handled differently.
945
946 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
947 State variables for tracking auto-save inhibition situation.
948
949 (allout-write-contents-hook-handler): Rename from
950 'allout-write-file-hook-handler', and describe how it depends on
951 write-contents-functions sensitivity to non-nil value to prevent
952 file write.
953
954 (allout-auto-save-hook-handler): Remove. auto-save does not check
955 this in individual buffers, only in the starting buffer, so this
956 is not the right way for us to inhibit auto-save in a buffer
957 according to its condition.
958
959 (allout-mode): Use new allout-write-contents-hook-handler, and
960 only with write-contents-functions. Remove auto-save provisions -
961 they're implemented elsewhere.
962
963 (allout-before-change-handler): If undo is in progress, note that
964 for attention of allout-post-command-business.
965
966 (allout-post-command-business): If the command we're following was
967 an undo, check for change in the status of encrypted items and
968 adjust auto-save inhibitions accordingly.
969
970 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
971 according to whether there are or aren't any plain-text topics
972 pending encryption.
973
2dcdbdd9
SM
974 (allout-inhibit-auto-save-info-for-decryption):
975 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
13aa217b
KM
976 there are plain-text topics pending encryption.
977
978 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
979 buffer-saved-size and some allout state to not inhibit auto-saves
980 if there are no longer any plain-text topics pending encryption.
981
0757af94
SM
982 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
983 No longer provide for exemption of the current topic.
13aa217b 984
ac89b32c
JL
9852011-07-04 Juri Linkov <juri@jurta.org>
986
987 Add 7z operations to delete and save changed members (bug#8968).
988 * arc-mode.el (archive-7z-expunge, archive-7z-update):
989 New defcustoms.
990 (archive-7z-write-file-member): New function.
991 (archive-7z-summarize): Fix the number of dashes in the
992 listing output.
993
8fa39615
SM
9942011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
997 (bug#8958).
998
2f11b3f1
CY
9992011-07-04 Chong Yidong <cyd@stupidchicken.com>
1000
d66fef2b
CY
1001 * bindings.el: Ignore next-buffer and previous-buffer in
1002 minibuffer-local-map.
1003
2f11b3f1
CY
1004 * font-lock.el (font-lock-builtin-face): Change light background
1005 color to dark slate blue (Bug#6693).
1006
f932a347
WD
10072011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1008
1009 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
1010
c8af70e1
SM
10112011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
1014 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1015 Add switch-to-buffer.
1016
f158badc
LMI
10172011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1018
1019 * isearch.el (isearch-search-fun-function): Clarify further the
1020 meaning of the function returned.
1021
6d95bd46
MA
10222011-07-04 Michael Albinus <michael.albinus@gmx.de>
1023
1024 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
1025
1026 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
1027 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
1028 Use it.
1029 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
1030 `tramp-default-remote-path' does not exist.
1031 (tramp-send-command-and-read): New optional argument NOERROR.
1032 (tramp-open-connection-setup-interactive-shell)
1033 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
1034 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
1035 (tramp-process-sentinel): Flush also process' connection property.
1036 (tramp-sh-handle-start-file-process): Do not set process
1037 sentinel. It is done now ...
1038 (tramp-maybe-open-connection): ... here. (Bug#8929)
1039
909e6b67
MK
10402011-07-04 MON KEY <monkey@sandpframing.com>
1041
1042 * play/animate.el (animate-string): Doc fixes and allow changing
1043 the buffer name (bug#5417).
1044
10452011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1046
c8af70e1 1047 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 1048
f34755dc
PE
10492011-07-04 Paul Eggert <eggert@cs.ucla.edu>
1050
396cec72
PE
1051 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
1052 This is simpler and helps future-proof the code.
1053 (timer-until): Use time-subtract and float-time.
08235028 1054 (timer--time-less-p): Use time-less-p.
f34755dc 1055
56e6cc31
JB
10562011-07-04 Juanma Barranquero <lekktu@gmail.com>
1057
3abb79e5
JB
1058 * type-break.el (timep): Use the value of `float-time' to avoid a
1059 byte-compiler warning.
1060
56e6cc31
JB
1061 * server.el (server-eval-and-print): Return any result, even nil.
1062
7b9430b4
PE
10632011-07-03 Paul Eggert <eggert@cs.ucla.edu>
1064
1065 * type-break.el: Accept time formats that the builtins accept.
1066 (timep, type-break-time-difference): Accept any format that
1067 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
1068 This is simpler and helps future-proof the code.
1069 (type-break-time-difference): Round rather than ignoring
1070 subseconds components.
1071
3034e9e7
LMI
10722011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1073
1074 * info.el (Info-apropos-matches): Make non-interactive, since it
1075 doesn't seem to do anything useful as a command (bug#8829).
1076
1485f4c0
CY
10772011-07-03 Chong Yidong <cyd@stupidchicken.com>
1078
1079 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 1080 Move from faces.el.
1485f4c0
CY
1081 (frame-default-terminal-background): New function.
1082
1083 * custom.el (custom-push-theme): Don't record faces in `changed'
1084 theme; this doesn't work correctly for per-frame face settings.
1085 (disable-theme): Use face-set-after-frame-default to reset faces.
1086 (custom--frame-color-default): New function.
1087
9fa3dd45
LMI
10882011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1089
c8af70e1 1090 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
1091 (bug#8769).
1092
6cbbc20c
KR
10932011-03-29 Kevin Ryde <user42@zip.com.au>
1094
1095 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1096 `perl-Test2' extend to match possible "fail #N" rep count
1097 (bug#8377).
1098
c7f98048
LMI
10992011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1100
65676592
LMI
1101 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
1102 `smtpmail-via-smtp' now returns the error instead of nil.
1103
c7f98048
LMI
1104 * isearch.el (isearch-search-fun-function): Clarify the doc string
1105 (bug#8101).
1106
56e6cc31 11072011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
1108
1109 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
1110 unnecessary spaces (bug#8987).
1111
2b216704
LMI
11122011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1113
1114 * net/network-stream.el (open-network-stream): Use the
1115 :end-of-capability command thoughout.
1116
11172011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1118
1119 * net/network-stream.el (open-network-stream): Add the
1120 :end-of-capability command parameter, used by pop3.el.
1121
36adf6ce
LMI
11222011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1123
1ca0da0e
LMI
1124 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
1125
fc00f69c
LMI
1126 * fringe.el (fringe-query-style): Remove redundant text " (type ?
1127 for list)" (bug#6475).
1128
28fd8759
LMI
1129 * files.el (file-expand-wildcards): Ignore non-readable
1130 sub-directories while trying to find matches instead of signalling
1131 an error (bug#6297).
1132
0dd8b6da
LMI
1133 * man.el (Man-reference-regexp): Allow matching possible
1134 word-wrapped references (bug#6289).
1135
ce1438d6
LMI
1136 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
1137 for consistency with the other vc buffers (bug#6197).
1138 (vc-checkin): Ditto.
1139
1140 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
1141
36adf6ce
LMI
1142 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
1143
e83cc1f7
LMI
11442011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1145
8a20ca4c
LMI
1146 * custom.el (defcustom): Clarify that :set is only used in the
1147 Customize user interface (bug#6089).
1148
83319045
LMI
1149 * progmodes/flymake.el (flymake-mode): If the buffer isn't
1150 associated with a file, refuse to run instead of erroring out
1151 (bug#6084).
1152
a8392169
LMI
1153 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
1154 the doc string, since it appears that using `fill-column' always
1155 controls the width (bug#7845).
1156
e83cc1f7
LMI
1157 * simple.el (shell-command-on-region): Say where the error output
1158 went if `shell-command-default-error-buffer' is set (bug#6857).
1159
e47ca23b
KM
11602011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
1161
1162 * allout.el (allout-yank-processing): Adjust cursor position for
1163 backwards-deleted space.
1164
1165 (allout-rebullet-heading): Register changes with
1166 allout-exposure-changed-hook, so the modified topic is properly
1167 decorated.
1168
5cf56143
LMI
11692011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1170
08549772
LMI
1171 * minibuffer.el (completion-in-region): Document PREDICATE
1172 (bug#7136).
1173
48e96771
LMI
1174 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
1175 of keyword/argument pairs (bug#6904).
1176
c8af70e1
SM
1177 * replace.el (multi-occur):
1178 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 1179
e17d05e2
LMI
11802011-07-02 Drew Adams <drew.adams@oracle.com>
1181
1182 * dired.el (dired-mark-if): Make the message about whether it's
1183 marking or unmarking clearer (bug#8523).
1184
063b0e45
LMI
11852011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1186
1187 * disp-table.el (display-table-print-array): New function.
1188 (describe-display-table): Use it to print the vectors more pretty
1189 (Bug#8859).
1190
28545e04
MR
11912011-07-02 Martin Rudalics <rudalics@gmx.at>
1192
1193 * window.el (window-state-get-1): Don't assign clone numbers.
1194 Add clone-of item to list of window parameters.
1195 (window-state-put-2): Don't process clone numbers.
1196 (display-buffer-alist): Fix doc-string.
1197
3349e122
SM
11982011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * subr.el (remq): Don't allocate if it's not needed.
1201 (keymap--menu-item-binding, keymap--menu-item-with-binding)
1202 (keymap--merge-bindings): New functions.
1203 (keymap-canonicalize): Use them to refine the canonicalization.
1204 * minibuffer.el (minibuffer-local-completion-map)
1205 (minibuffer-local-must-match-map): Move initialization from C.
1206 (minibuffer-local-filename-completion-map): Move initialization from C;
1207 don't inherit from anything here.
1208 (minibuffer-local-filename-must-match-map): Make obsolete.
1209 (completing-read-default): Use make-composed-keymap to combine
1210 minibuffer-local-filename-completion-map with either
1211 minibuffer-local-must-match-map or
1212 minibuffer-local-filename-completion-map.
1213
d224ac83
GM
12142011-07-01 Glenn Morris <rgm@gnu.org>
1215
3de63bf8
GM
1216 * type-break.el (type-break-time-sum): Use dolist.
1217
d224ac83
GM
1218 * textmodes/flyspell.el (flyspell-word-search-backward):
1219 Replace CL function.
1220
1a1e3f32
SM
12212011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1222
fe3f64d5
SM
1223 * mouse.el (mouse--strip-first-event): New function.
1224 (function-key-map): Use it to map fringe clicks to normal clicks
1225 by default.
1226
eb604e34
SM
1227 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
1228 (vc-bzr-revision-completion-table): Add support for annotate and date.
1229
1a1e3f32
SM
1230 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
1231 inherit from parent.
1232
5bd35902
LMI
12332011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1234
ace6c69c 1235 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 1236 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 1237
191e2bed
LMI
1238 * dired.el (dired-mode): Fix up the doc string as suggested by
1239 Drew Adams (bug#8817).
1240
5bd35902
LMI
1241 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
1242 cookie, since the manual says that it should be possible to add
1243 this function to `find-file-hook' (bug#8709).
1244
eee8207a
TZ
12452011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
1246
1247 * progmodes/cfengine.el: Moved all cfengine3.el functionality
1248 here. Noted Ted Zlatanov as the maintainer.
1249 (cfengine-common-settings, cfengine-common-syntax): New functions
1250 to set up common things between `cfengine-mode' and
1251 `cfengine3-mode'.
1252 (cfengine3-mode): New mode.
1253 (cfengine3-defuns cfengine3-defuns-regex
1254 (cfengine3-class-selector-regex cfengine3-category-regex)
1255 (cfengine3-vartypes cfengine3-font-lock-keywords)
1256 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 1257 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 1258
36b148cf
MA
12592011-07-01 Michael Albinus <michael.albinus@gmx.de>
1260
1261 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
1262
1263 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
1264
0bf4ba9a
MR
12652011-07-01 Martin Rudalics <rudalics@gmx.at>
1266
1267 * window.el (same-window-buffer-names, same-window-regexps)
1268 (same-window-p, special-display-frame-alist)
1269 (special-display-popup-frame, special-display-function)
1270 (special-display-buffer-names, special-display-regexps)
1271 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
1272 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
1273 (split-window-preferred-function, split-height-threshold)
1274 (split-width-threshold, even-window-heights)
1275 (display-buffer-mark-dedicated, window-splittable-p)
1276 (split-window-sensibly, window-safely-shrinkable-p):
1277 Un-obsolete.
1278 (display-buffer): Don't spread args with function specifier
1279 because special-display-popup-frame won't like it.
1280
35837f51
PE
12812011-07-01 Paul Eggert <eggert@cs.ucla.edu>
1282
d0672f86
PE
1283 Time-stamp simplifications and fixes.
1284 These improve accuracy slightly, and future-proof the code
1285 against some potential changes to current-time format.
1286
b9444d97
PE
1287 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
1288 by using time-since and float-time.
1289
0ef923dc
PE
1290 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
1291 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
1292 + NNN microseconds".
1293
2f81380d
PE
1294 * type-break.el (type-break-time-sum): Rewrite using time-add.
1295
845b5c3e
PE
1296 * play/hanoi.el (hanoi-current-time-float): Remove.
1297 All uses replaced by float-time.
1298
ee6f1be0
PE
1299 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
1300 This yields a more-accurate answer.
1301 (rng-time-to-float): Remove; no longer needed.
1302
fe955043
PE
1303 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
1304
5777162a
PE
1305 * calendar/timeclock.el (timeclock-seconds-to-time):
1306 Defalias to seconds-to-time, since they're the same thing.
1307
3103f8b6 1308 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 1309 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
1310 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
1311
0e61a35f
SM
13122011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1313
1314 * window.el (bury-buffer): Don't iconify the only frame.
1315 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
1316 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
1317
ddd63a1e
CY
13182011-07-01 Chong Yidong <cyd@stupidchicken.com>
1319
0e61a35f
SM
1320 * eshell/em-smart.el (eshell-smart-display-navigate-list):
1321 Add mouse-yank-primary.
ddd63a1e 1322
055f4923
TZ
13232011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
1324
1325 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
1326
6a2fb145
SM
13272011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1328
1329 * emacs-lisp/find-func.el (find-library--load-name): New fun.
1330 (find-library-name): Use it to find relative load names when provided
1331 absolute file name (bug#8803).
1332
fd4983f2
LMI
13332011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1334
887d14ad
LMI
1335 * textmodes/flyspell.el (flyspell-word): Consider words that
1336 differ only in case as potential doublons (bug#5687).
1337
c53dc7fc
LMI
1338 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
1339 Remove two rather uninteresting debugging-like messages to make
1340 debbugs.el more silent.
1341
fd4983f2
LMI
1342 * comint.el (comint-password-prompt-regexp): Accept "Response" as
1343 a password-like phrase.
1344
b14c0c55
AM
13452011-06-30 Mastake YAMATO <yamato@redhat.com>
1346
1347 * progmodes/cc-guess.el: New file.
1348
6a2fb145 1349 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
1350
1351 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
1352 derived from `c-basic-common-init'.
1353
1354 * progmodes/cc-mode.el (top-level): Require cc-guess.
1355 (c-basic-common-init): Use `cc-choose-style-for-mode'.
1356
1fa280a3
LM
13572011-06-30 Lawrence Mitchell <wence@gmx.li>
1358
1359 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
1360
e6597158
AM
13612011-06-30 Alan Mackenzie <acm@muc.de>
1362
1fa280a3
LM
1363 * progmodes/cc-engine.el (c-guess-continued-construct):
1364 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
1365 lock is disabled. Name this case as "CASE G".
1366
68ba37fb
KM
13672011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
1368
1369 * allout.el (allout-yank-processing): Fix injection of extra space
1370 between bullet and non-whitespace character in first topic when
1371 pasting, ensuring that the actual spacing in the pasted topic
1372 following the bullet char is preserved. This extra space was
1373 causing pasted encrypted topics to get a decrypted status even
1374 when the content was actually still encrypted. Now the decryption
1375 status from before the paste is preserved.
1376
1377 (allout-flag-region): Set all allout overlays so they evaporate
1378 when reduced to zero length (evanescent), to prevent overlay
1379 leakage.
1380
887a0b34
GM
13812011-06-30 Glenn Morris <rgm@gnu.org>
1382
94b9acce
GM
1383 * w32-fns.el (w32-charset-info-alist): Declare.
1384
1d9b46d4
GM
1385 * find-dired.el (find-grep-options): Simplify.
1386
cc232200
GM
1387 * term/ns-win.el (ns-set-resource): Declare.
1388
28e77c46
GM
1389 * ses.el (row, col): Declare dynamic variables honestly.
1390
887a0b34
GM
1391 * textmodes/reftex-parse.el (index-tags): Declare.
1392
658d8eb8
CY
13932011-06-30 Chong Yidong <cyd@stupidchicken.com>
1394
1395 * cus-edit.el (customize-push-and-save): New function.
1396
1397 * files.el (hack-local-variables-confirm): Use it.
1398
1fa280a3
LM
1399 * custom.el (load-theme): New arg NO-CONFIRM.
1400 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
1401 (custom-enabled-themes): Doc fix.
1402
1403 * cus-theme.el (customize-create-theme)
1404 (custom-theme-merge-theme): Callers to load-theme changed.
1405
bb617717
LMI
14062011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1407
d61bdd5d
LMI
1408 * thingatpt.el (thing-at-point-short-url-regexp): Require that
1409 short URLs have at least one dot in them (bug #7614).
1410
bb617717
LMI
1411 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
1412 nil, because using a pty is apparently too slow (bug #895).
1413
2f31f37a
LMI
14142011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1415
1416 * mail/sendmail.el (sendmail-query-once): New function.
1417 (sendmail-query-once-function): New variable.
1418
3076b24e
GM
14192011-06-29 Glenn Morris <rgm@gnu.org>
1420
faf2a174
GM
1421 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
1422
3076b24e
GM
1423 * ses.el (top-level): Require cl when compiling.
1424 (ses-set-localvars): Fix error statement.
1425 Call it at compile time to silence a storm of warnings.
1426
5386012d
MR
14272011-06-29 Martin Rudalics <rudalics@gmx.at>
1428
1429 * window.el (normalize-live-buffer): Rename to
1430 window-normalize-buffer.
1431 (normalize-live-frame): Rename to window-normalize-frame.
1432 (normalize-any-window): Rename to window-normalize-any-window.
1433 (normalize-live-window): Rename to window-normalize-live-window.
1434 (make-window-atom): Rename to window-make-atom.
1435 (window-resize-reset): Rename to window--resize-reset.
1436 (window-resize-reset-1): Rename to window--resize-reset-1.
1437 (resize-mini-window): Rename to window--resize-mini-window.
1438 (resize-subwindows-skip-p): Rename to
1439 window--resize-subwindows-skip-p.
1440 (resize-subwindows-normal): Rename to
1441 window--resize-subwindows-normal.
1442 (resize-subwindows): Rename to window--resize-subwindows.
1443 (resize-other-windows): Rename to window--resize-siblings.
1444 (resize-this-window): Rename to window--resize-this-window.
1445 (resize-root-window): Rename to window--resize-root-window.
1446 (resize-root-window-vertically): Rename to
1447 window--resize-root-window-vertically.
1448 (normalize-buffer-to-display): Rename to
1449 window-normalize-buffer-to-display.
1450 (normalize-buffer-to-switch-to): Rename to
1451 window-normalize-buffer-to-switch-to.
1452 Correspondingly update all callers of the functions listed
1453 above.
1454 (display-buffer-alist, display-buffer-normalize-arguments)
1455 (display-buffer-normalize-options, display-buffer)
1456 (display-buffer-alist-set): Use "function" instead of
1457 "fun-with-args".
1458
1176868d
CY
14592011-06-28 Chong Yidong <cyd@stupidchicken.com>
1460
1461 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
1462 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
1463 debbugs.gnu.org. Mention acknowledgment email.
1464
20a7a65f
LMI
14652011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1466
1467 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
1468 buffer multibyteness, since it shouldn't matter.
1469
5f45cca5
MR
14702011-06-28 Martin Rudalics <rudalics@gmx.at>
1471
1472 * window.el (display-buffer-in-side-window): Handle dedicated
1473 windows as in display-buffer-reuse-window.
1474 (display-buffer-normalize-alist): Use value of override
1475 specifier.
1476 (display-buffer-normalize-specifiers): Use value of
1477 other-window-means-other-frame specifier.
1478 (display-buffer-alist): Rewrite some texts in widgets.
1479 (display-buffer): Spread arguments when calling function
1480 specified by fun-with-args.
1481
ad85fe1f
DD
14822011-06-28 Deniz Dogan <deniz@dogan.se>
1483
1fa280a3
LM
1484 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1485 Unnest `let'.
da68c4c8 1486
ad85fe1f
DD
1487 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
1488 selectors (Bug#5732).
ec49bd31 1489 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 1490
a08cc025
JA
14912011-06-27 Jari Aalto <jari.aalto@cante.net>
1492
1493 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
1494 (eshell-ls-date-format): New defcustom.
1495 (eshell-ls-file): Use it.
1496
e2b551c5
SM
14972011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1498
1499 * help-fns.el (describe-variable): Fix message for terminal-local vars.
1500
8982b231
KY
15012011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
1502
1503 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
1504 (ange-ftp-make-tmp-name): New arg.
1505 (ange-ftp-file-local-copy): Use it.
1506
36c9fa27
J
15072011-06-27 Jambunathan K <kjambunathan@gmail.com>
1508
1509 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
1510 no-conversion (Bug#8870).
1511
d68443dc
MR
15122011-06-27 Martin Rudalics <rudalics@gmx.at>
1513
1514 * window.el (window-right, window-left, window-child)
1515 (window-child-count, window-last-child)
1516 (window-iso-combination-p, walk-window-tree-1)
1517 (window-atom-check-1, window-tree-1, delete-window)
1518 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
1519 new naming conventions - window-vchild, window-hchild,
1520 window-next and window-prev are now called window-top-child,
1521 window-left-child, window-next-sibling and window-prev-sibling
1522 respectively.
d615d6d2
MR
1523 (resize-window-reset): Rename to window-resize-reset.
1524 (resize-window-reset-1): Rename to window-resize-reset-1.
1525 (resize-window): Rename to window-resize.
1526 (window-min-height, window-min-width)
1527 (resize-mini-window, resize-this-window, resize-root-window)
1528 (resize-root-window-vertically, adjust-window-trailing-edge)
1529 (enlarge-window, shrink-window, maximize-window)
1530 (minimize-window, delete-window, quit-restore-window)
1531 (split-window, balance-windows, balance-windows-area-adjust)
1532 (balance-windows-area, window-state-put-2)
1533 (display-buffer-even-window-sizes, display-buffer-set-height)
1534 (display-buffer-set-width, set-window-text-height)
1535 (fit-window-to-buffer): Rename all "resize-window" prefixed
1536 calls to use the "window-resize" prefix convention.
1537 (display-buffer-alist): Fix symbol for label specifier.
1538 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
1539 corresponding specifier.
1540 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 1541
b6458526
VB
15422011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
1543
1544 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
1545 convention.
1546 (ses-call-printer): Does not pass an empty string to formatter when the
1547 cell is empty to keep from barking printer Calc math-format-value.
1548
d31fd9ac
RS
15492011-06-27 Richard Stallman <rms@gnu.org>
1550
43d5bf84
RS
1551 * battery.el (battery-mode-line-limit): New variable.
1552 (battery-update): Handle it.
1553
d31fd9ac
RS
1554 * mail/rmailmm.el (rmail-mime-process-multipart):
1555 Handle truncated messages.
1556
819a6054
GM
15572011-06-27 Glenn Morris <rgm@gnu.org>
1558
1559 * progmodes/flymake.el (flymake-err-line-patterns):
1560 Allow for column numbers in the ant/javac pattern. (Bug#8866)
1561
cedc73f2
VB
15622011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
1563
819a6054 1564 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
1565 (ses--clean-!, ses--clean-_): New functions.
1566 (ses-range): Add configurability of readout order, and conversion
1567 to Calc vector.
1568
5e5d49b6
VB
1569 * ses.el (ses-repair-cell-reference-all): New function.
1570 (ses-cell-symbol): Set macro as safe, so that it can be used in
1571 formulas.
1572
56e6cc31 1573 * ses.el: Update cycle detection algorithm.
90ca8b49 1574 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 1575 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
1576 (ses-set-localvars): New function.
1577 (ses-make-cell): Add property-list as a cell element.
1578 (ses-cell-property-get-fun, ses-cell-property-get)
1579 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
1580 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
1581 New functions.
90ca8b49
VB
1582 (ses-cell-property-set, ses-cell-property-pop)
1583 (ses-cell-property-get-handle): New macro.
1584 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
1585 New aliases, used for code readability.
1586 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
1587 cycle detection.
1588 (ses-self-reference-early-detection): New defcustom.
1589 (ses-formula-references): Robustify against self-refering cells.
1590 (ses-mode): Use ses-set-localvars.
1591 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
1592 before lauching the update processing.
1593 (ses-initialize-Dijkstra-attempt): New function.
1594 (ses-recalculate-cell): Update for cycle detection based on
1595 Dijkstra algorithm.
1596
2bb63e81
VB
1597 * ses.el: Fix commenting and indenting convention.
1598
c9d29fb8
SM
15992011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * bs.el (bs-cycle-next): Complete last change.
1602
d8e4b68b
JB
16032011-06-27 Drew Adams <drew.adams@oracle.com>
1604
1605 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
1606
40098786
LMI
16072011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1608
c9d29fb8
SM
1609 * net/network-stream.el (network-stream-open-starttls):
1610 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
1611 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
1612
40098786
LMI
1613 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
1614 to binary to possibly avoid line encoding issues on Windows (among
1615 other things).
1616
468d09d4
LMI
16172011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1618
1619 * net/network-stream.el (open-network-stream): Return an :error
1620 saying what the problem was, if possible.
1621
1622 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
1623 server.
1624
1625 * net/network-stream.el (network-stream-open-starttls): If we
1626 wanted to use STARTTLS, and the server offered it, but we weren't
1627 able to because we had no STARTTLS support, then close the connection.
1628 (open-network-stream): Return an :error element, if present.
1629
16f07dd7
CY
16302011-06-26 Chong Yidong <cyd@stupidchicken.com>
1631
88821ca0
CY
1632 * hl-line.el (hl-line-sticky-flag): Doc fix.
1633 (global-hl-line-sticky-flag): New option (Bug#8323).
1634 (global-hl-line-highlight): Obey it.
1635
16f07dd7
CY
1636 * vc/vc.el (vc-revert-show-diff): Default to t.
1637
6b5ccddf
KM
16382011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
1639
c9d29fb8
SM
1640 * allout-widgets.el (allout-widgets-post-command-business):
1641 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
1642 undecorated when an isearch is continued past, and isearch
1643 automatically collapses them. This leads to "widget leaks", where
1644 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
1645 hidden widgets can slow down cursor travel, substantially.
1646 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
1647 so we're doing without this nicety.
1648
1649 (allout-widgets-tally-string): Don't try to do a hash-table-count
1650 of allout-widgets-tally when it's nil. This eliminates spurious "Error
1651 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
1652 *Messages* when allout-widgets-maintain-tally is t.
1653
355f2e07
MR
16542011-06-26 Martin Rudalics <rudalics@gmx.at>
1655
1656 * window.el (display-buffer-normalize-argument): Rename to
1657 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
1658 LABEL argument. Respect special-display-function when popping up
1659 a new frame. Fix code searching for a window showing the buffer
1660 on another frame.
c9d29fb8
SM
1661 (display-buffer-normalize-specifiers):
1662 Call display-buffer-normalize-arguments.
355f2e07
MR
1663 (display-buffer-in-window): Don't undedicate the window if its
1664 buffer remains the same.
1665 Reported by Drew Adams <drew.adams@oracle.com>.
1666 (display-buffer-alist): Add choice for same-window macro
1667 specfier.
1668 (display-buffer): Mention special meaning of LABEL argument in
1669 doc-string. Fix quoting. Don't pop up a new frame even as
1670 fallback.
1671
7ca8fc42
JB
16722011-06-26 Juanma Barranquero <lekktu@gmail.com>
1673
1674 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
1675 avoid deleting the current window in some cases (bug#8911).
1676
bc312254
AS
16772011-06-26 Andreas Schwab <schwab@linux-m68k.org>
1678
1679 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
1680 (Bug#8934)
1681
2db18f3f
LMI
16822011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1683
c9d29fb8
SM
1684 * net/network-stream.el (network-stream-open-starttls):
1685 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
1686 (network-stream-open-tls): Ditto.
1687
6302e0d3
LL
16882011-06-26 Leo Liu <sdl.web@gmail.com>
1689
1690 * register.el (registerv): New struct.
1691 (registerv-make): New function.
c9d29fb8
SM
1692 (jump-to-register, describe-register-1, insert-register):
1693 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
1694 struct. (Bug#8415)
1695
5fdd4046
CY
16962011-06-26 Chong Yidong <cyd@stupidchicken.com>
1697
2afef60a
CY
1698 * vc/vc.el (vc-revert-show-diff): New defcustom.
1699 (vc-diff-internal): New arg specifying diff buffer.
1700 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
1701 reuse an existing *vc-diff* buffer (Bug#8927).
1702
5fdd4046
CY
1703 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
1704
e93db24a
GM
17052011-06-26 Glenn Morris <rgm@gnu.org>
1706
1707 * progmodes/f90.el (f90-critical-indent): New option.
1708 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
1709 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
1710 (f90-mode): Doc fix.
1711 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
1712 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
1713 (f90-beginning-of-block, f90-next-block, f90-indent-region)
1714 (f90-match-end): Handle block, critical.
1715
eefff499
GM
17162011-06-25 Glenn Morris <rgm@gnu.org>
1717
f6ba4cc9
GM
1718 * calendar/diary-lib.el (diary-included-files): Doc fix.
1719 (diary-include-files): New function, extracted from
1720 diary-include-other-diary-files and diary-mark-included-diary-files.
1721 (diary-include-other-diary-files, diary-mark-included-diary-files):
1722 Just call diary-include-files.
1723 (diary-mark-entries): Reset diary-included-files on first call.
1724
16712304
GM
1725 * calendar/diary-lib.el (diary-mark-entries)
1726 (diary-mark-included-diary-files):
1727 Visit included diary-files in temp buffers.
1728
5d8e0d43
GM
1729 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
1730 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
1731 (f90-start-block-re, f90-imenu-generic-expression)
1732 (f90-looking-at-program-block-start, f90-no-block-limit):
1733 Add support for submodules.
1734
ccf7a5d5
GM
1735 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
1736 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 1737
11fdef7d 17382011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
1739
1740 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
1741 buffer-file-type before setting its value, to avoid disastrous
eefff499 1742 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 1743
74f53697
JB
17442011-06-25 Juanma Barranquero <lekktu@gmail.com>
1745
1746 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
1747
1748 * ses.el (ses-unload-function):
1749 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
1750
1751 * proced.el (proced-unload-function):
1752 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
1753
18a4ce5e
AR
17542011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
1755
1756 * server.el (server-create-window-system-frame): Add parameters arg.
1757 (server-process-filter): Doc fix. Handle frame-parameters.
1758
519d22cc
JB
17592011-06-25 Juanma Barranquero <lekktu@gmail.com>
1760
1761 Fix bug#8730, bug#8781.
1762
1763 * loadhist.el (unload--set-major-mode): New function.
1764 (unload-feature): Use it.
1765
1766 * progmodes/python.el (python-after-info-look): Add autoload cookie.
1767 (python-unload-function): New function.
1768
c206f5b0
SM
17692011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
1772
f9ad64f3
GS
17732011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
1774
1775 * net/browse-url.el (browse-url-firefox-program): Add icecat to
1776 the candidates list.
1777
7d0da90e
JB
17782011-06-24 Juanma Barranquero <lekktu@gmail.com>
1779
1780 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
1781
14b4e83d
RS
17822011-06-23 Richard Stallman <rms@gnu.org>
1783
1784 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
1785 (rmail-variables): Set next-error-move-function.
1786 (rmail-what-message): Take argument POS.
1787 (rmail-next-error-move): New function.
1788
273d2baf
SM
17892011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1790
1791 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
1792 messages for adjacent non-terminals.
1793
56c2cc9a
RS
17942011-06-23 Richard Stallman <rms@gnu.org>
1795
1796 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 1797 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
1798 (rmail-start-mail): Don't specify use of rmail-mail-return;
1799 that's done by mail-bury now.
1800 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 1801
d59eb518
MA
18022011-06-23 Michael Albinus <michael.albinus@gmx.de>
1803
1804 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
1805 SIZE is a number.
1806
02cfc6d6
MR
18072011-06-23 Martin Rudalics <rudalics@gmx.at>
1808
1809 * window.el (get-lru-window, get-mru-window)
1810 (get-largest-window): Never return a minibuffer window.
1811 (display-buffer-pop-up-window): Fix a bug that could lead to
1812 reusing the minibuffer window.
1813 (display-buffer): Pass original specifier argument to
1814 display-buffer-function instead of the normalized one.
1815 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1816
4e323265
LL
18172011-06-22 Leo Liu <sdl.web@gmail.com>
1818
1819 * minibuffer.el (completing-read-function)
1820 (completing-read-default): Move from minibuf.c
1821
7a70468f
RS
18222011-06-22 Richard Stallman <rms@gnu.org>
1823
50718fc2
RS
1824 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
1825 to Rmail even if not started by a special Rmail command.
1826
7a70468f
RS
1827 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1828 Copy the buffer currently showing just one message.
1829
297dde5a
RW
18302011-06-22 Roland Winkler <winkler@gnu.org>
1831
1832 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
1833 (bibtex-clean-entry): First delete the old key so that a
1834 customized algorithm for generating the new key does not get
1835 confused by the old key.
1836 (bibtex-url): Obey regexp of first step.
1837 (bibtex-search-entries): Do not use add-to-list with local
1838 list-var.
1839
97bb1093
LMI
18402011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1841
1842 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
1843 stored a user name, then query for the password first, instead of
1844 waiting for SMTP to give an error message and the trying again.
1845
1c0f1a19
JD
18462011-06-22 Lawrence Mitchell <wence@gmx.li>
1847
1848 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
1849 BUFFER in call-process.
1850
396f7c9d
LMI
18512011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1852
1853 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
1854 QUIT twice.
ddb7ffee
LMI
1855 (smtpmail-try-auth-methods): Require user name and password from
1856 auth-source.
396f7c9d 1857
8998d1b3
MR
18582011-06-22 Martin Rudalics <rudalics@gmx.at>
1859
1860 * window.el (display-buffer-default-specifiers)
1861 (display-buffer-alist): Remove entries for pop-up-frame-alist.
1862 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 1863 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
1864
1865 * frame.el (pop-up-frame-alist, pop-up-frame-function)
1866 (special-display-frame-alist, special-display-popup-frame):
1867 Remove duplicate declarations. These are now in window.el.
1868
4ea31e07
LMI
18692011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1870
c9d29fb8
SM
1871 * mail/smtpmail.el (smtpmail-via-smtp):
1872 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
1873 server supports it. SMTP servers that support STARTTLS commonly
1874 require it.
1875
1876 * net/network-stream.el (network-stream-open-starttls): Support
1877 upgrading to STARTTLS always, even if we don't have built-in support.
1878 (open-network-stream): Add the :always-query-capabilies keyword.
1879
95f41d9a
LMI
1880 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
1881 upgrades with `open-network-stream', and rely solely on
1882 auth-source for all credentials. Big changes throughout the file,
1883 but in particular:
c9d29fb8
SM
1884 (smtpmail-auth-credentials): Remove.
1885 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
1886 (smtpmail-via-smtp): Check for servers saying they want AUTH after
1887 MAIL FROM, too.
95f41d9a 1888
c9d29fb8
SM
1889 * net/network-stream.el (network-stream-open-starttls):
1890 Provide support for client certificates both for external and built-in
4ea31e07
LMI
1891 STARTTLS.
1892 (auth-source): Require.
1893 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
1894 (network-stream-certificate): Change cert-cert to cert and
1895 cert-key to key.
4ea31e07 1896
065ec2c7
MA
18972011-06-21 Michael Albinus <michael.albinus@gmx.de>
1898
1899 * net/tramp-cache.el (top): Don't load the persistency file when
1900 "emacs -Q" has been called.
1901
cd93b359
DR
19022011-06-21 Tim Harper <timcharper@gmail.com>
1903
d8e4b68b
JB
1904 * term/ns-win.el (ns-initialize-window-system):
1905 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
1906 resource to NO as it is not yet supported by the NS port.
1907
ae9c0411
JB
19082011-06-21 Juanma Barranquero <lekktu@gmail.com>
1909
1910 * misc.el (list-dynamic-libraries--refresh): Compute header here...
1911 (list-dynamic-libraries): ...not here.
1912
7f3f739f
LL
19132011-06-21 Leo Liu <sdl.web@gmail.com>
1914
1915 * subr.el (sha1): Implement sha1 using secure-hash.
1916
327c8fb1
MR
19172011-06-21 Martin Rudalics <rudalics@gmx.at>
1918
1919 * window.el (display-buffer-alist): In default value do not
1920 enforce searching a window on any but the selected frame.
1921 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
1922 (display-buffer-select-window): Remove function.
1923 (display-buffer-in-window): When a window on another frame gets
1924 reused, do not select it any more but just raise its frame if
1925 necessary (Bug#8851) and (Bug#8856).
1926 (display-buffer-normalize-options): Handle pop-up-frames related
1927 options more faithfully.
1928 (pop-to-buffer): Don't rely on `display-buffer' selecting the
1929 window if it is on another frame.
c9d29fb8
SM
1930 (display-buffer-alist, display-buffer-default-specifiers):
1931 Don't make new frame unsplittable by default.
9e9de014
MR
1932 (display-buffer-normalize-argument): Fix doc-string typo and use
1933 'same-frame-other-window instead of 'other-window when associating
1934 with display-buffer-macro-specifiers.
327c8fb1 1935
7cf3f556
VB
19362011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
1937
1938 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
1939 New functions.
1940 (5x5-mode-map, 5x5-mode-menu): Bind them.
1941 (5x5-draw-grid): Tweak the solver's rendering.
1942
60a406cf
SM
19432011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
1946 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
1947
d8e4b68b 19482011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
1949
1950 * menu-bar.el: Use function variable instead of switch-to-buffer.
1951 (menu-bar-select-buffer-function): New variable.
60a406cf 1952 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 1953
478d6f95
SM
19542011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
1957 variable's status.
1958
ca530739
JD
19592011-06-20 Jan Djärv <jan.h.d@swipnet.se>
1960
1961 * x-dnd.el (x-dnd-version-from-flags)
1962 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
1963 and long as number (Bug#8899).
1964 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
1965
bcd70d97
SM
19662011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1967
60a406cf 1968 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
1969 (completion-try-completion, completion-all-completions): Compute the
1970 metadata argument if it's missing; make it optional (bug#8795).
1971
60a406cf 1972 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
1973 (widget-complete): Use new :completion-function property.
1974 (widget-completions-at-point): New function.
1975 (default): Use :completion-function instead of :complete.
60a406cf
SM
1976 (widget-default-completions): Rename from widget-default-complete;
1977 Rewrite.
bcd70d97
SM
1978 (widget-string-complete, widget-file-complete, widget-color-complete):
1979 Remove functions.
1980 (file, symbol, function, variable, coding-system, color):
1981 * international/mule-cmds.el (default-input-method, charset)
1982 (language-info-custom-alist):
1983 * cus-edit.el (face): Use new property :completions.
1984
1985 * progmodes/pascal.el (pascal-completions-at-point): New function.
1986 (pascal-mode): Use it.
1987 (pascal-mode-map): Use completion-at-point.
1988 (pascal-toggle-completions): Make obsolete.
1989 (pascal-complete-word, pascal-show-completions):
1990 * progmodes/octave-mod.el (octave-complete-symbol):
1991 Redefine as obsolete alias.
1992 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
1993 Signal absence of completion info for old Octave,
1994 (inferior-octave-complete): Redefine as obsolete alias.
1995 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
1996 (meta-completions-at-point): Rename from meta-complete-symbol and
1997 adapt it for use on completion-at-point-functions.
1998 (meta-common-mode): Use it.
1999 (meta-looking-at-backward, meta-match-buffer): Remove.
2000 (meta-complete-symbol): Redefine as obsolete alias.
2001 (meta-common-mode-map): Use completion-at-point.
2002 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
2003 (makefile-mode-map): Use completion-at-point.
2004 (makefile-completions-at-point): Rename from makefile-complete and
2005 adapt it for use on completion-at-point-functions.
2006 (makefile-mode): Use it.
2007 (makefile-complete): Redefine as obsolete alias.
2008
aebf69c8
DD
20092011-06-20 Deniz Dogan <deniz@dogan.se>
2010
2011 * net/rcirc.el: Delete trailing whitespaces once and for all.
2012
bfbbb27d
DC
20132011-06-20 Daniel Colascione <dan.colascione@gmail.com>
2014
2015 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
2016
d264a46b
CY
20172011-06-19 Chong Yidong <cyd@stupidchicken.com>
2018
4ca009e5
CY
2019 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
2020
d264a46b
CY
2021 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
2022
fbf5b3ce
MR
20232011-06-19 Martin Rudalics <rudalics@gmx.at>
2024
2025 * window.el (display-buffer-other-window-means-other-frame):
2026 Call display-buffer-normalize-alist.
2027 (display-buffer-normalize-specifiers-1): Rename to
2028 display-buffer-normalize-argument. New argument other-frame.
2029 Rewrite.
2030 (display-buffer-normalize-specifiers-2): Rename to
2031 display-buffer-normalize-options.
2032 (display-buffer-normalize-alist-1): New function.
2033 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
2034 display-buffer-normalize-alist.
2035 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
2036 (display-buffer-normalize-options-inhibit): New variable.
2037 (display-buffer-normalize-specifiers): Rewrite calling
2038 display-buffer-normalize-alist,
2039 display-buffer-normalize-argument, and
2040 display-buffer-normalize-options. Don't call the latter if
2041 display-buffer-normalize-options-inhibit is non-nil.
2042 (frame-auto-delete): New option.
2043 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
2044 (window-list-no-nils, window-state-ignored-parameters)
2045 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
2046 (window-state-put-1, window-state-put-2, window-state-put):
2047 New functions.
9a028c23
MR
2048 (display-buffer-normalize-options): Move special-display-p group
2049 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 2050
6d10d800
CY
20512011-06-18 Chong Yidong <cyd@stupidchicken.com>
2052
6420d28b
CY
2053 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
2054 groups (Bug#8776).
2055 (rx-submatch-n): New function.
2056 (rx): Document it.
2057
ddb8b596
CY
2058 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
2059 (Bug#8768).
2060
2061 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
2062
77080289
CY
2063 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
2064
61dfb316
CY
2065 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
2066 anytime existing face settings are present (Bug#8889).
2067
6d10d800
CY
2068 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
2069 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
2070 Remove unused argument.
2071
be3fb2b8
MR
20722011-06-18 Martin Rudalics <rudalics@gmx.at>
2073
bcd70d97
SM
2074 * window.el (display-buffer-default-specifiers):
2075 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
2076 pop-up-window-min-width, and another reuse-window specifier
2077 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
2078 (display-buffer-normalize-specifiers-2):
2079 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
2080 pop-up-windows is unset. Add a reuse-window specifier for the
2081 case popping up a new window fails.
2082 (special-display-popup-frame): Remove double quoting.
28dec25a 2083 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 2084
1c6d8c76
SM
20852011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 * shell.el (shell-completion-vars): Set pcomplete-termination-string
2088 according to comint-completion-addsuffix.
2089
2090 * pcomplete.el: Convert to lexical binding and fix bug#8819.
2091 (pcomplete-suffix-list): Mark as obsolete.
2092 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
2093 pcomplete-seen in the closure.
2094 (pcomplete-comint-setup): Setup completion-at-point as well.
2095 (pcomplete--entries): New function.
2096 (pcomplete--env-regexp): New var.
2097 (pcomplete-entries): Rewrite to work with partial-completion and
2098 without relying on pcomplete-suffix-list.
2099 (pcomplete-pare-list): Remove, unused.
2100
25aef8b8
MR
21012011-06-17 Martin Rudalics <rudalics@gmx.at>
2102
2103 * window.el (display-buffer-alist): Set pop-up-window-min-height
2104 and pop-up-window-min-width in default value. Reported by
2105 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
2106 other-window-means-other-frame.
2107 (display-buffer-macro-specifiers): Comment out entry for
2108 other-window specifier.
2109 (display-buffer-other-window-means-other-frame): New function.
2110 (display-buffer-normalize-specifiers-1): New arguments
2111 buffer-name and label. Treat other-window case specially.
2112 (display-buffer-normalize-specifiers-2): Treat other-window case
2113 specially.
2114 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
2115 (display-buffer-normalize-specifiers):
2116 Call display-buffer-normalize-specifiers-3.
25aef8b8 2117
dbad4f69
MR
21182011-06-17 Martin Rudalics <rudalics@gmx.at>
2119
2120 * window.el (same-window-p): Fix two typos introduced when
2121 adding with-no-warnings.
d1067961
MR
2122 (display-buffer-normalize-specifiers-1): Don't check
2123 pop-up-frames for 'unset initialization.
2124 (display-buffer-normalize-specifiers-2): Major rewrite using
2125 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
2126 (pop-up-frames, display-buffer-reuse-frames)
2127 (display-buffer-mark-dedicated): Don't initialize to 'unset.
2128 Suggested by David Engster <deng@randomsample.de>.
2129 (even-window-heights): Initialize to 'unset.
2130 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
2131 (display-buffer-macro-specifiers): Don't pop up a new frame in the
2132 other window case.
dbad4f69 2133
9b9c9e3a
MR
21342011-06-16 Martin Rudalics <rudalics@gmx.at>
2135
bcd70d97
SM
2136 * window.el (display-buffer-normalize-specifiers-1):
2137 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 2138 second argument of display-buffer (Bug#8865).
981d5c09
MR
2139 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
2140 (switch-to-buffer-other-window-same-frame)
2141 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
2142 Adams (Bug#8875).
9c2755e9
MR
2143 (display-buffer): Don't check noninteractive when calling
2144 display-buffer-pop-up-frame.
2145 (display-buffer-pop-up-frame): Never pop up a frame in
2146 noninteractive mode (Bug#8857).
67222e1d
MR
2147 (enlarge-window, shrink-window): Don't report an error when the
2148 window can't be resized as requested (Bug#8862).
9b9c9e3a 2149
2b75be67
SM
21502011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2151
9ffdd3ba
SM
2152 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
2153
cb581a67
SM
2154 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
2155
2b75be67
SM
2156 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
2157
8c0e3589
AM
21582011-06-15 Alan Mackenzie <acm@muc.de>
2159
cb581a67
SM
2160 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
2161 for declarators, disable knr checking to speed up for normal files.
2162 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 2163
b96e6cde
LMI
21642011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2165
4bba86e6
LMI
2166 * net/network-stream.el (open-network-stream): Add the keyword
2167 :always-query-capabilities for the case where you want to force a
2168 `plain' network connection, but the protocol still requires the
2169 capabilitiy command (i.e., SMTP and EHLO).
2170
2b75be67 2171 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
2172 consistency with other `-live-p' functions.
2173
efdcdbf8
SM
21742011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * window.el (same-window-buffer-names, same-window-regexps)
2177 (special-display-frame-alist, special-display-popup-frame)
2178 (special-display-function, special-display-buffer-names)
2179 (special-display-regexps, pop-up-frame-alist)
2180 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
2181 (pop-up-windows, split-window-preferred-function)
2182 (split-height-threshold, split-width-threshold, even-window-heights)
2183 (display-buffer-mark-dedicated): Don't encourage the use of
2184 display-buffer-alist from Elisp code.
2185
c5cde042
DN
21862011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2187
2188 * progmodes/python.el (python-mode): Derive from prog-mode.
2189 * progmodes/ps-mode.el (ps-mode):
2190 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 2191 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
2192 * progmodes/ld-script.el (ld-script-mode): Likewise.
2193
baa1c9ab
MR
21942011-06-15 Martin Rudalics <rudalics@gmx.at>
2195
2196 * window.el (display-buffer-alist): Trim default value to avoid
2197 popping up a new frame (Bug#8857) or reusing an arbitrary window
2198 on another frame.
2199 (display-buffer): Do not fall back on popping up a new frame in
2200 batch mode (Bug#8857).
2201
c5dd5a51
CY
22022011-06-14 Chong Yidong <cyd@stupidchicken.com>
2203
2204 * cus-theme.el (describe-theme-1): Use custom-theme-p.
2205 (custom-theme-summary): New function.
2206 (customize-themes): Use it.
2207
d647b7c4
GM
22082011-06-13 Glenn Morris <rgm@gnu.org>
2209
2210 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
2211
9481c002
MR
22122011-06-13 Martin Rudalics <rudalics@gmx.at>
2213
357f93d2
MR
2214 * help.el (help-window): Remove variable.
2215 (help-window-point-marker, temp-buffer-max-height)
2216 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
2217 (help-print-return-message): Don't set help-window.
2218 (resize-temp-buffer-window): Rewrite cod eand doc-string.
2219 (help-window-setup-finish): Remove.
2220 (help-window-display-message, help-window-setup)
2221 (with-help-window): Major rewrite based on new
2222 display-buffer-window variable.
2223
2224 * help-mode.el (help-mode-finish): Remove help-window related
2225 code.
2226
2227 * view.el (view-exits-all-viewing-windows): Remove reference to
2228 view-return-to-alist in doc-string.
2229 (view-return-to-alist): Make obsolete.
2230 (view-buffer): Call pop-to-buffer-same-window and remove
2231 undo-window code.
2232 (view-buffer-other-window): Call pop-to-buffer-other-window and
2233 simplify code. Ignore second argument.
2234 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
2235 simplify code. Ignore second argument.
2236 (view-return-to-alist-update): Make obsolete.
2237 (view-mode-enter): Rename second argument to QUIT-RESTORE.
2238 Rewrite using quit-restore window parameters.
2b75be67
SM
2239 (view-mode-exit): Rename second argument to EXIT-ONLY.
2240 Rewrite using quit-restore-window.
357f93d2
MR
2241 (View-exit, View-exit-and-edit, View-leave, View-quit)
2242 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
2243 appropriate arguments.
2244 (view-end-message): Use quit-restore window parameter.
2245
9481c002
MR
2246 * window.el (display-buffer-function): Rewrite doc-string.
2247 (display-buffer-window, display-buffer-alist): New variables.
2248 (display-buffer-split-specifiers)
2249 (display-buffer-side-specifiers)
2250 (display-buffer-macro-specifiers): New constants.
2251 (display-buffer-even-window-sizes, display-buffer-set-height)
2252 (display-buffer-set-width, display-buffer-select-window)
2253 (display-buffer-in-window, display-buffer-reuse-window)
2254 (display-buffer-split-window-1, display-buffer-split-window)
2255 (display-buffer-split-atom-window, display-buffer-pop-up-window)
2256 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
2257 (display-buffer-in-side-window, normalize-buffer-to-display)
2258 (display-buffer-normalize-specifiers-1)
2259 (display-buffer-normalize-specifiers-2)
2b75be67
SM
2260 (display-buffer-normalize-specifiers, display-buffer-frame):
2261 New functions.
9481c002
MR
2262 (display-buffer): Major rewrite.
2263 (display-buffer-other-window, display-buffer-other-frame)
2264 (pop-to-buffer, switch-to-buffer-other-window)
2265 (switch-to-buffer-other-frame): Rewrite.
2266 (display-buffer-same-window, display-buffer-same-frame)
2267 (display-buffer-same-frame-other-window)
2268 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
2269 (pop-to-buffer-other-window)
2270 (pop-to-buffer-same-frame-other-window)
2271 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
2272 (switch-to-buffer-other-window-same-frame): New functions.
2273 (same-window-p, special-display-p): Rewrite disabling warnings.
2274 Make obsolete.
2275 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
2276 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
2277 Make obsolete
2278 (same-window-buffer-names, same-window-regexps)
2279 (special-display-frame-alist, special-display-popup-frame)
2280 (special-display-function, special-display-buffer-names)
2281 (special-display-regexps, pop-up-frame-alist)
2282 (pop-up-frame-function, split-window-preferred-function)
2283 (split-height-threshold, split-width-threshold)
2284 (even-window-heights): Make obsolete.
2285
9db51aca
GM
22862011-06-12 Glenn Morris <rgm@gnu.org>
2287
2288 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 2289 Misc simplifications.
9db51aca 2290
39cffb44
MR
22912011-06-12 Martin Rudalics <rudalics@gmx.at>
2292
2293 * window.el (window-safely-shrinkable-p): Restore function which
2294 was inadvertently removed in change from 2011-06-11. Declare as
2295 obsolete.
2296
2b75be67
SM
2297 * calendar/calendar.el (calendar-generate-window):
2298 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
2299 window-safely-shrinkable-p.
2300
a8955be7
GM
23012011-06-12 Glenn Morris <rgm@gnu.org>
2302
2303 * progmodes/fortran.el (fortran-mode-syntax-table):
2304 * progmodes/f90.el (f90-mode-syntax-table):
2305 Set % to punctuation. (Bug#8820)
2306 (f90-find-tag-default): Remove, no longer needed.
2307
f0d4059d
DC
23082011-06-12 Daniel Colascione <dan.colascione@gmail.com>
2309
2310 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
2311
1100a63c
CY
23122011-06-11 Chong Yidong <cyd@stupidchicken.com>
2313
2314 * image.el (image-animated-p): Return animation delay in seconds.
2315 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
2316 (image-animate-timeout): Remove DELAY argument. Don't assume
2317 every subimage has the same delay; get it from image-animated-p.
2318 (image-animate): Caller changed.
2319
def722bf
MA
23202011-06-11 Michael Albinus <michael.albinus@gmx.de>
2321
2322 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
2323 to ignored backtrace functions.
2324
0a2bb1a9
GM
23252011-06-11 Glenn Morris <rgm@gnu.org>
2326
2327 * calendar/appt.el (appt-disp-window-function): Doc fix.
2328 (appt-check): Handle overlapping appointments. (Bug#8337)
2329
6198ccd0
MR
23302011-06-11 Martin Rudalics <rudalics@gmx.at>
2331
2332 * window.el (window-tree-1, window-tree): New functions, moving
2333 the latter to window.el.
2334 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
2335 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
2336 (bw-refresh-edges): Remove.
2337 (balance-windows-1, balance-windows-2): New functions.
2338 (balance-windows): Rewrite in terms of window tree functions,
2339 balance-windows-1 and balance-windows-2.
2340 (bw-adjust-window): Remove.
2341 (balance-windows-area-adjust): New function with functionality of
2342 bw-adjust-window but using resize-window.
2b75be67
SM
2343 (set-window-text-height): Rewrite doc-string.
2344 Use normalize-live-window and resize-window.
2345 (enlarge-window-horizontally, shrink-window-horizontally):
2346 Rename argument to DELTA.
6198ccd0
MR
2347 (window-buffer-height): New function.
2348 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
2349 Rewrite using new window resize routines.
2b75be67
SM
2350 (kill-buffer-and-window, mouse-autoselect-window-select):
2351 Use ignore-errors instead of condition-case.
6198ccd0
MR
2352 (quit-window): Call delete-frame instead of delete-windows-on
2353 for the only buffer on frame.
2354
9397e56f
MR
23552011-06-10 Martin Rudalics <rudalics@gmx.at>
2356
2357 * loadup.el (top-level): Load window before files for the sake
2358 of replace-buffer-in-windows.
2359
2360 * files.el (read-buffer-to-switch)
2361 (switch-to-buffer-other-window)
2b75be67
SM
2362 (switch-to-buffer-other-frame, display-buffer-other-frame):
2363 Move to window.el.
9397e56f
MR
2364
2365 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
2366 (previous-buffer): Move to window.el.
2367
2368 * bindings.el (unbury-buffer): Move to window.el.
2369
2370 * window.el (delete-other-windows-vertically): Move after
2371 definition of delete-other-windows.
2372 (other-window, delete-windows-on, replace-buffer-in-windows):
2373 Move here from window.c.
2374 (record-window-buffer, unrecord-window-buffer)
2375 (set-window-buffer-start-and-point, switch-to-prev-buffer)
2376 (switch-to-next-buffer): New functions.
2377 (get-next-valid-buffer, last-buffer, next-buffer): Move here
2378 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
2379 (previous-buffer): Move here from simple.el.
2380 Call switch-to-prev-buffer.
9397e56f
MR
2381 (bury-buffer): Move here from buffer.c. Switch to previous
2382 buffer when window cannot be deleted.
2383 (unbury-buffer): Move here from bindings.el.
2384 (ctl-x-map): Move binding for other-window from window.c to
2385 here.
2386 (read-buffer-to-switch, switch-to-buffer-other-window)
2387 (switch-to-buffer-other-frame): Move here from files.el.
2388 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
2389 (switch-to-buffer): Move here from buffer.c.
2390 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 2391
562dd5e9
MR
23922011-06-10 Martin Rudalics <rudalics@gmx.at>
2393
2394 * window.el (window-min-height, window-min-width): Move here
2395 from window.c. Add defcustoms and rewrite doc-strings.
2396 (resize-mini-window, resize-window): New functions.
2397 (adjust-window-trailing-edge, enlarge-window, shrink-window):
2398 Move here from window.c.
2399 (maximize-window, minimize-window): New functions.
2400 (delete-window, delete-other-windows, split-window): Move here
2401 from window.c.
2402 (window-split-min-size): New function.
2403 (split-window-keep-point): Mention split-window-above-each-other
2404 instead of split-window-vertically.
2b75be67
SM
2405 (split-window-above-each-other, split-window-vertically):
2406 Rename split-window-vertically to split-window-above-each-other and
562dd5e9
MR
2407 provide defalias for old definition.
2408 (split-window-side-by-side, split-window-horizontally): Rename
2409 split-window-horizontally to split-window-side-by-side and provide
2410 defalias for the old definition.
2411 (ctl-x-map): Move bindings for delete-window,
2412 delete-other-windows and enlarge-window here from window.c.
2413 Replace bindings for split-window-vertically and
2414 split-window-horizontally by bindings for
2415 split-window-above-each-other and split-window-side-by-side.
2416
2417 * cus-start.el (all): Remove entries for window-min-height and
2418 window-min-width. Add entries for window-splits and
2419 window-nest.
2420
f0da764a
GM
24212011-06-09 Glenn Morris <rgm@gnu.org>
2422
80675c21
GM
2423 * calendar/appt.el (appt-mode-line): New function.
2424 (appt-check, appt-disp-window): Use it.
2425
f0da764a
GM
2426 * files.el (hack-one-local-variable-eval-safep):
2427 Allow minor-modes with explicit +/-1 arguments.
2428
59f623b7
TZ
24292011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
2430
2431 * term/xterm.el (xterm): Add defgroup.
2432 (xterm-extra-capabilities): Add defcustom to supply known xterm
2433 capabilities, skip querying them, or query them (default).
2434 (terminal-init-xterm): Use it.
2435 (terminal-init-xterm-modify-other-keys): New function to set up
2436 modifyOtherKeys support to simplify `terminal-init-xterm'.
2437
9aab8e0d
MR
24382011-06-09 Martin Rudalics <rudalics@gmx.at>
2439
2440 * window.el (resize-window-reset, resize-window-reset-1)
2441 (resize-subwindows-skip-p, resize-subwindows-normal)
2442 (resize-subwindows, resize-other-windows, resize-this-window)
2443 (resize-root-window, resize-root-window-vertically)
2444 (window-deletable-p, window-or-subwindow-p)
2445 (frame-root-window-p): New functions.
2446
e8b08aee
GM
24472011-06-09 Glenn Morris <rgm@gnu.org>
2448
2449 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
2450 (ange-ftp-get-files): Use it.
2451
254c37a5
AK
24522011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2453
2454 * mail/sendmail.el (mail-recover-1, mail-recover):
2455 * files.el (recover-file, recover-session):
2456 Handle dired-listing-switches not being just a single short option.
2457
35d7dbd3
GM
24582011-06-09 Glenn Morris <rgm@gnu.org>
2459
2460 * calendar/appt.el (appt-display-message, appt-disp-window):
2461 Handle lists of appointments.
2462
387522b2
MR
24632011-06-08 Martin Rudalics <rudalics@gmx.at>
2464
2b75be67
SM
2465 * window.el (one-window-p): Move down in code.
2466 Rewrite doc-string.
2467 (window-current-scroll-bars): Rewrite doc-string.
2468 Normalize live window argument.
387522b2
MR
2469 (walk-windows, get-window-with-predicate, count-windows):
2470 Rewrite doc-string. Use window-list-1.
2471 (window-in-direction-2, window-in-direction, get-mru-window):
2472 New functions.
2473
d8e4b68b 24742011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
2475
2476 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
2477 Doc fix (Bug#8713).
2478
24792011-06-08 Chong Yidong <cyd@stupidchicken.com>
2480
2481 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
2482
24832011-06-08 Juanma Barranquero <lekktu@gmail.com>
2484
2485 * loadhist.el (unload-feature-special-hooks):
2486 Add `comint-output-filter-functions'.
2487
0de12c52
IK
24882011-06-08 Ivan Kanis <gnu@kanis.fr>
2489
2490 * calendar/appt.el (appt-check): Move some initializations into the let.
2491
f3d1777e
MR
24922011-06-08 Martin Rudalics <rudalics@gmx.at>
2493
2494 * window.el (window-height): Defalias to window-total-height.
2495 (window-width): Defalias to window-body-width.
2496
18af70d0
CY
24972011-06-07 Chong Yidong <cyd@stupidchicken.com>
2498
2499 * image-mode.el (image-toggle-animation): New command.
2500 (image-mode-map): Bind it to RET.
2501 (image-mode): Update message.
2502 (image-toggle-display-image): Avoid a spurious cache flush.
2503 (image-transform-rotation): Doc fix.
2504 (image-transform-properties): Return quickly in the normal case.
2505 (image-animate-loop): Rename from image-animate-max-time.
2506
2b75be67 2507 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
2508 (create-animated-image): Remove unnecessary function.
2509 (image-animate): Rename from image-animate-start. New arg.
2b75be67 2510 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
2511 (image-animate-timer): Use car-safe.
2512 (image-animate-timeout): Rename argument.
2513
190b47e6
MR
25142011-06-07 Martin Rudalics <rudalics@gmx.at>
2515
2516 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
2517 window.c. Rename first argument to ALL-FRAMES.
2518 Rephrase doc-strings.
2519 (get-buffer-window-list): Rewrite using window-list-1.
2520 Rephrase doc-string.
a1511caf
MR
2521 (window-safe-min-height, window-safe-min-width): New constants.
2522 (window-size-ignore, window-min-size, window-min-size-1)
2523 (window-sizable, window-sizable-p, window-size-fixed-1)
2524 (window-size-fixed-p, window-min-delta-1, window-min-delta)
2525 (window-max-delta-1, window-max-delta, window-resizable)
2526 (window-resizable-p, window-total-height, window-total-width)
2527 (window-body-width): New functions.
2528 (window-full-height-p, window-full-width-p): Rewrite using
2529 window-total-size.
2530 (window-body-height): Rewrite using window-body-size.
190b47e6 2531
85cc1f11
MR
25322011-06-06 Martin Rudalics <rudalics@gmx.at>
2533
2534 * window.el (window-right, window-left, window-child)
2535 (window-child-count, window-last-child, window-any-p)
2536 (normalize-live-buffer, normalize-live-frame)
2537 (normalize-any-window, normalize-live-window)
2538 (window-iso-combination-p, window-iso-combined-p)
2539 (window-iso-combinations)
2540 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
2541 (windows-with-parameter, window-with-parameter)
2542 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
2543 (window-atom-check, window-side-check, window-check):
2544 New functions.
85cc1f11
MR
2545 (ignore-window-parameters, window-sides, window-sides-vertical)
2546 (window-sides-slots): New variables.
2547 (window-size-fixed): Move down in code. Minor doc-string fix.
2548
e7156492
AS
25492011-06-05 Andreas Schwab <schwab@linux-m68k.org>
2550
2551 * comint.el (comint-dynamic-complete-as-filename)
2552 (comint-dynamic-complete-filename): Correctly call
2553 completion-in-region.
2554
7e821d0d
DD
25552011-06-05 Deniz Dogan <deniz@dogan.se>
2556
2557 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
2558 in last change.
2559
ac09b8a1
DD
25602011-06-05 Deniz Dogan <deniz@dogan.se>
2561
2562 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
2563 (rcirc): Use it to prompt for encryption.
2564
34699b85
RW
25652011-06-05 Roland Winkler <winkler@gnu.org>
2566
2567 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
2568 (bibtex-search-entries): New command bound to C-c C-a.
2569 (bibtex-display-entries): New function.
2570
004dedd3
RW
25712011-06-05 Roland Winkler <winkler@gnu.org>
2572
2573 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
2574 (bibtex-insert-kill): After yanking insert newline if necessary.
2575 (bibtex-initialize): Call bibtex-string-files-init only once.
2576 (bibtex-mode): Do not call easy-menu-add.
2577 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
2578 (bibtex-yank): Set arg properly if nil.
2579
022fe7ce
RW
25802011-06-05 Roland Winkler <winkler@gnu.org>
2581
2b75be67
SM
2582 * textmodes/bibtex.el (bibtex-search-entry-globally):
2583 New variable.
022fe7ce
RW
2584 (bibtex-search-entry): Use it.
2585
b7c3692a
RW
25862011-06-05 Roland Winkler <winkler@gnu.org>
2587
2588 * textmodes/bibtex.el (bibtex-entry-format): New option
2589 sort-fields.
2590 (bibtex-format-entry, bibtex-reformat): Honor this option.
2591 (bibtex-parse-entry): Return fields in proper order.
2592
8eda563d
JB
25932011-06-05 Juanma Barranquero <lekktu@gmail.com>
2594
2595 * doc-view.el (doc-view-remove-if): Move computation of result out
2596 of `dolist' to silence misleading lexical-binding warning.
2597
7dbe3dbc
CY
25982011-06-04 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
2601 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
2602
0c33dd17
MA
26032011-06-04 Michael Albinus <michael.albinus@gmx.de>
2604
2605 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
2606 "SunOS 5.10".
2607
f8f91c2b
MA
26082011-06-04 Michael Albinus <michael.albinus@gmx.de>
2609
2610 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
2611 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
2612 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
2613 (tramp-parse-putty):
2614 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
2615 (tramp-completion-function-alist-ssh)
2616 (tramp-completion-function-alist-telnet)
2617 (tramp-completion-function-alist-su)
2618 (tramp-completion-function-alist-putty): Set `tramp-autoload'
2619 cookie.
2620
2621 * net/tramp-ftp.el:
2622 * net/tramp-sh.el:
2623 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
2624 load "tramp.el" `tramp-set-completion-function'.
2625
e17d9003
SM
26262011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2627
2628 * shell.el: Require and use pcomplete.
2629 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
2630 (shell-completion-vars): Set pcomplete-default-completion-function.
2631
6c4cab03
DD
26322011-06-04 Deniz Dogan <deniz@dogan.se>
2633
2634 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
2635 `memq' (Bug#8799).
2636
ea9fafe0
SM
26372011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
2640
b3e945d3
JB
26412011-06-02 Juanma Barranquero <lekktu@gmail.com>
2642
2643 * bs.el (bs--mark-unmark, bs--nth-wrapper):
2644 * mpc.el (mpc-select-extend, mpc-songpointer-context):
2645 * vc/log-view.el (log-view-beginning-of-defun):
2646 * vc/smerge-mode.el (smerge-apply-resolution-patch)
2647 (smerge-refine-forward, smerge-refine-chopup-region):
2648 Silence warning for unused `dotimes' counter variables.
2649
7d520089
SM
26502011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2651
2652 * net/tramp.el (tramp-with-progress-reporter): Rename from
2653 with-progress-reporter. Use `declare'.
2654 * net/tramp-smb.el:
2655 * net/tramp-sh.el:
2656 * net/tramp-gvfs.el: Update all uses.
2657
a1c2400f
JB
26582011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
2659
2660 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
2661 buffer isn't killed before making it current.
2662
2403c841
SM
26632011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 Silence various byte-compiler warnings.
2666 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
2667 `access-type' and new obsolescence format.
2668 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
2669 new format.
2670 (byte-compile-check-variable): New `access-type' argument.
2671 Only warn if the access-type is obsolete.
2672 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
2673 (byte-compile-variable-set): Adjust callers.
2674 * help-fns.el (describe-variable): Adjust to new obsolescence format.
2675 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
2676 setting it as obsolete.
2677 * simple.el (minibuffer-completing-symbol):
2678 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
2679 access as obsolete.
2680 * minibuffer.el (minibuffer-completing-file-name): Don't make it
2681 obsolete yet.
2682 * international/quail.el (quail-mouse-choose-completion): Remove unused
2683 code referring to obsolete var.
2684 (quail-choose-completion-string): Remove.
2685 * server.el (server-clients-with, server-kill-buffer-query-function)
2686 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
2687 * proced.el (proced-send-signal):
2688 * emacs-lisp/lisp.el (lisp-complete-symbol):
2689 Replace completion-annotate-function with completion-extra-properties.
2690
2462470b
SM
26912011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2692
fb5b2591
SM
2693 * simple.el (goto-line): Use read-number.
2694 (overriding-map-is-bound): Remove.
2695 (saved-overriding-map): Change default.
2696 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
2697 Take the map as argument.
2698 (universal-argument, negative-argument, digit-argument): Use it.
2699 (restore-overriding-map): Adjust.
2700 (do-auto-fill): Use fill-forward-paragraph.
2701 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
2702
fd6fa53f
SM
2703 * minibuffer.el (minibuffer-inactive-mode-map): New var.
2704 (minibuffer-inactive-mode): New major mode.
2705 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
2706 the *Messages* buffer" hack.
2707 (mouse-popup-menubar): Don't burp if the event is a normal key.
2708
2462470b
SM
2709 Miscellaneous tweaks.
2710 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
2711 lexical scoping as in subr.el's dolist and dotimes.
2712 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
2713 Silence compiler warning.
2714 * thingatpt.el (forward-whitespace): Trivial coding style fix.
2715 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
2716 * international/ccl.el (ccl-compile): Trivial simplification.
2717 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
2718 * emacs-lisp/testcover.el (testcover-end): Remove spurious
2719 `printflag' argument.
2720 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2721 Purecopy the whole obsolescence data.
2722
108bf785
LL
27232011-06-01 Leo Liu <sdl.web@gmail.com>
2724
2725 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
2726 improve doc-string as suggested by Marco Pessotto
2727 <melmothx@gmail.com>.
2728 (rcirc-print): Fix last change.
2729
30a23501
SM
27302011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * minibuffer.el (complete-with-action): Return nil for the metadata and
2733 boundaries of non-functional tables.
2734 (completion-table-dynamic): Return nil for the metadata.
2735 (completion-table-with-terminator): Add default case, using
2736 complete-with-action.
2737 (completion--metadata): New function.
2738 (completion-all-sorted-completions, minibuffer-completion-help): Use it
2739 to try and avoid pathological performance problems.
2740 (completion--embedded-envvar-table): Return `category' metadata.
2741
bcd54f83
LMI
27422011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2743
2744 * subr.el (process-alive-p): New tiny convenience function.
2745
e227544d
SM
27462011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2747
2748 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
2749 content but also its previous major mode.
2750
e8296fdc
HE
27512011-05-31 Helmut Eller <eller.helmut@gmail.com>
2752
2753 * debug.el (debug): Restore the previous content of the
2754 *Backtrace* buffer when we exit with C-M-c.
2755
620c53a6
SM
27562011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2757
2758 * minibuffer.el: Add metadata method to completion tables.
2759 (completion-category-overrides): New defcustom.
2760 (completion-metadata, completion--field-metadata)
2761 (completion-metadata-get, completion--styles)
2762 (completion--cycle-threshold): New functions.
2763 (completion-try-completion, completion-all-completions):
2764 Add `metadata' argument to choose completion-styles.
2765 (completion--do-completion): Use metadata to choose cycling.
2766 (completion-all-sorted-completions): Use metadata for sorting.
2767 Remove :completion-cycle-penalty which is not needed any more.
2768 (completion--try-word-completion): Add `metadata' argument.
2769 (minibuffer-completion-help): Check metadata for annotation function
2770 and sorting.
2771 (completion-file-name-table): Return `category' metadata.
2772 (minibuffer-completing-file-name): Make obsolete.
2773 * simple.el (minibuffer-completing-symbol): Make obsolete.
2774 * icomplete.el (icomplete-completions): Pass new `metadata' param to
2775 completion-try-completion.
2776
1257e755
SM
27772011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2778
2779 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
2780
3767e706
LL
27812011-05-30 Leo Liu <sdl.web@gmail.com>
2782
2783 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
2784 (rcirc-print): Decode all incoming messages (bug#8744).
2785 (rcirc-decode-coding-system): Allow value nil for automatic coding
2786 system detection.
3767e706 2787
d1a5d56a
GM
27882011-06-01 Glenn Morris <rgm@gnu.org>
2789
2790 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
2791
e8cbec34
CY
27922011-05-29 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * image.el (image-animate-max-time): Allow nil and t values.
2795 Default to nil.
2796 (create-animated-image): Doc fix.
2797 (image-animate-start): Remove second arg; just use
2798 image-animate-max-time.
2799 (image-animate-timeout): Doc fix. Args changed.
2800
2801 * image-mode.el (image-toggle-display-image): Ensure that the
2802 image spec passed to the animate timer is the same object as in
2803 the the buffer's display property (Bug#6981).
2804 (image-transform-properties): Doc fix.
2805
2806 * image.el (image-animate-max-time): Default to nil.
2807
159daf87
MR
28082011-05-29 Martin Rudalics <rudalics@gmx.at>
2809
2810 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
2811 entire buffer list (Bug#8184).
2812
d66c4c7c
CY
28132011-05-29 Chong Yidong <cyd@stupidchicken.com>
2814
2815 * image.el (imagemagick-types-inhibit)
2816 (imagemagick-register-types): Doc fix.
2817
80aec780
DD
28182011-05-29 Deniz Dogan <deniz@dogan.se>
2819
2820 * net/rcirc.el (rcirc): Use the user's stored encryption method by
2821 default.
2822
1dd3c2d9
CY
28232011-05-29 Chong Yidong <cyd@stupidchicken.com>
2824
2825 * select.el: Don't perform clipboard-manager saving in hooks;
2826 leave the hooks empty.
2827
60e56523
LL
28282011-05-28 Leo Liu <sdl.web@gmail.com>
2829
2830 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
2831 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
2832 (occur-edit-mode): New major mode (Bug#8463).
2833 (occur-after-change-function): New function.
2834 (occur-engine): Give Occur tags a read-only property.
2835
2b1e1a22
KR
28362011-05-28 Kevin Ryde <user42@zip.com.au>
2837
2838 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
2839
5d344e88
CY
28402011-05-28 Chong Yidong <cyd@stupidchicken.com>
2841
8e6ca83d
CY
2842 * bindings.el (help-echo): Make the initial non-indicator dash
2843 empty on graphical terminals (Bug#7295).
2844
5d344e88
CY
2845 * files.el (auto-mode-alist): Move config rule after the
2846 in-stripping one (Bug#8547).
2847
bfbbace7
CY
2848 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
2849
fbeba6e2
CY
2850 * startup.el (normal-splash-screen): Remove gratuitous mode-line
2851 setting (Bug#8740).
2852
60ed8c72
AA
28532011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
2854
4ac619f0
AA
2855 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
2856 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
2857 (Bug#8539).
60ed8c72 2858
23db196e
CY
28592011-05-28 Chong Yidong <cyd@stupidchicken.com>
2860
2861 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
2862
5012f24c
DK
28632011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
2864
2865 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
2866 (hs-hide-block-at-point, hs-find-block-beginning)
2867 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
2868 (Bug#8279).
2869
6a639b16
GM
28702011-05-28 Glenn Morris <rgm@gnu.org>
2871
2872 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
2873
d43eaf2c
CY
28742011-05-28 Chong Yidong <cyd@stupidchicken.com>
2875
5199bde1
CY
2876 * help-fns.el (describe-function-1): If the function is a derived
2877 major mode, print the parent mode.
2878
d43eaf2c
CY
2879 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
2880 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
2881
423428a8
SM
28822011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2883
0ff8e1ba
SM
2884 * minibuffer.el (completion--capf-wrapper): Check applicability before
2885 retuning non-nil for non-exclusive completion data.
2886 * progmodes/etags.el (tags-completion-at-point-function):
2887 * info-look.el (info-lookup-completions-at-point): Mark as
2888 non-exclusive.
2889 (info-complete): Adjust accordingly.
2890
423428a8
SM
2891 * info-look.el: Convert to lexical-binding and completion-at-point.
2892 (info-lookup-completions-at-point): New function.
2893 (info-complete): Use it and completion-in-region.
2894
b74aa22b
DA
28952011-05-28 Drew Adams <drew.adams@oracle.com>
2896
2897 * isearch.el: Let M-e start with point at the first mismatched char.
2898 (isearch-fail-pos): New function.
2899 (isearch-edit-string): Use it.
2900
66e2e71d
DK
29012011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
2902
2903 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
2904
eb95d01d
TC
29052009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
2906
2907 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
2908 traversal functions for avl-trees.
2909 (avl-tree--stack): New struct.
2910 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
2911 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
2912 (avl-tree--do-enter): Add optional `updatefun' arg.
2913 Change return value.
eb95d01d 2914 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
2915 (avl-tree--do-delete): Add `test' and `nilflag' args.
2916 Change return value.
eb95d01d
TC
2917 (avl-tree-member): Add optional `nilflag'
2918 (avl-tree-member-p): New function.
2919 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
2920 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
2921 (avl-tree-stack-empty-p): New functions.
2922
3769ddcf
TC
29232009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
2924
2925 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
2926 avl-tree--del-balance1 and make it work both ways.
2927 (avl-tree--del-balance2): Remove.
2928 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
2929 make it work both ways.
2930 (avl-tree--enter-balance2): Remove.
2931 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
2932 New macros.
2933 (avl-tree--mapc, avl-tree-map): Add direction argument.
2934
eb95d01d 29352011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
2936
2937 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
2938
a9f737ee
CY
29392011-05-27 Chong Yidong <cyd@stupidchicken.com>
2940
2941 * select.el: Support clipboard managers with built-in function
2942 x-clipboard-manager-save, via delete-frame-functions and
2943 kill-emacs-hook.
2944 (xselect-convert-to-targets): Add MULTIPLE target to list.
2945 (xselect-convert-to-save-targets): New function.
2946
c92a1e54
KH
29472011-05-27 Kenichi Handa <handa@m17n.org>
2948
2949 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
2950 let-binding rfc2047-encode-encoded-words to nil.
2951
e145f188
GM
29522011-05-27 Glenn Morris <rgm@gnu.org>
2953
5ec8a862
GM
2954 * mail/emacsbug.el: Don't require url-util.
2955
4b29d9fb
GM
2956 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
2957
e145f188
GM
2958 * files.el (set-auto-mode):
2959 Also respect mode: entries at the end of the file. (Bug#8586)
2960
7d15102b
GM
29612011-05-26 Glenn Morris <rgm@gnu.org>
2962
98f593b8
GM
2963 * files.el (hack-local-variables-prop-line, hack-local-variables):
2964 Downcase mode names, as seems to be traditional.
27b48e63 2965 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 2966
7d15102b
GM
2967 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
2968 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
2969
51d5b4ec
JD
29702011-05-25 Julien Danjou <julien@danjou.info>
2971
2972 * textmodes/rst.el (rst-define-level-faces): Do not define face
2973 symbol if it is already defined.
2974
91513f63
VB
29752011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2976
2977 * play/5x5.el (5x5-new-game, 5x5-randomize):
2978 Reset 5x5-solver-output to nil when a new grid is cast.
2979 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
2980 these debugging traces, as defmacro breaks the compiled code.
2981
4d90d6d0
DK
29822011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
2983
2984 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
2985
e1b90ef6
LL
29862011-05-24 Leo Liu <sdl.web@gmail.com>
2987
2988 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
2989 (vc-bzr-sha1): Adapt.
2990
d8e4b68b 2991 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
2992
2993 * bindings.el: Provide sha1 feature.
2994
db0406bb 29952011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
2996
2997 * mail/sendmail.el: Require `rfc2047'.
2998 (mail-insert-from-field): Do not perform RFC2047 encoding.
2999 (mail-encode-header): New function.
3000 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
3001 buffer to the return value of select-message-coding-system.
3002 Call mail-encode-header.
b8d747b9
KH
3003
3004 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
3005
db0406bb 30062011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 3007
4d90d6d0
DK
3008 * mail/supercite.el (sc-default-cite-frame):
3009 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 3010
eb8a5e9b
GM
30112011-05-24 Glenn Morris <rgm@gnu.org>
3012
f8630703
GM
3013 * progmodes/python.el (brm-menu): Declare.
3014
8831bbed
GM
3015 * emulation/viper.el (viper-set-hooks): Declare.
3016
eb8a5e9b
GM
3017 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
3018 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
3019 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
3020 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
3021 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
3022 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
3023
a2a25d24
SM
30242011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3025
3026 Add an :exit-function for completion-at-point.
3027
3028 * minibuffer.el (completion--done): New fun.
3029 (completion--do-completion): Use it. New arg `expect-exact'.
3030 (minibuffer-complete, minibuffer-complete-word): Don't output message,
3031 since completion--do-completion does it for us now.
3032 (minibuffer-force-complete): Use completion--done and
3033 completion--replace. Handle sole-completion case with more care.
3034 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
3035 (completion-extra-properties): New var.
3036 (completion-annotate-function): Make obsolete.
3037 (minibuffer-completion-help): Adjust accordingly.
3038 Use completion-list-insert-choice-function.
3039 (completion-at-point, completion-help-at-point):
3040 Bind completion-extra-properties.
3041 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
3042 * simple.el (completion-list-insert-choice-function): New var.
3043 (completion-setup-function): Preserve it.
3044 (choose-completion): Pay attention to it, shuffle the code a bit.
3045 (choose-completion-string): New arg `insert-function'.
3046
3047 * textmodes/bibtex.el: Convert to lexical binding.
3048 (bibtex-mode-map): Use completion-at-point.
3049 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
3050 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
3051 (bibtex-complete): Define as obsolete alias.
3052 (bibtex-complete-internal): Remove.
3053 (bibtex-format-entry): Remove unused sub-group in regexp.
3054 * shell.el (shell--command-completion-data)
3055 (shell-environment-variable-completion):
3056 * pcomplete.el (pcomplete-completions-at-point):
3057 * comint.el (comint--complete-file-name-data): Use :exit-function
3058 instead of completion-table-with-terminator so it also works for
3059 choose-completion.
3060
e44e373d
SM
30612011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3062
4f91a816
SM
3063 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
3064
782fc819
SM
3065 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
3066 (bug#8710).
3067
e44e373d
SM
3068 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
3069
381987c3
KM
30702011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
3071
3072 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
3073 customization variable and implement: If non-nil, auto-fill will
3074 be inhibited while on topic's header line.
3075
b776bc70
VB
30762011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
3077
3078 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 3079 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
3080 always have a solution in grid size = 5 cases.
3081 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
3082 (5x5-solver-output, 5x5-log-buffer): New vars.
3083 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
3084 Make these variables buffer local to achieve 5x5 multi-session-ness.
3085 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
3086 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
3087 (5x5-solve-suggest): New funs.
3088 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
3089 randomize a grid so that we ensure that there is always a solution.
3090 (5x5-make-random-grid): Allow other movement than flipping.
3091
7de88b6e
KR
30922011-05-23 Kevin Ryde <user42@zip.com.au>
3093
3094 * emacs-lisp/advice.el (ad-read-advised-function):
3095 Use `function-called-at-point' as the default default, if it has
3096 advice and passes PREDICATE.
3097
b1ef1257
SM
30982011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3099
bbca48fe
SM
3100 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
3101 byte-compile-lambda if it's actually a lambda.
3102
b1ef1257
SM
3103 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
3104 Fix function quoting. Use backquote better.
3105
92a9cc65
YS
31062011-05-22 Yuanle Song <sylecn@gmail.com>
3107
3108 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
3109 matching (Bug#8516).
3110
f0fb8059
JA
31112011-01-22 Jari Aalto <jari.aalto@cante.net>
3112
3113 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
3114 different face (Bug#8178).
3115
d5b44c93
CY
31162011-05-22 Chong Yidong <cyd@stupidchicken.com>
3117
3118 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
3119 defface (Bug#8144).
3120
79106a44
SM
31212011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3122
9c848d8a
SM
3123 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
3124 funcall as well (bug#8712). Warn when performing those conversions.
3125 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
3126
79106a44
SM
3127 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
3128
88dfa756
GM
31292011-05-22 Glenn Morris <rgm@gnu.org>
3130
3131 * files.el (hack-local-variables-prop-line): Small simplifications.
3132 (hack-local-variables, hack-local-variables-prop-line):
3133 If MODE-ONLY, return the mode, rather than just `t'.
3134
b7cf2c79
SM
31352011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
3138
3f1a8558
GM
31392011-05-21 Glenn Morris <rgm@gnu.org>
3140
7e4ccca3
GM
3141 * files.el (hack-local-variables-prop-line, hack-local-variables):
3142 If only interested in the mode, don't bother doing the other stuff.
3143
637d46ca
GM
3144 * image-mode.el (image-after-revert-hook):
3145 Redraw all frames on which the image is visible. (Bug#8567)
3146
973d955b
GM
3147 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
3148
3f1a8558
GM
3149 * wid-edit.el (widget-checklist-match-inline):
3150 Fix 2011-04-19 change. (Bug#8649)
3151
96479927
SM
31522011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3153
1dcf791f
SM
3154 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
3155 Also allow singlespace after single-letter capitals followed by a dot.
3156
96479927
SM
3157 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
3158 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
3159
35fd0881
N
31602011-05-20 Nix <nix@esperi.org.uk>
3161
3162 * files.el (basic-save-buffer-2):
3163 Fix handling of break-hardlink-on-save with non-existent files.
3164
82745640
DD
31652011-05-19 Deniz Dogan <deniz@dogan.se>
3166
3167 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 3168 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 3169
4a720484
GM
31702011-05-19 Glenn Morris <rgm@gnu.org>
3171
d1f21341
GM
3172 * progmodes/f90.el (f90-type-def-re):
3173 Handle "type, bind(c)". (Bug#8691)
3174
4a720484
GM
3175 * emacs-lisp/autoload.el (batch-update-autoloads):
3176 Set autoload-excludes by parsing loadup.el rather than Makefiles.
3177
2fb0a219
MA
31782011-05-18 Michael Albinus <michael.albinus@gmx.de>
3179
3180 * net/tramp.el (tramp-process-actions): Set "first-password-request"
3181 property for the correct connection in case of multihops.
3182
e565dd37
GM
31832011-05-18 Glenn Morris <rgm@gnu.org>
3184
c2571358 3185 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
3186 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
3187
e565dd37
GM
3188 Rationalize calendar handling of day and month abbrev-arrays.
3189 * calendar/calendar.el (calendar-customized-p): New function.
3190 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
3191 (calendar-day-name-array, calendar-month-name-array): Doc fix.
3192 Add :set function.
3193 (calendar-abbrev-length, calendar-day-abbrev-array)
3194 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
3195 (calendar-day-abbrev-array, calendar-month-abbrev-array):
3196 Elements may no longer be nil.
3197 (calendar-day-name, calendar-month-name):
3198 Update for changed nature of abbrev arrays.
3199 * calendar/diary-lib.el (diary-name-pattern):
3200 Update for changed nature of abbrev arrays.
3201 (diary-mark-entries-1): Update calendar-make-alist calls.
3202 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
3203 * calendar/cal-html.el (cal-html-day-abbrev-array):
3204 Simply inherit from calendar-day-abbrev-array.
3205
1d99a745
SM
32062011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * progmodes/grep.el (grep-mode): Disable default
3209 compilation-directory-matcher setting (bug#8684).
3210
7c1d9aa0
MA
32112011-05-17 Michael Albinus <michael.albinus@gmx.de>
3212
3213 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
3214 instead of "head" and "tail". There were problems with SunOS 5.9,
3215 and it performs better.
3216
3952e9d8
GM
32172011-05-17 Glenn Morris <rgm@gnu.org>
3218
2dd12e7f
GM
3219 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
3220
e4157b9c
GM
3221 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
3222 Replace obsolete function.
3223
8e249bbd
GM
3224 * shell.el (pcomplete-parse-arguments-function): Declare.
3225
3952e9d8
GM
3226 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
3227 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
3228 (appt-check): Doc fixes.
3229 (appt-disp-window-function, appt-delete-window-function):
3230 Remove needless special case in custom :type.
3231 (appt-display-count): Default to 0, not nil.
3232 (appt-check): Reset appt-display-count to 0, not nil.
3233
c71a0d48 32342011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 3235
c71a0d48
GM
3236 * progmodes/python.el (python-font-lock-keywords):
3237 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 3238
31d55be9
SM
32392011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3241 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
3242
3bfacb2f
KR
32432011-05-16 Kevin Ryde <user42@zip.com.au>
3244
3245 * info-look.el (makefile-automake-mode): New setups, looking in
3246 automake manual, then makefile-mode.
3247 (makefile-mode): Remove automake manual, have it just in
3248 makefile-automake-mode since there's various things different or
3249 not relevant to plain make.
3250 (makefile-mode): Remove "other-modes" non-existent automake-mode,
3251 believe a hypothetical automake-mode would go to makefile-mode,
3252 not the other way around.
3253
c8e83751
CY
32542011-05-15 Chong Yidong <cyd@stupidchicken.com>
3255
5e9e35cd
CY
3256 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
3257 hunk-end tags (Bug#8672).
3258
c8e83751
CY
3259 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
3260 vc-annotate-show-diff-revision-at-line (Bug#8671).
3261
50b23e5a
GM
32622011-05-14 Glenn Morris <rgm@gnu.org>
3263
7210a739
GM
3264 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
3265 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
3266 (change-log-font-lock-keywords): Also handle multiple author lines
3267 with leading tabs. (Bug#8644)
7210a739 3268
4691905a
GM
3269 * calendar/appt.el (appt-check): Rename some local variables.
3270 Some simplification/reordering.
3271
50b23e5a
GM
3272 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
3273 (feedmail-sendmail-f-doesnt-sell-me-out)
3274 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
3275 (feedmail-debug-sit-for, feedmail-queue-express-hook)
3276 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
3277 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
3278 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
3279 (feedmail-binmail-gnulinuxish-template):
3280 Rename from feedmail-binmail-linuxish-template.
3281 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
3282 Use insert-buffer-substring.
3283
215cda7c
BC
32842011-05-14 Bill Carpenter <bill@carpenter.org>
3285
3286 * mail/feedmail.el (feedmail-patch-level): Increase.
3287 (feedmail-debug): New custom group.
3288 (feedmail-confirm-outgoing-timeout)
3289 (feedmail-sendmail-f-doesnt-sell-me-out)
3290 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
3291 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
3292 (feedmail-sender-line, feedmail-from-line)
3293 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 3294 (feedmail-spray-this-address)
215cda7c
BC
3295 (feedmail-spray-address-fiddle-plex-list)
3296 (feedmail-queue-use-send-time-for-date)
3297 (feedmail-queue-use-send-time-for-message-id)
3298 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
3299 (feedmail-buffer-eating-function):
3300 Doc fixes.
3301 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
3302 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
3303 (feedmail-message-action-scroll-down): New functions.
3304 (feedmail-queue-directory, feedmail-queue-draft-directory):
3305 Use expand-file-name.
3306 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
3307 Remove C-v help entry.
3308 (feedmail-queue-buffer-file-name): New variable.
3309 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
3310 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
3311 (feedmail-message-action-send-strong, feedmail-message-action-edit)
3312 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
3313 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
3314 (feedmail-message-action-toggle-spray)
3315 (feedmail-run-the-queue-no-prompts)
3316 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
3317 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
3318 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
3319 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
3320 (feedmail-envelope-deducer, feedmail-fiddle-from)
3321 (feedmail-fiddle-sender, feedmail-default-date-generator)
3322 (feedmail-fiddle-date, feedmail-fiddle-message-id)
3323 (feedmail-fiddle-spray-address)
3324 (feedmail-fiddle-list-of-spray-fiddle-plexes)
3325 (feedmail-fiddle-list-of-fiddle-plexes)
3326 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
3327 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
3328 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
3329 Change default. Doc fix.
3330 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
3331 (feedmail-binmail-linuxish-template): New constant.
3332 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
3333 Respect feedmail-sendmail-f-doesnt-sell-me-out.
3334 (feedmail-send-it): Add debug call.
3335 Use feedmail-queue-buffer-file-name, and
3336 feedmail-send-it-immediately-wrapper.
3337 (feedmail-message-action-send): Add debug call.
3338 Use feedmail-send-it-immediately-wrapper.
3339 (feedmail-queue-express-to-queue): Add debug call.
3340 Run feedmail-queue-express-hook.
3341 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
3342 (feedmail-message-action-help-blat):
3343 Rename from feedmail-queue-send-edit-prompt-help-first.
3344 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
3345 Check line-endings. Handle errors better.
3346 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
3347 Doc fix. Add debug call.
3348 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
3349 Use feedmail-queue-send-edit-prompt-inner.
3350 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
3351 (feedmail-queue-send-edit-prompt-inner): New function, extracted
3352 from feedmail-queue-send-edit-prompt.
3353 (feedmail-queue-send-edit-prompt-help)
3354 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
3355 (feedmail-tidy-up-slug): Add debug call.
3356 Respect feedmail-queue-slug-suspect-regexp.
3357 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
3358 (feedmail-dump-message-to-queue): Add debug call.
3359 Expand queue-directory.
3360 (feedmail-dump-message-to-queue): Change message slightly.
3361 Use feedmail-say-chatter.
3362 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
3363 (feedmail-send-it-immediately-wrapper): New function.
3364 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
3365 Insert empty string rather than newline. Handle full-frame case.
3366 Use catch/throw. Use feedmail-say-chatter.
3367 (feedmail-fiddle-from): Try mail-host-address.
3368 (feedmail-default-message-id-generator): Doc fix.
3369 Bind system-time-locale. Handle missing end.
3370 (feedmail-fiddle-x-mailer): Add debug call.
3371 Handle feedmail-x-mailer-line being nil.
3372 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
3373 Add debug call. Use buffer-substring-no-properties.
3374 (feedmail-say-debug, feedmail-say-chatter): New functions.
3375 (feedmail-find-eoh): Give an explicit error.
3376
42c7e61e
UJ
33772011-05-13 Ulf Jasper <ulf.jasper@web.de>
3378
c2571358 3379 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 3380 family from helvetica to sans.
c2571358 3381 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
3382 etc/images/newsticker.
3383
c2571358 3384 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
3385 family from helvetica to sans.
3386
3387 * net/newst-plainview.el (newsticker-new-item-face)
3388 (newsticker-old-item-face, newsticker-immortal-item-face)
3389 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 3390 (newsticker-statistics-face): Change default family from
42c7e61e 3391 helvetica to sans.
c2571358 3392 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
3393 etc/images/newsticker.
3394
3395 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
3396 (newsticker--process-auto-mark-filter-match): : Tell user about
3397 auto-marking.
3398
8497a297
DV
33992011-05-13 Didier Verna <didier@xemacs.org>
3400
3401 Common Lisp indentation improvements on defmethod and lambda-lists.
3402 * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
3403 (lisp-lambda-list-keyword-parameter-indentation)
3404 (lisp-lambda-list-keyword-parameter-alignment)
3405 (lisp-lambda-list-keyword-alignment): New customizable user options.
3406 (lisp-indent-defun-method): Improve docstring.
3407 (extended-loop-p): Fix comment.
3408 (lisp-indent-lambda-list-keywords-regexp): New variable.
3409 (lisp-indent-lambda-list): New function.
3410 (lisp-indent-259): Use it.
3411 (lisp-indent-defmethod): Support for more than one
3412 method qualifier and properly indent methods lambda-lists.
3413 (defgeneric): Provide a missing common-lisp-indent-function property.
3414
f278f87f
SM
34152011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3416
3417 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
3418 bounds for the empty string (bug#8667).
3419
5233edd7
GM
34202011-05-13 Glenn Morris <rgm@gnu.org>
3421
5237a44f
GM
3422 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
3423
8340026c 3424 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 3425 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 3426
5233edd7 3427 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 3428 (appt-time-msg-list): Doc fix.
a5464014 3429 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 3430
92d10796
AS
34312011-05-12 Andreas Schwab <schwab@linux-m68k.org>
3432
3433 * progmodes/ld-script.el (ld-script-keywords)
3434 (ld-script-builtins): Update keywords list.
3435
914a0ae1
SM
34362011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3437
c89be45f
SM
3438 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
3439
914a0ae1
SM
3440 * shell.el (shell-completion-vars): New function.
3441 (shell-mode):
3442 * simple.el (read-shell-command): Use it.
3443 (blink-matching-open): No need for " [...]" in minibuffer-message.
3444
98dc3df3
GM
34452011-05-12 Glenn Morris <rgm@gnu.org>
3446
3447 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
3448 (appt-check): Simplify.
3449
d2fc7e3d 34502011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21
EZ
3451
3452 * smerge-mode.el (smerge-resolve): Use null-device rather than a
3453 literal "/dev/null".
3454
d2fc7e3d 34552011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
3456
3457 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
3458 Fix typo.
3459
d2fc7e3d 34602011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 3461
3f254caa
SM
3462 * progmodes/which-func.el (which-function):
3463 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
3464 which might not be defined (Bug#8260).
3465
d45885f7
GM
34662011-05-12 Glenn Morris <rgm@gnu.org>
3467
3468 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3469 Let byte-compile-initial-macro-environment always take precedence.
3470
488086f4
SM
34712011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3472
3473 * net/rcirc.el: Add support for SSL/TLS connections.
3474 (rcirc-server-alist): New field `encryption'.
3475 (rcirc): Check `encryption' settings.
3476 (rcirc-connect): New arg `encryption'. Use open-network-stream.
3477 Merge make-local-variable into `set'.
3478 (rcirc--connection-open-p): New function.
3479 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
3480 the process is not a network process (e.g. running gnutls-cli).
3481 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3482 Make rcirc-(en|de)code-coding-system local here.
3483 (rcirc-mode): Merge make-local-variable into `set'.
3484 (rcirc-parent-buffer): Make permanent buffer-local.
3485 (rcirc-multiline-minor-mode): Don't do it here.
3486 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
3487 there's no server buffer.
3488
7d3b9d44
GM
34892011-05-11 Glenn Morris <rgm@gnu.org>
3490
f64049c6
GM
3491 * newcomment.el (comment-kill): Prefix "unused" local.
3492
93c9df73
GM
3493 * term/w32console.el (get-screen-color): Declare.
3494
7d3b9d44
GM
3495 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
3496 Handle symbol elements of byte-compile-initial-macro-environment.
3497
9e2dd53f
LL
34982011-05-10 Leo Liu <sdl.web@gmail.com>
3499
488086f4
SM
3500 * bookmark.el (bookmark-bmenu-mode-map):
3501 Bind bookmark-bmenu-search to `/'.
8b340240 3502
9e2dd53f 3503 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
3504 (footnote-unicode-string, footnote-unicode-regexp): New variable.
3505 (Footnote-unicode): New function.
3506 (footnote-style-alist): Add unicode style to the list.
3507 (footnote-style): Doc fix.
9e2dd53f 3508
79b70037
GM
35092011-05-10 Jim Meyering <meyering@redhat.com>
3510
3511 Fix doubled-word typos.
3512 * international/quail.el (quail-insert-kbd-layout): and and -> and
3513 * kermit.el: and and -> and
3514 * net/ldap.el (ldap-search-internal): to to -> to
3515 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
3516 * progmodes/js.el (js-mode): and and -> and
3517 * textmodes/artist.el (artist-move-to-xy): at at -> at
3518 (artist-draw-region-trim-line-endings): if if -> if
3519 And Safetyc -> Safety.
3520 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
3521
b8f82dc1 35222011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 3523 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
3524
3525 * files.el (hack-one-local-variable-eval-safep):
3526 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
3527
4f99f44b
GM
35282011-05-10 Glenn Morris <rgm@gnu.org>
3529
3530 * calendar/diary-lib.el (diary-list-entries-hook)
3531 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
3532 (diary-nongregorian-marking-hook, diary-list-entries)
3533 (diary-include-other-diary-files, diary-mark-entries)
3534 (diary-mark-included-diary-files): Doc fixes.
3535
84f29e6b
JB
35362011-05-09 Juanma Barranquero <lekktu@gmail.com>
3537
3538 * misc.el: Require tabulated-list.el during compilation.
3539
9bedd73a
CY
35402011-05-09 Chong Yidong <cyd@stupidchicken.com>
3541
488086f4
SM
3542 * progmodes/compile.el (compilation-start):
3543 Run compilation-filter-hook for the async case too.
9bedd73a
CY
3544 (compilation-filter-hook): Doc fix.
3545
797c735c
DD
35462011-05-09 Deniz Dogan <deniz@dogan.se>
3547
3548 * wdired.el: Remove outdated installation comment. Fix usage
3549 comment.
3550
5f4b1dfe
JB
35512011-05-09 Juanma Barranquero <lekktu@gmail.com>
3552
3553 * misc.el: Implement new command `list-dynamic-libraries'.
3554 (list-dynamic-libraries--loaded-only-p): New variable.
3555 (list-dynamic-libraries--refresh): New function.
3556 (list-dynamic-libraries): New command.
3557
4c44026c
CY
35582011-05-09 Chong Yidong <cyd@stupidchicken.com>
3559
488086f4
SM
3560 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3561 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
3562 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
3563 higher priority to avoid clobbering by gnu.
3564
027f966d
CY
35652011-05-08 Chong Yidong <cyd@stupidchicken.com>
3566
3567 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
3568 if the face has existing theme settings (Bug#8454).
3569
085f5d7d
CY
35702011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
3571
488086f4
SM
3572 * progmodes/perl-mode.el (perl-imenu-generic-expression):
3573 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 3574
2a86a00c
RS
3575 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
3576 special file names `.' and `..' (Bug#8259).
3577
d9c54a06
CY
35782011-05-08 Chong Yidong <cyd@stupidchicken.com>
3579
488086f4
SM
3580 * progmodes/grep.el (grep-mode-font-lock-keywords):
3581 Remove buffer-changing entries.
d9c54a06
CY
3582 (grep-filter): New function.
3583 (grep-mode): Add it to compilation-filter-hook.
3584
3585 * progmodes/compile.el (compilation-filter-hook)
3586 (compilation-filter-start): New defvars.
3587 (compilation-filter): Call compilation-filter-hook prior to
3588 updating the process mark.
3589
c4662635
SM
35902011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3591
3592 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
3593
b0512a1d
EZ
35942011-05-07 Eli Zaretskii <eliz@gnu.org>
3595
605c9376
EZ
3596 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
3597 mailclient-send-it even if window-system is nil. (Bug#8595)
3598
c4662635
SM
3599 * term/w32console.el (terminal-init-w32console):
3600 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
3601 background-mode. (Bug#8597)
3602
d1dc2cc2
SM
36032011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 Make bytecomp.el understand that defmethod defines funs (bug#8631).
3606 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
3607 New functions.
3608 (defgeneric, eieio--defmethod): Use them.
3609 (eieio-defgeneric): Remove.
3610 (defmethod): Call defgeneric in a way visible to the byte-compiler.
3611
915d1300
GM
36122011-05-07 Glenn Morris <rgm@gnu.org>
3613
a3961c3e
GM
3614 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
3615 Use let rather than let*.
3616 (timeclock-find-discrep): Remove unused local.
3617
314347b9
GM
3618 * calendar/diary-lib.el (diary-comment-start): Doc fix.
3619
915d1300
GM
3620 * calendar/appt.el (appt-time-msg-list): Doc fix.
3621
275b59b0
NF
36222011-05-06 Noah Friedman <friedman@splode.com>
3623
3624 * apropos.el (apropos-print-doc): Only use
3625 emacs-lisp-docstring-fill-column when it is bound to an integer,
3626 per that variable's documentation.
3627
6c19f744
SM
36282011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 3631 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 3632
60f884b2
GM
36332011-05-06 Glenn Morris <rgm@gnu.org>
3634
5006e634
GM
3635 * calendar/appt.el (appt-message-warning-time): Doc fix.
3636 (appt-warning-time-regexp): New option.
3637 (appt-make-list): Respect appt-message-warning-time.
3638
548d0a63
GM
3639 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
3640 New options.
3641 (diary-add-to-list): Strip comments from the displayed string.
3642 (diary-mode): Set comment-start and comment-end.
3643
60f884b2
GM
3644 * vc/diff-mode.el (smerge-refine-subst): Declare.
3645 (diff-refine-hunk): Don't require smerge-mode when compiling.
3646
989681bb
JB
36472011-05-06 Juanma Barranquero <lekktu@gmail.com>
3648
3649 * simple.el (list-processes): Return nil as the docstring says.
3650
a6bc05e1
MA
36512011-05-05 Michael Albinus <michael.albinus@gmx.de>
3652
3653 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
3654 to "".
3655 (ange-ftp-write-region, ange-ftp-insert-file-contents)
3656 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
3657 determining of binary transfer. (Bug#7383)
3658
23c22e9a
MA
36592011-05-05 Michael Albinus <michael.albinus@gmx.de>
3660
c4662635
SM
3661 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3662 Fix port computation bug. (Bug#8618)
23c22e9a 3663
0bff894f
GM
36642011-05-05 Glenn Morris <rgm@gnu.org>
3665
b8296902
GM
3666 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
3667
1f522ce8
GM
3668 * simple.el (shell-dynamic-complete-functions)
3669 (comint-dynamic-complete-functions): Declare.
3670
cf5bee67
GM
3671 * net/network-stream.el (gnutls-negotiate):
3672 * simple.el (tabulated-list-print): Fix declarations.
3673
3674 * progmodes/gud.el (syntax-symbol, syntax-point):
3675 Remove unnecessary and incorrect declarations.
3676
0bff894f
GM
3677 * emacs-lisp/check-declare.el (check-declare-scan):
3678 Handle byte-compile-initial-macro-environment in bytecomp.el
3679
9869b3ae
SM
36802011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3681
3682 Fix earlier half-done eieio-defmethod change (bug#8338).
3683 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
3684 Streamline and change calling convention.
3685 (defmethod): Adjust accordingly and simplify.
3686 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
3687 new eieio--defmethod.
3688 (slot-boundp): Minor CSE simplification.
3689
9c1d5ac5
MZ
36902011-05-05 Milan Zamazal <pdm@zamazal.org>
3691
3692 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
3693 (glasses-make-readable): Use glasses-separate-capital-groups.
3694
455c834e
JB
36952011-05-05 Juanma Barranquero <lekktu@gmail.com>
3696
3697 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
3698 (warning-series): Doc fix.
3699 (display-warning): Don't try to create the buffer if we just found it.
3700
9ed7c8cb
CY
37012011-05-04 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
3704 (autoload-find-generated-file): New function.
3705 (generate-file-autoloads): Bind generated-autoload-file to
3706 buffer-file-name.
9869b3ae
SM
3707 (update-file-autoloads, update-directory-autoloads):
3708 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
3709 output file (Bug#7989).
3710 (batch-update-autoloads): Doc fix.
3711
0898ca10
JB
37122011-05-04 Juanma Barranquero <lekktu@gmail.com>
3713
3714 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
3715
31dfb76c
GM
37162011-05-04 Glenn Morris <rgm@gnu.org>
3717
f330b642
GM
3718 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
3719 function, so it follows changes in calendar-date-style.
3720 (diary-fancy-date-matcher): New function.
3721 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
3722 (diary-fancy-font-lock-fontify-region-function):
3723 Use diary-fancy-date-pattern as a function.
3724
31dfb76c
GM
3725 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
3726 non-numbers for `year' etc pseudo-variables. (Bug#8583)
3727
48e79d6a
TZ
37282011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
3729
3730 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
3731 instead of positional arguments. Allow :keylist and :crlfiles
3732 arguments.
3733 (open-gnutls-stream): Call it.
3734
3735 * net/network-stream.el (network-stream-open-starttls): Adjust to
3736 call `gnutls-negotiate' with :process and :hostname arguments.
3737
dd5a5ee0
SM
37382011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3739
ef80fc09
SM
3740 * minibuffer.el (completion--message): New function.
3741 (completion--do-completion, minibuffer-complete)
3742 (minibuffer-force-complete, minibuffer-complete-word): Use it.
3743 (completion--do-completion): Don't ignore completion-auto-help when in
3744 icomplete-mode.
3745
dd5a5ee0
SM
3746 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
3747 internal encoding (e.g. tibetan zero is not whitespace).
3748 (global-whitespace-mode): Prefer save-current-buffer.
3749 (whitespace-trailing-regexp): Remove useless save-match-data.
3750 (whitespace-empty-at-bob-regexp): Minor simplification.
3751
b7d22a83
CY
37522011-05-03 Chong Yidong <cyd@stupidchicken.com>
3753
3754 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
3755
5192af46
AM
37562011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3757
3758 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 3759 Use `concat' to create string for insertion.
5192af46 3760
5767d190
SM
37612011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3762
3763 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
3764 Avoid open-line which runs post-self-insert-hook.
3765 (bibtex-fill-entry): Remove unused `end' var.
3766
bf242939
AM
37672011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
3768
5767d190
SM
3769 * textmodes/ispell.el (ispell-add-per-file-word-list):
3770 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 3771
25666126
LL
37722011-05-03 Leo Liu <sdl.web@gmail.com>
3773
3774 * isearch.el (isearch-yank-pop): New command.
5767d190 3775 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
3776 (isearch-forward): Mention it.
3777
52d3c2d0
SM
37782011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3779
1bcace58
SM
3780 * simple.el (minibuffer-complete-shell-command): Remove.
3781 (minibuffer-local-shell-command-map): Use completion-at-point.
3782 (read-shell-command): Setup completion vars here instead.
3783 (read-expression-map): Bind TAB to symbol completion.
3784
52d3c2d0
SM
3785 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
3786 error directly rather via storing it into `results'.
3787
35813471
LL
37882011-05-02 Leo Liu <sdl.web@gmail.com>
3789
3790 * vc/diff.el: Fix description.
3791
e793a940
LMI
37922011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3793
3794 * server.el (server-eval-at): New function.
3795
8de66e05
LMI
37962011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3797
3798 * net/network-stream.el (open-network-stream): Take a :nowait
3799 parameter and pass it on to `make-network-process'.
3800 (network-stream-open-plain): Ditto.
3801
dcb79f20
AS
38022011-04-30 Andreas Schwab <schwab@linux-m68k.org>
3803
3804 * faces.el (face-spec-set-match-display): Don't match toolkit
3805 options on terminal frames.
3806
14a7fbd8
SM
38072011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3808
7eabc1be
SM
3809 * progmodes/pascal.el: Use lexical binding.
3810 (pascal-mode-map): Remove author preferences.
3811
14a7fbd8
SM
3812 * pcomplete.el (pcomplete-std-complete): Don't abuse
3813 completion-at-point.
3814
50f84510
JB
38152011-04-28 Juanma Barranquero <lekktu@gmail.com>
3816
6e087a44
JB
3817 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
3818 removing code that has been dead since 1991 or so.
3819
50f84510
JB
3820 * startup.el (command-line): When warning about "_emacs", use a
3821 delayed warning to allow the user to filter it out.
3822
0ba690bd
DD
38232011-04-28 Deniz Dogan <deniz@dogan.se>
3824
3825 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
3826 user has not joined.
3827
08abfaad
SM
38282011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
3831 aren't any completions at point.
3832
638f053a
JB
38332011-04-28 Juanma Barranquero <lekktu@gmail.com>
3834
3835 * subr.el (display-delayed-warnings): New function.
3836 (delayed-warnings-hook): New variable.
3837
8fff8daa
SM
38382011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3839
08abfaad
SM
3840 * minibuffer.el (completion-at-point, completion-help-at-point):
3841 Don't presume that a given completion-at-point-function will always
3842 use the same calling convention.
3843
8fff8daa
SM
3844 * pcomplete.el (pcomplete-completions-at-point):
3845 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
3846 pcomplete-seen is non-nil.
3847 (pcomplete-comint-setup): Also recognize the new comint/shell
3848 completion functions.
3849 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
3850 pcomplete-seen is non-nil.
3851
841a1577 38522011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 3853
841a1577 3854 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 3855 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 3856 the first character in the entry. This allows for code to add its
211ec907
UJ
3857 own uid to the entry.
3858 (icalendar--convert-float-to-ical): Add export of
3859 `diary-float'-entries save for those with the optional DAY
3860 argument.
3861
2a782793
DC
38622011-04-27 Daniel Colascione <dan.colascione@gmail.com>
3863
3864 * subr.el (shell-quote-argument): Use alternate escaping strategy
3865 when we spot a variable reference in a string.
3866
0438ce91
DC
38672011-04-26 Daniel Colascione <dan.colascione@gmail.com>
3868
3869 * cus-start.el (all): Define customization for debug-on-event.
3870
841a1577 38712011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
3872
3873 * subr.el (shell-quote-argument): Escape correctly under Windows.
3874
d090ed6c
SM
38752011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3876
3877 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
3878
bfd31217
MA
38792011-04-25 Michael Albinus <michael.albinus@gmx.de>
3880
d090ed6c
SM
3881 * net/tramp.el (tramp-process-actions): Add POS argument.
3882 Delete region between POS and (pos).
bfd31217 3883
d090ed6c
SM
3884 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3885 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
3886 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
3887
3888 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
3889 position in `tramp-process-actions' call.
3890
3891 * net/trampver.el: Update release number.
3892
e92f3bd3
SM
38932011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3894
850256b5
SM
3895 * custom.el (defcustom): Obey lexical-binding.
3896
e92f3bd3
SM
3897 Fix octave-inf completion problems reported by Alexander Klimov.
3898 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
3899 Inherit from octave-mode-syntax-table.
3900 (inferior-octave-mode): Set info-lookup-mode.
3901 (inferior-octave-completion-at-point): New function.
3902 (inferior-octave-complete): Use it and completion-in-region.
3903 (inferior-octave-dynamic-complete-functions): Use it as well, and use
3904 comint-filename-completion.
3905 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
3906 symbol elements which shouldn't be word elements.
3907 (octave-font-lock-keywords, octave-beginning-of-defun)
3908 (octave-function-header-regexp): Adjust regexps accordingly.
3909 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
3910
cd22b309
JB
39112011-04-25 Juanma Barranquero <lekktu@gmail.com>
3912
3913 * net/gnutls.el (gnutls-errorp): Declare before first use.
3914
8b492194
TZ
39152011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
3916
3917 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
3918 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
3919 default trustfile exists before going to use it. Add missing
3920 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
3921 Reported by Claudio Bley <claudio.bley@gmail.com>.
3922 (open-gnutls-stream): Add usage example.
3923
3924 * net/network-stream.el (network-stream-open-starttls): Give host
3925 parameter to `gnutls-negotiate'.
3926 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 3927 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 3928
841a1577 39292011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 3930
cd22b309
JB
3931 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3932 Use correct match group (bug#8438).
05842630 3933
3ba7869c
CY
39342011-04-24 Chong Yidong <cyd@stupidchicken.com>
3935
512e3ae1
CY
3936 * emacs-lisp/package.el (package-built-in-p): Fix typo.
3937 (package-menu--generate): New arg specifying packages to show.
3938 (package-menu-refresh, package-menu-execute, list-packages):
3939 Callers changed.
3940 (package-show-package-list): New function, replacing deleted
3941 package--list-packages (renamed because it is non-internal).
3942
3943 * finder.el (finder-list-matches): Use package-show-package-list
3944 instead of deleted package--list-packages.
3945
e92f3bd3
SM
3946 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
3947 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
3948 (vc-annotate-mode-map): Bind it to RET.
3949
7031be6d
UR
39502011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
3951
3952 * progmodes/etags.el (next-file): Don't use set-buffer to change
3953 buffers (Bug#8478).
3954
4ef177aa
CY
39552011-04-24 Chong Yidong <cyd@stupidchicken.com>
3956
c8d173eb
CY
3957 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
3958
4ef177aa
CY
3959 * apropos.el (apropos-label-face): Avoid variable-pitch face.
3960 (apropos-accumulator): Doc fix.
3961 (apropos-function, apropos-macro, apropos-command)
3962 (apropos-variable, apropos-face, apropos-group, apropos-widget)
3963 (apropos-plist): Add face property.
3964 (apropos-symbols-internal): Fix indentation.
3965 (apropos-print): Simplify help, and recognize apropos-multi-type.
3966 (apropos-print-doc): Use button-type-get to extract the button's
3967 face property. Fill docstring (Bug#8352).
3968
4ffd0d6b 39692011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
3970
3971 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
3972
c6c32125 3973 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 3974 (mpuz-mode-map): Use mapc.
c6c32125
JB
3975 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
3976 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
3977 Fix typos in docstrings.
3978
58d468b4
JB
3979 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
3980 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
3981
6470c3c6
JB
3982 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
3983
4ffd0d6b 39842011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
3985
3986 * minibuffer.el (completion--do-completion): Avoid the "Next char
3987 not unique" prompt if icomplete-mode is enabled (Bug#5849).
3988
3ad8bad0
CY
3989 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
3990 mouse-2 into unread-command-events, it is interpreted correctly.
3991
71d73c9c 3992 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 3993 (image-toggle-display): Doc fix.
71d73c9c 3994
841a1577 39952011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 3996
4ffd0d6b
GM
3997 * textmodes/page.el (what-page): Use line-number-at-pos to
3998 calculate line number (Bug#6825).
6e1dbaa9 3999
c2fb1b60
JB
40002011-04-22 Juanma Barranquero <lekktu@gmail.com>
4001
4002 * eshell/esh-mode.el (find-tag-interactive): Declare function.
4003 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
4004 Pass argument NO-DEFAULT to `find-tag-interactive'.
4005
e02f48d7
JB
40062011-04-22 Juanma Barranquero <lekktu@gmail.com>
4007
4008 Lexical-binding cleanup.
4009
4010 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
4011 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
4012 * progmodes/ada-prj.el (ada-prj-initialize-values)
4013 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
4014 (ada-prj-show-value):
4015 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
4016 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
4017 (antlr-invalidate-context-cache, antlr-options-menu-filter)
4018 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
4019 * progmodes/bug-reference.el (bug-reference-push-button):
4020 * progmodes/fortran.el (fortran-line-length):
4021 * progmodes/glasses.el (glasses-change):
4022 * progmodes/octave-mod.el (octave-fill-paragraph):
4023 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
4024 (python-pdbtrack-grub-for-buffer, python-sentinel):
4025 * progmodes/sql.el (sql-save-connection):
4026 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
4027 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
4028 Mark unused parameters.
4029
4030 * progmodes/compile.el (compilation--flush-directory-cache)
4031 (compilation--flush-parse, compile-internal): Mark unused parameters.
4032 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
4033 (compilation-next-error-function): Remove unused variable `timestamp'.
4034
4035 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
4036 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
4037
4038 * progmodes/dcl-mode.el (dcl-end-of-command):
4039 Remove unused variable `start'.
4040 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
4041 (dcl-option-value-basic, dcl-option-value-offset)
4042 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
4043 Mark unused parameters.
4044 (dcl-save-local-variable): Remove unused variable `val'.
4045 (mode): Declare.
4046
4047 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
4048 Mark unused parameters.
4049 (delphi-ignore-changes): Move before first use.
4050 (delphi-charset-token-at): Remove unused variable `start'.
4051 (delphi-else-start): Remove unused variable `if-count'.
4052 (delphi-comment-block-start, delphi-comment-block-end):
4053 Remove unused variable `kind'.
4054 (delphi-indent-line): Remove unused variable `new-point'.
4055
4056 * progmodes/ebrowse.el (ebrowse-files-list)
4057 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
4058 Mark unused parameters. Don't quote `lambda'.
4059 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
4060 Don't quote `lambda'.
4061 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
4062 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
4063 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
4064 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
4065 Use `ignore-errors'.
4066 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
4067 (ebrowse-view/find-file-and-search-pattern)
4068 (ebrowse-view/find-member-declaration/definition):
4069 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
4070 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
4071 Rename parameter PREFIX-ARG to PREFIX.
4072 (ebrowse-tags-read-name): Remove unused variables `start' and
4073 `member-info'.
4074 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
4075 to `tags-file'.
4076
4077 * progmodes/etags.el (local-find-tag-hook): Declare.
4078 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
4079 Mark unused parameters.
4080
4081 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
4082 (executable-interpret): Mark unused parameter.
4083
4084 * progmodes/flymake.el (flymake-process-sentinel)
4085 (flymake-after-change-function)
4086 (flymake-create-temp-with-folder-structure)
4087 (flymake-get-include-dirs-dot): Mark unused parameters.
4088 (flymake-safe-delete-directory): Remove unused variable `err'.
4089
4090 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
4091 (speedbar-timer-fn, speedbar-line-text)
4092 (speedbar-change-expand-button-char, speedbar-delete-subblock)
4093 (speedbar-center-buffer-smartly): Declare functions.
4094 (gdb-find-watch-expression): Remove unused variable `array'.
4095 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
4096 (gdb-starting): Mark unused parameters.
4097 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
4098 (gdb-table-string): Remove unused variable `res'.
4099 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
4100 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
4101 (gdb-display-buffer): Remove unused variable `cur-size'.
4102
4103 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
4104 allow lexical-binding compilation.
4105 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
4106 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
4107 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
4108 Mark unused parameters.
4109 (gud-gdb-marker-filter): Remove unused variable `match'.
4110 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
4111 lambda expressions and funcall them, instead of using `fset'.
4112
4113 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
4114 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
4115
4116 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
4117 variable `header-beg'; use `let'.
4118
4119 * progmodes/icon.el (indent-icon-exp): Remove unused variables
4120 `restart', `last-sexp' and `at-do'.
4121
4122 * progmodes/js.el (js--debug): Mark unused parameter.
4123 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
4124 (js--splice-into-items): Remove unused variable `item'.
4125 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
4126
4127 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
4128 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
4129 (makefile-complete): Remove unused variable `try'.
4130 (makefile-fill-paragraph, makefile-match-function-end):
4131 Mark unused parameters.
4132
4133 * progmodes/octave-inf.el (inferior-octave-complete):
4134 Remove unused variable `proc'.
4135 (inferior-octave-output-digest): Mark unused parameter.
4136
4137 * progmodes/perl-mode.el (perl-calculate-indent):
4138 Remove unused variable `err'.
4139
4140 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
4141 (prolog-indent-line): Mark unused parameters.
4142 (prolog-indent-line): Remove unused variable `beg'.
4143
4144 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
4145 (reporter-dont-compact-list): Declare.
4146
4147 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
4148 Remove unused variable `char'.
4149 (sh-debug): Mark unused parameter.
4150 (sh-get-indent-info): Remove unused variable `start'.
4151 (sh-calculate-indent): Remove unused variable `var'.
4152
4153 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
4154 (simula-electric-keyword): Remove unused variable `null'.
4155 (simula-search-backward, simula-search-forward): Remove unused
4156 variables `begin' and `end'.
4157
4158 * progmodes/vera-mode.el (vera-guess-basic-syntax):
4159 Remove unused variable `pos'.
4160 (vera-electric-tab, vera-comment-uncomment-region):
4161 Mark unused parameters.
4162 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
4163
7ede3b65
CY
41642011-04-22 Chong Yidong <cyd@stupidchicken.com>
4165
4166 * emacs-lisp/package.el (package--builtins, package-alist)
4167 (package-load-descriptor, package-built-in-p, package-activate)
4168 (define-package, package-installed-p)
4169 (package-compute-transaction, package-buffer-info)
4170 (package--push): Doc fix. Distinguish more clearly between
4171 version strings and version lists.
4172
121656e9
JB
41732011-04-21 Juanma Barranquero <lekktu@gmail.com>
4174
4175 Lexical-binding cleanup.
4176
4177 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
4178 (5x5-make-mutate-best):
4179 * play/fortune.el (fortune-in-buffer):
4180 * play/gomoku.el (gomoku-init-display):
4181 * play/solitaire.el (solitaire, solitaire-do-check):
4182 * play/tetris.el (tetris-default-update-speed-function):
4183 Mark unused parameters.
4184
4185 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
4186 (bubbles--shift): Remove unused variable `char-org'.
4187 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
4188 (bubbles--show-images): Remove unused variable `char'.
4189
4190 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
4191 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
4192 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
4193 (decipher-analyze-buffer): Use ?\s.
4194 (decipher-make-checkpoint): Remove unused variable `mapping'.
4195
4196 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
4197
4198 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
4199 Remove unused variable `result'; use `let'.
4200
4201 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
4202 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
4203 (gametree-children-shown-p, gametree-compute-reduced-score):
4204 Use `ignore-errors'.
4205
4206 * play/handwrite.el (ps-lpr-switches): Declare.
4207 (handwrite): Remove unused variables `pmin' and `lastp'.
4208
4209 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
4210
4211 * play/landmark.el (landmark-init-display)
4212 (landmark-update-naught-weights): Mark unused parameters.
4213 (landmark-y): Remove unused variable `noise'. Simplify.
4214 (landmark-human-plays): Remove unused variable `score'.
4215
4216 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
4217 (mpuz-try-proposal): Remove unused variable `game'.
4218
4219 * play/zone.el (life-patterns): Declare.
4220
80f499c7
JB
42212011-04-20 Juanma Barranquero <lekktu@gmail.com>
4222
4223 * vc/vc.el (ediff-vc-internal): Declare function.
4224
024ff170
SM
42252011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4226
c0a193ea
SM
4227 * shell.el: Use lexical-binding and std completion UI.
4228 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
4229 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
4230 comint-preoutput-filter-functions rather than on
4231 comint-output-filter-functions.
4232 (shell-command-completion, shell--command-completion-data)
4233 (shell-filename-completion, shell-environment-variable-completion)
4234 (shell-c-a-p-replace-by-expanded-directory): New functions.
4235 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
4236 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
4237 (shell-dynamic-complete-environment-variable): Use them.
4238 (shell-dynamic-complete-as-environment-variable)
4239 (shell-dynamic-complete-as-command): Remove.
4240 (shell-match-partial-variable): Match past point.
4241 * comint.el: Clean up use of completion-at-point-functions.
4242 (comint-completion-at-point): New function.
4243 (comint-mode): Use it completion-at-point-functions.
4244 (comint-dynamic-complete): Make it obsolete.
4245 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
4246 (comint-c-a-p-replace-by-expanded-history): New function.
4247 (comint-dynamic-complete-functions)
4248 (comint-replace-by-expanded-history): Use it.
4249 * minibuffer.el (completion-table-with-terminator): Allow dynamic
4250 termination strings. Try harder to avoid second try-completion.
4251 (completion-in-region-mode-map): Disable bindings that don't work yet.
4252
2dbaa080
SM
4253 * comint.el: Use lexical-binding. Require CL.
4254 (comint-dynamic-complete-functions): Use comint-filename-completion.
4255 (comint-completion-addsuffix): Tweak custom type.
4256 (comint-filename-completion, comint--common-suffix)
4257 (comint--common-quoted-suffix, comint--table-subvert)
4258 (comint--complete-file-name-data): New functions.
4259 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
4260 (comint-dynamic-list-filename-completions): Use them.
4261 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 4262
2dbaa080
SM
4263 * minibuffer.el (completion-in-region-mode):
4264 Keep completion-in-region-mode--predicate global.
4265 (completion-in-region--postch):
4266 Assume completion-in-region-mode--predicate is not null.
4267
c79a6f38
SM
4268 * progmodes/flymake.el (flymake-start-syntax-check-process):
4269 Obey `dir'. Simplify.
4270
024ff170
SM
4271 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
4272 we're in VC after all.
4273
1c6c854e
CS
42742011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
4275
4276 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 4277 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
4278 (vc-version-diff): Use vc-diff-build-argument-list-internal.
4279
bed7f140
SM
42802011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4281
332e62ab
SM
4282 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
4283 add sanity check.
4284
bed7f140
SM
4285 * obsolete/erc-hecomplete.el: Make obsolete.
4286 * obsolete/: Standardize obsolescence info in the header.
4287
f195c582
GM
42882011-04-20 Glenn Morris <rgm@gnu.org>
4289
4290 * calendar/solar.el (solar-horizontal-coordinates):
4291 Use the longitude argument rather than `calendar-longitude'.
4292 (solar-date-next-longitude): Remove unused locals.
4293
cb79b8c0
VJL
42942011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4295
4296 * whitespace.el: New version 13.2.1.
4297
42982011-04-20 felix <EmacsWiki> (tiny change)
4299
d8e4b68b 4300 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
4301 switching between major modes on a file.
4302
602ea69d
SM
43032011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
4306 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
4307 multi-line comments as well.
4308
06b60517
JB
43092011-04-19 Juanma Barranquero <lekktu@gmail.com>
4310
4311 Lexical-binding cleanup.
4312
4313 * arc-mode.el (archive-mode-revert):
4314 * cmuscheme.el (scheme-interactively-start-process):
4315 * custom.el (custom-initialize-delay):
4316 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
4317 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
4318 * emacs-lock.el (emacs-lock-clear-sentinel):
4319 * ezimage.el (defezimage):
4320 * follow.el (follow-avoid-tail-recenter):
4321 * fringe.el (set-fringe-mode-1):
4322 * generic-x.el (bat-generic-mode-compile):
4323 * help-mode.el (help-info-variable, help-do-xref)
4324 (help-mode-revert-buffer):
4325 * help.el (view-emacs-todo):
4326 * iswitchb.el (iswitchb-completion-help):
4327 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
4328 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
4329 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
4330 * locate.el (locate-update):
4331 * longlines.el (longlines-encode-region)
4332 (longlines-after-change-function):
4333 * outline.el (outline-isearch-open-invisible):
4334 * ps-def.el (declare-function, charset-dimension, char-width)
4335 (encode-char):
4336 * ps-mule.el (ps-mule-plot-string):
4337 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
4338 (recentf-edit-list-select, recentf-edit-list-validate)
4339 (recentf-open-files-action):
4340 * rect.el (delete-whitespace-rectangle-line)
4341 (rectangle-number-line-callback):
4342 * register.el (window-configuration-to-register)
4343 (frame-configuration-to-register):
4344 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
4345 * select.el (xselect-convert-to-string, xselect-convert-to-length)
4346 (xselect-convert-to-targets, xselect-convert-to-delete)
4347 (xselect-convert-to-filename, xselect-convert-to-charpos)
4348 (xselect-convert-to-lineno, xselect-convert-to-colno)
4349 (xselect-convert-to-os, xselect-convert-to-host)
4350 (xselect-convert-to-user, xselect-convert-to-class)
4351 (xselect-convert-to-name, xselect-convert-to-integer)
4352 (xselect-convert-to-atom, xselect-convert-to-identity):
4353 * subr.el (declare, ignore, process-kill-without-query)
4354 (text-clone-maintain):
4355 * terminal.el (te-get-char, te-tic-sentinel):
4356 * tool-bar.el (tool-bar-make-keymap):
4357 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
4358 * type-break.el (type-break-mode, type-break-noninteractive-query):
4359 * view.el (View-back-to-mark):
4360 * wid-browse.el (widget-browse-action, widget-browse-widget)
4361 (widget-browse-widgets, widget-browse-sexp):
4362 * widget.el (define-widget-keywords):
4363 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
4364 Mark unused parameters.
4365
4366 * align.el (align-adjust-col-for-rule): Mark unused parameter.
4367 (align-areas): Remove unused variable `look'.
4368 (align-region): Remove unused variables `real-end' and `pos-list'.
4369
4370 * apropos.el (apropos-score-doc): Remove unused variable `i'.
4371
4372 * bindings.el (mode-line-modified, mode-line-remote):
4373 Mark unused parameters.
4374 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
4375
4376 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
4377 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
4378
4379 * comint.el (comint-history-isearch-pop-state)
4380 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
4381 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
4382 (comint-substitute-in-file-name): Doc fix.
4383
4384 * completion.el (cmpl-statistics-block): Mark unused parameter.
4385 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
4386 (save-completions-to-file, load-completions-from-file):
4387 Remove unused local variable `e'.
4388
4389 * composite.el (compose-chars): Remove unused variable `len'.
4390 (lgstring-insert-glyph): Remove unused variable `g'.
4391 (compose-glyph-string): Remove unused variables `ascent',
4392 `descent', `lbearing' and `rbearing'.
4393 (compose-glyph-string-relative): Remove unused variables
4394 `lbearing', `rbearing' and `wadjust'.
4395 (compose-gstring-for-graphic): Remove unused variables `header',
4396 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
4397 (compose-gstring-for-terminal): Remove unused variables `header'
4398 and `nchars'. Use `let', not `let*'.
4399
4400 * cus-edit.el (Custom-set, Custom-save, custom-reset)
4401 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
4402 (Custom-buffer-done, custom-buffer-create-internal)
4403 (custom-browse-visibility-action, custom-browse-group-tag-action)
4404 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
4405 (widget-magic-mouse-down-action, custom-toggle-parent)
4406 (custom-add-parent-links, custom-toggle-hide-variable)
4407 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
4408 (custom-toggle-hide-face, face, hook, custom-group-link-action)
4409 (custom-face-menu-create, custom-variable-menu-create, get)
4410 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
4411 (custom-reset-standard-save-and-update): Remove unused variable `value'.
4412 (customize-apropos): Remove unused variable `tests'.
4413 (custom-group-value-create): Remove unused variable `hidden-p'.
4414 (sort-fold-case): Declare.
4415
4416 * cus-theme.el (custom-reset-standard-faces-list)
4417 (custom-reset-standard-variables-list): Declare.
4418 (customize-create-theme, custom-theme-revert, custom-theme-write)
4419 (custom-theme-choose-mode, customize-themes, custom-theme-save):
4420 Mark unused parameters.
4421
4422 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
4423
4424 * delim-col.el (delimit-columns-max): Move defvar before first use.
4425
4426 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 4427 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
4428
4429 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
4430 (auto-insert): Declare.
4431 (desktop-restore-file-buffer): Rename desktop-* parameters;
4432 mark unused ones.
4433 (desktop-create-buffer): Rename desktop-* parameters and bind them.
4434 (desktop-buffer): Rename desktop-* parameters.
4435
4436 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
4437 (dframe-reposition-frame-xemacs, dframe-help-echo)
4438 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
4439 Mark unused parameters.
4440
4441 * dired-aux.el (backup-extract-version-start, overwrite-query)
4442 (overwrite-backup-query, rename-regexp-query)
4443 (rename-non-directory-query): Declare.
4444 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
4445 (dired-add-entry): Remove unused variable `orig-file-name'.
4446 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
4447 Use parameter PRESERVE-TIME instead of accessing dynamic variable
4448 `dired-copy-preserve-time' directly.
4449 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
4450 (dired-insert-subdir-newpos): Rename unused variable `pos'.
4451
4452 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
4453 (dired-virtual-revert, dired-make-relative-symlink):
4454 Mark unused parameters.
4455 (manual-program): Declare.
4456 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
4457 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
4458 wrapped in `with-no-warnings' to avoid replacing one warning by another.
4459
4460 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
4461
4462 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
4463
4464 * echistory.el (electric-history-in-progress, Helper-return-blurb):
4465 Declare.
4466
4467 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
4468
4469 * electric.el (Electric-command-loop): Rename parameter
4470 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
4471
4472 * expand.el (expand-in-literal): Remove unused variable `here'.
4473
4474 * facemenu.el (facemenu-add-new-color):
4475 Remove unused variable `docstring'.
4476
4477 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
4478 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
4479 (face-attr-construct): Mark unused parameter. Doc fix.
4480 (read-color): Remove unused variable `hex-string'.
4481
4482 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
4483 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
4484 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
4485 (display-buffer-other-frame): Remove unused variable `old-window'.
4486 (kill-buffer-hook): Declare.
4487 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
4488 Mark unused parameters.
4489 (after-find-file): Pass 1 to `auto-save-mode', not t.
4490
4491 * files-x.el (auto-insert): Declare.
4492 (modify-file-local-variable-prop-line): Remove unused variable `val'.
4493
4494 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 4495 variable `buf'. Mark unused parameter.
06b60517
JB
4496 (find-lisp-insert-directory): Mark unused parameter.
4497
4498 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
4499 (format-encode-region): Remove unused variables `cur-buf' and `result'.
4500 (format-common-tail): Remove, unused.
4501 (format-deannotate-region): Remove unused variable `loc'.
4502 (format-annotate-region): Remove unused variable `p'.
4503 (format-annotate-single-property-change): Remove unused variables
4504 `default' and `tail'.
4505
4506 * forms.el (read-file-filter): Declare.
4507 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
4508
4509 * frame.el (frame-creation-function-alist): Mark unused parameter.
4510 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
4511
4512 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
4513 Remove unused parameters.
4514 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
4515 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
4516
4517 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
4518 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
4519 (hfy-prepare-tag-map): Mark unused parameters.
4520 (htmlfontify-buffer): Use `called-interactively-p'.
4521
4522 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
4523 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
4524 (ibuffer-do-occur): Mark unused parameters.
4525 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
4526 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
4527
4528 * ibuffer.el: Don't quote `lambda'.
4529 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
4530 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
4531 Mark unused parameters.
4532
4533 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
4534 (ido-completing-read): Mark unused parameters.
4535 (ido-copy-current-word): Mark unused parameters;
4536 remove unused variable `name'.
4537 (ido-sort-merged-list): Remove unused parameter `dirs'.
4538
4539 * ielm.el (ielm-input-sender): Mark unused parameter.
4540 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
4541 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
4542 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
4543 `ielm-string' as a dynamic variable accessible from the IELM prompt.
4544 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
4545
4546 * image-dired.el (image-dired-display-thumbs): Remove unused
4547 variables `curr-file' and `count'.
4548 (image-dired-remove-tag): Remove unused variable `start'.
4549 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
4550 variable `curr-file'
4551 (image-dired-rotate-original): Remove unused variable `temp-file'.
4552 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
4553 Remove unused variable `file'.
4554 (image-dired-gallery-generate): Remove unused variable `curr'.
4555 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
4556
4557 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
4558
4559 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
4560
4561 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
4562
4563 * isearch.el (minibuffer-history-symbol): Declare.
4564 (isearch-edit-string): Remove unused variable `err'.
4565 (isearch-message-prefix, isearch-message-suffix):
4566 Mark unused parameters.
4567
4568 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
4569
4570 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
4571
4572 * makesum.el (double-column): Remove unused variable `cnt'.
4573
4574 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
4575 (ido-ignore-item-temp-list): Declare.
4576
4577 * mouse-drag.el (mouse-drag-throw): Remove unused variables
4578 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
4579 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
4580 (mouse-drag-drag): Remove unused variables `mouse-delta' and
4581 `mouse-col-delta'.
4582
4583 * mouse-sel.el (mouse-extend-internal):
4584 Remove unused variable `orig-window-frame'.
4585
4586 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
4587 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
4588 Move declarations before first use.
4589 (pcomplete-opt): Mark unused parameters; doc fix.
4590
4591 * proced.el (proced-revert): Mark unused parameter.
4592 (proced-send-signal): Remove unused variable `err'.
4593
4594 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
4595 Rename parameter PREFIX-ARG to ARG.
4596 (ps-basic-plot-string, ps-basic-plot-whitespace):
4597 Mark unused parameters.
4598
4599 * replace.el (replace-count): Define.
4600 (occur-revert-function): Mark unused parameters.
4601 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
4602 (isearch-case-fold-search, isearch-string): Declare.
4603 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
4604 bind `case-fold-search'. Remove unused variables `beg' and `end',
4605 and simplify.
4606 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
4607 COUNT and bind `replace-count'.
4608 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
4609 to COUNT.
4610
4611 * savehist.el (print-readably, print-string-length): Declare.
4612
4613 * shadowfile.el (shadow-expand-cluster-in-file-name):
4614 Remove unused variable `cluster'.
4615 (shadow-copy-file): Remove unused variable `i'.
4616 (shadow-noquery, shadow-clusters, shadow-site-cluster)
4617 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
4618 (shadow-define-literal-group, shadow-define-regexp-group)
4619 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
4620
4621 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
4622 (shell): Use `called-interactively-p'.
4623 (shell-directory-tracker): Remove unused variable `chdir-failure'.
4624
4625 * simple.el (compilation-context-lines, comint-file-name-quote-list)
4626 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
4627 (delete-backward-char): Remove unused variable `ocol'.
4628 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
4629 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
4630 (event-apply-hyper-modifier, event-apply-shift-modifier)
4631 (event-apply-control-modifier, event-apply-meta-modifier):
4632 Mark unused parameters.
4633 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
4634 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
4635
4636 * speedbar.el (speedbar-ignored-directory-expressions)
4637 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
4638 (speedbar-find-file, speedbar-dir-follow)
4639 (speedbar-directory-buttons-follow, speedbar-tag-find)
4640 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
4641 (speedbar-buffers-line-directory, speedbar-buffer-click):
4642 Mark unused parameters.
4643 (speedbar-tag-file): Remove unused variable `mode'.
4644 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
4645
4646 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
4647
4648 * talk.el (talk): Remove unused variable `display'.
4649
4650 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
4651 (tar-write-region-annotate): Mark unused parameter.
4652
4653 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
4654 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
4655 Declare them, wrapped in `with-no-warnings' to avoid replacing one
4656 warning by another.
4657
4658 * time-stamp.el (time-stamp-string-preprocess):
4659 Remove unused variable `require-padding'.
4660
4661 * tree-widget.el (widget-glyph-enable): Declare.
4662 (tree-widget-action): Mark unused parameter.
4663
4664 * w32-fns.el (x-get-selection): Mark unused parameter.
4665 (autoload-make-program, generated-autoload-file): Declare.
4666
4667 * wdired.el (wdired-revert): Mark unused parameters.
4668 (wdired-xcase-word): Remove unused variable `err'.
4669
4670 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
4671 (whitespace-help-scroll): Remove unused variable `data-help'.
4672
4673 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
4674 (widget-image-insert, widget-after-change, default)
4675 (widget-default-format-handler, widget-default-notify)
4676 (widget-default-prompt-value, widget-info-link-action)
4677 (widget-url-link-action, widget-function-link-action)
4678 (widget-variable-link-action, widget-file-link-action)
4679 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
4680 (widget-field-prompt-internal, widget-field-action, widget-field-match)
4681 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
4682 (widget-insert-button-action, widget-delete-button-action, visibility)
4683 (widget-documentation-link-action, widget-documentation-string-action)
4684 (widget-const-prompt-value, widget-regexp-match, symbol)
4685 (widget-coding-system-prompt-value)
4686 (widget-key-sequence-value-to-external, sexp)
4687 (widget-sexp-value-to-internal, character, vector, cons)
4688 (widget-choice-prompt-value, widget-boolean-prompt-value)
4689 (widget-color--choose-action): Mark unused parameters.
4690 (widget-item-match-inline, widget-choice-match-inline)
4691 (widget-checklist-match, widget-checklist-match-inline)
4692 (widget-group-match): Rename parameter VALUES to VALS.
4693 (widget-field-value-set): Remove unused variable `size'.
4694 (widget-color-action): Remove unused variables `value' and `start'.
4695
4696 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 4697 variable `dir'. Doc fix.
06b60517
JB
4698 (windmove-find-other-window): Don't pass it.
4699
4700 * window.el (count-windows): Mark unused parameter.
4701 (bw-adjust-window): Remove unused variable `err'.
4702
4703 * woman.el (woman-file-name): Remove unused variable `default'.
4704 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
4705 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
4706 (global-font-lock-mode): Declare.
4707 (woman-decode-region): Mark unused parameter.
4708 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
4709
4710 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
4711 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
4712 (x-dnd-handle-moz-url): Remove unused variable `title'.
4713 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
4714
4715 * xml.el (xml-parse-tag, xml-parse-attlist):
4716 Remove unused variable `pos'.
4717
bc4f7f3d
GM
47182011-04-19 Glenn Morris <rgm@gnu.org>
4719
4720 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
4721 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4722 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4723 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
4724 * calendar/cal-html.el (cal-html-insert-minical):
4725 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
4726 (calendar-mark-date-pattern):
4727 Prefix "unused" locals.
4728
4729 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
4730 optional argument `style'.
4731
4732 * calendar/appt.el (appt-make-list):
4733 * calendar/cal-china.el (calendar-chinese-date-string):
4734 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
4735 (diary-hebrew-yahrzeit):
4736 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
4737 * calendar/calendar.el (calendar-generate-window):
4738 * calendar/time-date.el (time-to-days):
4739 Remove unused local variables.
4740
16a43933
CY
47412011-04-18 Chong Yidong <cyd@stupidchicken.com>
4742
4743 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
4744 glyphless-char-display table.
4745 (tabulated-list-glyphless-char-display): New var.
4746
7eed1860
SS
47472011-04-18 Sam Steingold <sds@gnu.org>
4748
4749 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
4750 to acknowledgments.
4751
4d2d1ccd
GM
47522011-04-17 Glenn Morris <rgm@gnu.org>
4753
4754 * calendar/diary-lib.el (diary-sexp-entry):
4755 * calendar/holidays.el (holiday-sexp):
4756 Set debug-on-error rather than the removed stack-trace-on-error.
4757
239da61d
GM
47582011-04-16 Glenn Morris <rgm@gnu.org>
4759
4760 * progmodes/f90.el: Use lexical-binding.
4761 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
4762
8b05752a
SM
47632011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4764
daca8ba5
SM
4765 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
4766 (mail-mode): Setup mailalias completion here instead.
4767 * mail/mailalias.el: Use lexical-binding.
4768 (pattern, mailalias-done): Declare dynamic.
4769 (mail-completion-at-point-function): New function, from mail-complete.
4770 (mail-complete): Use it.
4771 (mail-completion-expand): New function.
4772 (mail-get-names): Use it.
4773 (mail-directory, mail-directory-process, mail-directory-stream):
4774 Don't use `pattern' for lexically bound arg.
4775
6f542485
SM
4776 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
4777
037e7c3f
SM
4778 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
4779 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
4780 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
4781
8b05752a
SM
4782 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
4783 (byte-save-window-excursion, byte-temp-output-buffer-setup)
4784 (byte-interactive-p): Define them again, for use when inlining
4785 old code.
4786
49093f60
JB
47872011-04-15 Juanma Barranquero <lekktu@gmail.com>
4788
4789 * loadup.el: Use `string-to-number', not `string-to-int'.
4790
b5b8e7de
SM
47912011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4792
4793 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
4794 gud-gdb-complete-command.
4795 (gud-gdb-completions): New function, from gud-gdb-complete-command.
4796 (gud-gdb-completion-at-point): New function.
4797 (gud-gdb-completions): Remove.
4798
f42efeb5
MA
47992011-04-14 Michael Albinus <michael.albinus@gmx.de>
4800
49093f60
JB
4801 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
4802 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
4803 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
4804 whether `executable-find' is bound.
f42efeb5
MA
4805
4806 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
4807
e240cc21
SM
48082011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4809
4810 * minibuffer.el (completion-in-region-mode-predicate)
4811 (completion-in-region-mode--predicate): New vars.
4812 (completion-in-region, completion-in-region--postch)
4813 (completion-in-region-mode): Use them.
4814 (completion--capf-wrapper): Also return the hook function.
4815 (completion-at-point, completion-help-at-point):
4816 Adjust and provide a predicate.
c2bd2ab0
SM
4817
4818 Preserve arg names for advice of subr and lexical functions (bug#8457).
4819 * help-fns.el (help-function-arglist): Consolidate the subr and
4820 new-byte-code cases. Add argument `preserve-names' to extract names
4821 from the docstring when needed.
4822 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
4823 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
4824 (ad-arglist): Use help-function-arglist's new arg.
4825 (ad-definition-type): Use cond.
4826
c183f693
JB
48272011-04-13 Juanma Barranquero <lekktu@gmail.com>
4828
06641a47
JB
4829 * autorevert.el (auto-revert-handler):
4830 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
4831 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
4832 Don't quote lambda.
4833
c183f693
JB
4834 * image-mode.el (image-transform-set-scale):
4835 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
4836
1e3b6001
G
48372011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4838
4839 * net/network-stream.el (network-stream-open-starttls): Only do
4840 opportunistic STARTTLS upgrades if we have built-in gnutls support.
4841 Upgrades via gnutls-cli are too slow to be done opportunistically.
4842
2d6af8dd
JB
48432011-04-12 Juanma Barranquero <lekktu@gmail.com>
4844
4845 * dframe.el (dframe-current-frame): Remove spurious quote.
4846
c0749a51
GM
48472011-04-12 Glenn Morris <rgm@gnu.org>
4848
088d0d61
GM
4849 * calendar/cal-tex.el (cal-tex-end-document):
4850 Try to automatically use latin1 input if needed.
4851
c0749a51
GM
4852 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
4853 Don't try to cons a mark onto an empty element.
4854
5c90fde0
LL
48552011-04-11 Leo Liu <sdl.web@gmail.com>
4856
4857 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
4858 buffers.
4859 (ido-kill-buffer-at-head): Support killing virtual buffers.
4860
369e974d
CY
48612011-04-10 Chong Yidong <cyd@stupidchicken.com>
4862
4863 * minibuffer.el (completion-show-inline-help): New var.
4864 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
4865 (minibuffer-force-complete, minibuffer-complete-word):
4866 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
4867
4868 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
4869 to avoid interference from inline help (Bug#5849).
4870
37f1c930
LL
48712011-04-10 Leo Liu <sdl.web@gmail.com>
4872
099c39a4
JB
4873 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4874 Fix typo.
37f1c930 4875
a32d4040
CY
48762011-04-09 Chong Yidong <cyd@stupidchicken.com>
4877
4878 * image-mode.el (image-toggle-display-image): Signal an error if
4879 not in Image mode.
4880 (image-transform-mode, image-transform-resize)
4881 (image-transform-set-rotation): Doc fix.
daca8ba5 4882 (image-transform-set-resize): Delete.
a32d4040
CY
4883 (image-transform-set-scale, image-transform-fit-to-height)
4884 (image-transform-fit-to-width): Handle image-toggle-display-image
4885 and image-transform-resize directly.
4886
099c39a4 48872011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
4888
4889 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
4890 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
4891 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
4892 (doc-view-mode-map): Add bindings for the new functions.
4893
099c39a4 48942011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb
JB
4895
4896 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
4897 Fix typo in docstring.
4898
3726838a
EZ
48992011-04-08 Eli Zaretskii <eliz@gnu.org>
4900
04f33f1e
EZ
4901 * files.el (file-size-human-readable): Produce one digit after
4902 decimal, like "ls -lh" does.
4903
4904 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
4905 the file size representation.
4906
3726838a
EZ
4907 * simple.el (list-processes): If async subprocesses are not
4908 available, error out with a clear error message.
4909
cbb59342
CY
49102011-04-08 Chong Yidong <cyd@stupidchicken.com>
4911
4912 * help.el (help-form-show): New function, to be called from C.
4913 Put help-form output in a buffer named differently than *Help*.
4914
e3971c44
EZ
49152011-04-08 Eli Zaretskii <eliz@gnu.org>
4916
4917 * files.el (file-size-human-readable): New function.
4918
4919 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
4920 computing the representation inline. Don't require `cl'.
4921
12544bbe
GM
49222011-04-08 Glenn Morris <rgm@gnu.org>
4923
a1de6c6a
GM
4924 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
4925
3c4671f4
GM
4926 * net/browse-url.el (browse-url-firefox):
4927 Test system-type, not system-configuration.
4928
b605679c
GM
4929 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
4930 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
4931 Use log-edit-empty-buffer-p. (Bug#7598)
4932
56442f0c
GM
4933 * net/rlogin.el (rlogin-process-connection-type): Simplify.
4934 (rlogin-mode-map): Initialize in the defvar.
4935 (rlogin): Use ignore-errors.
4936
12544bbe
GM
4937 * replace.el (occur-mode-map): Some fixes for menu items.
4938
eb237b0f
AH
49392011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4940
4941 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
4942
7d668f2c
CY
49432011-04-06 Chong Yidong <cyd@stupidchicken.com>
4944
e67a13ab
CY
4945 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
4946 issuing unused warnings.
4947
4948 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
4949 macro directly.
4950
7d668f2c
CY
4951 * simple.el: Lisp reimplement of list-processes. Based on an
4952 earlier reimplementation by Leo Liu, but using tabulated-list.el.
4953 (process-menu-mode): New major mode.
4954 (list-processes--refresh, list-processes):
4955 (process-menu-visit-buffer): New functions.
4956
4957 * files.el (save-buffers-kill-emacs): Don't assume any return
4958 value of list-processes, which is undocumented anyway.
4959
a83ec3c9
CY
49602011-04-06 Chong Yidong <cyd@stupidchicken.com>
4961
4962 * emacs-lisp/tabulated-list.el: New file.
4963
e91a96fe
CY
4964 * emacs-lisp/package.el: Use Tabulated List mode.
4965 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
4966 (package-menu-mode): Derive from tabulated-list-mode. Set up the
4967 table format using Tabulated List mode variables.
4968 (package--push): New macro, replacing package-list-maybe-add.
4969 (package-menu--generate): Use package--push. Renamed from
4970 package--generate-package-list.
4971 (package-menu-refresh, list-packages): Use it.
daca8ba5 4972 (package-menu--print-info): Rename from package-print-package.
e91a96fe 4973 Return insertion data instead of inserting it directly.
099c39a4
JB
4974 (package-menu-describe-package, package-menu-execute):
4975 Use tabulated-list-get-id.
e91a96fe
CY
4976 (package-menu-mark-delete, package-menu-mark-install)
4977 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
4978 (package-menu-mark-obsolete-for-deletion):
4979 Use tabulated-list-put-tag.
e91a96fe
CY
4980 (package--list-packages, package-menu-revert)
4981 (package-menu-get-package, package-menu-get-version)
4982 (package-menu-sort-by-column): Functions deleted.
4983 (package-menu-package-list, package-menu-sort-key): Vars deleted.
4984 (package-menu--status-predicate, package-menu--version-predicate)
4985 (package-menu--name-predicate)
4986 (package-menu--description-predicate): Handle arguments in the
4987 Tabulated List format.
4988 (package-list-packages-no-fetch): Call list-packages.
4989
3e214b50
JB
49902011-04-06 Juanma Barranquero <lekktu@gmail.com>
4991
4992 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 4993 (after-find-file): Don't bind it.
3e214b50
JB
4994 (revert-buffer-in-progress-p): New variable.
4995 (revert-buffer): Bind it.
4996 Pass nil for `after-find-file-from-revert-buffer'.
4997
4998 * saveplace.el (save-place-find-file-hook): Use new variable
4999 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
5000
3f0f1700
GM
50012011-04-06 Glenn Morris <rgm@gnu.org>
5002
c0274801
GM
5003 * Makefile.in (AUTOGEN_VCS): New variable.
5004 (autoloads): Use $AUTOGEN_VCS.
5005
3f0f1700
GM
5006 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
5007 * calendar/calendar.el (calendar-mode-map):
5008 Check for toolkit scroll bars. (Bug#8305)
5009
41ea9e48
CY
50102011-04-05 Chong Yidong <cyd@stupidchicken.com>
5011
5012 * minibuffer.el (completion-in-region--postch)
5013 (completion-in-region-mode): Remove unnecessary messages.
5014
6194c800
JB
50152011-04-05 Juanma Barranquero <lekktu@gmail.com>
5016
33256f14
JB
5017 * font-lock.el (font-lock-refresh-defaults):
5018 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
5019 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
5020
6194c800
JB
5021 * info.el (Info-directory-list, Info-read-node-name-2)
5022 (Info-split-parameter-string): Doc fixes.
5023 (Info-virtual-nodes): Reflow docstring.
5024 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
5025 (Info-apropos-toc-nodes, info-finder, Info-get-token)
5026 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
5027 Fix typos in docstrings.
5028 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
5029 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
5030 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
5031 (Info-restore-desktop-buffer): Mark unused parameters.
5032 (Info-directory-find-file, Info-directory-find-node)
5033 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
5034 (Info-virtual-index-find-node, Info-apropos-find-file)
5035 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 5036 Mark unused parameters; fix typos in docstrings.
6194c800
JB
5037 (Info-virtual-index): Remove unused local variable `nodename'.
5038
b87a8200 50392011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 5040
b87a8200
DD
5041 * net/rcirc.el: Update my e-mail address.
5042 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 5043
3b2ff876
CY
50442011-04-05 Chong Yidong <cyd@stupidchicken.com>
5045
5046 * startup.el (command-line): Save the cursor's theme-face
5047 directly, instead of using face-override-spec.
5048
5049 * custom.el (load-theme): Minor optimization in assigning faces.
5050
8d17e7ca
JB
50512011-04-04 Juanma Barranquero <lekktu@gmail.com>
5052
5053 * help-fns.el (describe-variable): Complete all variables having
5054 documentation, including keywords.
5055 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
5056
2fbc1934
JB
50572011-04-04 Juanma Barranquero <lekktu@gmail.com>
5058
5059 Convert to lexical-binding.
5060
5061 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
5062 (bs--get-marked-string, bs--get-modified-string)
5063 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
5064 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
5065 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
5066
5067 * ehelp.el (electric-help-execute-extended)
5068 (electric-help-ctrl-x-prefix):
5069 * hexl.el (hexl-revert-buffer-function):
5070 * linum.el (linum-after-change, linum-after-scroll):
5071 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
5072
5073 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
5074
74f50695
DU
50752011-04-04 Daiki Ueno <ueno@unixuser.org>
5076
5077 * epa-dired.el:
5078 * epa-mail.el:
5079 * epa-hook.el:
5080 * epa-file.el:
5081 * epa.el:
5082 * epg.el: Use lexical binding.
5083
c11325f7
CY
50842011-04-03 Chong Yidong <cyd@stupidchicken.com>
5085
0d9e9a12
CY
5086 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
5087
c11325f7 5088 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
5089 dictionary case for flyspell-mark-duplications-exceptions.
5090 Use regexp matching for languages.
c11325f7
CY
5091 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
5092 default dictionary (Bug#7926).
5093
da91b5f2
CY
50942011-04-02 Chong Yidong <cyd@stupidchicken.com>
5095
099c39a4
JB
5096 * emacs-lisp/package.el (package--with-work-buffer):
5097 Recognize https URLs.
da91b5f2 5098
099c39a4
JB
5099 * net/network-stream.el: Move from gnus/proto-stream.el.
5100 Change prefix to network-stream throughout.
da91b5f2
CY
5101 (open-protocol-stream): Merge into open-network-stream, leaving
5102 open-protocol-stream as an alias. Handle nil BUFFER args.
5103
5104 * subr.el (open-network-stream): Move to net/network-stream.el.
5105
afa8e9f6
GM
51062011-04-02 Glenn Morris <rgm@gnu.org>
5107
1d2e369d
GM
5108 * find-dired.el (find-exec-terminator): New option.
5109 (find-ls-option): Test for -ls support.
5110 (find-ls-subdir-switches): Test for -b in find-ls-option.
5111 (find-dired, find-grep-dired): Doc fixes.
5112 (find-dired): Use find-exec-terminator.
5113
8abb7da8 5114 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
5115 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
5116 (find-name-arg): Remove purecopy.
8abb7da8 5117
f3ca7378
GM
5118 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
5119 (grep-compute-defaults): Check for `-exec COMMAND +' support.
5120 Set grep-find-use-xargs, grep-find-command, and grep-find-template
5121 accordingly. Don't add the null-device if not needed.
5122
afa8e9f6
GM
5123 * files.el (save-some-buffers): Doc fix.
5124
35eae264
EZ
51252011-04-02 Eli Zaretskii <eliz@gnu.org>
5126
5127 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
5128
26b51db5
JB
51292011-04-01 Juanma Barranquero <lekktu@gmail.com>
5130
5131 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
5132 Use `dolist' rather than `mapcar'.
5133
7200d79c
SM
51342011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5135
03408648 5136 Add lexical binding.
7200d79c 5137
03408648
SM
5138 * subr.el (apply-partially): Use new closures rather than CL.
5139 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
5140 (dolist, dotimes): Use slightly different expansion for lexical code.
5141 (functionp): Move to C.
5142 (letrec): New macro.
5143 (with-wrapper-hook): Use it and apply-partially instead of CL.
5144 (eval-after-load): Preserve lexical-binding.
5145 (save-window-excursion, with-output-to-temp-buffer): Turn them
5146 into macros.
7200d79c 5147
03408648
SM
5148 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
5149
5150 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
5151 than the arglist.
5152 (help-add-fundoc-usage): Don't add `Not documented'.
5153 (help-function-arglist): Handle closures, subroutines, and new
5154 byte-code-functions.
5155 (help-make-usage): Remove leading underscores.
5156 (describe-function-1): Handle closures.
5157 (describe-variable): Use special-variable-p for completion.
5158
5159 * files.el (lexical-binding): Declare safe.
f488fb65 5160
03408648
SM
5161 * emacs-lisp/pcase.el: Don't use destructuring-bind.
5162 (pcase--memoize): Rename from pcase-memoize. Change weakness.
5163 (pcase): Add `let' pattern.
5164 Change memoization so it actually works.
5165 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
5166 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
5167 <let>: New case.
f488fb65 5168
03408648
SM
5169 * emacs-lisp/macroexp.el: Use lexical binding.
5170 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
5171 Don't convert ' to #' without checking that it's indeed quoting
5172 a lambda.
5173
5174 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 5175 Use eval-sexp-add-defvars.
03408648
SM
5176 (eval-sexp-add-defvars): New fun.
5177
5178 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
5179
5180 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
5181 Don't autoload.
5182 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
5183 than the internal `byte-compile-lambda'.
5184 (defmethod): Don't hide code under quotes.
5185 (eieio-defmethod): New `code' argument.
5186
5187 * emacs-lisp/eieio-comp.el: Remove.
5188
5189 * emacs-lisp/edebug.el (edebug-eval-defun)
5190 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
5191 (edebug-toggle): Avoid `eval'.
5192
5193 * emacs-lisp/disass.el (disassemble-internal): Handle new
5194 `closure' objects.
5195 (disassemble-1): Handle new byte codes.
5196
5197 * emacs-lisp/cl.el (pushnew): Silence warning.
5198
5199 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
5200 (cl-byte-compile-throw): Remove.
5201 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
5202
5203 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
5204 closures.
5205
5206 * emacs-lisp/cconv.el: New file.
5207
5208 * emacs-lisp/bytecomp.el: Use lexical binding instead of
5209 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
5210 (byte-compile-initial-macro-environment):
5211 Handle declare-function here.
5212 (byte-compile--lexical-environment): New var.
5213 (byte-stack-ref, byte-stack-set, byte-discardN)
5214 (byte-discardN-preserve-tos): New lap codes.
5215 (byte-interactive-p): Don't use any more.
5216 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
5217 New macros.
5218 (byte-compile-lapcode): Use them and handle new lap codes.
5219 (byte-compile-obsolete): Remove.
5220 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
5221 (byte-compile-arglist-warn): Check late def of inlinable funs.
5222 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
5223 since they should have been expanded by now.
5224 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
5225 (byte-compile-from-buffer): Remove unused second arg.
5226 (byte-compile-preprocess): New function.
5227 (byte-compile-toplevel-file-form): New function to distinguish
5228 file-form calls from outside from file-form calls from hunk-handlers.
5229 (byte-compile-file-form): Simplify.
5230 (byte-compile-file-form-defsubst): Remove.
5231 (byte-compile-file-form-defmumble): Simplify now that
5232 byte-compile-lambda always returns a byte-code-function.
5233 (byte-compile): Preprocess.
5234 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
5235 Remove, not used any more.
5236 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
5237 (byte-compile-make-args-desc): New funs.
5238 (byte-compile-lambda): Handle lexical functions. Always return
5239 a byte-code-function.
5240 (byte-compile-reserved-constants): New var, to make up room for
5241 closed-over variables.
5242 (byte-compile-constants-vector): Obey it.
5243 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
5244 (byte-compile-macroexpand-declare-function): New function.
5245 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
5246 byte-code-functions.
5247 (byte-compile-form): Check obsolescence here.
5248 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
5249 (byte-compile-variable-ref): Remove.
5250 (byte-compile-dynamic-variable-op): New fun.
5251 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
5252 (byte-compile-variable-set): New funs.
5253 (byte-compile-discard): Add 2 args.
5254 (byte-compile-stack-ref, byte-compile-stack-set)
5255 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
5256 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
5257 macroexpand-all instead.
5258 (byte-compile-quote-form): Remove.
5259 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
5260 (byte-compile-bind, byte-compile-unbind): New funs.
5261 (byte-compile-let): Handle let* and lexical binding.
5262 (byte-compile-let*): Remove.
5263 (byte-compile-catch, byte-compile-unwind-protect)
5264 (byte-compile-track-mouse, byte-compile-condition-case):
5265 Handle a new :fun-body form, used for lexical scoping.
5266 (byte-compile-save-window-excursion)
5267 (byte-compile-with-output-to-temp-buffer): Remove.
5268 (byte-compile-defun): Simplify.
5269 (byte-compile-stack-adjustment): New fun.
5270 (byte-compile-out): Use it.
5271 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
5272
5273 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
5274 handler any more.
5275
5276 * emacs-lisp/byte-opt.el: Use lexical binding.
5277 (byte-inline-lapcode): Remove (to bytecomp).
5278 (byte-compile-inline-expand): Pay attention to inlining to/from
5279 lexically bound code.
5280 (byte-compile-unfold-lambda): Don't handle byte-code-functions
5281 any more.
5282 (byte-optimize-form-code-walker): Don't handle save-window-excursion
5283 any more and don't call compiler-macros.
5284 (byte-compile-splice-in-already-compiled-code): Remove.
5285 (byte-code): Don't inline any more.
5286 (disassemble-offset): Receive `bytes' as argument rather than via
5287 dynamic scoping.
5288 (byte-compile-tag-number): Declare before first use.
5289 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
5290 `return' even if make-spliceable.
5291 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
5292 obsolete interactive-p.
5293 (byte-optimize-lapcode): Optimize new lap-codes.
5294 Don't trip up on new form of `byte-constant' lap code.
5295
5296 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
5297
5298 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
5299
5300 * custom.el (custom-initialize-default, custom-declare-variable):
5301 Use `defvar'.
5302
5303 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
5304 New variables.
5305 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
5306 (COMPILE_FIRST): Add macroexp and cconv.
5307 * makefile.w32-in: Mirror changes in Makefile.in.
5308
5309 * vc/cvs-status.el:
5310 * vc/diff-mode.el:
5311 * vc/log-edit.el:
5312 * vc/log-view.el:
5313 * vc/smerge-mode.el:
5314 * textmodes/bibtex-style.el:
5315 * textmodes/css.el:
5316 * startup.el:
5317 * uniquify.el:
da91b5f2
CY
5318 * minibuffer.el:
5319 * newcomment.el:
5320 * reveal.el:
5321 * server.el:
5322 * mpc.el:
5323 * emacs-lisp/smie.el:
5324 * doc-view.el:
5325 * dired.el:
03408648
SM
5326 * abbrev.el: Use lexical binding.
5327
0f0c1f27
EZ
53282011-04-01 Eli Zaretskii <eliz@gnu.org>
5329
5330 * info.el (info-display-manual): New function.
5331
c82b2579
SM
53322011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
5335
221ddf68
TH
53362011-03-31 Tassilo Horn <tassilo@member.fsf.org>
5337
5338 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 5339 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 5340
cba6e77e
GM
53412011-03-31 Glenn Morris <rgm@gnu.org>
5342
e040639f
GM
5343 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
5344
cba6e77e
GM
5345 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
5346
6d0f1c9e
CS
53472011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
5348
5349 * progmodes/python.el (python-default-interpreter)
5350 (python-python-command-args, python-jython-command-args)
5351 (python-which-shell, python-which-args, python-which-bufname)
5352 (python-file-queue, python-comint-output-filter-function)
5353 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
5354 variables and functions.
5355
3e2d70fd
SM
53562011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5357
5358 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
5359 (completion-in-region-mode): New minor mode.
5360 (completion-in-region): Use it.
5361 (completion-in-region--data, completion-in-region-mode-map): New vars.
5362 (completion-in-region--postch): New function.
5363 (completion--capf-misbehave-funs, completion--capf-safe-funs):
5364 New vars.
5365 (completion--capf-wrapper): New function.
5366 (completion-at-point): Use it to track well-behavedness of
5367 hook functions.
5368 (completion-help-at-point): New command.
5369
f3e4086c
JM
53702011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
5371
5372 * vc/add-log.el (add-change-log-entry): Don't use whitespace
5373 syntax class to search for whitespace on a single line
5374 (Message-ID: <4D938140.4030905@redhat.com>).
5375
eb7ffc14
LL
53762011-03-30 Leo Liu <sdl.web@gmail.com>
5377
5378 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
5379 New commands.
5380 (edit-abbrevs-map): Bind them here.
5381 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
5382
d806ab68
KM
53832011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
5384
5385 * allout.el (allout-hide-by-annotation, allout-flag-region):
5386 Reduce possibility of overlay leakage by making them volatile.
5387
5388 * allout-widgets.el (allout-widgets-tally): Define as nil so the
5389 hash is not shared between buffers. Mode initialization is
5390 responsible for giving it a useful starting value.
5391 (allout-item-span): Reduce possibility of overlay leakage by
5392 making them volatile.
5393 (allout-widgets-count-buttons-in-region): Add diagnostic function
5394 for tracking down button overlay leaks.
5395
ea622834
LL
53962011-03-29 Leo Liu <sdl.web@gmail.com>
5397
5398 * ido.el (ido-read-internal): Use the default history var
5399 minibuffer-history if no HISTORY is specified.
5400
b62f8267
G
54012011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
5402
03408648
SM
5403 * net/imap.el (imap-shell-open, imap-process-connection-type):
5404 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
5405 Kerberos, SSL, other subprocesses.
5406
947b6566
LL
54072011-03-28 Leo Liu <sdl.web@gmail.com>
5408
5409 * abbrev.el (abbrev-table-empty-p): New function.
5410 (prepare-abbrev-list-buffer): Place empty abbrev tables after
5411 nonempty ones. (Bug#5937)
5412
5ffb62aa
JD
54132011-03-27 Jan Djärv <jan.h.d@swipnet.se>
5414
5415 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
5416
7a097943
LL
54172011-03-27 Leo Liu <sdl.web@gmail.com>
5418
5419 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
5420 for foreground and background colors.
5421 (ansi-color-make-color-map): Adapt.
5422
c5b40130
LL
54232011-03-25 Leo Liu <sdl.web@gmail.com>
5424
1f48f7d2
LL
5425 * midnight.el (midnight-time-float): Remove. Note it calculates
5426 the microsecond component incorrectly and seconds-to-time does the
5427 same job.
625897ec 5428 Remove redundant (require 'timer).
1f48f7d2 5429
c5b40130
LL
5430 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
5431 (ido-completions): Remove unused arguments. (Bug#8329)
5432
d86d2721
SM
54332011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5434
5435 * minibuffer.el (completion--flush-all-sorted-completions):
5436 Remove itself from hook.
5437 (completion-at-point): Let the functions perform the completion
5438 immediately and return nil or t.
5439 * comint.el (comint-dynamic-complete-functions): Now identical to
5440 completion-at-point-functions.
5441 (comint-dynamic-list-input-ring): Remove unused var `index'.
5442 (comint--match-partial-filename, comint--unquote&expand-filename):
5443 New funs, split from comint-match-partial-filename.
5444 (comint-dynamic-complete): Use completion-at-point.
5445 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
5446
e8974c48
DA
54472011-03-24 Drew Adams <drew.adams@oracle.com>
5448
5449 * thingatpt.el: Support `defun'.
5450
def71b5e
LL
54512011-03-23 Leo Liu <sdl.web@gmail.com>
5452
cb5af48e
LL
5453 * abbrevlist.el: Move to obsolete/abbrevlist.el.
5454
def71b5e
LL
5455 * help-mode.el (help-mode-finish): Tweak regexp.
5456
927c53e7
GM
54572011-03-23 Glenn Morris <rgm@gnu.org>
5458
18d05bed
GM
5459 * eshell/esh-opt.el (eshell-eval-using-options):
5460 Do not bind unused local variable `eshell-option-stub'.
5461
927c53e7
GM
5462 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
5463
9d0da923
JB
54642011-03-22 Juanma Barranquero <lekktu@gmail.com>
5465
5466 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
5467 keymap variable in `with-no-warnings' to avoid a warning when the
5468 keymap has been already `defconst'ed.
5469
4b978a67
LL
54702011-03-22 Leo Liu <sdl.web@gmail.com>
5471
5472 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
5473 encode all chars in abbrevs; otherwise use emacs-mule or
5474 utf-8-emacs. (Bug#8308)
5475
5fd62452
JB
54762011-03-22 Juanma Barranquero <lekktu@gmail.com>
5477
0b1596c6
JB
5478 * simple.el (backward-delete-char-untabify):
5479 Avoid warning about using `delete-backward-char'.
5480
5fd62452
JB
5481 * image.el (image-type-file-name-regexps): Make it variable.
5482 `imagemagick-register-types' modifies it, and the user may want
5483 to add new extensions for known image types.
5484 (imagemagick-register-types): Throw error if not using ImageMagick.
5485
0b4e93f1
LL
54862011-03-22 Leo Liu <sdl.web@gmail.com>
5487
5488 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
5489 located before rcirc-prompt-end-marker.
5490 (rcirc-complete): Error if point is not after rcirc prompt.
5491 Handle the case when table is nil.
9882e214 5492 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 5493
fccee4ab
CY
54942011-03-22 Chong Yidong <cyd@stupidchicken.com>
5495
5496 * custom.el (custom--inhibit-theme-enable): Make it affect only
5497 custom-theme-set-variables and custom-theme-set-faces.
5498 (provide-theme): Ignore custom--inhibit-theme-enable.
5499 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
5500 (custom-enabling-themes): Delete variable.
d86d2721
SM
5501 (enable-theme): Accept only loaded themes as arguments.
5502 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
5503 (custom-enabled-themes): Forbid themes from setting this.
5504 Eliminate use of custom-enabling-themes.
5505 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 5506
af896da6
LL
55072011-03-21 Leo Liu <sdl.web@gmail.com>
5508
5509 * ido.el (ido-read-internal): Add ido-selected to history instead
5510 of user input.
5511
78f64af0
SM
55122011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5513
5514 * subr.el (deferred-action-list, deferred-action-function):
5515 Mark obsolete.
5516
b16ac1ec
LL
55172011-03-21 Leo Liu <sdl.web@gmail.com>
5518
810f7698
LL
5519 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
5520 change on 2011-02-13 (bug#8309).
5521
b16ac1ec
LL
5522 * minibuffer.el (read-file-name-function): Change default value.
5523 (read-file-name--defaults): Rename from read-file-name-defaults.
5524 (read-file-name-default): Rename from read-file-name.
5525 (read-file-name): Call read-file-name-function.
5526
4e05e67e
GM
55272011-03-21 Glenn Morris <rgm@gnu.org>
5528
5529 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
5530 Doc fixes.
5531
4359915b
CY
55322011-03-21 Chong Yidong <cyd@stupidchicken.com>
5533
5534 * cus-theme.el: Add missing provide statement.
5535 (customize-create-theme): Extract theme value correctly.
5536 (custom-theme-visit-theme): Autoload.
5537 (customize-create-theme): Prompt before inserting default faces.
5538
1fe275ee
JB
55392011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
5540
5541 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
5542 units and musical notes.
5543
3ec03f7e
LL
55442011-03-20 Leo <sdl.web@gmail.com>
5545
5546 * ido.el (ido-read-internal): Use completing-read-default.
5547 (ido-completing-read): Fix compatibility with completing-read.
5548
7d476bde
CO
55492011-03-20 Christian Ohler <ohler@gnu.org>
5550
5551 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
5552 (ert-delete-all-tests): Use `called-interactively-p' rather than
5553 `interactive-p'.
5554 (ert--make-xrefs-region): Respect END.
5555
fe0fb33e
CY
55562011-03-19 Chong Yidong <cyd@stupidchicken.com>
5557
ff854b0b
CY
5558 * dired-aux.el (dired-create-directory): Signal an error if the
5559 directory already exists (Bug#8246).
5560
fe0fb33e
CY
5561 * facemenu.el (list-colors-display): Call list-faces-display
5562 inside with-help-window.
5563 (list-colors-print): Use display property to align the final
5564 column, instead of checking window-width.
5565
576bce32
EZ
55662011-03-19 Eli Zaretskii <eliz@gnu.org>
5567
5568 * emerge.el (emerge-metachars): Separate value for ms-dos and
5569 windows-nt systems.
5570 (emerge-protect-metachars): Quote correctly for ms-dos and
5571 windows-nt systems.
5572
89c41d68 55732011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
5574
5575 * info.el (info-initialize): Replace all uses of `:' with
5576 path-separator for compatibility with non-Unix systems.
5577 Cache quoting of path-separator. (Bug#8258)
5578
b14e3e21 55792011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
5580
5581 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
5582 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
5583 (mouse-avoidance-mode): Fix typos in docstrings.
5584
4525ce3e
CY
55852011-03-19 Chong Yidong <cyd@stupidchicken.com>
5586
5587 * startup.el (package-subdirectory-regexp): Move from package.el.
5588 Omit \\` and \\', and let callers add them.
5589
5590 * emacs-lisp/package.el (package-strip-version)
5591 (package-load-all-descriptors): Add \\` and \\' to
5592 package-subdirectory-regexp before using it.
5593 (package-untar-buffer): New arg DIR; ensure that file untars only
5594 into this expected directory. Remove superfluous delete-region.
5595 (package-unpack): Caller changed.
5596 (package-tar-file-info): Use package-subdirectory-regexp.
5597
a904a09a 55982011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 5599
a904a09a
SM
5600 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
5601 diff-mode-shared-map (bug#8284).
5602 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
5603
56042011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5605
5606 * calendar/time-date.el (format-seconds): Use assoc instead of
5607 assoc-string, since assoc-string doesn't exist in XEmacs.
5608
171fc304
JB
56092011-03-17 Juanma Barranquero <lekktu@gmail.com>
5610
5611 * custom.el (custom-known-themes): Reflow docstring.
5612 (custom-theme-load-path): Fix typo in docstring.
5613 (load-theme): Fix typo in error message.
5614 (custom-available-themes, custom-variable-theme-value):
5615 Use `let', not `let*'.
5616
d71990a1
JB
56172011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
5618
5619 * calc/README: Mention inclusion of musical notes.
5620
5621 * calc/calc-units.el (calc-lu-quant): Rename from
5622 `calc-logunits-quantity'.
5623 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
5624 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
5625 (calc-db): Rename from `calc-dblevel'.
5626 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
5627 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
5628 (calc-np): Rename from `calc-nplevel'.
5629 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
5630 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
5631 (calc-lu-plus): Rename from `calc-logunits-add'.
5632 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
5633 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
5634 (calc-lu-minus): Rename from `calc-logunits-sub'.
5635 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
5636 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
5637 (calc-lu-times): Rename from `calc-logunits-mul'.
5638 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
5639 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
5640 (calc-lu-divide): Rename from `calc-logunits-div'.
5641 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
5642 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
5643
5644 * calc/calc-ext.el (calc-init-extensions): Update the names of the
5645 functions being autoloaded.
5646
5647 * calc/calc.el (calc-lu-power-reference): Rename from
5648 `calc-logunits-power-reference'.
5649 (calc-lu-field-reference): Rename from
5650 `calc-logunits-field-reference'.
5651
5652 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
5653
40c2934b
SM
56542011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * minibuffer.el (completion-all-sorted-completions):
5657 Use :completion-cycle-penalty text property if present.
5658
b0911414
KM
56592011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
5660
5661 * allout.el (allout-yank-processing): Adjust for new rebulleting
5662 regime so bullet being yanked is used without prompting the user
5663 for a choice.
5664
8a05b668
JB
56652011-03-16 Juanma Barranquero <lekktu@gmail.com>
5666
5667 * startup.el (command-line): Warn the user that _emacs is deprecated.
5668
5ba5fb81
JB
56692011-03-16 Juanma Barranquero <lekktu@gmail.com>
5670
5671 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
5672 (delphi-verbose, delphi-comment-face, delphi-string-face)
5673 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
5674 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
5675 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
5676 (delphi-new-comment-line, delphi-font-lock-defaults)
5677 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
5678 Fix typos in docstrings.
5679
2dab465b
KM
56802011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
5681
5ba5fb81 5682 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
5683 Invert the roles of character and string values for INSTEAD, so a
5684 string is used for the more common case of a defaulting prompt.
5685
0adf5618
SM
56862011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5687
5688 * progmodes/ruby-mode.el (ruby-backward-sexp):
5689 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
5690 * play/gamegrid.el (gamegrid-make-face):
5691 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
5692 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
5693 * notifications.el (notifications-notify):
5694 * net/xesam.el (xesam-search-engines):
5695 * net/quickurl.el (quickurl-list-insert):
5696 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
5697
d72700e5
CY
56982011-03-15 Chong Yidong <cyd@stupidchicken.com>
5699
5700 * startup.el (command-line): Update package subdirectory regexp.
5701
49c5410a
SM
57022011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5703
c6eee9aa
SM
5704 * allout.el (allout-abbreviate-flattened-numbering)
5705 (allout-mode-deactivate-hook): Fix up obsolescence "date".
5706
49c5410a
SM
5707 * subr.el (read-char-choice): Only show the cursor after the prompt,
5708 not after the answer.
5709
047b2bb9
KR
57102011-03-15 Kevin Ryde <user42@zip.com.au>
5711
5712 * help-fns.el (variable-at-point): Skip leading quotes, if any
5713 (bug#8253).
5714
0a57d256
SM
57152011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
5718 warning message.
5719
77c992bc
MA
57202011-03-14 Michael Albinus <michael.albinus@gmx.de>
5721
5722 * shell.el (shell): When called interactively, offer to change the
5723 shell file name on remote hosts.
5724
eebc475d
TZ
57252011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
5726
5727 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
5728 integration for LDAP parameters. The host, base, user or binddn,
5729 and secret tokens can be specified in a netrc file, for instance.
5730 This is optional because an `auth-source' parameter must be
5731 specified in the search attributes.
5732
9d05d1ba
JB
57332011-03-13 Juanma Barranquero <lekktu@gmail.com>
5734
5735 * help.el (describe-mode): Link to the mode's definition (bug#8185).
5736
09d9db2c
GM
57372011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5738
5739 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
5740 into declaration. Remove redundant and harmful binding.
5741
57422011-03-12 Eli Zaretskii <eliz@gnu.org>
5743
5744 * files.el (file-ownership-preserved-p): Pass `integer' as an
5745 explicit 2nd argument to `file-attributes'. If the file's owner
5746 is the Administrators group on Windows, and the current user is
5747 Administrator, consider that a match.
5748
5749 * server.el (server-ensure-safe-dir): Consider server directory
5750 safe on MS-Windows if its owner is the Administrators group while
5751 the current Emacs user is Administrator. Use `=' to compare
5752 numerical UIDs, since they could be integers or floats.
5753
219bd536
JB
57542011-03-12 Juanma Barranquero <lekktu@gmail.com>
5755
5756 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
5757
f3afd36b
MA
57582011-03-12 Michael Albinus <michael.albinus@gmx.de>
5759
5760 Sync with Tramp 2.2.1.
5761
5762 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
5763
5764 * net/trampver.el: Update release number.
5765
3aaaa6f1
SM
57662011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5767
94642599
SM
5768 * progmodes/compile.el (compilation--previous-directory): Fix up
5769 various nil/dead-marker mismatches (bug#8014).
5770 (compilation-directory-properties, compilation-error-properties):
5771 Don't call it at a position past the one we're about to change.
5772
3aaaa6f1
SM
5773 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
5774 Disable obsolescence warnings in the file that declares it.
5775
14239447
KM
57762011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
5777
099c39a4
JB
5778 * allout-widgets.el (allout-widgets-tally):
5779 Initialize allout-widgets-tally as a hash table rather than nil to
5780 prevent mode-line redisplay warnings. Also, clarify the module
5781 description and fix a comment typo.
14239447 5782
135e287c
JB
57832011-03-11 Juanma Barranquero <lekktu@gmail.com>
5784
5785 * help-fns.el (describe-variable): Don't complete keywords.
5786 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
5787
ffbf300e
CY
57882011-03-10 Chong Yidong <cyd@stupidchicken.com>
5789
ba08b241
CY
5790 * emacs-lisp/package.el (package-version-join): Impose a standard
5791 string representation for pre/alpha/beta version lists.
5792 (package-unpack-single): Standardize the directory name by passing
5793 it through package-version-join.
5794 (package-strip-rcs-id): Accept any version string that does not
5795 signal an error in version-to-list.
ffbf300e 5796
f346fd6b
MA
57972011-03-10 Michael Albinus <michael.albinus@gmx.de>
5798
5799 * simple.el (delete-trailing-whitespace): Return nil for the
5800 benefit of `write-file-functions'.
5801
ccb55d27
GM
58022011-03-10 Glenn Morris <rgm@gnu.org>
5803
5ceaac0c
GM
5804 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
5805
02da65ff
GM
5806 * vc/vc-git.el (vc-git-program): New option.
5807 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
5808 (vc-git--call): Use it.
5809
b2f603cc
GM
5810 * eshell/esh-util.el (eshell-condition-case): Doc fix.
5811
5772caab
GM
5812 * cus-edit.el (Custom-newline): If no button at point, look
5813 for a subgroup button at start-of-line. (Bug#2298)
5814
ccb55d27
GM
5815 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
5816
ec6ecaed
JD
58172011-03-10 Julien Danjou <julien@danjou.info>
5818
5819 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
5820 `cursor-type' is nil.
5821
9d5aa01d
JB
58222011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
5823
5824 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
5825
b6a5875b
KM
58262011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
5827
5828 * allout.el Summary: Change so yank of distinctive-bullet items
5829 preserves the existing header prefix, rebulleting it if necessary,
5830 rather than replacing it. This is necessary for proper operation
5831 of cooperative addons like allout-widgets.
219bd536 5832 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
5833 SOLICIT arg to INSTEAD, and interpret additionally a string value
5834 as alternate bullet to be used, instead of prompting the user for
5835 a bullet character.
5836
ee545c35
MA
58372011-03-09 Michael Albinus <michael.albinus@gmx.de>
5838
d86d2721
SM
5839 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
5840 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
5841 `tramp-default-port'.
5842
c47971d7
DD
58432011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5844
5845 * net/rcirc.el (rcirc-handler-001): Remove useless
5846 with-rcirc-process-buffer.
5847 (rcirc-check-auth-status): Swap arguments to string-match.
5848
13522cb4
GM
58492011-03-09 Glenn Morris <rgm@gnu.org>
5850
0be6f4f1
GM
5851 * shell.el (shell-mode):
5852 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
5853
13522cb4
GM
5854 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
5855 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
5856
515de2e3
CY
58572011-03-08 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * emacs-lisp/package.el (package-refresh-contents)
5860 (package-menu-execute): Use condition-case-no-debug.
5861
b511b994
MA
58622011-03-08 Michael Albinus <michael.albinus@gmx.de>
5863
5864 * simple.el (shell-command-to-string): Use `process-file'.
5865
5866 * emacs-lisp/package.el (package-tar-file-info): Handle also
5867 remote files.
5868
d86d2721
SM
5869 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5870 Use `equal' for upload base check.
b511b994 5871
25bbfb31
AM
58722011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
5873
5874 * textmodes/texinfo.el (texinfo-environments):
5875 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
5876
be996521
GM
58772011-03-08 Glenn Morris <rgm@gnu.org>
5878
e9c8529f
GM
5879 * cus-start.el (cursor-in-non-selected-windows):
5880 Fix :set quoting oddness. (Bug#8192)
5881
be996521
GM
5882 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
5883 in some setf expressions. (Bug#2159)
5884
2bb5649e
CY
58852011-03-08 Chong Yidong <cyd@stupidchicken.com>
5886
5887 * custom.el (custom-available-themes): Return themes in
5888 alphabetical order.
5889
33383987 5890See ChangeLog.15 for earlier changes.
e3d51b27
MR
5891
5892;; Local Variables:
5893;; coding: utf-8
e3d51b27
MR
5894;; End:
5895
33383987 5896 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
5897
5898 This file is part of GNU Emacs.
5899
5900 GNU Emacs is free software: you can redistribute it and/or modify
5901 it under the terms of the GNU General Public License as published by
5902 the Free Software Foundation, either version 3 of the License, or
5903 (at your option) any later version.
5904
5905 GNU Emacs is distributed in the hope that it will be useful,
5906 but WITHOUT ANY WARRANTY; without even the implied warranty of
5907 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5908 GNU General Public License for more details.
5909
5910 You should have received a copy of the GNU General Public License
5911 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.