Delete record-buffer, and rename unrecord-buffer to bury-buffer-internal.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e4ed06f1
CY
12011-08-25 Chong Yidong <cyd@stupidchicken.com>
2
3 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
4
e5f1c99e
GM
52011-08-25 Glenn Morris <rgm@gnu.org>
6
7 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
8 (smtpmail-via-smtp): Handle nil response from smtp.
9
f22f4808
JL
102011-08-24 Juri Linkov <juri@jurta.org>
11
12 * proced.el (proced-marked): Inherit from `error' instead of
13 `font-lock-warning-face'.
14
15 * ibuffer.el (ibuffer-marked-face): Change default face from
16 `font-lock-warning-face' to `warning'.
17 (ibuffer-deletion-face): Change default face from
18 `font-lock-type-face' to `error'.
19
20 * battery.el (battery-update): Use the face `error' instead of
21 `font-lock-warning-face' (bug#6117).
22
6a93965e
JL
232011-08-24 Juri Linkov <juri@jurta.org>
24
25 * faces.el (success): Change face color from "Green3" to
26 "ForestGreen" on light background (bug#9353).
27
1ed43b09
CY
282011-08-24 Chong Yidong <cyd@stupidchicken.com>
29
30 * window.el (quit-window): Renamed from quit-restore-window. Use
31 same arglist as old quit-window.
32 (frame-auto-delete): Doc fix.
33
34 * view.el (view-mode-exit): Use quit-window.
35
11dcdbb2
JL
362011-08-24 Juri Linkov <juri@jurta.org>
37
38 * isearch.el (isearch-ring-adjust1): Start visiting previous
39 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
40 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
41 for empty search string (when the last search string is reused
42 automatically) to adjust the isearch ring to the last element and
43 prepare the correct index for further M-p commands (bug#9185).
44
de62b4df
KH
452011-08-24 Kenichi Handa <handa@m17n.org>
46
47 * international/ucs-normalize.el: If decomposition property of
48 CHAR is the default one (i.e. a list of CHAR itself), treat it as
49 nil.
50 (nfd, nfkd): Likewise.
51
963b492b
SM
522011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
55 from process filters aren't reliably transmitted to the surrounding
56 accept-process-output.
57 (mpc-proc-check): New function.
58 (mpc-proc-sync): Use it (bug#8293)
59
93b6b5e1
SM
602011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
63 Add compatibility functions (bug#9313).
64
bca633fb
EZ
652011-08-23 Eli Zaretskii <eliz@gnu.org>
66
b177498a
EZ
67 * cus-start.el (all): Add entry for bidi-paragraph-direction.
68
bca633fb
EZ
69 * international/uni-bidi.el: Regenerated.
70
0902a04e
KH
712011-08-23 Kenichi Handa <handa@m17n.org>
72
73 * international/charprop.el:
74 * international/uni-bidi.el:
75 * international/uni-category.el:
76 * international/uni-combining.el:
77 * international/uni-comment.el:
78 * international/uni-decimal.el:
79 * international/uni-decomposition.el:
80 * international/uni-digit.el:
81 * international/uni-lowercase.el:
82 * international/uni-mirrored.el:
83 * international/uni-name.el:
84 * international/uni-numeric.el:
85 * international/uni-old-name.el:
86 * international/uni-titlecase.el:
87 * international/uni-uppercase.el: Regenerate.
88
3bbf23bc
MR
892011-08-23 Martin Rudalics <rudalics@gmx.at>
90
91 * help.el (help-window-setup): Fix message displayed when other
92 window is reused. (Bug#9341)
93
b3fd59bd
SM
942011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
95
1802e444
SM
96 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
97 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
98
b3fd59bd
SM
99 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
100 Mark obsolete.
101 * shell.el (shell-parse-pcomplete-arguments): New function.
102 (shell-completion-vars): Use it instead (bug#9160).
103
4eb61348
SM
1042011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
105
867cab74
SM
106 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
107 strings and comments (bug#9333).
108
4eb61348
SM
109 * emacs-lisp/debug.el (debug-arglist): New function.
110 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
111 (debug-on-entry-1): Handle interpreted closures (bug#9120).
112
262a1439
JL
1132011-08-22 Juri Linkov <juri@jurta.org>
114
56ee679c
JL
115 * progmodes/compile.el (compilation-mode-font-lock-keywords):
116 Revert regexp that highlights output switches to its old
117 pre-2010-10-28 value and remove one `?' from it (bug#9319).
118
262a1439
JL
119 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
120 to check for empty output (bug#9226).
121
f13f86fb
CY
1222011-08-22 Chong Yidong <cyd@stupidchicken.com>
123
124 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
125 symbol-constituent as the default, as that stops font-lock from
126 working properly (Bug#8843).
127
c65c9622
LMI
1282011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
129
130 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
131 `coding-system-for-*' around the process open call to avoid
132 auth-source side effects.
e7f2c178 133 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
134 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
135 probe hangs.
c65c9622 136
23a8a5ab
CY
1372011-08-21 Chong Yidong <cyd@stupidchicken.com>
138
ff98b2dd
CY
139 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
140
23a8a5ab
CY
141 * emacs-lisp/find-func.el (find-function-noselect): New arg
142 lisp-only.
143
144 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
145 signal an error for built-in functions (Bug#6664).
146
f5e3c598
LMI
1472011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
148
149 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
150 (smtpmail-try-auth-methods): Use it.
151
a3f2468a
CY
1522011-08-21 Chong Yidong <cyd@stupidchicken.com>
153
2c34e8da
CY
154 * font-lock.el (font-lock-fontify-region)
155 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
156 (font-lock-default-unfontify-buffer)
157 (font-lock-default-fontify-region)
158 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
159
b3fd59bd
SM
160 * progmodes/compile.el (compilation-error-properties):
161 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
162 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
163 `ant' regexp.
ee31aabc 164
a3f2468a
CY
165 * net/browse-url.el (browse-url-firefox): Don't call
166 browse-url-firefox-sentinel unless using -remote (Bug#9328).
167
8e999f70
GM
1682011-08-20 Glenn Morris <rgm@gnu.org>
169
c21a496a
GM
170 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
171
59ee0542
GM
172 * tutorial.el (tutorial--default-keys): Update some default bindings.
173
8e999f70
GM
174 * files.el (hack-local-variables): Fully ignore case for "mode:".
175
e3715033
AM
1762011-08-20 Alan Mackenzie <acm@muc.de>
177
178 Resolve invalid use of a regexp in regexp-opt.
179
180 * cc-fonts.el (c-complex-decl-matchers): Add in special detection
181 for a java annotation.
182
183 * cc-engine.el (c-forward-decl-or-cast-1): Add in special
184 detection for a java annotation.
185
186 * cc-langs.el (c-prefix-spec-kwds-re): Remove the special handling
187 for java.
188 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
189
04ed2e9c
CY
1902011-08-20 Chong Yidong <cyd@stupidchicken.com>
191
192 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
193 (Bug#9274).
194
826cee64
AM
1952011-08-20 Alan Mackenzie <acm@muc.de>
196
197 * Fontify CPP expressions correctly when starting in the middle of
198 such a construct. Mainly for when jit-lock etc. starts a chunk
199 here.
200
201 * progmodes/cc-fonts.el (c-font-lock-context): new buffer local
202 variable.
203 (c-make-font-lock-search-form): new function, extracted from
204 c-make-font-lock-search-function.
205 (c-make-font-lock-search-function): Use the above function.
206 (c-make-font-lock-context-search-function): New function.
207 (c-cpp-matchers): Enhance the preprocessor expression case with
208 the above function
209 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
210 which takes an expression.
211
212 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
213
13009bd8
MR
2142011-08-20 Martin Rudalics <rudalics@gmx.at>
215
216 * window.el (display-buffer-reuse-window)
217 (display-buffer-pop-up-window): Don't reuse or split a side
218 window.
219
9234ff7f
GM
2202011-08-19 Glenn Morris <rgm@gnu.org>
221
222 * files.el (hack-local-variables-prop-line, hack-local-variables):
223 Downcase "Mode:". (Bug#9331)
224
f635daa1
CY
2252011-08-18 Chong Yidong <cyd@stupidchicken.com>
226
227 * international/characters.el: Add L and R categories.
228
229 * subr.el (bidi-string-mark-left-to-right): Rename from
230 string-mark-left-to-right. Use category search.
231
232 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
233
bc987f8b
JL
2342011-08-18 Juri Linkov <juri@jurta.org>
235
236 * faces.el (error, warning, success): New faces with definitions
237 copied from old default values of `font-lock-warning-face',
238 `compilation-warning', `compilation-info' (bug#6117).
239
240 * font-lock.el (font-lock-warning-face): Inherit from `error'.
241
242 * progmodes/compile.el (compilation-error): Inherit from `error'.
243 (compilation-warning): Inherit from `warning'.
244 (compilation-info): Inherit from `success'.
245
246 * dired.el (dired-marked): Inherit from `warning'.
247 (dired-flagged): Inherit from `error'.
248
57173b96
LMI
2492011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
250
3e79eb87
LMI
251 * mail/smtpmail.el (auth-source): Require to avoid problems with
252 binding variables (bug#9298). Also clean up some unused
253 autoloads.
254
b3fd59bd
SM
255 * net/network-stream.el (network-stream-open-starttls):
256 Support using starttls.el without using gnutls-cli.
57173b96 257
02b404de
JL
2582011-08-17 Juri Linkov <juri@jurta.org>
259
260 * progmodes/grep.el (rgrep): Handle the case when
261 `grep-find-command' is a cons cell (bug#9278).
262
8c9177f2
MR
2632011-08-17 Martin Rudalics <rudalics@gmx.at>
264
265 * window.el (display-buffer-pop-up-frame): Run frame creation
266 function with BUFFER current (as special-display-popup-frame
267 does). Reported by Drew Adams.
268
3644a0ab
DU
2692011-08-17 Daiki Ueno <ueno@unixuser.org>
270
271 * epa-mail.el: Simplify GnuPG group expansion using
272 epg-expand-group.
273 (epa-mail-group-alist, epa-mail-group-modtime)
274 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
275 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
276 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
277 Remove.
278
7c643369
FL
2792011-08-16 Feng Li <fengli@gmail.com> (tiny change)
280
281 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
282
9c4aeabf
AM
2832011-08-16 Alan Mackenzie <acm@muc.de>
284
285 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
286 Correct, to avoid the inside of macros.
287
3a99bf64
RS
2882011-08-16 Richard Stallman <rms@gnu.org>
289
04963aa8
RS
290 * epa-mail.el: Handle GnuPG group definitions.
291 (epa-mail-group-alist, epa-mail-group-modtime)
292 (epa-mail-gnupg-conf-file): New variables.
293 (epa-mail-parse-groups, epa-mail-sync-groups)
294 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
295 (epa-mail-expand-recipients): New functions.
296 (epa-mail-encrypt): Call epa-mail-expand-recipients.
297
177549d0
RS
298 * mail/rmail.el (rmail-epa-decrypt): New command.
299
fe38beef
RS
300 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
301 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
302 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
303 (epa-decrypt-armor-in-region): Make error message clearer.
304
934eacb9
SM
3052011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
308 and "a2b" to "ab" for `prefix'.
309
d024fb4e
CY
3102011-08-14 Chong Yidong <cyd@stupidchicken.com>
311
312 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
313 filter groups.
de148fee
CY
314 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
315 Fourquet (Bug#8804).
d024fb4e 316
62f1ca49
JB
3172011-08-12 Juanma Barranquero <lekktu@gmail.com>
318
319 * startup.el (argi): Declare as global variable (bug#9275).
320
9ccaaa4b
CY
3212011-08-12 Chong Yidong <cyd@stupidchicken.com>
322
323 * subr.el (string-mark-left-to-right): Search the entire string
324 for RTL script, not just the terminating character. Doc fix.
325
a3dae87a
SM
3262011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
327
6cd18349
SM
328 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
329 New function.
330 (js--regexp-literal, js-syntax-propertize-function): Remove.
331 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
332 (js-mode-map): Don't rebind electric keys.
333 (js-insert-and-indent): Remove.
334 (js-mode): Setup electric-layout and electric-indent instead.
335
a3dae87a
SM
336 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
337
9d5cb631
DU
3382011-08-12 Daiki Ueno <ueno@unixuser.org>
339
340 * epa.el (epa-progress-callback-function): Fix the logic of
341 displaying progress.
342 * epa-file.el (epa-file-insert-file-contents): Make progress
343 display more user-friendly.
344 (epa-file-write-region): Ditto.
345
3e26a4a2
CY
3462011-08-10 Chong Yidong <cyd@stupidchicken.com>
347
348 * subr.el (string-mark-left-to-right): New function.
349
350 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
351 Use string-mark-left-to-right.
352 (list-buffers-noselect): Caller changed.
353
a3dae87a
SM
354 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
355 Use string-mark-left-to-right.
3e26a4a2
CY
356 (tabulated-list-print): Recenter after moving point.
357
ac8cf6e6
JL
3582011-08-10 Juri Linkov <juri@jurta.org>
359
360 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
361 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
362 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
363
8d96c9a4
CY
3642011-08-09 Chong Yidong <cyd@stupidchicken.com>
365
366 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
367 (Bug#7554).
368
7be1c708 3692011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
370
371 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
372 character. (Bug#6594)
373
37e11a63
CY
3742011-08-08 Chong Yidong <cyd@stupidchicken.com>
375
839dde57
CY
376 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
377 (image-dired--with-db-file): New macro.
378 (image-dired-write-tags, image-dired-remove-tag)
379 (image-dired-create-gallery-lists, image-dired-write-comments)
380 (image-dired-get-comment, image-dired-mark-tagged-files)
381 (image-dired-list-tags, image-dired-gallery-generate): Use it.
382 (image-dired-gallery-generate): Use insert-file-contents.
383
37e11a63
CY
384 * time.el (display-time-world-list, display-time-world-display):
385 * time-stamp.el (time-stamp-string):
386 * vc/add-log.el (add-change-log-entry): Use setenv instead of
387 set-time-zone-rule (Bug#7337).
388
0b4946c4
DU
3892011-08-08 Daiki Ueno <ueno@unixuser.org>
390
391 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
392 (epg-error-to-string, epg-errors-to-string): New function.
393 (epg-wait-for-completion): Reverse errors list.
394 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
395 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
396 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
397 (epg-sign-keys, epg-generate-key-from-file)
398 (epg-generate-key-from-string): Format errors by using
399 epg-errors-to-string (bug#9255).
400 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
401
75bfc667
JL
4022011-08-07 Juri Linkov <juri@jurta.org>
403
404 * faces.el (list-faces-display): Remove extra angle bracket
405 from `help-mode-map'.
406
407 * info.el (Info-history-toc-nodes): Doc fix.
408
409 * longlines.el (longlines-mode): Doc fix.
410
673e08bb
SM
4112011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
412
4640dd88
SM
413 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
414 of statements and in a few more cases (bug#9183).
415
673e08bb
SM
416 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
417 New functions.
418 (cl-transform-lambda): Use them (bug#9239).
419
89b3f019
MR
4202011-08-05 Martin Rudalics <rudalics@gmx.at>
421
422 * window.el (display-buffer-same-window)
423 (display-buffer-same-frame, display-buffer-other-window)
424 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
425 (pop-to-buffer-other-window)
426 (pop-to-buffer-same-frame-other-window)
427 (pop-to-buffer-other-frame): Make them defuns.
428 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
429
640c8776
SM
4302011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
431
432 * subr.el (make-composed-keymap): Move from C. Change calling
433 convention, and improve docstring to bring attention to a subtle point.
434 * minibuffer.el (completing-read-default): Adjust accordingly.
435
63648a95
MA
4362011-08-03 Michael Albinus <michael.albinus@gmx.de>
437
438 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
439 (tramp-open-shell): Use `tramp-shell-quote-argument'.
440
441 * net/trampver.el: Update release number.
442
b796c9b7
SM
4432011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
446 "in" (bug#9190).
447
2239d7d5
LMI
4482011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
449
e07dd7c3
LMI
450 * mail/sendmail.el (sendmail-query-once): Restore the current
451 buffer after querying (bug#9074).
452
0e6a2bd7
LMI
453 * dired.el (dired-flagged): Use different faces for marked and
454 flagged files (bug#6117).
455
ce887515
LMI
456 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
457 (bug#4433).
458
92f2affc
LMI
459 * ido.el (ido-mode): Switch off the message if called
460 non-interactively.
461
57d5aff0
LMI
462 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
463 before 587, since it appears that that's more likely to work for
464 more people.
465
98cd6c18
LMI
466 * cus-edit.el (custom-file): When running under emacs -q, always
467 refuse to save the customisations, even if the .emacs file doesn't
468 exist.
469
b96dec83
LMI
470 * info.el: Remove the `Info-beginning-of-buffer' function
471 (bug#8325).
472
b796c9b7
SM
473 * net/network-stream.el (network-stream-open-starttls):
474 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 475
d90e2ea0
MR
4762011-08-01 Martin Rudalics <rudalics@gmx.at>
477
478 * window.el (display-buffer-in-window): Don't set dedicated status
479 of window here (Bug#9215).
480 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
481 (display-buffer-pop-up-side-window)
b796c9b7 482 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 483
cca09170
SM
4842011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
485
486 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
487 before binding generated-autoload-file.
488
027b979c
DD
4892011-08-01 Deniz Dogan <deniz@dogan.se>
490
491 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
492
3c7ee4f3
MA
4932011-07-30 Michael Albinus <michael.albinus@gmx.de>
494
495 Sync with Tramp 2.2.2.
496
497 * net/trampver.el: Update release number.
498
2cc8e51a
JL
4992011-07-30 Juri Linkov <juri@jurta.org>
500
501 * dired-aux.el (dired-touch-initial): Remove function.
502 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
503 current time, and `default' to the last modification time of the
504 current marked file (bug#6887).
505
a514d856
JM
5062011-07-28 Jose E. Marchesi <jemarch@gnu.org>
507
508 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 509 numeric argument to read-number (bug#9163).
a514d856 510
8a7eddd7
MA
5112011-07-27 Michael Albinus <michael.albinus@gmx.de>
512
513 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
514 connection process, it could be nil.
515
1ddd96f5
LL
5162011-07-27 Leo Liu <sdl.web@gmail.com>
517
518 Simplify url handling in rcirc-mode.
519
520 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
521 (rcirc-browse-url-at-mouse): Remove.
522 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
523
b248a85d
AM
5242011-07-26 Alan Mackenzie <acm@muc.de>
525
526 Fontify bitfield declarations properly.
527
528 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
529 (c-symbol-chars): Now exported as a lang variable.
530 (c-not-primitive-type-keywords): New lang variable.
531
532 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
533 QT keyword "more" to prevent "more slots: ...." being spuriously
534 parsed as a bitfield declaraion.
535
b796c9b7
SM
536 * progmodes/cc-engine.el (c-beginning-of-statement-1):
537 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
538 (c-punctuation-in): New function.
539 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
540 declarations properly.
541
68575ab0
UJ
5422011-07-26 Ulf Jasper <ulf.jasper@web.de>
543
544 * calendar/icalendar.el (icalendar--all-events): Take care of
545 multiple vcalendars in a single file.
b796c9b7 546 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 547
0f0a88b9
DD
5482011-07-25 Deniz Dogan <deniz@dogan.se>
549
550 * image.el (insert-image): Clarifying docstring.
551
0b3f36df
MA
5522011-07-24 Michael Albinus <michael.albinus@gmx.de>
553
554 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
555 `tramp-send-command-and-check' if there is no error.
556 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
557
a9901f61
AM
5582011-07-22 Alan Mackenzie <acm@muc.de>
559
560 Prevent cc-langs.elc being loaded at run time.
561
562 * progmodes/cc-mode.el: Remove two autoload forms which loaded
563 cc-langs.
564
565 * /progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
566 "(require 'cc-langs)". Quote a form so it will evaluate at
567 (cc-mode's) compilation time.
568
11d074b2
MA
5692011-07-22 Michael Albinus <michael.albinus@gmx.de>
570
571 * net/tramp.el (tramp-file-name-handler): Avoid recursive
572 loading. (Bug#9114)
573
938b94c8
MR
5742011-07-21 Martin Rudalics <rudalics@gmx.at>
575
576 * window.el (display-buffer-pop-up-window)
577 (display-buffer-pop-up-side-window)
578 (display-buffer-in-side-window): Call display-buffer-set-height
579 and display-buffer-set-width after setting the new window's
b796c9b7 580 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 581
bfa4f190
SS
5822011-07-20 Sam Steingold <sds@gnu.org>
583
584 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
585 (etags-tags-included-tables): Call `convert-standard-filename' on
586 the file names contained in TAGS so that windows Emacs can handle
587 TAGS files created by cygwin ctags.
588
8ca42262
LMI
5892011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
590
591 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
592 which apparently didn't work.
593
5db2afd2 5942011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 595
5db2afd2
RW
596 * proced.el (proced-send-signal): For *Marked Processes* buffer
597 put point at beginning of buffer.
598
92e15d10
SB
5992011-07-19 Stephen Berman <stephen.berman@gmx.net>
600
601 * proced.el (proced-format): Make header lines align with the text
602 (bug#1779).
603
1bfd59e5
LMI
6042011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
605
606 * view.el (view-buffer): Allow running in `special' modes if we're
607 visiting a file (bug#8615).
608
f5aae37c
MR
6092011-07-19 Martin Rudalics <rudalics@gmx.at>
610
611 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
612 (display-buffer-alist-set-1, display-buffer-alist-set-2):
613 New functions.
f5aae37c
MR
614 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
615 more accurately.
616
bf2c1571
AM
6172011-07-18 Alan Mackenzie <acm@muc.de>
618
619 Fontify declarators properly when, e.g., a jit-lock chunk begins
620 inside a declaration.
621
622 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
623
b796c9b7
SM
624 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
625 New function.
bf2c1571
AM
626 (c-complex-decl-matchers): Insert reference to
627 c-font-lock-enclosing-decls.
628
629 * progmodes/cc-engine.el (c-backward-single-comment):
630 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
631 to nil around calls to (forward-comment -1).
632
4e190b80
LMI
6332011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
634
12dc863d
LMI
635 * image.el (put-image): Doc typo fix.
636
a762e966
LMI
637 * progmodes/etags.el (tags-search): Doc typo fix.
638
4e190b80
LMI
639 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
640 password if we get errors 550 to 554.
641
f019fb21
LMI
6422011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
643
b796c9b7 644 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 645
81746738
LMI
646 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
647 indentation character (bug#6380).
648
3ee3a1b5
LMI
649 * files.el (buffer-offer-save): Made permanently local (bug#6241).
650
c82f64de
LMI
651 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
652 to clarify what the problem is (bug#4291).
653
f019fb21
LMI
654 * simple.el (current-kill): Clarify what
655 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
656 (auto-fill-mode): Document `auto-fill-function' in relation to
657 `auto-fill-mode' (bug#2470).
f019fb21 658
0794775d
LM
6592011-07-16 Lawrence Mitchell <wence@gmx.li>
660
661 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
662 method if slot is read-only (bug#9035).
663
be39b8cc
MR
6642011-07-16 Martin Rudalics <rudalics@gmx.at>
665
b796c9b7 666 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 667 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
668 selected before, see discussion of (Bug#8615), (Bug#6954).
669 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 670
6ccf7859
GM
6712011-07-15 Glenn Morris <rgm@gnu.org>
672
673 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 674 Respect help-form.
6ccf7859 675
87e86684
LM
6762011-07-09 Lawrence Mitchell <wence@gmx.li>
677
678 * net/gnutls.el (gnutls-min-prime-bits): New variable.
679 (gnutls-negotiate): Use it.
680
d6066239
LMI
6812011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
682
b796c9b7
SM
683 * net/gnutls.el (gnutls-negotiate):
684 Upcase `gnutls-algorithm-priority'.
d6066239 685
bd23ebc0
GM
6862011-07-15 Glenn Morris <rgm@gnu.org>
687
c65bca65
GM
688 * jka-compr.el (jka-compr-verbose): Move from here...
689 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
690 Add missing :version tag.
691 * info.el: No need to require jka-compr when compiling.
bd23ebc0 692
478615cc
LMI
6932011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
694
7b41decb
LMI
695 * net/gnutls.el (gnutls-algorithm-priority): New variable.
696 (gnutls-negotiate): Use it.
697
dbc44fcd
LMI
698 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
699
06789f97
LMI
700 * info.el (Info-beginning-of-buffer): New command.
701 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
702 announcing `b' as the key (bug#8325).
ab896c37 703 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 704
c39da690
LMI
705 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
706
3aa5f34b
LMI
707 * international/mule-cmds.el
708 (describe-specified-language-support): Make the error message
709 clearer (bug#8905).
710
4bf0979f
LMI
711 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
712
478615cc
LMI
713 * isearch.el (isearch-barrier): Add a doc string, since it's
714 mentioned in a function doc string (bug#8678).
715
75c68aa1
MR
7162011-07-15 Martin Rudalics <rudalics@gmx.at>
717
718 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
719 buffer argument (Bug#9083) and self-identifying label argument.
720
a7c33da2
GM
7212011-07-15 Glenn Morris <rgm@gnu.org>
722
723 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
724
2f5c6024
LMI
7252011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
726
727 * man.el (Man-fontify-manpage): Fix message when formatting the
728 man page (bug#7929).
729
0bb23927 7302011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
731
732 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
733 argument LRM; if non-nil, append an invisible LRM character to the
734 buffer name.
735 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
736 last argument non-nil, when formatting buffer names.
0bb23927
EZ
737 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
738 paragraph direction.
cce4b0a7 739
621ef9ab
LMI
7402011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
741
d1583c48
LMI
742 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
743 the man page name (bug#7929).
744
6a57fb5f
LMI
745 * image.el (put-image): Mention the `put-image' overlay property
746 (bug#7834).
747
d7956b14
LMI
748 * scroll-bar.el (set-scroll-bar-mode): Mention that
749 `scroll-bar-mode' lists the values (bug#7772).
750
5b2d4a66
LMI
751 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
752 command (bug#7729).
753
7509a874
LMI
754 * rect.el (apply-on-rectangle): Return the point after the last
755 operation.
756 (string-rectangle): Go to the point after the last operation
757 (bug#7522).
758
4fe74b19
LMI
759 * printing.el (pr-toggle-region): Clarify the documentation
760 slightly (bug#7493).
761
b796c9b7
SM
762 * time.el (display-time-update):
763 Allow `display-time-mail-function' to return nil (bug#7158).
764 Fix suggested by Detlev Zundel.
ab283561 765
fc233c9d
LMI
766 * vc/diff.el (diff): Clarify the order the file names are read
767 (bug#7111).
768
43f5740b
LMI
769 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
770 the doc string (bug#7015).
771
f2182a76
LMI
772 * font-lock.el (font-lock-maximum-decoration): Mention what
773 numeric levels mean (bug#6935).
774
621ef9ab
LMI
775 * startup.el (initial-buffer-choice): Don't mention the `none'
776 selection, which is against policy.
777
adc47434
MR
7782011-07-14 Martin Rudalics <rudalics@gmx.at>
779
b796c9b7
SM
780 * window.el (display-buffer-normalize-special):
781 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 782
7e5bfb8f
EZ
7832011-07-14 Eli Zaretskii <eliz@gnu.org>
784
785 * subr.el (version<, version<=, version=): Mention "-CVS" and
786 "-12345" alpha version numbers.
787
27fa387a
CY
7882011-07-14 Chong Yidong <cyd@stupidchicken.com>
789
790 * bindings.el: Add advertised binding for set-mark-command
791 (Bug#5772).
792
8bdfa064
CY
7932011-07-14 Chong Yidong <cyd@stupidchicken.com>
794
795 * bindings.el (mode-line-other-buffer):
796 * bookmark.el (bookmark-bmenu-2-window):
797 * bs.el (bs-cycle-next, bs-cycle-previous):
798 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
799 switch-to-buffer.
800
801 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 802 Delete.
8bdfa064 803
5eba16a3
JB
8042011-07-14 Juanma Barranquero <lekktu@gmail.com>
805
806 * follow.el (follow-debug-message, follow-redisplay):
807 * jka-cmpr-hook.el (with-auto-compression-mode):
808 Fix typos in docstrings.
809
15853710
LMI
8102011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
811
a28e4607
LMI
812 * subr.el (with-silent-modifications): Clarify somewhat what the
813 macro inhibits (bug#6525).
814
15853710
LMI
815 * simple.el (eval-expression): Note what it does if called
816 interactively (bug#6495).
817
bee0fcef
CY
8182011-07-13 Chong Yidong <cyd@stupidchicken.com>
819
b796c9b7
SM
820 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
821 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
822
823 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
824 Remove switch-to-buffer.
825
58274504
LMI
8262011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
827
bd2fcc8d
LMI
828 * files.el (make-directory): Clarify that an error will be raised
829 if there's an error (bug#6397).
830
0f04b32c
LMI
831 * startup.el (initial-buffer-choice): Add `none' as a choice
832 (bug#6234).
833
465c5fc8
LMI
834 * subr.el (add-hook): Clarify section about buffer-local hooks
835 (bug#6218).
836
58274504
LMI
837 * dired.el (dired-flagged): Clarify doc string (bug#6117).
838
bead9a43
JB
8392011-07-13 Juanma Barranquero <lekktu@gmail.com>
840
841 * tabify.el (untabify): Preserve the current column so that point
842 doesn't move (bug#6032).
843
3af98a7b
LMI
8442011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
845
b796c9b7
SM
846 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
847 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 848
6240145a
GM
8492011-07-13 Glenn Morris <rgm@gnu.org>
850
851 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
852 (dired-insert-directory): Give a message the first time
853 if ls is found not to support --dired.
854
1d8c2ccc
LMI
8552011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
856
857 * simple.el (toggle-truncate-lines): Clarify what is toggled
858 (bug#5580). Text by Drew Adams.
859
5fc4038e
CY
8602011-07-13 Chong Yidong <cyd@stupidchicken.com>
861
862 * simple.el (blink-matching-open): Make the error message from the
863 last change less verbose.
864
bf6012e5
DN
8652011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
866
867 * font-lock.el (font-lock-comment-face): Use the high contrast
868 "yellow" color for font-lock-comment-face on low color terminals
869 using a dark background color (bug#4221).
870
343c3b5a
LMI
8712011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
872
7e9505c5
LMI
873 * dired.el (dired-insert-set-properties): Make the doc string
874 reflect what it does now (bug#5325).
875
c26fdcf5
LMI
876 * simple.el (blink-matching-open): Say that we were unable to find
877 the match within the limit, if we're limited (bug#5122).
878
bb388cc5
LMI
879 * international/mule-cmds.el (prefer-coding-system): Add an
880 example (bug#4869).
881
343c3b5a
LMI
882 * progmodes/etags.el (tags-search): Document `file-list-form'
883 (bug#4731).
884
2a517d45
LM
8852011-07-13 Lawrence Mitchell <wence@gmx.li>
886
887 * net/browse-url.el (browse-url-default-browser)
888 (browse-url-browser-function): Make the default browser choice a
889 bit more logical (bug#4300). Also clean up the doc string.
890
b6c78ef2
JB
8912011-07-13 Juanma Barranquero <lekktu@gmail.com>
892
893 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
894 binary endings (bug#4440).
895
1c4dd947
LMI
8962011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
897
a2014063
LMI
898 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
899 which can be pretty annoying (bug#8971).
900
9c9c2d88
LMI
901 * jka-compr.el (jka-compr-verbose): New variable, and use
902 throughout (bug#8971).
903
1c4dd947
LMI
904 * info.el (Info-find-file): Fall back on the installation
905 directory if we can't find the info node anywhere else.
906
a1c9f41b
SO
9072011-07-13 Sergei Organov <osv@javad.com> (tiny change)
908
909 * vc/vc.el (vc-revert-file):
910 Don't set file time-stamp in the past. (Bug#5181)
911
536f3d36
LMI
9122011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
913
7152b011
LMI
914 * files.el (after-find-file): Give a better error message when
915 trying to find a symlink that points to a file that doesn't exist
916 (bug#4398).
917
536f3d36
LMI
918 * progmodes/cc-vars.el: Remove (probably) misleading comment
919 (bug#4396).
920
460c0fba
JB
9212011-07-12 Johan Bockgård <bojohan@gnu.org>
922
923 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
924
7a6bda45
CY
9252011-07-12 Chong Yidong <cyd@stupidchicken.com>
926
927 * mouse-sel.el: Hack restoring functionality, while keeping
928 compatibility with 2010-07-03 changes to mouse selection.
929 (mouse-sel-primary-overlay): New var.
930 (mouse-sel-selection-alist): Use it.
931 (mouse-sel-mode): Doc fix; remove points that are default features
932 of mouse.el.
933
c79598ef
JB
9342011-07-12 Johan Bockgård <bojohan@gnu.org>
935
936 * progmodes/compile.el (compilation-error-regexp-alist-alist):
937 Fix previous fix (bug#2490).
938
ff8be6ef
RW
9392011-07-12 Roland Winkler <winkler@gnu.org>
940
b796c9b7
SM
941 * textmodes/bibtex.el (bibtex-initialize):
942 Use pop-to-buffer-same-window.
ff8be6ef
RW
943 (bibtex-search-entries): Fix interactive call.
944
296ba3ee
LMI
9452011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
946
f5242a02 947 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
948 Fontise bytecomp Error lines more correctly (bug#2490).
949 Fix suggested by Johan Bockgård.
f5242a02 950
296ba3ee
LMI
951 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
952
953 * dired-x.el (dired-guess-default): Use `delete-dups'.
954
f69fd0d2
CY
9552011-07-12 Chong Yidong <cyd@stupidchicken.com>
956
957 * dired.el (dired-mark-prompt):
958 * dired-aux.el (dired-read-shell-command): Doc fix.
959
eab5dc07
LMI
9602011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
961
b796c9b7
SM
962 * mail/sendmail.el (sendmail-query-once):
963 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
964 emacs -Q.
965
966 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
967
eab5dc07
LMI
968 * cus-edit.el (custom-file): Take an optional no-error variable.
969 (customize-save-variable): Set the variable, and give a warning if
970 running under "emacs -q".
971
a1e65d42
JB
9722011-07-11 Juanma Barranquero <lekktu@gmail.com>
973
974 * loadhist.el (unload-feature-special-hooks):
975 Add `auto-coding-functions', `fill-nobreak-predicate' and
976 `find-directory-functions' (bug#5327).
977
1d52da10
LMI
9782011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
979
be958f1d
LMI
980 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
981
5bedb26c
LMI
982 * cus-edit.el (custom-guess-name-alist): -alist variables should
983 use the `alist' type (bug#3120). Suggested by Drew Adams.
984
1d52da10
LMI
985 * printing.el: Add documentation to all the `pr-toggle-' commands.
986
481a51b6
LL
9872011-07-11 Leo <sdl.web@gmail.com> (tiny change)
988
989 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
990 backends where it makes sense (bug#2623).
991
dcc88d8a
LMI
9922011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
993
c3de9feb
LMI
994 * dired-x.el (dired-guess-default): Remove duplicate shell command
995 entries (bug#2028).
8a93078b 996 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 997 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 998
dcc88d8a
LMI
999 * subr.el (remove-duplicates): New conveniency function.
1000
505e3645
LMI
10012011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1002
1003 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
1004 (bug#1526).
1005
10062011-07-10 Martin Rudalics <rudalics@gmx.at>
1007
1008 * window.el (display-buffer-normalize-default): Don't invert
1009 meaning of even-window-heights. Reported by Eli Zaretskii
1010 <eliz@gnu.org>.
1011
455e4fa1
BR
10122011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
1013
1014 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
1015
8e0bc3e9
CY
10162011-07-10 Chong Yidong <cyd@stupidchicken.com>
1017
1018 * window.el (display-buffer): Fix arguments to
1019 display-buffer-reuse-window in last change.
1020
fa7c3228
CY
1021 * faces.el (link): Use a less saturated blue on light backgrounds.
1022
1023 * startup.el (fancy-startup-text, fancy-about-text)
1024 (fancy-startup-tail): Use font-lock faces, for background safety.
1025
c0a7f300
BN
10262011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
1027
b796c9b7
SM
1028 * emulation/viper-cmd.el (viper-change-state-to-vi):
1029 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 1030
4dc2a129
MR
10312011-07-09 Martin Rudalics <rudalics@gmx.at>
1032
1033 * window.el (display-buffer-default-specifiers): Remove.
1034 (display-buffer-macro-specifiers): Remove default specifiers.
1035 (display-buffer-alist): Default to nil.
b796c9b7 1036 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
1037 (display-buffer-pop-up-window): Allow splitting internal
1038 windows. Check whether a live window was created.
1039 (display-buffer-other-window-means-other-frame)
1040 (display-buffer-normalize-arguments): Rename to
1041 display-buffer-normalize-argument and rewrite. Set the
1042 other-window specifier.
1043 (display-buffer-normalize-special): New function.
1044 (display-buffer-normalize-options): Rename to
1045 display-buffer-normalize-default and rewrite.
1046 (display-buffer-normalize-options-inhibit): Remove.
1047 (display-buffer-normalize-specifiers): Rewrite.
1048 (display-buffer): Process other-window specifier and call
1049 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
1050 more faithfully.
b796c9b7 1051 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 1052 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
1053 (display-buffer-in-window, display-buffer-alist-set):
1054 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
1055 <tassilo@member.fsf.org>.
1056
2d43b8c9
LL
10572011-07-09 Leo Liu <sdl.web@gmail.com>
1058
1059 * register.el (insert-register): Restore accidental change on
1060 2011-06-26. (Bug#9028)
1061
7f9b7c53
GM
10622011-07-09 Glenn Morris <rgm@gnu.org>
1063
1064 * subr.el (remq): Handle the empty list. (Bug#9024)
1065
f042cfd8
AS
10662011-07-08 Andreas Schwab <schwab@linux-m68k.org>
1067
1068 * mail/sendmail.el (send-mail-function): No longer delay custom
1069 initialization.
1070 * custom.el (custom-initialize-delay): Doc fix.
1071
856b2f11
SM
10722011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
1075
afae1d68
MA
10762011-07-08 Michael Albinus <michael.albinus@gmx.de>
1077
1078 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
1079 human-friendly prompt.
1080
0757af94
SM
10812011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
1084 provided by a particular plugin.
1085
d760b731
LMI
10862011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
1087
1088 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
1089 save customizations (with "emacs -Q"), just set the variable
1090 instead of erroring out.
1091
1092 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
1093
cd79ce90
JL
10942011-07-08 Juri Linkov <juri@jurta.org>
1095
1096 * arc-mode.el (archive-zip-expunge, archive-zip-update)
1097 (archive-zip-update-case): Use 7z if found by `executable-find'.
1098 The order of searching the available programs is the same as in
1099 `archive-zip-extract' (bug#8968).
1100
14cc04aa
CY
11012011-07-07 Chong Yidong <cyd@stupidchicken.com>
1102
1103 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
1104 (menu-bar-options-menu): Tweak descriptions.
1105
0a1848ec
LMI
11062011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1107
1108 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
1109 menu items into verb phrases (bug#1421). Also refill to fit under
1110 80 columns.
1111
f5bd0689
CY
11122011-07-07 Chong Yidong <cyd@stupidchicken.com>
1113
538e85c6
CY
1114 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
1115 (Info-read-node-name): Doc fix (Bug#1084).
1116
f5bd0689
CY
1117 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
1118 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
1119 (end-of-sexp, beginning-of-sexp)
1120 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
1121 (forward-symbol, forward-same-syntax, word-at-point)
1122 (sentence-at-point): Doc fix (Bug#1144).
1123
56ec5115
LMI
11242011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1125
f3f8e37f
LMI
1126 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
1127 should cover it (bug#1281).
1128
0757af94 1129 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 1130
12b9eb35
LMI
1131 * net/network-stream.el (network-stream-open-starttls): If gnutls
1132 negotiation fails, then possibly try again with a non-encrypted
1133 connection (bug#9017).
1134
56ec5115
LMI
1135 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
1136 be used.
1137
c2f9aec8
RS
11382011-07-07 Richard Stallman <rms@gnu.org>
1139
1140 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
1141 property, and handle its changed format.
1142 Look for the correct line number.
1143 Use file's line contents (but not past first =) to find
1144 correct line in message.
1145
ef7b981d 11462011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
1147
1148 * international/characters.el (build-unicode-category-table):
1149 Delete it.
0757af94 1150 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 1151
0757af94 1152 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
1153 to src/chartab.c.
1154 (get-char-code-property): Call unicode-property-table-internal to
1155 load a file. Call get-unicode-property-internal where necessary.
1156 (put-char-code-property): Call unicode-property-table-internal to
1157 load a file. Call put-unicode-property-internal where necessary.
1158 put-unicode-property-internal where necessary.
0757af94
SM
1159 (char-code-property-description):
1160 Call unicode-property-table-internal to load a file.
c805dec0
KH
1161
1162 * international/charprop.el:
1163 * international/uni-bidi.el:
1164 * international/uni-category.el:
1165 * international/uni-combining.el:
1166 * international/uni-comment.el:
1167 * international/uni-decimal.el:
1168 * international/uni-decomposition.el:
1169 * international/uni-digit.el:
1170 * international/uni-lowercase.el:
1171 * international/uni-mirrored.el:
1172 * international/uni-name.el:
1173 * international/uni-numeric.el:
1174 * international/uni-old-name.el:
1175 * international/uni-titlecase.el:
1176 * international/uni-uppercase.el: Regenerate.
1177
1178 * loadup.el: Load international/charprop.el before
1179 international/characters.
1180
e14b388a
CY
11812011-07-07 Chong Yidong <cyd@stupidchicken.com>
1182
1183 * window.el (next-buffer, previous-buffer): Signal an error if
1184 called from a minibuffer window.
1185
1186 * bindings.el: Revert 2011-07-04 change.
1187
354cf0ba
RS
11882011-07-06 Richard Stallman <rms@gnu.org>
1189
1190 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
1191 (rmail-mime-insert-bulk, rmail-mime-insert-text):
1192 Treat markers like ints.
1193 (rmail-mime-entity): Doc fix.
1194
a48868a7
LMI
11952011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1196
4906cd3d
LMI
1197 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
1198 defcustom again for backwards compatibility.
1199
e0457abe
LMI
1200 * simple.el (shell-command-on-region): Fill.
1201
d67f7e1f
LMI
1202 * dired-aux.el (dired-kill-line): Add a doc string.
1203
fe204702
LMI
1204 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
1205 to "\\sw\\|\\s_" (bug#358).
1206
a48868a7
LMI
1207 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
1208 (dired-unmark-backward): Ditto.
1209 (dired-flag-backup-files): Ditto.
1210
1211 * dired-x.el (dired-mark-sexp): Ditto.
1212
aa8a705c
RS
12132011-07-06 Richard Stallman <rms@gnu.org>
1214
1215 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
1216 (rmail-mime-entity): New arg TRUNCATED.
1217 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
1218 New functions.
1219 (rmail-mime-save): Warn if entity is truncated.
1220 (rmail-mime-toggle-hidden): Likewise, for showing.
1221 (rmail-mime-process-multipart): Record when an entity is truncated.
1222
a9a936b9
RS
1223 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
1224 if ENTITY is a string.
1225
1f2b92cb
LMI
12262011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1227
f4f73198 1228 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
1229 of faces when `M-C-x'-ing their definitions (bug#8378).
1230 Also clean up the code slightly.
f4f73198 1231
12b16734
LMI
1232 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
1233 because that makes the colours go away.
1234
f0691d22
LMI
1235 * mail/sendmail.el (send-mail-function): Change the default to
1236 `sendmail-query-once'.
9e87df06 1237 (sendmail-query-once): Add an autoload cookie.
f0691d22 1238
1f2b92cb
LMI
1239 * net/network-stream.el (network-stream-open-starttls): Try using
1240 a plain connection even if the server offered STARTTLS, and we
1241 kinda wanted to use it, if Emacs doesn't have any STARTTLS
1242 capability. This should make smtpmail.el work in slightly more
1243 configurations.
1244
1cdd2a1b
MA
12452011-07-06 Michael Albinus <michael.albinus@gmx.de>
1246
1247 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
1248 New defun.
1249 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
1250
fbcc67e2
MM
12512011-07-06 Michael R. Mauger <mmaug@yahoo.com>
1252
1253 * progmodes/sql.el: Version 3.0
0757af94 1254 (sql-product-alist): Add product :completion-object,
fbcc67e2 1255 :completion-column, and :statement attributes.
0757af94 1256 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 1257 (sql-mode-syntax-table): Mark all punctuation.
0757af94 1258 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
1259 ansi keywords.
1260 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 1261 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
1262 (sql-oracle-show-reserved-words): New function for development.
1263 (sql-product-font-lock): Simplify for source code buffers.
1264 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
1265 New functions.
1266 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
1267 (sql-mode-map): Add statement movement functions.
1268 (sql-ansi-statement-starters, sql-oracle-statement-starters):
1269 New variable.
fbcc67e2
MM
1270 (sql-statement-regexp, sql-beginning-of-statement)
1271 (sql-end-of-statement, sql-signum): New functions.
0757af94 1272 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
1273 (sql-show-sqli-buffer): Bug fix.
1274 (sql-interactive-mode): Store connection data as buffer local.
0757af94 1275 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
1276 with sql-interactive-mode.
1277 (sql-save-connection): Save buffer local settings.
0757af94 1278 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
1279 (sql-product-interactive): Bug fix.
1280 (sql-preoutput-hold): New variable.
1281 (sql-interactive-remove-continuation-prompt): Bug fixes.
1282 (sql-debug-redirect): New variable.
1283 (sql-str-literal): New function.
1284 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 1285 Redesign.
fbcc67e2
MM
1286 (sql-oracle-save-settings, sql-oracle-restore-settings)
1287 (sql-oracle-list-all, sql-oracle-list-table): New functions.
1288 (sql-completion-object, sql-completion-column)
1289 (sql-completion-sqlbuf): New variables.
1290 (sql-build-completions-1, sql-build-completions)
1291 (sql-try-completion): New functions.
1292 (sql-read-table-name): Use them.
1293 (sql-contains-names): New buffer local variable.
1294 (sql-list-all, sql-list-table): Use it.
1295 (sql-oracle-completion-types): New variable.
1296 (sql-oracle-completion-object, sql-sqlite-completion-object)
1297 (sql-postgres-completion-object): New functions.
1298
d4eaeab1
GM
12992011-07-06 Glenn Morris <rgm@gnu.org>
1300
1301 * window.el (pop-to-buffer): Doc fix.
1302
322b7dab 13032011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
1304
1305 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
1306
322b7dab 13072011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 1308
322b7dab 1309 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 1310
322b7dab 1311 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 1312
605dd5bf
CY
13132011-07-05 Chong Yidong <cyd@stupidchicken.com>
1314
1315 * button.el (button): Inherit from link face. Suggested by Dan
1316 Nicolaescu.
1317
7dbfa719
SM
13182011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1319
3db614b0
SM
1320 * progmodes/gdb-mi.el: Fit in 80 columns.
1321 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
1322 switch-to-buffer.
1323
7dbfa719
SM
1324 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
1325 if imenu is simply not configured (bug#8941).
1326
919d884a
KM
13272011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
1328
1329 * allout.el (allout-post-undo-hook): New allout outline-change
1330 event hook to signal undo activity.
1331 (allout-post-command-business): Run allout-post-undo-hook if an
1332 undo just occurred.
7dbfa719
SM
1333 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
1334 * allout-widgets.el (allout-widgets-after-undo-function):
1335 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
1336 in the vicinity of an undo.
1337 (allout-widgets-mode): Include allout-widgets-after-undo-function
1338 on the new allout-post-undo-hook.
1339
450a0f09
SM
13402011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1341
1342 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
1343 Let define-derived-mode define it.
1344 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
1345 cycles of abbrev-table inheritance (bug#8998).
1346
2de69e00
RW
13472011-07-05 Roland Winkler <winkler@gnu.org>
1348
1349 * textmodes/bibtex.el: Add support for biblatex.
1350 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
1351 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
1352 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
1353 (bibtex-entry-alist, bibtex-field-alist): New variables.
1354 (bibtex-entry-field-alist): Obsolete alias for
1355 bibtex-BibTeX-entry-alist.
1356 (bibtex-entry-alist, bibtex-field-alist): New widgets.
1357 (bibtex-set-dialect): New command.
1358 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
1359 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
1360 Bind via bibtex-set-dialect.
2de69e00
RW
1361 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
1362 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
1363 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
1364 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
1365 Define via bibtex-set-dialect.
450a0f09
SM
1366 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
1367 Obey bibtex-no-opt-remove-re.
2de69e00
RW
1368 (bibtex-vec-push, bibtex-vec-incr): New functions.
1369 (bibtex-format-entry, bibtex-field-list)
1370 (bibtex-print-help-message, bibtex-validate)
1371 (bibtex-search-entries): Use new format of bibtex-entry-alist.
1372
2dcdbdd9
SM
13732011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1374
1375 * progmodes/compile.el (compilation-goto-locus):
1376 * net/tramp-cmds.el (tramp-append-tramp-buffers):
1377 * bs.el (bs-cycle-next, bs-cycle-previous):
1378 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
1379 * bindings.el (mode-line-other-buffer):
1380 * autoinsert.el (auto-insert):
1381 * arc-mode.el (archive-extract):
1382 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
1383
b27640fe
JB
13842011-07-05 Juanma Barranquero <lekktu@gmail.com>
1385
1386 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
1387 Fix check of `emacs-lock-unlockable-modes'.
1388 Coerce true values of `emacs-lock--try-unlocking' to t.
1389
53bbe3ad
JB
13902011-07-05 Juanma Barranquero <lekktu@gmail.com>
1391
1392 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
1393 * emacs-lock.el: New file.
1394
1d3cdbc7
JD
13952011-07-05 Julien Danjou <julien@danjou.info>
1396
1397 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
1398 than `boundp' to check if face is set.
1399
9173deec
JB
14002011-07-05 Juanma Barranquero <lekktu@gmail.com>
1401
1402 * register.el (registerv-make):
1403 * window.el (window-min-height): Fix typos in docstrings.
1404
869795d6
JD
14052011-07-05 Jan Djärv <jan.h.d@swipnet.se>
1406
9173deec 1407 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
1408 Update doc string.
1409
b768cdcd
JB
14102011-07-04 Juanma Barranquero <lekktu@gmail.com>
1411
1412 * server.el (server-execute): Catch quit and call
1413 `server-return-error' to pass the error back to emacsclient and
1414 close the connection (bug#8942).
1415
13aa217b
KM
14162011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
1417
1418 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
1419 insecure exception for current topic. Also note that auto-saves
1420 are handled differently.
1421
1422 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
1423 State variables for tracking auto-save inhibition situation.
1424
1425 (allout-write-contents-hook-handler): Rename from
1426 'allout-write-file-hook-handler', and describe how it depends on
1427 write-contents-functions sensitivity to non-nil value to prevent
1428 file write.
1429
1430 (allout-auto-save-hook-handler): Remove. auto-save does not check
1431 this in individual buffers, only in the starting buffer, so this
1432 is not the right way for us to inhibit auto-save in a buffer
1433 according to its condition.
1434
1435 (allout-mode): Use new allout-write-contents-hook-handler, and
1436 only with write-contents-functions. Remove auto-save provisions -
1437 they're implemented elsewhere.
1438
1439 (allout-before-change-handler): If undo is in progress, note that
1440 for attention of allout-post-command-business.
1441
1442 (allout-post-command-business): If the command we're following was
1443 an undo, check for change in the status of encrypted items and
1444 adjust auto-save inhibitions accordingly.
1445
1446 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
1447 according to whether there are or aren't any plain-text topics
1448 pending encryption.
1449
2dcdbdd9
SM
1450 (allout-inhibit-auto-save-info-for-decryption):
1451 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
13aa217b
KM
1452 there are plain-text topics pending encryption.
1453
1454 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
1455 buffer-saved-size and some allout state to not inhibit auto-saves
1456 if there are no longer any plain-text topics pending encryption.
1457
0757af94
SM
1458 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
1459 No longer provide for exemption of the current topic.
13aa217b 1460
ac89b32c
JL
14612011-07-04 Juri Linkov <juri@jurta.org>
1462
1463 Add 7z operations to delete and save changed members (bug#8968).
1464 * arc-mode.el (archive-7z-expunge, archive-7z-update):
1465 New defcustoms.
1466 (archive-7z-write-file-member): New function.
1467 (archive-7z-summarize): Fix the number of dashes in the
1468 listing output.
1469
8fa39615
SM
14702011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1471
1472 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
1473 (bug#8958).
1474
2f11b3f1
CY
14752011-07-04 Chong Yidong <cyd@stupidchicken.com>
1476
d66fef2b
CY
1477 * bindings.el: Ignore next-buffer and previous-buffer in
1478 minibuffer-local-map.
1479
2f11b3f1
CY
1480 * font-lock.el (font-lock-builtin-face): Change light background
1481 color to dark slate blue (Bug#6693).
1482
f932a347
WD
14832011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1484
1485 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
1486
c8af70e1
SM
14872011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
1490 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1491 Add switch-to-buffer.
1492
f158badc
LMI
14932011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1494
1495 * isearch.el (isearch-search-fun-function): Clarify further the
1496 meaning of the function returned.
1497
6d95bd46
MA
14982011-07-04 Michael Albinus <michael.albinus@gmx.de>
1499
1500 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
1501
1502 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
1503 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
1504 Use it.
1505 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
1506 `tramp-default-remote-path' does not exist.
1507 (tramp-send-command-and-read): New optional argument NOERROR.
1508 (tramp-open-connection-setup-interactive-shell)
1509 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
1510 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
1511 (tramp-process-sentinel): Flush also process' connection property.
1512 (tramp-sh-handle-start-file-process): Do not set process
1513 sentinel. It is done now ...
1514 (tramp-maybe-open-connection): ... here. (Bug#8929)
1515
909e6b67
MK
15162011-07-04 MON KEY <monkey@sandpframing.com>
1517
1518 * play/animate.el (animate-string): Doc fixes and allow changing
1519 the buffer name (bug#5417).
1520
15212011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1522
c8af70e1 1523 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 1524
f34755dc
PE
15252011-07-04 Paul Eggert <eggert@cs.ucla.edu>
1526
396cec72
PE
1527 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
1528 This is simpler and helps future-proof the code.
1529 (timer-until): Use time-subtract and float-time.
08235028 1530 (timer--time-less-p): Use time-less-p.
f34755dc 1531
56e6cc31
JB
15322011-07-04 Juanma Barranquero <lekktu@gmail.com>
1533
3abb79e5
JB
1534 * type-break.el (timep): Use the value of `float-time' to avoid a
1535 byte-compiler warning.
1536
56e6cc31
JB
1537 * server.el (server-eval-and-print): Return any result, even nil.
1538
7b9430b4
PE
15392011-07-03 Paul Eggert <eggert@cs.ucla.edu>
1540
1541 * type-break.el: Accept time formats that the builtins accept.
1542 (timep, type-break-time-difference): Accept any format that
1543 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
1544 This is simpler and helps future-proof the code.
1545 (type-break-time-difference): Round rather than ignoring
1546 subseconds components.
1547
3034e9e7
LMI
15482011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1549
1550 * info.el (Info-apropos-matches): Make non-interactive, since it
1551 doesn't seem to do anything useful as a command (bug#8829).
1552
1485f4c0
CY
15532011-07-03 Chong Yidong <cyd@stupidchicken.com>
1554
1555 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 1556 Move from faces.el.
1485f4c0
CY
1557 (frame-default-terminal-background): New function.
1558
1559 * custom.el (custom-push-theme): Don't record faces in `changed'
1560 theme; this doesn't work correctly for per-frame face settings.
1561 (disable-theme): Use face-set-after-frame-default to reset faces.
1562 (custom--frame-color-default): New function.
1563
9fa3dd45
LMI
15642011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1565
c8af70e1 1566 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
1567 (bug#8769).
1568
6cbbc20c
KR
15692011-03-29 Kevin Ryde <user42@zip.com.au>
1570
1571 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1572 `perl-Test2' extend to match possible "fail #N" rep count
1573 (bug#8377).
1574
c7f98048
LMI
15752011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1576
65676592
LMI
1577 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
1578 `smtpmail-via-smtp' now returns the error instead of nil.
1579
c7f98048
LMI
1580 * isearch.el (isearch-search-fun-function): Clarify the doc string
1581 (bug#8101).
1582
56e6cc31 15832011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
1584
1585 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
1586 unnecessary spaces (bug#8987).
1587
2b216704
LMI
15882011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1589
1590 * net/network-stream.el (open-network-stream): Use the
1591 :end-of-capability command thoughout.
1592
15932011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
1594
1595 * net/network-stream.el (open-network-stream): Add the
1596 :end-of-capability command parameter, used by pop3.el.
1597
36adf6ce
LMI
15982011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1599
1ca0da0e
LMI
1600 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
1601
fc00f69c
LMI
1602 * fringe.el (fringe-query-style): Remove redundant text " (type ?
1603 for list)" (bug#6475).
1604
28fd8759
LMI
1605 * files.el (file-expand-wildcards): Ignore non-readable
1606 sub-directories while trying to find matches instead of signalling
1607 an error (bug#6297).
1608
0dd8b6da
LMI
1609 * man.el (Man-reference-regexp): Allow matching possible
1610 word-wrapped references (bug#6289).
1611
ce1438d6
LMI
1612 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
1613 for consistency with the other vc buffers (bug#6197).
1614 (vc-checkin): Ditto.
1615
1616 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
1617
36adf6ce
LMI
1618 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
1619
e83cc1f7
LMI
16202011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1621
8a20ca4c
LMI
1622 * custom.el (defcustom): Clarify that :set is only used in the
1623 Customize user interface (bug#6089).
1624
83319045
LMI
1625 * progmodes/flymake.el (flymake-mode): If the buffer isn't
1626 associated with a file, refuse to run instead of erroring out
1627 (bug#6084).
1628
a8392169
LMI
1629 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
1630 the doc string, since it appears that using `fill-column' always
1631 controls the width (bug#7845).
1632
e83cc1f7
LMI
1633 * simple.el (shell-command-on-region): Say where the error output
1634 went if `shell-command-default-error-buffer' is set (bug#6857).
1635
e47ca23b
KM
16362011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
1637
1638 * allout.el (allout-yank-processing): Adjust cursor position for
1639 backwards-deleted space.
1640
1641 (allout-rebullet-heading): Register changes with
1642 allout-exposure-changed-hook, so the modified topic is properly
1643 decorated.
1644
5cf56143
LMI
16452011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1646
08549772
LMI
1647 * minibuffer.el (completion-in-region): Document PREDICATE
1648 (bug#7136).
1649
48e96771
LMI
1650 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
1651 of keyword/argument pairs (bug#6904).
1652
c8af70e1
SM
1653 * replace.el (multi-occur):
1654 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 1655
e17d05e2
LMI
16562011-07-02 Drew Adams <drew.adams@oracle.com>
1657
1658 * dired.el (dired-mark-if): Make the message about whether it's
1659 marking or unmarking clearer (bug#8523).
1660
063b0e45
LMI
16612011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1662
1663 * disp-table.el (display-table-print-array): New function.
1664 (describe-display-table): Use it to print the vectors more pretty
1665 (Bug#8859).
1666
28545e04
MR
16672011-07-02 Martin Rudalics <rudalics@gmx.at>
1668
1669 * window.el (window-state-get-1): Don't assign clone numbers.
1670 Add clone-of item to list of window parameters.
1671 (window-state-put-2): Don't process clone numbers.
1672 (display-buffer-alist): Fix doc-string.
1673
3349e122
SM
16742011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1675
1676 * subr.el (remq): Don't allocate if it's not needed.
1677 (keymap--menu-item-binding, keymap--menu-item-with-binding)
1678 (keymap--merge-bindings): New functions.
1679 (keymap-canonicalize): Use them to refine the canonicalization.
1680 * minibuffer.el (minibuffer-local-completion-map)
1681 (minibuffer-local-must-match-map): Move initialization from C.
1682 (minibuffer-local-filename-completion-map): Move initialization from C;
1683 don't inherit from anything here.
1684 (minibuffer-local-filename-must-match-map): Make obsolete.
1685 (completing-read-default): Use make-composed-keymap to combine
1686 minibuffer-local-filename-completion-map with either
1687 minibuffer-local-must-match-map or
1688 minibuffer-local-filename-completion-map.
1689
d224ac83
GM
16902011-07-01 Glenn Morris <rgm@gnu.org>
1691
3de63bf8
GM
1692 * type-break.el (type-break-time-sum): Use dolist.
1693
d224ac83
GM
1694 * textmodes/flyspell.el (flyspell-word-search-backward):
1695 Replace CL function.
1696
1a1e3f32
SM
16972011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1698
fe3f64d5
SM
1699 * mouse.el (mouse--strip-first-event): New function.
1700 (function-key-map): Use it to map fringe clicks to normal clicks
1701 by default.
1702
eb604e34
SM
1703 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
1704 (vc-bzr-revision-completion-table): Add support for annotate and date.
1705
1a1e3f32
SM
1706 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
1707 inherit from parent.
1708
5bd35902
LMI
17092011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1710
ace6c69c 1711 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 1712 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 1713
191e2bed
LMI
1714 * dired.el (dired-mode): Fix up the doc string as suggested by
1715 Drew Adams (bug#8817).
1716
5bd35902
LMI
1717 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
1718 cookie, since the manual says that it should be possible to add
1719 this function to `find-file-hook' (bug#8709).
1720
eee8207a
TZ
17212011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
1722
1723 * progmodes/cfengine.el: Moved all cfengine3.el functionality
1724 here. Noted Ted Zlatanov as the maintainer.
1725 (cfengine-common-settings, cfengine-common-syntax): New functions
1726 to set up common things between `cfengine-mode' and
1727 `cfengine3-mode'.
1728 (cfengine3-mode): New mode.
1729 (cfengine3-defuns cfengine3-defuns-regex
1730 (cfengine3-class-selector-regex cfengine3-category-regex)
1731 (cfengine3-vartypes cfengine3-font-lock-keywords)
1732 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 1733 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 1734
36b148cf
MA
17352011-07-01 Michael Albinus <michael.albinus@gmx.de>
1736
1737 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
1738
1739 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
1740
0bf4ba9a
MR
17412011-07-01 Martin Rudalics <rudalics@gmx.at>
1742
1743 * window.el (same-window-buffer-names, same-window-regexps)
1744 (same-window-p, special-display-frame-alist)
1745 (special-display-popup-frame, special-display-function)
1746 (special-display-buffer-names, special-display-regexps)
1747 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
1748 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
1749 (split-window-preferred-function, split-height-threshold)
1750 (split-width-threshold, even-window-heights)
1751 (display-buffer-mark-dedicated, window-splittable-p)
1752 (split-window-sensibly, window-safely-shrinkable-p):
1753 Un-obsolete.
1754 (display-buffer): Don't spread args with function specifier
1755 because special-display-popup-frame won't like it.
1756
35837f51
PE
17572011-07-01 Paul Eggert <eggert@cs.ucla.edu>
1758
d0672f86
PE
1759 Time-stamp simplifications and fixes.
1760 These improve accuracy slightly, and future-proof the code
1761 against some potential changes to current-time format.
1762
b9444d97
PE
1763 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
1764 by using time-since and float-time.
1765
0ef923dc
PE
1766 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
1767 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
1768 + NNN microseconds".
1769
2f81380d
PE
1770 * type-break.el (type-break-time-sum): Rewrite using time-add.
1771
845b5c3e
PE
1772 * play/hanoi.el (hanoi-current-time-float): Remove.
1773 All uses replaced by float-time.
1774
ee6f1be0
PE
1775 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
1776 This yields a more-accurate answer.
1777 (rng-time-to-float): Remove; no longer needed.
1778
fe955043
PE
1779 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
1780
5777162a
PE
1781 * calendar/timeclock.el (timeclock-seconds-to-time):
1782 Defalias to seconds-to-time, since they're the same thing.
1783
3103f8b6 1784 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 1785 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
1786 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
1787
0e61a35f
SM
17882011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 * window.el (bury-buffer): Don't iconify the only frame.
1791 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
1792 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
1793
ddd63a1e
CY
17942011-07-01 Chong Yidong <cyd@stupidchicken.com>
1795
0e61a35f
SM
1796 * eshell/em-smart.el (eshell-smart-display-navigate-list):
1797 Add mouse-yank-primary.
ddd63a1e 1798
055f4923
TZ
17992011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
1800
1801 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
1802
6a2fb145
SM
18032011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1804
1805 * emacs-lisp/find-func.el (find-library--load-name): New fun.
1806 (find-library-name): Use it to find relative load names when provided
1807 absolute file name (bug#8803).
1808
fd4983f2
LMI
18092011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1810
887d14ad
LMI
1811 * textmodes/flyspell.el (flyspell-word): Consider words that
1812 differ only in case as potential doublons (bug#5687).
1813
c53dc7fc
LMI
1814 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
1815 Remove two rather uninteresting debugging-like messages to make
1816 debbugs.el more silent.
1817
fd4983f2
LMI
1818 * comint.el (comint-password-prompt-regexp): Accept "Response" as
1819 a password-like phrase.
1820
b14c0c55
AM
18212011-06-30 Mastake YAMATO <yamato@redhat.com>
1822
1823 * progmodes/cc-guess.el: New file.
1824
6a2fb145 1825 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
1826
1827 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
1828 derived from `c-basic-common-init'.
1829
1830 * progmodes/cc-mode.el (top-level): Require cc-guess.
1831 (c-basic-common-init): Use `cc-choose-style-for-mode'.
1832
1fa280a3
LM
18332011-06-30 Lawrence Mitchell <wence@gmx.li>
1834
1835 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
1836
e6597158
AM
18372011-06-30 Alan Mackenzie <acm@muc.de>
1838
1fa280a3
LM
1839 * progmodes/cc-engine.el (c-guess-continued-construct):
1840 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
1841 lock is disabled. Name this case as "CASE G".
1842
68ba37fb
KM
18432011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
1844
1845 * allout.el (allout-yank-processing): Fix injection of extra space
1846 between bullet and non-whitespace character in first topic when
1847 pasting, ensuring that the actual spacing in the pasted topic
1848 following the bullet char is preserved. This extra space was
1849 causing pasted encrypted topics to get a decrypted status even
1850 when the content was actually still encrypted. Now the decryption
1851 status from before the paste is preserved.
1852
1853 (allout-flag-region): Set all allout overlays so they evaporate
1854 when reduced to zero length (evanescent), to prevent overlay
1855 leakage.
1856
887a0b34
GM
18572011-06-30 Glenn Morris <rgm@gnu.org>
1858
94b9acce
GM
1859 * w32-fns.el (w32-charset-info-alist): Declare.
1860
1d9b46d4
GM
1861 * find-dired.el (find-grep-options): Simplify.
1862
cc232200
GM
1863 * term/ns-win.el (ns-set-resource): Declare.
1864
28e77c46
GM
1865 * ses.el (row, col): Declare dynamic variables honestly.
1866
887a0b34
GM
1867 * textmodes/reftex-parse.el (index-tags): Declare.
1868
658d8eb8
CY
18692011-06-30 Chong Yidong <cyd@stupidchicken.com>
1870
1871 * cus-edit.el (customize-push-and-save): New function.
1872
1873 * files.el (hack-local-variables-confirm): Use it.
1874
1fa280a3
LM
1875 * custom.el (load-theme): New arg NO-CONFIRM.
1876 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
1877 (custom-enabled-themes): Doc fix.
1878
1879 * cus-theme.el (customize-create-theme)
1880 (custom-theme-merge-theme): Callers to load-theme changed.
1881
bb617717
LMI
18822011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1883
d61bdd5d
LMI
1884 * thingatpt.el (thing-at-point-short-url-regexp): Require that
1885 short URLs have at least one dot in them (bug #7614).
1886
bb617717
LMI
1887 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
1888 nil, because using a pty is apparently too slow (bug #895).
1889
2f31f37a
LMI
18902011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1891
1892 * mail/sendmail.el (sendmail-query-once): New function.
1893 (sendmail-query-once-function): New variable.
1894
3076b24e
GM
18952011-06-29 Glenn Morris <rgm@gnu.org>
1896
faf2a174
GM
1897 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
1898
3076b24e
GM
1899 * ses.el (top-level): Require cl when compiling.
1900 (ses-set-localvars): Fix error statement.
1901 Call it at compile time to silence a storm of warnings.
1902
5386012d
MR
19032011-06-29 Martin Rudalics <rudalics@gmx.at>
1904
1905 * window.el (normalize-live-buffer): Rename to
1906 window-normalize-buffer.
1907 (normalize-live-frame): Rename to window-normalize-frame.
1908 (normalize-any-window): Rename to window-normalize-any-window.
1909 (normalize-live-window): Rename to window-normalize-live-window.
1910 (make-window-atom): Rename to window-make-atom.
1911 (window-resize-reset): Rename to window--resize-reset.
1912 (window-resize-reset-1): Rename to window--resize-reset-1.
1913 (resize-mini-window): Rename to window--resize-mini-window.
1914 (resize-subwindows-skip-p): Rename to
1915 window--resize-subwindows-skip-p.
1916 (resize-subwindows-normal): Rename to
1917 window--resize-subwindows-normal.
1918 (resize-subwindows): Rename to window--resize-subwindows.
1919 (resize-other-windows): Rename to window--resize-siblings.
1920 (resize-this-window): Rename to window--resize-this-window.
1921 (resize-root-window): Rename to window--resize-root-window.
1922 (resize-root-window-vertically): Rename to
1923 window--resize-root-window-vertically.
1924 (normalize-buffer-to-display): Rename to
1925 window-normalize-buffer-to-display.
1926 (normalize-buffer-to-switch-to): Rename to
1927 window-normalize-buffer-to-switch-to.
1928 Correspondingly update all callers of the functions listed
1929 above.
1930 (display-buffer-alist, display-buffer-normalize-arguments)
1931 (display-buffer-normalize-options, display-buffer)
1932 (display-buffer-alist-set): Use "function" instead of
1933 "fun-with-args".
1934
1176868d
CY
19352011-06-28 Chong Yidong <cyd@stupidchicken.com>
1936
1937 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
1938 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
1939 debbugs.gnu.org. Mention acknowledgment email.
1940
20a7a65f
LMI
19412011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
1942
1943 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
1944 buffer multibyteness, since it shouldn't matter.
1945
5f45cca5
MR
19462011-06-28 Martin Rudalics <rudalics@gmx.at>
1947
1948 * window.el (display-buffer-in-side-window): Handle dedicated
1949 windows as in display-buffer-reuse-window.
1950 (display-buffer-normalize-alist): Use value of override
1951 specifier.
1952 (display-buffer-normalize-specifiers): Use value of
1953 other-window-means-other-frame specifier.
1954 (display-buffer-alist): Rewrite some texts in widgets.
1955 (display-buffer): Spread arguments when calling function
1956 specified by fun-with-args.
1957
ad85fe1f
DD
19582011-06-28 Deniz Dogan <deniz@dogan.se>
1959
1fa280a3
LM
1960 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1961 Unnest `let'.
da68c4c8 1962
ad85fe1f
DD
1963 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
1964 selectors (Bug#5732).
ec49bd31 1965 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 1966
a08cc025
JA
19672011-06-27 Jari Aalto <jari.aalto@cante.net>
1968
1969 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
1970 (eshell-ls-date-format): New defcustom.
1971 (eshell-ls-file): Use it.
1972
e2b551c5
SM
19732011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * help-fns.el (describe-variable): Fix message for terminal-local vars.
1976
8982b231
KY
19772011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
1978
1979 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
1980 (ange-ftp-make-tmp-name): New arg.
1981 (ange-ftp-file-local-copy): Use it.
1982
36c9fa27
J
19832011-06-27 Jambunathan K <kjambunathan@gmail.com>
1984
1985 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
1986 no-conversion (Bug#8870).
1987
d68443dc
MR
19882011-06-27 Martin Rudalics <rudalics@gmx.at>
1989
1990 * window.el (window-right, window-left, window-child)
1991 (window-child-count, window-last-child)
1992 (window-iso-combination-p, walk-window-tree-1)
1993 (window-atom-check-1, window-tree-1, delete-window)
1994 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
1995 new naming conventions - window-vchild, window-hchild,
1996 window-next and window-prev are now called window-top-child,
1997 window-left-child, window-next-sibling and window-prev-sibling
1998 respectively.
d615d6d2
MR
1999 (resize-window-reset): Rename to window-resize-reset.
2000 (resize-window-reset-1): Rename to window-resize-reset-1.
2001 (resize-window): Rename to window-resize.
2002 (window-min-height, window-min-width)
2003 (resize-mini-window, resize-this-window, resize-root-window)
2004 (resize-root-window-vertically, adjust-window-trailing-edge)
2005 (enlarge-window, shrink-window, maximize-window)
2006 (minimize-window, delete-window, quit-restore-window)
2007 (split-window, balance-windows, balance-windows-area-adjust)
2008 (balance-windows-area, window-state-put-2)
2009 (display-buffer-even-window-sizes, display-buffer-set-height)
2010 (display-buffer-set-width, set-window-text-height)
2011 (fit-window-to-buffer): Rename all "resize-window" prefixed
2012 calls to use the "window-resize" prefix convention.
2013 (display-buffer-alist): Fix symbol for label specifier.
2014 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
2015 corresponding specifier.
2016 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 2017
b6458526
VB
20182011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
2019
2020 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
2021 convention.
2022 (ses-call-printer): Does not pass an empty string to formatter when the
2023 cell is empty to keep from barking printer Calc math-format-value.
2024
d31fd9ac
RS
20252011-06-27 Richard Stallman <rms@gnu.org>
2026
43d5bf84
RS
2027 * battery.el (battery-mode-line-limit): New variable.
2028 (battery-update): Handle it.
2029
d31fd9ac
RS
2030 * mail/rmailmm.el (rmail-mime-process-multipart):
2031 Handle truncated messages.
2032
819a6054
GM
20332011-06-27 Glenn Morris <rgm@gnu.org>
2034
2035 * progmodes/flymake.el (flymake-err-line-patterns):
2036 Allow for column numbers in the ant/javac pattern. (Bug#8866)
2037
cedc73f2
VB
20382011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
2039
819a6054 2040 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
2041 (ses--clean-!, ses--clean-_): New functions.
2042 (ses-range): Add configurability of readout order, and conversion
2043 to Calc vector.
2044
5e5d49b6
VB
2045 * ses.el (ses-repair-cell-reference-all): New function.
2046 (ses-cell-symbol): Set macro as safe, so that it can be used in
2047 formulas.
2048
56e6cc31 2049 * ses.el: Update cycle detection algorithm.
90ca8b49 2050 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 2051 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
2052 (ses-set-localvars): New function.
2053 (ses-make-cell): Add property-list as a cell element.
2054 (ses-cell-property-get-fun, ses-cell-property-get)
2055 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
2056 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
2057 New functions.
90ca8b49
VB
2058 (ses-cell-property-set, ses-cell-property-pop)
2059 (ses-cell-property-get-handle): New macro.
2060 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
2061 New aliases, used for code readability.
2062 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
2063 cycle detection.
2064 (ses-self-reference-early-detection): New defcustom.
2065 (ses-formula-references): Robustify against self-refering cells.
2066 (ses-mode): Use ses-set-localvars.
2067 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
2068 before lauching the update processing.
2069 (ses-initialize-Dijkstra-attempt): New function.
2070 (ses-recalculate-cell): Update for cycle detection based on
2071 Dijkstra algorithm.
2072
2bb63e81
VB
2073 * ses.el: Fix commenting and indenting convention.
2074
c9d29fb8
SM
20752011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2076
2077 * bs.el (bs-cycle-next): Complete last change.
2078
d8e4b68b
JB
20792011-06-27 Drew Adams <drew.adams@oracle.com>
2080
2081 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
2082
40098786
LMI
20832011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2084
c9d29fb8
SM
2085 * net/network-stream.el (network-stream-open-starttls):
2086 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
2087 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
2088
40098786
LMI
2089 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
2090 to binary to possibly avoid line encoding issues on Windows (among
2091 other things).
2092
468d09d4
LMI
20932011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2094
2095 * net/network-stream.el (open-network-stream): Return an :error
2096 saying what the problem was, if possible.
2097
2098 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
2099 server.
2100
2101 * net/network-stream.el (network-stream-open-starttls): If we
2102 wanted to use STARTTLS, and the server offered it, but we weren't
2103 able to because we had no STARTTLS support, then close the connection.
2104 (open-network-stream): Return an :error element, if present.
2105
16f07dd7
CY
21062011-06-26 Chong Yidong <cyd@stupidchicken.com>
2107
88821ca0
CY
2108 * hl-line.el (hl-line-sticky-flag): Doc fix.
2109 (global-hl-line-sticky-flag): New option (Bug#8323).
2110 (global-hl-line-highlight): Obey it.
2111
16f07dd7
CY
2112 * vc/vc.el (vc-revert-show-diff): Default to t.
2113
6b5ccddf
KM
21142011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
2115
c9d29fb8
SM
2116 * allout-widgets.el (allout-widgets-post-command-business):
2117 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
2118 undecorated when an isearch is continued past, and isearch
2119 automatically collapses them. This leads to "widget leaks", where
2120 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
2121 hidden widgets can slow down cursor travel, substantially.
2122 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
2123 so we're doing without this nicety.
2124
2125 (allout-widgets-tally-string): Don't try to do a hash-table-count
2126 of allout-widgets-tally when it's nil. This eliminates spurious "Error
2127 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
2128 *Messages* when allout-widgets-maintain-tally is t.
2129
355f2e07
MR
21302011-06-26 Martin Rudalics <rudalics@gmx.at>
2131
2132 * window.el (display-buffer-normalize-argument): Rename to
2133 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
2134 LABEL argument. Respect special-display-function when popping up
2135 a new frame. Fix code searching for a window showing the buffer
2136 on another frame.
c9d29fb8
SM
2137 (display-buffer-normalize-specifiers):
2138 Call display-buffer-normalize-arguments.
355f2e07
MR
2139 (display-buffer-in-window): Don't undedicate the window if its
2140 buffer remains the same.
2141 Reported by Drew Adams <drew.adams@oracle.com>.
2142 (display-buffer-alist): Add choice for same-window macro
2143 specfier.
2144 (display-buffer): Mention special meaning of LABEL argument in
2145 doc-string. Fix quoting. Don't pop up a new frame even as
2146 fallback.
2147
7ca8fc42
JB
21482011-06-26 Juanma Barranquero <lekktu@gmail.com>
2149
2150 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
2151 avoid deleting the current window in some cases (bug#8911).
2152
bc312254
AS
21532011-06-26 Andreas Schwab <schwab@linux-m68k.org>
2154
2155 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
2156 (Bug#8934)
2157
2db18f3f
LMI
21582011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2159
c9d29fb8
SM
2160 * net/network-stream.el (network-stream-open-starttls):
2161 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
2162 (network-stream-open-tls): Ditto.
2163
6302e0d3
LL
21642011-06-26 Leo Liu <sdl.web@gmail.com>
2165
2166 * register.el (registerv): New struct.
2167 (registerv-make): New function.
c9d29fb8
SM
2168 (jump-to-register, describe-register-1, insert-register):
2169 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
2170 struct. (Bug#8415)
2171
5fdd4046
CY
21722011-06-26 Chong Yidong <cyd@stupidchicken.com>
2173
2afef60a
CY
2174 * vc/vc.el (vc-revert-show-diff): New defcustom.
2175 (vc-diff-internal): New arg specifying diff buffer.
2176 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
2177 reuse an existing *vc-diff* buffer (Bug#8927).
2178
5fdd4046
CY
2179 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
2180
e93db24a
GM
21812011-06-26 Glenn Morris <rgm@gnu.org>
2182
2183 * progmodes/f90.el (f90-critical-indent): New option.
2184 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
2185 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
2186 (f90-mode): Doc fix.
2187 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
2188 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
2189 (f90-beginning-of-block, f90-next-block, f90-indent-region)
2190 (f90-match-end): Handle block, critical.
2191
eefff499
GM
21922011-06-25 Glenn Morris <rgm@gnu.org>
2193
f6ba4cc9
GM
2194 * calendar/diary-lib.el (diary-included-files): Doc fix.
2195 (diary-include-files): New function, extracted from
2196 diary-include-other-diary-files and diary-mark-included-diary-files.
2197 (diary-include-other-diary-files, diary-mark-included-diary-files):
2198 Just call diary-include-files.
2199 (diary-mark-entries): Reset diary-included-files on first call.
2200
16712304
GM
2201 * calendar/diary-lib.el (diary-mark-entries)
2202 (diary-mark-included-diary-files):
2203 Visit included diary-files in temp buffers.
2204
5d8e0d43
GM
2205 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
2206 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
2207 (f90-start-block-re, f90-imenu-generic-expression)
2208 (f90-looking-at-program-block-start, f90-no-block-limit):
2209 Add support for submodules.
2210
ccf7a5d5
GM
2211 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
2212 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 2213
11fdef7d 22142011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
2215
2216 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
2217 buffer-file-type before setting its value, to avoid disastrous
eefff499 2218 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 2219
74f53697
JB
22202011-06-25 Juanma Barranquero <lekktu@gmail.com>
2221
2222 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
2223
2224 * ses.el (ses-unload-function):
2225 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
2226
2227 * proced.el (proced-unload-function):
2228 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
2229
18a4ce5e
AR
22302011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
2231
2232 * server.el (server-create-window-system-frame): Add parameters arg.
2233 (server-process-filter): Doc fix. Handle frame-parameters.
2234
519d22cc
JB
22352011-06-25 Juanma Barranquero <lekktu@gmail.com>
2236
2237 Fix bug#8730, bug#8781.
2238
2239 * loadhist.el (unload--set-major-mode): New function.
2240 (unload-feature): Use it.
2241
2242 * progmodes/python.el (python-after-info-look): Add autoload cookie.
2243 (python-unload-function): New function.
2244
c206f5b0
SM
22452011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2246
2247 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
2248
f9ad64f3
GS
22492011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
2250
2251 * net/browse-url.el (browse-url-firefox-program): Add icecat to
2252 the candidates list.
2253
7d0da90e
JB
22542011-06-24 Juanma Barranquero <lekktu@gmail.com>
2255
2256 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
2257
14b4e83d
RS
22582011-06-23 Richard Stallman <rms@gnu.org>
2259
2260 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
2261 (rmail-variables): Set next-error-move-function.
2262 (rmail-what-message): Take argument POS.
2263 (rmail-next-error-move): New function.
2264
273d2baf
SM
22652011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
2268 messages for adjacent non-terminals.
2269
56c2cc9a
RS
22702011-06-23 Richard Stallman <rms@gnu.org>
2271
2272 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 2273 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
2274 (rmail-start-mail): Don't specify use of rmail-mail-return;
2275 that's done by mail-bury now.
2276 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 2277
d59eb518
MA
22782011-06-23 Michael Albinus <michael.albinus@gmx.de>
2279
2280 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
2281 SIZE is a number.
2282
02cfc6d6
MR
22832011-06-23 Martin Rudalics <rudalics@gmx.at>
2284
2285 * window.el (get-lru-window, get-mru-window)
2286 (get-largest-window): Never return a minibuffer window.
2287 (display-buffer-pop-up-window): Fix a bug that could lead to
2288 reusing the minibuffer window.
2289 (display-buffer): Pass original specifier argument to
2290 display-buffer-function instead of the normalized one.
2291 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2292
4e323265
LL
22932011-06-22 Leo Liu <sdl.web@gmail.com>
2294
2295 * minibuffer.el (completing-read-function)
2296 (completing-read-default): Move from minibuf.c
2297
7a70468f
RS
22982011-06-22 Richard Stallman <rms@gnu.org>
2299
50718fc2
RS
2300 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
2301 to Rmail even if not started by a special Rmail command.
2302
7a70468f
RS
2303 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2304 Copy the buffer currently showing just one message.
2305
297dde5a
RW
23062011-06-22 Roland Winkler <winkler@gnu.org>
2307
2308 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
2309 (bibtex-clean-entry): First delete the old key so that a
2310 customized algorithm for generating the new key does not get
2311 confused by the old key.
2312 (bibtex-url): Obey regexp of first step.
2313 (bibtex-search-entries): Do not use add-to-list with local
2314 list-var.
2315
97bb1093
LMI
23162011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2317
2318 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
2319 stored a user name, then query for the password first, instead of
2320 waiting for SMTP to give an error message and the trying again.
2321
1c0f1a19
JD
23222011-06-22 Lawrence Mitchell <wence@gmx.li>
2323
2324 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
2325 BUFFER in call-process.
2326
396f7c9d
LMI
23272011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2328
2329 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
2330 QUIT twice.
ddb7ffee
LMI
2331 (smtpmail-try-auth-methods): Require user name and password from
2332 auth-source.
396f7c9d 2333
8998d1b3
MR
23342011-06-22 Martin Rudalics <rudalics@gmx.at>
2335
2336 * window.el (display-buffer-default-specifiers)
2337 (display-buffer-alist): Remove entries for pop-up-frame-alist.
2338 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 2339 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
2340
2341 * frame.el (pop-up-frame-alist, pop-up-frame-function)
2342 (special-display-frame-alist, special-display-popup-frame):
2343 Remove duplicate declarations. These are now in window.el.
2344
4ea31e07
LMI
23452011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2346
c9d29fb8
SM
2347 * mail/smtpmail.el (smtpmail-via-smtp):
2348 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
2349 server supports it. SMTP servers that support STARTTLS commonly
2350 require it.
2351
2352 * net/network-stream.el (network-stream-open-starttls): Support
2353 upgrading to STARTTLS always, even if we don't have built-in support.
2354 (open-network-stream): Add the :always-query-capabilies keyword.
2355
95f41d9a
LMI
2356 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
2357 upgrades with `open-network-stream', and rely solely on
2358 auth-source for all credentials. Big changes throughout the file,
2359 but in particular:
c9d29fb8
SM
2360 (smtpmail-auth-credentials): Remove.
2361 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
2362 (smtpmail-via-smtp): Check for servers saying they want AUTH after
2363 MAIL FROM, too.
95f41d9a 2364
c9d29fb8
SM
2365 * net/network-stream.el (network-stream-open-starttls):
2366 Provide support for client certificates both for external and built-in
4ea31e07
LMI
2367 STARTTLS.
2368 (auth-source): Require.
2369 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
2370 (network-stream-certificate): Change cert-cert to cert and
2371 cert-key to key.
4ea31e07 2372
065ec2c7
MA
23732011-06-21 Michael Albinus <michael.albinus@gmx.de>
2374
2375 * net/tramp-cache.el (top): Don't load the persistency file when
2376 "emacs -Q" has been called.
2377
cd93b359
DR
23782011-06-21 Tim Harper <timcharper@gmail.com>
2379
d8e4b68b
JB
2380 * term/ns-win.el (ns-initialize-window-system):
2381 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
2382 resource to NO as it is not yet supported by the NS port.
2383
ae9c0411
JB
23842011-06-21 Juanma Barranquero <lekktu@gmail.com>
2385
2386 * misc.el (list-dynamic-libraries--refresh): Compute header here...
2387 (list-dynamic-libraries): ...not here.
2388
7f3f739f
LL
23892011-06-21 Leo Liu <sdl.web@gmail.com>
2390
2391 * subr.el (sha1): Implement sha1 using secure-hash.
2392
327c8fb1
MR
23932011-06-21 Martin Rudalics <rudalics@gmx.at>
2394
2395 * window.el (display-buffer-alist): In default value do not
2396 enforce searching a window on any but the selected frame.
2397 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2398 (display-buffer-select-window): Remove function.
2399 (display-buffer-in-window): When a window on another frame gets
2400 reused, do not select it any more but just raise its frame if
2401 necessary (Bug#8851) and (Bug#8856).
2402 (display-buffer-normalize-options): Handle pop-up-frames related
2403 options more faithfully.
2404 (pop-to-buffer): Don't rely on `display-buffer' selecting the
2405 window if it is on another frame.
c9d29fb8
SM
2406 (display-buffer-alist, display-buffer-default-specifiers):
2407 Don't make new frame unsplittable by default.
9e9de014
MR
2408 (display-buffer-normalize-argument): Fix doc-string typo and use
2409 'same-frame-other-window instead of 'other-window when associating
2410 with display-buffer-macro-specifiers.
327c8fb1 2411
7cf3f556
VB
24122011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
2413
2414 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
2415 New functions.
2416 (5x5-mode-map, 5x5-mode-menu): Bind them.
2417 (5x5-draw-grid): Tweak the solver's rendering.
2418
60a406cf
SM
24192011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
2422 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
2423
d8e4b68b 24242011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
2425
2426 * menu-bar.el: Use function variable instead of switch-to-buffer.
2427 (menu-bar-select-buffer-function): New variable.
60a406cf 2428 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 2429
478d6f95
SM
24302011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2431
2432 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
2433 variable's status.
2434
ca530739
JD
24352011-06-20 Jan Djärv <jan.h.d@swipnet.se>
2436
2437 * x-dnd.el (x-dnd-version-from-flags)
2438 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
2439 and long as number (Bug#8899).
2440 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
2441
bcd70d97
SM
24422011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2443
60a406cf 2444 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
2445 (completion-try-completion, completion-all-completions): Compute the
2446 metadata argument if it's missing; make it optional (bug#8795).
2447
60a406cf 2448 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
2449 (widget-complete): Use new :completion-function property.
2450 (widget-completions-at-point): New function.
2451 (default): Use :completion-function instead of :complete.
60a406cf
SM
2452 (widget-default-completions): Rename from widget-default-complete;
2453 Rewrite.
bcd70d97
SM
2454 (widget-string-complete, widget-file-complete, widget-color-complete):
2455 Remove functions.
2456 (file, symbol, function, variable, coding-system, color):
2457 * international/mule-cmds.el (default-input-method, charset)
2458 (language-info-custom-alist):
2459 * cus-edit.el (face): Use new property :completions.
2460
2461 * progmodes/pascal.el (pascal-completions-at-point): New function.
2462 (pascal-mode): Use it.
2463 (pascal-mode-map): Use completion-at-point.
2464 (pascal-toggle-completions): Make obsolete.
2465 (pascal-complete-word, pascal-show-completions):
2466 * progmodes/octave-mod.el (octave-complete-symbol):
2467 Redefine as obsolete alias.
2468 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
2469 Signal absence of completion info for old Octave,
2470 (inferior-octave-complete): Redefine as obsolete alias.
2471 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
2472 (meta-completions-at-point): Rename from meta-complete-symbol and
2473 adapt it for use on completion-at-point-functions.
2474 (meta-common-mode): Use it.
2475 (meta-looking-at-backward, meta-match-buffer): Remove.
2476 (meta-complete-symbol): Redefine as obsolete alias.
2477 (meta-common-mode-map): Use completion-at-point.
2478 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
2479 (makefile-mode-map): Use completion-at-point.
2480 (makefile-completions-at-point): Rename from makefile-complete and
2481 adapt it for use on completion-at-point-functions.
2482 (makefile-mode): Use it.
2483 (makefile-complete): Redefine as obsolete alias.
2484
aebf69c8
DD
24852011-06-20 Deniz Dogan <deniz@dogan.se>
2486
2487 * net/rcirc.el: Delete trailing whitespaces once and for all.
2488
bfbbb27d
DC
24892011-06-20 Daniel Colascione <dan.colascione@gmail.com>
2490
2491 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
2492
d264a46b
CY
24932011-06-19 Chong Yidong <cyd@stupidchicken.com>
2494
4ca009e5
CY
2495 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
2496
d264a46b
CY
2497 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
2498
fbf5b3ce
MR
24992011-06-19 Martin Rudalics <rudalics@gmx.at>
2500
2501 * window.el (display-buffer-other-window-means-other-frame):
2502 Call display-buffer-normalize-alist.
2503 (display-buffer-normalize-specifiers-1): Rename to
2504 display-buffer-normalize-argument. New argument other-frame.
2505 Rewrite.
2506 (display-buffer-normalize-specifiers-2): Rename to
2507 display-buffer-normalize-options.
2508 (display-buffer-normalize-alist-1): New function.
2509 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
2510 display-buffer-normalize-alist.
2511 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
2512 (display-buffer-normalize-options-inhibit): New variable.
2513 (display-buffer-normalize-specifiers): Rewrite calling
2514 display-buffer-normalize-alist,
2515 display-buffer-normalize-argument, and
2516 display-buffer-normalize-options. Don't call the latter if
2517 display-buffer-normalize-options-inhibit is non-nil.
2518 (frame-auto-delete): New option.
2519 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
2520 (window-list-no-nils, window-state-ignored-parameters)
2521 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
2522 (window-state-put-1, window-state-put-2, window-state-put):
2523 New functions.
9a028c23
MR
2524 (display-buffer-normalize-options): Move special-display-p group
2525 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 2526
6d10d800
CY
25272011-06-18 Chong Yidong <cyd@stupidchicken.com>
2528
6420d28b
CY
2529 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
2530 groups (Bug#8776).
2531 (rx-submatch-n): New function.
2532 (rx): Document it.
2533
ddb8b596
CY
2534 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
2535 (Bug#8768).
2536
2537 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
2538
77080289
CY
2539 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
2540
61dfb316
CY
2541 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
2542 anytime existing face settings are present (Bug#8889).
2543
6d10d800
CY
2544 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
2545 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
2546 Remove unused argument.
2547
be3fb2b8
MR
25482011-06-18 Martin Rudalics <rudalics@gmx.at>
2549
bcd70d97
SM
2550 * window.el (display-buffer-default-specifiers):
2551 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
2552 pop-up-window-min-width, and another reuse-window specifier
2553 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
2554 (display-buffer-normalize-specifiers-2):
2555 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
2556 pop-up-windows is unset. Add a reuse-window specifier for the
2557 case popping up a new window fails.
2558 (special-display-popup-frame): Remove double quoting.
28dec25a 2559 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 2560
1c6d8c76
SM
25612011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2562
2563 * shell.el (shell-completion-vars): Set pcomplete-termination-string
2564 according to comint-completion-addsuffix.
2565
2566 * pcomplete.el: Convert to lexical binding and fix bug#8819.
2567 (pcomplete-suffix-list): Mark as obsolete.
2568 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
2569 pcomplete-seen in the closure.
2570 (pcomplete-comint-setup): Setup completion-at-point as well.
2571 (pcomplete--entries): New function.
2572 (pcomplete--env-regexp): New var.
2573 (pcomplete-entries): Rewrite to work with partial-completion and
2574 without relying on pcomplete-suffix-list.
2575 (pcomplete-pare-list): Remove, unused.
2576
25aef8b8
MR
25772011-06-17 Martin Rudalics <rudalics@gmx.at>
2578
2579 * window.el (display-buffer-alist): Set pop-up-window-min-height
2580 and pop-up-window-min-width in default value. Reported by
2581 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
2582 other-window-means-other-frame.
2583 (display-buffer-macro-specifiers): Comment out entry for
2584 other-window specifier.
2585 (display-buffer-other-window-means-other-frame): New function.
2586 (display-buffer-normalize-specifiers-1): New arguments
2587 buffer-name and label. Treat other-window case specially.
2588 (display-buffer-normalize-specifiers-2): Treat other-window case
2589 specially.
2590 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
2591 (display-buffer-normalize-specifiers):
2592 Call display-buffer-normalize-specifiers-3.
25aef8b8 2593
dbad4f69
MR
25942011-06-17 Martin Rudalics <rudalics@gmx.at>
2595
2596 * window.el (same-window-p): Fix two typos introduced when
2597 adding with-no-warnings.
d1067961
MR
2598 (display-buffer-normalize-specifiers-1): Don't check
2599 pop-up-frames for 'unset initialization.
2600 (display-buffer-normalize-specifiers-2): Major rewrite using
2601 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
2602 (pop-up-frames, display-buffer-reuse-frames)
2603 (display-buffer-mark-dedicated): Don't initialize to 'unset.
2604 Suggested by David Engster <deng@randomsample.de>.
2605 (even-window-heights): Initialize to 'unset.
2606 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
2607 (display-buffer-macro-specifiers): Don't pop up a new frame in the
2608 other window case.
dbad4f69 2609
9b9c9e3a
MR
26102011-06-16 Martin Rudalics <rudalics@gmx.at>
2611
bcd70d97
SM
2612 * window.el (display-buffer-normalize-specifiers-1):
2613 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 2614 second argument of display-buffer (Bug#8865).
981d5c09
MR
2615 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
2616 (switch-to-buffer-other-window-same-frame)
2617 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
2618 Adams (Bug#8875).
9c2755e9
MR
2619 (display-buffer): Don't check noninteractive when calling
2620 display-buffer-pop-up-frame.
2621 (display-buffer-pop-up-frame): Never pop up a frame in
2622 noninteractive mode (Bug#8857).
67222e1d
MR
2623 (enlarge-window, shrink-window): Don't report an error when the
2624 window can't be resized as requested (Bug#8862).
9b9c9e3a 2625
2b75be67
SM
26262011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2627
9ffdd3ba
SM
2628 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
2629
cb581a67
SM
2630 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
2631
2b75be67
SM
2632 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
2633
8c0e3589
AM
26342011-06-15 Alan Mackenzie <acm@muc.de>
2635
cb581a67
SM
2636 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
2637 for declarators, disable knr checking to speed up for normal files.
2638 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 2639
b96e6cde
LMI
26402011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2641
4bba86e6
LMI
2642 * net/network-stream.el (open-network-stream): Add the keyword
2643 :always-query-capabilities for the case where you want to force a
2644 `plain' network connection, but the protocol still requires the
2645 capabilitiy command (i.e., SMTP and EHLO).
2646
2b75be67 2647 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
2648 consistency with other `-live-p' functions.
2649
efdcdbf8
SM
26502011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2651
2652 * window.el (same-window-buffer-names, same-window-regexps)
2653 (special-display-frame-alist, special-display-popup-frame)
2654 (special-display-function, special-display-buffer-names)
2655 (special-display-regexps, pop-up-frame-alist)
2656 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
2657 (pop-up-windows, split-window-preferred-function)
2658 (split-height-threshold, split-width-threshold, even-window-heights)
2659 (display-buffer-mark-dedicated): Don't encourage the use of
2660 display-buffer-alist from Elisp code.
2661
c5cde042
DN
26622011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2663
2664 * progmodes/python.el (python-mode): Derive from prog-mode.
2665 * progmodes/ps-mode.el (ps-mode):
2666 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 2667 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
2668 * progmodes/ld-script.el (ld-script-mode): Likewise.
2669
baa1c9ab
MR
26702011-06-15 Martin Rudalics <rudalics@gmx.at>
2671
2672 * window.el (display-buffer-alist): Trim default value to avoid
2673 popping up a new frame (Bug#8857) or reusing an arbitrary window
2674 on another frame.
2675 (display-buffer): Do not fall back on popping up a new frame in
2676 batch mode (Bug#8857).
2677
c5dd5a51
CY
26782011-06-14 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * cus-theme.el (describe-theme-1): Use custom-theme-p.
2681 (custom-theme-summary): New function.
2682 (customize-themes): Use it.
2683
d647b7c4
GM
26842011-06-13 Glenn Morris <rgm@gnu.org>
2685
2686 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
2687
9481c002
MR
26882011-06-13 Martin Rudalics <rudalics@gmx.at>
2689
357f93d2
MR
2690 * help.el (help-window): Remove variable.
2691 (help-window-point-marker, temp-buffer-max-height)
2692 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
2693 (help-print-return-message): Don't set help-window.
2694 (resize-temp-buffer-window): Rewrite cod eand doc-string.
2695 (help-window-setup-finish): Remove.
2696 (help-window-display-message, help-window-setup)
2697 (with-help-window): Major rewrite based on new
2698 display-buffer-window variable.
2699
2700 * help-mode.el (help-mode-finish): Remove help-window related
2701 code.
2702
2703 * view.el (view-exits-all-viewing-windows): Remove reference to
2704 view-return-to-alist in doc-string.
2705 (view-return-to-alist): Make obsolete.
2706 (view-buffer): Call pop-to-buffer-same-window and remove
2707 undo-window code.
2708 (view-buffer-other-window): Call pop-to-buffer-other-window and
2709 simplify code. Ignore second argument.
2710 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
2711 simplify code. Ignore second argument.
2712 (view-return-to-alist-update): Make obsolete.
2713 (view-mode-enter): Rename second argument to QUIT-RESTORE.
2714 Rewrite using quit-restore window parameters.
2b75be67
SM
2715 (view-mode-exit): Rename second argument to EXIT-ONLY.
2716 Rewrite using quit-restore-window.
357f93d2
MR
2717 (View-exit, View-exit-and-edit, View-leave, View-quit)
2718 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
2719 appropriate arguments.
2720 (view-end-message): Use quit-restore window parameter.
2721
9481c002
MR
2722 * window.el (display-buffer-function): Rewrite doc-string.
2723 (display-buffer-window, display-buffer-alist): New variables.
2724 (display-buffer-split-specifiers)
2725 (display-buffer-side-specifiers)
2726 (display-buffer-macro-specifiers): New constants.
2727 (display-buffer-even-window-sizes, display-buffer-set-height)
2728 (display-buffer-set-width, display-buffer-select-window)
2729 (display-buffer-in-window, display-buffer-reuse-window)
2730 (display-buffer-split-window-1, display-buffer-split-window)
2731 (display-buffer-split-atom-window, display-buffer-pop-up-window)
2732 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
2733 (display-buffer-in-side-window, normalize-buffer-to-display)
2734 (display-buffer-normalize-specifiers-1)
2735 (display-buffer-normalize-specifiers-2)
2b75be67
SM
2736 (display-buffer-normalize-specifiers, display-buffer-frame):
2737 New functions.
9481c002
MR
2738 (display-buffer): Major rewrite.
2739 (display-buffer-other-window, display-buffer-other-frame)
2740 (pop-to-buffer, switch-to-buffer-other-window)
2741 (switch-to-buffer-other-frame): Rewrite.
2742 (display-buffer-same-window, display-buffer-same-frame)
2743 (display-buffer-same-frame-other-window)
2744 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
2745 (pop-to-buffer-other-window)
2746 (pop-to-buffer-same-frame-other-window)
2747 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
2748 (switch-to-buffer-other-window-same-frame): New functions.
2749 (same-window-p, special-display-p): Rewrite disabling warnings.
2750 Make obsolete.
2751 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
2752 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
2753 Make obsolete
2754 (same-window-buffer-names, same-window-regexps)
2755 (special-display-frame-alist, special-display-popup-frame)
2756 (special-display-function, special-display-buffer-names)
2757 (special-display-regexps, pop-up-frame-alist)
2758 (pop-up-frame-function, split-window-preferred-function)
2759 (split-height-threshold, split-width-threshold)
2760 (even-window-heights): Make obsolete.
2761
9db51aca
GM
27622011-06-12 Glenn Morris <rgm@gnu.org>
2763
2764 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 2765 Misc simplifications.
9db51aca 2766
39cffb44
MR
27672011-06-12 Martin Rudalics <rudalics@gmx.at>
2768
2769 * window.el (window-safely-shrinkable-p): Restore function which
2770 was inadvertently removed in change from 2011-06-11. Declare as
2771 obsolete.
2772
2b75be67
SM
2773 * calendar/calendar.el (calendar-generate-window):
2774 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
2775 window-safely-shrinkable-p.
2776
a8955be7
GM
27772011-06-12 Glenn Morris <rgm@gnu.org>
2778
2779 * progmodes/fortran.el (fortran-mode-syntax-table):
2780 * progmodes/f90.el (f90-mode-syntax-table):
2781 Set % to punctuation. (Bug#8820)
2782 (f90-find-tag-default): Remove, no longer needed.
2783
f0d4059d
DC
27842011-06-12 Daniel Colascione <dan.colascione@gmail.com>
2785
2786 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
2787
1100a63c
CY
27882011-06-11 Chong Yidong <cyd@stupidchicken.com>
2789
2790 * image.el (image-animated-p): Return animation delay in seconds.
2791 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
2792 (image-animate-timeout): Remove DELAY argument. Don't assume
2793 every subimage has the same delay; get it from image-animated-p.
2794 (image-animate): Caller changed.
2795
def722bf
MA
27962011-06-11 Michael Albinus <michael.albinus@gmx.de>
2797
2798 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
2799 to ignored backtrace functions.
2800
0a2bb1a9
GM
28012011-06-11 Glenn Morris <rgm@gnu.org>
2802
2803 * calendar/appt.el (appt-disp-window-function): Doc fix.
2804 (appt-check): Handle overlapping appointments. (Bug#8337)
2805
6198ccd0
MR
28062011-06-11 Martin Rudalics <rudalics@gmx.at>
2807
2808 * window.el (window-tree-1, window-tree): New functions, moving
2809 the latter to window.el.
2810 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
2811 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
2812 (bw-refresh-edges): Remove.
2813 (balance-windows-1, balance-windows-2): New functions.
2814 (balance-windows): Rewrite in terms of window tree functions,
2815 balance-windows-1 and balance-windows-2.
2816 (bw-adjust-window): Remove.
2817 (balance-windows-area-adjust): New function with functionality of
2818 bw-adjust-window but using resize-window.
2b75be67
SM
2819 (set-window-text-height): Rewrite doc-string.
2820 Use normalize-live-window and resize-window.
2821 (enlarge-window-horizontally, shrink-window-horizontally):
2822 Rename argument to DELTA.
6198ccd0
MR
2823 (window-buffer-height): New function.
2824 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
2825 Rewrite using new window resize routines.
2b75be67
SM
2826 (kill-buffer-and-window, mouse-autoselect-window-select):
2827 Use ignore-errors instead of condition-case.
6198ccd0
MR
2828 (quit-window): Call delete-frame instead of delete-windows-on
2829 for the only buffer on frame.
2830
9397e56f
MR
28312011-06-10 Martin Rudalics <rudalics@gmx.at>
2832
2833 * loadup.el (top-level): Load window before files for the sake
2834 of replace-buffer-in-windows.
2835
2836 * files.el (read-buffer-to-switch)
2837 (switch-to-buffer-other-window)
2b75be67
SM
2838 (switch-to-buffer-other-frame, display-buffer-other-frame):
2839 Move to window.el.
9397e56f
MR
2840
2841 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
2842 (previous-buffer): Move to window.el.
2843
2844 * bindings.el (unbury-buffer): Move to window.el.
2845
2846 * window.el (delete-other-windows-vertically): Move after
2847 definition of delete-other-windows.
2848 (other-window, delete-windows-on, replace-buffer-in-windows):
2849 Move here from window.c.
2850 (record-window-buffer, unrecord-window-buffer)
2851 (set-window-buffer-start-and-point, switch-to-prev-buffer)
2852 (switch-to-next-buffer): New functions.
2853 (get-next-valid-buffer, last-buffer, next-buffer): Move here
2854 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
2855 (previous-buffer): Move here from simple.el.
2856 Call switch-to-prev-buffer.
9397e56f
MR
2857 (bury-buffer): Move here from buffer.c. Switch to previous
2858 buffer when window cannot be deleted.
2859 (unbury-buffer): Move here from bindings.el.
2860 (ctl-x-map): Move binding for other-window from window.c to
2861 here.
2862 (read-buffer-to-switch, switch-to-buffer-other-window)
2863 (switch-to-buffer-other-frame): Move here from files.el.
2864 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
2865 (switch-to-buffer): Move here from buffer.c.
2866 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 2867
562dd5e9
MR
28682011-06-10 Martin Rudalics <rudalics@gmx.at>
2869
2870 * window.el (window-min-height, window-min-width): Move here
2871 from window.c. Add defcustoms and rewrite doc-strings.
2872 (resize-mini-window, resize-window): New functions.
2873 (adjust-window-trailing-edge, enlarge-window, shrink-window):
2874 Move here from window.c.
2875 (maximize-window, minimize-window): New functions.
2876 (delete-window, delete-other-windows, split-window): Move here
2877 from window.c.
2878 (window-split-min-size): New function.
2879 (split-window-keep-point): Mention split-window-above-each-other
2880 instead of split-window-vertically.
2b75be67
SM
2881 (split-window-above-each-other, split-window-vertically):
2882 Rename split-window-vertically to split-window-above-each-other and
562dd5e9
MR
2883 provide defalias for old definition.
2884 (split-window-side-by-side, split-window-horizontally): Rename
2885 split-window-horizontally to split-window-side-by-side and provide
2886 defalias for the old definition.
2887 (ctl-x-map): Move bindings for delete-window,
2888 delete-other-windows and enlarge-window here from window.c.
2889 Replace bindings for split-window-vertically and
2890 split-window-horizontally by bindings for
2891 split-window-above-each-other and split-window-side-by-side.
2892
2893 * cus-start.el (all): Remove entries for window-min-height and
2894 window-min-width. Add entries for window-splits and
2895 window-nest.
2896
f0da764a
GM
28972011-06-09 Glenn Morris <rgm@gnu.org>
2898
80675c21
GM
2899 * calendar/appt.el (appt-mode-line): New function.
2900 (appt-check, appt-disp-window): Use it.
2901
f0da764a
GM
2902 * files.el (hack-one-local-variable-eval-safep):
2903 Allow minor-modes with explicit +/-1 arguments.
2904
59f623b7
TZ
29052011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
2906
2907 * term/xterm.el (xterm): Add defgroup.
2908 (xterm-extra-capabilities): Add defcustom to supply known xterm
2909 capabilities, skip querying them, or query them (default).
2910 (terminal-init-xterm): Use it.
2911 (terminal-init-xterm-modify-other-keys): New function to set up
2912 modifyOtherKeys support to simplify `terminal-init-xterm'.
2913
9aab8e0d
MR
29142011-06-09 Martin Rudalics <rudalics@gmx.at>
2915
2916 * window.el (resize-window-reset, resize-window-reset-1)
2917 (resize-subwindows-skip-p, resize-subwindows-normal)
2918 (resize-subwindows, resize-other-windows, resize-this-window)
2919 (resize-root-window, resize-root-window-vertically)
2920 (window-deletable-p, window-or-subwindow-p)
2921 (frame-root-window-p): New functions.
2922
e8b08aee
GM
29232011-06-09 Glenn Morris <rgm@gnu.org>
2924
2925 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
2926 (ange-ftp-get-files): Use it.
2927
254c37a5
AK
29282011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2929
2930 * mail/sendmail.el (mail-recover-1, mail-recover):
2931 * files.el (recover-file, recover-session):
2932 Handle dired-listing-switches not being just a single short option.
2933
35d7dbd3
GM
29342011-06-09 Glenn Morris <rgm@gnu.org>
2935
2936 * calendar/appt.el (appt-display-message, appt-disp-window):
2937 Handle lists of appointments.
2938
387522b2
MR
29392011-06-08 Martin Rudalics <rudalics@gmx.at>
2940
2b75be67
SM
2941 * window.el (one-window-p): Move down in code.
2942 Rewrite doc-string.
2943 (window-current-scroll-bars): Rewrite doc-string.
2944 Normalize live window argument.
387522b2
MR
2945 (walk-windows, get-window-with-predicate, count-windows):
2946 Rewrite doc-string. Use window-list-1.
2947 (window-in-direction-2, window-in-direction, get-mru-window):
2948 New functions.
2949
d8e4b68b 29502011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
2951
2952 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
2953 Doc fix (Bug#8713).
2954
29552011-06-08 Chong Yidong <cyd@stupidchicken.com>
2956
2957 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
2958
29592011-06-08 Juanma Barranquero <lekktu@gmail.com>
2960
2961 * loadhist.el (unload-feature-special-hooks):
2962 Add `comint-output-filter-functions'.
2963
0de12c52
IK
29642011-06-08 Ivan Kanis <gnu@kanis.fr>
2965
2966 * calendar/appt.el (appt-check): Move some initializations into the let.
2967
f3d1777e
MR
29682011-06-08 Martin Rudalics <rudalics@gmx.at>
2969
2970 * window.el (window-height): Defalias to window-total-height.
2971 (window-width): Defalias to window-body-width.
2972
18af70d0
CY
29732011-06-07 Chong Yidong <cyd@stupidchicken.com>
2974
2975 * image-mode.el (image-toggle-animation): New command.
2976 (image-mode-map): Bind it to RET.
2977 (image-mode): Update message.
2978 (image-toggle-display-image): Avoid a spurious cache flush.
2979 (image-transform-rotation): Doc fix.
2980 (image-transform-properties): Return quickly in the normal case.
2981 (image-animate-loop): Rename from image-animate-max-time.
2982
2b75be67 2983 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
2984 (create-animated-image): Remove unnecessary function.
2985 (image-animate): Rename from image-animate-start. New arg.
2b75be67 2986 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
2987 (image-animate-timer): Use car-safe.
2988 (image-animate-timeout): Rename argument.
2989
190b47e6
MR
29902011-06-07 Martin Rudalics <rudalics@gmx.at>
2991
2992 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
2993 window.c. Rename first argument to ALL-FRAMES.
2994 Rephrase doc-strings.
2995 (get-buffer-window-list): Rewrite using window-list-1.
2996 Rephrase doc-string.
a1511caf
MR
2997 (window-safe-min-height, window-safe-min-width): New constants.
2998 (window-size-ignore, window-min-size, window-min-size-1)
2999 (window-sizable, window-sizable-p, window-size-fixed-1)
3000 (window-size-fixed-p, window-min-delta-1, window-min-delta)
3001 (window-max-delta-1, window-max-delta, window-resizable)
3002 (window-resizable-p, window-total-height, window-total-width)
3003 (window-body-width): New functions.
3004 (window-full-height-p, window-full-width-p): Rewrite using
3005 window-total-size.
3006 (window-body-height): Rewrite using window-body-size.
190b47e6 3007
85cc1f11
MR
30082011-06-06 Martin Rudalics <rudalics@gmx.at>
3009
3010 * window.el (window-right, window-left, window-child)
3011 (window-child-count, window-last-child, window-any-p)
3012 (normalize-live-buffer, normalize-live-frame)
3013 (normalize-any-window, normalize-live-window)
3014 (window-iso-combination-p, window-iso-combined-p)
3015 (window-iso-combinations)
3016 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
3017 (windows-with-parameter, window-with-parameter)
3018 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
3019 (window-atom-check, window-side-check, window-check):
3020 New functions.
85cc1f11
MR
3021 (ignore-window-parameters, window-sides, window-sides-vertical)
3022 (window-sides-slots): New variables.
3023 (window-size-fixed): Move down in code. Minor doc-string fix.
3024
e7156492
AS
30252011-06-05 Andreas Schwab <schwab@linux-m68k.org>
3026
3027 * comint.el (comint-dynamic-complete-as-filename)
3028 (comint-dynamic-complete-filename): Correctly call
3029 completion-in-region.
3030
7e821d0d
DD
30312011-06-05 Deniz Dogan <deniz@dogan.se>
3032
3033 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
3034 in last change.
3035
ac09b8a1
DD
30362011-06-05 Deniz Dogan <deniz@dogan.se>
3037
3038 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
3039 (rcirc): Use it to prompt for encryption.
3040
34699b85
RW
30412011-06-05 Roland Winkler <winkler@gnu.org>
3042
3043 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
3044 (bibtex-search-entries): New command bound to C-c C-a.
3045 (bibtex-display-entries): New function.
3046
004dedd3
RW
30472011-06-05 Roland Winkler <winkler@gnu.org>
3048
3049 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
3050 (bibtex-insert-kill): After yanking insert newline if necessary.
3051 (bibtex-initialize): Call bibtex-string-files-init only once.
3052 (bibtex-mode): Do not call easy-menu-add.
3053 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
3054 (bibtex-yank): Set arg properly if nil.
3055
022fe7ce
RW
30562011-06-05 Roland Winkler <winkler@gnu.org>
3057
2b75be67
SM
3058 * textmodes/bibtex.el (bibtex-search-entry-globally):
3059 New variable.
022fe7ce
RW
3060 (bibtex-search-entry): Use it.
3061
b7c3692a
RW
30622011-06-05 Roland Winkler <winkler@gnu.org>
3063
3064 * textmodes/bibtex.el (bibtex-entry-format): New option
3065 sort-fields.
3066 (bibtex-format-entry, bibtex-reformat): Honor this option.
3067 (bibtex-parse-entry): Return fields in proper order.
3068
8eda563d
JB
30692011-06-05 Juanma Barranquero <lekktu@gmail.com>
3070
3071 * doc-view.el (doc-view-remove-if): Move computation of result out
3072 of `dolist' to silence misleading lexical-binding warning.
3073
7dbe3dbc
CY
30742011-06-04 Chong Yidong <cyd@stupidchicken.com>
3075
3076 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
3077 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
3078
0c33dd17
MA
30792011-06-04 Michael Albinus <michael.albinus@gmx.de>
3080
3081 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
3082 "SunOS 5.10".
3083
f8f91c2b
MA
30842011-06-04 Michael Albinus <michael.albinus@gmx.de>
3085
3086 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
3087 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
3088 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
3089 (tramp-parse-putty):
3090 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
3091 (tramp-completion-function-alist-ssh)
3092 (tramp-completion-function-alist-telnet)
3093 (tramp-completion-function-alist-su)
3094 (tramp-completion-function-alist-putty): Set `tramp-autoload'
3095 cookie.
3096
3097 * net/tramp-ftp.el:
3098 * net/tramp-sh.el:
3099 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
3100 load "tramp.el" `tramp-set-completion-function'.
3101
e17d9003
SM
31022011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * shell.el: Require and use pcomplete.
3105 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
3106 (shell-completion-vars): Set pcomplete-default-completion-function.
3107
6c4cab03
DD
31082011-06-04 Deniz Dogan <deniz@dogan.se>
3109
3110 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
3111 `memq' (Bug#8799).
3112
ea9fafe0
SM
31132011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
3114
3115 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
3116
b3e945d3
JB
31172011-06-02 Juanma Barranquero <lekktu@gmail.com>
3118
3119 * bs.el (bs--mark-unmark, bs--nth-wrapper):
3120 * mpc.el (mpc-select-extend, mpc-songpointer-context):
3121 * vc/log-view.el (log-view-beginning-of-defun):
3122 * vc/smerge-mode.el (smerge-apply-resolution-patch)
3123 (smerge-refine-forward, smerge-refine-chopup-region):
3124 Silence warning for unused `dotimes' counter variables.
3125
7d520089
SM
31262011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
3127
3128 * net/tramp.el (tramp-with-progress-reporter): Rename from
3129 with-progress-reporter. Use `declare'.
3130 * net/tramp-smb.el:
3131 * net/tramp-sh.el:
3132 * net/tramp-gvfs.el: Update all uses.
3133
a1c2400f
JB
31342011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
3135
3136 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
3137 buffer isn't killed before making it current.
3138
2403c841
SM
31392011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3140
3141 Silence various byte-compiler warnings.
3142 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
3143 `access-type' and new obsolescence format.
3144 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
3145 new format.
3146 (byte-compile-check-variable): New `access-type' argument.
3147 Only warn if the access-type is obsolete.
3148 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
3149 (byte-compile-variable-set): Adjust callers.
3150 * help-fns.el (describe-variable): Adjust to new obsolescence format.
3151 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
3152 setting it as obsolete.
3153 * simple.el (minibuffer-completing-symbol):
3154 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
3155 access as obsolete.
3156 * minibuffer.el (minibuffer-completing-file-name): Don't make it
3157 obsolete yet.
3158 * international/quail.el (quail-mouse-choose-completion): Remove unused
3159 code referring to obsolete var.
3160 (quail-choose-completion-string): Remove.
3161 * server.el (server-clients-with, server-kill-buffer-query-function)
3162 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
3163 * proced.el (proced-send-signal):
3164 * emacs-lisp/lisp.el (lisp-complete-symbol):
3165 Replace completion-annotate-function with completion-extra-properties.
3166
2462470b
SM
31672011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3168
fb5b2591
SM
3169 * simple.el (goto-line): Use read-number.
3170 (overriding-map-is-bound): Remove.
3171 (saved-overriding-map): Change default.
3172 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
3173 Take the map as argument.
3174 (universal-argument, negative-argument, digit-argument): Use it.
3175 (restore-overriding-map): Adjust.
3176 (do-auto-fill): Use fill-forward-paragraph.
3177 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
3178
fd6fa53f
SM
3179 * minibuffer.el (minibuffer-inactive-mode-map): New var.
3180 (minibuffer-inactive-mode): New major mode.
3181 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
3182 the *Messages* buffer" hack.
3183 (mouse-popup-menubar): Don't burp if the event is a normal key.
3184
2462470b
SM
3185 Miscellaneous tweaks.
3186 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
3187 lexical scoping as in subr.el's dolist and dotimes.
3188 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
3189 Silence compiler warning.
3190 * thingatpt.el (forward-whitespace): Trivial coding style fix.
3191 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
3192 * international/ccl.el (ccl-compile): Trivial simplification.
3193 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
3194 * emacs-lisp/testcover.el (testcover-end): Remove spurious
3195 `printflag' argument.
3196 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3197 Purecopy the whole obsolescence data.
3198
108bf785
LL
31992011-06-01 Leo Liu <sdl.web@gmail.com>
3200
3201 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
3202 improve doc-string as suggested by Marco Pessotto
3203 <melmothx@gmail.com>.
3204 (rcirc-print): Fix last change.
3205
30a23501
SM
32062011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 * minibuffer.el (complete-with-action): Return nil for the metadata and
3209 boundaries of non-functional tables.
3210 (completion-table-dynamic): Return nil for the metadata.
3211 (completion-table-with-terminator): Add default case, using
3212 complete-with-action.
3213 (completion--metadata): New function.
3214 (completion-all-sorted-completions, minibuffer-completion-help): Use it
3215 to try and avoid pathological performance problems.
3216 (completion--embedded-envvar-table): Return `category' metadata.
3217
bcd54f83
LMI
32182011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3219
3220 * subr.el (process-alive-p): New tiny convenience function.
3221
e227544d
SM
32222011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3223
3224 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
3225 content but also its previous major mode.
3226
e8296fdc
HE
32272011-05-31 Helmut Eller <eller.helmut@gmail.com>
3228
3229 * debug.el (debug): Restore the previous content of the
3230 *Backtrace* buffer when we exit with C-M-c.
3231
620c53a6
SM
32322011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3233
3234 * minibuffer.el: Add metadata method to completion tables.
3235 (completion-category-overrides): New defcustom.
3236 (completion-metadata, completion--field-metadata)
3237 (completion-metadata-get, completion--styles)
3238 (completion--cycle-threshold): New functions.
3239 (completion-try-completion, completion-all-completions):
3240 Add `metadata' argument to choose completion-styles.
3241 (completion--do-completion): Use metadata to choose cycling.
3242 (completion-all-sorted-completions): Use metadata for sorting.
3243 Remove :completion-cycle-penalty which is not needed any more.
3244 (completion--try-word-completion): Add `metadata' argument.
3245 (minibuffer-completion-help): Check metadata for annotation function
3246 and sorting.
3247 (completion-file-name-table): Return `category' metadata.
3248 (minibuffer-completing-file-name): Make obsolete.
3249 * simple.el (minibuffer-completing-symbol): Make obsolete.
3250 * icomplete.el (icomplete-completions): Pass new `metadata' param to
3251 completion-try-completion.
3252
1257e755
SM
32532011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
3256
3767e706
LL
32572011-05-30 Leo Liu <sdl.web@gmail.com>
3258
3259 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
3260 (rcirc-print): Decode all incoming messages (bug#8744).
3261 (rcirc-decode-coding-system): Allow value nil for automatic coding
3262 system detection.
3767e706 3263
d1a5d56a
GM
32642011-06-01 Glenn Morris <rgm@gnu.org>
3265
3266 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
3267
e8cbec34
CY
32682011-05-29 Chong Yidong <cyd@stupidchicken.com>
3269
3270 * image.el (image-animate-max-time): Allow nil and t values.
3271 Default to nil.
3272 (create-animated-image): Doc fix.
3273 (image-animate-start): Remove second arg; just use
3274 image-animate-max-time.
3275 (image-animate-timeout): Doc fix. Args changed.
3276
3277 * image-mode.el (image-toggle-display-image): Ensure that the
3278 image spec passed to the animate timer is the same object as in
3279 the the buffer's display property (Bug#6981).
3280 (image-transform-properties): Doc fix.
3281
3282 * image.el (image-animate-max-time): Default to nil.
3283
159daf87
MR
32842011-05-29 Martin Rudalics <rudalics@gmx.at>
3285
3286 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
3287 entire buffer list (Bug#8184).
3288
d66c4c7c
CY
32892011-05-29 Chong Yidong <cyd@stupidchicken.com>
3290
3291 * image.el (imagemagick-types-inhibit)
3292 (imagemagick-register-types): Doc fix.
3293
80aec780
DD
32942011-05-29 Deniz Dogan <deniz@dogan.se>
3295
3296 * net/rcirc.el (rcirc): Use the user's stored encryption method by
3297 default.
3298
1dd3c2d9
CY
32992011-05-29 Chong Yidong <cyd@stupidchicken.com>
3300
3301 * select.el: Don't perform clipboard-manager saving in hooks;
3302 leave the hooks empty.
3303
60e56523
LL
33042011-05-28 Leo Liu <sdl.web@gmail.com>
3305
3306 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
3307 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
3308 (occur-edit-mode): New major mode (Bug#8463).
3309 (occur-after-change-function): New function.
3310 (occur-engine): Give Occur tags a read-only property.
3311
2b1e1a22
KR
33122011-05-28 Kevin Ryde <user42@zip.com.au>
3313
3314 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
3315
5d344e88
CY
33162011-05-28 Chong Yidong <cyd@stupidchicken.com>
3317
8e6ca83d
CY
3318 * bindings.el (help-echo): Make the initial non-indicator dash
3319 empty on graphical terminals (Bug#7295).
3320
5d344e88
CY
3321 * files.el (auto-mode-alist): Move config rule after the
3322 in-stripping one (Bug#8547).
3323
bfbbace7
CY
3324 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
3325
fbeba6e2
CY
3326 * startup.el (normal-splash-screen): Remove gratuitous mode-line
3327 setting (Bug#8740).
3328
60ed8c72
AA
33292011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
3330
4ac619f0
AA
3331 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
3332 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
3333 (Bug#8539).
60ed8c72 3334
23db196e
CY
33352011-05-28 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
3338
5012f24c
DK
33392011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
3340
3341 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
3342 (hs-hide-block-at-point, hs-find-block-beginning)
3343 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
3344 (Bug#8279).
3345
6a639b16
GM
33462011-05-28 Glenn Morris <rgm@gnu.org>
3347
3348 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
3349
d43eaf2c
CY
33502011-05-28 Chong Yidong <cyd@stupidchicken.com>
3351
5199bde1
CY
3352 * help-fns.el (describe-function-1): If the function is a derived
3353 major mode, print the parent mode.
3354
d43eaf2c
CY
3355 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
3356 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
3357
423428a8
SM
33582011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3359
0ff8e1ba
SM
3360 * minibuffer.el (completion--capf-wrapper): Check applicability before
3361 retuning non-nil for non-exclusive completion data.
3362 * progmodes/etags.el (tags-completion-at-point-function):
3363 * info-look.el (info-lookup-completions-at-point): Mark as
3364 non-exclusive.
3365 (info-complete): Adjust accordingly.
3366
423428a8
SM
3367 * info-look.el: Convert to lexical-binding and completion-at-point.
3368 (info-lookup-completions-at-point): New function.
3369 (info-complete): Use it and completion-in-region.
3370
b74aa22b
DA
33712011-05-28 Drew Adams <drew.adams@oracle.com>
3372
3373 * isearch.el: Let M-e start with point at the first mismatched char.
3374 (isearch-fail-pos): New function.
3375 (isearch-edit-string): Use it.
3376
66e2e71d
DK
33772011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
3378
3379 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
3380
eb95d01d
TC
33812009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
3382
3383 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
3384 traversal functions for avl-trees.
3385 (avl-tree--stack): New struct.
3386 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
3387 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
3388 (avl-tree--do-enter): Add optional `updatefun' arg.
3389 Change return value.
eb95d01d 3390 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
3391 (avl-tree--do-delete): Add `test' and `nilflag' args.
3392 Change return value.
eb95d01d
TC
3393 (avl-tree-member): Add optional `nilflag'
3394 (avl-tree-member-p): New function.
3395 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
3396 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
3397 (avl-tree-stack-empty-p): New functions.
3398
3769ddcf
TC
33992009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
3400
3401 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
3402 avl-tree--del-balance1 and make it work both ways.
3403 (avl-tree--del-balance2): Remove.
3404 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
3405 make it work both ways.
3406 (avl-tree--enter-balance2): Remove.
3407 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
3408 New macros.
3409 (avl-tree--mapc, avl-tree-map): Add direction argument.
3410
eb95d01d 34112011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
3412
3413 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
3414
a9f737ee
CY
34152011-05-27 Chong Yidong <cyd@stupidchicken.com>
3416
3417 * select.el: Support clipboard managers with built-in function
3418 x-clipboard-manager-save, via delete-frame-functions and
3419 kill-emacs-hook.
3420 (xselect-convert-to-targets): Add MULTIPLE target to list.
3421 (xselect-convert-to-save-targets): New function.
3422
c92a1e54
KH
34232011-05-27 Kenichi Handa <handa@m17n.org>
3424
3425 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
3426 let-binding rfc2047-encode-encoded-words to nil.
3427
e145f188
GM
34282011-05-27 Glenn Morris <rgm@gnu.org>
3429
5ec8a862
GM
3430 * mail/emacsbug.el: Don't require url-util.
3431
4b29d9fb
GM
3432 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
3433
e145f188
GM
3434 * files.el (set-auto-mode):
3435 Also respect mode: entries at the end of the file. (Bug#8586)
3436
7d15102b
GM
34372011-05-26 Glenn Morris <rgm@gnu.org>
3438
98f593b8
GM
3439 * files.el (hack-local-variables-prop-line, hack-local-variables):
3440 Downcase mode names, as seems to be traditional.
27b48e63 3441 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 3442
7d15102b
GM
3443 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
3444 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
3445
51d5b4ec
JD
34462011-05-25 Julien Danjou <julien@danjou.info>
3447
3448 * textmodes/rst.el (rst-define-level-faces): Do not define face
3449 symbol if it is already defined.
3450
91513f63
VB
34512011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
3452
3453 * play/5x5.el (5x5-new-game, 5x5-randomize):
3454 Reset 5x5-solver-output to nil when a new grid is cast.
3455 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
3456 these debugging traces, as defmacro breaks the compiled code.
3457
4d90d6d0
DK
34582011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
3459
3460 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
3461
e1b90ef6
LL
34622011-05-24 Leo Liu <sdl.web@gmail.com>
3463
3464 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
3465 (vc-bzr-sha1): Adapt.
3466
d8e4b68b 3467 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
3468
3469 * bindings.el: Provide sha1 feature.
3470
db0406bb 34712011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
3472
3473 * mail/sendmail.el: Require `rfc2047'.
3474 (mail-insert-from-field): Do not perform RFC2047 encoding.
3475 (mail-encode-header): New function.
3476 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
3477 buffer to the return value of select-message-coding-system.
3478 Call mail-encode-header.
b8d747b9
KH
3479
3480 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
3481
db0406bb 34822011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 3483
4d90d6d0
DK
3484 * mail/supercite.el (sc-default-cite-frame):
3485 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 3486
eb8a5e9b
GM
34872011-05-24 Glenn Morris <rgm@gnu.org>
3488
f8630703
GM
3489 * progmodes/python.el (brm-menu): Declare.
3490
8831bbed
GM
3491 * emulation/viper.el (viper-set-hooks): Declare.
3492
eb8a5e9b
GM
3493 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
3494 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
3495 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
3496 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
3497 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
3498 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
3499
a2a25d24
SM
35002011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3501
3502 Add an :exit-function for completion-at-point.
3503
3504 * minibuffer.el (completion--done): New fun.
3505 (completion--do-completion): Use it. New arg `expect-exact'.
3506 (minibuffer-complete, minibuffer-complete-word): Don't output message,
3507 since completion--do-completion does it for us now.
3508 (minibuffer-force-complete): Use completion--done and
3509 completion--replace. Handle sole-completion case with more care.
3510 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
3511 (completion-extra-properties): New var.
3512 (completion-annotate-function): Make obsolete.
3513 (minibuffer-completion-help): Adjust accordingly.
3514 Use completion-list-insert-choice-function.
3515 (completion-at-point, completion-help-at-point):
3516 Bind completion-extra-properties.
3517 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
3518 * simple.el (completion-list-insert-choice-function): New var.
3519 (completion-setup-function): Preserve it.
3520 (choose-completion): Pay attention to it, shuffle the code a bit.
3521 (choose-completion-string): New arg `insert-function'.
3522
3523 * textmodes/bibtex.el: Convert to lexical binding.
3524 (bibtex-mode-map): Use completion-at-point.
3525 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
3526 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
3527 (bibtex-complete): Define as obsolete alias.
3528 (bibtex-complete-internal): Remove.
3529 (bibtex-format-entry): Remove unused sub-group in regexp.
3530 * shell.el (shell--command-completion-data)
3531 (shell-environment-variable-completion):
3532 * pcomplete.el (pcomplete-completions-at-point):
3533 * comint.el (comint--complete-file-name-data): Use :exit-function
3534 instead of completion-table-with-terminator so it also works for
3535 choose-completion.
3536
e44e373d
SM
35372011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3538
4f91a816
SM
3539 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
3540
782fc819
SM
3541 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
3542 (bug#8710).
3543
e44e373d
SM
3544 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
3545
381987c3
KM
35462011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
3547
3548 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
3549 customization variable and implement: If non-nil, auto-fill will
3550 be inhibited while on topic's header line.
3551
b776bc70
VB
35522011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
3553
3554 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 3555 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
3556 always have a solution in grid size = 5 cases.
3557 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
3558 (5x5-solver-output, 5x5-log-buffer): New vars.
3559 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
3560 Make these variables buffer local to achieve 5x5 multi-session-ness.
3561 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
3562 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
3563 (5x5-solve-suggest): New funs.
3564 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
3565 randomize a grid so that we ensure that there is always a solution.
3566 (5x5-make-random-grid): Allow other movement than flipping.
3567
7de88b6e
KR
35682011-05-23 Kevin Ryde <user42@zip.com.au>
3569
3570 * emacs-lisp/advice.el (ad-read-advised-function):
3571 Use `function-called-at-point' as the default default, if it has
3572 advice and passes PREDICATE.
3573
b1ef1257
SM
35742011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3575
bbca48fe
SM
3576 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
3577 byte-compile-lambda if it's actually a lambda.
3578
b1ef1257
SM
3579 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
3580 Fix function quoting. Use backquote better.
3581
92a9cc65
YS
35822011-05-22 Yuanle Song <sylecn@gmail.com>
3583
3584 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
3585 matching (Bug#8516).
3586
f0fb8059
JA
35872011-01-22 Jari Aalto <jari.aalto@cante.net>
3588
3589 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
3590 different face (Bug#8178).
3591
d5b44c93
CY
35922011-05-22 Chong Yidong <cyd@stupidchicken.com>
3593
3594 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
3595 defface (Bug#8144).
3596
79106a44
SM
35972011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3598
9c848d8a
SM
3599 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
3600 funcall as well (bug#8712). Warn when performing those conversions.
3601 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
3602
79106a44
SM
3603 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
3604
88dfa756
GM
36052011-05-22 Glenn Morris <rgm@gnu.org>
3606
3607 * files.el (hack-local-variables-prop-line): Small simplifications.
3608 (hack-local-variables, hack-local-variables-prop-line):
3609 If MODE-ONLY, return the mode, rather than just `t'.
3610
b7cf2c79
SM
36112011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3612
3613 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
3614
3f1a8558
GM
36152011-05-21 Glenn Morris <rgm@gnu.org>
3616
7e4ccca3
GM
3617 * files.el (hack-local-variables-prop-line, hack-local-variables):
3618 If only interested in the mode, don't bother doing the other stuff.
3619
637d46ca
GM
3620 * image-mode.el (image-after-revert-hook):
3621 Redraw all frames on which the image is visible. (Bug#8567)
3622
973d955b
GM
3623 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
3624
3f1a8558
GM
3625 * wid-edit.el (widget-checklist-match-inline):
3626 Fix 2011-04-19 change. (Bug#8649)
3627
96479927
SM
36282011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3629
1dcf791f
SM
3630 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
3631 Also allow singlespace after single-letter capitals followed by a dot.
3632
96479927
SM
3633 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
3634 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
3635
35fd0881
N
36362011-05-20 Nix <nix@esperi.org.uk>
3637
3638 * files.el (basic-save-buffer-2):
3639 Fix handling of break-hardlink-on-save with non-existent files.
3640
82745640
DD
36412011-05-19 Deniz Dogan <deniz@dogan.se>
3642
3643 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 3644 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 3645
4a720484
GM
36462011-05-19 Glenn Morris <rgm@gnu.org>
3647
d1f21341
GM
3648 * progmodes/f90.el (f90-type-def-re):
3649 Handle "type, bind(c)". (Bug#8691)
3650
4a720484
GM
3651 * emacs-lisp/autoload.el (batch-update-autoloads):
3652 Set autoload-excludes by parsing loadup.el rather than Makefiles.
3653
2fb0a219
MA
36542011-05-18 Michael Albinus <michael.albinus@gmx.de>
3655
3656 * net/tramp.el (tramp-process-actions): Set "first-password-request"
3657 property for the correct connection in case of multihops.
3658
e565dd37
GM
36592011-05-18 Glenn Morris <rgm@gnu.org>
3660
c2571358 3661 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
3662 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
3663
e565dd37
GM
3664 Rationalize calendar handling of day and month abbrev-arrays.
3665 * calendar/calendar.el (calendar-customized-p): New function.
3666 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
3667 (calendar-day-name-array, calendar-month-name-array): Doc fix.
3668 Add :set function.
3669 (calendar-abbrev-length, calendar-day-abbrev-array)
3670 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
3671 (calendar-day-abbrev-array, calendar-month-abbrev-array):
3672 Elements may no longer be nil.
3673 (calendar-day-name, calendar-month-name):
3674 Update for changed nature of abbrev arrays.
3675 * calendar/diary-lib.el (diary-name-pattern):
3676 Update for changed nature of abbrev arrays.
3677 (diary-mark-entries-1): Update calendar-make-alist calls.
3678 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
3679 * calendar/cal-html.el (cal-html-day-abbrev-array):
3680 Simply inherit from calendar-day-abbrev-array.
3681
1d99a745
SM
36822011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3683
3684 * progmodes/grep.el (grep-mode): Disable default
3685 compilation-directory-matcher setting (bug#8684).
3686
7c1d9aa0
MA
36872011-05-17 Michael Albinus <michael.albinus@gmx.de>
3688
3689 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
3690 instead of "head" and "tail". There were problems with SunOS 5.9,
3691 and it performs better.
3692
3952e9d8
GM
36932011-05-17 Glenn Morris <rgm@gnu.org>
3694
2dd12e7f
GM
3695 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
3696
e4157b9c
GM
3697 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
3698 Replace obsolete function.
3699
8e249bbd
GM
3700 * shell.el (pcomplete-parse-arguments-function): Declare.
3701
3952e9d8
GM
3702 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
3703 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
3704 (appt-check): Doc fixes.
3705 (appt-disp-window-function, appt-delete-window-function):
3706 Remove needless special case in custom :type.
3707 (appt-display-count): Default to 0, not nil.
3708 (appt-check): Reset appt-display-count to 0, not nil.
3709
c71a0d48 37102011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 3711
c71a0d48
GM
3712 * progmodes/python.el (python-font-lock-keywords):
3713 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 3714
31d55be9
SM
37152011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
3718
3bfacb2f
KR
37192011-05-16 Kevin Ryde <user42@zip.com.au>
3720
3721 * info-look.el (makefile-automake-mode): New setups, looking in
3722 automake manual, then makefile-mode.
3723 (makefile-mode): Remove automake manual, have it just in
3724 makefile-automake-mode since there's various things different or
3725 not relevant to plain make.
3726 (makefile-mode): Remove "other-modes" non-existent automake-mode,
3727 believe a hypothetical automake-mode would go to makefile-mode,
3728 not the other way around.
3729
c8e83751
CY
37302011-05-15 Chong Yidong <cyd@stupidchicken.com>
3731
5e9e35cd
CY
3732 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
3733 hunk-end tags (Bug#8672).
3734
c8e83751
CY
3735 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
3736 vc-annotate-show-diff-revision-at-line (Bug#8671).
3737
50b23e5a
GM
37382011-05-14 Glenn Morris <rgm@gnu.org>
3739
7210a739
GM
3740 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
3741 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
3742 (change-log-font-lock-keywords): Also handle multiple author lines
3743 with leading tabs. (Bug#8644)
7210a739 3744
4691905a
GM
3745 * calendar/appt.el (appt-check): Rename some local variables.
3746 Some simplification/reordering.
3747
50b23e5a
GM
3748 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
3749 (feedmail-sendmail-f-doesnt-sell-me-out)
3750 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
3751 (feedmail-debug-sit-for, feedmail-queue-express-hook)
3752 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
3753 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
3754 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
3755 (feedmail-binmail-gnulinuxish-template):
3756 Rename from feedmail-binmail-linuxish-template.
3757 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
3758 Use insert-buffer-substring.
3759
215cda7c
BC
37602011-05-14 Bill Carpenter <bill@carpenter.org>
3761
3762 * mail/feedmail.el (feedmail-patch-level): Increase.
3763 (feedmail-debug): New custom group.
3764 (feedmail-confirm-outgoing-timeout)
3765 (feedmail-sendmail-f-doesnt-sell-me-out)
3766 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
3767 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
3768 (feedmail-sender-line, feedmail-from-line)
3769 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 3770 (feedmail-spray-this-address)
215cda7c
BC
3771 (feedmail-spray-address-fiddle-plex-list)
3772 (feedmail-queue-use-send-time-for-date)
3773 (feedmail-queue-use-send-time-for-message-id)
3774 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
3775 (feedmail-buffer-eating-function):
3776 Doc fixes.
3777 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
3778 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
3779 (feedmail-message-action-scroll-down): New functions.
3780 (feedmail-queue-directory, feedmail-queue-draft-directory):
3781 Use expand-file-name.
3782 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
3783 Remove C-v help entry.
3784 (feedmail-queue-buffer-file-name): New variable.
3785 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
3786 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
3787 (feedmail-message-action-send-strong, feedmail-message-action-edit)
3788 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
3789 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
3790 (feedmail-message-action-toggle-spray)
3791 (feedmail-run-the-queue-no-prompts)
3792 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
3793 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
3794 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
3795 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
3796 (feedmail-envelope-deducer, feedmail-fiddle-from)
3797 (feedmail-fiddle-sender, feedmail-default-date-generator)
3798 (feedmail-fiddle-date, feedmail-fiddle-message-id)
3799 (feedmail-fiddle-spray-address)
3800 (feedmail-fiddle-list-of-spray-fiddle-plexes)
3801 (feedmail-fiddle-list-of-fiddle-plexes)
3802 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
3803 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
3804 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
3805 Change default. Doc fix.
3806 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
3807 (feedmail-binmail-linuxish-template): New constant.
3808 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
3809 Respect feedmail-sendmail-f-doesnt-sell-me-out.
3810 (feedmail-send-it): Add debug call.
3811 Use feedmail-queue-buffer-file-name, and
3812 feedmail-send-it-immediately-wrapper.
3813 (feedmail-message-action-send): Add debug call.
3814 Use feedmail-send-it-immediately-wrapper.
3815 (feedmail-queue-express-to-queue): Add debug call.
3816 Run feedmail-queue-express-hook.
3817 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
3818 (feedmail-message-action-help-blat):
3819 Rename from feedmail-queue-send-edit-prompt-help-first.
3820 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
3821 Check line-endings. Handle errors better.
3822 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
3823 Doc fix. Add debug call.
3824 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
3825 Use feedmail-queue-send-edit-prompt-inner.
3826 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
3827 (feedmail-queue-send-edit-prompt-inner): New function, extracted
3828 from feedmail-queue-send-edit-prompt.
3829 (feedmail-queue-send-edit-prompt-help)
3830 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
3831 (feedmail-tidy-up-slug): Add debug call.
3832 Respect feedmail-queue-slug-suspect-regexp.
3833 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
3834 (feedmail-dump-message-to-queue): Add debug call.
3835 Expand queue-directory.
3836 (feedmail-dump-message-to-queue): Change message slightly.
3837 Use feedmail-say-chatter.
3838 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
3839 (feedmail-send-it-immediately-wrapper): New function.
3840 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
3841 Insert empty string rather than newline. Handle full-frame case.
3842 Use catch/throw. Use feedmail-say-chatter.
3843 (feedmail-fiddle-from): Try mail-host-address.
3844 (feedmail-default-message-id-generator): Doc fix.
3845 Bind system-time-locale. Handle missing end.
3846 (feedmail-fiddle-x-mailer): Add debug call.
3847 Handle feedmail-x-mailer-line being nil.
3848 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
3849 Add debug call. Use buffer-substring-no-properties.
3850 (feedmail-say-debug, feedmail-say-chatter): New functions.
3851 (feedmail-find-eoh): Give an explicit error.
3852
42c7e61e
UJ
38532011-05-13 Ulf Jasper <ulf.jasper@web.de>
3854
c2571358 3855 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 3856 family from helvetica to sans.
c2571358 3857 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
3858 etc/images/newsticker.
3859
c2571358 3860 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
3861 family from helvetica to sans.
3862
3863 * net/newst-plainview.el (newsticker-new-item-face)
3864 (newsticker-old-item-face, newsticker-immortal-item-face)
3865 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 3866 (newsticker-statistics-face): Change default family from
42c7e61e 3867 helvetica to sans.
c2571358 3868 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
3869 etc/images/newsticker.
3870
3871 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
3872 (newsticker--process-auto-mark-filter-match): : Tell user about
3873 auto-marking.
3874
8497a297
DV
38752011-05-13 Didier Verna <didier@xemacs.org>
3876
3877 Common Lisp indentation improvements on defmethod and lambda-lists.
3878 * cl-indent.el: Advertise the changes and remove obsolete TODO entries.
3879 (lisp-lambda-list-keyword-parameter-indentation)
3880 (lisp-lambda-list-keyword-parameter-alignment)
3881 (lisp-lambda-list-keyword-alignment): New customizable user options.
3882 (lisp-indent-defun-method): Improve docstring.
3883 (extended-loop-p): Fix comment.
3884 (lisp-indent-lambda-list-keywords-regexp): New variable.
3885 (lisp-indent-lambda-list): New function.
3886 (lisp-indent-259): Use it.
3887 (lisp-indent-defmethod): Support for more than one
3888 method qualifier and properly indent methods lambda-lists.
3889 (defgeneric): Provide a missing common-lisp-indent-function property.
3890
f278f87f
SM
38912011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3892
3893 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
3894 bounds for the empty string (bug#8667).
3895
5233edd7
GM
38962011-05-13 Glenn Morris <rgm@gnu.org>
3897
5237a44f
GM
3898 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
3899
8340026c 3900 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 3901 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 3902
5233edd7 3903 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 3904 (appt-time-msg-list): Doc fix.
a5464014 3905 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 3906
92d10796
AS
39072011-05-12 Andreas Schwab <schwab@linux-m68k.org>
3908
3909 * progmodes/ld-script.el (ld-script-keywords)
3910 (ld-script-builtins): Update keywords list.
3911
914a0ae1
SM
39122011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3913
c89be45f
SM
3914 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
3915
914a0ae1
SM
3916 * shell.el (shell-completion-vars): New function.
3917 (shell-mode):
3918 * simple.el (read-shell-command): Use it.
3919 (blink-matching-open): No need for " [...]" in minibuffer-message.
3920
98dc3df3
GM
39212011-05-12 Glenn Morris <rgm@gnu.org>
3922
3923 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
3924 (appt-check): Simplify.
3925
d2fc7e3d 39262011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21
EZ
3927
3928 * smerge-mode.el (smerge-resolve): Use null-device rather than a
3929 literal "/dev/null".
3930
d2fc7e3d 39312011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
3932
3933 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
3934 Fix typo.
3935
d2fc7e3d 39362011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 3937
3f254caa
SM
3938 * progmodes/which-func.el (which-function):
3939 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
3940 which might not be defined (Bug#8260).
3941
d45885f7
GM
39422011-05-12 Glenn Morris <rgm@gnu.org>
3943
3944 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3945 Let byte-compile-initial-macro-environment always take precedence.
3946
488086f4
SM
39472011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3948
3949 * net/rcirc.el: Add support for SSL/TLS connections.
3950 (rcirc-server-alist): New field `encryption'.
3951 (rcirc): Check `encryption' settings.
3952 (rcirc-connect): New arg `encryption'. Use open-network-stream.
3953 Merge make-local-variable into `set'.
3954 (rcirc--connection-open-p): New function.
3955 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
3956 the process is not a network process (e.g. running gnutls-cli).
3957 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3958 Make rcirc-(en|de)code-coding-system local here.
3959 (rcirc-mode): Merge make-local-variable into `set'.
3960 (rcirc-parent-buffer): Make permanent buffer-local.
3961 (rcirc-multiline-minor-mode): Don't do it here.
3962 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
3963 there's no server buffer.
3964
7d3b9d44
GM
39652011-05-11 Glenn Morris <rgm@gnu.org>
3966
f64049c6
GM
3967 * newcomment.el (comment-kill): Prefix "unused" local.
3968
93c9df73
GM
3969 * term/w32console.el (get-screen-color): Declare.
3970
7d3b9d44
GM
3971 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
3972 Handle symbol elements of byte-compile-initial-macro-environment.
3973
9e2dd53f
LL
39742011-05-10 Leo Liu <sdl.web@gmail.com>
3975
488086f4
SM
3976 * bookmark.el (bookmark-bmenu-mode-map):
3977 Bind bookmark-bmenu-search to `/'.
8b340240 3978
9e2dd53f 3979 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
3980 (footnote-unicode-string, footnote-unicode-regexp): New variable.
3981 (Footnote-unicode): New function.
3982 (footnote-style-alist): Add unicode style to the list.
3983 (footnote-style): Doc fix.
9e2dd53f 3984
79b70037
GM
39852011-05-10 Jim Meyering <meyering@redhat.com>
3986
3987 Fix doubled-word typos.
3988 * international/quail.el (quail-insert-kbd-layout): and and -> and
3989 * kermit.el: and and -> and
3990 * net/ldap.el (ldap-search-internal): to to -> to
3991 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
3992 * progmodes/js.el (js-mode): and and -> and
3993 * textmodes/artist.el (artist-move-to-xy): at at -> at
3994 (artist-draw-region-trim-line-endings): if if -> if
3995 And Safetyc -> Safety.
3996 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
3997
b8f82dc1 39982011-05-10 Glenn Morris <rgm@gnu.org>
c2571358 3999 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
4000
4001 * files.el (hack-one-local-variable-eval-safep):
4002 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
4003
4f99f44b
GM
40042011-05-10 Glenn Morris <rgm@gnu.org>
4005
4006 * calendar/diary-lib.el (diary-list-entries-hook)
4007 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
4008 (diary-nongregorian-marking-hook, diary-list-entries)
4009 (diary-include-other-diary-files, diary-mark-entries)
4010 (diary-mark-included-diary-files): Doc fixes.
4011
84f29e6b
JB
40122011-05-09 Juanma Barranquero <lekktu@gmail.com>
4013
4014 * misc.el: Require tabulated-list.el during compilation.
4015
9bedd73a
CY
40162011-05-09 Chong Yidong <cyd@stupidchicken.com>
4017
488086f4
SM
4018 * progmodes/compile.el (compilation-start):
4019 Run compilation-filter-hook for the async case too.
9bedd73a
CY
4020 (compilation-filter-hook): Doc fix.
4021
797c735c
DD
40222011-05-09 Deniz Dogan <deniz@dogan.se>
4023
4024 * wdired.el: Remove outdated installation comment. Fix usage
4025 comment.
4026
5f4b1dfe
JB
40272011-05-09 Juanma Barranquero <lekktu@gmail.com>
4028
4029 * misc.el: Implement new command `list-dynamic-libraries'.
4030 (list-dynamic-libraries--loaded-only-p): New variable.
4031 (list-dynamic-libraries--refresh): New function.
4032 (list-dynamic-libraries): New command.
4033
4c44026c
CY
40342011-05-09 Chong Yidong <cyd@stupidchicken.com>
4035
488086f4
SM
4036 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4037 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
4038 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
4039 higher priority to avoid clobbering by gnu.
4040
027f966d
CY
40412011-05-08 Chong Yidong <cyd@stupidchicken.com>
4042
4043 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
4044 if the face has existing theme settings (Bug#8454).
4045
085f5d7d
CY
40462011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
4047
488086f4
SM
4048 * progmodes/perl-mode.el (perl-imenu-generic-expression):
4049 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 4050
2a86a00c
RS
4051 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
4052 special file names `.' and `..' (Bug#8259).
4053
d9c54a06
CY
40542011-05-08 Chong Yidong <cyd@stupidchicken.com>
4055
488086f4
SM
4056 * progmodes/grep.el (grep-mode-font-lock-keywords):
4057 Remove buffer-changing entries.
d9c54a06
CY
4058 (grep-filter): New function.
4059 (grep-mode): Add it to compilation-filter-hook.
4060
4061 * progmodes/compile.el (compilation-filter-hook)
4062 (compilation-filter-start): New defvars.
4063 (compilation-filter): Call compilation-filter-hook prior to
4064 updating the process mark.
4065
c4662635
SM
40662011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
4069
b0512a1d
EZ
40702011-05-07 Eli Zaretskii <eliz@gnu.org>
4071
605c9376
EZ
4072 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
4073 mailclient-send-it even if window-system is nil. (Bug#8595)
4074
c4662635
SM
4075 * term/w32console.el (terminal-init-w32console):
4076 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
4077 background-mode. (Bug#8597)
4078
d1dc2cc2
SM
40792011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 Make bytecomp.el understand that defmethod defines funs (bug#8631).
4082 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
4083 New functions.
4084 (defgeneric, eieio--defmethod): Use them.
4085 (eieio-defgeneric): Remove.
4086 (defmethod): Call defgeneric in a way visible to the byte-compiler.
4087
915d1300
GM
40882011-05-07 Glenn Morris <rgm@gnu.org>
4089
a3961c3e
GM
4090 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
4091 Use let rather than let*.
4092 (timeclock-find-discrep): Remove unused local.
4093
314347b9
GM
4094 * calendar/diary-lib.el (diary-comment-start): Doc fix.
4095
915d1300
GM
4096 * calendar/appt.el (appt-time-msg-list): Doc fix.
4097
275b59b0
NF
40982011-05-06 Noah Friedman <friedman@splode.com>
4099
4100 * apropos.el (apropos-print-doc): Only use
4101 emacs-lisp-docstring-fill-column when it is bound to an integer,
4102 per that variable's documentation.
4103
6c19f744
SM
41042011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4105
4106 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 4107 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 4108
60f884b2
GM
41092011-05-06 Glenn Morris <rgm@gnu.org>
4110
5006e634
GM
4111 * calendar/appt.el (appt-message-warning-time): Doc fix.
4112 (appt-warning-time-regexp): New option.
4113 (appt-make-list): Respect appt-message-warning-time.
4114
548d0a63
GM
4115 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
4116 New options.
4117 (diary-add-to-list): Strip comments from the displayed string.
4118 (diary-mode): Set comment-start and comment-end.
4119
60f884b2
GM
4120 * vc/diff-mode.el (smerge-refine-subst): Declare.
4121 (diff-refine-hunk): Don't require smerge-mode when compiling.
4122
989681bb
JB
41232011-05-06 Juanma Barranquero <lekktu@gmail.com>
4124
4125 * simple.el (list-processes): Return nil as the docstring says.
4126
a6bc05e1
MA
41272011-05-05 Michael Albinus <michael.albinus@gmx.de>
4128
4129 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
4130 to "".
4131 (ange-ftp-write-region, ange-ftp-insert-file-contents)
4132 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
4133 determining of binary transfer. (Bug#7383)
4134
23c22e9a
MA
41352011-05-05 Michael Albinus <michael.albinus@gmx.de>
4136
c4662635
SM
4137 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4138 Fix port computation bug. (Bug#8618)
23c22e9a 4139
0bff894f
GM
41402011-05-05 Glenn Morris <rgm@gnu.org>
4141
b8296902
GM
4142 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
4143
1f522ce8
GM
4144 * simple.el (shell-dynamic-complete-functions)
4145 (comint-dynamic-complete-functions): Declare.
4146
cf5bee67
GM
4147 * net/network-stream.el (gnutls-negotiate):
4148 * simple.el (tabulated-list-print): Fix declarations.
4149
4150 * progmodes/gud.el (syntax-symbol, syntax-point):
4151 Remove unnecessary and incorrect declarations.
4152
0bff894f
GM
4153 * emacs-lisp/check-declare.el (check-declare-scan):
4154 Handle byte-compile-initial-macro-environment in bytecomp.el
4155
9869b3ae
SM
41562011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4157
4158 Fix earlier half-done eieio-defmethod change (bug#8338).
4159 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
4160 Streamline and change calling convention.
4161 (defmethod): Adjust accordingly and simplify.
4162 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
4163 new eieio--defmethod.
4164 (slot-boundp): Minor CSE simplification.
4165
9c1d5ac5
MZ
41662011-05-05 Milan Zamazal <pdm@zamazal.org>
4167
4168 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
4169 (glasses-make-readable): Use glasses-separate-capital-groups.
4170
455c834e
JB
41712011-05-05 Juanma Barranquero <lekktu@gmail.com>
4172
4173 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
4174 (warning-series): Doc fix.
4175 (display-warning): Don't try to create the buffer if we just found it.
4176
9ed7c8cb
CY
41772011-05-04 Chong Yidong <cyd@stupidchicken.com>
4178
4179 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
4180 (autoload-find-generated-file): New function.
4181 (generate-file-autoloads): Bind generated-autoload-file to
4182 buffer-file-name.
9869b3ae
SM
4183 (update-file-autoloads, update-directory-autoloads):
4184 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
4185 output file (Bug#7989).
4186 (batch-update-autoloads): Doc fix.
4187
0898ca10
JB
41882011-05-04 Juanma Barranquero <lekktu@gmail.com>
4189
4190 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
4191
31dfb76c
GM
41922011-05-04 Glenn Morris <rgm@gnu.org>
4193
f330b642
GM
4194 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
4195 function, so it follows changes in calendar-date-style.
4196 (diary-fancy-date-matcher): New function.
4197 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
4198 (diary-fancy-font-lock-fontify-region-function):
4199 Use diary-fancy-date-pattern as a function.
4200
31dfb76c
GM
4201 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
4202 non-numbers for `year' etc pseudo-variables. (Bug#8583)
4203
48e79d6a
TZ
42042011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
4205
4206 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
4207 instead of positional arguments. Allow :keylist and :crlfiles
4208 arguments.
4209 (open-gnutls-stream): Call it.
4210
4211 * net/network-stream.el (network-stream-open-starttls): Adjust to
4212 call `gnutls-negotiate' with :process and :hostname arguments.
4213
dd5a5ee0
SM
42142011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4215
ef80fc09
SM
4216 * minibuffer.el (completion--message): New function.
4217 (completion--do-completion, minibuffer-complete)
4218 (minibuffer-force-complete, minibuffer-complete-word): Use it.
4219 (completion--do-completion): Don't ignore completion-auto-help when in
4220 icomplete-mode.
4221
dd5a5ee0
SM
4222 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
4223 internal encoding (e.g. tibetan zero is not whitespace).
4224 (global-whitespace-mode): Prefer save-current-buffer.
4225 (whitespace-trailing-regexp): Remove useless save-match-data.
4226 (whitespace-empty-at-bob-regexp): Minor simplification.
4227
b7d22a83
CY
42282011-05-03 Chong Yidong <cyd@stupidchicken.com>
4229
4230 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
4231
5192af46
AM
42322011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4233
4234 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 4235 Use `concat' to create string for insertion.
5192af46 4236
5767d190
SM
42372011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
4240 Avoid open-line which runs post-self-insert-hook.
4241 (bibtex-fill-entry): Remove unused `end' var.
4242
bf242939
AM
42432011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
4244
5767d190
SM
4245 * textmodes/ispell.el (ispell-add-per-file-word-list):
4246 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 4247
25666126
LL
42482011-05-03 Leo Liu <sdl.web@gmail.com>
4249
4250 * isearch.el (isearch-yank-pop): New command.
5767d190 4251 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
4252 (isearch-forward): Mention it.
4253
52d3c2d0
SM
42542011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4255
1bcace58
SM
4256 * simple.el (minibuffer-complete-shell-command): Remove.
4257 (minibuffer-local-shell-command-map): Use completion-at-point.
4258 (read-shell-command): Setup completion vars here instead.
4259 (read-expression-map): Bind TAB to symbol completion.
4260
52d3c2d0
SM
4261 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
4262 error directly rather via storing it into `results'.
4263
35813471
LL
42642011-05-02 Leo Liu <sdl.web@gmail.com>
4265
4266 * vc/diff.el: Fix description.
4267
e793a940
LMI
42682011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4269
4270 * server.el (server-eval-at): New function.
4271
8de66e05
LMI
42722011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4273
4274 * net/network-stream.el (open-network-stream): Take a :nowait
4275 parameter and pass it on to `make-network-process'.
4276 (network-stream-open-plain): Ditto.
4277
dcb79f20
AS
42782011-04-30 Andreas Schwab <schwab@linux-m68k.org>
4279
4280 * faces.el (face-spec-set-match-display): Don't match toolkit
4281 options on terminal frames.
4282
14a7fbd8
SM
42832011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4284
7eabc1be
SM
4285 * progmodes/pascal.el: Use lexical binding.
4286 (pascal-mode-map): Remove author preferences.
4287
14a7fbd8
SM
4288 * pcomplete.el (pcomplete-std-complete): Don't abuse
4289 completion-at-point.
4290
50f84510
JB
42912011-04-28 Juanma Barranquero <lekktu@gmail.com>
4292
6e087a44
JB
4293 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
4294 removing code that has been dead since 1991 or so.
4295
50f84510
JB
4296 * startup.el (command-line): When warning about "_emacs", use a
4297 delayed warning to allow the user to filter it out.
4298
0ba690bd
DD
42992011-04-28 Deniz Dogan <deniz@dogan.se>
4300
4301 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
4302 user has not joined.
4303
08abfaad
SM
43042011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
4307 aren't any completions at point.
4308
638f053a
JB
43092011-04-28 Juanma Barranquero <lekktu@gmail.com>
4310
4311 * subr.el (display-delayed-warnings): New function.
4312 (delayed-warnings-hook): New variable.
4313
8fff8daa
SM
43142011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4315
08abfaad
SM
4316 * minibuffer.el (completion-at-point, completion-help-at-point):
4317 Don't presume that a given completion-at-point-function will always
4318 use the same calling convention.
4319
8fff8daa
SM
4320 * pcomplete.el (pcomplete-completions-at-point):
4321 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
4322 pcomplete-seen is non-nil.
4323 (pcomplete-comint-setup): Also recognize the new comint/shell
4324 completion functions.
4325 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
4326 pcomplete-seen is non-nil.
4327
841a1577 43282011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 4329
841a1577 4330 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 4331 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 4332 the first character in the entry. This allows for code to add its
211ec907
UJ
4333 own uid to the entry.
4334 (icalendar--convert-float-to-ical): Add export of
4335 `diary-float'-entries save for those with the optional DAY
4336 argument.
4337
2a782793
DC
43382011-04-27 Daniel Colascione <dan.colascione@gmail.com>
4339
4340 * subr.el (shell-quote-argument): Use alternate escaping strategy
4341 when we spot a variable reference in a string.
4342
0438ce91
DC
43432011-04-26 Daniel Colascione <dan.colascione@gmail.com>
4344
4345 * cus-start.el (all): Define customization for debug-on-event.
4346
841a1577 43472011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
4348
4349 * subr.el (shell-quote-argument): Escape correctly under Windows.
4350
d090ed6c
SM
43512011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
4354
bfd31217
MA
43552011-04-25 Michael Albinus <michael.albinus@gmx.de>
4356
d090ed6c
SM
4357 * net/tramp.el (tramp-process-actions): Add POS argument.
4358 Delete region between POS and (pos).
bfd31217 4359
d090ed6c
SM
4360 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4361 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
4362 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
4363
4364 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
4365 position in `tramp-process-actions' call.
4366
4367 * net/trampver.el: Update release number.
4368
e92f3bd3
SM
43692011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4370
850256b5
SM
4371 * custom.el (defcustom): Obey lexical-binding.
4372
e92f3bd3
SM
4373 Fix octave-inf completion problems reported by Alexander Klimov.
4374 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
4375 Inherit from octave-mode-syntax-table.
4376 (inferior-octave-mode): Set info-lookup-mode.
4377 (inferior-octave-completion-at-point): New function.
4378 (inferior-octave-complete): Use it and completion-in-region.
4379 (inferior-octave-dynamic-complete-functions): Use it as well, and use
4380 comint-filename-completion.
4381 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
4382 symbol elements which shouldn't be word elements.
4383 (octave-font-lock-keywords, octave-beginning-of-defun)
4384 (octave-function-header-regexp): Adjust regexps accordingly.
4385 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
4386
cd22b309
JB
43872011-04-25 Juanma Barranquero <lekktu@gmail.com>
4388
4389 * net/gnutls.el (gnutls-errorp): Declare before first use.
4390
8b492194
TZ
43912011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
4392
4393 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
4394 verify-error, and verify-hostname-error parameters. Check whether
cd22b309
JB
4395 default trustfile exists before going to use it. Add missing
4396 argument to gnutls-message-maybe call. Return return value.
8b492194
TZ
4397 Reported by Claudio Bley <claudio.bley@gmail.com>.
4398 (open-gnutls-stream): Add usage example.
4399
4400 * net/network-stream.el (network-stream-open-starttls): Give host
4401 parameter to `gnutls-negotiate'.
4402 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 4403 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 4404
841a1577 44052011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 4406
cd22b309
JB
4407 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
4408 Use correct match group (bug#8438).
05842630 4409
3ba7869c
CY
44102011-04-24 Chong Yidong <cyd@stupidchicken.com>
4411
512e3ae1
CY
4412 * emacs-lisp/package.el (package-built-in-p): Fix typo.
4413 (package-menu--generate): New arg specifying packages to show.
4414 (package-menu-refresh, package-menu-execute, list-packages):
4415 Callers changed.
4416 (package-show-package-list): New function, replacing deleted
4417 package--list-packages (renamed because it is non-internal).
4418
4419 * finder.el (finder-list-matches): Use package-show-package-list
4420 instead of deleted package--list-packages.
4421
e92f3bd3
SM
4422 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
4423 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
4424 (vc-annotate-mode-map): Bind it to RET.
4425
7031be6d
UR
44262011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
4427
4428 * progmodes/etags.el (next-file): Don't use set-buffer to change
4429 buffers (Bug#8478).
4430
4ef177aa
CY
44312011-04-24 Chong Yidong <cyd@stupidchicken.com>
4432
c8d173eb
CY
4433 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
4434
4ef177aa
CY
4435 * apropos.el (apropos-label-face): Avoid variable-pitch face.
4436 (apropos-accumulator): Doc fix.
4437 (apropos-function, apropos-macro, apropos-command)
4438 (apropos-variable, apropos-face, apropos-group, apropos-widget)
4439 (apropos-plist): Add face property.
4440 (apropos-symbols-internal): Fix indentation.
4441 (apropos-print): Simplify help, and recognize apropos-multi-type.
4442 (apropos-print-doc): Use button-type-get to extract the button's
4443 face property. Fill docstring (Bug#8352).
4444
4ffd0d6b 44452011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
4446
4447 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
4448
c6c32125 4449 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 4450 (mpuz-mode-map): Use mapc.
c6c32125
JB
4451 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
4452 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
4453 Fix typos in docstrings.
4454
58d468b4
JB
4455 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
4456 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
4457
6470c3c6
JB
4458 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
4459
4ffd0d6b 44602011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
4461
4462 * minibuffer.el (completion--do-completion): Avoid the "Next char
4463 not unique" prompt if icomplete-mode is enabled (Bug#5849).
4464
3ad8bad0
CY
4465 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
4466 mouse-2 into unread-command-events, it is interpreted correctly.
4467
71d73c9c 4468 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 4469 (image-toggle-display): Doc fix.
71d73c9c 4470
841a1577 44712011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 4472
4ffd0d6b
GM
4473 * textmodes/page.el (what-page): Use line-number-at-pos to
4474 calculate line number (Bug#6825).
6e1dbaa9 4475
c2fb1b60
JB
44762011-04-22 Juanma Barranquero <lekktu@gmail.com>
4477
4478 * eshell/esh-mode.el (find-tag-interactive): Declare function.
4479 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
4480 Pass argument NO-DEFAULT to `find-tag-interactive'.
4481
e02f48d7
JB
44822011-04-22 Juanma Barranquero <lekktu@gmail.com>
4483
4484 Lexical-binding cleanup.
4485
4486 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
4487 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
4488 * progmodes/ada-prj.el (ada-prj-initialize-values)
4489 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
4490 (ada-prj-show-value):
4491 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
4492 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
4493 (antlr-invalidate-context-cache, antlr-options-menu-filter)
4494 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
4495 * progmodes/bug-reference.el (bug-reference-push-button):
4496 * progmodes/fortran.el (fortran-line-length):
4497 * progmodes/glasses.el (glasses-change):
4498 * progmodes/octave-mod.el (octave-fill-paragraph):
4499 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
4500 (python-pdbtrack-grub-for-buffer, python-sentinel):
4501 * progmodes/sql.el (sql-save-connection):
4502 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
4503 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
4504 Mark unused parameters.
4505
4506 * progmodes/compile.el (compilation--flush-directory-cache)
4507 (compilation--flush-parse, compile-internal): Mark unused parameters.
4508 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
4509 (compilation-next-error-function): Remove unused variable `timestamp'.
4510
4511 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
4512 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
4513
4514 * progmodes/dcl-mode.el (dcl-end-of-command):
4515 Remove unused variable `start'.
4516 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
4517 (dcl-option-value-basic, dcl-option-value-offset)
4518 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
4519 Mark unused parameters.
4520 (dcl-save-local-variable): Remove unused variable `val'.
4521 (mode): Declare.
4522
4523 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
4524 Mark unused parameters.
4525 (delphi-ignore-changes): Move before first use.
4526 (delphi-charset-token-at): Remove unused variable `start'.
4527 (delphi-else-start): Remove unused variable `if-count'.
4528 (delphi-comment-block-start, delphi-comment-block-end):
4529 Remove unused variable `kind'.
4530 (delphi-indent-line): Remove unused variable `new-point'.
4531
4532 * progmodes/ebrowse.el (ebrowse-files-list)
4533 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
4534 Mark unused parameters. Don't quote `lambda'.
4535 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
4536 Don't quote `lambda'.
4537 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
4538 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
4539 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
4540 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
4541 Use `ignore-errors'.
4542 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
4543 (ebrowse-view/find-file-and-search-pattern)
4544 (ebrowse-view/find-member-declaration/definition):
4545 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
4546 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
4547 Rename parameter PREFIX-ARG to PREFIX.
4548 (ebrowse-tags-read-name): Remove unused variables `start' and
4549 `member-info'.
4550 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
4551 to `tags-file'.
4552
4553 * progmodes/etags.el (local-find-tag-hook): Declare.
4554 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
4555 Mark unused parameters.
4556
4557 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
4558 (executable-interpret): Mark unused parameter.
4559
4560 * progmodes/flymake.el (flymake-process-sentinel)
4561 (flymake-after-change-function)
4562 (flymake-create-temp-with-folder-structure)
4563 (flymake-get-include-dirs-dot): Mark unused parameters.
4564 (flymake-safe-delete-directory): Remove unused variable `err'.
4565
4566 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
4567 (speedbar-timer-fn, speedbar-line-text)
4568 (speedbar-change-expand-button-char, speedbar-delete-subblock)
4569 (speedbar-center-buffer-smartly): Declare functions.
4570 (gdb-find-watch-expression): Remove unused variable `array'.
4571 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
4572 (gdb-starting): Mark unused parameters.
4573 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
4574 (gdb-table-string): Remove unused variable `res'.
4575 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
4576 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
4577 (gdb-display-buffer): Remove unused variable `cur-size'.
4578
4579 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
4580 allow lexical-binding compilation.
4581 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
4582 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
4583 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
4584 Mark unused parameters.
4585 (gud-gdb-marker-filter): Remove unused variable `match'.
4586 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
4587 lambda expressions and funcall them, instead of using `fset'.
4588
4589 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
4590 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
4591
4592 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
4593 variable `header-beg'; use `let'.
4594
4595 * progmodes/icon.el (indent-icon-exp): Remove unused variables
4596 `restart', `last-sexp' and `at-do'.
4597
4598 * progmodes/js.el (js--debug): Mark unused parameter.
4599 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
4600 (js--splice-into-items): Remove unused variable `item'.
4601 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
4602
4603 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
4604 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
4605 (makefile-complete): Remove unused variable `try'.
4606 (makefile-fill-paragraph, makefile-match-function-end):
4607 Mark unused parameters.
4608
4609 * progmodes/octave-inf.el (inferior-octave-complete):
4610 Remove unused variable `proc'.
4611 (inferior-octave-output-digest): Mark unused parameter.
4612
4613 * progmodes/perl-mode.el (perl-calculate-indent):
4614 Remove unused variable `err'.
4615
4616 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
4617 (prolog-indent-line): Mark unused parameters.
4618 (prolog-indent-line): Remove unused variable `beg'.
4619
4620 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
4621 (reporter-dont-compact-list): Declare.
4622
4623 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
4624 Remove unused variable `char'.
4625 (sh-debug): Mark unused parameter.
4626 (sh-get-indent-info): Remove unused variable `start'.
4627 (sh-calculate-indent): Remove unused variable `var'.
4628
4629 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
4630 (simula-electric-keyword): Remove unused variable `null'.
4631 (simula-search-backward, simula-search-forward): Remove unused
4632 variables `begin' and `end'.
4633
4634 * progmodes/vera-mode.el (vera-guess-basic-syntax):
4635 Remove unused variable `pos'.
4636 (vera-electric-tab, vera-comment-uncomment-region):
4637 Mark unused parameters.
4638 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
4639
7ede3b65
CY
46402011-04-22 Chong Yidong <cyd@stupidchicken.com>
4641
4642 * emacs-lisp/package.el (package--builtins, package-alist)
4643 (package-load-descriptor, package-built-in-p, package-activate)
4644 (define-package, package-installed-p)
4645 (package-compute-transaction, package-buffer-info)
4646 (package--push): Doc fix. Distinguish more clearly between
4647 version strings and version lists.
4648
121656e9
JB
46492011-04-21 Juanma Barranquero <lekktu@gmail.com>
4650
4651 Lexical-binding cleanup.
4652
4653 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
4654 (5x5-make-mutate-best):
4655 * play/fortune.el (fortune-in-buffer):
4656 * play/gomoku.el (gomoku-init-display):
4657 * play/solitaire.el (solitaire, solitaire-do-check):
4658 * play/tetris.el (tetris-default-update-speed-function):
4659 Mark unused parameters.
4660
4661 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
4662 (bubbles--shift): Remove unused variable `char-org'.
4663 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
4664 (bubbles--show-images): Remove unused variable `char'.
4665
4666 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
4667 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
4668 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
4669 (decipher-analyze-buffer): Use ?\s.
4670 (decipher-make-checkpoint): Remove unused variable `mapping'.
4671
4672 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
4673
4674 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
4675 Remove unused variable `result'; use `let'.
4676
4677 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
4678 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
4679 (gametree-children-shown-p, gametree-compute-reduced-score):
4680 Use `ignore-errors'.
4681
4682 * play/handwrite.el (ps-lpr-switches): Declare.
4683 (handwrite): Remove unused variables `pmin' and `lastp'.
4684
4685 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
4686
4687 * play/landmark.el (landmark-init-display)
4688 (landmark-update-naught-weights): Mark unused parameters.
4689 (landmark-y): Remove unused variable `noise'. Simplify.
4690 (landmark-human-plays): Remove unused variable `score'.
4691
4692 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
4693 (mpuz-try-proposal): Remove unused variable `game'.
4694
4695 * play/zone.el (life-patterns): Declare.
4696
80f499c7
JB
46972011-04-20 Juanma Barranquero <lekktu@gmail.com>
4698
4699 * vc/vc.el (ediff-vc-internal): Declare function.
4700
024ff170
SM
47012011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4702
c0a193ea
SM
4703 * shell.el: Use lexical-binding and std completion UI.
4704 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
4705 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
4706 comint-preoutput-filter-functions rather than on
4707 comint-output-filter-functions.
4708 (shell-command-completion, shell--command-completion-data)
4709 (shell-filename-completion, shell-environment-variable-completion)
4710 (shell-c-a-p-replace-by-expanded-directory): New functions.
4711 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
4712 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
4713 (shell-dynamic-complete-environment-variable): Use them.
4714 (shell-dynamic-complete-as-environment-variable)
4715 (shell-dynamic-complete-as-command): Remove.
4716 (shell-match-partial-variable): Match past point.
4717 * comint.el: Clean up use of completion-at-point-functions.
4718 (comint-completion-at-point): New function.
4719 (comint-mode): Use it completion-at-point-functions.
4720 (comint-dynamic-complete): Make it obsolete.
4721 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
4722 (comint-c-a-p-replace-by-expanded-history): New function.
4723 (comint-dynamic-complete-functions)
4724 (comint-replace-by-expanded-history): Use it.
4725 * minibuffer.el (completion-table-with-terminator): Allow dynamic
4726 termination strings. Try harder to avoid second try-completion.
4727 (completion-in-region-mode-map): Disable bindings that don't work yet.
4728
2dbaa080
SM
4729 * comint.el: Use lexical-binding. Require CL.
4730 (comint-dynamic-complete-functions): Use comint-filename-completion.
4731 (comint-completion-addsuffix): Tweak custom type.
4732 (comint-filename-completion, comint--common-suffix)
4733 (comint--common-quoted-suffix, comint--table-subvert)
4734 (comint--complete-file-name-data): New functions.
4735 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
4736 (comint-dynamic-list-filename-completions): Use them.
4737 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 4738
2dbaa080
SM
4739 * minibuffer.el (completion-in-region-mode):
4740 Keep completion-in-region-mode--predicate global.
4741 (completion-in-region--postch):
4742 Assume completion-in-region-mode--predicate is not null.
4743
c79a6f38
SM
4744 * progmodes/flymake.el (flymake-start-syntax-check-process):
4745 Obey `dir'. Simplify.
4746
024ff170
SM
4747 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
4748 we're in VC after all.
4749
1c6c854e
CS
47502011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
4751
4752 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 4753 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
4754 (vc-version-diff): Use vc-diff-build-argument-list-internal.
4755
bed7f140
SM
47562011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4757
332e62ab
SM
4758 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
4759 add sanity check.
4760
bed7f140
SM
4761 * obsolete/erc-hecomplete.el: Make obsolete.
4762 * obsolete/: Standardize obsolescence info in the header.
4763
f195c582
GM
47642011-04-20 Glenn Morris <rgm@gnu.org>
4765
4766 * calendar/solar.el (solar-horizontal-coordinates):
4767 Use the longitude argument rather than `calendar-longitude'.
4768 (solar-date-next-longitude): Remove unused locals.
4769
cb79b8c0
VJL
47702011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4771
4772 * whitespace.el: New version 13.2.1.
4773
47742011-04-20 felix <EmacsWiki> (tiny change)
4775
d8e4b68b 4776 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
4777 switching between major modes on a file.
4778
602ea69d
SM
47792011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4780
4781 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
4782 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
4783 multi-line comments as well.
4784
06b60517
JB
47852011-04-19 Juanma Barranquero <lekktu@gmail.com>
4786
4787 Lexical-binding cleanup.
4788
4789 * arc-mode.el (archive-mode-revert):
4790 * cmuscheme.el (scheme-interactively-start-process):
4791 * custom.el (custom-initialize-delay):
4792 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
4793 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
4794 * emacs-lock.el (emacs-lock-clear-sentinel):
4795 * ezimage.el (defezimage):
4796 * follow.el (follow-avoid-tail-recenter):
4797 * fringe.el (set-fringe-mode-1):
4798 * generic-x.el (bat-generic-mode-compile):
4799 * help-mode.el (help-info-variable, help-do-xref)
4800 (help-mode-revert-buffer):
4801 * help.el (view-emacs-todo):
4802 * iswitchb.el (iswitchb-completion-help):
4803 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
4804 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
4805 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
4806 * locate.el (locate-update):
4807 * longlines.el (longlines-encode-region)
4808 (longlines-after-change-function):
4809 * outline.el (outline-isearch-open-invisible):
4810 * ps-def.el (declare-function, charset-dimension, char-width)
4811 (encode-char):
4812 * ps-mule.el (ps-mule-plot-string):
4813 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
4814 (recentf-edit-list-select, recentf-edit-list-validate)
4815 (recentf-open-files-action):
4816 * rect.el (delete-whitespace-rectangle-line)
4817 (rectangle-number-line-callback):
4818 * register.el (window-configuration-to-register)
4819 (frame-configuration-to-register):
4820 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
4821 * select.el (xselect-convert-to-string, xselect-convert-to-length)
4822 (xselect-convert-to-targets, xselect-convert-to-delete)
4823 (xselect-convert-to-filename, xselect-convert-to-charpos)
4824 (xselect-convert-to-lineno, xselect-convert-to-colno)
4825 (xselect-convert-to-os, xselect-convert-to-host)
4826 (xselect-convert-to-user, xselect-convert-to-class)
4827 (xselect-convert-to-name, xselect-convert-to-integer)
4828 (xselect-convert-to-atom, xselect-convert-to-identity):
4829 * subr.el (declare, ignore, process-kill-without-query)
4830 (text-clone-maintain):
4831 * terminal.el (te-get-char, te-tic-sentinel):
4832 * tool-bar.el (tool-bar-make-keymap):
4833 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
4834 * type-break.el (type-break-mode, type-break-noninteractive-query):
4835 * view.el (View-back-to-mark):
4836 * wid-browse.el (widget-browse-action, widget-browse-widget)
4837 (widget-browse-widgets, widget-browse-sexp):
4838 * widget.el (define-widget-keywords):
4839 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
4840 Mark unused parameters.
4841
4842 * align.el (align-adjust-col-for-rule): Mark unused parameter.
4843 (align-areas): Remove unused variable `look'.
4844 (align-region): Remove unused variables `real-end' and `pos-list'.
4845
4846 * apropos.el (apropos-score-doc): Remove unused variable `i'.
4847
4848 * bindings.el (mode-line-modified, mode-line-remote):
4849 Mark unused parameters.
4850 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
4851
4852 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
4853 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
4854
4855 * comint.el (comint-history-isearch-pop-state)
4856 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
4857 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
4858 (comint-substitute-in-file-name): Doc fix.
4859
4860 * completion.el (cmpl-statistics-block): Mark unused parameter.
4861 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
4862 (save-completions-to-file, load-completions-from-file):
4863 Remove unused local variable `e'.
4864
4865 * composite.el (compose-chars): Remove unused variable `len'.
4866 (lgstring-insert-glyph): Remove unused variable `g'.
4867 (compose-glyph-string): Remove unused variables `ascent',
4868 `descent', `lbearing' and `rbearing'.
4869 (compose-glyph-string-relative): Remove unused variables
4870 `lbearing', `rbearing' and `wadjust'.
4871 (compose-gstring-for-graphic): Remove unused variables `header',
4872 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
4873 (compose-gstring-for-terminal): Remove unused variables `header'
4874 and `nchars'. Use `let', not `let*'.
4875
4876 * cus-edit.el (Custom-set, Custom-save, custom-reset)
4877 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
4878 (Custom-buffer-done, custom-buffer-create-internal)
4879 (custom-browse-visibility-action, custom-browse-group-tag-action)
4880 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
4881 (widget-magic-mouse-down-action, custom-toggle-parent)
4882 (custom-add-parent-links, custom-toggle-hide-variable)
4883 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
4884 (custom-toggle-hide-face, face, hook, custom-group-link-action)
4885 (custom-face-menu-create, custom-variable-menu-create, get)
4886 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
4887 (custom-reset-standard-save-and-update): Remove unused variable `value'.
4888 (customize-apropos): Remove unused variable `tests'.
4889 (custom-group-value-create): Remove unused variable `hidden-p'.
4890 (sort-fold-case): Declare.
4891
4892 * cus-theme.el (custom-reset-standard-faces-list)
4893 (custom-reset-standard-variables-list): Declare.
4894 (customize-create-theme, custom-theme-revert, custom-theme-write)
4895 (custom-theme-choose-mode, customize-themes, custom-theme-save):
4896 Mark unused parameters.
4897
4898 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
4899
4900 * delim-col.el (delimit-columns-max): Move defvar before first use.
4901
4902 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 4903 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
4904
4905 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
4906 (auto-insert): Declare.
4907 (desktop-restore-file-buffer): Rename desktop-* parameters;
4908 mark unused ones.
4909 (desktop-create-buffer): Rename desktop-* parameters and bind them.
4910 (desktop-buffer): Rename desktop-* parameters.
4911
4912 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
4913 (dframe-reposition-frame-xemacs, dframe-help-echo)
4914 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
4915 Mark unused parameters.
4916
4917 * dired-aux.el (backup-extract-version-start, overwrite-query)
4918 (overwrite-backup-query, rename-regexp-query)
4919 (rename-non-directory-query): Declare.
4920 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
4921 (dired-add-entry): Remove unused variable `orig-file-name'.
4922 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
4923 Use parameter PRESERVE-TIME instead of accessing dynamic variable
4924 `dired-copy-preserve-time' directly.
4925 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
4926 (dired-insert-subdir-newpos): Rename unused variable `pos'.
4927
4928 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
4929 (dired-virtual-revert, dired-make-relative-symlink):
4930 Mark unused parameters.
4931 (manual-program): Declare.
4932 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
4933 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
4934 wrapped in `with-no-warnings' to avoid replacing one warning by another.
4935
4936 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
4937
4938 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
4939
4940 * echistory.el (electric-history-in-progress, Helper-return-blurb):
4941 Declare.
4942
4943 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
4944
4945 * electric.el (Electric-command-loop): Rename parameter
4946 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
4947
4948 * expand.el (expand-in-literal): Remove unused variable `here'.
4949
4950 * facemenu.el (facemenu-add-new-color):
4951 Remove unused variable `docstring'.
4952
4953 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
4954 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
4955 (face-attr-construct): Mark unused parameter. Doc fix.
4956 (read-color): Remove unused variable `hex-string'.
4957
4958 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
4959 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
4960 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
4961 (display-buffer-other-frame): Remove unused variable `old-window'.
4962 (kill-buffer-hook): Declare.
4963 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
4964 Mark unused parameters.
4965 (after-find-file): Pass 1 to `auto-save-mode', not t.
4966
4967 * files-x.el (auto-insert): Declare.
4968 (modify-file-local-variable-prop-line): Remove unused variable `val'.
4969
4970 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 4971 variable `buf'. Mark unused parameter.
06b60517
JB
4972 (find-lisp-insert-directory): Mark unused parameter.
4973
4974 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
4975 (format-encode-region): Remove unused variables `cur-buf' and `result'.
4976 (format-common-tail): Remove, unused.
4977 (format-deannotate-region): Remove unused variable `loc'.
4978 (format-annotate-region): Remove unused variable `p'.
4979 (format-annotate-single-property-change): Remove unused variables
4980 `default' and `tail'.
4981
4982 * forms.el (read-file-filter): Declare.
4983 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
4984
4985 * frame.el (frame-creation-function-alist): Mark unused parameter.
4986 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
4987
4988 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
4989 Remove unused parameters.
4990 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
4991 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
4992
4993 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
4994 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
4995 (hfy-prepare-tag-map): Mark unused parameters.
4996 (htmlfontify-buffer): Use `called-interactively-p'.
4997
4998 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
4999 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
5000 (ibuffer-do-occur): Mark unused parameters.
5001 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
5002 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
5003
5004 * ibuffer.el: Don't quote `lambda'.
5005 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
5006 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
5007 Mark unused parameters.
5008
5009 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
5010 (ido-completing-read): Mark unused parameters.
5011 (ido-copy-current-word): Mark unused parameters;
5012 remove unused variable `name'.
5013 (ido-sort-merged-list): Remove unused parameter `dirs'.
5014
5015 * ielm.el (ielm-input-sender): Mark unused parameter.
5016 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
5017 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
5018 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
5019 `ielm-string' as a dynamic variable accessible from the IELM prompt.
5020 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
5021
5022 * image-dired.el (image-dired-display-thumbs): Remove unused
5023 variables `curr-file' and `count'.
5024 (image-dired-remove-tag): Remove unused variable `start'.
5025 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
5026 variable `curr-file'
5027 (image-dired-rotate-original): Remove unused variable `temp-file'.
5028 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
5029 Remove unused variable `file'.
5030 (image-dired-gallery-generate): Remove unused variable `curr'.
5031 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
5032
5033 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
5034
5035 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
5036
5037 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
5038
5039 * isearch.el (minibuffer-history-symbol): Declare.
5040 (isearch-edit-string): Remove unused variable `err'.
5041 (isearch-message-prefix, isearch-message-suffix):
5042 Mark unused parameters.
5043
5044 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
5045
5046 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
5047
5048 * makesum.el (double-column): Remove unused variable `cnt'.
5049
5050 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
5051 (ido-ignore-item-temp-list): Declare.
5052
5053 * mouse-drag.el (mouse-drag-throw): Remove unused variables
5054 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
5055 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
5056 (mouse-drag-drag): Remove unused variables `mouse-delta' and
5057 `mouse-col-delta'.
5058
5059 * mouse-sel.el (mouse-extend-internal):
5060 Remove unused variable `orig-window-frame'.
5061
5062 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
5063 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
5064 Move declarations before first use.
5065 (pcomplete-opt): Mark unused parameters; doc fix.
5066
5067 * proced.el (proced-revert): Mark unused parameter.
5068 (proced-send-signal): Remove unused variable `err'.
5069
5070 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
5071 Rename parameter PREFIX-ARG to ARG.
5072 (ps-basic-plot-string, ps-basic-plot-whitespace):
5073 Mark unused parameters.
5074
5075 * replace.el (replace-count): Define.
5076 (occur-revert-function): Mark unused parameters.
5077 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
5078 (isearch-case-fold-search, isearch-string): Declare.
5079 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
5080 bind `case-fold-search'. Remove unused variables `beg' and `end',
5081 and simplify.
5082 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
5083 COUNT and bind `replace-count'.
5084 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
5085 to COUNT.
5086
5087 * savehist.el (print-readably, print-string-length): Declare.
5088
5089 * shadowfile.el (shadow-expand-cluster-in-file-name):
5090 Remove unused variable `cluster'.
5091 (shadow-copy-file): Remove unused variable `i'.
5092 (shadow-noquery, shadow-clusters, shadow-site-cluster)
5093 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
5094 (shadow-define-literal-group, shadow-define-regexp-group)
5095 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
5096
5097 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
5098 (shell): Use `called-interactively-p'.
5099 (shell-directory-tracker): Remove unused variable `chdir-failure'.
5100
5101 * simple.el (compilation-context-lines, comint-file-name-quote-list)
5102 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
5103 (delete-backward-char): Remove unused variable `ocol'.
5104 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
5105 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
5106 (event-apply-hyper-modifier, event-apply-shift-modifier)
5107 (event-apply-control-modifier, event-apply-meta-modifier):
5108 Mark unused parameters.
5109 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
5110 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
5111
5112 * speedbar.el (speedbar-ignored-directory-expressions)
5113 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
5114 (speedbar-find-file, speedbar-dir-follow)
5115 (speedbar-directory-buttons-follow, speedbar-tag-find)
5116 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
5117 (speedbar-buffers-line-directory, speedbar-buffer-click):
5118 Mark unused parameters.
5119 (speedbar-tag-file): Remove unused variable `mode'.
5120 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
5121
5122 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
5123
5124 * talk.el (talk): Remove unused variable `display'.
5125
5126 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
5127 (tar-write-region-annotate): Mark unused parameter.
5128
5129 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
5130 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
5131 Declare them, wrapped in `with-no-warnings' to avoid replacing one
5132 warning by another.
5133
5134 * time-stamp.el (time-stamp-string-preprocess):
5135 Remove unused variable `require-padding'.
5136
5137 * tree-widget.el (widget-glyph-enable): Declare.
5138 (tree-widget-action): Mark unused parameter.
5139
5140 * w32-fns.el (x-get-selection): Mark unused parameter.
5141 (autoload-make-program, generated-autoload-file): Declare.
5142
5143 * wdired.el (wdired-revert): Mark unused parameters.
5144 (wdired-xcase-word): Remove unused variable `err'.
5145
5146 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
5147 (whitespace-help-scroll): Remove unused variable `data-help'.
5148
5149 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
5150 (widget-image-insert, widget-after-change, default)
5151 (widget-default-format-handler, widget-default-notify)
5152 (widget-default-prompt-value, widget-info-link-action)
5153 (widget-url-link-action, widget-function-link-action)
5154 (widget-variable-link-action, widget-file-link-action)
5155 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
5156 (widget-field-prompt-internal, widget-field-action, widget-field-match)
5157 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
5158 (widget-insert-button-action, widget-delete-button-action, visibility)
5159 (widget-documentation-link-action, widget-documentation-string-action)
5160 (widget-const-prompt-value, widget-regexp-match, symbol)
5161 (widget-coding-system-prompt-value)
5162 (widget-key-sequence-value-to-external, sexp)
5163 (widget-sexp-value-to-internal, character, vector, cons)
5164 (widget-choice-prompt-value, widget-boolean-prompt-value)
5165 (widget-color--choose-action): Mark unused parameters.
5166 (widget-item-match-inline, widget-choice-match-inline)
5167 (widget-checklist-match, widget-checklist-match-inline)
5168 (widget-group-match): Rename parameter VALUES to VALS.
5169 (widget-field-value-set): Remove unused variable `size'.
5170 (widget-color-action): Remove unused variables `value' and `start'.
5171
5172 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 5173 variable `dir'. Doc fix.
06b60517
JB
5174 (windmove-find-other-window): Don't pass it.
5175
5176 * window.el (count-windows): Mark unused parameter.
5177 (bw-adjust-window): Remove unused variable `err'.
5178
5179 * woman.el (woman-file-name): Remove unused variable `default'.
5180 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
5181 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
5182 (global-font-lock-mode): Declare.
5183 (woman-decode-region): Mark unused parameter.
5184 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
5185
5186 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
5187 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
5188 (x-dnd-handle-moz-url): Remove unused variable `title'.
5189 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
5190
5191 * xml.el (xml-parse-tag, xml-parse-attlist):
5192 Remove unused variable `pos'.
5193
bc4f7f3d
GM
51942011-04-19 Glenn Morris <rgm@gnu.org>
5195
5196 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
5197 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5198 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
5199 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
5200 * calendar/cal-html.el (cal-html-insert-minical):
5201 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
5202 (calendar-mark-date-pattern):
5203 Prefix "unused" locals.
5204
5205 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
5206 optional argument `style'.
5207
5208 * calendar/appt.el (appt-make-list):
5209 * calendar/cal-china.el (calendar-chinese-date-string):
5210 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
5211 (diary-hebrew-yahrzeit):
5212 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
5213 * calendar/calendar.el (calendar-generate-window):
5214 * calendar/time-date.el (time-to-days):
5215 Remove unused local variables.
5216
16a43933
CY
52172011-04-18 Chong Yidong <cyd@stupidchicken.com>
5218
5219 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
5220 glyphless-char-display table.
5221 (tabulated-list-glyphless-char-display): New var.
5222
7eed1860
SS
52232011-04-18 Sam Steingold <sds@gnu.org>
5224
5225 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
5226 to acknowledgments.
5227
4d2d1ccd
GM
52282011-04-17 Glenn Morris <rgm@gnu.org>
5229
5230 * calendar/diary-lib.el (diary-sexp-entry):
5231 * calendar/holidays.el (holiday-sexp):
5232 Set debug-on-error rather than the removed stack-trace-on-error.
5233
239da61d
GM
52342011-04-16 Glenn Morris <rgm@gnu.org>
5235
5236 * progmodes/f90.el: Use lexical-binding.
5237 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
5238
8b05752a
SM
52392011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5240
daca8ba5
SM
5241 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
5242 (mail-mode): Setup mailalias completion here instead.
5243 * mail/mailalias.el: Use lexical-binding.
5244 (pattern, mailalias-done): Declare dynamic.
5245 (mail-completion-at-point-function): New function, from mail-complete.
5246 (mail-complete): Use it.
5247 (mail-completion-expand): New function.
5248 (mail-get-names): Use it.
5249 (mail-directory, mail-directory-process, mail-directory-stream):
5250 Don't use `pattern' for lexically bound arg.
5251
6f542485
SM
5252 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
5253
037e7c3f
SM
5254 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
5255 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
5256 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
5257
8b05752a
SM
5258 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
5259 (byte-save-window-excursion, byte-temp-output-buffer-setup)
5260 (byte-interactive-p): Define them again, for use when inlining
5261 old code.
5262
49093f60
JB
52632011-04-15 Juanma Barranquero <lekktu@gmail.com>
5264
5265 * loadup.el: Use `string-to-number', not `string-to-int'.
5266
b5b8e7de
SM
52672011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
5270 gud-gdb-complete-command.
5271 (gud-gdb-completions): New function, from gud-gdb-complete-command.
5272 (gud-gdb-completion-at-point): New function.
5273 (gud-gdb-completions): Remove.
5274
f42efeb5
MA
52752011-04-14 Michael Albinus <michael.albinus@gmx.de>
5276
49093f60
JB
5277 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
5278 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
5279 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
5280 whether `executable-find' is bound.
f42efeb5
MA
5281
5282 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
5283
e240cc21
SM
52842011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 * minibuffer.el (completion-in-region-mode-predicate)
5287 (completion-in-region-mode--predicate): New vars.
5288 (completion-in-region, completion-in-region--postch)
5289 (completion-in-region-mode): Use them.
5290 (completion--capf-wrapper): Also return the hook function.
5291 (completion-at-point, completion-help-at-point):
5292 Adjust and provide a predicate.
c2bd2ab0
SM
5293
5294 Preserve arg names for advice of subr and lexical functions (bug#8457).
5295 * help-fns.el (help-function-arglist): Consolidate the subr and
5296 new-byte-code cases. Add argument `preserve-names' to extract names
5297 from the docstring when needed.
5298 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
5299 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
5300 (ad-arglist): Use help-function-arglist's new arg.
5301 (ad-definition-type): Use cond.
5302
c183f693
JB
53032011-04-13 Juanma Barranquero <lekktu@gmail.com>
5304
06641a47
JB
5305 * autorevert.el (auto-revert-handler):
5306 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
5307 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
5308 Don't quote lambda.
5309
c183f693
JB
5310 * image-mode.el (image-transform-set-scale):
5311 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
5312
1e3b6001
G
53132011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5314
5315 * net/network-stream.el (network-stream-open-starttls): Only do
5316 opportunistic STARTTLS upgrades if we have built-in gnutls support.
5317 Upgrades via gnutls-cli are too slow to be done opportunistically.
5318
2d6af8dd
JB
53192011-04-12 Juanma Barranquero <lekktu@gmail.com>
5320
5321 * dframe.el (dframe-current-frame): Remove spurious quote.
5322
c0749a51
GM
53232011-04-12 Glenn Morris <rgm@gnu.org>
5324
088d0d61
GM
5325 * calendar/cal-tex.el (cal-tex-end-document):
5326 Try to automatically use latin1 input if needed.
5327
c0749a51
GM
5328 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
5329 Don't try to cons a mark onto an empty element.
5330
5c90fde0
LL
53312011-04-11 Leo Liu <sdl.web@gmail.com>
5332
5333 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
5334 buffers.
5335 (ido-kill-buffer-at-head): Support killing virtual buffers.
5336
369e974d
CY
53372011-04-10 Chong Yidong <cyd@stupidchicken.com>
5338
5339 * minibuffer.el (completion-show-inline-help): New var.
5340 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
5341 (minibuffer-force-complete, minibuffer-complete-word):
5342 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
5343
5344 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
5345 to avoid interference from inline help (Bug#5849).
5346
37f1c930
LL
53472011-04-10 Leo Liu <sdl.web@gmail.com>
5348
099c39a4
JB
5349 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5350 Fix typo.
37f1c930 5351
a32d4040
CY
53522011-04-09 Chong Yidong <cyd@stupidchicken.com>
5353
5354 * image-mode.el (image-toggle-display-image): Signal an error if
5355 not in Image mode.
5356 (image-transform-mode, image-transform-resize)
5357 (image-transform-set-rotation): Doc fix.
daca8ba5 5358 (image-transform-set-resize): Delete.
a32d4040
CY
5359 (image-transform-set-scale, image-transform-fit-to-height)
5360 (image-transform-fit-to-width): Handle image-toggle-display-image
5361 and image-transform-resize directly.
5362
099c39a4 53632011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
5364
5365 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
5366 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
5367 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
5368 (doc-view-mode-map): Add bindings for the new functions.
5369
099c39a4 53702011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb
JB
5371
5372 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
5373 Fix typo in docstring.
5374
3726838a
EZ
53752011-04-08 Eli Zaretskii <eliz@gnu.org>
5376
04f33f1e
EZ
5377 * files.el (file-size-human-readable): Produce one digit after
5378 decimal, like "ls -lh" does.
5379
5380 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
5381 the file size representation.
5382
3726838a
EZ
5383 * simple.el (list-processes): If async subprocesses are not
5384 available, error out with a clear error message.
5385
cbb59342
CY
53862011-04-08 Chong Yidong <cyd@stupidchicken.com>
5387
5388 * help.el (help-form-show): New function, to be called from C.
5389 Put help-form output in a buffer named differently than *Help*.
5390
e3971c44
EZ
53912011-04-08 Eli Zaretskii <eliz@gnu.org>
5392
5393 * files.el (file-size-human-readable): New function.
5394
5395 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
5396 computing the representation inline. Don't require `cl'.
5397
12544bbe
GM
53982011-04-08 Glenn Morris <rgm@gnu.org>
5399
a1de6c6a
GM
5400 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
5401
3c4671f4
GM
5402 * net/browse-url.el (browse-url-firefox):
5403 Test system-type, not system-configuration.
5404
b605679c
GM
5405 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
5406 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
5407 Use log-edit-empty-buffer-p. (Bug#7598)
5408
56442f0c
GM
5409 * net/rlogin.el (rlogin-process-connection-type): Simplify.
5410 (rlogin-mode-map): Initialize in the defvar.
5411 (rlogin): Use ignore-errors.
5412
12544bbe
GM
5413 * replace.el (occur-mode-map): Some fixes for menu items.
5414
eb237b0f
AH
54152011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5416
5417 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
5418
7d668f2c
CY
54192011-04-06 Chong Yidong <cyd@stupidchicken.com>
5420
e67a13ab
CY
5421 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
5422 issuing unused warnings.
5423
5424 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
5425 macro directly.
5426
7d668f2c
CY
5427 * simple.el: Lisp reimplement of list-processes. Based on an
5428 earlier reimplementation by Leo Liu, but using tabulated-list.el.
5429 (process-menu-mode): New major mode.
5430 (list-processes--refresh, list-processes):
5431 (process-menu-visit-buffer): New functions.
5432
5433 * files.el (save-buffers-kill-emacs): Don't assume any return
5434 value of list-processes, which is undocumented anyway.
5435
a83ec3c9
CY
54362011-04-06 Chong Yidong <cyd@stupidchicken.com>
5437
5438 * emacs-lisp/tabulated-list.el: New file.
5439
e91a96fe
CY
5440 * emacs-lisp/package.el: Use Tabulated List mode.
5441 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
5442 (package-menu-mode): Derive from tabulated-list-mode. Set up the
5443 table format using Tabulated List mode variables.
5444 (package--push): New macro, replacing package-list-maybe-add.
5445 (package-menu--generate): Use package--push. Renamed from
5446 package--generate-package-list.
5447 (package-menu-refresh, list-packages): Use it.
daca8ba5 5448 (package-menu--print-info): Rename from package-print-package.
e91a96fe 5449 Return insertion data instead of inserting it directly.
099c39a4
JB
5450 (package-menu-describe-package, package-menu-execute):
5451 Use tabulated-list-get-id.
e91a96fe
CY
5452 (package-menu-mark-delete, package-menu-mark-install)
5453 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
5454 (package-menu-mark-obsolete-for-deletion):
5455 Use tabulated-list-put-tag.
e91a96fe
CY
5456 (package--list-packages, package-menu-revert)
5457 (package-menu-get-package, package-menu-get-version)
5458 (package-menu-sort-by-column): Functions deleted.
5459 (package-menu-package-list, package-menu-sort-key): Vars deleted.
5460 (package-menu--status-predicate, package-menu--version-predicate)
5461 (package-menu--name-predicate)
5462 (package-menu--description-predicate): Handle arguments in the
5463 Tabulated List format.
5464 (package-list-packages-no-fetch): Call list-packages.
5465
3e214b50
JB
54662011-04-06 Juanma Barranquero <lekktu@gmail.com>
5467
5468 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 5469 (after-find-file): Don't bind it.
3e214b50
JB
5470 (revert-buffer-in-progress-p): New variable.
5471 (revert-buffer): Bind it.
5472 Pass nil for `after-find-file-from-revert-buffer'.
5473
5474 * saveplace.el (save-place-find-file-hook): Use new variable
5475 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
5476
3f0f1700
GM
54772011-04-06 Glenn Morris <rgm@gnu.org>
5478
c0274801
GM
5479 * Makefile.in (AUTOGEN_VCS): New variable.
5480 (autoloads): Use $AUTOGEN_VCS.
5481
3f0f1700
GM
5482 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
5483 * calendar/calendar.el (calendar-mode-map):
5484 Check for toolkit scroll bars. (Bug#8305)
5485
41ea9e48
CY
54862011-04-05 Chong Yidong <cyd@stupidchicken.com>
5487
5488 * minibuffer.el (completion-in-region--postch)
5489 (completion-in-region-mode): Remove unnecessary messages.
5490
6194c800
JB
54912011-04-05 Juanma Barranquero <lekktu@gmail.com>
5492
33256f14
JB
5493 * font-lock.el (font-lock-refresh-defaults):
5494 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
5495 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
5496
6194c800
JB
5497 * info.el (Info-directory-list, Info-read-node-name-2)
5498 (Info-split-parameter-string): Doc fixes.
5499 (Info-virtual-nodes): Reflow docstring.
5500 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
5501 (Info-apropos-toc-nodes, info-finder, Info-get-token)
5502 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
5503 Fix typos in docstrings.
5504 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
5505 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
5506 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
5507 (Info-restore-desktop-buffer): Mark unused parameters.
5508 (Info-directory-find-file, Info-directory-find-node)
5509 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
5510 (Info-virtual-index-find-node, Info-apropos-find-file)
5511 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 5512 Mark unused parameters; fix typos in docstrings.
6194c800
JB
5513 (Info-virtual-index): Remove unused local variable `nodename'.
5514
b87a8200 55152011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 5516
b87a8200
DD
5517 * net/rcirc.el: Update my e-mail address.
5518 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 5519
3b2ff876
CY
55202011-04-05 Chong Yidong <cyd@stupidchicken.com>
5521
5522 * startup.el (command-line): Save the cursor's theme-face
5523 directly, instead of using face-override-spec.
5524
5525 * custom.el (load-theme): Minor optimization in assigning faces.
5526
8d17e7ca
JB
55272011-04-04 Juanma Barranquero <lekktu@gmail.com>
5528
5529 * help-fns.el (describe-variable): Complete all variables having
5530 documentation, including keywords.
5531 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
5532
2fbc1934
JB
55332011-04-04 Juanma Barranquero <lekktu@gmail.com>
5534
5535 Convert to lexical-binding.
5536
5537 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
5538 (bs--get-marked-string, bs--get-modified-string)
5539 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
5540 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
5541 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
5542
5543 * ehelp.el (electric-help-execute-extended)
5544 (electric-help-ctrl-x-prefix):
5545 * hexl.el (hexl-revert-buffer-function):
5546 * linum.el (linum-after-change, linum-after-scroll):
5547 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
5548
5549 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
5550
74f50695
DU
55512011-04-04 Daiki Ueno <ueno@unixuser.org>
5552
5553 * epa-dired.el:
5554 * epa-mail.el:
5555 * epa-hook.el:
5556 * epa-file.el:
5557 * epa.el:
5558 * epg.el: Use lexical binding.
5559
c11325f7
CY
55602011-04-03 Chong Yidong <cyd@stupidchicken.com>
5561
0d9e9a12
CY
5562 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
5563
c11325f7 5564 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
5565 dictionary case for flyspell-mark-duplications-exceptions.
5566 Use regexp matching for languages.
c11325f7
CY
5567 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
5568 default dictionary (Bug#7926).
5569
da91b5f2
CY
55702011-04-02 Chong Yidong <cyd@stupidchicken.com>
5571
099c39a4
JB
5572 * emacs-lisp/package.el (package--with-work-buffer):
5573 Recognize https URLs.
da91b5f2 5574
099c39a4
JB
5575 * net/network-stream.el: Move from gnus/proto-stream.el.
5576 Change prefix to network-stream throughout.
da91b5f2
CY
5577 (open-protocol-stream): Merge into open-network-stream, leaving
5578 open-protocol-stream as an alias. Handle nil BUFFER args.
5579
5580 * subr.el (open-network-stream): Move to net/network-stream.el.
5581
afa8e9f6
GM
55822011-04-02 Glenn Morris <rgm@gnu.org>
5583
1d2e369d
GM
5584 * find-dired.el (find-exec-terminator): New option.
5585 (find-ls-option): Test for -ls support.
5586 (find-ls-subdir-switches): Test for -b in find-ls-option.
5587 (find-dired, find-grep-dired): Doc fixes.
5588 (find-dired): Use find-exec-terminator.
5589
8abb7da8 5590 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
5591 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
5592 (find-name-arg): Remove purecopy.
8abb7da8 5593
f3ca7378
GM
5594 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
5595 (grep-compute-defaults): Check for `-exec COMMAND +' support.
5596 Set grep-find-use-xargs, grep-find-command, and grep-find-template
5597 accordingly. Don't add the null-device if not needed.
5598
afa8e9f6
GM
5599 * files.el (save-some-buffers): Doc fix.
5600
35eae264
EZ
56012011-04-02 Eli Zaretskii <eliz@gnu.org>
5602
5603 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
5604
26b51db5
JB
56052011-04-01 Juanma Barranquero <lekktu@gmail.com>
5606
5607 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
5608 Use `dolist' rather than `mapcar'.
5609
7200d79c
SM
56102011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5611
03408648 5612 Add lexical binding.
7200d79c 5613
03408648
SM
5614 * subr.el (apply-partially): Use new closures rather than CL.
5615 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
5616 (dolist, dotimes): Use slightly different expansion for lexical code.
5617 (functionp): Move to C.
5618 (letrec): New macro.
5619 (with-wrapper-hook): Use it and apply-partially instead of CL.
5620 (eval-after-load): Preserve lexical-binding.
5621 (save-window-excursion, with-output-to-temp-buffer): Turn them
5622 into macros.
7200d79c 5623
03408648
SM
5624 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
5625
5626 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
5627 than the arglist.
5628 (help-add-fundoc-usage): Don't add `Not documented'.
5629 (help-function-arglist): Handle closures, subroutines, and new
5630 byte-code-functions.
5631 (help-make-usage): Remove leading underscores.
5632 (describe-function-1): Handle closures.
5633 (describe-variable): Use special-variable-p for completion.
5634
5635 * files.el (lexical-binding): Declare safe.
f488fb65 5636
03408648
SM
5637 * emacs-lisp/pcase.el: Don't use destructuring-bind.
5638 (pcase--memoize): Rename from pcase-memoize. Change weakness.
5639 (pcase): Add `let' pattern.
5640 Change memoization so it actually works.
5641 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
5642 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
5643 <let>: New case.
f488fb65 5644
03408648
SM
5645 * emacs-lisp/macroexp.el: Use lexical binding.
5646 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
5647 Don't convert ' to #' without checking that it's indeed quoting
5648 a lambda.
5649
5650 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 5651 Use eval-sexp-add-defvars.
03408648
SM
5652 (eval-sexp-add-defvars): New fun.
5653
5654 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
5655
5656 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
5657 Don't autoload.
5658 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
5659 than the internal `byte-compile-lambda'.
5660 (defmethod): Don't hide code under quotes.
5661 (eieio-defmethod): New `code' argument.
5662
5663 * emacs-lisp/eieio-comp.el: Remove.
5664
5665 * emacs-lisp/edebug.el (edebug-eval-defun)
5666 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
5667 (edebug-toggle): Avoid `eval'.
5668
5669 * emacs-lisp/disass.el (disassemble-internal): Handle new
5670 `closure' objects.
5671 (disassemble-1): Handle new byte codes.
5672
5673 * emacs-lisp/cl.el (pushnew): Silence warning.
5674
5675 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
5676 (cl-byte-compile-throw): Remove.
5677 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
5678
5679 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
5680 closures.
5681
5682 * emacs-lisp/cconv.el: New file.
5683
5684 * emacs-lisp/bytecomp.el: Use lexical binding instead of
5685 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
5686 (byte-compile-initial-macro-environment):
5687 Handle declare-function here.
5688 (byte-compile--lexical-environment): New var.
5689 (byte-stack-ref, byte-stack-set, byte-discardN)
5690 (byte-discardN-preserve-tos): New lap codes.
5691 (byte-interactive-p): Don't use any more.
5692 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
5693 New macros.
5694 (byte-compile-lapcode): Use them and handle new lap codes.
5695 (byte-compile-obsolete): Remove.
5696 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
5697 (byte-compile-arglist-warn): Check late def of inlinable funs.
5698 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
5699 since they should have been expanded by now.
5700 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
5701 (byte-compile-from-buffer): Remove unused second arg.
5702 (byte-compile-preprocess): New function.
5703 (byte-compile-toplevel-file-form): New function to distinguish
5704 file-form calls from outside from file-form calls from hunk-handlers.
5705 (byte-compile-file-form): Simplify.
5706 (byte-compile-file-form-defsubst): Remove.
5707 (byte-compile-file-form-defmumble): Simplify now that
5708 byte-compile-lambda always returns a byte-code-function.
5709 (byte-compile): Preprocess.
5710 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
5711 Remove, not used any more.
5712 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
5713 (byte-compile-make-args-desc): New funs.
5714 (byte-compile-lambda): Handle lexical functions. Always return
5715 a byte-code-function.
5716 (byte-compile-reserved-constants): New var, to make up room for
5717 closed-over variables.
5718 (byte-compile-constants-vector): Obey it.
5719 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
5720 (byte-compile-macroexpand-declare-function): New function.
5721 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
5722 byte-code-functions.
5723 (byte-compile-form): Check obsolescence here.
5724 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
5725 (byte-compile-variable-ref): Remove.
5726 (byte-compile-dynamic-variable-op): New fun.
5727 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
5728 (byte-compile-variable-set): New funs.
5729 (byte-compile-discard): Add 2 args.
5730 (byte-compile-stack-ref, byte-compile-stack-set)
5731 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
5732 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
5733 macroexpand-all instead.
5734 (byte-compile-quote-form): Remove.
5735 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
5736 (byte-compile-bind, byte-compile-unbind): New funs.
5737 (byte-compile-let): Handle let* and lexical binding.
5738 (byte-compile-let*): Remove.
5739 (byte-compile-catch, byte-compile-unwind-protect)
5740 (byte-compile-track-mouse, byte-compile-condition-case):
5741 Handle a new :fun-body form, used for lexical scoping.
5742 (byte-compile-save-window-excursion)
5743 (byte-compile-with-output-to-temp-buffer): Remove.
5744 (byte-compile-defun): Simplify.
5745 (byte-compile-stack-adjustment): New fun.
5746 (byte-compile-out): Use it.
5747 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
5748
5749 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
5750 handler any more.
5751
5752 * emacs-lisp/byte-opt.el: Use lexical binding.
5753 (byte-inline-lapcode): Remove (to bytecomp).
5754 (byte-compile-inline-expand): Pay attention to inlining to/from
5755 lexically bound code.
5756 (byte-compile-unfold-lambda): Don't handle byte-code-functions
5757 any more.
5758 (byte-optimize-form-code-walker): Don't handle save-window-excursion
5759 any more and don't call compiler-macros.
5760 (byte-compile-splice-in-already-compiled-code): Remove.
5761 (byte-code): Don't inline any more.
5762 (disassemble-offset): Receive `bytes' as argument rather than via
5763 dynamic scoping.
5764 (byte-compile-tag-number): Declare before first use.
5765 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
5766 `return' even if make-spliceable.
5767 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
5768 obsolete interactive-p.
5769 (byte-optimize-lapcode): Optimize new lap-codes.
5770 Don't trip up on new form of `byte-constant' lap code.
5771
5772 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
5773
5774 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
5775
5776 * custom.el (custom-initialize-default, custom-declare-variable):
5777 Use `defvar'.
5778
5779 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
5780 New variables.
5781 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
5782 (COMPILE_FIRST): Add macroexp and cconv.
5783 * makefile.w32-in: Mirror changes in Makefile.in.
5784
5785 * vc/cvs-status.el:
5786 * vc/diff-mode.el:
5787 * vc/log-edit.el:
5788 * vc/log-view.el:
5789 * vc/smerge-mode.el:
5790 * textmodes/bibtex-style.el:
5791 * textmodes/css.el:
5792 * startup.el:
5793 * uniquify.el:
da91b5f2
CY
5794 * minibuffer.el:
5795 * newcomment.el:
5796 * reveal.el:
5797 * server.el:
5798 * mpc.el:
5799 * emacs-lisp/smie.el:
5800 * doc-view.el:
5801 * dired.el:
03408648
SM
5802 * abbrev.el: Use lexical binding.
5803
0f0c1f27
EZ
58042011-04-01 Eli Zaretskii <eliz@gnu.org>
5805
5806 * info.el (info-display-manual): New function.
5807
c82b2579
SM
58082011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5809
5810 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
5811
221ddf68
TH
58122011-03-31 Tassilo Horn <tassilo@member.fsf.org>
5813
5814 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 5815 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 5816
cba6e77e
GM
58172011-03-31 Glenn Morris <rgm@gnu.org>
5818
e040639f
GM
5819 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
5820
cba6e77e
GM
5821 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
5822
6d0f1c9e
CS
58232011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
5824
5825 * progmodes/python.el (python-default-interpreter)
5826 (python-python-command-args, python-jython-command-args)
5827 (python-which-shell, python-which-args, python-which-bufname)
5828 (python-file-queue, python-comint-output-filter-function)
5829 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
5830 variables and functions.
5831
3e2d70fd
SM
58322011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5833
5834 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
5835 (completion-in-region-mode): New minor mode.
5836 (completion-in-region): Use it.
5837 (completion-in-region--data, completion-in-region-mode-map): New vars.
5838 (completion-in-region--postch): New function.
5839 (completion--capf-misbehave-funs, completion--capf-safe-funs):
5840 New vars.
5841 (completion--capf-wrapper): New function.
5842 (completion-at-point): Use it to track well-behavedness of
5843 hook functions.
5844 (completion-help-at-point): New command.
5845
f3e4086c
JM
58462011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
5847
5848 * vc/add-log.el (add-change-log-entry): Don't use whitespace
5849 syntax class to search for whitespace on a single line
5850 (Message-ID: <4D938140.4030905@redhat.com>).
5851
eb7ffc14
LL
58522011-03-30 Leo Liu <sdl.web@gmail.com>
5853
5854 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
5855 New commands.
5856 (edit-abbrevs-map): Bind them here.
5857 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
5858
d806ab68
KM
58592011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
5860
5861 * allout.el (allout-hide-by-annotation, allout-flag-region):
5862 Reduce possibility of overlay leakage by making them volatile.
5863
5864 * allout-widgets.el (allout-widgets-tally): Define as nil so the
5865 hash is not shared between buffers. Mode initialization is
5866 responsible for giving it a useful starting value.
5867 (allout-item-span): Reduce possibility of overlay leakage by
5868 making them volatile.
5869 (allout-widgets-count-buttons-in-region): Add diagnostic function
5870 for tracking down button overlay leaks.
5871
ea622834
LL
58722011-03-29 Leo Liu <sdl.web@gmail.com>
5873
5874 * ido.el (ido-read-internal): Use the default history var
5875 minibuffer-history if no HISTORY is specified.
5876
b62f8267
G
58772011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
5878
03408648
SM
5879 * net/imap.el (imap-shell-open, imap-process-connection-type):
5880 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
5881 Kerberos, SSL, other subprocesses.
5882
947b6566
LL
58832011-03-28 Leo Liu <sdl.web@gmail.com>
5884
5885 * abbrev.el (abbrev-table-empty-p): New function.
5886 (prepare-abbrev-list-buffer): Place empty abbrev tables after
5887 nonempty ones. (Bug#5937)
5888
5ffb62aa
JD
58892011-03-27 Jan Djärv <jan.h.d@swipnet.se>
5890
5891 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
5892
7a097943
LL
58932011-03-27 Leo Liu <sdl.web@gmail.com>
5894
5895 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
5896 for foreground and background colors.
5897 (ansi-color-make-color-map): Adapt.
5898
c5b40130
LL
58992011-03-25 Leo Liu <sdl.web@gmail.com>
5900
1f48f7d2
LL
5901 * midnight.el (midnight-time-float): Remove. Note it calculates
5902 the microsecond component incorrectly and seconds-to-time does the
5903 same job.
625897ec 5904 Remove redundant (require 'timer).
1f48f7d2 5905
c5b40130
LL
5906 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
5907 (ido-completions): Remove unused arguments. (Bug#8329)
5908
d86d2721
SM
59092011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
5910
5911 * minibuffer.el (completion--flush-all-sorted-completions):
5912 Remove itself from hook.
5913 (completion-at-point): Let the functions perform the completion
5914 immediately and return nil or t.
5915 * comint.el (comint-dynamic-complete-functions): Now identical to
5916 completion-at-point-functions.
5917 (comint-dynamic-list-input-ring): Remove unused var `index'.
5918 (comint--match-partial-filename, comint--unquote&expand-filename):
5919 New funs, split from comint-match-partial-filename.
5920 (comint-dynamic-complete): Use completion-at-point.
5921 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
5922
e8974c48
DA
59232011-03-24 Drew Adams <drew.adams@oracle.com>
5924
5925 * thingatpt.el: Support `defun'.
5926
def71b5e
LL
59272011-03-23 Leo Liu <sdl.web@gmail.com>
5928
cb5af48e
LL
5929 * abbrevlist.el: Move to obsolete/abbrevlist.el.
5930
def71b5e
LL
5931 * help-mode.el (help-mode-finish): Tweak regexp.
5932
927c53e7
GM
59332011-03-23 Glenn Morris <rgm@gnu.org>
5934
18d05bed
GM
5935 * eshell/esh-opt.el (eshell-eval-using-options):
5936 Do not bind unused local variable `eshell-option-stub'.
5937
927c53e7
GM
5938 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
5939
9d0da923
JB
59402011-03-22 Juanma Barranquero <lekktu@gmail.com>
5941
5942 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
5943 keymap variable in `with-no-warnings' to avoid a warning when the
5944 keymap has been already `defconst'ed.
5945
4b978a67
LL
59462011-03-22 Leo Liu <sdl.web@gmail.com>
5947
5948 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
5949 encode all chars in abbrevs; otherwise use emacs-mule or
5950 utf-8-emacs. (Bug#8308)
5951
5fd62452
JB
59522011-03-22 Juanma Barranquero <lekktu@gmail.com>
5953
0b1596c6
JB
5954 * simple.el (backward-delete-char-untabify):
5955 Avoid warning about using `delete-backward-char'.
5956
5fd62452
JB
5957 * image.el (image-type-file-name-regexps): Make it variable.
5958 `imagemagick-register-types' modifies it, and the user may want
5959 to add new extensions for known image types.
5960 (imagemagick-register-types): Throw error if not using ImageMagick.
5961
0b4e93f1
LL
59622011-03-22 Leo Liu <sdl.web@gmail.com>
5963
5964 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
5965 located before rcirc-prompt-end-marker.
5966 (rcirc-complete): Error if point is not after rcirc prompt.
5967 Handle the case when table is nil.
9882e214 5968 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 5969
fccee4ab
CY
59702011-03-22 Chong Yidong <cyd@stupidchicken.com>
5971
5972 * custom.el (custom--inhibit-theme-enable): Make it affect only
5973 custom-theme-set-variables and custom-theme-set-faces.
5974 (provide-theme): Ignore custom--inhibit-theme-enable.
5975 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
5976 (custom-enabling-themes): Delete variable.
d86d2721
SM
5977 (enable-theme): Accept only loaded themes as arguments.
5978 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
5979 (custom-enabled-themes): Forbid themes from setting this.
5980 Eliminate use of custom-enabling-themes.
5981 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 5982
af896da6
LL
59832011-03-21 Leo Liu <sdl.web@gmail.com>
5984
5985 * ido.el (ido-read-internal): Add ido-selected to history instead
5986 of user input.
5987
78f64af0
SM
59882011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5989
5990 * subr.el (deferred-action-list, deferred-action-function):
5991 Mark obsolete.
5992
b16ac1ec
LL
59932011-03-21 Leo Liu <sdl.web@gmail.com>
5994
810f7698
LL
5995 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
5996 change on 2011-02-13 (bug#8309).
5997
b16ac1ec
LL
5998 * minibuffer.el (read-file-name-function): Change default value.
5999 (read-file-name--defaults): Rename from read-file-name-defaults.
6000 (read-file-name-default): Rename from read-file-name.
6001 (read-file-name): Call read-file-name-function.
6002
4e05e67e
GM
60032011-03-21 Glenn Morris <rgm@gnu.org>
6004
6005 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
6006 Doc fixes.
6007
4359915b
CY
60082011-03-21 Chong Yidong <cyd@stupidchicken.com>
6009
6010 * cus-theme.el: Add missing provide statement.
6011 (customize-create-theme): Extract theme value correctly.
6012 (custom-theme-visit-theme): Autoload.
6013 (customize-create-theme): Prompt before inserting default faces.
6014
1fe275ee
JB
60152011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
6016
6017 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
6018 units and musical notes.
6019
3ec03f7e
LL
60202011-03-20 Leo <sdl.web@gmail.com>
6021
6022 * ido.el (ido-read-internal): Use completing-read-default.
6023 (ido-completing-read): Fix compatibility with completing-read.
6024
7d476bde
CO
60252011-03-20 Christian Ohler <ohler@gnu.org>
6026
6027 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
6028 (ert-delete-all-tests): Use `called-interactively-p' rather than
6029 `interactive-p'.
6030 (ert--make-xrefs-region): Respect END.
6031
fe0fb33e
CY
60322011-03-19 Chong Yidong <cyd@stupidchicken.com>
6033
ff854b0b
CY
6034 * dired-aux.el (dired-create-directory): Signal an error if the
6035 directory already exists (Bug#8246).
6036
fe0fb33e
CY
6037 * facemenu.el (list-colors-display): Call list-faces-display
6038 inside with-help-window.
6039 (list-colors-print): Use display property to align the final
6040 column, instead of checking window-width.
6041
576bce32
EZ
60422011-03-19 Eli Zaretskii <eliz@gnu.org>
6043
6044 * emerge.el (emerge-metachars): Separate value for ms-dos and
6045 windows-nt systems.
6046 (emerge-protect-metachars): Quote correctly for ms-dos and
6047 windows-nt systems.
6048
89c41d68 60492011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
6050
6051 * info.el (info-initialize): Replace all uses of `:' with
6052 path-separator for compatibility with non-Unix systems.
6053 Cache quoting of path-separator. (Bug#8258)
6054
b14e3e21 60552011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
6056
6057 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
6058 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
6059 (mouse-avoidance-mode): Fix typos in docstrings.
6060
4525ce3e
CY
60612011-03-19 Chong Yidong <cyd@stupidchicken.com>
6062
6063 * startup.el (package-subdirectory-regexp): Move from package.el.
6064 Omit \\` and \\', and let callers add them.
6065
6066 * emacs-lisp/package.el (package-strip-version)
6067 (package-load-all-descriptors): Add \\` and \\' to
6068 package-subdirectory-regexp before using it.
6069 (package-untar-buffer): New arg DIR; ensure that file untars only
6070 into this expected directory. Remove superfluous delete-region.
6071 (package-unpack): Caller changed.
6072 (package-tar-file-info): Use package-subdirectory-regexp.
6073
a904a09a 60742011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 6075
a904a09a
SM
6076 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
6077 diff-mode-shared-map (bug#8284).
6078 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
6079
60802011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6081
6082 * calendar/time-date.el (format-seconds): Use assoc instead of
6083 assoc-string, since assoc-string doesn't exist in XEmacs.
6084
171fc304
JB
60852011-03-17 Juanma Barranquero <lekktu@gmail.com>
6086
6087 * custom.el (custom-known-themes): Reflow docstring.
6088 (custom-theme-load-path): Fix typo in docstring.
6089 (load-theme): Fix typo in error message.
6090 (custom-available-themes, custom-variable-theme-value):
6091 Use `let', not `let*'.
6092
d71990a1
JB
60932011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
6094
6095 * calc/README: Mention inclusion of musical notes.
6096
6097 * calc/calc-units.el (calc-lu-quant): Rename from
6098 `calc-logunits-quantity'.
6099 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
6100 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
6101 (calc-db): Rename from `calc-dblevel'.
6102 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
6103 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
6104 (calc-np): Rename from `calc-nplevel'.
6105 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
6106 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
6107 (calc-lu-plus): Rename from `calc-logunits-add'.
6108 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
6109 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
6110 (calc-lu-minus): Rename from `calc-logunits-sub'.
6111 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
6112 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
6113 (calc-lu-times): Rename from `calc-logunits-mul'.
6114 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
6115 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
6116 (calc-lu-divide): Rename from `calc-logunits-div'.
6117 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
6118 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
6119
6120 * calc/calc-ext.el (calc-init-extensions): Update the names of the
6121 functions being autoloaded.
6122
6123 * calc/calc.el (calc-lu-power-reference): Rename from
6124 `calc-logunits-power-reference'.
6125 (calc-lu-field-reference): Rename from
6126 `calc-logunits-field-reference'.
6127
6128 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
6129
40c2934b
SM
61302011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * minibuffer.el (completion-all-sorted-completions):
6133 Use :completion-cycle-penalty text property if present.
6134
b0911414
KM
61352011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
6136
6137 * allout.el (allout-yank-processing): Adjust for new rebulleting
6138 regime so bullet being yanked is used without prompting the user
6139 for a choice.
6140
8a05b668
JB
61412011-03-16 Juanma Barranquero <lekktu@gmail.com>
6142
6143 * startup.el (command-line): Warn the user that _emacs is deprecated.
6144
5ba5fb81
JB
61452011-03-16 Juanma Barranquero <lekktu@gmail.com>
6146
6147 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
6148 (delphi-verbose, delphi-comment-face, delphi-string-face)
6149 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
6150 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
6151 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
6152 (delphi-new-comment-line, delphi-font-lock-defaults)
6153 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
6154 Fix typos in docstrings.
6155
2dab465b
KM
61562011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
6157
5ba5fb81 6158 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
6159 Invert the roles of character and string values for INSTEAD, so a
6160 string is used for the more common case of a defaulting prompt.
6161
0adf5618
SM
61622011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * progmodes/ruby-mode.el (ruby-backward-sexp):
6165 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
6166 * play/gamegrid.el (gamegrid-make-face):
6167 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
6168 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
6169 * notifications.el (notifications-notify):
6170 * net/xesam.el (xesam-search-engines):
6171 * net/quickurl.el (quickurl-list-insert):
6172 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
6173
d72700e5
CY
61742011-03-15 Chong Yidong <cyd@stupidchicken.com>
6175
6176 * startup.el (command-line): Update package subdirectory regexp.
6177
49c5410a
SM
61782011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6179
c6eee9aa
SM
6180 * allout.el (allout-abbreviate-flattened-numbering)
6181 (allout-mode-deactivate-hook): Fix up obsolescence "date".
6182
49c5410a
SM
6183 * subr.el (read-char-choice): Only show the cursor after the prompt,
6184 not after the answer.
6185
047b2bb9
KR
61862011-03-15 Kevin Ryde <user42@zip.com.au>
6187
6188 * help-fns.el (variable-at-point): Skip leading quotes, if any
6189 (bug#8253).
6190
0a57d256
SM
61912011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6192
6193 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
6194 warning message.
6195
77c992bc
MA
61962011-03-14 Michael Albinus <michael.albinus@gmx.de>
6197
6198 * shell.el (shell): When called interactively, offer to change the
6199 shell file name on remote hosts.
6200
eebc475d
TZ
62012011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
6202
6203 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
6204 integration for LDAP parameters. The host, base, user or binddn,
6205 and secret tokens can be specified in a netrc file, for instance.
6206 This is optional because an `auth-source' parameter must be
6207 specified in the search attributes.
6208
9d05d1ba
JB
62092011-03-13 Juanma Barranquero <lekktu@gmail.com>
6210
6211 * help.el (describe-mode): Link to the mode's definition (bug#8185).
6212
09d9db2c
GM
62132011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6214
6215 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
6216 into declaration. Remove redundant and harmful binding.
6217
62182011-03-12 Eli Zaretskii <eliz@gnu.org>
6219
6220 * files.el (file-ownership-preserved-p): Pass `integer' as an
6221 explicit 2nd argument to `file-attributes'. If the file's owner
6222 is the Administrators group on Windows, and the current user is
6223 Administrator, consider that a match.
6224
6225 * server.el (server-ensure-safe-dir): Consider server directory
6226 safe on MS-Windows if its owner is the Administrators group while
6227 the current Emacs user is Administrator. Use `=' to compare
6228 numerical UIDs, since they could be integers or floats.
6229
219bd536
JB
62302011-03-12 Juanma Barranquero <lekktu@gmail.com>
6231
6232 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
6233
f3afd36b
MA
62342011-03-12 Michael Albinus <michael.albinus@gmx.de>
6235
6236 Sync with Tramp 2.2.1.
6237
6238 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
6239
6240 * net/trampver.el: Update release number.
6241
3aaaa6f1
SM
62422011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6243
94642599
SM
6244 * progmodes/compile.el (compilation--previous-directory): Fix up
6245 various nil/dead-marker mismatches (bug#8014).
6246 (compilation-directory-properties, compilation-error-properties):
6247 Don't call it at a position past the one we're about to change.
6248
3aaaa6f1
SM
6249 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
6250 Disable obsolescence warnings in the file that declares it.
6251
14239447
KM
62522011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
6253
099c39a4
JB
6254 * allout-widgets.el (allout-widgets-tally):
6255 Initialize allout-widgets-tally as a hash table rather than nil to
6256 prevent mode-line redisplay warnings. Also, clarify the module
6257 description and fix a comment typo.
14239447 6258
135e287c
JB
62592011-03-11 Juanma Barranquero <lekktu@gmail.com>
6260
6261 * help-fns.el (describe-variable): Don't complete keywords.
6262 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
6263
ffbf300e
CY
62642011-03-10 Chong Yidong <cyd@stupidchicken.com>
6265
ba08b241
CY
6266 * emacs-lisp/package.el (package-version-join): Impose a standard
6267 string representation for pre/alpha/beta version lists.
6268 (package-unpack-single): Standardize the directory name by passing
6269 it through package-version-join.
6270 (package-strip-rcs-id): Accept any version string that does not
6271 signal an error in version-to-list.
ffbf300e 6272
f346fd6b
MA
62732011-03-10 Michael Albinus <michael.albinus@gmx.de>
6274
6275 * simple.el (delete-trailing-whitespace): Return nil for the
6276 benefit of `write-file-functions'.
6277
ccb55d27
GM
62782011-03-10 Glenn Morris <rgm@gnu.org>
6279
5ceaac0c
GM
6280 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
6281
02da65ff
GM
6282 * vc/vc-git.el (vc-git-program): New option.
6283 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
6284 (vc-git--call): Use it.
6285
b2f603cc
GM
6286 * eshell/esh-util.el (eshell-condition-case): Doc fix.
6287
5772caab
GM
6288 * cus-edit.el (Custom-newline): If no button at point, look
6289 for a subgroup button at start-of-line. (Bug#2298)
6290
ccb55d27
GM
6291 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
6292
ec6ecaed
JD
62932011-03-10 Julien Danjou <julien@danjou.info>
6294
6295 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
6296 `cursor-type' is nil.
6297
9d5aa01d
JB
62982011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
6299
6300 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
6301
b6a5875b
KM
63022011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
6303
6304 * allout.el Summary: Change so yank of distinctive-bullet items
6305 preserves the existing header prefix, rebulleting it if necessary,
6306 rather than replacing it. This is necessary for proper operation
6307 of cooperative addons like allout-widgets.
219bd536 6308 (allout-make-topic-prefix, allout-rebullet-heading): Change
b6a5875b
KM
6309 SOLICIT arg to INSTEAD, and interpret additionally a string value
6310 as alternate bullet to be used, instead of prompting the user for
6311 a bullet character.
6312
ee545c35
MA
63132011-03-09 Michael Albinus <michael.albinus@gmx.de>
6314
d86d2721
SM
6315 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6316 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
6317 `tramp-default-port'.
6318
c47971d7
DD
63192011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
6320
6321 * net/rcirc.el (rcirc-handler-001): Remove useless
6322 with-rcirc-process-buffer.
6323 (rcirc-check-auth-status): Swap arguments to string-match.
6324
13522cb4
GM
63252011-03-09 Glenn Morris <rgm@gnu.org>
6326
0be6f4f1
GM
6327 * shell.el (shell-mode):
6328 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
6329
13522cb4
GM
6330 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
6331 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
6332
515de2e3
CY
63332011-03-08 Chong Yidong <cyd@stupidchicken.com>
6334
6335 * emacs-lisp/package.el (package-refresh-contents)
6336 (package-menu-execute): Use condition-case-no-debug.
6337
b511b994
MA
63382011-03-08 Michael Albinus <michael.albinus@gmx.de>
6339
6340 * simple.el (shell-command-to-string): Use `process-file'.
6341
6342 * emacs-lisp/package.el (package-tar-file-info): Handle also
6343 remote files.
6344
d86d2721
SM
6345 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6346 Use `equal' for upload base check.
b511b994 6347
25bbfb31
AM
63482011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
6349
6350 * textmodes/texinfo.el (texinfo-environments):
6351 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
6352
be996521
GM
63532011-03-08 Glenn Morris <rgm@gnu.org>
6354
e9c8529f
GM
6355 * cus-start.el (cursor-in-non-selected-windows):
6356 Fix :set quoting oddness. (Bug#8192)
6357
be996521
GM
6358 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
6359 in some setf expressions. (Bug#2159)
6360
2bb5649e
CY
63612011-03-08 Chong Yidong <cyd@stupidchicken.com>
6362
6363 * custom.el (custom-available-themes): Return themes in
6364 alphabetical order.
6365
33383987 6366See ChangeLog.15 for earlier changes.
e3d51b27
MR
6367
6368;; Local Variables:
6369;; coding: utf-8
e3d51b27
MR
6370;; End:
6371
33383987 6372 Copyright (C) 2011 Free Software Foundation, Inc.
e3d51b27
MR
6373
6374 This file is part of GNU Emacs.
6375
6376 GNU Emacs is free software: you can redistribute it and/or modify
6377 it under the terms of the GNU General Public License as published by
6378 the Free Software Foundation, either version 3 of the License, or
6379 (at your option) any later version.
6380
6381 GNU Emacs is distributed in the hope that it will be useful,
6382 but WITHOUT ANY WARRANTY; without even the implied warranty of
6383 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6384 GNU General Public License for more details.
6385
6386 You should have received a copy of the GNU General Public License
6387 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.