]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
91078ce324625f7088a4267f8ca25790d295da3e
[gnu-emacs] / lisp / ChangeLog
1 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
2
3 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
4
5 2011-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
10 2011-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
23 2011-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
28 2011-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
36 2011-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
45 2011-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
52 2011-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
60 2011-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
65 2011-08-23 Eli Zaretskii <eliz@gnu.org>
66
67 * cus-start.el (all): Add entry for bidi-paragraph-direction.
68
69 * international/uni-bidi.el: Regenerated.
70
71 2011-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
89 2011-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
94 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
97 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
98
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
104 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
105
106 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
107 strings and comments (bug#9333).
108
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
113 2011-08-22 Juri Linkov <juri@jurta.org>
114
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
119 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
120 to check for empty output (bug#9226).
121
122 2011-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
128 2011-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.
133 (smtpmail-try-auth-methods): Expand the secret password.
134 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
135 probe hangs.
136
137 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
138
139 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
140
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
147 2011-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
152 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
153
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
160 * progmodes/compile.el (compilation-error-properties):
161 Fix confusion between file struct and message struct (Bug#9319).
162 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
163 `ant' regexp.
164
165 * net/browse-url.el (browse-url-firefox): Don't call
166 browse-url-firefox-sentinel unless using -remote (Bug#9328).
167
168 2011-08-20 Glenn Morris <rgm@gnu.org>
169
170 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
171
172 * tutorial.el (tutorial--default-keys): Update some default bindings.
173
174 * files.el (hack-local-variables): Fully ignore case for "mode:".
175
176 2011-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
190 2011-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
195 2011-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
214 2011-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
220 2011-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
225 2011-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
234 2011-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
249 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
250
251 * mail/smtpmail.el (auth-source): Require to avoid problems with
252 binding variables (bug#9298). Also clean up some unused
253 autoloads.
254
255 * net/network-stream.el (network-stream-open-starttls):
256 Support using starttls.el without using gnutls-cli.
257
258 2011-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
263 2011-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
269 2011-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
279 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
280
281 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
282
283 2011-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
288 2011-08-16 Richard Stallman <rms@gnu.org>
289
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
298 * mail/rmail.el (rmail-epa-decrypt): New command.
299
300 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
301 Don't bind buffer-read-only, just inhibit-read-only.
302 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
303 (epa-decrypt-armor-in-region): Make error message clearer.
304
305 2011-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
310 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
311
312 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
313 filter groups.
314 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaƫl
315 Fourquet (Bug#8804).
316
317 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
318
319 * startup.el (argi): Declare as global variable (bug#9275).
320
321 2011-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
326 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
327
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
336 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
337
338 2011-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
346 2011-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
354 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
355 Use string-mark-left-to-right.
356 (tabulated-list-print): Recenter after moving point.
357
358 2011-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
364 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
365
366 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
367 (Bug#7554).
368
369 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
370
371 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
372 character. (Bug#6594)
373
374 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
375
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
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
389 2011-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
402 2011-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
411 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
412
413 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
414 of statements and in a few more cases (bug#9183).
415
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
420 2011-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
430 2011-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
436 2011-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
443 2011-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
448 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
449
450 * mail/sendmail.el (sendmail-query-once): Restore the current
451 buffer after querying (bug#9074).
452
453 * dired.el (dired-flagged): Use different faces for marked and
454 flagged files (bug#6117).
455
456 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
457 (bug#4433).
458
459 * ido.el (ido-mode): Switch off the message if called
460 non-interactively.
461
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
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
470 * info.el: Remove the `Info-beginning-of-buffer' function
471 (bug#8325).
472
473 * net/network-stream.el (network-stream-open-starttls):
474 Use `starttls-available-p' to see whether starttls.el can be used.
475
476 2011-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)
482 (display-buffer-in-side-window): Set dedicated status of window here.
483
484 2011-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
489 2011-08-01 Deniz Dogan <deniz@dogan.se>
490
491 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
492
493 2011-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
499 2011-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
506 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
507
508 * simple.el (goto-line): Use string-to-number to provide a
509 numeric argument to read-number (bug#9163).
510
511 2011-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
516 2011-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
524 2011-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
536 * progmodes/cc-engine.el (c-beginning-of-statement-1):
537 Refactor and enhance to handle bitfield declarations.
538 (c-punctuation-in): New function.
539 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
540 declarations properly.
541
542 2011-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.
546 (icalendar--convert-float-to-ical): Checkdoc fixes.
547
548 2011-07-25 Deniz Dogan <deniz@dogan.se>
549
550 * image.el (insert-image): Clarifying docstring.
551
552 2011-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
558 2011-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
569 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
570
571 * net/tramp.el (tramp-file-name-handler): Avoid recursive
572 loading. (Bug#9114)
573
574 2011-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
580 buffer so `fit-window-to-buffer' and friends work on the right buffer.
581
582 2011-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
589 2011-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
594 2011-07-19 Roland Winkler <winkler@gnu.org>
595
596 * proced.el (proced-send-signal): For *Marked Processes* buffer
597 put point at beginning of buffer.
598
599 2011-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
604 2011-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
609 2011-07-19 Martin Rudalics <rudalics@gmx.at>
610
611 * window.el (display-buffer-alist-of-strings-p)
612 (display-buffer-alist-set-1, display-buffer-alist-set-2):
613 New functions.
614 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
615 more accurately.
616
617 2011-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
624 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
625 New function.
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
633 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
634
635 * image.el (put-image): Doc typo fix.
636
637 * progmodes/etags.el (tags-search): Doc typo fix.
638
639 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
640 password if we get errors 550 to 554.
641
642 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
643
644 * net/gnutls.el (gnutls-log-level): Remove.
645
646 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
647 indentation character (bug#6380).
648
649 * files.el (buffer-offer-save): Made permanently local (bug#6241).
650
651 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
652 to clarify what the problem is (bug#4291).
653
654 * simple.el (current-kill): Clarify what
655 `interprogram-paste-function' does (bug#7500).
656 (auto-fill-mode): Document `auto-fill-function' in relation to
657 `auto-fill-mode' (bug#2470).
658
659 2011-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
664 2011-07-16 Martin Rudalics <rudalics@gmx.at>
665
666 * frame.el (select-frame-set-input-focus): New argument NORECORD.
667 * window.el (pop-to-buffer): Select window used even if it was
668 selected before, see discussion of (Bug#8615), (Bug#6954).
669 Pass argument NORECORD on to select-frame-set-input-focus.
670
671 2011-07-15 Glenn Morris <rgm@gnu.org>
672
673 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
674 Respect help-form.
675
676 2011-07-09 Lawrence Mitchell <wence@gmx.li>
677
678 * net/gnutls.el (gnutls-min-prime-bits): New variable.
679 (gnutls-negotiate): Use it.
680
681 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
682
683 * net/gnutls.el (gnutls-negotiate):
684 Upcase `gnutls-algorithm-priority'.
685
686 2011-07-15 Glenn Morris <rgm@gnu.org>
687
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.
692
693 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
694
695 * net/gnutls.el (gnutls-algorithm-priority): New variable.
696 (gnutls-negotiate): Use it.
697
698 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
699
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).
703 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
704
705 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
706
707 * international/mule-cmds.el
708 (describe-specified-language-support): Make the error message
709 clearer (bug#8905).
710
711 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
712
713 * isearch.el (isearch-barrier): Add a doc string, since it's
714 mentioned in a function doc string (bug#8678).
715
716 2011-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
721 2011-07-15 Glenn Morris <rgm@gnu.org>
722
723 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
724
725 2011-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
730 2011-07-14 Eli Zaretskii <eliz@gnu.org>
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.
737 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
738 paragraph direction.
739
740 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
741
742 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
743 the man page name (bug#7929).
744
745 * image.el (put-image): Mention the `put-image' overlay property
746 (bug#7834).
747
748 * scroll-bar.el (set-scroll-bar-mode): Mention that
749 `scroll-bar-mode' lists the values (bug#7772).
750
751 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
752 command (bug#7729).
753
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
759 * printing.el (pr-toggle-region): Clarify the documentation
760 slightly (bug#7493).
761
762 * time.el (display-time-update):
763 Allow `display-time-mail-function' to return nil (bug#7158).
764 Fix suggested by Detlev Zundel.
765
766 * vc/diff.el (diff): Clarify the order the file names are read
767 (bug#7111).
768
769 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
770 the doc string (bug#7015).
771
772 * font-lock.el (font-lock-maximum-decoration): Mention what
773 numeric levels mean (bug#6935).
774
775 * startup.el (initial-buffer-choice): Don't mention the `none'
776 selection, which is against policy.
777
778 2011-07-14 Martin Rudalics <rudalics@gmx.at>
779
780 * window.el (display-buffer-normalize-special):
781 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
782
783 2011-07-14 Eli Zaretskii <eliz@gnu.org>
784
785 * subr.el (version<, version<=, version=): Mention "-CVS" and
786 "-12345" alpha version numbers.
787
788 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
789
790 * bindings.el: Add advertised binding for set-mark-command
791 (Bug#5772).
792
793 2011-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):
802 Delete.
803
804 2011-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
810 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
811
812 * subr.el (with-silent-modifications): Clarify somewhat what the
813 macro inhibits (bug#6525).
814
815 * simple.el (eval-expression): Note what it does if called
816 interactively (bug#6495).
817
818 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
819
820 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
821 Use pop-to-buffer buffer-or-name if it is nil.
822
823 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
824 Remove switch-to-buffer.
825
826 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
827
828 * files.el (make-directory): Clarify that an error will be raised
829 if there's an error (bug#6397).
830
831 * startup.el (initial-buffer-choice): Add `none' as a choice
832 (bug#6234).
833
834 * subr.el (add-hook): Clarify section about buffer-local hooks
835 (bug#6218).
836
837 * dired.el (dired-flagged): Clarify doc string (bug#6117).
838
839 2011-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
844 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
845
846 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
847 Rewrite to avoid awkward possessive "s" (bug#5986).
848
849 2011-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
855 2011-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
860 2011-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
865 2011-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
871 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
872
873 * dired.el (dired-insert-set-properties): Make the doc string
874 reflect what it does now (bug#5325).
875
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
879 * international/mule-cmds.el (prefer-coding-system): Add an
880 example (bug#4869).
881
882 * progmodes/etags.el (tags-search): Document `file-list-form'
883 (bug#4731).
884
885 2011-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
891 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
892
893 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
894 binary endings (bug#4440).
895
896 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
897
898 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
899 which can be pretty annoying (bug#8971).
900
901 * jka-compr.el (jka-compr-verbose): New variable, and use
902 throughout (bug#8971).
903
904 * info.el (Info-find-file): Fall back on the installation
905 directory if we can't find the info node anywhere else.
906
907 2011-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
912 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
913
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
918 * progmodes/cc-vars.el: Remove (probably) misleading comment
919 (bug#4396).
920
921 2011-07-12 Johan BockgƄrd <bojohan@gnu.org>
922
923 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
924
925 2011-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
934 2011-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
939 2011-07-12 Roland Winkler <winkler@gnu.org>
940
941 * textmodes/bibtex.el (bibtex-initialize):
942 Use pop-to-buffer-same-window.
943 (bibtex-search-entries): Fix interactive call.
944
945 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
946
947 * progmodes/compile.el (compilation-error-regexp-alist-alist):
948 Fontise bytecomp Error lines more correctly (bug#2490).
949 Fix suggested by Johan BockgƄrd.
950
951 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
952
953 * dired-x.el (dired-guess-default): Use `delete-dups'.
954
955 2011-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
960 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
961
962 * mail/sendmail.el (sendmail-query-once):
963 Use `customize-save-variable' unconditionally, now that it works under
964 emacs -Q.
965
966 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
967
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
972 2011-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
978 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
979
980 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
981
982 * cus-edit.el (custom-guess-name-alist): -alist variables should
983 use the `alist' type (bug#3120). Suggested by Drew Adams.
984
985 * printing.el: Add documentation to all the `pr-toggle-' commands.
986
987 2011-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
992 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
993
994 * dired-x.el (dired-guess-default): Remove duplicate shell command
995 entries (bug#2028).
996 (dired-guess-default): Fix grammar in doc string (bug#2028).
997 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
998
999 * subr.el (remove-duplicates): New conveniency function.
1000
1001 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1002
1003 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
1004 (bug#1526).
1005
1006 2011-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
1012 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
1013
1014 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
1015
1016 2011-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
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
1026 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
1027
1028 * emulation/viper-cmd.el (viper-change-state-to-vi):
1029 Limit triggering of abbrev expansion (Bug#9038).
1030
1031 2011-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.
1036 (display-buffer-reuse-window): New optional argument other-window.
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.
1051 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
1052 (display-buffer-alist-set): Don't handle 'unset default values.
1053 (display-buffer-in-window, display-buffer-alist-set):
1054 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
1055 <tassilo@member.fsf.org>.
1056
1057 2011-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
1062 2011-07-09 Glenn Morris <rgm@gnu.org>
1063
1064 * subr.el (remq): Handle the empty list. (Bug#9024)
1065
1066 2011-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
1072 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
1075
1076 2011-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
1081 2011-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
1086 2011-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
1094 2011-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
1101 2011-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
1106 2011-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
1112 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
1113
1114 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
1115 (Info-read-node-name): Doc fix (Bug#1084).
1116
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
1124 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
1125
1126 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
1127 should cover it (bug#1281).
1128
1129 * cus-edit.el (custom-show): Mark as obsolete.
1130
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
1135 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
1136 be used.
1137
1138 2011-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
1146 2011-07-07 Kenichi Handa <handa@m17n.org>
1147
1148 * international/characters.el (build-unicode-category-table):
1149 Delete it.
1150 (unicode-category-table): Set it by unicode-property-table-internal.
1151
1152 * international/mule-cmds.el (char-code-property-alist): Move to
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.
1159 (char-code-property-description):
1160 Call unicode-property-table-internal to load a file.
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
1181 2011-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
1188 2011-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
1195 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1196
1197 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
1198 defcustom again for backwards compatibility.
1199
1200 * simple.el (shell-command-on-region): Fill.
1201
1202 * dired-aux.el (dired-kill-line): Add a doc string.
1203
1204 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
1205 to "\\sw\\|\\s_" (bug#358).
1206
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
1213 2011-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
1223 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
1224 if ENTITY is a string.
1225
1226 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1227
1228 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
1229 of faces when `M-C-x'-ing their definitions (bug#8378).
1230 Also clean up the code slightly.
1231
1232 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
1233 because that makes the colours go away.
1234
1235 * mail/sendmail.el (send-mail-function): Change the default to
1236 `sendmail-query-once'.
1237 (sendmail-query-once): Add an autoload cookie.
1238
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
1245 2011-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
1251 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
1252
1253 * progmodes/sql.el: Version 3.0
1254 (sql-product-alist): Add product :completion-object,
1255 :completion-column, and :statement attributes.
1256 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
1257 (sql-mode-syntax-table): Mark all punctuation.
1258 (sql-font-lock-keywords-builder): Temporarily remove fallback on
1259 ansi keywords.
1260 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
1261 (sql-mode-oracle-font-lock-keywords): Improve.
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.
1267 (sql-mode-map): Add statement movement functions.
1268 (sql-ansi-statement-starters, sql-oracle-statement-starters):
1269 New variable.
1270 (sql-statement-regexp, sql-beginning-of-statement)
1271 (sql-end-of-statement, sql-signum): New functions.
1272 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
1273 (sql-show-sqli-buffer): Bug fix.
1274 (sql-interactive-mode): Store connection data as buffer local.
1275 (sql-connect): Add NEW-NAME parameter. Redesign interaction
1276 with sql-interactive-mode.
1277 (sql-save-connection): Save buffer local settings.
1278 (sql-connection-menu-filter): Change menu entry name.
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):
1285 Redesign.
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
1299 2011-07-06 Glenn Morris <rgm@gnu.org>
1300
1301 * window.el (pop-to-buffer): Doc fix.
1302
1303 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
1304
1305 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
1306
1307 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
1308
1309 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
1310
1311 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
1312
1313 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
1314
1315 * button.el (button): Inherit from link face. Suggested by Dan
1316 Nicolaescu.
1317
1318 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1319
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
1324 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
1325 if imenu is simply not configured (bug#8941).
1326
1327 2011-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.
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
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
1340 2011-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
1347 2011-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)
1359 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
1360 Bind via bibtex-set-dialect.
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.
1366 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
1367 Obey bibtex-no-opt-remove-re.
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
1373 2011-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
1384 2011-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
1390 2011-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
1395 2011-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
1400 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
1401
1402 * register.el (registerv-make):
1403 * window.el (window-min-height): Fix typos in docstrings.
1404
1405 2011-07-05 Jan DjƤrv <jan.h.d@swipnet.se>
1406
1407 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
1408 Update doc string.
1409
1410 2011-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
1416 2011-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
1450 (allout-inhibit-auto-save-info-for-decryption):
1451 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
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
1458 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
1459 No longer provide for exemption of the current topic.
1460
1461 2011-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
1470 2011-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
1475 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
1476
1477 * bindings.el: Ignore next-buffer and previous-buffer in
1478 minibuffer-local-map.
1479
1480 * font-lock.el (font-lock-builtin-face): Change light background
1481 color to dark slate blue (Bug#6693).
1482
1483 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
1484
1485 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
1486
1487 2011-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
1493 2011-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
1498 2011-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
1516 2011-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
1521 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1522
1523 * play/animate.el (animation-buffer-name): Rename from *animate*.
1524
1525 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
1526
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.
1530 (timer--time-less-p): Use time-less-p.
1531
1532 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
1533
1534 * type-break.el (timep): Use the value of `float-time' to avoid a
1535 byte-compiler warning.
1536
1537 * server.el (server-eval-and-print): Return any result, even nil.
1538
1539 2011-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
1548 2011-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
1553 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
1554
1555 * frame.el (frame-background-mode, frame-set-background-mode):
1556 Move from faces.el.
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
1564 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1565
1566 * dired.el (dired-flagging-regexp): Remove unused variable
1567 (bug#8769).
1568
1569 2011-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
1575 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1576
1577 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
1578 `smtpmail-via-smtp' now returns the error instead of nil.
1579
1580 * isearch.el (isearch-search-fun-function): Clarify the doc string
1581 (bug#8101).
1582
1583 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
1584
1585 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
1586 unnecessary spaces (bug#8987).
1587
1588 2011-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
1593 2011-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
1598 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1599
1600 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
1601
1602 * fringe.el (fringe-query-style): Remove redundant text " (type ?
1603 for list)" (bug#6475).
1604
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
1609 * man.el (Man-reference-regexp): Allow matching possible
1610 word-wrapped references (bug#6289).
1611
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
1618 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
1619
1620 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1621
1622 * custom.el (defcustom): Clarify that :set is only used in the
1623 Customize user interface (bug#6089).
1624
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
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
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
1636 2011-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
1645 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
1646
1647 * minibuffer.el (completion-in-region): Document PREDICATE
1648 (bug#7136).
1649
1650 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
1651 of keyword/argument pairs (bug#6904).
1652
1653 * replace.el (multi-occur):
1654 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
1655
1656 2011-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
1661 2011-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
1667 2011-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
1674 2011-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
1690 2011-07-01 Glenn Morris <rgm@gnu.org>
1691
1692 * type-break.el (type-break-time-sum): Use dolist.
1693
1694 * textmodes/flyspell.el (flyspell-word-search-backward):
1695 Replace CL function.
1696
1697 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1698
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
1703 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
1704 (vc-bzr-revision-completion-table): Add support for annotate and date.
1705
1706 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
1707 inherit from parent.
1708
1709 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1710
1711 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
1712 (dired-show-file-type): Doc fixup (bug#8818).
1713
1714 * dired.el (dired-mode): Fix up the doc string as suggested by
1715 Drew Adams (bug#8817).
1716
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
1721 2011-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)
1733 (cfengine3-indent-line): Add from cfengine3.el.
1734
1735 2011-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
1741 2011-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
1757 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
1758
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
1763 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
1764 by using time-since and float-time.
1765
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
1770 * type-break.el (type-break-time-sum): Rewrite using time-add.
1771
1772 * play/hanoi.el (hanoi-current-time-float): Remove.
1773 All uses replaced by float-time.
1774
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
1779 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
1780
1781 * calendar/timeclock.el (timeclock-seconds-to-time):
1782 Defalias to seconds-to-time, since they're the same thing.
1783
1784 * emacs-lisp/elp.el (elp-elapsed-time):
1785 * emacs-lisp/benchmark.el (benchmark-elapse):
1786 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
1787
1788 2011-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
1794 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
1795
1796 * eshell/em-smart.el (eshell-smart-display-navigate-list):
1797 Add mouse-yank-primary.
1798
1799 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
1800
1801 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
1802
1803 2011-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
1809 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1810
1811 * textmodes/flyspell.el (flyspell-word): Consider words that
1812 differ only in case as potential doublons (bug#5687).
1813
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
1818 * comint.el (comint-password-prompt-regexp): Accept "Response" as
1819 a password-like phrase.
1820
1821 2011-06-30 Mastake YAMATO <yamato@redhat.com>
1822
1823 * progmodes/cc-guess.el: New file.
1824
1825 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
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
1833 2011-06-30 Lawrence Mitchell <wence@gmx.li>
1834
1835 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
1836
1837 2011-06-30 Alan Mackenzie <acm@muc.de>
1838
1839 * progmodes/cc-engine.el (c-guess-continued-construct):
1840 Correct the handling of template-args-cont, particularly for when font
1841 lock is disabled. Name this case as "CASE G".
1842
1843 2011-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
1857 2011-06-30 Glenn Morris <rgm@gnu.org>
1858
1859 * w32-fns.el (w32-charset-info-alist): Declare.
1860
1861 * find-dired.el (find-grep-options): Simplify.
1862
1863 * term/ns-win.el (ns-set-resource): Declare.
1864
1865 * ses.el (row, col): Declare dynamic variables honestly.
1866
1867 * textmodes/reftex-parse.el (index-tags): Declare.
1868
1869 2011-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
1875 * custom.el (load-theme): New arg NO-CONFIRM.
1876 Use customize-push-and-save (Bug#8720).
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
1882 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1883
1884 * thingatpt.el (thing-at-point-short-url-regexp): Require that
1885 short URLs have at least one dot in them (bug #7614).
1886
1887 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
1888 nil, because using a pty is apparently too slow (bug #895).
1889
1890 2011-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
1895 2011-06-29 Glenn Morris <rgm@gnu.org>
1896
1897 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
1898
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
1903 2011-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
1935 2011-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
1941 2011-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
1946 2011-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
1958 2011-06-28 Deniz Dogan <deniz@dogan.se>
1959
1960 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1961 Unnest `let'.
1962
1963 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
1964 selectors (Bug#5732).
1965 (css-proprietary-nmstart-re): Use `regexp-opt'.
1966
1967 2011-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
1973 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * help-fns.el (describe-variable): Fix message for terminal-local vars.
1976
1977 2011-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
1983 2011-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
1988 2011-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.
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>.
2017
2018 2011-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
2025 2011-06-27 Richard Stallman <rms@gnu.org>
2026
2027 * battery.el (battery-mode-line-limit): New variable.
2028 (battery-update): Handle it.
2029
2030 * mail/rmailmm.el (rmail-mime-process-multipart):
2031 Handle truncated messages.
2032
2033 2011-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
2038 2011-06-27 Vincent BelaĆÆche <vincentb1@users.sourceforge.net>
2039
2040 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
2041 (ses--clean-!, ses--clean-_): New functions.
2042 (ses-range): Add configurability of readout order, and conversion
2043 to Calc vector.
2044
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
2049 * ses.el: Update cycle detection algorithm.
2050 (ses-localvars): Add ses--Dijkstra-attempt-nb and
2051 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
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)
2056 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
2057 New functions.
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
2073 * ses.el: Fix commenting and indenting convention.
2074
2075 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2076
2077 * bs.el (bs-cycle-next): Complete last change.
2078
2079 2011-06-27 Drew Adams <drew.adams@oracle.com>
2080
2081 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
2082
2083 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2084
2085 * net/network-stream.el (network-stream-open-starttls):
2086 Don't re-get capabilities unless we've reestablished connection.
2087 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
2088
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
2093 2011-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
2106 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
2107
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
2112 * vc/vc.el (vc-revert-show-diff): Default to t.
2113
2114 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
2115
2116 * allout-widgets.el (allout-widgets-post-command-business):
2117 Stop decorating intermediate isearch matches. They're not being
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
2121 hidden widgets can slow down cursor travel, substantially.
2122 Too much complicated machinery would be needed to ensure undecoration,
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
2130 2011-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
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.
2137 (display-buffer-normalize-specifiers):
2138 Call display-buffer-normalize-arguments.
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
2148 2011-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
2153 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
2154
2155 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
2156 (Bug#8934)
2157
2158 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2159
2160 * net/network-stream.el (network-stream-open-starttls):
2161 Use built-in TLS support if `gnutls-available-p' is true.
2162 (network-stream-open-tls): Ditto.
2163
2164 2011-06-26 Leo Liu <sdl.web@gmail.com>
2165
2166 * register.el (registerv): New struct.
2167 (registerv-make): New function.
2168 (jump-to-register, describe-register-1, insert-register):
2169 Support the jump-func, print-func and insert-func slot of a registerv
2170 struct. (Bug#8415)
2171
2172 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
2173
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
2179 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
2180
2181 2011-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
2192 2011-06-25 Glenn Morris <rgm@gnu.org>
2193
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
2201 * calendar/diary-lib.el (diary-mark-entries)
2202 (diary-mark-included-diary-files):
2203 Visit included diary-files in temp buffers.
2204
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
2211 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
2212 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
2213
2214 2011-06-25 Eli Zaretskii <eliz@gnu.org>
2215
2216 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
2217 buffer-file-type before setting its value, to avoid disastrous
2218 global effects on decoding files for DOS/Windows systems. (Bug#8780)
2219
2220 2011-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
2230 2011-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
2235 2011-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
2245 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2246
2247 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
2248
2249 2011-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
2254 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
2255
2256 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
2257
2258 2011-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
2265 2011-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
2270 2011-06-23 Richard Stallman <rms@gnu.org>
2271
2272 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
2273 (rmail-show-message-1): Preserve buffer modified flag.
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.
2277
2278 2011-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
2283 2011-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
2293 2011-06-22 Leo Liu <sdl.web@gmail.com>
2294
2295 * minibuffer.el (completing-read-function)
2296 (completing-read-default): Move from minibuf.c
2297
2298 2011-06-22 Richard Stallman <rms@gnu.org>
2299
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
2303 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2304 Copy the buffer currently showing just one message.
2305
2306 2011-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
2316 2011-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
2322 2011-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
2327 2011-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.
2331 (smtpmail-try-auth-methods): Require user name and password from
2332 auth-source.
2333
2334 2011-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>.
2339 (split-window): Normalize SIDE argument (Bug#8916).
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
2345 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2346
2347 * mail/smtpmail.el (smtpmail-via-smtp):
2348 Set :use-starttls-if-possible so that we always use STARTTLS if the
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
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:
2360 (smtpmail-auth-credentials): Remove.
2361 (smtpmail-starttls-credentials): Remove.
2362 (smtpmail-via-smtp): Check for servers saying they want AUTH after
2363 MAIL FROM, too.
2364
2365 * net/network-stream.el (network-stream-open-starttls):
2366 Provide support for client certificates both for external and built-in
2367 STARTTLS.
2368 (auth-source): Require.
2369 (open-network-stream): Document the :client-certificate keyword.
2370 (network-stream-certificate): Change cert-cert to cert and
2371 cert-key to key.
2372
2373 2011-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
2378 2011-06-21 Tim Harper <timcharper@gmail.com>
2379
2380 * term/ns-win.el (ns-initialize-window-system):
2381 Set application-specific `ApplePressAndHoldEnabled' system
2382 resource to NO as it is not yet supported by the NS port.
2383
2384 2011-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
2389 2011-06-21 Leo Liu <sdl.web@gmail.com>
2390
2391 * subr.el (sha1): Implement sha1 using secure-hash.
2392
2393 2011-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.
2406 (display-buffer-alist, display-buffer-default-specifiers):
2407 Don't make new frame unsplittable by default.
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.
2411
2412 2011-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
2419 2011-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
2424 2011-06-21 Drew Adams <drew.adams@oracle.com>
2425
2426 * menu-bar.el: Use function variable instead of switch-to-buffer.
2427 (menu-bar-select-buffer-function): New variable.
2428 (menu-bar-update-buffers): Use it (bug#8876).
2429
2430 2011-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
2435 2011-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
2442 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2443
2444 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
2445 (completion-try-completion, completion-all-completions): Compute the
2446 metadata argument if it's missing; make it optional (bug#8795).
2447
2448 * wid-edit.el: Use lex-bind and move towards completion-at-point.
2449 (widget-complete): Use new :completion-function property.
2450 (widget-completions-at-point): New function.
2451 (default): Use :completion-function instead of :complete.
2452 (widget-default-completions): Rename from widget-default-complete;
2453 Rewrite.
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
2485 2011-06-20 Deniz Dogan <deniz@dogan.se>
2486
2487 * net/rcirc.el: Delete trailing whitespaces once and for all.
2488
2489 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
2490
2491 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
2492
2493 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
2494
2495 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
2496
2497 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
2498
2499 2011-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
2510 display-buffer-normalize-alist.
2511 Call display-buffer-normalize-alist-1.
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.
2520 (window-list-no-nils, window-state-ignored-parameters)
2521 (window-state-get-1, window-state-get, window-state-put-list)
2522 (window-state-put-1, window-state-put-2, window-state-put):
2523 New functions.
2524 (display-buffer-normalize-options): Move special-display-p group
2525 after pop-up-frame group (Bug#8851) and (Bug#8856).
2526
2527 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
2528
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
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
2539 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
2540
2541 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
2542 anytime existing face settings are present (Bug#8889).
2543
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
2548 2011-06-18 Martin Rudalics <rudalics@gmx.at>
2549
2550 * window.el (display-buffer-default-specifiers):
2551 Remove pop-up-frame. Add pop-up-window-min-height,
2552 pop-up-window-min-width, and another reuse-window specifier
2553 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
2554 (display-buffer-normalize-specifiers-2):
2555 Handle split-height-threshold and split-width-threshold also when
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.
2559 (display-buffer-normalize-specifiers-1): Fix thinko.
2560
2561 2011-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
2577 2011-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.
2591 (display-buffer-normalize-specifiers):
2592 Call display-buffer-normalize-specifiers-3.
2593
2594 2011-06-17 Martin Rudalics <rudalics@gmx.at>
2595
2596 * window.el (same-window-p): Fix two typos introduced when
2597 adding with-no-warnings.
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.
2607 (display-buffer-macro-specifiers): Don't pop up a new frame in the
2608 other window case.
2609
2610 2011-06-16 Martin Rudalics <rudalics@gmx.at>
2611
2612 * window.el (display-buffer-normalize-specifiers-1):
2613 Respect current value of pop-up-frames for most reasonable values of
2614 second argument of display-buffer (Bug#8865).
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).
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).
2623 (enlarge-window, shrink-window): Don't report an error when the
2624 window can't be resized as requested (Bug#8862).
2625
2626 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2627
2628 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
2629
2630 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
2631
2632 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
2633
2634 2011-06-15 Alan Mackenzie <acm@muc.de>
2635
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.
2639
2640 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2641
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
2647 * subr.el (process-live-p): Rename from `process-alive-p' for
2648 consistency with other `-live-p' functions.
2649
2650 2011-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
2662 2011-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):
2667 * progmodes/cfengine.el (cfengine-mode):
2668 * progmodes/ld-script.el (ld-script-mode): Likewise.
2669
2670 2011-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
2678 2011-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
2684 2011-06-13 Glenn Morris <rgm@gnu.org>
2685
2686 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
2687
2688 2011-06-13 Martin Rudalics <rudalics@gmx.at>
2689
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.
2715 (view-mode-exit): Rename second argument to EXIT-ONLY.
2716 Rewrite using quit-restore-window.
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
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)
2736 (display-buffer-normalize-specifiers, display-buffer-frame):
2737 New functions.
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
2762 2011-06-12 Glenn Morris <rgm@gnu.org>
2763
2764 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
2765 Misc simplifications.
2766
2767 2011-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
2773 * calendar/calendar.el (calendar-generate-window):
2774 Use window-iso-combined-p instead of combination of one-window-p and
2775 window-safely-shrinkable-p.
2776
2777 2011-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
2784 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
2785
2786 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
2787
2788 2011-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
2796 2011-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
2801 2011-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
2806 2011-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.
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.
2823 (window-buffer-height): New function.
2824 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
2825 Rewrite using new window resize routines.
2826 (kill-buffer-and-window, mouse-autoselect-window-select):
2827 Use ignore-errors instead of condition-case.
2828 (quit-window): Call delete-frame instead of delete-windows-on
2829 for the only buffer on frame.
2830
2831 2011-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)
2838 (switch-to-buffer-other-frame, display-buffer-other-frame):
2839 Move to window.el.
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.
2855 (previous-buffer): Move here from simple.el.
2856 Call switch-to-prev-buffer.
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.
2865 (switch-to-buffer): Move here from buffer.c.
2866 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
2867
2868 2011-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.
2881 (split-window-above-each-other, split-window-vertically):
2882 Rename split-window-vertically to split-window-above-each-other and
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
2897 2011-06-09 Glenn Morris <rgm@gnu.org>
2898
2899 * calendar/appt.el (appt-mode-line): New function.
2900 (appt-check, appt-disp-window): Use it.
2901
2902 * files.el (hack-one-local-variable-eval-safep):
2903 Allow minor-modes with explicit +/-1 arguments.
2904
2905 2011-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
2914 2011-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
2923 2011-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
2928 2011-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
2934 2011-06-09 Glenn Morris <rgm@gnu.org>
2935
2936 * calendar/appt.el (appt-display-message, appt-disp-window):
2937 Handle lists of appointments.
2938
2939 2011-06-08 Martin Rudalics <rudalics@gmx.at>
2940
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.
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
2950 2011-06-08 Reuben Thomas <rrt@sc3d.org>
2951
2952 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
2953 Doc fix (Bug#8713).
2954
2955 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
2956
2957 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
2958
2959 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
2960
2961 * loadhist.el (unload-feature-special-hooks):
2962 Add `comint-output-filter-functions'.
2963
2964 2011-06-08 Ivan Kanis <gnu@kanis.fr>
2965
2966 * calendar/appt.el (appt-check): Move some initializations into the let.
2967
2968 2011-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
2973 2011-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
2983 * image.el (image-animate-max-time): Move to image-mode.el.
2984 (create-animated-image): Remove unnecessary function.
2985 (image-animate): Rename from image-animate-start. New arg.
2986 (image-animate-stop): Remove; just use image-animate-timer.
2987 (image-animate-timer): Use car-safe.
2988 (image-animate-timeout): Rename argument.
2989
2990 2011-06-07 Martin Rudalics <rudalics@gmx.at>
2991
2992 * window.el (get-lru-window, get-largest-window): Move here from
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.
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.
3007
3008 2011-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)
3019 (window-atom-check, window-side-check, window-check):
3020 New functions.
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
3025 2011-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
3031 2011-06-05 Deniz Dogan <deniz@dogan.se>
3032
3033 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
3034 in last change.
3035
3036 2011-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
3041 2011-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
3047 2011-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
3056 2011-06-05 Roland Winkler <winkler@gnu.org>
3057
3058 * textmodes/bibtex.el (bibtex-search-entry-globally):
3059 New variable.
3060 (bibtex-search-entry): Use it.
3061
3062 2011-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
3069 2011-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
3074 2011-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
3079 2011-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
3084 2011-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
3102 2011-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
3108 2011-06-04 Deniz Dogan <deniz@dogan.se>
3109
3110 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
3111 `memq' (Bug#8799).
3112
3113 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
3114
3115 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
3116
3117 2011-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
3126 2011-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
3134 2011-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
3139 2011-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
3167 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3168
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
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
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
3199 2011-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
3206 2011-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
3218 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3219
3220 * subr.el (process-alive-p): New tiny convenience function.
3221
3222 2011-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
3227 2011-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
3232 2011-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
3253 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
3256
3257 2011-05-30 Leo Liu <sdl.web@gmail.com>
3258
3259 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
3260 (rcirc-print): Decode all incoming messages (bug#8744).
3261 (rcirc-decode-coding-system): Allow value nil for automatic coding
3262 system detection.
3263
3264 2011-06-01 Glenn Morris <rgm@gnu.org>
3265
3266 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
3267
3268 2011-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
3284 2011-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
3289 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
3290
3291 * image.el (imagemagick-types-inhibit)
3292 (imagemagick-register-types): Doc fix.
3293
3294 2011-05-29 Deniz Dogan <deniz@dogan.se>
3295
3296 * net/rcirc.el (rcirc): Use the user's stored encryption method by
3297 default.
3298
3299 2011-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
3304 2011-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
3312 2011-05-28 Kevin Ryde <user42@zip.com.au>
3313
3314 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
3315
3316 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
3317
3318 * bindings.el (help-echo): Make the initial non-indicator dash
3319 empty on graphical terminals (Bug#7295).
3320
3321 * files.el (auto-mode-alist): Move config rule after the
3322 in-stripping one (Bug#8547).
3323
3324 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
3325
3326 * startup.el (normal-splash-screen): Remove gratuitous mode-line
3327 setting (Bug#8740).
3328
3329 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
3330
3331 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
3332 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
3333 (Bug#8539).
3334
3335 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
3336
3337 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
3338
3339 2011-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
3346 2011-05-28 Glenn Morris <rgm@gnu.org>
3347
3348 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
3349
3350 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
3351
3352 * help-fns.el (describe-function-1): If the function is a derived
3353 major mode, print the parent mode.
3354
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
3358 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3359
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
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
3371 2011-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
3377 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
3378
3379 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
3380
3381 2009-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.
3388 (avl-tree--do-enter): Add optional `updatefun' arg.
3389 Change return value.
3390 (avl-tree-delete): Add optional `test' and `nilflag' args.
3391 (avl-tree--do-delete): Add `test' and `nilflag' args.
3392 Change return value.
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
3399 2009-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
3411 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
3412
3413 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
3414
3415 2011-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
3423 2011-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
3428 2011-05-27 Glenn Morris <rgm@gnu.org>
3429
3430 * mail/emacsbug.el: Don't require url-util.
3431
3432 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
3433
3434 * files.el (set-auto-mode):
3435 Also respect mode: entries at the end of the file. (Bug#8586)
3436
3437 2011-05-26 Glenn Morris <rgm@gnu.org>
3438
3439 * files.el (hack-local-variables-prop-line, hack-local-variables):
3440 Downcase mode names, as seems to be traditional.
3441 (hack-local-variables, hack-local-variables-apply): Doc fixes.
3442
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
3446 2011-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
3451 2011-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
3458 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
3459
3460 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
3461
3462 2011-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
3467 * sha1.el: Remove. Function `sha1' is now builtin.
3468
3469 * bindings.el: Provide sha1 feature.
3470
3471 2011-05-24 Kenichi Handa <handa@m17n.org>
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
3477 buffer to the return value of select-message-coding-system.
3478 Call mail-encode-header.
3479
3480 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
3481
3482 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
3483
3484 * mail/supercite.el (sc-default-cite-frame):
3485 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
3486
3487 2011-05-24 Glenn Morris <rgm@gnu.org>
3488
3489 * progmodes/python.el (brm-menu): Declare.
3490
3491 * emulation/viper.el (viper-set-hooks): Declare.
3492
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
3500 2011-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
3537 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
3540
3541 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
3542 (bug#8710).
3543
3544 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
3545
3546 2011-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
3552 2011-05-23 Vincent BelaĆÆche <vincentb1@users.sourceforge.net>
3553
3554 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
3555 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
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
3568 2011-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
3574 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3575
3576 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
3577 byte-compile-lambda if it's actually a lambda.
3578
3579 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
3580 Fix function quoting. Use backquote better.
3581
3582 2011-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
3587 2011-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
3592 2011-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
3597 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3598
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
3603 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
3604
3605 2011-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
3611 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3612
3613 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
3614
3615 2011-05-21 Glenn Morris <rgm@gnu.org>
3616
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
3620 * image-mode.el (image-after-revert-hook):
3621 Redraw all frames on which the image is visible. (Bug#8567)
3622
3623 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
3624
3625 * wid-edit.el (widget-checklist-match-inline):
3626 Fix 2011-04-19 change. (Bug#8649)
3627
3628 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
3631 Also allow singlespace after single-letter capitals followed by a dot.
3632
3633 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
3634 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
3635
3636 2011-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
3641 2011-05-19 Deniz Dogan <deniz@dogan.se>
3642
3643 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
3644 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
3645
3646 2011-05-19 Glenn Morris <rgm@gnu.org>
3647
3648 * progmodes/f90.el (f90-type-def-re):
3649 Handle "type, bind(c)". (Bug#8691)
3650
3651 * emacs-lisp/autoload.el (batch-update-autoloads):
3652 Set autoload-excludes by parsing loadup.el rather than Makefiles.
3653
3654 2011-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
3659 2011-05-18 Glenn Morris <rgm@gnu.org>
3660
3661 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
3662 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
3663
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
3682 2011-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
3687 2011-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
3693 2011-05-17 Glenn Morris <rgm@gnu.org>
3694
3695 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
3696
3697 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
3698 Replace obsolete function.
3699
3700 * shell.el (pcomplete-parse-arguments-function): Declare.
3701
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
3710 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
3711
3712 * progmodes/python.el (python-font-lock-keywords):
3713 Add the Python 3.X keyword "nonlocal" (bug#8639).
3714
3715 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
3718
3719 2011-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
3730 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
3731
3732 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
3733 hunk-end tags (Bug#8672).
3734
3735 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
3736 vc-annotate-show-diff-revision-at-line (Bug#8671).
3737
3738 2011-05-14 Glenn Morris <rgm@gnu.org>
3739
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)
3742 (change-log-font-lock-keywords): Also handle multiple author lines
3743 with leading tabs. (Bug#8644)
3744
3745 * calendar/appt.el (appt-check): Rename some local variables.
3746 Some simplification/reordering.
3747
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.
3753 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
3754 (bbdb-dwim-net-address, vm-mail): Declare.
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
3760 2011-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)
3770 (feedmail-spray-this-address)
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
3853 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
3854
3855 * net/newst-treeview.el (newsticker-treeview-face): Change default
3856 family from helvetica to sans.
3857 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
3858 etc/images/newsticker.
3859
3860 * net/newst-reader.el (newsticker-feed-face): Change default
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)
3866 (newsticker-statistics-face): Change default family from
3867 helvetica to sans.
3868 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
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
3875 2011-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
3891 2011-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
3896 2011-05-13 Glenn Morris <rgm@gnu.org>
3897
3898 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
3899
3900 * mail/sendmail.el (sendmail-program): Try executable-find first.
3901 (sendmail-send-it): `sendmail-program' cannot be unbound.
3902
3903 * calendar/appt.el (appt-make-list): Simplify.
3904 (appt-time-msg-list): Doc fix.
3905 (appt-check): Change mode-line message at the time of the appointment.
3906
3907 2011-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
3912 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3913
3914 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
3915
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
3921 2011-05-12 Glenn Morris <rgm@gnu.org>
3922
3923 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
3924 (appt-check): Simplify.
3925
3926 2011-05-12 Eli Zaretskii <eliz@gnu.org>
3927
3928 * smerge-mode.el (smerge-resolve): Use null-device rather than a
3929 literal "/dev/null".
3930
3931 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
3934 Fix typo.
3935
3936 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
3937
3938 * progmodes/which-func.el (which-function):
3939 Use add-log-current-defun instead of add-log-current-defun-function,
3940 which might not be defined (Bug#8260).
3941
3942 2011-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
3947 2011-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
3965 2011-05-11 Glenn Morris <rgm@gnu.org>
3966
3967 * newcomment.el (comment-kill): Prefix "unused" local.
3968
3969 * term/w32console.el (get-screen-color): Declare.
3970
3971 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
3972 Handle symbol elements of byte-compile-initial-macro-environment.
3973
3974 2011-05-10 Leo Liu <sdl.web@gmail.com>
3975
3976 * bookmark.el (bookmark-bmenu-mode-map):
3977 Bind bookmark-bmenu-search to `/'.
3978
3979 * mail/footnote.el: Convert to utf-8 encoding.
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.
3984
3985 2011-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
3998 2011-05-10 Glenn Morris <rgm@gnu.org>
3999 Stefan Monnier <monnier@iro.umontreal.ca>
4000
4001 * files.el (hack-one-local-variable-eval-safep):
4002 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
4003
4004 2011-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
4012 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
4013
4014 * misc.el: Require tabulated-list.el during compilation.
4015
4016 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
4017
4018 * progmodes/compile.el (compilation-start):
4019 Run compilation-filter-hook for the async case too.
4020 (compilation-filter-hook): Doc fix.
4021
4022 2011-05-09 Deniz Dogan <deniz@dogan.se>
4023
4024 * wdired.el: Remove outdated installation comment. Fix usage
4025 comment.
4026
4027 2011-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
4034 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
4035
4036 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4037 Fix the ant regexp to handle end-line and end-column info from jikes.
4038 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
4039 higher priority to avoid clobbering by gnu.
4040
4041 2011-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
4046 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
4047
4048 * progmodes/perl-mode.el (perl-imenu-generic-expression):
4049 Only match variables declared via `my' or `our' (Bug#8261).
4050
4051 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
4052 special file names `.' and `..' (Bug#8259).
4053
4054 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
4055
4056 * progmodes/grep.el (grep-mode-font-lock-keywords):
4057 Remove buffer-changing entries.
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
4066 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4067
4068 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
4069
4070 2011-05-07 Eli Zaretskii <eliz@gnu.org>
4071
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
4075 * term/w32console.el (terminal-init-w32console):
4076 Call get-screen-color and use its output to set the frame
4077 background-mode. (Bug#8597)
4078
4079 2011-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
4088 2011-05-07 Glenn Morris <rgm@gnu.org>
4089
4090 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
4091 Use let rather than let*.
4092 (timeclock-find-discrep): Remove unused local.
4093
4094 * calendar/diary-lib.el (diary-comment-start): Doc fix.
4095
4096 * calendar/appt.el (appt-time-msg-list): Doc fix.
4097
4098 2011-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
4104 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4105
4106 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
4107 and warnings are not silently discarded (e.g. use -d instead of -P).
4108
4109 2011-05-06 Glenn Morris <rgm@gnu.org>
4110
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
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
4120 * vc/diff-mode.el (smerge-refine-subst): Declare.
4121 (diff-refine-hunk): Don't require smerge-mode when compiling.
4122
4123 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
4124
4125 * simple.el (list-processes): Return nil as the docstring says.
4126
4127 2011-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
4135 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
4136
4137 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4138 Fix port computation bug. (Bug#8618)
4139
4140 2011-05-05 Glenn Morris <rgm@gnu.org>
4141
4142 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
4143
4144 * simple.el (shell-dynamic-complete-functions)
4145 (comint-dynamic-complete-functions): Declare.
4146
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
4153 * emacs-lisp/check-declare.el (check-declare-scan):
4154 Handle byte-compile-initial-macro-environment in bytecomp.el
4155
4156 2011-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
4166 2011-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
4171 2011-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
4177 2011-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.
4183 (update-file-autoloads, update-directory-autoloads):
4184 Use autoload-find-generated-file. If called interactively, prompt for
4185 output file (Bug#7989).
4186 (batch-update-autoloads): Doc fix.
4187
4188 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
4189
4190 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
4191
4192 2011-05-04 Glenn Morris <rgm@gnu.org>
4193
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
4201 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
4202 non-numbers for `year' etc pseudo-variables. (Bug#8583)
4203
4204 2011-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
4214 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4215
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
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
4228 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
4229
4230 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
4231
4232 2011-05-03 AgustĆ­n MartĆ­n Domingo <agustin.martin@hispalinux.es>
4233
4234 * textmodes/ispell.el (ispell-add-per-file-word-list):
4235 Use `concat' to create string for insertion.
4236
4237 2011-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
4243 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
4244
4245 * textmodes/ispell.el (ispell-add-per-file-word-list):
4246 Protect against `nil' value of `comment-start' (Bug#8579).
4247
4248 2011-05-03 Leo Liu <sdl.web@gmail.com>
4249
4250 * isearch.el (isearch-yank-pop): New command.
4251 (isearch-mode-map): Bind it to `M-y'.
4252 (isearch-forward): Mention it.
4253
4254 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4255
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
4261 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
4262 error directly rather via storing it into `results'.
4263
4264 2011-05-02 Leo Liu <sdl.web@gmail.com>
4265
4266 * vc/diff.el: Fix description.
4267
4268 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4269
4270 * server.el (server-eval-at): New function.
4271
4272 2011-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
4278 2011-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
4283 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4284
4285 * progmodes/pascal.el: Use lexical binding.
4286 (pascal-mode-map): Remove author preferences.
4287
4288 * pcomplete.el (pcomplete-std-complete): Don't abuse
4289 completion-at-point.
4290
4291 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
4292
4293 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
4294 removing code that has been dead since 1991 or so.
4295
4296 * startup.el (command-line): When warning about "_emacs", use a
4297 delayed warning to allow the user to filter it out.
4298
4299 2011-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
4304 2011-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
4309 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
4310
4311 * subr.el (display-delayed-warnings): New function.
4312 (delayed-warnings-hook): New variable.
4313
4314 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4315
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
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
4328 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
4329
4330 * calendar/icalendar.el (diary-lib): Add require statement.
4331 (icalendar--create-uid): Read out a uid from a text-property on
4332 the first character in the entry. This allows for code to add its
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
4338 2011-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
4343 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
4344
4345 * cus-start.el (all): Define customization for debug-on-event.
4346
4347 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
4348
4349 * subr.el (shell-quote-argument): Escape correctly under Windows.
4350
4351 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
4354
4355 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
4356
4357 * net/tramp.el (tramp-process-actions): Add POS argument.
4358 Delete region between POS and (pos).
4359
4360 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4361 Use `nil' position in `tramp-process-actions' call.
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
4369 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4370
4371 * custom.el (defcustom): Obey lexical-binding.
4372
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
4387 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
4388
4389 * net/gnutls.el (gnutls-errorp): Declare before first use.
4390
4391 2011-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
4395 default trustfile exists before going to use it. Add missing
4396 argument to gnutls-message-maybe call. Return return value.
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.
4403 * subr.el (shell-quote-argument): Escape correctly under Windows.
4404
4405 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
4406
4407 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
4408 Use correct match group (bug#8438).
4409
4410 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
4411
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
4422 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
4423 Based on a previous implementation by Juanma Barranquero (Bug#8366).
4424 (vc-annotate-mode-map): Bind it to RET.
4425
4426 2011-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
4431 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
4432
4433 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
4434
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
4445 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
4446
4447 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
4448
4449 * play/mpuz.el (mpuz-silent): Doc fix.
4450 (mpuz-mode-map): Use mapc.
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
4455 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
4456 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
4457
4458 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
4459
4460 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
4461
4462 * minibuffer.el (completion--do-completion): Avoid the "Next char
4463 not unique" prompt if icomplete-mode is enabled (Bug#5849).
4464
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
4468 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
4469 (image-toggle-display): Doc fix.
4470
4471 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
4472
4473 * textmodes/page.el (what-page): Use line-number-at-pos to
4474 calculate line number (Bug#6825).
4475
4476 2011-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
4482 2011-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
4640 2011-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
4649 2011-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
4697 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
4698
4699 * vc/vc.el (ediff-vc-internal): Declare function.
4700
4701 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4702
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
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.
4738
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
4744 * progmodes/flymake.el (flymake-start-syntax-check-process):
4745 Obey `dir'. Simplify.
4746
4747 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
4748 we're in VC after all.
4749
4750 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
4751
4752 * vc/vc.el (vc-diff-build-argument-list-internal)
4753 (vc-version-ediff, vc-ediff): New commands.
4754 (vc-version-diff): Use vc-diff-build-argument-list-internal.
4755
4756 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4757
4758 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
4759 add sanity check.
4760
4761 * obsolete/erc-hecomplete.el: Make obsolete.
4762 * obsolete/: Standardize obsolescence info in the header.
4763
4764 2011-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
4770 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4771
4772 * whitespace.el: New version 13.2.1.
4773
4774 2011-04-20 felix <EmacsWiki> (tiny change)
4775
4776 * whitespace.el (global-whitespace-mode): Keep highlight when
4777 switching between major modes on a file.
4778
4779 2011-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
4785 2011-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'.
4903 (describe-char): Don't quote `lambda'. Mark unused parameter.
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
4971 variable `buf'. Mark unused parameter.
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
5173 variable `dir'. Doc fix.
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
5194 2011-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
5217 2011-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
5223 2011-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
5228 2011-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
5234 2011-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
5239 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5240
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
5252 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
5253
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
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
5263 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
5264
5265 * loadup.el: Use `string-to-number', not `string-to-int'.
5266
5267 2011-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
5275 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
5276
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.
5281
5282 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
5283
5284 2011-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.
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
5303 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
5304
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
5310 * image-mode.el (image-transform-set-scale):
5311 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
5312
5313 2011-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
5319 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
5320
5321 * dframe.el (dframe-current-frame): Remove spurious quote.
5322
5323 2011-04-12 Glenn Morris <rgm@gnu.org>
5324
5325 * calendar/cal-tex.el (cal-tex-end-document):
5326 Try to automatically use latin1 input if needed.
5327
5328 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
5329 Don't try to cons a mark onto an empty element.
5330
5331 2011-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
5337 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
5338
5339 * minibuffer.el (completion-show-inline-help): New var.
5340 (completion--do-completion, minibuffer-complete)
5341 (minibuffer-force-complete, minibuffer-complete-word):
5342 Inhibit minibuffer messages if completion-show-inline-help is nil.
5343
5344 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
5345 to avoid interference from inline help (Bug#5849).
5346
5347 2011-04-10 Leo Liu <sdl.web@gmail.com>
5348
5349 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5350 Fix typo.
5351
5352 2011-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.
5358 (image-transform-set-resize): Delete.
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
5363 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
5364
5365 * doc-view.el (doc-view-fit-width-to-window)
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.
5368 (doc-view-mode-map): Add bindings for the new functions.
5369
5370 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
5371
5372 * vc-annotate.el (vc-annotate-show-log-revision-at-line):
5373 Fix typo in docstring.
5374
5375 2011-04-08 Eli Zaretskii <eliz@gnu.org>
5376
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
5383 * simple.el (list-processes): If async subprocesses are not
5384 available, error out with a clear error message.
5385
5386 2011-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
5391 2011-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
5398 2011-04-08 Glenn Morris <rgm@gnu.org>
5399
5400 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
5401
5402 * net/browse-url.el (browse-url-firefox):
5403 Test system-type, not system-configuration.
5404
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
5409 * net/rlogin.el (rlogin-process-connection-type): Simplify.
5410 (rlogin-mode-map): Initialize in the defvar.
5411 (rlogin): Use ignore-errors.
5412
5413 * replace.el (occur-mode-map): Some fixes for menu items.
5414
5415 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5416
5417 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
5418
5419 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
5420
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
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
5436 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
5437
5438 * emacs-lisp/tabulated-list.el: New file.
5439
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.
5448 (package-menu--print-info): Rename from package-print-package.
5449 Return insertion data instead of inserting it directly.
5450 (package-menu-describe-package, package-menu-execute):
5451 Use tabulated-list-get-id.
5452 (package-menu-mark-delete, package-menu-mark-install)
5453 (package-menu-mark-unmark, package-menu-backup-unmark)
5454 (package-menu-mark-obsolete-for-deletion):
5455 Use tabulated-list-put-tag.
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
5466 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
5467
5468 * files.el (after-find-file-from-revert-buffer): Remove variable.
5469 (after-find-file): Don't bind it.
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
5477 2011-04-06 Glenn Morris <rgm@gnu.org>
5478
5479 * Makefile.in (AUTOGEN_VCS): New variable.
5480 (autoloads): Use $AUTOGEN_VCS.
5481
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
5486 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
5487
5488 * minibuffer.el (completion-in-region--postch)
5489 (completion-in-region-mode): Remove unnecessary messages.
5490
5491 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
5492
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
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):
5512 Mark unused parameters; fix typos in docstrings.
5513 (Info-virtual-index): Remove unused local variable `nodename'.
5514
5515 2011-04-05 Deniz Dogan <deniz@dogan.se>
5516
5517 * net/rcirc.el: Update my e-mail address.
5518 (rcirc-mode-map): Remove M-o binding.
5519
5520 2011-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
5527 2011-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
5533 2011-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
5551 2011-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
5560 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
5561
5562 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
5563
5564 * textmodes/flyspell.el (flyspell-word): Recognize default
5565 dictionary case for flyspell-mark-duplications-exceptions.
5566 Use regexp matching for languages.
5567 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
5568 default dictionary (Bug#7926).
5569
5570 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
5571
5572 * emacs-lisp/package.el (package--with-work-buffer):
5573 Recognize https URLs.
5574
5575 * net/network-stream.el: Move from gnus/proto-stream.el.
5576 Change prefix to network-stream throughout.
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
5582 2011-04-02 Glenn Morris <rgm@gnu.org>
5583
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
5590 * find-dired.el (find-ls-option, find-ls-subdir-switches)
5591 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
5592 (find-name-arg): Remove purecopy.
5593
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
5599 * files.el (save-some-buffers): Doc fix.
5600
5601 2011-04-02 Eli Zaretskii <eliz@gnu.org>
5602
5603 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
5604
5605 2011-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
5610 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
5611
5612 Add lexical binding.
5613
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.
5623
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.
5636
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.
5644
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):
5651 Use eval-sexp-add-defvars.
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:
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:
5802 * abbrev.el: Use lexical binding.
5803
5804 2011-04-01 Eli Zaretskii <eliz@gnu.org>
5805
5806 * info.el (info-display-manual): New function.
5807
5808 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
5809
5810 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
5811
5812 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
5813
5814 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
5815 an entry for that server in rcirc-authinfo. (Bug#8385)
5816
5817 2011-03-31 Glenn Morris <rgm@gnu.org>
5818
5819 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
5820
5821 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
5822
5823 2011-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
5832 2011-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
5846 2011-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
5852 2011-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
5859 2011-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
5872 2011-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
5877 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
5878
5879 * net/imap.el (imap-shell-open, imap-process-connection-type):
5880 Use imap-process-connection-type for 'shell' streams as well as
5881 Kerberos, SSL, other subprocesses.
5882
5883 2011-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
5889 2011-03-27 Jan DjƤrv <jan.h.d@swipnet.se>
5890
5891 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
5892
5893 2011-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
5899 2011-03-25 Leo Liu <sdl.web@gmail.com>
5900
5901 * midnight.el (midnight-time-float): Remove. Note it calculates
5902 the microsecond component incorrectly and seconds-to-time does the
5903 same job.
5904 Remove redundant (require 'timer).
5905
5906 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
5907 (ido-completions): Remove unused arguments. (Bug#8329)
5908
5909 2011-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
5923 2011-03-24 Drew Adams <drew.adams@oracle.com>
5924
5925 * thingatpt.el: Support `defun'.
5926
5927 2011-03-23 Leo Liu <sdl.web@gmail.com>
5928
5929 * abbrevlist.el: Move to obsolete/abbrevlist.el.
5930
5931 * help-mode.el (help-mode-finish): Tweak regexp.
5932
5933 2011-03-23 Glenn Morris <rgm@gnu.org>
5934
5935 * eshell/esh-opt.el (eshell-eval-using-options):
5936 Do not bind unused local variable `eshell-option-stub'.
5937
5938 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
5939
5940 2011-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
5946 2011-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
5952 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
5953
5954 * simple.el (backward-delete-char-untabify):
5955 Avoid warning about using `delete-backward-char'.
5956
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
5962 2011-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.
5968 (rcirc-user-authenticated): Define to fix compiler warning.
5969
5970 2011-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.
5977 (enable-theme): Accept only loaded themes as arguments.
5978 Ignore the special custom-enabled-themes variable.
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.
5982
5983 2011-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
5988 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5989
5990 * subr.el (deferred-action-list, deferred-action-function):
5991 Mark obsolete.
5992
5993 2011-03-21 Leo Liu <sdl.web@gmail.com>
5994
5995 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
5996 change on 2011-02-13 (bug#8309).
5997
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
6003 2011-03-21 Glenn Morris <rgm@gnu.org>
6004
6005 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
6006 Doc fixes.
6007
6008 2011-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
6015 2011-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
6020 2011-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
6025 2011-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
6032 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
6033
6034 * dired-aux.el (dired-create-directory): Signal an error if the
6035 directory already exists (Bug#8246).
6036
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
6042 2011-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
6049 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
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
6055 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
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
6061 2011-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
6074 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6075
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.
6079
6080 2011-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
6085 2011-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
6093 2011-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
6130 2011-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
6135 2011-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
6141 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
6142
6143 * startup.el (command-line): Warn the user that _emacs is deprecated.
6144
6145 2011-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
6156 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
6157
6158 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
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
6162 2011-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
6174 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
6175
6176 * startup.el (command-line): Update package subdirectory regexp.
6177
6178 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6179
6180 * allout.el (allout-abbreviate-flattened-numbering)
6181 (allout-mode-deactivate-hook): Fix up obsolescence "date".
6182
6183 * subr.el (read-char-choice): Only show the cursor after the prompt,
6184 not after the answer.
6185
6186 2011-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
6191 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
6192
6193 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
6194 warning message.
6195
6196 2011-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
6201 2011-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
6209 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
6210
6211 * help.el (describe-mode): Link to the mode's definition (bug#8185).
6212
6213 2011-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
6218 2011-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
6230 2011-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
6234 2011-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
6242 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
6243
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
6249 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
6250 Disable obsolescence warnings in the file that declares it.
6251
6252 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
6253
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.
6258
6259 2011-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
6264 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
6265
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.
6272
6273 2011-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
6278 2011-03-10 Glenn Morris <rgm@gnu.org>
6279
6280 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
6281
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
6286 * eshell/esh-util.el (eshell-condition-case): Doc fix.
6287
6288 * cus-edit.el (Custom-newline): If no button at point, look
6289 for a subgroup button at start-of-line. (Bug#2298)
6290
6291 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
6292
6293 2011-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
6298 2011-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
6302 2011-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.
6308 (allout-make-topic-prefix, allout-rebullet-heading): Change
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
6313 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
6314
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
6317 `tramp-default-port'.
6318
6319 2011-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
6325 2011-03-09 Glenn Morris <rgm@gnu.org>
6326
6327 * shell.el (shell-mode):
6328 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
6329
6330 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
6331 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
6332
6333 2011-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
6338 2011-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
6345 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6346 Use `equal' for upload base check.
6347
6348 2011-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
6353 2011-03-08 Glenn Morris <rgm@gnu.org>
6354
6355 * cus-start.el (cursor-in-non-selected-windows):
6356 Fix :set quoting oddness. (Bug#8192)
6357
6358 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
6359 in some setf expressions. (Bug#2159)
6360
6361 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
6362
6363 * custom.el (custom-available-themes): Return themes in
6364 alphabetical order.
6365
6366 See ChangeLog.15 for earlier changes.
6367
6368 ;; Local Variables:
6369 ;; coding: utf-8
6370 ;; End:
6371
6372 Copyright (C) 2011 Free Software Foundation, Inc.
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/>.