Spelling fixes.
[bpt/emacs.git] / lisp / ChangeLog
1 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
4 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
5 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
6 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7
8 2011-11-15 Glenn Morris <rgm@gnu.org>
9
10 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
11 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
12 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
13 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
14 (rmail-mime, rmail-show-mime): Doc fixes.
15
16 * term/ns-win.el (mode-line-frame-identification):
17 Leave it alone. (Bug#10051)
18
19 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
20
21 * mail/rmailout.el (rmail-output-to-rmail-buffer):
22 Handle empty buffers. (Bug#9978)
23
24 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
25
26 * international/mule.el (define-charset):
27 * mail/rmailmm.el (rmail-mime-find-header-encoding):
28 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
29 * progmodes/verilog-mode.el (verilog-backward-token):
30 * textmodes/ispell.el (lookup-words):
31 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
32
33 2011-11-14 Glenn Morris <rgm@gnu.org>
34
35 * progmodes/executable.el
36 (executable-make-buffer-file-executable-if-script-p):
37 Handle file-modes returning nil.
38
39 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
40 message - not necessary, and causes problems. (Bug#9831)
41
42 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
43
44 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
45
46 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
47 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
48 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
49
50 2011-11-12 Martin Rudalics <rudalics@gmx.at>
51
52 * window.el (window-resize, delete-window): Use window-splits
53 variable instead of function.
54 (window-state-get-1, window-state-put-2, window-state-put):
55 Don't deal with windows' splits status.
56
57 2011-11-12 Glenn Morris <rgm@gnu.org>
58
59 * apropos.el (apropos-do-all, apropos-library, apropos-value)
60 (apropos-documentation): Doc fixes.
61
62 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
63
64 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
65 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
66
67 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
68
69 * electric.el (electric-indent-post-self-insert-function): Make it
70 possible for a char to only indent in some circumstances.
71 (electric-indent-mode): Simplify.
72
73 2011-11-11 Martin Rudalics <rudalics@gmx.at>
74
75 * window.el (windows-with-parameter): Remove unused function.
76 (windows-at-side): Rename to window-at-side-list.
77 (window-check, window-atom-check, window-atom-check-1)
78 (window-side-check, window-size-ignore, window-size-fixed-1)
79 (window-in-direction-2): Prefix with "window--".
80 (window-tree-1): Rename to window--subtree, fix doc-string.
81
82 2011-11-11 Glenn Morris <rgm@gnu.org>
83
84 * subr.el (eval-after-load): If FILE is already loaded,
85 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
86
87 2011-11-10 Glenn Morris <rgm@gnu.org>
88
89 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
90 Call svn via vc-svn-command rather than vc-do-command.
91 (vc-svn-command): Add --non-interactive. (Bug#9993)
92 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
93
94 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
95 Add toggle-read-only. (Bug#7292)
96 * files.el (toggle-read-only): Mention that it should only
97 be used interactively. (Bug#10006)
98
99 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * progmodes/compile.el (compilation-error-regexp-alist-alist):
102 Adjust regexp for OCaml warnings.
103
104 * electric.el (electric-pair-post-self-insert-function): Let user
105 turn it off buffer-locally (bug#9932).
106
107 * progmodes/python.el (python-beginning-of-statement):
108 Rewrite (bug#2703).
109
110 * progmodes/compile.el: Better handle TABs (bug#9749).
111 (compilation-internal-error-properties)
112 (compilation-next-error-function): Obey the target buffer's
113 compilation-error-screen-columns.
114
115 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
116
117 * progmodes/meta-mode.el: Remove obsolete comments.
118 (meta-right-comment-regexp, meta-ignore-comment-regexp):
119 Fix typos in docstrings.
120
121 2011-11-09 Martin Rudalics <rudalics@gmx.at>
122
123 * window.el (window-size-fixed-p): Rewrite doc-string.
124 (window-resizable-p): Rename to window--resizable-p. Update callers.
125 (window--resizable): New function. Make all callers of
126 window-resizable call window--resizable instead.
127 (window-resizable): Rewrite in terms of window--resizable.
128
129 2011-11-08 Glenn Morris <rgm@gnu.org>
130
131 * progmodes/delphi.el (delphi-mode-syntax-table):
132 Let define-derived-mode define a proper syntax table. (Bug#9994)
133
134 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * window.el: Stay away from defsubst.
137 (window-list-no-nils): Remove.
138 (window-state-get-1, window-state-get): Use backquote instead.
139
140 2011-11-08 thierry <thierry.volpiatto@gmail.com>
141
142 * emacs-lisp/find-func.el (find-function-read):
143 Fix incorrect use of default argument in `completing-read'.
144
145 2011-11-08 Martin Rudalics <rudalics@gmx.at>
146
147 * window.el (display-buffer-function, special-display-function):
148 Mention display-buffer-record-window but do not mention
149 help-setup parameter in doc-strings.
150 (window-min-delta): Fix doc-string typo.
151
152 2011-11-08 Chong Yidong <cyd@gnu.org>
153
154 * window.el (window-total-height, window-total-width): Doc fix.
155 (window-body-size): Move from C.
156 (window-body-height, window-body-width): Move to C.
157
158 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * window.el: Make special-display like display-buffer-alist (bug#9532).
161 (display-buffer--special-action): New function, morphed
162 from display-buffer--special.
163 (display-buffer): Use it to handle special-display-buffers at higher
164 priority (just after display-buffer-alist).
165 (display-buffer-fallback-action, display-buffer--other-frame-action)
166 (pop-to-buffer-same-window): Remove display-buffer--special.
167
168 2011-11-07 Glenn Morris <rgm@gnu.org>
169
170 * calendar/cal-menu.el (cal-menu-set-date-title):
171 Do nothing if not in a calendar. (Bug#9976)
172
173 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * files.el (find-file): Always use selected-window.
176
177 2011-11-07 Martin Rudalics <rudalics@gmx.at>
178
179 * window.el (window-combinations): Make WINDOW argument
180 mandatory. Rewrite doc-string.
181 (walk-window-subtree, window-atom-check, window-min-delta)
182 (window-max-delta, window--resize-this-window)
183 (window--resize-root-window-vertically, window-tree)
184 (balance-windows, window-state-put): Rewrite doc-strings as to
185 not mention the term "subwindow".
186 (window--resize-subwindows-skip-p): Rename to
187 window--resize-child-windows-skip-p.
188 (window--resize-subwindows-normal): Rename to
189 window--resize-child-windows-normal.
190 (window--resize-subwindows): Rename to
191 window--resize-child-windows.
192 (window-or-subwindow-p): Rename to window--in-subtree-p.
193
194 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
195
196 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
197 Ensure that mbox format messages end in two newlines (Bug#9974).
198
199 2011-11-06 Chong Yidong <cyd@gnu.org>
200
201 * window.el (window-combination-p): Function deleted; its
202 side-effect is not used in any existing code.
203 (window-combinations, window-combined-p): Call window-*-child
204 directly.
205
206 2011-11-05 Chong Yidong <cyd@gnu.org>
207
208 * window.el (window-valid-p): Rename from window-any-p.
209 (window-size-ignore, window-state-get): Callers changed.
210 (window-normalize-window): Rename from window-normalize-any-window.
211 New arg LIVE-ONLY, replacing window-normalize-live-window.
212 (window-normalize-live-window): Delete.
213 (window-combination-p, window-combined-p, window-combinations)
214 (walk-window-subtree, window-atom-root, window-min-size)
215 (window-sizable, window-sizable-p, window-size-fixed-p)
216 (window-min-delta, window-max-delta, window-resizable)
217 (window-resizable-p, window-full-height-p, window-full-width-p)
218 (window-current-scroll-bars, window-point-1, set-window-point-1)
219 (window-at-side-p, window-in-direction, window-resize)
220 (adjust-window-trailing-edge, maximize-window, minimize-window)
221 (window-deletable-p, delete-window, delete-other-windows)
222 (record-window-buffer, unrecord-window-buffer)
223 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
224 (quit-window, split-window, window-state-put)
225 (set-window-text-height, fit-window-to-buffer)
226 (shrink-window-if-larger-than-buffer): Callers changed.
227
228 2011-11-04 Eli Zaretskii <eliz@gnu.org>
229
230 * mail/rmail.el (rmail-simplified-subject): Decode subject with
231 rfc2047-decode-string.
232 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
233 warnings.
234
235 * window.el (window-body-height, window-body-width): Mention in
236 the doc string that the return values are in frame's canonical
237 units. (Bug#9949)
238
239 2011-11-03 Alan Mackenzie <acm@muc.de>
240
241 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
242 change in cc-engine.el.
243
244 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * window.el (switch-to-buffer): Use `force-same-window' interactively.
247
248 2011-11-02 Martin Rudalics <rudalics@gmx.at>
249
250 * window.el (quit-window): Call unrecord-window-buffer after
251 showing another buffer in the window. (Bug#9937)
252 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
253
254 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
255
256 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
257 Accept status with more than 9 shelves. (Bug#9935)
258 Reported by Colin D Bennett <colin@gibibit.com>.
259
260 2011-11-01 Martin Rudalics <rudalics@gmx.at>
261
262 * help.el (with-help-window): Don't reference
263 temp-buffer-show-specifiers in doc-string.
264
265 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
266
267 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
268 menu-item.
269
270 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
271
272 * whitespace.el: New version 13.2.2.
273 (whitespace-newline-mode): Disable properly. Reported by Sarah
274 <EmacsWiki>.
275
276 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
277
278 * net/newst-treeview.el: Remove "Time-stamp".
279 (newsticker--group-manage-orphan-feeds): Do not call
280 newsticker--treeview-tree-update.
281 (newsticker-treeview-update, newsticker-treeview):
282 Call newsticker--treeview-tree-update if necessary.
283
284 2011-10-30 Martin Rudalics <rudalics@gmx.at>
285
286 * window.el (window-iso-combination-p, window-iso-combined-p)
287 (window-iso-combinations): Remove "iso-" infix.
288 Suggested by Chong Yidong.
289 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
290 (window-max-delta-1, window-resize, window--resize-siblings)
291 (window--resize-this-window, adjust-window-trailing-edge)
292 (split-window, balance-windows-1)
293 (shrink-window-if-larger-than-buffer):
294 * calendar/calendar.el (calendar-generate-window):
295 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
296
297 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
300 in place (bug#9907).
301 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
302 (eshell-rewrite-if-command, eshell-rewrite-for-command)
303 (eshell-structure-basic-command, eshell-rewrite-while-command)
304 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
305 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
306 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
307 (eshell-do-pipelines-synchronously, eshell-eval-command):
308 Use backquotes and prefer setq to set.
309 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
310 (eshell-macrop): Use functionp.
311 (eshell-do-eval): Handle multiple expressions in `while' body.
312
313 2011-10-30 Chong Yidong <cyd@gnu.org>
314
315 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
316 instead of set-mark (Bug#9810).
317
318 2011-10-30 Chong Yidong <cyd@gnu.org>
319
320 * window.el (split-window-below, split-window-right): Rename from
321 split-window-above-each-other and split-window-side-by-side
322 respectively. All callers changed.
323 (split-window-sensibly, split-window-sensibly): Use them.
324 (split-window-keep-point): Doc fix.
325
326 * isearch.el: Add isearch-scroll property to split-window-below
327 and split-window-right.
328
329 * follow.el (follow-mode):
330 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
331 * progmodes/ada-xref.el (ada-gdb-application):
332 * emulation/vip.el (vip-buffer-in-two-windows):
333 * image-dired.el (image-dired-dired-with-window-configuration):
334 * dired-x.el (dired-do-find-marked-files):
335 * dired.el (dired-pop-to-buffer):
336 * bs.el (bs--show-with-configuration):
337 * vc/emerge.el (emerge-setup-windows):
338 * textmodes/two-column.el (2C-two-columns):
339 * textmodes/reftex-toc.el (reftex-toc):
340 * progmodes/gdb-mi.el (gdb-setup-windows):
341 * progmodes/fortran.el (fortran-window-create):
342 * net/newst-treeview.el (newsticker--treeview-window-init):
343 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
344 * emulation/tpu-edt.el (tpu-gold-map):
345 * emulation/crisp.el (crisp-mode-map):
346 * calendar/calendar.el (calendar-basic-setup): Callers changed.
347
348 2011-10-29 Chong Yidong <cyd@gnu.org>
349
350 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
351
352 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
353
354 * textmodes/flyspell.el (flyspell-word): Fix char offset for
355 forged Ispell output (Bug#7904).
356
357 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
358
359 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * doc-view.el: Avoid ugly errors about not finding nil.
362 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
363 (doc-view-dvipdf-program, doc-view-unoconv-program)
364 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
365 Avoid nil or absolute file name as default value.
366 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
367
368 2011-10-28 Alan Mackenzie <acm@muc.de>
369
370 * progmodes/cc-defs.el (c-version): -> 5.32.2.
371
372 2011-10-28 Alan Mackenzie <acm@muc.de>
373
374 Amend the handling of c-beginning/end-of-defun in nested declaration
375 scopes.
376
377 * progmodes/cc-vars.el (c-defun-tactic): Move here from
378 cc-langs.el. Change it to a defcustom.
379
380 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
381 cc-vars.el.
382
383 * progmodes/cc-engine.el (c-beginning-of-statement-1):
384 Prevent "class foo : bar" being spuriously recognized as a label.
385
386 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
387 Add parameter `inclusive' (to include enclosing braces in the region).
388 (c-widen-to-enclosing-decl-scope): New function.
389 (c-while-widening-to-decl-block): New macro.
390 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
391 outward for defun boundaries, and correspondingly change symbol
392 `respect-enclosure' to `go-outward'.
393 (c-declaration-limits): Change algorithm to report only the "innermost"
394 defun's boundaries.
395
396 2011-10-28 Deniz Dogan <deniz@dogan.se>
397
398 * net/rcirc.el (rcirc-mode): Use hard newlines.
399
400 2011-10-28 Alan Mackenzie <acm@muc.de>
401
402 Amend to indent and fontify macros "which include their own semicolon"
403 correctly, using the "virtual semicolon" mechanism.
404
405 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
406
407 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
408 Recode to scan one line at at time rather than having \n and \r
409 explicitly in c-stmt-delim-chars
410 (for some modes, e.g. AWK).
411 (c-forward-label): Amend for virtual semicolons.
412 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions
413
414 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
415 of the new C macros.
416
417 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
418 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
419 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
420 (c-opt-cpp-macro-define): Make into a full language variable.
421 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
422 AWK Mode (including \n, \r) removed, no longer needed.
423
424 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
425 Invoke c-make-macro-with-semi-re.
426
427 * progmodes/cc-vars.el (c-macro-with-semi-re):
428 (c-macro-names-with-semicolon): New variables.
429 (c-make-macro-with-semi-re): New function
430
431 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
432
433 * vc/log-edit.el: Fill empty field rather than adding new one.
434 (log-edit-add-field): New function.
435 (log-edit-insert-changelog): Use it.
436
437 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
438
439 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
440
441 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
444 (gdb--check-interpreter): New function.
445 (gdb): Use it.
446
447 2011-10-27 Glenn Morris <rgm@gnu.org>
448
449 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
450 (least-positive-float, least-negative-float)
451 (least-positive-normalized-float, least-negative-normalized-float)
452 (float-epsilon, float-negative-epsilon):
453 Remove unnecessary declarations.
454
455 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
456 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
457 (least-positive-float, least-negative-float)
458 (least-positive-normalized-float, least-negative-normalized-float)
459 (float-epsilon, float-negative-epsilon): Add doc-strings,
460 based on those in cl.texi.
461
462 * files.el (set-visited-file-name): If the major-mode changed,
463 reload the local variables. (Bug#9796)
464
465 2011-10-27 Chong Yidong <cyd@gnu.org>
466
467 * subr.el (change-major-mode-after-body-hook): New hook.
468 (run-mode-hooks): Run it.
469
470 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
471 Use change-major-mode-before-body-hook.
472
473 * simple.el (fundamental-mode):
474 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
475 change introducing fundamental-mode-hook.
476
477 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
478
479 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
480
481 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
482
483 * ido.el (ido-file-name-all-completions-1): Do not require
484 tramp.el explicitely. (Bug#7583)
485
486 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
487
488 * progmodes/octave-mod.el:
489 * progmodes/octave-inf.el: Update maintainer.
490
491 2011-10-26 Chong Yidong <cyd@gnu.org>
492
493 * subr.el (with-wrapper-hook): Rewrite doc.
494
495 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
496
497 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
498 filenames "/method:foo:". (Bug#9793)
499
500 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
503 (bug#9865).
504
505 2011-10-24 Glenn Morris <rgm@gnu.org>
506
507 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
508
509 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
510
511 * notifications.el: Add the requirement of a running D-Bus session
512 bus to the Commentary.
513
514 2011-10-24 Juri Linkov <juri@jurta.org>
515
516 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
517 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
518 (Bug#9364)
519
520 2011-10-24 Juri Linkov <juri@jurta.org>
521
522 * info.el (Info-following-node-name-re): Add newline to the list
523 of allowed characters for leading space. (Bug#9824)
524
525 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * progmodes/octave-inf.el (inferior-octave-mode-map):
528 Fix C-c C-h binding.
529 * progmodes/octave-mod.el (octave-help): Remove.
530
531 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
532
533 Sync with Tramp 2.2.3.
534
535 * net/tramp-cache.el (top): Pacify byte-compiler using
536 `init-file-user' and `site-run-file'.
537
538 * net/trampver.el: Update release number.
539
540 2011-10-23 Chong Yidong <cyd@gnu.org>
541
542 * files.el (toggle-read-only): Remove obsolete comment about
543 version control.
544
545 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
546 for toggle-read-only. Note that this hasn't called vc-next-action
547 since 2008-05-02, though it wasn't documented at the time.
548
549 * vc/ediff-init.el (ediff-toggle-read-only-function):
550 Use toggle-read-only.
551
552 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
553
554 Fix bug #9560, sporadic wrong indentation; improve instrumentation
555 of c-parse-state.
556
557 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
558 correct faulty logical expression.
559 (c-parse-state-state, c-record-parse-state-state):
560 (c-replay-parse-state-state): New defvar/defuns.
561 (c-debug-parse-state): Use new functions.
562
563 2011-10-22 Martin Rudalics <rudalics@gmx.at>
564
565 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
566 last fix. Use window-in-direction correctly.
567
568 2011-10-21 Chong Yidong <cyd@gnu.org>
569
570 * progmodes/idlwave.el (idlwave-mode):
571 * progmodes/vera-mode.el (vera-mode): No need to set
572 require-final-newline; that's done in prog-mode.
573 Suggested by Stefan Monnier.
574
575 2011-10-21 Martin Rudalics <rudalics@gmx.at>
576
577 * mouse.el (mouse-drag-window-above)
578 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
579 (mouse-drag-mode-line-1, mouse-drag-header-line)
580 (mouse-drag-vertical-line-rightward-window): Remove.
581 (mouse-drag-line): New function.
582 (mouse-drag-mode-line, mouse-drag-header-line)
583 (mouse-drag-vertical-line): Call mouse-drag-line.
584 * window.el (window-at-side-p, windows-at-side): New functions.
585
586 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
587
588 * tar-mode.el (tar-grind-file-mode):
589 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
590
591 2011-10-21 Chong Yidong <cyd@gnu.org>
592
593 * progmodes/idlwave.el (idlwave-mode):
594 * progmodes/vera-mode.el (vera-mode):
595 Use mode-require-final-newline.
596
597 2011-10-20 Glenn Morris <rgm@gnu.org>
598
599 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
600
601 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
602
603 * emulation/cua-base.el (cua-set-mark): Fix case of string.
604
605 2011-10-20 Chong Yidong <cyd@gnu.org>
606
607 * emulation/cua-base.el (cua-mode):
608 * mail/footnote.el (footnote-mode):
609 * mail/mailabbrev.el (mail-abbrevs-mode):
610 * net/xesam.el (xesam-minor-mode):
611 * progmodes/bug-reference.el (bug-reference-mode):
612 * progmodes/cap-words.el (capitalized-words-mode):
613 * progmodes/compile.el (compilation-minor-mode)
614 (compilation-shell-minor-mode):
615 * progmodes/gud.el (gud-tooltip-mode):
616 * progmodes/hideif.el (hide-ifdef-mode):
617 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
618 * progmodes/subword.el (subword-mode):
619 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
620 * progmodes/which-func.el (which-function-mode):
621 * term/tvi970.el (tvi970-set-keypad-mode):
622 * term/vt100.el (vt100-wide-mode):
623 * textmodes/flyspell.el (flyspell-mode):
624 * textmodes/ispell.el (ispell-minor-mode):
625 * textmodes/nroff-mode.el (nroff-electric-mode):
626 * textmodes/paragraphs.el (use-hard-newlines):
627 * textmodes/refill.el (refill-mode):
628 * textmodes/reftex.el (reftex-mode):
629 * textmodes/rst.el (rst-minor-mode):
630 * textmodes/sgml-mode.el (html-autoview-mode)
631 (sgml-electric-tag-pair-mode):
632 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
633 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
634 * emulation/crisp.el (crisp-mode):
635 * emacs-lisp/eldoc.el (eldoc-mode):
636 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
637 minor mode behavior.
638
639 2011-10-19 Juri Linkov <juri@jurta.org>
640
641 * descr-text.el (describe-char): Add #x2010 and #x2011 to
642 the list of hard-coded chars with escape-glyph face.
643
644 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
647
648 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
649
650 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
651 running process.
652
653 2011-10-19 Glenn Morris <rgm@gnu.org>
654
655 * vc/vc-bzr.el (vc-bzr-after-dir-status):
656 Ignore ignored files. (Bug#9726)
657
658 2011-10-19 Chong Yidong <cyd@gnu.org>
659
660 Doc fix for minor modes, stating that an omitted argument enables
661 the mode unconditionally when called from Lisp.
662
663 * abbrev.el (abbrev-mode):
664 * allout.el (allout-mode):
665 * autoinsert.el (auto-insert-mode):
666 * autoarg.el (autoarg-mode, autoarg-kp-mode):
667 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
668 (global-auto-revert-mode):
669 * battery.el (display-battery-mode):
670 * composite.el (global-auto-composition-mode)
671 (auto-composition-mode):
672 * delsel.el (delete-selection-mode):
673 * desktop.el (desktop-save-mode):
674 * dired-x.el (dired-omit-mode):
675 * dirtrack.el (dirtrack-mode):
676 * doc-view.el (doc-view-minor-mode):
677 * double.el (double-mode):
678 * electric.el (electric-indent-mode, electric-pair-mode):
679 * emacs-lock.el (emacs-lock-mode):
680 * epa-hook.el (auto-encryption-mode):
681 * follow.el (follow-mode):
682 * font-core.el (font-lock-mode):
683 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
684 * help.el (temp-buffer-resize-mode):
685 * hilit-chg.el (highlight-changes-mode)
686 (highlight-changes-visible-mode):
687 * hi-lock.el (hi-lock-mode):
688 * hl-line.el (hl-line-mode, global-hl-line-mode):
689 * icomplete.el (icomplete-mode):
690 * ido.el (ido-everywhere):
691 * image-file.el (auto-image-file-mode):
692 * image-mode.el (image-minor-mode):
693 * iswitchb.el (iswitchb-mode):
694 * jka-cmpr-hook.el (auto-compression-mode):
695 * linum.el (linum-mode):
696 * longlines.el (longlines-mode):
697 * master.el (master-mode):
698 * mb-depth.el (minibuffer-depth-indicate-mode):
699 * menu-bar.el (menu-bar-mode):
700 * minibuf-eldef.el (minibuffer-electric-default-mode):
701 * mouse-sel.el (mouse-sel-mode):
702 * msb.el (msb-mode):
703 * mwheel.el (mouse-wheel-mode):
704 * outline.el (outline-minor-mode):
705 * paren.el (show-paren-mode):
706 * recentf.el (recentf-mode):
707 * reveal.el (reveal-mode, global-reveal-mode):
708 * rfn-eshadow.el (file-name-shadow-mode):
709 * ruler-mode.el (ruler-mode):
710 * savehist.el (savehist-mode):
711 * scroll-all.el (scroll-all-mode):
712 * scroll-bar.el (scroll-bar-mode):
713 * server.el (server-mode):
714 * shell.el (shell-dirtrack-mode):
715 * simple.el (auto-fill-mode, transient-mark-mode)
716 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
717 (line-number-mode, column-number-mode, size-indication-mode)
718 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
719 * strokes.el (strokes-mode):
720 * time.el (display-time-mode):
721 * t-mouse.el (gpm-mouse-mode):
722 * tool-bar.el (tool-bar-mode):
723 * tooltip.el (tooltip-mode):
724 * type-break.el (type-break-mode-line-message-mode)
725 (type-break-query-mode):
726 * view.el (view-mode):
727 * whitespace.el (whitespace-mode, whitespace-newline-mode)
728 (global-whitespace-mode, global-whitespace-newline-mode):
729 * xt-mouse.el (xterm-mouse-mode): Doc fix.
730
731 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
732 Fix autogenerated docstring.
733
734 2011-10-19 Juri Linkov <juri@jurta.org>
735
736 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
737 by checking environment variables "DESKTOP_SESSION" and
738 "XDG_CURRENT_DESKTOP". (Bug#9779)
739
740 2011-10-19 Juri Linkov <juri@jurta.org>
741
742 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
743 (browse-url-chromium-program, browse-url-chromium-arguments):
744 New defcustoms.
745 (browse-url-default-browser): Check for `browse-url-chromium' and
746 call `browse-url-chromium-program'.
747 (browse-url-chromium): New command. (Bug#9779)
748
749 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
750
751 * facemenu.el (list-colors-duplicates): On Windows, detect more
752 duplicates by assuming that only colors matching "^System" are
753 special "system colors". (Bug#9722)
754
755 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
756
757 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
758 to distinguish the author from the committer.
759
760 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
761
762 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
763
764 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
765
766 * international/mule.el (sgml-html-meta-auto-coding-function):
767 Add support for detecting encoding in HTML5 specified only as
768 <meta charset="UTF-8">. Implementation just makes http-equiv and
769 content-type parts from HTML4 encoding string optional. (Bug#9716)
770
771 2011-10-18 Glenn Morris <rgm@gnu.org>
772
773 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
774
775 2011-10-18 Chong Yidong <cyd@gnu.org>
776
777 * faces.el (cursor): Doc fix.
778
779 2011-10-17 Chong Yidong <cyd@gnu.org>
780
781 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
782
783 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
784
785 * dirtrack.el (dirtrack): Support shell buffers with path
786 prefixes, e.g. tramp-based remote shells. (Bug#9647)
787
788 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
789
790 * json.el: Bump version to 1.3 and note change in History.
791 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
792
793 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
794
795 * comint.el (comint-insert-input, comint-send-input)
796 (comint-get-old-input-default, comint-backward-matching-input)
797 (comint-next-prompt): Use nil instead of `input' for field property of
798 past user input (bug#114).
799
800 * minibuffer.el (completion--replace): Inherit surrounding properties
801 (bug#114).
802 (minibuffer-complete-and-exit): Use it.
803
804 * comint.el (comint--table-subvert): Quote the all-completions output
805 (bug#9160).
806
807 2011-10-17 Martin Rudalics <rudalics@gmx.at>
808
809 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
810
811 * menu-bar.el (menu-bar-file-menu): Add entry for making new
812 window on right of selected. (Bug#9350) Reword other window
813 entries and separate them from frame entries.
814
815 2011-10-15 Glenn Morris <rgm@gnu.org>
816
817 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
818 Doc fixes.
819
820 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
821
822 * net/network-stream.el (network-stream-open-starttls):
823 Improve detection of failure due to lack of TLS support.
824
825 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
826 putting the input text in front and in bold.
827
828 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
829
830 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
831
832 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
833 empty buffer.
834
835 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
836 unread-command-events rather than pushing yet-another event.
837
838 2011-10-14 Eli Zaretskii <eliz@gnu.org>
839
840 * mail/sendmail.el (sendmail-query-once): Improve the wording of
841 the explanation of the possible choices. Make the options passed
842 to completing-read shorter.
843
844 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
845
846 * textmodes/flyspell.el (flyspell-large-region): Make sure
847 extended character mode is used if defined (Bug#1339).
848
849 2011-10-13 Eli Zaretskii <eliz@gnu.org>
850
851 * simple.el (what-cursor-position): Fix the display of the
852 character info for LRE, LRO, RLE, and RLO characters by appending
853 an invisible PDF.
854
855 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
858 even in case of error; add debug spec; simplify data flow.
859 (with-timeout-handler): Remove.
860
861 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
862
863 Fix Bug#6019, Bug#9315.
864
865 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
866 complete `buffer-file-name', the local file name part could look
867 remotely (for example on VMS).
868
869 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
870 `tramp-run-real-handler'.
871 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
872 already quoted by '"'.
873
874 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
875 Let `file-name-handler-alist' be nil, the local file name part
876 could look remotely (for example on VMS).
877
878 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
879
880 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
881 from here...
882 (flyspell-post-command-hook): ...to here.
883
884 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
887 if not needed.
888 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
889 using completion. Protect against "slow" callers.
890 Remove the "message hack".
891
892 2011-10-11 Juri Linkov <juri@jurta.org>
893
894 * isearch.el (isearch-lazy-highlight-word): New variable.
895 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
896 Use it. (Bug#9727)
897
898 2011-10-11 Glenn Morris <rgm@gnu.org>
899
900 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
901 like f90-previous-statement does.
902
903 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
904
905 * eshell/eshell.el (eshell-command): History should be saved
906 only in interactive use, to avoid error.
907
908 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
909
910 * minibuffer.el (completion-file-name-table): Fix last change,
911 i.e. ignore normal errors but not the other ones.
912
913 2011-10-10 Martin Rudalics <rudalics@gmx.at>
914
915 * window.el (special-display-buffer-names)
916 (special-display-regexps): Remove some remnants of earlier
917 changes from doc-strings.
918 (quit-windows-on): New function.
919
920 * vc/vc.el (vc-revert, vc-rollback):
921 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
922 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
923 (Bug#6183) (Bug#7074) (Bug#7447)
924
925 2011-10-09 Martin Rudalics <rudalics@gmx.at>
926
927 * window.el (frame-auto-hide-function): Add version tag.
928 (Bug#9699)
929
930 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
931
932 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
933 condition.
934
935 2011-10-09 Leo Liu <sdl.web@gmail.com>
936
937 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
938 (Bug#9701)
939
940 2011-10-08 Glenn Morris <rgm@gnu.org>
941
942 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
943 before the first code statement zero indent. (Bug#9690)
944
945 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
946
947 * simple.el (count-words-region): Always count in the region.
948 Report the number of lines and characters too.
949 (count-words): New command, which counts in the buffer if the
950 region is inactive, as count-words-region used to.
951 (count-words--message): New function. Handle plurals.
952 (count-lines-region): Make it an alias for count-words-region.
953
954 * bindings.el (esc-map): Replace count-lines-region with
955 count-words-region.
956
957 2011-10-08 Martin Rudalics <rudalics@gmx.at>
958
959 * window.el (window--delete): Delete dedicated frame
960 unconditionally when argument KILL is non-nil. (Bug#9699)
961 (switch-to-buffer): Fix doc-string typo.
962
963 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
964
965 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
966
967 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
968
969 * bindings.el ([M-left],[M-right]): Bind to left-word and
970 right-word respectively.
971
972 2011-10-07 Glenn Morris <rgm@gnu.org>
973
974 * cus-start.el (debug-on-quit): Fix custom type.
975
976 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
977
978 * subr.el (define-key-after): Clarify that the function is not
979 useful for non-menu keymaps.
980
981 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
982
983 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
984
985 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
986 in current minibuffer (Fix bug with recursive minibuffers).
987
988 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
989
990 * progmodes/gdb-mi.el (gdb): Doc fix.
991
992 2011-10-05 Martin Rudalics <rudalics@gmx.at>
993
994 * window.el (frame-auto-hide-function): New option replacing
995 frame-auto-delete. Suggested by Stefan Monnier.
996 (window--delete): Call frame-auto-hide-function instead of
997 investigating frame-auto-delete.
998 (window-point-1, set-window-point-1): New functions.
999 (window-in-direction, record-window-buffer, window-state-get-1)
1000 (display-buffer-record-window): Use window-point-1 instead of
1001 window-point.
1002 (set-window-buffer-start-and-point): Use set-window-point-1.
1003
1004 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
1007
1008 2011-10-05 Glenn Morris <rgm@gnu.org>
1009
1010 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
1011 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
1012
1013 2011-10-05 Leo Liu <sdl.web@gmail.com>
1014
1015 * subr.el (read-char-choice): Fix argument to buffer-live-p which
1016 works with buffer object.
1017
1018 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * mpc.el (mpc-tool-bar-map): Add labels.
1021
1022 2011-10-04 Glenn Morris <rgm@gnu.org>
1023
1024 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1025
1026 2011-10-04 Martin Rudalics <rudalics@gmx.at>
1027
1028 * window.el (window--delete): New function.
1029 (frame-auto-delete): Resuscitate option.
1030 (bury-buffer, replace-buffer-in-windows)
1031 (quit-window): Rewrite using window--delete.
1032 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1033 Pass display-buffer-mark-dedicated to window--display-buffer-2
1034 (Bug#9639).
1035
1036 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1037
1038 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
1039 returns a list (bug#9554). Add remote file name completion.
1040 * comint.el (comint--table-subvert): Curry and get quote&unquote
1041 functions as arguments.
1042 (comint--complete-file-name-data): Adjust call accordingly.
1043 * pcomplete.el (pcomplete--table-subvert): Remove.
1044 (pcomplete-completions-at-point): Use comint--table-subvert instead.
1045
1046 * minibuffer.el (completion-table-case-fold): Use currying.
1047 (completion--styles-type, completion--cycling-threshold-type):
1048 New constants.
1049 (completion-styles, completion-category-overrides)
1050 (completion-cycle-threshold): Use them.
1051 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
1052 completion-table-case-fold.
1053
1054 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
1055
1056 * minibuffer.el (completion-category-overrides): Fix type of styles
1057 and add more user friendly tags (bug#9660).
1058
1059 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
1062 (mule-input-method-string): New widget.
1063 (default-input-method, language-info-custom-alist): Use it.
1064
1065 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1066
1067 * pcomplete.el: Require comint.
1068 (pcomplete--common-suffix): Remove.
1069 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
1070 (pcomplete--table-subvert): Sync with comint--table-subvert.
1071 (pcomplete--entries): Use comint-completion-file-name-table.
1072 * comint.el (comint-unquote-filename): Simplify.
1073 (comint-completion-file-name-table): New function (bug#9616).
1074 (comint--complete-file-name-data): Use it.
1075
1076 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
1077 (pcmpl-gnu-tar-buffer): Remove.
1078 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
1079 around. Make sure pcomplete-suffix-list is only changed temporarily.
1080 Don't look inside the tar's file if it's too large.
1081
1082 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
1083
1084 * cus-edit.el (custom-mode-map):
1085 * epa.el (epa-key-list-mode-map):
1086 * man.el (Man-mode-map):
1087 * startup.el (splash-screen-keymap):
1088 * simple.el (special-mode-map): Use scroll-up-command and
1089 scroll-down-command.
1090
1091 * progmodes/idlw-help.el (idlwave-help-mode-map):
1092 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
1093 * net/newst-plainview.el (newsticker-mode-map):
1094 * emulation/ws-mode.el (wordstar-mode-map):
1095 * emulation/vi.el (vi-com-map):
1096 * calc/calc-graph.el (calc-graph-show-dumb):
1097 * term/sun.el (terminal-init-sun):
1098 * term/ns-win.el (global-map):
1099 * progmodes/grep.el (grep-mode-map):
1100 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
1101 * mail/rmail.el (rmail-mode-map):
1102 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
1103
1104 * custom.el (custom-safe-themes, load-theme): Treat value of t for
1105 custom-safe-themes as special.
1106
1107 2011-10-01 Julien Danjou <julien@danjou.info>
1108
1109 * notifications.el (notifications-notify): Fix docstring.
1110
1111 2011-10-01 Per Starbäck <per@starback.se>
1112
1113 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
1114
1115 2011-09-30 Martin Rudalics <rudalics@gmx.at>
1116
1117 * startup.el (command-line-1): Fix last fix by inserting
1118 initial-scratch-message into *scratch* before displaying it.
1119 (Bug#9605) and (Bug#9636)
1120
1121 2011-09-29 Eli Zaretskii <eliz@gnu.org>
1122
1123 * simple.el (line-move): If auto-hscroll-mode is disabled and the
1124 window is hscrolled, move by logical lines. (Bug#9607)
1125 (line-move-visual): Update the doc string to the above effect.
1126
1127 2011-09-29 Martin Rudalics <rudalics@gmx.at>
1128
1129 * window.el (display-buffer-record-window): When WINDOW is the
1130 selected window use `point' instead of `window-point'. (Bug#9626)
1131
1132 * startup.el (command-line-1): Use insert-before-markers when
1133 inserting initial-scratch-message. (Bug#9605)
1134
1135 * help.el (help-window): Remove variable.
1136
1137 2011-09-29 Glenn Morris <rgm@gnu.org>
1138
1139 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
1140
1141 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
1142
1143 * descr-text.el (describe-char-categories): Accept category
1144 descriptions more than one line long.
1145
1146 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * simple.el (delete-trailing-whitespace): Fix last change.
1149
1150 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1151 Don't confuse "y => 3" as the beginning of a `y' operation.
1152
1153 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
1154 object has more than 4 slots (bug#9613).
1155
1156 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
1157
1158 * subr.el (with-output-to-temp-buffer):
1159 * net/quickurl.el (quickurl, quickurl-browse-url):
1160 Fix typos in docstrings.
1161
1162 2011-09-27 Eli Zaretskii <eliz@gnu.org>
1163
1164 * minibuffer.el (completion-styles)
1165 (completion-category-overrides): Cross reference each other in doc
1166 strings.
1167
1168 2011-09-27 Glenn Morris <rgm@gnu.org>
1169
1170 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
1171 to split-string. (Bug#9606)
1172
1173 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1174
1175 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
1176 (bug#9615).
1177
1178 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * emacs-lisp/package.el (list-packages): Fix echo area message.
1181
1182 2011-09-27 Leo Liu <sdl.web@gmail.com>
1183
1184 * ido.el (ido-read-internal): Accept cons cell HIST arg.
1185
1186 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
1187
1188 * net/dbus.el (dbus-unregister-object): Don't release services for
1189 registered signals. (Bug#9581)
1190
1191 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1192
1193 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
1194 function that picks between cfengine 2 and 3 support
1195 automatically. Update docs accordingly.
1196
1197 2011-09-22 Kenichi Handa <handa@m17n.org>
1198
1199 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
1200 ZERO.
1201 (indian-itrans-v5-table-for-tamil): New variable.
1202 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
1203
1204 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
1205
1206 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
1207 that's true if the current command involved collapsing of text.
1208 It's reset to false at the beginning of the next command.
1209 (allout-post-command-business): Move the cursor to the beginning
1210 of entry if the cursor is hidden and collapsing activity just
1211 happened.
1212
1213 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
1214
1215 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
1216 tracking (Bug#9541).
1217
1218 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
1219
1220 * net/newst-reader.el (newsticker-html-renderer)
1221 (newsticker-show-news): Automatically
1222 load html rendering package if newsticker-html-renderer is set.
1223 Fixes "Warning: defvar ignored because w3m-fill-column is
1224 let-bound" and the error "Symbol's value as variable is void:
1225 w3m-fill-column".
1226
1227 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
1228
1229 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
1230 Release services only if they are defined. (Bug#9581)
1231
1232 2011-09-23 Richard Stallman <rms@gnu.org>
1233
1234 * textmodes/paragraphs.el (forward-sentence): For backwards case,
1235 distinguish start of paragraph from start of its text.
1236
1237 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
1238
1239 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
1240 (rmail-generate-viewer-buffer): Put that hook on view buffer.
1241 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
1242
1243 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
1244
1245 * international/mule-diag.el (mule-diag): Insert a newline after
1246 each fontset description.
1247
1248 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 * simple.el (delete-trailing-whitespace):
1251 Document last change; simplify.
1252
1253 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
1254
1255 * simple.el (delete-trailing-whitespace): Also delete
1256 extra newlines at the end of the buffer.
1257
1258 * textmodes/picture.el: Make motion commands obey shift-select-mode.
1259 (picture-newline): Use forward-line so as to ignore fields.
1260
1261 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1262
1263 * subr.el (with-wrapper-hook): Fix edebug spec.
1264
1265 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1266
1267 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
1268 (bug#4538).
1269
1270 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
1271
1272 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1273 Fix nasty bug using wrong cached values.
1274
1275 2011-09-23 Alan Mackenzie <acm@muc.de>
1276
1277 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
1278
1279 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
1280
1281 * window.el (pop-to-buffer): Ensure right window is selected if we
1282 chose another frame.
1283
1284 2011-09-22 Eli Zaretskii <eliz@gnu.org>
1285
1286 * simple.el (what-cursor-position): Use get-char-property-change
1287 and next-single-char-property-change, to be able to show display
1288 properties that come from overlays as well as text properties.
1289
1290 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
1291
1292 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
1293
1294 * cmuscheme.el (run-scheme, switch-to-scheme):
1295 * cus-edit.el (customize-group, custom-buffer-create)
1296 (customize-browse):
1297 * info.el (info):
1298 * shell.el (shell):
1299 * mail/sendmail.el (mail):
1300 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
1301
1302 2011-09-22 Richard Stallman <rms@gnu.org>
1303
1304 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
1305 move back only to line beg, don't move back over blank lines.
1306
1307 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
1308
1309 * files.el (copy-directory): Set directory attributes only in case
1310 they could be retrieved from the source directory. (Bug#9565)
1311
1312 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
1313
1314 * progmodes/hideshow.el (hs-looking-at-block-start-p)
1315 (hs-find-block-beginning, hs-hide-level-recursive):
1316 Ignore strings as well as comments. (Bug#9502)
1317
1318 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
1319
1320 * progmodes/sql.el (sql-comint-postgres):
1321 Convert port number to a string. (Bug#9566)
1322
1323 2011-09-22 Martin Rudalics <rudalics@gmx.at>
1324
1325 * window.el (quit-window): Undedicate window when switching to
1326 previous buffer. Reported by Thierry Volpiatto
1327 <thierry.volpiatto@gmail.com>.
1328 (special-display-popup-frame): When popping up a new frame reset
1329 its previous buffers to nil. Simplify code.
1330
1331 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
1332
1333 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
1334 and process filter, as done also in `shell-command'.
1335
1336 2011-09-21 Martin Rudalics <rudalics@gmx.at>
1337
1338 * window.el (set-window-buffer-start-and-point):
1339 Call set-window-start with NOFORCE argument t. Suggested by Thierry
1340 Volpiatto <thierry.volpiatto@gmail.com>.
1341 (quit-window): Reword doc-string. Handle new format of
1342 quit-restore parameter. Don't delete window if it has a
1343 previous buffer we can show instead of the present one.
1344 (display-buffer-record-window): Rewrite using a new format for
1345 the quit-restore window parameter
1346 (special-display-popup-frame, display-buffer-same-window)
1347 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1348 (display-buffer-pop-up-window, display-buffer-use-some-window):
1349 Adapt symbol passed to display-buffer-record-window.
1350 * help.el (help-window-setup): Handle new format of quit-restore
1351 parameter.
1352
1353 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * faces.el (face-list): Fix docstring (bug#9564).
1356
1357 * window.el (display-buffer--action-function-custom-type):
1358 Don't include internal functions in the Custom interface.
1359
1360 2011-09-20 Juri Linkov <juri@jurta.org>
1361
1362 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
1363 (Info-forward-node, Info-backward-node, Info-next-preorder)
1364 (Info-last-preorder): Use it. (Bug#9528)
1365
1366 2011-09-20 Juri Linkov <juri@jurta.org>
1367
1368 * info.el (Info-last-preorder): Visit last menu item only when
1369 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
1370
1371 2011-09-20 Julien Danjou <julien@danjou.info>
1372
1373 * password-cache.el (password-cache-remove): Remove entries even if the
1374 value is nil, so that password with a nil value (negative caching) is
1375 possible to invalidate.
1376
1377 2011-09-20 Lawrence Mitchell <wence@gmx.li>
1378
1379 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
1380 all whitespace around breakpoint. (Bug#9553)
1381 (f90-find-breakpoint): Only break at whitespace inside a comment.
1382
1383 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * minibuffer.el (completion-file-name-table): Keep track of errors.
1386 (completion-table-with-predicate): Handle the case where pred1 is nil.
1387 * pcomplete.el (pcomplete-completions-at-point): Simplify.
1388
1389 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
1392 (debugger-return-value): Signal an error if the debugging context does
1393 not await any return value.
1394
1395 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
1396 * image-mode.el (image-toggle-display-text)
1397 (image-toggle-display-image): Stay away from evil `intangible'.
1398
1399 2011-09-19 Leo Liu <sdl.web@gmail.com>
1400
1401 * replace.el (occur-revert-arguments): Make it permanent-local.
1402 (occur-mode): Don't call font-lock-defontify.
1403
1404 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
1405
1406 * net/ldap.el (ldap-search-internal): Don't push empty search
1407 result (Bug#9508).
1408
1409 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
1412
1413 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
1414
1415 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
1416 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
1417
1418 2011-09-18 Juri Linkov <juri@jurta.org>
1419
1420 * buff-menu.el (Buffer-menu-mode-map):
1421 * dired.el (dired-mode-map):
1422 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
1423 (lisp-interaction-mode-map):
1424 * emacs-lisp/package.el (package-menu-mode-map):
1425 * epa.el (epa-key-list-mode-map):
1426 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
1427 (menu-bar-options-menu):
1428 * outline.el (outline-mode-menu-bar-map):
1429 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
1430 * vc/vc-dir.el (vc-dir-menu-map):
1431 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
1432 Capitalize non-function content words in menu item strings.
1433
1434 * dired.el (dired-mode-map): Add menu item for
1435 `image-dired-dired-toggle-marked-thumbs'.
1436
1437 2011-09-18 Juri Linkov <juri@jurta.org>
1438
1439 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
1440 to `isearch-case-fold-search' and restore its original value
1441 after the `isearch-mode' call.
1442
1443 2011-09-18 Juri Linkov <juri@jurta.org>
1444
1445 * progmodes/grep.el (grep-process-setup): Don't check code for 1
1446 because `zgrep' returns 1 for successful matches (bug#9226).
1447
1448 2011-09-18 Juri Linkov <juri@jurta.org>
1449
1450 * info.el (Info-extract-menu-node-name): Check the second match
1451 for empty string (second test-case of bug#9528).
1452 (Info-last-preorder): Let-bind `Info-history' to nil to not add
1453 intermediate nodes to the history (first test-case of bug#9528).
1454
1455 2011-09-18 Juri Linkov <juri@jurta.org>
1456
1457 * info.el (Info-mode-syntax-table): New variable.
1458 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312)
1459
1460 2011-09-18 Juri Linkov <juri@jurta.org>
1461
1462 * info.el (Info-file-supports-index-cookies): Increment
1463 line-beginning-position's arg from 3 to 4 because makeinfo outputs
1464 one more line for long file names (bug#4142).
1465
1466 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
1467
1468 * newcomment.el (comment-normalize-vars): If prompting for
1469 comment-start, set comment-start-skip too (Bug#8424).
1470
1471 2011-09-18 Johan Bockgård <bojohan@gnu.org>
1472
1473 * icomplete.el: Fix previous fix of Bug#5849.
1474 (icomplete-mode): Don't set completion-show-inline-help.
1475 (icomplete-minibuffer-setup): Set completion-show-inline-help
1476 locally during icompletion.
1477
1478 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
1479
1480 * woman.el (woman2-process-escapes): Don't delete unrecognized
1481 escapes (Bug#7843).
1482
1483 * files.el (inhibit-first-line-modes-regexps): Add image files.
1484 (hack-local-variables-prop-line): Return nil for malformed
1485 prop-lines (Bug#9044).
1486
1487 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
1488
1489 * net/tramp.el (top): Don't require 'shell.
1490 (tramp-methods): Fix docstring.
1491 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
1492 Return complete remote file name. Handle "smb" case.
1493 Use `tramp-tmpdir', if defined for the respective method.
1494 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
1495
1496 * net/tramp-compat.el (top): Require 'shell.
1497
1498 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1499 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
1500 `tramp-current-host'.
1501 (tramp-get-remote-tmpdir): Remove.
1502
1503 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
1504 `tramp-tmpdir' entries.
1505 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
1506 (tramp-smb-handle-file-attributes): Ignore errors.
1507 (tramp-smb-wait-for-output): Check also for process end.
1508
1509 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1510
1511 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
1512 when sending QUIT (bug#9312).
1513
1514 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
1515
1516 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
1517 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
1518 occur-mode-display-occurrence.
1519 (occur-edit-mode): Add usage message.
1520 (occur-cease-edit): New command.
1521 (occur-after-change-function): Use text properties to find the
1522 position of the prefix text.
1523 (occur-engine): Set stickiness of prefix text properties.
1524
1525 2011-09-17 Glenn Morris <rgm@gnu.org>
1526
1527 * progmodes/etags.el (complete-tag):
1528 Fix call to completion-in-region. (Bug#9526)
1529
1530 2011-09-17 Juri Linkov <juri@jurta.org>
1531
1532 * textmodes/ispell.el (ispell-word): Add to the error message
1533 the word, ispell program name and current dictionary (bug#9121).
1534 (ispell-tex-arg-end): Capitalize "error" in the error message.
1535
1536 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
1537
1538 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
1539 check. (Bug#4251)
1540
1541 2011-09-17 Juri Linkov <juri@jurta.org>
1542
1543 * window.el (window-safe-min-height, window-safe-min-width):
1544 Fix typos (followup to bug#9522).
1545
1546 2011-09-17 Sven Joachim <svenjoac@gmx.de>
1547
1548 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
1549
1550 2011-09-16 Eli Zaretskii <eliz@gnu.org>
1551
1552 * simple.el (line-move): If goal-column is set, move by logical
1553 lines, not by display lines. (Bug#971)
1554 (next-line, previous-line, goal-column, line-move-visual): Doc fix
1555 to reflect the above change.
1556
1557 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * image.el (imagemagick-register-types): Use regexp-opt.
1560
1561 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
1562
1563 * window.el (display-buffer-base-action): Rename from
1564 display-buffer-default-action. Make default value empty.
1565 (display-buffer-overriding-action): Convert to defvar.
1566 (display-buffer-fallback-action): New var.
1567
1568 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
1569
1570 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
1571 declaration.
1572 (package--add-to-archive-contents): If there is a duplicate entry
1573 with an older version, remove it.
1574 (package-menu-mark-delete, package-menu-mark-install)
1575 (package-menu-mark-unmark): Make unused args optional.
1576 (package-menu-mark-obsolete-for-deletion):
1577 Use package-menu-get-status instead of a regexp search.
1578 (package-menu-get-status): Use tabulated-list-entry.
1579 (package-menu-mark-upgrades): New command.
1580 (package-menu-mode-map): Bind it to U. Add it to menu bar.
1581 (package-menu-execute): Do installation before deletion.
1582 (package-menu-refresh, package-menu-execute): Use derived-mode-p
1583 instead of checking major-mode.
1584 (package-menu--find-upgrades): New function.
1585
1586 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1587
1588 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
1589 passwords in the log buffer.
1590 (smtpmail-process-filter): Update the process marker so that the
1591 "broken by peer" status message is inserted in the right place.
1592
1593 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1594
1595 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
1596 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
1597 bibtex-completion-at-point-function.
1598 (bibtex-completion-at-point-function): Use them.
1599
1600 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
1601
1602 * mpc.el (mpc-constraints-tag-lookup): New function.
1603 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
1604 also to browser "album|playlist".
1605
1606 2011-09-14 Juri Linkov <juri@jurta.org>
1607
1608 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
1609 (isearch-edit-string): Use length of `isearch-string' when
1610 `isearch-fail-pos' returns nil.
1611 (isearch-message): Remove duplicate code and call
1612 `isearch-fail-pos' with arg `t'.
1613
1614 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
1615
1616 * replace.el (occur-mode-goto-occurrence): Don't force using other
1617 window (Bug#9499).
1618
1619 * dired-aux.el (dired-do-chmod): Don't provide initial input.
1620
1621 2011-09-14 Martin Rudalics <rudalics@gmx.at>
1622
1623 * window.el (display-buffer-window): Remove.
1624 (display-buffer-record-window): Use help-setup window parameter
1625 instead of variable display-buffer-window.
1626 (display-buffer-function, special-display-buffer-names)
1627 (special-display-function): Mention help-setup parameter instead
1628 of display-buffer-window in doc-string.
1629 * help.el (help-window-setup): New argument help-window.
1630 Use help-window-setup parameter instead of display-buffer-window.
1631 Reword some messages.
1632 (with-help-window): Pass window used for displaying the buffer
1633 to help-window-setup. Don't set display-buffer-window.
1634
1635 2011-09-13 Glenn Morris <rgm@gnu.org>
1636
1637 * emacs-lisp/debug.el (debugger-make-xrefs):
1638 Preserve point. (Bug#9462)
1639
1640 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
1641
1642 * window.el (window-deletable-p): Use next-frame.
1643
1644 2011-09-13 Martin Rudalics <rudalics@gmx.at>
1645
1646 * window.el (window-auto-delete): Remove.
1647 (window-deletable-p): Remove argument FORCE. Don't deal with
1648 dedicatedness and previous buffers.
1649 (switch-to-prev-buffer): Don't delete window.
1650 (delete-windows-on): Delete a window's frame if and only if the
1651 window is dedicated.
1652 (replace-buffer-in-windows): Delete buffer's window or frame if
1653 and only if window is dedicated.
1654 (quit-window): Handle quit-restore as before last change.
1655 (bury-buffer): Delete window only if window-deletable-p returns t.
1656
1657 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
1658
1659 * window.el (window-deletable-p): Never delete the last frame on a
1660 given terminal.
1661
1662 2011-09-13 Glenn Morris <rgm@gnu.org>
1663
1664 * help.el (describe-key-briefly): Copy previous standard-output change.
1665
1666 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
1667
1668 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
1669
1670 2011-09-13 Glenn Morris <rgm@gnu.org>
1671
1672 * emacs-lisp/lisp-mode.el (lisp-indent-function):
1673 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
1674
1675 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
1676
1677 * dired-aux.el (dired-mark-read-string): Don't return default
1678 value on empty input (Bug#9361).
1679 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
1680 Omit initial minibuffer contents.
1681 (dired-do-chmod): Signal an error on empty input.
1682 (dired-mark-read-string): Don't return default on empty input.
1683
1684 * files.el (file-modes-symbolic-to-number): Doc fix.
1685
1686 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * international/mule-cmds.el (ucs-completions): Remove.
1689 (read-char-by-name): Use complete-with-action instead; add metadata.
1690
1691 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
1692
1693 * window.el (display-buffer--action-function-custom-type)
1694 (display-buffer--action-custom-type): New vars.
1695 (display-buffer-alist, display-buffer-default-action)
1696 (display-buffer-overriding-action): Add defcustom types.
1697
1698 * frame.el (delete-other-frames): Doc fix (Bug#276).
1699
1700 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1701
1702 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
1703
1704 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
1705
1706 Change modes that used same-window-* vars to use switch-to-buffer.
1707
1708 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
1709 Use switch-to-buffer.
1710
1711 * cus-edit.el (customize-group, custom-buffer-create)
1712 (customize-browse, custom-buffer-create-other-window):
1713 Use switch-to-buffer or switch-to-buffer-other-window.
1714
1715 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
1716 (Info-prev, Info-up, Info-speedbar-goto-node)
1717 (info-display-manual): Use switch-to-buffer.
1718 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
1719
1720 * mail/sendmail.el (mail): Use switch-to-buffer.
1721 (mail-recover): Use switch-to-buffer-other-window.
1722
1723 * cmuscheme.el (run-scheme, switch-to-scheme):
1724 * ielm.el (ielm):
1725 * shell.el (shell):
1726 * net/rlogin.el (rlogin):
1727 * net/telnet.el (telnet, rsh):
1728 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
1729
1730 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
1731
1732 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
1733
1734 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
1735
1736 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
1737 so don't mention it (bug#9301).
1738 (dired-sort-toggle-or-edit): Clarify string further.
1739
1740 * faces.el (face-spec-set-match-display): Make `(type graphic)'
1741 match `x', `w32' and `ns', like the manual says (bug#9029).
1742
1743 * subr.el (eval-after-load): Doc string clarification (bug#9125).
1744 (process-kill-buffer-query-function): Mention the buffer name in
1745 the query.
1746
1747 * image-mode.el (image-next-line): The line parameter is mandatory
1748 (bug#9258).
1749
1750 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
1751 which can be useful (bug#9301).
1752
1753 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
1754
1755 * subr.el (match-string): Mention that the current buffer should
1756 be the same as the search was done in (bug#9282).
1757
1758 * facemenu.el: Disable the remove-* commands if the mark isn't
1759 active (bug#9162).
1760
1761 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
1762
1763 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
1764 of display-buffer.
1765 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
1766
1767 * replace.el (occur-mode-goto-occurrence)
1768 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
1769 and display-buffer.
1770
1771 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
1772 display-buffer.
1773
1774 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
1775 special-display and same-window variables.
1776 (mail-other-window): Use switch-to-buffer-other-window.
1777 (mail-other-frame): USe switch-to-buffer-other-frame.
1778
1779 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
1780 Use display-buffer-other-frame.
1781 (gdb-display-gdb-buffer): Use pop-to-buffer.
1782
1783 * progmodes/gud.el (gud-goto-info): Use info-other-window.
1784
1785 * progmodes/python.el: Don't set same-window-buffer-names.
1786
1787 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
1788
1789 * window.el (display-buffer-alist): Add *Python*.
1790
1791 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
1792
1793 * window.el (display-buffer-alist): Add entry for buffers
1794 previously handled same-window-*.
1795 (display-buffer-alist, display-buffer-default-action)
1796 (display-buffer-overriding-action): Mark as risky.
1797 (display-buffer-alist): Document action function changes.
1798 (display-buffer--same-window-action)
1799 (display-buffer--other-frame-action): New variables.
1800 (switch-to-buffer, display-buffer-other-frame): Use them.
1801 (display-buffer): Rename reuse-frame entry to reusable-frames.
1802 (display-buffer-reuse-selected-window): Function deleted.
1803 (display-buffer-reuse-window): Handle reusable-frames alist entry.
1804 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
1805 (display-buffer-special): New function.
1806 (display-buffer--maybe-pop-up-frame-or-window): Rename from
1807 display-buffer-reuse-or-pop-window. Split off special-display
1808 part into display-buffer-special.
1809 (display-buffer-use-some-window): Don't perform any special
1810 pop-up-frames handling.
1811 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
1812 (display-buffer--maybe-same-window): Rename from
1813 display-buffer-maybe-same-window.
1814
1815 * info.el: Don't set same-window-regexps.
1816 (info-setup): New function.
1817 (info-other-window, info): Call it.
1818
1819 * cus-edit.el: Don't set same-window-regexps.
1820 (customize-group): New argument.
1821 (customize-group-other-window): Use it.
1822 (customize-face, customize-face-other-window): Likewise.
1823 (custom-buffer-create-other-window): Use pop-to-buffer directly.
1824
1825 * net/rlogin.el:
1826 * net/telnet.el:
1827 * progmodes/gud.el: Don't set same-window-regexps.
1828
1829 * cmuscheme.el:
1830 * ielm.el:
1831 * shell.el:
1832 * mail/sendmail.el:
1833 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
1834
1835 2011-09-10 Juri Linkov <juri@jurta.org>
1836
1837 * isearch.el (isearch-edit-string): Remove obsolete mention of
1838 `C-w' (`isearch-yank-word-or-char') from docstring.
1839 (isearch-query-replace): Fix typo in docstring (bug#9466).
1840
1841 2011-09-10 Juri Linkov <juri@jurta.org>
1842
1843 * paren.el (show-paren-function): Don't show escaped parens.
1844 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
1845
1846 2011-09-10 Eli Zaretskii <eliz@gnu.org>
1847
1848 * mail/sendmail.el (mml-to-mime, mml-attach-file)
1849 (mm-default-file-encoding): Remove autoload forms, they are
1850 replaced with autoload cookies in mml.el and mm-encode.el.
1851 (mail-add-attachment): New command.
1852 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
1853 (mail-mode): Mention mail-insert-file and mail-add-attachment in
1854 the doc string.
1855 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
1856
1857 2011-09-10 Reuben Thomas <rrt@sc3d.org>
1858
1859 * simple.el (count-words-region): Use buffer if there's no region
1860 (bug#9429).
1861
1862 2011-09-09 Juri Linkov <juri@jurta.org>
1863
1864 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
1865 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
1866 (wdired-isearch-filter-read-only): New function. (Bug#6362)
1867
1868 2011-09-09 Alan Mackenzie <acm@muc.de>
1869
1870 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
1871 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
1872
1873 2011-09-09 Eli Zaretskii <eliz@gnu.org>
1874
1875 Fix for Savannah bug#9392.
1876 * simple.el (mail-encode-mml): New defvar.
1877
1878 * mail/rmail.el (mail-encode-mml): Add a defvar.
1879 (rmail-enable-mime-composing): Default to t.
1880 (rmail-forward): Use MIME method of forwarding only if both
1881 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
1882 Set mail-encode-mml non-nil if the MIME method was used.
1883
1884 * mail/sendmail.el (mml-to-mime): Add autoload form.
1885 (mail-encode-mml): Add a defvar.
1886 (mail-mode): Make mail-encode-mml buffer-local and initialize it
1887 to nil.
1888 (mail-send): If mail-encode-mml is non-nil, run the outgoing
1889 message through mml-to-mime, and reset mail-encode-mml to nil.
1890
1891 2011-09-09 Glenn Morris <rgm@gnu.org>
1892
1893 * woman.el (woman-if-body): When processing an .el block,
1894 do not delete the next .el block as well. (Bug#9447)
1895 (woman-special-characters): Add oq, cq, and hy characters.
1896
1897 2011-09-08 Martin Rudalics <rudalics@gmx.at>
1898
1899 * window.el (window-deletable-p): Make sure window is live before
1900 invoking window-prev-buffers.
1901
1902 2011-09-08 Leo Liu <sdl.web@gmail.com>
1903
1904 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
1905
1906 2011-09-08 Juri Linkov <juri@jurta.org>
1907
1908 * progmodes/compile.el (compilation-environment): Make it
1909 a defcustom (bug#8340).
1910
1911 2011-09-08 Martin Rudalics <rudalics@gmx.at>
1912
1913 * window.el (frame-auto-delete): Rename to window-auto-delete.
1914 Make it control auto-deletion of windows and/or frames.
1915 (window-deletable-p): New argument FORCE. Rewrite conditions
1916 for deleting window/frame. (Bug#9419)
1917 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
1918 Rewrite handling of case when window/frame can be deleted.
1919 (delete-windows-on): Call window-deletable-p with new FORCE
1920 argument t. (Bug#9456)
1921
1922 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
1923
1924 * help-mode.el (help-mode): Restore autoload.
1925
1926 2011-09-07 Juri Linkov <juri@jurta.org>
1927
1928 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
1929 `compilation-environment'. Set buffer-local
1930 `compilation-environment' to `thisenv' later after (funcall mode).
1931 (Bug#8340)
1932
1933 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
1934 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
1935 instead of replacing its value. (Bug#8340)
1936
1937 2011-09-07 Juri Linkov <juri@jurta.org>
1938
1939 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
1940 based on text properties put by `grep-filter' instead of matching
1941 escape sequences.
1942 (grep-mode): Set buffer-local `compilation-error-screen-columns'
1943 to the value of `grep-error-screen-columns' (bug#9438).
1944
1945 2011-09-07 Juri Linkov <juri@jurta.org>
1946
1947 * simple.el (next-error-highlight, next-error-highlight-no-select):
1948 Doc fix (bug#9432).
1949
1950 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
1951
1952 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
1953 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
1954
1955 2011-09-07 Leo Liu <sdl.web@gmail.com>
1956
1957 * net/rcirc.el (rcirc-mode): Conditionally initialize
1958 rcirc-input-ring.
1959
1960 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * emacs-lisp/find-func.el (find-function-C-source): Only set
1963 find-function-C-source-directory after checking that we found a source
1964 file there (bug#9440).
1965
1966 2011-09-06 Alan Mackenzie <acm@muc.de>
1967
1968 * isearch.el (isearch-other-meta-char): Wherever a key list is
1969 unread, "unread" the prefix arg, too. This fixes bug #8901.
1970
1971 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1972
1973 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
1974
1975 2011-09-05 Juri Linkov <juri@jurta.org>
1976
1977 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
1978
1979 2011-09-05 Juri Linkov <juri@jurta.org>
1980
1981 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
1982 keeping point where processing of grep matches begins, and
1983 continue to delete remaining escape sequences from the same point.
1984 (grep-filter): Make leading zero optional in "0?1;31m" because
1985 git-grep emits "\033[1;31m" escape sequences unlike expected
1986 "\033[01;31m" as GNU Grep does (bug#9408).
1987 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
1988
1989 2011-09-05 Juri Linkov <juri@jurta.org>
1990
1991 * subr.el (y-or-n-p): Capitalize "yes".
1992
1993 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
1994
1995 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
1996 `tramp-cache-unload-hook' where appropriate.
1997 (tramp-methods): Rename `tramp-remote-sh' to
1998 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
1999 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
2000
2001 * net/tramp-sh.el (top): Don't require 'shell.
2002 (tramp-methods): Add `tramp-remote-shell' and
2003 `tramp-remote-shell-args' entries.
2004 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
2005 (tramp-sh-handle-shell-command): Remove.
2006 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2007 Use `tramp-remote-shell'.
2008
2009 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
2010
2011 * mail/sendmail.el (sendmail-query-once-function): Delete.
2012 (sendmail-query-once): Save directly to send-mail-function.
2013 Update message-send-mail-function too.
2014
2015 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
2016
2017 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
2018
2019 * progmodes/python.el (python-mode-map): Use correct function to
2020 start python interpreter from menu-bar (as reported by Geert
2021 Kloosterman).
2022 (inferior-python-mode-map): Fix typo.
2023 (python-shell-map): Remove.
2024
2025 2011-09-03 Deniz Dogan <deniz@dogan.se>
2026
2027 * net/rcirc.el (rcirc-print): Simplify code for
2028 rcirc-scroll-show-maximum-output. There is no need to walk
2029 through all windows to find the right one.
2030
2031 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
2032
2033 * help.el (help-return-method): Doc fix.
2034
2035 2011-09-03 Martin Rudalics <rudalics@gmx.at>
2036
2037 * window.el (window-deletable-p): Don't return a non-nil value
2038 when there's a buffer that was shown in the window before.
2039 (Bug#9419)
2040 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2041 Set window's previous buffers to nil.
2042
2043 2011-09-03 Eli Zaretskii <eliz@gnu.org>
2044
2045 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
2046 newline before and after the tag line, so it doesn't interfere
2047 with determining the paragraph direction of bidirectional text.
2048
2049 2011-09-03 Leo Liu <sdl.web@gmail.com>
2050
2051 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
2052
2053 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
2054
2055 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
2056 (pop-to-buffer): Change interactive spec. Pass second argument
2057 directly to display-buffer.
2058 (display-buffer): Fix interactive spec. Use functionp to
2059 distinguish between a function and a list of functions.
2060
2061 * abbrev.el (edit-abbrevs):
2062 * arc-mode.el (archive-extract):
2063 * autoinsert.el (auto-insert):
2064 * bookmark.el (bookmark-bmenu-list):
2065 * files.el (find-file):
2066 * view.el (view-buffer):
2067 * progmodes/compile.el (compilation-goto-locus):
2068 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
2069
2070 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
2071
2072 * window.el (display-buffer-alist): Doc fix.
2073 (display-buffer): Add docstring. Don't treat
2074 display-buffer-default specially.
2075 (display-buffer-reuse-selected-window)
2076 (display-buffer-same-window, display-buffer-maybe-same-window)
2077 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2078 (display-buffer-pop-up-window)
2079 (display-buffer-reuse-or-pop-window)
2080 (display-buffer-use-some-window): New functions.
2081 (display-buffer-default-action): Use them.
2082 (display-buffer-default): Delete.
2083 (pop-to-buffer-1): Fix choice of actions.
2084
2085 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 * minibuffer.el (completion--insert-strings): Don't get confused by
2088 completion entries that end with an LF char.
2089
2090 2011-09-01 Eli Zaretskii <eliz@gnu.org>
2091
2092 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
2093
2094 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
2095
2096 * window.el (display-buffer): Restore interactive spec.
2097 (display-buffer-same-window, display-buffer-other-window):
2098 New functions.
2099 (pop-to-buffer-1): New function. Use the above.
2100 (pop-to-buffer, pop-to-buffer-same-window): Use it.
2101 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
2102
2103 * view.el (view-buffer-other-window, view-buffer-other-frame):
2104 Just use pop-to-buffer.
2105
2106 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2107
2108 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
2109
2110 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
2111
2112 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
2113
2114 2011-08-31 Richard Stallman <rms@gnu.org>
2115
2116 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
2117 of the separation of rmail-view-buffer from rmail-buffer.
2118 If you say no to "replace original", the decrypt is in the
2119 view buffer. If you say yes, the decrypt goes into the
2120 rmail buffer also.
2121
2122 2011-08-31 Martin Rudalics <rudalics@gmx.at>
2123
2124 * window.el (display-buffer-window): Rewrite doc-string.
2125 (display-buffer-record-window): New function.
2126 (display-buffer-macro-specifiers)
2127 (display-buffer-even-window-sizes, display-buffer-set-height)
2128 (display-buffer-set-width, display-buffer-in-window)
2129 (display-buffer-reuse-window, display-buffer-split-specifiers)
2130 (display-buffer-side-specifiers, display-buffer-split-window-1)
2131 (display-buffer-split-window, display-buffer-split-atom-window)
2132 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2133 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
2134 (display-buffer-other-window-means-other-frame)
2135 (display-buffer-normalize-special)
2136 (display-buffer-normalize-default)
2137 (display-buffer-normalize-argument)
2138 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
2139 (display-buffer-normalize-specifiers, display-buffer-frame)
2140 (display-buffer-same-window, display-buffer-same-frame)
2141 (display-buffer-other-window)
2142 (display-buffer-same-frame-other-window)
2143 (display-buffer-other-frame, pop-to-buffer-same-window)
2144 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
2145 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
2146 (switch-to-buffer-same-frame)
2147 (switch-to-buffer-other-window-same-frame)
2148 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
2149 (display-buffer-alist-set-1, display-buffer-alist-set-2)
2150 (display-buffer-alist-set): Remove.
2151 (display-buffer-function, special-display-buffer-names)
2152 (special-display-regexps, special-display-function):
2153 In doc-string refer to display-buffer-window and quit-restore
2154 parameter.
2155 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
2156 (special-display-frame-alist, special-display-popup-frame)
2157 (same-window-buffer-names, same-window-regexps, same-window-p)
2158 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
2159 (split-window-preferred-function, split-height-threshold)
2160 (split-width-threshold, window-splittable-p)
2161 (split-window-sensibly, window--try-to-split-window)
2162 (window--frame-usable-p, even-window-heights)
2163 (window--even-window-heights, window--display-buffer-1)
2164 (window--display-buffer-2, display-buffer-other-frame):
2165 Restore old Emacs 23 code, order and doc-strings where applicable.
2166 (display-buffer-default, display-buffer-assq-regexp): New functions.
2167 (display-buffer-alist): Rewrite doc-string.
2168 (display-buffer-default-action)
2169 (display-buffer-overriding-action): New variables.
2170 (display-buffer, switch-to-buffer): Rewrite.
2171 (pop-to-buffer): Restore Emacs 23 behavior but use
2172 window-normalize-buffer-to-display.
2173 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2174 Restore Emacs 23 behavior but use
2175 window-normalize-buffer-to-switch-to.
2176 (pop-to-buffer-same-window): Rewrite.
2177 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
2178 Rewrite using Emacs 23 options.
2179
2180 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
2181
2182 * net/tramp.el (tramp-root-regexp): Remove.
2183 (tramp-completion-file-name-regexp-unified)
2184 (tramp-completion-file-name-regexp-separate)
2185 (tramp-completion-file-name-regexp-url): Don't use leading volume
2186 letter on win32 systems. (Bug#5303, Bug#9311)
2187 (tramp-drop-volume-letter): Simplify definition.
2188 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2189
2190 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
2193 (bug#9356).
2194
2195 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
2196
2197 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
2198
2199 2011-08-29 Juri Linkov <juri@jurta.org>
2200
2201 * isearch.el (isearch-done): Don't display message "Mark saved"
2202 when arg `edit' is non-nil to prevent its flicker in the echo area.
2203
2204 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
2205
2206 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
2207 obsolete packages for deletion.
2208
2209 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
2210
2211 * help-mode.el (help-mode-map): Add special-mode-map to parent.
2212 (help-mode): Derive help-mode from special-mode. Don't invoke
2213 view-mode from help-mode.
2214 (help-xref-override-view-map): Remove.
2215 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
2216 view-mode is not used anymore.
2217
2218 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
2219
2220 * server.el (server-port): Doc fix.
2221
2222 * cus-theme.el (custom-theme-choose-mode): Inherit from
2223 special-mode (Bug#9124).
2224 (custom-theme-choose-mode-map): Add special-mode to parent.
2225
2226 2011-08-28 Alan Mackenzie <acm@muc.de>
2227
2228 * progmodes/cc-fonts.el
2229 (c-make-font-lock-BO-decl-search-function): New function.
2230 (c-basic-matchers-after - "Fontify the clauses after various
2231 keywords"): Extract the three keyword lists for the 3 erroneous
2232 constructs from the list of four, and use the new function above
2233 in place of an old one.
2234
2235 2011-08-28 Deniz Dogan <deniz@dogan.se>
2236
2237 * net/rcirc.el (rcirc-insert-prev-input)
2238 (rcirc-insert-next-input): Remove unused argument.
2239
2240 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
2243
2244 2011-08-27 Alan Mackenzie <acm@muc.de>
2245
2246 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
2247 handle function pointer parameters properly.
2248
2249 2011-08-27 Martin Rudalics <rudalics@gmx.at>
2250
2251 * window.el (display-buffer-reuse-window): Fix case where
2252 selected window was reused with non-nil OTHER-WINDOW argument.
2253 (Bug#9381)
2254
2255 2011-08-27 Deniz Dogan <deniz@dogan.se>
2256
2257 * net/rcirc.el (rcirc-check-auth-status): Adding support for
2258 oftc's NickServ messages.
2259
2260 2011-08-27 Glenn Morris <rgm@gnu.org>
2261
2262 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
2263
2264 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
2265
2266 * emacs-lisp/package.el (package-install): Call package-initialize
2267 if called interactively.
2268
2269 2011-08-26 Leo Liu <sdl.web@gmail.com>
2270
2271 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
2272
2273 2011-08-25 Juri Linkov <juri@jurta.org>
2274
2275 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
2276 `search-whitespace-regexp' (bug#9364).
2277
2278 2011-08-25 Juri Linkov <juri@jurta.org>
2279
2280 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
2281 `regexp-search-ring' to their global values to protect from
2282 updating by `read-from-minibuffer' (bug#9185).
2283
2284 2011-08-25 Juri Linkov <juri@jurta.org>
2285
2286 * textmodes/ispell.el (ispell-command-loop): Add newline
2287 at the end of the "Use option `i'..." line.
2288
2289 2011-08-25 Juri Linkov <juri@jurta.org>
2290
2291 * battery.el (display-battery-mode): If `battery-status-function'
2292 or `battery-mode-line-format' is nil, display the message and set
2293 `display-battery-mode' to nil (bug#9363).
2294
2295 2011-08-25 Eli Zaretskii <eliz@gnu.org>
2296
2297 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
2298 bidi-string-mark-left-to-right; they are unnecessary now.
2299
2300 2011-08-25 Deniz Dogan <deniz@dogan.se>
2301
2302 * net/quickurl.el: Documentation typo fixes.
2303
2304 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
2305
2306 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
2307
2308 2011-08-25 Glenn Morris <rgm@gnu.org>
2309
2310 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2311
2312 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
2313 (smtpmail-via-smtp): Handle nil response from smtp.
2314
2315 2011-08-24 Juri Linkov <juri@jurta.org>
2316
2317 * proced.el (proced-marked): Inherit from `error' instead of
2318 `font-lock-warning-face'.
2319
2320 * ibuffer.el (ibuffer-marked-face): Change default face from
2321 `font-lock-warning-face' to `warning'.
2322 (ibuffer-deletion-face): Change default face from
2323 `font-lock-type-face' to `error'.
2324
2325 * battery.el (battery-update): Use the face `error' instead of
2326 `font-lock-warning-face' (bug#6117).
2327
2328 2011-08-24 Juri Linkov <juri@jurta.org>
2329
2330 * faces.el (success): Change face color from "Green3" to
2331 "ForestGreen" on light background (bug#9353).
2332
2333 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
2334
2335 * window.el (quit-window): Rename from quit-restore-window.
2336 Use same arglist as old quit-window.
2337 (frame-auto-delete): Doc fix.
2338
2339 * view.el (view-mode-exit): Use quit-window.
2340
2341 2011-08-24 Juri Linkov <juri@jurta.org>
2342
2343 * isearch.el (isearch-ring-adjust1): Start visiting previous
2344 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
2345 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
2346 for empty search string (when the last search string is reused
2347 automatically) to adjust the isearch ring to the last element and
2348 prepare the correct index for further M-p commands (bug#9185).
2349
2350 2011-08-24 Kenichi Handa <handa@m17n.org>
2351
2352 * international/ucs-normalize.el: If decomposition property of
2353 CHAR is the default one (i.e. a list of CHAR itself), treat it as
2354 nil.
2355 (nfd, nfkd): Likewise.
2356
2357 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2358
2359 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
2360 from process filters aren't reliably transmitted to the surrounding
2361 accept-process-output.
2362 (mpc-proc-check): New function.
2363 (mpc-proc-sync): Use it (bug#8293)
2364
2365 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2366
2367 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
2368 Add compatibility functions (bug#9313).
2369
2370 2011-08-23 Eli Zaretskii <eliz@gnu.org>
2371
2372 * cus-start.el (all): Add entry for bidi-paragraph-direction.
2373
2374 * international/uni-bidi.el: Regenerated.
2375
2376 2011-08-23 Kenichi Handa <handa@m17n.org>
2377
2378 * international/charprop.el:
2379 * international/uni-bidi.el:
2380 * international/uni-category.el:
2381 * international/uni-combining.el:
2382 * international/uni-comment.el:
2383 * international/uni-decimal.el:
2384 * international/uni-decomposition.el:
2385 * international/uni-digit.el:
2386 * international/uni-lowercase.el:
2387 * international/uni-mirrored.el:
2388 * international/uni-name.el:
2389 * international/uni-numeric.el:
2390 * international/uni-old-name.el:
2391 * international/uni-titlecase.el:
2392 * international/uni-uppercase.el: Regenerate.
2393
2394 2011-08-23 Martin Rudalics <rudalics@gmx.at>
2395
2396 * help.el (help-window-setup): Fix message displayed when other
2397 window is reused. (Bug#9341)
2398
2399 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
2402 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
2403
2404 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
2405 Mark obsolete.
2406 * shell.el (shell-parse-pcomplete-arguments): New function.
2407 (shell-completion-vars): Use it instead (bug#9160).
2408
2409 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
2412 strings and comments (bug#9333).
2413
2414 * emacs-lisp/debug.el (debug-arglist): New function.
2415 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
2416 (debug-on-entry-1): Handle interpreted closures (bug#9120).
2417
2418 2011-08-22 Juri Linkov <juri@jurta.org>
2419
2420 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2421 Revert regexp that highlights output switches to its old
2422 pre-2010-10-28 value and remove one `?' from it (bug#9319).
2423
2424 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
2425 to check for empty output (bug#9226).
2426
2427 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
2428
2429 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
2430 symbol-constituent as the default, as that stops font-lock from
2431 working properly (Bug#8843).
2432
2433 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2434
2435 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
2436 `coding-system-for-*' around the process open call to avoid
2437 auth-source side effects.
2438 (smtpmail-try-auth-methods): Expand the secret password.
2439 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
2440 probe hangs.
2441
2442 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
2443
2444 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
2445
2446 * emacs-lisp/find-func.el (find-function-noselect): New arg
2447 lisp-only.
2448
2449 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
2450 signal an error for built-in functions (Bug#6664).
2451
2452 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2453
2454 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
2455 (smtpmail-try-auth-methods): Use it.
2456
2457 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
2458
2459 * font-lock.el (font-lock-fontify-region)
2460 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
2461 (font-lock-default-unfontify-buffer)
2462 (font-lock-default-fontify-region)
2463 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
2464
2465 * progmodes/compile.el (compilation-error-properties):
2466 Fix confusion between file struct and message struct (Bug#9319).
2467 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
2468 `ant' regexp.
2469
2470 * net/browse-url.el (browse-url-firefox): Don't call
2471 browse-url-firefox-sentinel unless using -remote (Bug#9328).
2472
2473 2011-08-20 Glenn Morris <rgm@gnu.org>
2474
2475 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
2476
2477 * tutorial.el (tutorial--default-keys): Update some default bindings.
2478
2479 * files.el (hack-local-variables): Fully ignore case for "mode:".
2480
2481 2011-08-20 Alan Mackenzie <acm@muc.de>
2482
2483 Resolve invalid use of a regexp in regexp-opt.
2484
2485 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
2486 detection for a java annotation.
2487
2488 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
2489 detection for a java annotation.
2490
2491 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
2492 handling for java.
2493 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
2494
2495 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
2496
2497 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
2498 (Bug#9274).
2499
2500 2011-08-20 Alan Mackenzie <acm@muc.de>
2501
2502 * Fontify CPP expressions correctly when starting in the middle of
2503 such a construct. Mainly for when jit-lock etc. starts a chunk
2504 here.
2505
2506 * progmodes/cc-fonts.el (c-font-lock-context): new buffer local
2507 variable.
2508 (c-make-font-lock-search-form): new function, extracted from
2509 c-make-font-lock-search-function.
2510 (c-make-font-lock-search-function): Use the above function.
2511 (c-make-font-lock-context-search-function): New function.
2512 (c-cpp-matchers): Enhance the preprocessor expression case with
2513 the above function
2514 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
2515 which takes an expression.
2516
2517 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
2518
2519 2011-08-20 Martin Rudalics <rudalics@gmx.at>
2520
2521 * window.el (display-buffer-reuse-window)
2522 (display-buffer-pop-up-window): Don't reuse or split a side
2523 window.
2524
2525 2011-08-19 Glenn Morris <rgm@gnu.org>
2526
2527 * files.el (hack-local-variables-prop-line, hack-local-variables):
2528 Downcase "Mode:". (Bug#9331)
2529
2530 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
2531
2532 * international/characters.el: Add L and R categories.
2533
2534 * subr.el (bidi-string-mark-left-to-right): Rename from
2535 string-mark-left-to-right. Use category search.
2536
2537 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
2538
2539 2011-08-18 Juri Linkov <juri@jurta.org>
2540
2541 * faces.el (error, warning, success): New faces with definitions
2542 copied from old default values of `font-lock-warning-face',
2543 `compilation-warning', `compilation-info' (bug#6117).
2544
2545 * font-lock.el (font-lock-warning-face): Inherit from `error'.
2546
2547 * progmodes/compile.el (compilation-error): Inherit from `error'.
2548 (compilation-warning): Inherit from `warning'.
2549 (compilation-info): Inherit from `success'.
2550
2551 * dired.el (dired-marked): Inherit from `warning'.
2552 (dired-flagged): Inherit from `error'.
2553
2554 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2555
2556 * mail/smtpmail.el (auth-source): Require to avoid problems with
2557 binding variables (bug#9298). Also clean up some unused
2558 autoloads.
2559
2560 * net/network-stream.el (network-stream-open-starttls):
2561 Support using starttls.el without using gnutls-cli.
2562
2563 2011-08-17 Juri Linkov <juri@jurta.org>
2564
2565 * progmodes/grep.el (rgrep): Handle the case when
2566 `grep-find-command' is a cons cell (bug#9278).
2567
2568 2011-08-17 Martin Rudalics <rudalics@gmx.at>
2569
2570 * window.el (display-buffer-pop-up-frame): Run frame creation
2571 function with BUFFER current (as special-display-popup-frame
2572 does). Reported by Drew Adams.
2573
2574 2011-08-17 Daiki Ueno <ueno@unixuser.org>
2575
2576 * epa-mail.el: Simplify GnuPG group expansion using
2577 epg-expand-group.
2578 (epa-mail-group-alist, epa-mail-group-modtime)
2579 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
2580 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
2581 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
2582 Remove.
2583
2584 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
2585
2586 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
2587
2588 2011-08-16 Alan Mackenzie <acm@muc.de>
2589
2590 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
2591 Correct, to avoid the inside of macros.
2592
2593 2011-08-16 Richard Stallman <rms@gnu.org>
2594
2595 * epa-mail.el: Handle GnuPG group definitions.
2596 (epa-mail-group-alist, epa-mail-group-modtime)
2597 (epa-mail-gnupg-conf-file): New variables.
2598 (epa-mail-parse-groups, epa-mail-sync-groups)
2599 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
2600 (epa-mail-expand-recipients): New functions.
2601 (epa-mail-encrypt): Call epa-mail-expand-recipients.
2602
2603 * mail/rmail.el (rmail-epa-decrypt): New command.
2604
2605 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
2606 Don't bind buffer-read-only, just inhibit-read-only.
2607 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
2608 (epa-decrypt-armor-in-region): Make error message clearer.
2609
2610 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2611
2612 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
2613 and "a2b" to "ab" for `prefix'.
2614
2615 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
2616
2617 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
2618 filter groups.
2619 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
2620 Fourquet (Bug#8804).
2621
2622 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
2623
2624 * startup.el (argi): Declare as global variable (bug#9275).
2625
2626 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
2627
2628 * subr.el (string-mark-left-to-right): Search the entire string
2629 for RTL script, not just the terminating character. Doc fix.
2630
2631 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2632
2633 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
2634 New function.
2635 (js--regexp-literal, js-syntax-propertize-function): Remove.
2636 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
2637 (js-mode-map): Don't rebind electric keys.
2638 (js-insert-and-indent): Remove.
2639 (js-mode): Setup electric-layout and electric-indent instead.
2640
2641 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
2642
2643 2011-08-12 Daiki Ueno <ueno@unixuser.org>
2644
2645 * epa.el (epa-progress-callback-function): Fix the logic of
2646 displaying progress.
2647 * epa-file.el (epa-file-insert-file-contents): Make progress
2648 display more user-friendly.
2649 (epa-file-write-region): Ditto.
2650
2651 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
2652
2653 * subr.el (string-mark-left-to-right): New function.
2654
2655 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
2656 Use string-mark-left-to-right.
2657 (list-buffers-noselect): Caller changed.
2658
2659 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
2660 Use string-mark-left-to-right.
2661 (tabulated-list-print): Recenter after moving point.
2662
2663 2011-08-10 Juri Linkov <juri@jurta.org>
2664
2665 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
2666 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
2667 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
2668
2669 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
2670
2671 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
2672 (Bug#7554).
2673
2674 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
2675
2676 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
2677 character. (Bug#6594)
2678
2679 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
2680
2681 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
2682 (image-dired--with-db-file): New macro.
2683 (image-dired-write-tags, image-dired-remove-tag)
2684 (image-dired-create-gallery-lists, image-dired-write-comments)
2685 (image-dired-get-comment, image-dired-mark-tagged-files)
2686 (image-dired-list-tags, image-dired-gallery-generate): Use it.
2687 (image-dired-gallery-generate): Use insert-file-contents.
2688
2689 * time.el (display-time-world-list, display-time-world-display):
2690 * time-stamp.el (time-stamp-string):
2691 * vc/add-log.el (add-change-log-entry): Use setenv instead of
2692 set-time-zone-rule (Bug#7337).
2693
2694 2011-08-08 Daiki Ueno <ueno@unixuser.org>
2695
2696 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
2697 (epg-error-to-string, epg-errors-to-string): New function.
2698 (epg-wait-for-completion): Reverse errors list.
2699 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
2700 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
2701 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
2702 (epg-sign-keys, epg-generate-key-from-file)
2703 (epg-generate-key-from-string): Format errors by using
2704 epg-errors-to-string (bug#9255).
2705 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
2706
2707 2011-08-07 Juri Linkov <juri@jurta.org>
2708
2709 * faces.el (list-faces-display): Remove extra angle bracket
2710 from `help-mode-map'.
2711
2712 * info.el (Info-history-toc-nodes): Doc fix.
2713
2714 * longlines.el (longlines-mode): Doc fix.
2715
2716 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
2719 of statements and in a few more cases (bug#9183).
2720
2721 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
2722 New functions.
2723 (cl-transform-lambda): Use them (bug#9239).
2724
2725 2011-08-05 Martin Rudalics <rudalics@gmx.at>
2726
2727 * window.el (display-buffer-same-window)
2728 (display-buffer-same-frame, display-buffer-other-window)
2729 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
2730 (pop-to-buffer-other-window)
2731 (pop-to-buffer-same-frame-other-window)
2732 (pop-to-buffer-other-frame): Make them defuns.
2733 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
2734
2735 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * subr.el (make-composed-keymap): Move from C. Change calling
2738 convention, and improve docstring to bring attention to a subtle point.
2739 * minibuffer.el (completing-read-default): Adjust accordingly.
2740
2741 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
2742
2743 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
2744 (tramp-open-shell): Use `tramp-shell-quote-argument'.
2745
2746 * net/trampver.el: Update release number.
2747
2748 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2749
2750 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
2751 "in" (bug#9190).
2752
2753 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2754
2755 * mail/sendmail.el (sendmail-query-once): Restore the current
2756 buffer after querying (bug#9074).
2757
2758 * dired.el (dired-flagged): Use different faces for marked and
2759 flagged files (bug#6117).
2760
2761 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
2762 (bug#4433).
2763
2764 * ido.el (ido-mode): Switch off the message if called
2765 non-interactively.
2766
2767 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
2768 before 587, since it appears that that's more likely to work for
2769 more people.
2770
2771 * cus-edit.el (custom-file): When running under emacs -q, always
2772 refuse to save the customisations, even if the .emacs file doesn't
2773 exist.
2774
2775 * info.el: Remove the `Info-beginning-of-buffer' function
2776 (bug#8325).
2777
2778 * net/network-stream.el (network-stream-open-starttls):
2779 Use `starttls-available-p' to see whether starttls.el can be used.
2780
2781 2011-08-01 Martin Rudalics <rudalics@gmx.at>
2782
2783 * window.el (display-buffer-in-window): Don't set dedicated status
2784 of window here (Bug#9215).
2785 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2786 (display-buffer-pop-up-side-window)
2787 (display-buffer-in-side-window): Set dedicated status of window here.
2788
2789 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2790
2791 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
2792 before binding generated-autoload-file.
2793
2794 2011-08-01 Deniz Dogan <deniz@dogan.se>
2795
2796 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
2797
2798 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
2799
2800 Sync with Tramp 2.2.2.
2801
2802 * net/trampver.el: Update release number.
2803
2804 2011-07-30 Juri Linkov <juri@jurta.org>
2805
2806 * dired-aux.el (dired-touch-initial): Remove function.
2807 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
2808 current time, and `default' to the last modification time of the
2809 current marked file (bug#6887).
2810
2811 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
2812
2813 * simple.el (goto-line): Use string-to-number to provide a
2814 numeric argument to read-number (bug#9163).
2815
2816 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
2817
2818 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
2819 connection process, it could be nil.
2820
2821 2011-07-27 Leo Liu <sdl.web@gmail.com>
2822
2823 Simplify url handling in rcirc-mode.
2824
2825 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
2826 (rcirc-browse-url-at-mouse): Remove.
2827 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
2828
2829 2011-07-26 Alan Mackenzie <acm@muc.de>
2830
2831 Fontify bitfield declarations properly.
2832
2833 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
2834 (c-symbol-chars): Now exported as a lang variable.
2835 (c-not-primitive-type-keywords): New lang variable.
2836
2837 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
2838 QT keyword "more" to prevent "more slots: ...." being spuriously
2839 parsed as a bitfield declaraion.
2840
2841 * progmodes/cc-engine.el (c-beginning-of-statement-1):
2842 Refactor and enhance to handle bitfield declarations.
2843 (c-punctuation-in): New function.
2844 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
2845 declarations properly.
2846
2847 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
2848
2849 * calendar/icalendar.el (icalendar--all-events): Take care of
2850 multiple vcalendars in a single file.
2851 (icalendar--convert-float-to-ical): Checkdoc fixes.
2852
2853 2011-07-25 Deniz Dogan <deniz@dogan.se>
2854
2855 * image.el (insert-image): Clarifying docstring.
2856
2857 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
2858
2859 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
2860 `tramp-send-command-and-check' if there is no error.
2861 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
2862
2863 2011-07-22 Alan Mackenzie <acm@muc.de>
2864
2865 Prevent cc-langs.elc being loaded at run time.
2866
2867 * progmodes/cc-mode.el: Remove two autoload forms which loaded
2868 cc-langs.
2869
2870 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
2871 "(require 'cc-langs)". Quote a form so it will evaluate at
2872 (cc-mode's) compilation time.
2873
2874 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
2875
2876 * net/tramp.el (tramp-file-name-handler): Avoid recursive
2877 loading. (Bug#9114)
2878
2879 2011-07-21 Martin Rudalics <rudalics@gmx.at>
2880
2881 * window.el (display-buffer-pop-up-window)
2882 (display-buffer-pop-up-side-window)
2883 (display-buffer-in-side-window): Call display-buffer-set-height
2884 and display-buffer-set-width after setting the new window's
2885 buffer so `fit-window-to-buffer' and friends work on the right buffer.
2886
2887 2011-07-20 Sam Steingold <sds@gnu.org>
2888
2889 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
2890 (etags-tags-included-tables): Call `convert-standard-filename' on
2891 the file names contained in TAGS so that windows Emacs can handle
2892 TAGS files created by cygwin ctags.
2893
2894 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2895
2896 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
2897 which apparently didn't work.
2898
2899 2011-07-19 Roland Winkler <winkler@gnu.org>
2900
2901 * proced.el (proced-send-signal): For *Marked Processes* buffer
2902 put point at beginning of buffer.
2903
2904 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
2905
2906 * proced.el (proced-format): Make header lines align with the text
2907 (bug#1779).
2908
2909 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2910
2911 * view.el (view-buffer): Allow running in `special' modes if we're
2912 visiting a file (bug#8615).
2913
2914 2011-07-19 Martin Rudalics <rudalics@gmx.at>
2915
2916 * window.el (display-buffer-alist-of-strings-p)
2917 (display-buffer-alist-set-1, display-buffer-alist-set-2):
2918 New functions.
2919 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
2920 more accurately.
2921
2922 2011-07-18 Alan Mackenzie <acm@muc.de>
2923
2924 Fontify declarators properly when, e.g., a jit-lock chunk begins
2925 inside a declaration.
2926
2927 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
2928
2929 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2930 New function.
2931 (c-complex-decl-matchers): Insert reference to
2932 c-font-lock-enclosing-decls.
2933
2934 * progmodes/cc-engine.el (c-backward-single-comment):
2935 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
2936 to nil around calls to (forward-comment -1).
2937
2938 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2939
2940 * image.el (put-image): Doc typo fix.
2941
2942 * progmodes/etags.el (tags-search): Doc typo fix.
2943
2944 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
2945 password if we get errors 550 to 554.
2946
2947 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2948
2949 * net/gnutls.el (gnutls-log-level): Remove.
2950
2951 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
2952 indentation character (bug#6380).
2953
2954 * files.el (buffer-offer-save): Made permanently local (bug#6241).
2955
2956 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
2957 to clarify what the problem is (bug#4291).
2958
2959 * simple.el (current-kill): Clarify what
2960 `interprogram-paste-function' does (bug#7500).
2961 (auto-fill-mode): Document `auto-fill-function' in relation to
2962 `auto-fill-mode' (bug#2470).
2963
2964 2011-07-16 Lawrence Mitchell <wence@gmx.li>
2965
2966 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
2967 method if slot is read-only (bug#9035).
2968
2969 2011-07-16 Martin Rudalics <rudalics@gmx.at>
2970
2971 * frame.el (select-frame-set-input-focus): New argument NORECORD.
2972 * window.el (pop-to-buffer): Select window used even if it was
2973 selected before, see discussion of (Bug#8615), (Bug#6954).
2974 Pass argument NORECORD on to select-frame-set-input-focus.
2975
2976 2011-07-15 Glenn Morris <rgm@gnu.org>
2977
2978 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
2979 Respect help-form.
2980
2981 2011-07-09 Lawrence Mitchell <wence@gmx.li>
2982
2983 * net/gnutls.el (gnutls-min-prime-bits): New variable.
2984 (gnutls-negotiate): Use it.
2985
2986 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2987
2988 * net/gnutls.el (gnutls-negotiate):
2989 Upcase `gnutls-algorithm-priority'.
2990
2991 2011-07-15 Glenn Morris <rgm@gnu.org>
2992
2993 * jka-compr.el (jka-compr-verbose): Move from here...
2994 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
2995 Add missing :version tag.
2996 * info.el: No need to require jka-compr when compiling.
2997
2998 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2999
3000 * net/gnutls.el (gnutls-algorithm-priority): New variable.
3001 (gnutls-negotiate): Use it.
3002
3003 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
3004
3005 * info.el (Info-beginning-of-buffer): New command.
3006 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
3007 announcing `b' as the key (bug#8325).
3008 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
3009
3010 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
3011
3012 * international/mule-cmds.el
3013 (describe-specified-language-support): Make the error message
3014 clearer (bug#8905).
3015
3016 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
3017
3018 * isearch.el (isearch-barrier): Add a doc string, since it's
3019 mentioned in a function doc string (bug#8678).
3020
3021 2011-07-15 Martin Rudalics <rudalics@gmx.at>
3022
3023 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
3024 buffer argument (Bug#9083) and self-identifying label argument.
3025
3026 2011-07-15 Glenn Morris <rgm@gnu.org>
3027
3028 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
3029
3030 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3031
3032 * man.el (Man-fontify-manpage): Fix message when formatting the
3033 man page (bug#7929).
3034
3035 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3036
3037 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
3038 argument LRM; if non-nil, append an invisible LRM character to the
3039 buffer name.
3040 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
3041 last argument non-nil, when formatting buffer names.
3042 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
3043 paragraph direction.
3044
3045 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3046
3047 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
3048 the man page name (bug#7929).
3049
3050 * image.el (put-image): Mention the `put-image' overlay property
3051 (bug#7834).
3052
3053 * scroll-bar.el (set-scroll-bar-mode): Mention that
3054 `scroll-bar-mode' lists the values (bug#7772).
3055
3056 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
3057 command (bug#7729).
3058
3059 * rect.el (apply-on-rectangle): Return the point after the last
3060 operation.
3061 (string-rectangle): Go to the point after the last operation
3062 (bug#7522).
3063
3064 * printing.el (pr-toggle-region): Clarify the documentation
3065 slightly (bug#7493).
3066
3067 * time.el (display-time-update):
3068 Allow `display-time-mail-function' to return nil (bug#7158).
3069 Fix suggested by Detlev Zundel.
3070
3071 * vc/diff.el (diff): Clarify the order the file names are read
3072 (bug#7111).
3073
3074 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
3075 the doc string (bug#7015).
3076
3077 * font-lock.el (font-lock-maximum-decoration): Mention what
3078 numeric levels mean (bug#6935).
3079
3080 * startup.el (initial-buffer-choice): Don't mention the `none'
3081 selection, which is against policy.
3082
3083 2011-07-14 Martin Rudalics <rudalics@gmx.at>
3084
3085 * window.el (display-buffer-normalize-special):
3086 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
3087
3088 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3089
3090 * subr.el (version<, version<=, version=): Mention "-CVS" and
3091 "-12345" alpha version numbers.
3092
3093 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
3094
3095 * bindings.el: Add advertised binding for set-mark-command
3096 (Bug#5772).
3097
3098 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
3099
3100 * bindings.el (mode-line-other-buffer):
3101 * bookmark.el (bookmark-bmenu-2-window):
3102 * bs.el (bs-cycle-next, bs-cycle-previous):
3103 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
3104 switch-to-buffer.
3105
3106 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
3107 Delete.
3108
3109 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
3110
3111 * follow.el (follow-debug-message, follow-redisplay):
3112 * jka-cmpr-hook.el (with-auto-compression-mode):
3113 Fix typos in docstrings.
3114
3115 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3116
3117 * subr.el (with-silent-modifications): Clarify somewhat what the
3118 macro inhibits (bug#6525).
3119
3120 * simple.el (eval-expression): Note what it does if called
3121 interactively (bug#6495).
3122
3123 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
3124
3125 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
3126 Use pop-to-buffer buffer-or-name if it is nil.
3127
3128 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3129 Remove switch-to-buffer.
3130
3131 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3132
3133 * files.el (make-directory): Clarify that an error will be raised
3134 if there's an error (bug#6397).
3135
3136 * startup.el (initial-buffer-choice): Add `none' as a choice
3137 (bug#6234).
3138
3139 * subr.el (add-hook): Clarify section about buffer-local hooks
3140 (bug#6218).
3141
3142 * dired.el (dired-flagged): Clarify doc string (bug#6117).
3143
3144 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
3145
3146 * tabify.el (untabify): Preserve the current column so that point
3147 doesn't move (bug#6032).
3148
3149 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3150
3151 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
3152 Rewrite to avoid awkward possessive "s" (bug#5986).
3153
3154 2011-07-13 Glenn Morris <rgm@gnu.org>
3155
3156 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
3157 (dired-insert-directory): Give a message the first time
3158 if ls is found not to support --dired.
3159
3160 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3161
3162 * simple.el (toggle-truncate-lines): Clarify what is toggled
3163 (bug#5580). Text by Drew Adams.
3164
3165 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
3166
3167 * simple.el (blink-matching-open): Make the error message from the
3168 last change less verbose.
3169
3170 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3171
3172 * font-lock.el (font-lock-comment-face): Use the high contrast
3173 "yellow" color for font-lock-comment-face on low color terminals
3174 using a dark background color (bug#4221).
3175
3176 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3177
3178 * dired.el (dired-insert-set-properties): Make the doc string
3179 reflect what it does now (bug#5325).
3180
3181 * simple.el (blink-matching-open): Say that we were unable to find
3182 the match within the limit, if we're limited (bug#5122).
3183
3184 * international/mule-cmds.el (prefer-coding-system): Add an
3185 example (bug#4869).
3186
3187 * progmodes/etags.el (tags-search): Document `file-list-form'
3188 (bug#4731).
3189
3190 2011-07-13 Lawrence Mitchell <wence@gmx.li>
3191
3192 * net/browse-url.el (browse-url-default-browser)
3193 (browse-url-browser-function): Make the default browser choice a
3194 bit more logical (bug#4300). Also clean up the doc string.
3195
3196 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
3197
3198 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
3199 binary endings (bug#4440).
3200
3201 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3202
3203 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
3204 which can be pretty annoying (bug#8971).
3205
3206 * jka-compr.el (jka-compr-verbose): New variable, and use
3207 throughout (bug#8971).
3208
3209 * info.el (Info-find-file): Fall back on the installation
3210 directory if we can't find the info node anywhere else.
3211
3212 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
3213
3214 * vc/vc.el (vc-revert-file):
3215 Don't set file time-stamp in the past. (Bug#5181)
3216
3217 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3218
3219 * files.el (after-find-file): Give a better error message when
3220 trying to find a symlink that points to a file that doesn't exist
3221 (bug#4398).
3222
3223 * progmodes/cc-vars.el: Remove (probably) misleading comment
3224 (bug#4396).
3225
3226 2011-07-12 Johan Bockgård <bojohan@gnu.org>
3227
3228 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
3229
3230 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3231
3232 * mouse-sel.el: Hack restoring functionality, while keeping
3233 compatibility with 2010-07-03 changes to mouse selection.
3234 (mouse-sel-primary-overlay): New var.
3235 (mouse-sel-selection-alist): Use it.
3236 (mouse-sel-mode): Doc fix; remove points that are default features
3237 of mouse.el.
3238
3239 2011-07-12 Johan Bockgård <bojohan@gnu.org>
3240
3241 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3242 Fix previous fix (bug#2490).
3243
3244 2011-07-12 Roland Winkler <winkler@gnu.org>
3245
3246 * textmodes/bibtex.el (bibtex-initialize):
3247 Use pop-to-buffer-same-window.
3248 (bibtex-search-entries): Fix interactive call.
3249
3250 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3251
3252 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3253 Fontise bytecomp Error lines more correctly (bug#2490).
3254 Fix suggested by Johan Bockgård.
3255
3256 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
3257
3258 * dired-x.el (dired-guess-default): Use `delete-dups'.
3259
3260 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3261
3262 * dired.el (dired-mark-prompt):
3263 * dired-aux.el (dired-read-shell-command): Doc fix.
3264
3265 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3266
3267 * mail/sendmail.el (sendmail-query-once):
3268 Use `customize-save-variable' unconditionally, now that it works under
3269 emacs -Q.
3270
3271 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
3272
3273 * cus-edit.el (custom-file): Take an optional no-error variable.
3274 (customize-save-variable): Set the variable, and give a warning if
3275 running under "emacs -q".
3276
3277 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
3278
3279 * loadhist.el (unload-feature-special-hooks):
3280 Add `auto-coding-functions', `fill-nobreak-predicate' and
3281 `find-directory-functions' (bug#5327).
3282
3283 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3284
3285 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
3286
3287 * cus-edit.el (custom-guess-name-alist): -alist variables should
3288 use the `alist' type (bug#3120). Suggested by Drew Adams.
3289
3290 * printing.el: Add documentation to all the `pr-toggle-' commands.
3291
3292 2011-07-11 Leo <sdl.web@gmail.com> (tiny change)
3293
3294 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
3295 backends where it makes sense (bug#2623).
3296
3297 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3298
3299 * dired-x.el (dired-guess-default): Remove duplicate shell command
3300 entries (bug#2028).
3301 (dired-guess-default): Fix grammar in doc string (bug#2028).
3302 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
3303
3304 * subr.el (remove-duplicates): New conveniency function.
3305
3306 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3307
3308 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
3309 (bug#1526).
3310
3311 2011-07-10 Martin Rudalics <rudalics@gmx.at>
3312
3313 * window.el (display-buffer-normalize-default): Don't invert
3314 meaning of even-window-heights. Reported by Eli Zaretskii
3315 <eliz@gnu.org>.
3316
3317 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
3318
3319 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
3320
3321 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
3322
3323 * window.el (display-buffer): Fix arguments to
3324 display-buffer-reuse-window in last change.
3325
3326 * faces.el (link): Use a less saturated blue on light backgrounds.
3327
3328 * startup.el (fancy-startup-text, fancy-about-text)
3329 (fancy-startup-tail): Use font-lock faces, for background safety.
3330
3331 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
3332
3333 * emulation/viper-cmd.el (viper-change-state-to-vi):
3334 Limit triggering of abbrev expansion (Bug#9038).
3335
3336 2011-07-09 Martin Rudalics <rudalics@gmx.at>
3337
3338 * window.el (display-buffer-default-specifiers): Remove.
3339 (display-buffer-macro-specifiers): Remove default specifiers.
3340 (display-buffer-alist): Default to nil.
3341 (display-buffer-reuse-window): New optional argument other-window.
3342 (display-buffer-pop-up-window): Allow splitting internal
3343 windows. Check whether a live window was created.
3344 (display-buffer-other-window-means-other-frame)
3345 (display-buffer-normalize-arguments): Rename to
3346 display-buffer-normalize-argument and rewrite. Set the
3347 other-window specifier.
3348 (display-buffer-normalize-special): New function.
3349 (display-buffer-normalize-options): Rename to
3350 display-buffer-normalize-default and rewrite.
3351 (display-buffer-normalize-options-inhibit): Remove.
3352 (display-buffer-normalize-specifiers): Rewrite.
3353 (display-buffer): Process other-window specifier and call
3354 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
3355 more faithfully.
3356 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
3357 (display-buffer-alist-set): Don't handle 'unset default values.
3358 (display-buffer-in-window, display-buffer-alist-set):
3359 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
3360 <tassilo@member.fsf.org>.
3361
3362 2011-07-09 Leo Liu <sdl.web@gmail.com>
3363
3364 * register.el (insert-register): Restore accidental change on
3365 2011-06-26. (Bug#9028)
3366
3367 2011-07-09 Glenn Morris <rgm@gnu.org>
3368
3369 * subr.el (remq): Handle the empty list. (Bug#9024)
3370
3371 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
3372
3373 * mail/sendmail.el (send-mail-function): No longer delay custom
3374 initialization.
3375 * custom.el (custom-initialize-delay): Doc fix.
3376
3377 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3378
3379 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
3380
3381 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
3382
3383 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
3384 human-friendly prompt.
3385
3386 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3387
3388 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
3389 provided by a particular plugin.
3390
3391 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3392
3393 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
3394 save customizations (with "emacs -Q"), just set the variable
3395 instead of erroring out.
3396
3397 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
3398
3399 2011-07-08 Juri Linkov <juri@jurta.org>
3400
3401 * arc-mode.el (archive-zip-expunge, archive-zip-update)
3402 (archive-zip-update-case): Use 7z if found by `executable-find'.
3403 The order of searching the available programs is the same as in
3404 `archive-zip-extract' (bug#8968).
3405
3406 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
3407
3408 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
3409 (menu-bar-options-menu): Tweak descriptions.
3410
3411 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3412
3413 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
3414 menu items into verb phrases (bug#1421). Also refill to fit under
3415 80 columns.
3416
3417 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
3418
3419 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
3420 (Info-read-node-name): Doc fix (Bug#1084).
3421
3422 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
3423 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
3424 (end-of-sexp, beginning-of-sexp)
3425 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
3426 (forward-symbol, forward-same-syntax, word-at-point)
3427 (sentence-at-point): Doc fix (Bug#1144).
3428
3429 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3430
3431 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
3432 should cover it (bug#1281).
3433
3434 * cus-edit.el (custom-show): Mark as obsolete.
3435
3436 * net/network-stream.el (network-stream-open-starttls): If gnutls
3437 negotiation fails, then possibly try again with a non-encrypted
3438 connection (bug#9017).
3439
3440 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
3441 be used.
3442
3443 2011-07-07 Richard Stallman <rms@gnu.org>
3444
3445 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
3446 property, and handle its changed format.
3447 Look for the correct line number.
3448 Use file's line contents (but not past first =) to find
3449 correct line in message.
3450
3451 2011-07-07 Kenichi Handa <handa@m17n.org>
3452
3453 * international/characters.el (build-unicode-category-table):
3454 Delete it.
3455 (unicode-category-table): Set it by unicode-property-table-internal.
3456
3457 * international/mule-cmds.el (char-code-property-alist): Move to
3458 to src/chartab.c.
3459 (get-char-code-property): Call unicode-property-table-internal to
3460 load a file. Call get-unicode-property-internal where necessary.
3461 (put-char-code-property): Call unicode-property-table-internal to
3462 load a file. Call put-unicode-property-internal where necessary.
3463 put-unicode-property-internal where necessary.
3464 (char-code-property-description):
3465 Call unicode-property-table-internal to load a file.
3466
3467 * international/charprop.el:
3468 * international/uni-bidi.el:
3469 * international/uni-category.el:
3470 * international/uni-combining.el:
3471 * international/uni-comment.el:
3472 * international/uni-decimal.el:
3473 * international/uni-decomposition.el:
3474 * international/uni-digit.el:
3475 * international/uni-lowercase.el:
3476 * international/uni-mirrored.el:
3477 * international/uni-name.el:
3478 * international/uni-numeric.el:
3479 * international/uni-old-name.el:
3480 * international/uni-titlecase.el:
3481 * international/uni-uppercase.el: Regenerate.
3482
3483 * loadup.el: Load international/charprop.el before
3484 international/characters.
3485
3486 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
3487
3488 * window.el (next-buffer, previous-buffer): Signal an error if
3489 called from a minibuffer window.
3490
3491 * bindings.el: Revert 2011-07-04 change.
3492
3493 2011-07-06 Richard Stallman <rms@gnu.org>
3494
3495 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
3496 (rmail-mime-insert-bulk, rmail-mime-insert-text):
3497 Treat markers like ints.
3498 (rmail-mime-entity): Doc fix.
3499
3500 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3501
3502 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
3503 defcustom again for backwards compatibility.
3504
3505 * simple.el (shell-command-on-region): Fill.
3506
3507 * dired-aux.el (dired-kill-line): Add a doc string.
3508
3509 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
3510 to "\\sw\\|\\s_" (bug#358).
3511
3512 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
3513 (dired-unmark-backward): Ditto.
3514 (dired-flag-backup-files): Ditto.
3515
3516 * dired-x.el (dired-mark-sexp): Ditto.
3517
3518 2011-07-06 Richard Stallman <rms@gnu.org>
3519
3520 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
3521 (rmail-mime-entity): New arg TRUNCATED.
3522 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
3523 New functions.
3524 (rmail-mime-save): Warn if entity is truncated.
3525 (rmail-mime-toggle-hidden): Likewise, for showing.
3526 (rmail-mime-process-multipart): Record when an entity is truncated.
3527
3528 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
3529 if ENTITY is a string.
3530
3531 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3532
3533 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
3534 of faces when `M-C-x'-ing their definitions (bug#8378).
3535 Also clean up the code slightly.
3536
3537 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
3538 because that makes the colors go away.
3539
3540 * mail/sendmail.el (send-mail-function): Change the default to
3541 `sendmail-query-once'.
3542 (sendmail-query-once): Add an autoload cookie.
3543
3544 * net/network-stream.el (network-stream-open-starttls): Try using
3545 a plain connection even if the server offered STARTTLS, and we
3546 kinda wanted to use it, if Emacs doesn't have any STARTTLS
3547 capability. This should make smtpmail.el work in slightly more
3548 configurations.
3549
3550 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
3551
3552 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
3553 New defun.
3554 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
3555
3556 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
3557
3558 * progmodes/sql.el: Version 3.0
3559 (sql-product-alist): Add product :completion-object,
3560 :completion-column, and :statement attributes.
3561 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
3562 (sql-mode-syntax-table): Mark all punctuation.
3563 (sql-font-lock-keywords-builder): Temporarily remove fallback on
3564 ansi keywords.
3565 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
3566 (sql-mode-oracle-font-lock-keywords): Improve.
3567 (sql-oracle-show-reserved-words): New function for development.
3568 (sql-product-font-lock): Simplify for source code buffers.
3569 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
3570 New functions.
3571 (sql-highlight-product): Set product specific syntax table.
3572 (sql-mode-map): Add statement movement functions.
3573 (sql-ansi-statement-starters, sql-oracle-statement-starters):
3574 New variable.
3575 (sql-statement-regexp, sql-beginning-of-statement)
3576 (sql-end-of-statement, sql-signum): New functions.
3577 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
3578 (sql-show-sqli-buffer): Bug fix.
3579 (sql-interactive-mode): Store connection data as buffer local.
3580 (sql-connect): Add NEW-NAME parameter. Redesign interaction
3581 with sql-interactive-mode.
3582 (sql-save-connection): Save buffer local settings.
3583 (sql-connection-menu-filter): Change menu entry name.
3584 (sql-product-interactive): Bug fix.
3585 (sql-preoutput-hold): New variable.
3586 (sql-interactive-remove-continuation-prompt): Bug fixes.
3587 (sql-debug-redirect): New variable.
3588 (sql-str-literal): New function.
3589 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
3590 Redesign.
3591 (sql-oracle-save-settings, sql-oracle-restore-settings)
3592 (sql-oracle-list-all, sql-oracle-list-table): New functions.
3593 (sql-completion-object, sql-completion-column)
3594 (sql-completion-sqlbuf): New variables.
3595 (sql-build-completions-1, sql-build-completions)
3596 (sql-try-completion): New functions.
3597 (sql-read-table-name): Use them.
3598 (sql-contains-names): New buffer local variable.
3599 (sql-list-all, sql-list-table): Use it.
3600 (sql-oracle-completion-types): New variable.
3601 (sql-oracle-completion-object, sql-sqlite-completion-object)
3602 (sql-postgres-completion-object): New functions.
3603
3604 2011-07-06 Glenn Morris <rgm@gnu.org>
3605
3606 * window.el (pop-to-buffer): Doc fix.
3607
3608 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
3609
3610 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
3611
3612 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
3613
3614 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
3615
3616 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
3617
3618 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
3619
3620 * button.el (button): Inherit from link face. Suggested by Dan
3621 Nicolaescu.
3622
3623 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3624
3625 * progmodes/gdb-mi.el: Fit in 80 columns.
3626 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
3627 switch-to-buffer.
3628
3629 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
3630 if imenu is simply not configured (bug#8941).
3631
3632 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
3633
3634 * allout.el (allout-post-undo-hook): New allout outline-change
3635 event hook to signal undo activity.
3636 (allout-post-command-business): Run allout-post-undo-hook if an
3637 undo just occurred.
3638 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
3639 * allout-widgets.el (allout-widgets-after-undo-function):
3640 Ensure the integrity of the current item's decoration after it has been
3641 in the vicinity of an undo.
3642 (allout-widgets-mode): Include allout-widgets-after-undo-function
3643 on the new allout-post-undo-hook.
3644
3645 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
3648 Let define-derived-mode define it.
3649 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
3650 cycles of abbrev-table inheritance (bug#8998).
3651
3652 2011-07-05 Roland Winkler <winkler@gnu.org>
3653
3654 * textmodes/bibtex.el: Add support for biblatex.
3655 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
3656 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
3657 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
3658 (bibtex-entry-alist, bibtex-field-alist): New variables.
3659 (bibtex-entry-field-alist): Obsolete alias for
3660 bibtex-BibTeX-entry-alist.
3661 (bibtex-entry-alist, bibtex-field-alist): New widgets.
3662 (bibtex-set-dialect): New command.
3663 (bibtex-entry-type, bibtex-entry-head)
3664 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
3665 Bind via bibtex-set-dialect.
3666 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
3667 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
3668 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
3669 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
3670 Define via bibtex-set-dialect.
3671 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
3672 Obey bibtex-no-opt-remove-re.
3673 (bibtex-vec-push, bibtex-vec-incr): New functions.
3674 (bibtex-format-entry, bibtex-field-list)
3675 (bibtex-print-help-message, bibtex-validate)
3676 (bibtex-search-entries): Use new format of bibtex-entry-alist.
3677
3678 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3679
3680 * progmodes/compile.el (compilation-goto-locus):
3681 * net/tramp-cmds.el (tramp-append-tramp-buffers):
3682 * bs.el (bs-cycle-next, bs-cycle-previous):
3683 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
3684 * bindings.el (mode-line-other-buffer):
3685 * autoinsert.el (auto-insert):
3686 * arc-mode.el (archive-extract):
3687 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
3688
3689 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
3690
3691 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
3692 Fix check of `emacs-lock-unlockable-modes'.
3693 Coerce true values of `emacs-lock--try-unlocking' to t.
3694
3695 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
3696
3697 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
3698 * emacs-lock.el: New file.
3699
3700 2011-07-05 Julien Danjou <julien@danjou.info>
3701
3702 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
3703 than `boundp' to check if face is set.
3704
3705 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
3706
3707 * register.el (registerv-make):
3708 * window.el (window-min-height): Fix typos in docstrings.
3709
3710 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
3711
3712 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
3713 Update doc string.
3714
3715 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
3716
3717 * server.el (server-execute): Catch quit and call
3718 `server-return-error' to pass the error back to emacsclient and
3719 close the connection (bug#8942).
3720
3721 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
3722
3723 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
3724 insecure exception for current topic. Also note that auto-saves
3725 are handled differently.
3726
3727 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
3728 State variables for tracking auto-save inhibition situation.
3729
3730 (allout-write-contents-hook-handler): Rename from
3731 'allout-write-file-hook-handler', and describe how it depends on
3732 write-contents-functions sensitivity to non-nil value to prevent
3733 file write.
3734
3735 (allout-auto-save-hook-handler): Remove. auto-save does not check
3736 this in individual buffers, only in the starting buffer, so this
3737 is not the right way for us to inhibit auto-save in a buffer
3738 according to its condition.
3739
3740 (allout-mode): Use new allout-write-contents-hook-handler, and
3741 only with write-contents-functions. Remove auto-save provisions -
3742 they're implemented elsewhere.
3743
3744 (allout-before-change-handler): If undo is in progress, note that
3745 for attention of allout-post-command-business.
3746
3747 (allout-post-command-business): If the command we're following was
3748 an undo, check for change in the status of encrypted items and
3749 adjust auto-save inhibitions accordingly.
3750
3751 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
3752 according to whether there are or aren't any plain-text topics
3753 pending encryption.
3754
3755 (allout-inhibit-auto-save-info-for-decryption):
3756 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
3757 there are plain-text topics pending encryption.
3758
3759 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
3760 buffer-saved-size and some allout state to not inhibit auto-saves
3761 if there are no longer any plain-text topics pending encryption.
3762
3763 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
3764 No longer provide for exemption of the current topic.
3765
3766 2011-07-04 Juri Linkov <juri@jurta.org>
3767
3768 Add 7z operations to delete and save changed members (bug#8968).
3769 * arc-mode.el (archive-7z-expunge, archive-7z-update):
3770 New defcustoms.
3771 (archive-7z-write-file-member): New function.
3772 (archive-7z-summarize): Fix the number of dashes in the
3773 listing output.
3774
3775 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3776
3777 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
3778 (bug#8958).
3779
3780 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
3781
3782 * bindings.el: Ignore next-buffer and previous-buffer in
3783 minibuffer-local-map.
3784
3785 * font-lock.el (font-lock-builtin-face): Change light background
3786 color to dark slate blue (Bug#6693).
3787
3788 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
3789
3790 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
3791
3792 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
3793
3794 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
3795 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3796 Add switch-to-buffer.
3797
3798 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3799
3800 * isearch.el (isearch-search-fun-function): Clarify further the
3801 meaning of the function returned.
3802
3803 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
3804
3805 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
3806
3807 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
3808 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
3809 Use it.
3810 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
3811 `tramp-default-remote-path' does not exist.
3812 (tramp-send-command-and-read): New optional argument NOERROR.
3813 (tramp-open-connection-setup-interactive-shell)
3814 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
3815 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
3816 (tramp-process-sentinel): Flush also process' connection property.
3817 (tramp-sh-handle-start-file-process): Do not set process
3818 sentinel. It is done now ...
3819 (tramp-maybe-open-connection): ... here. (Bug#8929)
3820
3821 2011-07-04 MON KEY <monkey@sandpframing.com>
3822
3823 * play/animate.el (animate-string): Doc fixes and allow changing
3824 the buffer name (bug#5417).
3825
3826 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3827
3828 * play/animate.el (animation-buffer-name): Rename from *animate*.
3829
3830 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
3831
3832 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
3833 This is simpler and helps future-proof the code.
3834 (timer-until): Use time-subtract and float-time.
3835 (timer--time-less-p): Use time-less-p.
3836
3837 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
3838
3839 * type-break.el (timep): Use the value of `float-time' to avoid a
3840 byte-compiler warning.
3841
3842 * server.el (server-eval-and-print): Return any result, even nil.
3843
3844 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
3845
3846 * type-break.el: Accept time formats that the builtins accept.
3847 (timep, type-break-time-difference): Accept any format that
3848 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
3849 This is simpler and helps future-proof the code.
3850 (type-break-time-difference): Round rather than ignoring
3851 subseconds components.
3852
3853 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3854
3855 * info.el (Info-apropos-matches): Make non-interactive, since it
3856 doesn't seem to do anything useful as a command (bug#8829).
3857
3858 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
3859
3860 * frame.el (frame-background-mode, frame-set-background-mode):
3861 Move from faces.el.
3862 (frame-default-terminal-background): New function.
3863
3864 * custom.el (custom-push-theme): Don't record faces in `changed'
3865 theme; this doesn't work correctly for per-frame face settings.
3866 (disable-theme): Use face-set-after-frame-default to reset faces.
3867 (custom--frame-color-default): New function.
3868
3869 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3870
3871 * dired.el (dired-flagging-regexp): Remove unused variable
3872 (bug#8769).
3873
3874 2011-03-29 Kevin Ryde <user42@zip.com.au>
3875
3876 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3877 `perl-Test2' extend to match possible "fail #N" rep count
3878 (bug#8377).
3879
3880 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3881
3882 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
3883 `smtpmail-via-smtp' now returns the error instead of nil.
3884
3885 * isearch.el (isearch-search-fun-function): Clarify the doc string
3886 (bug#8101).
3887
3888 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
3889
3890 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
3891 unnecessary spaces (bug#8987).
3892
3893 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3894
3895 * net/network-stream.el (open-network-stream): Use the
3896 :end-of-capability command thoughout.
3897
3898 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3899
3900 * net/network-stream.el (open-network-stream): Add the
3901 :end-of-capability command parameter, used by pop3.el.
3902
3903 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3904
3905 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
3906
3907 * fringe.el (fringe-query-style): Remove redundant text " (type ?
3908 for list)" (bug#6475).
3909
3910 * files.el (file-expand-wildcards): Ignore non-readable
3911 sub-directories while trying to find matches instead of signaling
3912 an error (bug#6297).
3913
3914 * man.el (Man-reference-regexp): Allow matching possible
3915 word-wrapped references (bug#6289).
3916
3917 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
3918 for consistency with the other vc buffers (bug#6197).
3919 (vc-checkin): Ditto.
3920
3921 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
3922
3923 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
3924
3925 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3926
3927 * custom.el (defcustom): Clarify that :set is only used in the
3928 Customize user interface (bug#6089).
3929
3930 * progmodes/flymake.el (flymake-mode): If the buffer isn't
3931 associated with a file, refuse to run instead of erroring out
3932 (bug#6084).
3933
3934 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
3935 the doc string, since it appears that using `fill-column' always
3936 controls the width (bug#7845).
3937
3938 * simple.el (shell-command-on-region): Say where the error output
3939 went if `shell-command-default-error-buffer' is set (bug#6857).
3940
3941 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
3942
3943 * allout.el (allout-yank-processing): Adjust cursor position for
3944 backwards-deleted space.
3945
3946 (allout-rebullet-heading): Register changes with
3947 allout-exposure-changed-hook, so the modified topic is properly
3948 decorated.
3949
3950 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3951
3952 * minibuffer.el (completion-in-region): Document PREDICATE
3953 (bug#7136).
3954
3955 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
3956 of keyword/argument pairs (bug#6904).
3957
3958 * replace.el (multi-occur):
3959 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
3960
3961 2011-07-02 Drew Adams <drew.adams@oracle.com>
3962
3963 * dired.el (dired-mark-if): Make the message about whether it's
3964 marking or unmarking clearer (bug#8523).
3965
3966 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3967
3968 * disp-table.el (display-table-print-array): New function.
3969 (describe-display-table): Use it to print the vectors more pretty
3970 (Bug#8859).
3971
3972 2011-07-02 Martin Rudalics <rudalics@gmx.at>
3973
3974 * window.el (window-state-get-1): Don't assign clone numbers.
3975 Add clone-of item to list of window parameters.
3976 (window-state-put-2): Don't process clone numbers.
3977 (display-buffer-alist): Fix doc-string.
3978
3979 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 * subr.el (remq): Don't allocate if it's not needed.
3982 (keymap--menu-item-binding, keymap--menu-item-with-binding)
3983 (keymap--merge-bindings): New functions.
3984 (keymap-canonicalize): Use them to refine the canonicalization.
3985 * minibuffer.el (minibuffer-local-completion-map)
3986 (minibuffer-local-must-match-map): Move initialization from C.
3987 (minibuffer-local-filename-completion-map): Move initialization from C;
3988 don't inherit from anything here.
3989 (minibuffer-local-filename-must-match-map): Make obsolete.
3990 (completing-read-default): Use make-composed-keymap to combine
3991 minibuffer-local-filename-completion-map with either
3992 minibuffer-local-must-match-map or
3993 minibuffer-local-filename-completion-map.
3994
3995 2011-07-01 Glenn Morris <rgm@gnu.org>
3996
3997 * type-break.el (type-break-time-sum): Use dolist.
3998
3999 * textmodes/flyspell.el (flyspell-word-search-backward):
4000 Replace CL function.
4001
4002 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4003
4004 * mouse.el (mouse--strip-first-event): New function.
4005 (function-key-map): Use it to map fringe clicks to normal clicks
4006 by default.
4007
4008 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
4009 (vc-bzr-revision-completion-table): Add support for annotate and date.
4010
4011 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
4012 inherit from parent.
4013
4014 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4015
4016 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
4017 (dired-show-file-type): Doc fixup (bug#8818).
4018
4019 * dired.el (dired-mode): Fix up the doc string as suggested by
4020 Drew Adams (bug#8817).
4021
4022 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
4023 cookie, since the manual says that it should be possible to add
4024 this function to `find-file-hook' (bug#8709).
4025
4026 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
4027
4028 * progmodes/cfengine.el: Moved all cfengine3.el functionality
4029 here. Noted Ted Zlatanov as the maintainer.
4030 (cfengine-common-settings, cfengine-common-syntax): New functions
4031 to set up common things between `cfengine-mode' and
4032 `cfengine3-mode'.
4033 (cfengine3-mode): New mode.
4034 (cfengine3-defuns cfengine3-defuns-regex
4035 (cfengine3-class-selector-regex cfengine3-category-regex)
4036 (cfengine3-vartypes cfengine3-font-lock-keywords)
4037 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
4038 (cfengine3-indent-line): Add from cfengine3.el.
4039
4040 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
4041
4042 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
4043
4044 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4045
4046 2011-07-01 Martin Rudalics <rudalics@gmx.at>
4047
4048 * window.el (same-window-buffer-names, same-window-regexps)
4049 (same-window-p, special-display-frame-alist)
4050 (special-display-popup-frame, special-display-function)
4051 (special-display-buffer-names, special-display-regexps)
4052 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
4053 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4054 (split-window-preferred-function, split-height-threshold)
4055 (split-width-threshold, even-window-heights)
4056 (display-buffer-mark-dedicated, window-splittable-p)
4057 (split-window-sensibly, window-safely-shrinkable-p):
4058 Un-obsolete.
4059 (display-buffer): Don't spread args with function specifier
4060 because special-display-popup-frame won't like it.
4061
4062 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4063
4064 Time-stamp simplifications and fixes.
4065 These improve accuracy slightly, and future-proof the code
4066 against some potential changes to current-time format.
4067
4068 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
4069 by using time-since and float-time.
4070
4071 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
4072 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
4073 + NNN microseconds".
4074
4075 * type-break.el (type-break-time-sum): Rewrite using time-add.
4076
4077 * play/hanoi.el (hanoi-current-time-float): Remove.
4078 All uses replaced by float-time.
4079
4080 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
4081 This yields a more-accurate answer.
4082 (rng-time-to-float): Remove; no longer needed.
4083
4084 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
4085
4086 * calendar/timeclock.el (timeclock-seconds-to-time):
4087 Defalias to seconds-to-time, since they're the same thing.
4088
4089 * emacs-lisp/elp.el (elp-elapsed-time):
4090 * emacs-lisp/benchmark.el (benchmark-elapse):
4091 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
4092
4093 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4094
4095 * window.el (bury-buffer): Don't iconify the only frame.
4096 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
4097 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
4098
4099 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
4100
4101 * eshell/em-smart.el (eshell-smart-display-navigate-list):
4102 Add mouse-yank-primary.
4103
4104 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
4105
4106 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
4107
4108 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4109
4110 * emacs-lisp/find-func.el (find-library--load-name): New fun.
4111 (find-library-name): Use it to find relative load names when provided
4112 absolute file name (bug#8803).
4113
4114 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4115
4116 * textmodes/flyspell.el (flyspell-word): Consider words that
4117 differ only in case as potential doublons (bug#5687).
4118
4119 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
4120 Remove two rather uninteresting debugging-like messages to make
4121 debbugs.el more silent.
4122
4123 * comint.el (comint-password-prompt-regexp): Accept "Response" as
4124 a password-like phrase.
4125
4126 2011-06-30 Mastake YAMATO <yamato@redhat.com>
4127
4128 * progmodes/cc-guess.el: New file.
4129
4130 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
4131
4132 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
4133 derived from `c-basic-common-init'.
4134
4135 * progmodes/cc-mode.el (top-level): Require cc-guess.
4136 (c-basic-common-init): Use `cc-choose-style-for-mode'.
4137
4138 2011-06-30 Lawrence Mitchell <wence@gmx.li>
4139
4140 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
4141
4142 2011-06-30 Alan Mackenzie <acm@muc.de>
4143
4144 * progmodes/cc-engine.el (c-guess-continued-construct):
4145 Correct the handling of template-args-cont, particularly for when font
4146 lock is disabled. Name this case as "CASE G".
4147
4148 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
4149
4150 * allout.el (allout-yank-processing): Fix injection of extra space
4151 between bullet and non-whitespace character in first topic when
4152 pasting, ensuring that the actual spacing in the pasted topic
4153 following the bullet char is preserved. This extra space was
4154 causing pasted encrypted topics to get a decrypted status even
4155 when the content was actually still encrypted. Now the decryption
4156 status from before the paste is preserved.
4157
4158 (allout-flag-region): Set all allout overlays so they evaporate
4159 when reduced to zero length (evanescent), to prevent overlay
4160 leakage.
4161
4162 2011-06-30 Glenn Morris <rgm@gnu.org>
4163
4164 * w32-fns.el (w32-charset-info-alist): Declare.
4165
4166 * find-dired.el (find-grep-options): Simplify.
4167
4168 * term/ns-win.el (ns-set-resource): Declare.
4169
4170 * ses.el (row, col): Declare dynamic variables honestly.
4171
4172 * textmodes/reftex-parse.el (index-tags): Declare.
4173
4174 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
4175
4176 * cus-edit.el (customize-push-and-save): New function.
4177
4178 * files.el (hack-local-variables-confirm): Use it.
4179
4180 * custom.el (load-theme): New arg NO-CONFIRM.
4181 Use customize-push-and-save (Bug#8720).
4182 (custom-enabled-themes): Doc fix.
4183
4184 * cus-theme.el (customize-create-theme)
4185 (custom-theme-merge-theme): Callers to load-theme changed.
4186
4187 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4188
4189 * thingatpt.el (thing-at-point-short-url-regexp): Require that
4190 short URLs have at least one dot in them (bug #7614).
4191
4192 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
4193 nil, because using a pty is apparently too slow (bug #895).
4194
4195 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4196
4197 * mail/sendmail.el (sendmail-query-once): New function.
4198 (sendmail-query-once-function): New variable.
4199
4200 2011-06-29 Glenn Morris <rgm@gnu.org>
4201
4202 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
4203
4204 * ses.el (top-level): Require cl when compiling.
4205 (ses-set-localvars): Fix error statement.
4206 Call it at compile time to silence a storm of warnings.
4207
4208 2011-06-29 Martin Rudalics <rudalics@gmx.at>
4209
4210 * window.el (normalize-live-buffer): Rename to
4211 window-normalize-buffer.
4212 (normalize-live-frame): Rename to window-normalize-frame.
4213 (normalize-any-window): Rename to window-normalize-any-window.
4214 (normalize-live-window): Rename to window-normalize-live-window.
4215 (make-window-atom): Rename to window-make-atom.
4216 (window-resize-reset): Rename to window--resize-reset.
4217 (window-resize-reset-1): Rename to window--resize-reset-1.
4218 (resize-mini-window): Rename to window--resize-mini-window.
4219 (resize-subwindows-skip-p): Rename to
4220 window--resize-subwindows-skip-p.
4221 (resize-subwindows-normal): Rename to
4222 window--resize-subwindows-normal.
4223 (resize-subwindows): Rename to window--resize-subwindows.
4224 (resize-other-windows): Rename to window--resize-siblings.
4225 (resize-this-window): Rename to window--resize-this-window.
4226 (resize-root-window): Rename to window--resize-root-window.
4227 (resize-root-window-vertically): Rename to
4228 window--resize-root-window-vertically.
4229 (normalize-buffer-to-display): Rename to
4230 window-normalize-buffer-to-display.
4231 (normalize-buffer-to-switch-to): Rename to
4232 window-normalize-buffer-to-switch-to.
4233 Correspondingly update all callers of the functions listed
4234 above.
4235 (display-buffer-alist, display-buffer-normalize-arguments)
4236 (display-buffer-normalize-options, display-buffer)
4237 (display-buffer-alist-set): Use "function" instead of
4238 "fun-with-args".
4239
4240 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
4241
4242 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
4243 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
4244 debbugs.gnu.org. Mention acknowledgment email.
4245
4246 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4247
4248 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
4249 buffer multibyteness, since it shouldn't matter.
4250
4251 2011-06-28 Martin Rudalics <rudalics@gmx.at>
4252
4253 * window.el (display-buffer-in-side-window): Handle dedicated
4254 windows as in display-buffer-reuse-window.
4255 (display-buffer-normalize-alist): Use value of override
4256 specifier.
4257 (display-buffer-normalize-specifiers): Use value of
4258 other-window-means-other-frame specifier.
4259 (display-buffer-alist): Rewrite some texts in widgets.
4260 (display-buffer): Spread arguments when calling function
4261 specified by fun-with-args.
4262
4263 2011-06-28 Deniz Dogan <deniz@dogan.se>
4264
4265 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4266 Unnest `let'.
4267
4268 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
4269 selectors (Bug#5732).
4270 (css-proprietary-nmstart-re): Use `regexp-opt'.
4271
4272 2011-06-27 Jari Aalto <jari.aalto@cante.net>
4273
4274 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
4275 (eshell-ls-date-format): New defcustom.
4276 (eshell-ls-file): Use it.
4277
4278 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * help-fns.el (describe-variable): Fix message for terminal-local vars.
4281
4282 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
4283
4284 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
4285 (ange-ftp-make-tmp-name): New arg.
4286 (ange-ftp-file-local-copy): Use it.
4287
4288 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
4289
4290 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
4291 no-conversion (Bug#8870).
4292
4293 2011-06-27 Martin Rudalics <rudalics@gmx.at>
4294
4295 * window.el (window-right, window-left, window-child)
4296 (window-child-count, window-last-child)
4297 (window-iso-combination-p, walk-window-tree-1)
4298 (window-atom-check-1, window-tree-1, delete-window)
4299 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
4300 new naming conventions - window-vchild, window-hchild,
4301 window-next and window-prev are now called window-top-child,
4302 window-left-child, window-next-sibling and window-prev-sibling
4303 respectively.
4304 (resize-window-reset): Rename to window-resize-reset.
4305 (resize-window-reset-1): Rename to window-resize-reset-1.
4306 (resize-window): Rename to window-resize.
4307 (window-min-height, window-min-width)
4308 (resize-mini-window, resize-this-window, resize-root-window)
4309 (resize-root-window-vertically, adjust-window-trailing-edge)
4310 (enlarge-window, shrink-window, maximize-window)
4311 (minimize-window, delete-window, quit-restore-window)
4312 (split-window, balance-windows, balance-windows-area-adjust)
4313 (balance-windows-area, window-state-put-2)
4314 (display-buffer-even-window-sizes, display-buffer-set-height)
4315 (display-buffer-set-width, set-window-text-height)
4316 (fit-window-to-buffer): Rename all "resize-window" prefixed
4317 calls to use the "window-resize" prefix convention.
4318 (display-buffer-alist): Fix symbol for label specifier.
4319 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
4320 corresponding specifier.
4321 Reported by Juanma Barranquero <lekktu@gmail.com>.
4322
4323 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
4324
4325 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
4326 convention.
4327 (ses-call-printer): Does not pass an empty string to formatter when the
4328 cell is empty to keep from barking printer Calc math-format-value.
4329
4330 2011-06-27 Richard Stallman <rms@gnu.org>
4331
4332 * battery.el (battery-mode-line-limit): New variable.
4333 (battery-update): Handle it.
4334
4335 * mail/rmailmm.el (rmail-mime-process-multipart):
4336 Handle truncated messages.
4337
4338 2011-06-27 Glenn Morris <rgm@gnu.org>
4339
4340 * progmodes/flymake.el (flymake-err-line-patterns):
4341 Allow for column numbers in the ant/javac pattern. (Bug#8866)
4342
4343 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
4344
4345 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
4346 (ses--clean-!, ses--clean-_): New functions.
4347 (ses-range): Add configurability of readout order, and conversion
4348 to Calc vector.
4349
4350 * ses.el (ses-repair-cell-reference-all): New function.
4351 (ses-cell-symbol): Set macro as safe, so that it can be used in
4352 formulas.
4353
4354 * ses.el: Update cycle detection algorithm.
4355 (ses-localvars): Add ses--Dijkstra-attempt-nb and
4356 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
4357 (ses-set-localvars): New function.
4358 (ses-make-cell): Add property-list as a cell element.
4359 (ses-cell-property-get-fun, ses-cell-property-get)
4360 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
4361 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
4362 New functions.
4363 (ses-cell-property-set, ses-cell-property-pop)
4364 (ses-cell-property-get-handle): New macro.
4365 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
4366 New aliases, used for code readability.
4367 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
4368 cycle detection.
4369 (ses-self-reference-early-detection): New defcustom.
4370 (ses-formula-references): Robustify against self-refering cells.
4371 (ses-mode): Use ses-set-localvars.
4372 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
4373 before lauching the update processing.
4374 (ses-initialize-Dijkstra-attempt): New function.
4375 (ses-recalculate-cell): Update for cycle detection based on
4376 Dijkstra algorithm.
4377
4378 * ses.el: Fix commenting and indenting convention.
4379
4380 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4381
4382 * bs.el (bs-cycle-next): Complete last change.
4383
4384 2011-06-27 Drew Adams <drew.adams@oracle.com>
4385
4386 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
4387
4388 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4389
4390 * net/network-stream.el (network-stream-open-starttls):
4391 Don't re-get capabilities unless we've reestablished connection.
4392 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
4393
4394 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
4395 to binary to possibly avoid line encoding issues on Windows (among
4396 other things).
4397
4398 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4399
4400 * net/network-stream.el (open-network-stream): Return an :error
4401 saying what the problem was, if possible.
4402
4403 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
4404 server.
4405
4406 * net/network-stream.el (network-stream-open-starttls): If we
4407 wanted to use STARTTLS, and the server offered it, but we weren't
4408 able to because we had no STARTTLS support, then close the connection.
4409 (open-network-stream): Return an :error element, if present.
4410
4411 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
4412
4413 * hl-line.el (hl-line-sticky-flag): Doc fix.
4414 (global-hl-line-sticky-flag): New option (Bug#8323).
4415 (global-hl-line-highlight): Obey it.
4416
4417 * vc/vc.el (vc-revert-show-diff): Default to t.
4418
4419 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
4420
4421 * allout-widgets.el (allout-widgets-post-command-business):
4422 Stop decorating intermediate isearch matches. They're not being
4423 undecorated when an isearch is continued past, and isearch
4424 automatically collapses them. This leads to "widget leaks", where
4425 decorated items accumulate in collapsed areas. Lines with lots of
4426 hidden widgets can slow down cursor travel, substantially.
4427 Too much complicated machinery would be needed to ensure undecoration,
4428 so we're doing without this nicety.
4429
4430 (allout-widgets-tally-string): Don't try to do a hash-table-count
4431 of allout-widgets-tally when it's nil. This eliminates spurious "Error
4432 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
4433 *Messages* when allout-widgets-maintain-tally is t.
4434
4435 2011-06-26 Martin Rudalics <rudalics@gmx.at>
4436
4437 * window.el (display-buffer-normalize-argument): Rename to
4438 display-buffer-normalize-arguments. Handle special meaning of
4439 LABEL argument. Respect special-display-function when popping up
4440 a new frame. Fix code searching for a window showing the buffer
4441 on another frame.
4442 (display-buffer-normalize-specifiers):
4443 Call display-buffer-normalize-arguments.
4444 (display-buffer-in-window): Don't undedicate the window if its
4445 buffer remains the same.
4446 Reported by Drew Adams <drew.adams@oracle.com>.
4447 (display-buffer-alist): Add choice for same-window macro
4448 specfier.
4449 (display-buffer): Mention special meaning of LABEL argument in
4450 doc-string. Fix quoting. Don't pop up a new frame even as
4451 fallback.
4452
4453 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
4454
4455 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
4456 avoid deleting the current window in some cases (bug#8911).
4457
4458 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
4459
4460 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
4461 (Bug#8934)
4462
4463 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4464
4465 * net/network-stream.el (network-stream-open-starttls):
4466 Use built-in TLS support if `gnutls-available-p' is true.
4467 (network-stream-open-tls): Ditto.
4468
4469 2011-06-26 Leo Liu <sdl.web@gmail.com>
4470
4471 * register.el (registerv): New struct.
4472 (registerv-make): New function.
4473 (jump-to-register, describe-register-1, insert-register):
4474 Support the jump-func, print-func and insert-func slot of a registerv
4475 struct. (Bug#8415)
4476
4477 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
4478
4479 * vc/vc.el (vc-revert-show-diff): New defcustom.
4480 (vc-diff-internal): New arg specifying diff buffer.
4481 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
4482 reuse an existing *vc-diff* buffer (Bug#8927).
4483
4484 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
4485
4486 2011-06-26 Glenn Morris <rgm@gnu.org>
4487
4488 * progmodes/f90.el (f90-critical-indent): New option.
4489 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
4490 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
4491 (f90-mode): Doc fix.
4492 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
4493 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
4494 (f90-beginning-of-block, f90-next-block, f90-indent-region)
4495 (f90-match-end): Handle block, critical.
4496
4497 2011-06-25 Glenn Morris <rgm@gnu.org>
4498
4499 * calendar/diary-lib.el (diary-included-files): Doc fix.
4500 (diary-include-files): New function, extracted from
4501 diary-include-other-diary-files and diary-mark-included-diary-files.
4502 (diary-include-other-diary-files, diary-mark-included-diary-files):
4503 Just call diary-include-files.
4504 (diary-mark-entries): Reset diary-included-files on first call.
4505
4506 * calendar/diary-lib.el (diary-mark-entries)
4507 (diary-mark-included-diary-files):
4508 Visit included diary-files in temp buffers.
4509
4510 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
4511 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
4512 (f90-start-block-re, f90-imenu-generic-expression)
4513 (f90-looking-at-program-block-start, f90-no-block-limit):
4514 Add support for submodules.
4515
4516 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
4517 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
4518
4519 2011-06-25 Eli Zaretskii <eliz@gnu.org>
4520
4521 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
4522 buffer-file-type before setting its value, to avoid disastrous
4523 global effects on decoding files for DOS/Windows systems. (Bug#8780)
4524
4525 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
4526
4527 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
4528
4529 * ses.el (ses-unload-function):
4530 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
4531
4532 * proced.el (proced-unload-function):
4533 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
4534
4535 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
4536
4537 * server.el (server-create-window-system-frame): Add parameters arg.
4538 (server-process-filter): Doc fix. Handle frame-parameters.
4539
4540 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
4541
4542 Fix bug#8730, bug#8781.
4543
4544 * loadhist.el (unload--set-major-mode): New function.
4545 (unload-feature): Use it.
4546
4547 * progmodes/python.el (python-after-info-look): Add autoload cookie.
4548 (python-unload-function): New function.
4549
4550 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
4553
4554 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
4555
4556 * net/browse-url.el (browse-url-firefox-program): Add icecat to
4557 the candidates list.
4558
4559 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
4560
4561 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
4562
4563 2011-06-23 Richard Stallman <rms@gnu.org>
4564
4565 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
4566 (rmail-variables): Set next-error-move-function.
4567 (rmail-what-message): Take argument POS.
4568 (rmail-next-error-move): New function.
4569
4570 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4571
4572 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
4573 messages for adjacent non-terminals.
4574
4575 2011-06-23 Richard Stallman <rms@gnu.org>
4576
4577 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
4578 (rmail-show-message-1): Preserve buffer modified flag.
4579 (rmail-start-mail): Don't specify use of rmail-mail-return;
4580 that's done by mail-bury now.
4581 (rmail-mail-return): Handle arg NEWBUF.
4582
4583 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
4584
4585 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
4586 SIZE is a number.
4587
4588 2011-06-23 Martin Rudalics <rudalics@gmx.at>
4589
4590 * window.el (get-lru-window, get-mru-window)
4591 (get-largest-window): Never return a minibuffer window.
4592 (display-buffer-pop-up-window): Fix a bug that could lead to
4593 reusing the minibuffer window.
4594 (display-buffer): Pass original specifier argument to
4595 display-buffer-function instead of the normalized one.
4596 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4597
4598 2011-06-22 Leo Liu <sdl.web@gmail.com>
4599
4600 * minibuffer.el (completing-read-function)
4601 (completing-read-default): Move from minibuf.c
4602
4603 2011-06-22 Richard Stallman <rms@gnu.org>
4604
4605 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
4606 to Rmail even if not started by a special Rmail command.
4607
4608 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4609 Copy the buffer currently showing just one message.
4610
4611 2011-06-22 Roland Winkler <winkler@gnu.org>
4612
4613 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
4614 (bibtex-clean-entry): First delete the old key so that a
4615 customized algorithm for generating the new key does not get
4616 confused by the old key.
4617 (bibtex-url): Obey regexp of first step.
4618 (bibtex-search-entries): Do not use add-to-list with local
4619 list-var.
4620
4621 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4622
4623 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
4624 stored a user name, then query for the password first, instead of
4625 waiting for SMTP to give an error message and the trying again.
4626
4627 2011-06-22 Lawrence Mitchell <wence@gmx.li>
4628
4629 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
4630 BUFFER in call-process.
4631
4632 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4633
4634 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
4635 QUIT twice.
4636 (smtpmail-try-auth-methods): Require user name and password from
4637 auth-source.
4638
4639 2011-06-22 Martin Rudalics <rudalics@gmx.at>
4640
4641 * window.el (display-buffer-default-specifiers)
4642 (display-buffer-alist): Remove entries for pop-up-frame-alist.
4643 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
4644 (split-window): Normalize SIDE argument (Bug#8916).
4645
4646 * frame.el (pop-up-frame-alist, pop-up-frame-function)
4647 (special-display-frame-alist, special-display-popup-frame):
4648 Remove duplicate declarations. These are now in window.el.
4649
4650 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4651
4652 * mail/smtpmail.el (smtpmail-via-smtp):
4653 Set :use-starttls-if-possible so that we always use STARTTLS if the
4654 server supports it. SMTP servers that support STARTTLS commonly
4655 require it.
4656
4657 * net/network-stream.el (network-stream-open-starttls): Support
4658 upgrading to STARTTLS always, even if we don't have built-in support.
4659 (open-network-stream): Add the :always-query-capabilies keyword.
4660
4661 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
4662 upgrades with `open-network-stream', and rely solely on
4663 auth-source for all credentials. Big changes throughout the file,
4664 but in particular:
4665 (smtpmail-auth-credentials): Remove.
4666 (smtpmail-starttls-credentials): Remove.
4667 (smtpmail-via-smtp): Check for servers saying they want AUTH after
4668 MAIL FROM, too.
4669
4670 * net/network-stream.el (network-stream-open-starttls):
4671 Provide support for client certificates both for external and built-in
4672 STARTTLS.
4673 (auth-source): Require.
4674 (open-network-stream): Document the :client-certificate keyword.
4675 (network-stream-certificate): Change cert-cert to cert and
4676 cert-key to key.
4677
4678 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
4679
4680 * net/tramp-cache.el (top): Don't load the persistency file when
4681 "emacs -Q" has been called.
4682
4683 2011-06-21 Tim Harper <timcharper@gmail.com>
4684
4685 * term/ns-win.el (ns-initialize-window-system):
4686 Set application-specific `ApplePressAndHoldEnabled' system
4687 resource to NO as it is not yet supported by the NS port.
4688
4689 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
4690
4691 * misc.el (list-dynamic-libraries--refresh): Compute header here...
4692 (list-dynamic-libraries): ...not here.
4693
4694 2011-06-21 Leo Liu <sdl.web@gmail.com>
4695
4696 * subr.el (sha1): Implement sha1 using secure-hash.
4697
4698 2011-06-21 Martin Rudalics <rudalics@gmx.at>
4699
4700 * window.el (display-buffer-alist): In default value do not
4701 enforce searching a window on any but the selected frame.
4702 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
4703 (display-buffer-select-window): Remove function.
4704 (display-buffer-in-window): When a window on another frame gets
4705 reused, do not select it any more but just raise its frame if
4706 necessary (Bug#8851) and (Bug#8856).
4707 (display-buffer-normalize-options): Handle pop-up-frames related
4708 options more faithfully.
4709 (pop-to-buffer): Don't rely on `display-buffer' selecting the
4710 window if it is on another frame.
4711 (display-buffer-alist, display-buffer-default-specifiers):
4712 Don't make new frame unsplittable by default.
4713 (display-buffer-normalize-argument): Fix doc-string typo and use
4714 'same-frame-other-window instead of 'other-window when associating
4715 with display-buffer-macro-specifiers.
4716
4717 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
4718
4719 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
4720 New functions.
4721 (5x5-mode-map, 5x5-mode-menu): Bind them.
4722 (5x5-draw-grid): Tweak the solver's rendering.
4723
4724 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4725
4726 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
4727 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
4728
4729 2011-06-21 Drew Adams <drew.adams@oracle.com>
4730
4731 * menu-bar.el: Use function variable instead of switch-to-buffer.
4732 (menu-bar-select-buffer-function): New variable.
4733 (menu-bar-update-buffers): Use it (bug#8876).
4734
4735 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4736
4737 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
4738 variable's status.
4739
4740 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
4741
4742 * x-dnd.el (x-dnd-version-from-flags)
4743 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
4744 and long as number (Bug#8899).
4745 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
4746
4747 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4748
4749 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4750 (completion-try-completion, completion-all-completions): Compute the
4751 metadata argument if it's missing; make it optional (bug#8795).
4752
4753 * wid-edit.el: Use lex-bind and move towards completion-at-point.
4754 (widget-complete): Use new :completion-function property.
4755 (widget-completions-at-point): New function.
4756 (default): Use :completion-function instead of :complete.
4757 (widget-default-completions): Rename from widget-default-complete;
4758 Rewrite.
4759 (widget-string-complete, widget-file-complete, widget-color-complete):
4760 Remove functions.
4761 (file, symbol, function, variable, coding-system, color):
4762 * international/mule-cmds.el (default-input-method, charset)
4763 (language-info-custom-alist):
4764 * cus-edit.el (face): Use new property :completions.
4765
4766 * progmodes/pascal.el (pascal-completions-at-point): New function.
4767 (pascal-mode): Use it.
4768 (pascal-mode-map): Use completion-at-point.
4769 (pascal-toggle-completions): Make obsolete.
4770 (pascal-complete-word, pascal-show-completions):
4771 * progmodes/octave-mod.el (octave-complete-symbol):
4772 Redefine as obsolete alias.
4773 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
4774 Signal absence of completion info for old Octave,
4775 (inferior-octave-complete): Redefine as obsolete alias.
4776 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
4777 (meta-completions-at-point): Rename from meta-complete-symbol and
4778 adapt it for use on completion-at-point-functions.
4779 (meta-common-mode): Use it.
4780 (meta-looking-at-backward, meta-match-buffer): Remove.
4781 (meta-complete-symbol): Redefine as obsolete alias.
4782 (meta-common-mode-map): Use completion-at-point.
4783 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
4784 (makefile-mode-map): Use completion-at-point.
4785 (makefile-completions-at-point): Rename from makefile-complete and
4786 adapt it for use on completion-at-point-functions.
4787 (makefile-mode): Use it.
4788 (makefile-complete): Redefine as obsolete alias.
4789
4790 2011-06-20 Deniz Dogan <deniz@dogan.se>
4791
4792 * net/rcirc.el: Delete trailing whitespaces once and for all.
4793
4794 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
4795
4796 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
4797
4798 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
4799
4800 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
4801
4802 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
4803
4804 2011-06-19 Martin Rudalics <rudalics@gmx.at>
4805
4806 * window.el (display-buffer-other-window-means-other-frame):
4807 Call display-buffer-normalize-alist.
4808 (display-buffer-normalize-specifiers-1): Rename to
4809 display-buffer-normalize-argument. New argument other-frame.
4810 Rewrite.
4811 (display-buffer-normalize-specifiers-2): Rename to
4812 display-buffer-normalize-options.
4813 (display-buffer-normalize-alist-1): New function.
4814 (display-buffer-normalize-specifiers-3): Rename to
4815 display-buffer-normalize-alist.
4816 Call display-buffer-normalize-alist-1.
4817 (display-buffer-normalize-options-inhibit): New variable.
4818 (display-buffer-normalize-specifiers): Rewrite calling
4819 display-buffer-normalize-alist,
4820 display-buffer-normalize-argument, and
4821 display-buffer-normalize-options. Don't call the latter if
4822 display-buffer-normalize-options-inhibit is non-nil.
4823 (frame-auto-delete): New option.
4824 (window-deletable-p): Use frame-auto-delete.
4825 (window-list-no-nils, window-state-ignored-parameters)
4826 (window-state-get-1, window-state-get, window-state-put-list)
4827 (window-state-put-1, window-state-put-2, window-state-put):
4828 New functions.
4829 (display-buffer-normalize-options): Move special-display-p group
4830 after pop-up-frame group (Bug#8851) and (Bug#8856).
4831
4832 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
4833
4834 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
4835 groups (Bug#8776).
4836 (rx-submatch-n): New function.
4837 (rx): Document it.
4838
4839 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
4840 (Bug#8768).
4841
4842 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
4843
4844 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
4845
4846 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
4847 anytime existing face settings are present (Bug#8889).
4848
4849 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
4850 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
4851 Remove unused argument.
4852
4853 2011-06-18 Martin Rudalics <rudalics@gmx.at>
4854
4855 * window.el (display-buffer-default-specifiers):
4856 Remove pop-up-frame. Add pop-up-window-min-height,
4857 pop-up-window-min-width, and another reuse-window specifier
4858 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
4859 (display-buffer-normalize-specifiers-2):
4860 Handle split-height-threshold and split-width-threshold also when
4861 pop-up-windows is unset. Add a reuse-window specifier for the
4862 case popping up a new window fails.
4863 (special-display-popup-frame): Remove double quoting.
4864 (display-buffer-normalize-specifiers-1): Fix thinko.
4865
4866 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * shell.el (shell-completion-vars): Set pcomplete-termination-string
4869 according to comint-completion-addsuffix.
4870
4871 * pcomplete.el: Convert to lexical binding and fix bug#8819.
4872 (pcomplete-suffix-list): Mark as obsolete.
4873 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
4874 pcomplete-seen in the closure.
4875 (pcomplete-comint-setup): Setup completion-at-point as well.
4876 (pcomplete--entries): New function.
4877 (pcomplete--env-regexp): New var.
4878 (pcomplete-entries): Rewrite to work with partial-completion and
4879 without relying on pcomplete-suffix-list.
4880 (pcomplete-pare-list): Remove, unused.
4881
4882 2011-06-17 Martin Rudalics <rudalics@gmx.at>
4883
4884 * window.el (display-buffer-alist): Set pop-up-window-min-height
4885 and pop-up-window-min-width in default value. Reported by
4886 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
4887 other-window-means-other-frame.
4888 (display-buffer-macro-specifiers): Comment out entry for
4889 other-window specifier.
4890 (display-buffer-other-window-means-other-frame): New function.
4891 (display-buffer-normalize-specifiers-1): New arguments
4892 buffer-name and label. Treat other-window case specially.
4893 (display-buffer-normalize-specifiers-2): Treat other-window case
4894 specially.
4895 (display-buffer-normalize-specifiers-3): New function.
4896 (display-buffer-normalize-specifiers):
4897 Call display-buffer-normalize-specifiers-3.
4898
4899 2011-06-17 Martin Rudalics <rudalics@gmx.at>
4900
4901 * window.el (same-window-p): Fix two typos introduced when
4902 adding with-no-warnings.
4903 (display-buffer-normalize-specifiers-1): Don't check
4904 pop-up-frames for 'unset initialization.
4905 (display-buffer-normalize-specifiers-2): Major rewrite using
4906 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
4907 (pop-up-frames, display-buffer-reuse-frames)
4908 (display-buffer-mark-dedicated): Don't initialize to 'unset.
4909 Suggested by David Engster <deng@randomsample.de>.
4910 (even-window-heights): Initialize to 'unset.
4911 (display-buffer-alist-set): Handle new 'unset initializations.
4912 (display-buffer-macro-specifiers): Don't pop up a new frame in the
4913 other window case.
4914
4915 2011-06-16 Martin Rudalics <rudalics@gmx.at>
4916
4917 * window.el (display-buffer-normalize-specifiers-1):
4918 Respect current value of pop-up-frames for most reasonable values of
4919 second argument of display-buffer (Bug#8865).
4920 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
4921 (switch-to-buffer-other-window-same-frame)
4922 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
4923 Adams (Bug#8875).
4924 (display-buffer): Don't check noninteractive when calling
4925 display-buffer-pop-up-frame.
4926 (display-buffer-pop-up-frame): Never pop up a frame in
4927 noninteractive mode (Bug#8857).
4928 (enlarge-window, shrink-window): Don't report an error when the
4929 window can't be resized as requested (Bug#8862).
4930
4931 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4932
4933 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
4934
4935 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
4936
4937 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
4938
4939 2011-06-15 Alan Mackenzie <acm@muc.de>
4940
4941 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
4942 for declarators, disable knr checking to speed up for normal files.
4943 2: Refactor, replacing a sequence of nested if forms by a cond form.
4944
4945 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4946
4947 * net/network-stream.el (open-network-stream): Add the keyword
4948 :always-query-capabilities for the case where you want to force a
4949 `plain' network connection, but the protocol still requires the
4950 capabilitiy command (i.e., SMTP and EHLO).
4951
4952 * subr.el (process-live-p): Rename from `process-alive-p' for
4953 consistency with other `-live-p' functions.
4954
4955 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * window.el (same-window-buffer-names, same-window-regexps)
4958 (special-display-frame-alist, special-display-popup-frame)
4959 (special-display-function, special-display-buffer-names)
4960 (special-display-regexps, pop-up-frame-alist)
4961 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
4962 (pop-up-windows, split-window-preferred-function)
4963 (split-height-threshold, split-width-threshold, even-window-heights)
4964 (display-buffer-mark-dedicated): Don't encourage the use of
4965 display-buffer-alist from Elisp code.
4966
4967 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
4968
4969 * progmodes/python.el (python-mode): Derive from prog-mode.
4970 * progmodes/ps-mode.el (ps-mode):
4971 * progmodes/mixal-mode.el (mixal-mode):
4972 * progmodes/cfengine.el (cfengine-mode):
4973 * progmodes/ld-script.el (ld-script-mode): Likewise.
4974
4975 2011-06-15 Martin Rudalics <rudalics@gmx.at>
4976
4977 * window.el (display-buffer-alist): Trim default value to avoid
4978 popping up a new frame (Bug#8857) or reusing an arbitrary window
4979 on another frame.
4980 (display-buffer): Do not fall back on popping up a new frame in
4981 batch mode (Bug#8857).
4982
4983 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
4984
4985 * cus-theme.el (describe-theme-1): Use custom-theme-p.
4986 (custom-theme-summary): New function.
4987 (customize-themes): Use it.
4988
4989 2011-06-13 Glenn Morris <rgm@gnu.org>
4990
4991 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
4992
4993 2011-06-13 Martin Rudalics <rudalics@gmx.at>
4994
4995 * help.el (help-window): Remove variable.
4996 (help-window-point-marker, temp-buffer-max-height)
4997 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
4998 (help-print-return-message): Don't set help-window.
4999 (resize-temp-buffer-window): Rewrite cod eand doc-string.
5000 (help-window-setup-finish): Remove.
5001 (help-window-display-message, help-window-setup)
5002 (with-help-window): Major rewrite based on new
5003 display-buffer-window variable.
5004
5005 * help-mode.el (help-mode-finish): Remove help-window related
5006 code.
5007
5008 * view.el (view-exits-all-viewing-windows): Remove reference to
5009 view-return-to-alist in doc-string.
5010 (view-return-to-alist): Make obsolete.
5011 (view-buffer): Call pop-to-buffer-same-window and remove
5012 undo-window code.
5013 (view-buffer-other-window): Call pop-to-buffer-other-window and
5014 simplify code. Ignore second argument.
5015 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
5016 simplify code. Ignore second argument.
5017 (view-return-to-alist-update): Make obsolete.
5018 (view-mode-enter): Rename second argument to QUIT-RESTORE.
5019 Rewrite using quit-restore window parameters.
5020 (view-mode-exit): Rename second argument to EXIT-ONLY.
5021 Rewrite using quit-restore-window.
5022 (View-exit, View-exit-and-edit, View-leave, View-quit)
5023 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
5024 appropriate arguments.
5025 (view-end-message): Use quit-restore window parameter.
5026
5027 * window.el (display-buffer-function): Rewrite doc-string.
5028 (display-buffer-window, display-buffer-alist): New variables.
5029 (display-buffer-split-specifiers)
5030 (display-buffer-side-specifiers)
5031 (display-buffer-macro-specifiers): New constants.
5032 (display-buffer-even-window-sizes, display-buffer-set-height)
5033 (display-buffer-set-width, display-buffer-select-window)
5034 (display-buffer-in-window, display-buffer-reuse-window)
5035 (display-buffer-split-window-1, display-buffer-split-window)
5036 (display-buffer-split-atom-window, display-buffer-pop-up-window)
5037 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
5038 (display-buffer-in-side-window, normalize-buffer-to-display)
5039 (display-buffer-normalize-specifiers-1)
5040 (display-buffer-normalize-specifiers-2)
5041 (display-buffer-normalize-specifiers, display-buffer-frame):
5042 New functions.
5043 (display-buffer): Major rewrite.
5044 (display-buffer-other-window, display-buffer-other-frame)
5045 (pop-to-buffer, switch-to-buffer-other-window)
5046 (switch-to-buffer-other-frame): Rewrite.
5047 (display-buffer-same-window, display-buffer-same-frame)
5048 (display-buffer-same-frame-other-window)
5049 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5050 (pop-to-buffer-other-window)
5051 (pop-to-buffer-same-frame-other-window)
5052 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
5053 (switch-to-buffer-other-window-same-frame): New functions.
5054 (same-window-p, special-display-p): Rewrite disabling warnings.
5055 Make obsolete.
5056 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5057 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
5058 Make obsolete
5059 (same-window-buffer-names, same-window-regexps)
5060 (special-display-frame-alist, special-display-popup-frame)
5061 (special-display-function, special-display-buffer-names)
5062 (special-display-regexps, pop-up-frame-alist)
5063 (pop-up-frame-function, split-window-preferred-function)
5064 (split-height-threshold, split-width-threshold)
5065 (even-window-heights): Make obsolete.
5066
5067 2011-06-12 Glenn Morris <rgm@gnu.org>
5068
5069 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
5070 Misc simplifications.
5071
5072 2011-06-12 Martin Rudalics <rudalics@gmx.at>
5073
5074 * window.el (window-safely-shrinkable-p): Restore function which
5075 was inadvertently removed in change from 2011-06-11. Declare as
5076 obsolete.
5077
5078 * calendar/calendar.el (calendar-generate-window):
5079 Use window-iso-combined-p instead of combination of one-window-p and
5080 window-safely-shrinkable-p.
5081
5082 2011-06-12 Glenn Morris <rgm@gnu.org>
5083
5084 * progmodes/fortran.el (fortran-mode-syntax-table):
5085 * progmodes/f90.el (f90-mode-syntax-table):
5086 Set % to punctuation. (Bug#8820)
5087 (f90-find-tag-default): Remove, no longer needed.
5088
5089 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
5090
5091 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
5092
5093 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
5094
5095 * image.el (image-animated-p): Return animation delay in seconds.
5096 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
5097 (image-animate-timeout): Remove DELAY argument. Don't assume
5098 every subimage has the same delay; get it from image-animated-p.
5099 (image-animate): Caller changed.
5100
5101 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
5102
5103 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
5104 to ignored backtrace functions.
5105
5106 2011-06-11 Glenn Morris <rgm@gnu.org>
5107
5108 * calendar/appt.el (appt-disp-window-function): Doc fix.
5109 (appt-check): Handle overlapping appointments. (Bug#8337)
5110
5111 2011-06-11 Martin Rudalics <rudalics@gmx.at>
5112
5113 * window.el (window-tree-1, window-tree): New functions, moving
5114 the latter to window.el.
5115 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5116 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5117 (bw-refresh-edges): Remove.
5118 (balance-windows-1, balance-windows-2): New functions.
5119 (balance-windows): Rewrite in terms of window tree functions,
5120 balance-windows-1 and balance-windows-2.
5121 (bw-adjust-window): Remove.
5122 (balance-windows-area-adjust): New function with functionality of
5123 bw-adjust-window but using resize-window.
5124 (set-window-text-height): Rewrite doc-string.
5125 Use normalize-live-window and resize-window.
5126 (enlarge-window-horizontally, shrink-window-horizontally):
5127 Rename argument to DELTA.
5128 (window-buffer-height): New function.
5129 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
5130 Rewrite using new window resize routines.
5131 (kill-buffer-and-window, mouse-autoselect-window-select):
5132 Use ignore-errors instead of condition-case.
5133 (quit-window): Call delete-frame instead of delete-windows-on
5134 for the only buffer on frame.
5135
5136 2011-06-10 Martin Rudalics <rudalics@gmx.at>
5137
5138 * loadup.el (top-level): Load window before files for the sake
5139 of replace-buffer-in-windows.
5140
5141 * files.el (read-buffer-to-switch)
5142 (switch-to-buffer-other-window)
5143 (switch-to-buffer-other-frame, display-buffer-other-frame):
5144 Move to window.el.
5145
5146 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
5147 (previous-buffer): Move to window.el.
5148
5149 * bindings.el (unbury-buffer): Move to window.el.
5150
5151 * window.el (delete-other-windows-vertically): Move after
5152 definition of delete-other-windows.
5153 (other-window, delete-windows-on, replace-buffer-in-windows):
5154 Move here from window.c.
5155 (record-window-buffer, unrecord-window-buffer)
5156 (set-window-buffer-start-and-point, switch-to-prev-buffer)
5157 (switch-to-next-buffer): New functions.
5158 (get-next-valid-buffer, last-buffer, next-buffer): Move here
5159 from simple.el. Call switch-to-next-buffer.
5160 (previous-buffer): Move here from simple.el.
5161 Call switch-to-prev-buffer.
5162 (bury-buffer): Move here from buffer.c. Switch to previous
5163 buffer when window cannot be deleted.
5164 (unbury-buffer): Move here from bindings.el.
5165 (ctl-x-map): Move binding for other-window from window.c to
5166 here.
5167 (read-buffer-to-switch, switch-to-buffer-other-window)
5168 (switch-to-buffer-other-frame): Move here from files.el.
5169 (normalize-buffer-to-switch-to): New functions.
5170 (switch-to-buffer): Move here from buffer.c.
5171 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
5172
5173 2011-06-10 Martin Rudalics <rudalics@gmx.at>
5174
5175 * window.el (window-min-height, window-min-width): Move here
5176 from window.c. Add defcustoms and rewrite doc-strings.
5177 (resize-mini-window, resize-window): New functions.
5178 (adjust-window-trailing-edge, enlarge-window, shrink-window):
5179 Move here from window.c.
5180 (maximize-window, minimize-window): New functions.
5181 (delete-window, delete-other-windows, split-window): Move here
5182 from window.c.
5183 (window-split-min-size): New function.
5184 (split-window-keep-point): Mention split-window-above-each-other
5185 instead of split-window-vertically.
5186 (split-window-above-each-other, split-window-vertically):
5187 Rename split-window-vertically to split-window-above-each-other and
5188 provide defalias for old definition.
5189 (split-window-side-by-side, split-window-horizontally): Rename
5190 split-window-horizontally to split-window-side-by-side and provide
5191 defalias for the old definition.
5192 (ctl-x-map): Move bindings for delete-window,
5193 delete-other-windows and enlarge-window here from window.c.
5194 Replace bindings for split-window-vertically and
5195 split-window-horizontally by bindings for
5196 split-window-above-each-other and split-window-side-by-side.
5197
5198 * cus-start.el (all): Remove entries for window-min-height and
5199 window-min-width. Add entries for window-splits and
5200 window-nest.
5201
5202 2011-06-09 Glenn Morris <rgm@gnu.org>
5203
5204 * calendar/appt.el (appt-mode-line): New function.
5205 (appt-check, appt-disp-window): Use it.
5206
5207 * files.el (hack-one-local-variable-eval-safep):
5208 Allow minor-modes with explicit +/-1 arguments.
5209
5210 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
5211
5212 * term/xterm.el (xterm): Add defgroup.
5213 (xterm-extra-capabilities): Add defcustom to supply known xterm
5214 capabilities, skip querying them, or query them (default).
5215 (terminal-init-xterm): Use it.
5216 (terminal-init-xterm-modify-other-keys): New function to set up
5217 modifyOtherKeys support to simplify `terminal-init-xterm'.
5218
5219 2011-06-09 Martin Rudalics <rudalics@gmx.at>
5220
5221 * window.el (resize-window-reset, resize-window-reset-1)
5222 (resize-subwindows-skip-p, resize-subwindows-normal)
5223 (resize-subwindows, resize-other-windows, resize-this-window)
5224 (resize-root-window, resize-root-window-vertically)
5225 (window-deletable-p, window-or-subwindow-p)
5226 (frame-root-window-p): New functions.
5227
5228 2011-06-09 Glenn Morris <rgm@gnu.org>
5229
5230 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
5231 (ange-ftp-get-files): Use it.
5232
5233 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5234
5235 * mail/sendmail.el (mail-recover-1, mail-recover):
5236 * files.el (recover-file, recover-session):
5237 Handle dired-listing-switches not being just a single short option.
5238
5239 2011-06-09 Glenn Morris <rgm@gnu.org>
5240
5241 * calendar/appt.el (appt-display-message, appt-disp-window):
5242 Handle lists of appointments.
5243
5244 2011-06-08 Martin Rudalics <rudalics@gmx.at>
5245
5246 * window.el (one-window-p): Move down in code.
5247 Rewrite doc-string.
5248 (window-current-scroll-bars): Rewrite doc-string.
5249 Normalize live window argument.
5250 (walk-windows, get-window-with-predicate, count-windows):
5251 Rewrite doc-string. Use window-list-1.
5252 (window-in-direction-2, window-in-direction, get-mru-window):
5253 New functions.
5254
5255 2011-06-08 Reuben Thomas <rrt@sc3d.org>
5256
5257 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
5258 Doc fix (Bug#8713).
5259
5260 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
5261
5262 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
5263
5264 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
5265
5266 * loadhist.el (unload-feature-special-hooks):
5267 Add `comint-output-filter-functions'.
5268
5269 2011-06-08 Ivan Kanis <gnu@kanis.fr>
5270
5271 * calendar/appt.el (appt-check): Move some initializations into the let.
5272
5273 2011-06-08 Martin Rudalics <rudalics@gmx.at>
5274
5275 * window.el (window-height): Defalias to window-total-height.
5276 (window-width): Defalias to window-body-width.
5277
5278 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
5279
5280 * image-mode.el (image-toggle-animation): New command.
5281 (image-mode-map): Bind it to RET.
5282 (image-mode): Update message.
5283 (image-toggle-display-image): Avoid a spurious cache flush.
5284 (image-transform-rotation): Doc fix.
5285 (image-transform-properties): Return quickly in the normal case.
5286 (image-animate-loop): Rename from image-animate-max-time.
5287
5288 * image.el (image-animate-max-time): Move to image-mode.el.
5289 (create-animated-image): Remove unnecessary function.
5290 (image-animate): Rename from image-animate-start. New arg.
5291 (image-animate-stop): Remove; just use image-animate-timer.
5292 (image-animate-timer): Use car-safe.
5293 (image-animate-timeout): Rename argument.
5294
5295 2011-06-07 Martin Rudalics <rudalics@gmx.at>
5296
5297 * window.el (get-lru-window, get-largest-window): Move here from
5298 window.c. Rename first argument to ALL-FRAMES.
5299 Rephrase doc-strings.
5300 (get-buffer-window-list): Rewrite using window-list-1.
5301 Rephrase doc-string.
5302 (window-safe-min-height, window-safe-min-width): New constants.
5303 (window-size-ignore, window-min-size, window-min-size-1)
5304 (window-sizable, window-sizable-p, window-size-fixed-1)
5305 (window-size-fixed-p, window-min-delta-1, window-min-delta)
5306 (window-max-delta-1, window-max-delta, window-resizable)
5307 (window-resizable-p, window-total-height, window-total-width)
5308 (window-body-width): New functions.
5309 (window-full-height-p, window-full-width-p): Rewrite using
5310 window-total-size.
5311 (window-body-height): Rewrite using window-body-size.
5312
5313 2011-06-06 Martin Rudalics <rudalics@gmx.at>
5314
5315 * window.el (window-right, window-left, window-child)
5316 (window-child-count, window-last-child, window-any-p)
5317 (normalize-live-buffer, normalize-live-frame)
5318 (normalize-any-window, normalize-live-window)
5319 (window-iso-combination-p, window-iso-combined-p)
5320 (window-iso-combinations)
5321 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
5322 (windows-with-parameter, window-with-parameter)
5323 (window-atom-root, make-window-atom, window-atom-check-1)
5324 (window-atom-check, window-side-check, window-check):
5325 New functions.
5326 (ignore-window-parameters, window-sides, window-sides-vertical)
5327 (window-sides-slots): New variables.
5328 (window-size-fixed): Move down in code. Minor doc-string fix.
5329
5330 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
5331
5332 * comint.el (comint-dynamic-complete-as-filename)
5333 (comint-dynamic-complete-filename): Correctly call
5334 completion-in-region.
5335
5336 2011-06-05 Deniz Dogan <deniz@dogan.se>
5337
5338 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
5339 in last change.
5340
5341 2011-06-05 Deniz Dogan <deniz@dogan.se>
5342
5343 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
5344 (rcirc): Use it to prompt for encryption.
5345
5346 2011-06-05 Roland Winkler <winkler@gnu.org>
5347
5348 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
5349 (bibtex-search-entries): New command bound to C-c C-a.
5350 (bibtex-display-entries): New function.
5351
5352 2011-06-05 Roland Winkler <winkler@gnu.org>
5353
5354 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
5355 (bibtex-insert-kill): After yanking insert newline if necessary.
5356 (bibtex-initialize): Call bibtex-string-files-init only once.
5357 (bibtex-mode): Do not call easy-menu-add.
5358 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
5359 (bibtex-yank): Set arg properly if nil.
5360
5361 2011-06-05 Roland Winkler <winkler@gnu.org>
5362
5363 * textmodes/bibtex.el (bibtex-search-entry-globally):
5364 New variable.
5365 (bibtex-search-entry): Use it.
5366
5367 2011-06-05 Roland Winkler <winkler@gnu.org>
5368
5369 * textmodes/bibtex.el (bibtex-entry-format): New option
5370 sort-fields.
5371 (bibtex-format-entry, bibtex-reformat): Honor this option.
5372 (bibtex-parse-entry): Return fields in proper order.
5373
5374 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
5375
5376 * doc-view.el (doc-view-remove-if): Move computation of result out
5377 of `dolist' to silence misleading lexical-binding warning.
5378
5379 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
5380
5381 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
5382 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
5383
5384 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
5385
5386 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
5387 "SunOS 5.10".
5388
5389 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
5390
5391 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
5392 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
5393 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
5394 (tramp-parse-putty):
5395 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
5396 (tramp-completion-function-alist-ssh)
5397 (tramp-completion-function-alist-telnet)
5398 (tramp-completion-function-alist-su)
5399 (tramp-completion-function-alist-putty): Set `tramp-autoload'
5400 cookie.
5401
5402 * net/tramp-ftp.el:
5403 * net/tramp-sh.el:
5404 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
5405 load "tramp.el" `tramp-set-completion-function'.
5406
5407 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
5408
5409 * shell.el: Require and use pcomplete.
5410 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
5411 (shell-completion-vars): Set pcomplete-default-completion-function.
5412
5413 2011-06-04 Deniz Dogan <deniz@dogan.se>
5414
5415 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
5416 `memq' (Bug#8799).
5417
5418 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5419
5420 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
5421
5422 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
5423
5424 * bs.el (bs--mark-unmark, bs--nth-wrapper):
5425 * mpc.el (mpc-select-extend, mpc-songpointer-context):
5426 * vc/log-view.el (log-view-beginning-of-defun):
5427 * vc/smerge-mode.el (smerge-apply-resolution-patch)
5428 (smerge-refine-forward, smerge-refine-chopup-region):
5429 Silence warning for unused `dotimes' counter variables.
5430
5431 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5432
5433 * net/tramp.el (tramp-with-progress-reporter): Rename from
5434 with-progress-reporter. Use `declare'.
5435 * net/tramp-smb.el:
5436 * net/tramp-sh.el:
5437 * net/tramp-gvfs.el: Update all uses.
5438
5439 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
5440
5441 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
5442 buffer isn't killed before making it current.
5443
5444 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5445
5446 Silence various byte-compiler warnings.
5447 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
5448 `access-type' and new obsolescence format.
5449 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
5450 new format.
5451 (byte-compile-check-variable): New `access-type' argument.
5452 Only warn if the access-type is obsolete.
5453 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
5454 (byte-compile-variable-set): Adjust callers.
5455 * help-fns.el (describe-variable): Adjust to new obsolescence format.
5456 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
5457 setting it as obsolete.
5458 * simple.el (minibuffer-completing-symbol):
5459 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
5460 access as obsolete.
5461 * minibuffer.el (minibuffer-completing-file-name): Don't make it
5462 obsolete yet.
5463 * international/quail.el (quail-mouse-choose-completion): Remove unused
5464 code referring to obsolete var.
5465 (quail-choose-completion-string): Remove.
5466 * server.el (server-clients-with, server-kill-buffer-query-function)
5467 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
5468 * proced.el (proced-send-signal):
5469 * emacs-lisp/lisp.el (lisp-complete-symbol):
5470 Replace completion-annotate-function with completion-extra-properties.
5471
5472 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * simple.el (goto-line): Use read-number.
5475 (overriding-map-is-bound): Remove.
5476 (saved-overriding-map): Change default.
5477 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
5478 Take the map as argument.
5479 (universal-argument, negative-argument, digit-argument): Use it.
5480 (restore-overriding-map): Adjust.
5481 (do-auto-fill): Use fill-forward-paragraph.
5482 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
5483
5484 * minibuffer.el (minibuffer-inactive-mode-map): New var.
5485 (minibuffer-inactive-mode): New major mode.
5486 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
5487 the *Messages* buffer" hack.
5488 (mouse-popup-menubar): Don't burp if the event is a normal key.
5489
5490 Miscellaneous tweaks.
5491 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
5492 lexical scoping as in subr.el's dolist and dotimes.
5493 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
5494 Silence compiler warning.
5495 * thingatpt.el (forward-whitespace): Trivial coding style fix.
5496 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
5497 * international/ccl.el (ccl-compile): Trivial simplification.
5498 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
5499 * emacs-lisp/testcover.el (testcover-end): Remove spurious
5500 `printflag' argument.
5501 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5502 Purecopy the whole obsolescence data.
5503
5504 2011-06-01 Leo Liu <sdl.web@gmail.com>
5505
5506 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
5507 improve doc-string as suggested by Marco Pessotto
5508 <melmothx@gmail.com>.
5509 (rcirc-print): Fix last change.
5510
5511 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5512
5513 * minibuffer.el (complete-with-action): Return nil for the metadata and
5514 boundaries of non-functional tables.
5515 (completion-table-dynamic): Return nil for the metadata.
5516 (completion-table-with-terminator): Add default case, using
5517 complete-with-action.
5518 (completion--metadata): New function.
5519 (completion-all-sorted-completions, minibuffer-completion-help): Use it
5520 to try and avoid pathological performance problems.
5521 (completion--embedded-envvar-table): Return `category' metadata.
5522
5523 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5524
5525 * subr.el (process-alive-p): New tiny convenience function.
5526
5527 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
5530 content but also its previous major mode.
5531
5532 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
5533
5534 * emacs-lisp/debug.el (debug): Restore the previous content of the
5535 *Backtrace* buffer when we exit with C-M-c.
5536
5537 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5538
5539 * minibuffer.el: Add metadata method to completion tables.
5540 (completion-category-overrides): New defcustom.
5541 (completion-metadata, completion--field-metadata)
5542 (completion-metadata-get, completion--styles)
5543 (completion--cycle-threshold): New functions.
5544 (completion-try-completion, completion-all-completions):
5545 Add `metadata' argument to choose completion-styles.
5546 (completion--do-completion): Use metadata to choose cycling.
5547 (completion-all-sorted-completions): Use metadata for sorting.
5548 Remove :completion-cycle-penalty which is not needed any more.
5549 (completion--try-word-completion): Add `metadata' argument.
5550 (minibuffer-completion-help): Check metadata for annotation function
5551 and sorting.
5552 (completion-file-name-table): Return `category' metadata.
5553 (minibuffer-completing-file-name): Make obsolete.
5554 * simple.el (minibuffer-completing-symbol): Make obsolete.
5555 * icomplete.el (icomplete-completions): Pass new `metadata' param to
5556 completion-try-completion.
5557
5558 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5559
5560 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
5561
5562 2011-05-30 Leo Liu <sdl.web@gmail.com>
5563
5564 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5565 (rcirc-print): Decode all incoming messages (bug#8744).
5566 (rcirc-decode-coding-system): Allow value nil for automatic coding
5567 system detection.
5568
5569 2011-06-01 Glenn Morris <rgm@gnu.org>
5570
5571 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
5572
5573 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
5574
5575 * image.el (image-animate-max-time): Allow nil and t values.
5576 Default to nil.
5577 (create-animated-image): Doc fix.
5578 (image-animate-start): Remove second arg; just use
5579 image-animate-max-time.
5580 (image-animate-timeout): Doc fix. Args changed.
5581
5582 * image-mode.el (image-toggle-display-image): Ensure that the
5583 image spec passed to the animate timer is the same object as in
5584 the the buffer's display property (Bug#6981).
5585 (image-transform-properties): Doc fix.
5586
5587 * image.el (image-animate-max-time): Default to nil.
5588
5589 2011-05-29 Martin Rudalics <rudalics@gmx.at>
5590
5591 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
5592 entire buffer list (Bug#8184).
5593
5594 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
5595
5596 * image.el (imagemagick-types-inhibit)
5597 (imagemagick-register-types): Doc fix.
5598
5599 2011-05-29 Deniz Dogan <deniz@dogan.se>
5600
5601 * net/rcirc.el (rcirc): Use the user's stored encryption method by
5602 default.
5603
5604 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
5605
5606 * select.el: Don't perform clipboard-manager saving in hooks;
5607 leave the hooks empty.
5608
5609 2011-05-28 Leo Liu <sdl.web@gmail.com>
5610
5611 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
5612 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
5613 (occur-edit-mode): New major mode (Bug#8463).
5614 (occur-after-change-function): New function.
5615 (occur-engine): Give Occur tags a read-only property.
5616
5617 2011-05-28 Kevin Ryde <user42@zip.com.au>
5618
5619 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
5620
5621 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
5622
5623 * bindings.el (help-echo): Make the initial non-indicator dash
5624 empty on graphical terminals (Bug#7295).
5625
5626 * files.el (auto-mode-alist): Move config rule after the
5627 in-stripping one (Bug#8547).
5628
5629 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
5630
5631 * startup.el (normal-splash-screen): Remove gratuitous mode-line
5632 setting (Bug#8740).
5633
5634 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
5635
5636 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
5637 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
5638 (Bug#8539).
5639
5640 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
5641
5642 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
5643
5644 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
5645
5646 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
5647 (hs-hide-block-at-point, hs-find-block-beginning)
5648 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
5649 (Bug#8279).
5650
5651 2011-05-28 Glenn Morris <rgm@gnu.org>
5652
5653 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
5654
5655 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
5656
5657 * help-fns.el (describe-function-1): If the function is a derived
5658 major mode, print the parent mode.
5659
5660 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
5661 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
5662
5663 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 * minibuffer.el (completion--capf-wrapper): Check applicability before
5666 returning non-nil for non-exclusive completion data.
5667 * progmodes/etags.el (tags-completion-at-point-function):
5668 * info-look.el (info-lookup-completions-at-point): Mark as
5669 non-exclusive.
5670 (info-complete): Adjust accordingly.
5671
5672 * info-look.el: Convert to lexical-binding and completion-at-point.
5673 (info-lookup-completions-at-point): New function.
5674 (info-complete): Use it and completion-in-region.
5675
5676 2011-05-28 Drew Adams <drew.adams@oracle.com>
5677
5678 * isearch.el: Let M-e start with point at the first mismatched char.
5679 (isearch-fail-pos): New function.
5680 (isearch-edit-string): Use it.
5681
5682 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
5683
5684 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5685
5686 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
5687
5688 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
5689 traversal functions for avl-trees.
5690 (avl-tree--stack): New struct.
5691 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
5692 (avl-tree-enter): Add optional `updatefun' arg.
5693 (avl-tree--do-enter): Add optional `updatefun' arg.
5694 Change return value.
5695 (avl-tree-delete): Add optional `test' and `nilflag' args.
5696 (avl-tree--do-delete): Add `test' and `nilflag' args.
5697 Change return value.
5698 (avl-tree-member): Add optional `nilflag'
5699 (avl-tree-member-p): New function.
5700 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
5701 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
5702 (avl-tree-stack-empty-p): New functions.
5703
5704 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
5705
5706 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
5707 avl-tree--del-balance1 and make it work both ways.
5708 (avl-tree--del-balance2): Remove.
5709 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
5710 make it work both ways.
5711 (avl-tree--enter-balance2): Remove.
5712 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
5713 New macros.
5714 (avl-tree--mapc, avl-tree-map): Add direction argument.
5715
5716 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
5717
5718 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
5719
5720 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
5721
5722 * select.el: Support clipboard managers with built-in function
5723 x-clipboard-manager-save, via delete-frame-functions and
5724 kill-emacs-hook.
5725 (xselect-convert-to-targets): Add MULTIPLE target to list.
5726 (xselect-convert-to-save-targets): New function.
5727
5728 2011-05-27 Kenichi Handa <handa@m17n.org>
5729
5730 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
5731 let-binding rfc2047-encode-encoded-words to nil.
5732
5733 2011-05-27 Glenn Morris <rgm@gnu.org>
5734
5735 * mail/emacsbug.el: Don't require url-util.
5736
5737 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
5738
5739 * files.el (set-auto-mode):
5740 Also respect mode: entries at the end of the file. (Bug#8586)
5741
5742 2011-05-26 Glenn Morris <rgm@gnu.org>
5743
5744 * files.el (hack-local-variables-prop-line, hack-local-variables):
5745 Downcase mode names, as seems to be traditional.
5746 (hack-local-variables, hack-local-variables-apply): Doc fixes.
5747
5748 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
5749 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
5750
5751 2011-05-25 Julien Danjou <julien@danjou.info>
5752
5753 * textmodes/rst.el (rst-define-level-faces): Do not define face
5754 symbol if it is already defined.
5755
5756 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5757
5758 * play/5x5.el (5x5-new-game, 5x5-randomize):
5759 Reset 5x5-solver-output to nil when a new grid is cast.
5760 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
5761 these debugging traces, as defmacro breaks the compiled code.
5762
5763 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
5764
5765 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
5766
5767 2011-05-24 Leo Liu <sdl.web@gmail.com>
5768
5769 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
5770 (vc-bzr-sha1): Adapt.
5771
5772 * sha1.el: Remove. Function `sha1' is now builtin.
5773
5774 * bindings.el: Provide sha1 feature.
5775
5776 2011-05-24 Kenichi Handa <handa@m17n.org>
5777
5778 * mail/sendmail.el: Require `rfc2047'.
5779 (mail-insert-from-field): Do not perform RFC2047 encoding.
5780 (mail-encode-header): New function.
5781 (sendmail-send-it): Set buffer-file-coding-system of the work
5782 buffer to the return value of select-message-coding-system.
5783 Call mail-encode-header.
5784
5785 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
5786
5787 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
5788
5789 * mail/supercite.el (sc-default-cite-frame):
5790 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
5791
5792 2011-05-24 Glenn Morris <rgm@gnu.org>
5793
5794 * progmodes/python.el (brm-menu): Declare.
5795
5796 * emulation/viper.el (viper-set-hooks): Declare.
5797
5798 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
5799 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
5800 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
5801 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
5802 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
5803 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
5804
5805 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
5806
5807 Add an :exit-function for completion-at-point.
5808
5809 * minibuffer.el (completion--done): New fun.
5810 (completion--do-completion): Use it. New arg `expect-exact'.
5811 (minibuffer-complete, minibuffer-complete-word): Don't output message,
5812 since completion--do-completion does it for us now.
5813 (minibuffer-force-complete): Use completion--done and
5814 completion--replace. Handle sole-completion case with more care.
5815 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
5816 (completion-extra-properties): New var.
5817 (completion-annotate-function): Make obsolete.
5818 (minibuffer-completion-help): Adjust accordingly.
5819 Use completion-list-insert-choice-function.
5820 (completion-at-point, completion-help-at-point):
5821 Bind completion-extra-properties.
5822 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
5823 * simple.el (completion-list-insert-choice-function): New var.
5824 (completion-setup-function): Preserve it.
5825 (choose-completion): Pay attention to it, shuffle the code a bit.
5826 (choose-completion-string): New arg `insert-function'.
5827
5828 * textmodes/bibtex.el: Convert to lexical binding.
5829 (bibtex-mode-map): Use completion-at-point.
5830 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
5831 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
5832 (bibtex-complete): Define as obsolete alias.
5833 (bibtex-complete-internal): Remove.
5834 (bibtex-format-entry): Remove unused sub-group in regexp.
5835 * shell.el (shell--command-completion-data)
5836 (shell-environment-variable-completion):
5837 * pcomplete.el (pcomplete-completions-at-point):
5838 * comint.el (comint--complete-file-name-data): Use :exit-function
5839 instead of completion-table-with-terminator so it also works for
5840 choose-completion.
5841
5842 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5843
5844 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
5845
5846 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
5847 (bug#8710).
5848
5849 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
5850
5851 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
5852
5853 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
5854 customization variable and implement: If non-nil, auto-fill will
5855 be inhibited while on topic's header line.
5856
5857 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
5858
5859 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
5860 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
5861 always have a solution in grid size = 5 cases.
5862 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
5863 (5x5-solver-output, 5x5-log-buffer): New vars.
5864 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
5865 Make these variables buffer local to achieve 5x5 multi-session-ness.
5866 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
5867 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
5868 (5x5-solve-suggest): New funs.
5869 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
5870 randomize a grid so that we ensure that there is always a solution.
5871 (5x5-make-random-grid): Allow other movement than flipping.
5872
5873 2011-05-23 Kevin Ryde <user42@zip.com.au>
5874
5875 * emacs-lisp/advice.el (ad-read-advised-function):
5876 Use `function-called-at-point' as the default default, if it has
5877 advice and passes PREDICATE.
5878
5879 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
5880
5881 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
5882 byte-compile-lambda if it's actually a lambda.
5883
5884 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
5885 Fix function quoting. Use backquote better.
5886
5887 2011-05-22 Yuanle Song <sylecn@gmail.com>
5888
5889 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
5890 matching (Bug#8516).
5891
5892 2011-01-22 Jari Aalto <jari.aalto@cante.net>
5893
5894 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
5895 different face (Bug#8178).
5896
5897 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
5898
5899 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
5900 defface (Bug#8144).
5901
5902 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
5905 funcall as well (bug#8712). Warn when performing those conversions.
5906 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
5907
5908 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
5909
5910 2011-05-22 Glenn Morris <rgm@gnu.org>
5911
5912 * files.el (hack-local-variables-prop-line): Small simplifications.
5913 (hack-local-variables, hack-local-variables-prop-line):
5914 If MODE-ONLY, return the mode, rather than just `t'.
5915
5916 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
5919
5920 2011-05-21 Glenn Morris <rgm@gnu.org>
5921
5922 * files.el (hack-local-variables-prop-line, hack-local-variables):
5923 If only interested in the mode, don't bother doing the other stuff.
5924
5925 * image-mode.el (image-after-revert-hook):
5926 Redraw all frames on which the image is visible. (Bug#8567)
5927
5928 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
5929
5930 * wid-edit.el (widget-checklist-match-inline):
5931 Fix 2011-04-19 change. (Bug#8649)
5932
5933 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5934
5935 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
5936 Also allow singlespace after single-letter capitals followed by a dot.
5937
5938 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
5939 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
5940
5941 2011-05-20 Nix <nix@esperi.org.uk>
5942
5943 * files.el (basic-save-buffer-2):
5944 Fix handling of break-hardlink-on-save with non-existent files.
5945
5946 2011-05-19 Deniz Dogan <deniz@dogan.se>
5947
5948 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
5949 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
5950
5951 2011-05-19 Glenn Morris <rgm@gnu.org>
5952
5953 * progmodes/f90.el (f90-type-def-re):
5954 Handle "type, bind(c)". (Bug#8691)
5955
5956 * emacs-lisp/autoload.el (batch-update-autoloads):
5957 Set autoload-excludes by parsing loadup.el rather than Makefiles.
5958
5959 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
5960
5961 * net/tramp.el (tramp-process-actions): Set "first-password-request"
5962 property for the correct connection in case of multihops.
5963
5964 2011-05-18 Glenn Morris <rgm@gnu.org>
5965
5966 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
5967 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
5968
5969 Rationalize calendar handling of day and month abbrev-arrays.
5970 * calendar/calendar.el (calendar-customized-p): New function.
5971 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
5972 (calendar-day-name-array, calendar-month-name-array): Doc fix.
5973 Add :set function.
5974 (calendar-abbrev-length, calendar-day-abbrev-array)
5975 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
5976 (calendar-day-abbrev-array, calendar-month-abbrev-array):
5977 Elements may no longer be nil.
5978 (calendar-day-name, calendar-month-name):
5979 Update for changed nature of abbrev arrays.
5980 * calendar/diary-lib.el (diary-name-pattern):
5981 Update for changed nature of abbrev arrays.
5982 (diary-mark-entries-1): Update calendar-make-alist calls.
5983 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
5984 * calendar/cal-html.el (cal-html-day-abbrev-array):
5985 Simply inherit from calendar-day-abbrev-array.
5986
5987 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
5988
5989 * progmodes/grep.el (grep-mode): Disable default
5990 compilation-directory-matcher setting (bug#8684).
5991
5992 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
5993
5994 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
5995 instead of "head" and "tail". There were problems with SunOS 5.9,
5996 and it performs better.
5997
5998 2011-05-17 Glenn Morris <rgm@gnu.org>
5999
6000 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
6001
6002 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6003 Replace obsolete function.
6004
6005 * shell.el (pcomplete-parse-arguments-function): Declare.
6006
6007 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
6008 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
6009 (appt-check): Doc fixes.
6010 (appt-disp-window-function, appt-delete-window-function):
6011 Remove needless special case in custom :type.
6012 (appt-display-count): Default to 0, not nil.
6013 (appt-check): Reset appt-display-count to 0, not nil.
6014
6015 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
6016
6017 * progmodes/python.el (python-font-lock-keywords):
6018 Add the Python 3.X keyword "nonlocal" (bug#8639).
6019
6020 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6021
6022 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
6023
6024 2011-05-16 Kevin Ryde <user42@zip.com.au>
6025
6026 * info-look.el (makefile-automake-mode): New setups, looking in
6027 automake manual, then makefile-mode.
6028 (makefile-mode): Remove automake manual, have it just in
6029 makefile-automake-mode since there's various things different or
6030 not relevant to plain make.
6031 (makefile-mode): Remove "other-modes" non-existent automake-mode,
6032 believe a hypothetical automake-mode would go to makefile-mode,
6033 not the other way around.
6034
6035 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
6036
6037 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
6038 hunk-end tags (Bug#8672).
6039
6040 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
6041 vc-annotate-show-diff-revision-at-line (Bug#8671).
6042
6043 2011-05-14 Glenn Morris <rgm@gnu.org>
6044
6045 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
6046 in the middle of an existing one with multiple authors. (Bug#8645)
6047 (change-log-font-lock-keywords): Also handle multiple author lines
6048 with leading tabs. (Bug#8644)
6049
6050 * calendar/appt.el (appt-check): Rename some local variables.
6051 Some simplification/reordering.
6052
6053 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
6054 (feedmail-sendmail-f-doesnt-sell-me-out)
6055 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6056 (feedmail-debug-sit-for, feedmail-queue-express-hook)
6057 (feedmail-queue-runner-message-sender): Set :version.
6058 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
6059 (bbdb-dwim-net-address, vm-mail): Declare.
6060 (feedmail-binmail-gnulinuxish-template):
6061 Rename from feedmail-binmail-linuxish-template.
6062 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
6063 Use insert-buffer-substring.
6064
6065 2011-05-14 Bill Carpenter <bill@carpenter.org>
6066
6067 * mail/feedmail.el (feedmail-patch-level): Increase.
6068 (feedmail-debug): New custom group.
6069 (feedmail-confirm-outgoing-timeout)
6070 (feedmail-sendmail-f-doesnt-sell-me-out)
6071 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6072 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
6073 (feedmail-sender-line, feedmail-from-line)
6074 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
6075 (feedmail-spray-this-address)
6076 (feedmail-spray-address-fiddle-plex-list)
6077 (feedmail-queue-use-send-time-for-date)
6078 (feedmail-queue-use-send-time-for-message-id)
6079 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
6080 (feedmail-buffer-eating-function):
6081 Doc fixes.
6082 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
6083 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
6084 (feedmail-message-action-scroll-down): New functions.
6085 (feedmail-queue-directory, feedmail-queue-draft-directory):
6086 Use expand-file-name.
6087 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
6088 Remove C-v help entry.
6089 (feedmail-queue-buffer-file-name): New variable.
6090 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
6091 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
6092 (feedmail-message-action-send-strong, feedmail-message-action-edit)
6093 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
6094 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
6095 (feedmail-message-action-toggle-spray)
6096 (feedmail-run-the-queue-no-prompts)
6097 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
6098 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
6099 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
6100 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
6101 (feedmail-envelope-deducer, feedmail-fiddle-from)
6102 (feedmail-fiddle-sender, feedmail-default-date-generator)
6103 (feedmail-fiddle-date, feedmail-fiddle-message-id)
6104 (feedmail-fiddle-spray-address)
6105 (feedmail-fiddle-list-of-spray-fiddle-plexes)
6106 (feedmail-fiddle-list-of-fiddle-plexes)
6107 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
6108 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
6109 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
6110 Change default. Doc fix.
6111 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
6112 (feedmail-binmail-linuxish-template): New constant.
6113 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
6114 Respect feedmail-sendmail-f-doesnt-sell-me-out.
6115 (feedmail-send-it): Add debug call.
6116 Use feedmail-queue-buffer-file-name, and
6117 feedmail-send-it-immediately-wrapper.
6118 (feedmail-message-action-send): Add debug call.
6119 Use feedmail-send-it-immediately-wrapper.
6120 (feedmail-queue-express-to-queue): Add debug call.
6121 Run feedmail-queue-express-hook.
6122 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
6123 (feedmail-message-action-help-blat):
6124 Rename from feedmail-queue-send-edit-prompt-help-first.
6125 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
6126 Check line-endings. Handle errors better.
6127 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
6128 Doc fix. Add debug call.
6129 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
6130 Use feedmail-queue-send-edit-prompt-inner.
6131 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
6132 (feedmail-queue-send-edit-prompt-inner): New function, extracted
6133 from feedmail-queue-send-edit-prompt.
6134 (feedmail-queue-send-edit-prompt-help)
6135 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
6136 (feedmail-tidy-up-slug): Add debug call.
6137 Respect feedmail-queue-slug-suspect-regexp.
6138 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
6139 (feedmail-dump-message-to-queue): Add debug call.
6140 Expand queue-directory.
6141 (feedmail-dump-message-to-queue): Change message slightly.
6142 Use feedmail-say-chatter.
6143 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
6144 (feedmail-send-it-immediately-wrapper): New function.
6145 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
6146 Insert empty string rather than newline. Handle full-frame case.
6147 Use catch/throw. Use feedmail-say-chatter.
6148 (feedmail-fiddle-from): Try mail-host-address.
6149 (feedmail-default-message-id-generator): Doc fix.
6150 Bind system-time-locale. Handle missing end.
6151 (feedmail-fiddle-x-mailer): Add debug call.
6152 Handle feedmail-x-mailer-line being nil.
6153 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
6154 Add debug call. Use buffer-substring-no-properties.
6155 (feedmail-say-debug, feedmail-say-chatter): New functions.
6156 (feedmail-find-eoh): Give an explicit error.
6157
6158 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
6159
6160 * net/newst-treeview.el (newsticker-treeview-face): Change default
6161 family from helvetica to sans.
6162 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
6163 etc/images/newsticker.
6164
6165 * net/newst-reader.el (newsticker-feed-face): Change default
6166 family from helvetica to sans.
6167
6168 * net/newst-plainview.el (newsticker-new-item-face)
6169 (newsticker-old-item-face, newsticker-immortal-item-face)
6170 (newsticker-obsolete-item-face, newsticker-date-face)
6171 (newsticker-statistics-face): Change default family from
6172 helvetica to sans.
6173 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
6174 etc/images/newsticker.
6175
6176 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
6177 (newsticker--process-auto-mark-filter-match): : Tell user about
6178 auto-marking.
6179
6180 2011-05-13 Didier Verna <didier@xemacs.org>
6181
6182 Common Lisp indentation improvements on defmethod and lambda-lists.
6183 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
6184 TODO entries.
6185 (lisp-lambda-list-keyword-parameter-indentation)
6186 (lisp-lambda-list-keyword-parameter-alignment)
6187 (lisp-lambda-list-keyword-alignment): New customizable user options.
6188 (lisp-indent-defun-method): Improve docstring.
6189 (extended-loop-p): Fix comment.
6190 (lisp-indent-lambda-list-keywords-regexp): New variable.
6191 (lisp-indent-lambda-list): New function.
6192 (lisp-indent-259): Use it.
6193 (lisp-indent-defmethod): Support for more than one
6194 method qualifier and properly indent methods lambda-lists.
6195 (defgeneric): Provide a missing common-lisp-indent-function property.
6196
6197 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6198
6199 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
6200 bounds for the empty string (bug#8667).
6201
6202 2011-05-13 Glenn Morris <rgm@gnu.org>
6203
6204 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
6205
6206 * mail/sendmail.el (sendmail-program): Try executable-find first.
6207 (sendmail-send-it): `sendmail-program' cannot be unbound.
6208
6209 * calendar/appt.el (appt-make-list): Simplify.
6210 (appt-time-msg-list): Doc fix.
6211 (appt-check): Change mode-line message at the time of the appointment.
6212
6213 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
6214
6215 * progmodes/ld-script.el (ld-script-keywords)
6216 (ld-script-builtins): Update keywords list.
6217
6218 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6219
6220 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
6221
6222 * shell.el (shell-completion-vars): New function.
6223 (shell-mode):
6224 * simple.el (read-shell-command): Use it.
6225 (blink-matching-open): No need for " [...]" in minibuffer-message.
6226
6227 2011-05-12 Glenn Morris <rgm@gnu.org>
6228
6229 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
6230 (appt-check): Simplify.
6231
6232 2011-05-12 Eli Zaretskii <eliz@gnu.org>
6233
6234 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
6235 literal "/dev/null".
6236
6237 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6238
6239 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
6240 Fix typo.
6241
6242 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6243
6244 * progmodes/which-func.el (which-function):
6245 Use add-log-current-defun instead of add-log-current-defun-function,
6246 which might not be defined (Bug#8260).
6247
6248 2011-05-12 Glenn Morris <rgm@gnu.org>
6249
6250 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
6251 Let byte-compile-initial-macro-environment always take precedence.
6252
6253 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6254
6255 * net/rcirc.el: Add support for SSL/TLS connections.
6256 (rcirc-server-alist): New field `encryption'.
6257 (rcirc): Check `encryption' settings.
6258 (rcirc-connect): New arg `encryption'. Use open-network-stream.
6259 Merge make-local-variable into `set'.
6260 (rcirc--connection-open-p): New function.
6261 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
6262 the process is not a network process (e.g. running gnutls-cli).
6263 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
6264 Make rcirc-(en|de)code-coding-system local here.
6265 (rcirc-mode): Merge make-local-variable into `set'.
6266 (rcirc-parent-buffer): Make permanent buffer-local.
6267 (rcirc-multiline-minor-mode): Don't do it here.
6268 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
6269 there's no server buffer.
6270
6271 2011-05-11 Glenn Morris <rgm@gnu.org>
6272
6273 * newcomment.el (comment-kill): Prefix "unused" local.
6274
6275 * term/w32console.el (get-screen-color): Declare.
6276
6277 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
6278 Handle symbol elements of byte-compile-initial-macro-environment.
6279
6280 2011-05-10 Leo Liu <sdl.web@gmail.com>
6281
6282 * bookmark.el (bookmark-bmenu-mode-map):
6283 Bind bookmark-bmenu-search to `/'.
6284
6285 * mail/footnote.el: Convert to utf-8 encoding.
6286 (footnote-unicode-string, footnote-unicode-regexp): New variable.
6287 (Footnote-unicode): New function.
6288 (footnote-style-alist): Add unicode style to the list.
6289 (footnote-style): Doc fix.
6290
6291 2011-05-10 Jim Meyering <meyering@redhat.com>
6292
6293 Fix doubled-word typos.
6294 * international/quail.el (quail-insert-kbd-layout): and and -> and
6295 * kermit.el: and and -> and
6296 * net/ldap.el (ldap-search-internal): to to -> to
6297 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
6298 * progmodes/js.el (js-mode): and and -> and
6299 * textmodes/artist.el (artist-move-to-xy): at at -> at
6300 (artist-draw-region-trim-line-endings): if if -> if
6301 And Safetyc -> Safety.
6302 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
6303
6304 2011-05-10 Glenn Morris <rgm@gnu.org>
6305 Stefan Monnier <monnier@iro.umontreal.ca>
6306
6307 * files.el (hack-one-local-variable-eval-safep):
6308 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
6309
6310 2011-05-10 Glenn Morris <rgm@gnu.org>
6311
6312 * calendar/diary-lib.el (diary-list-entries-hook)
6313 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
6314 (diary-nongregorian-marking-hook, diary-list-entries)
6315 (diary-include-other-diary-files, diary-mark-entries)
6316 (diary-mark-included-diary-files): Doc fixes.
6317
6318 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
6319
6320 * misc.el: Require tabulated-list.el during compilation.
6321
6322 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
6323
6324 * progmodes/compile.el (compilation-start):
6325 Run compilation-filter-hook for the async case too.
6326 (compilation-filter-hook): Doc fix.
6327
6328 2011-05-09 Deniz Dogan <deniz@dogan.se>
6329
6330 * wdired.el: Remove outdated installation comment. Fix usage
6331 comment.
6332
6333 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
6334
6335 * misc.el: Implement new command `list-dynamic-libraries'.
6336 (list-dynamic-libraries--loaded-only-p): New variable.
6337 (list-dynamic-libraries--refresh): New function.
6338 (list-dynamic-libraries): New command.
6339
6340 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
6341
6342 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6343 Fix the ant regexp to handle end-line and end-column info from jikes.
6344 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
6345 higher priority to avoid clobbering by gnu.
6346
6347 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
6348
6349 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
6350 if the face has existing theme settings (Bug#8454).
6351
6352 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
6353
6354 * progmodes/perl-mode.el (perl-imenu-generic-expression):
6355 Only match variables declared via `my' or `our' (Bug#8261).
6356
6357 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
6358 special file names `.' and `..' (Bug#8259).
6359
6360 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
6361
6362 * progmodes/grep.el (grep-mode-font-lock-keywords):
6363 Remove buffer-changing entries.
6364 (grep-filter): New function.
6365 (grep-mode): Add it to compilation-filter-hook.
6366
6367 * progmodes/compile.el (compilation-filter-hook)
6368 (compilation-filter-start): New defvars.
6369 (compilation-filter): Call compilation-filter-hook prior to
6370 updating the process mark.
6371
6372 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6373
6374 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
6375
6376 2011-05-07 Eli Zaretskii <eliz@gnu.org>
6377
6378 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
6379 mailclient-send-it even if window-system is nil. (Bug#8595)
6380
6381 * term/w32console.el (terminal-init-w32console):
6382 Call get-screen-color and use its output to set the frame
6383 background-mode. (Bug#8597)
6384
6385 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 Make bytecomp.el understand that defmethod defines funs (bug#8631).
6388 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
6389 New functions.
6390 (defgeneric, eieio--defmethod): Use them.
6391 (eieio-defgeneric): Remove.
6392 (defmethod): Call defgeneric in a way visible to the byte-compiler.
6393
6394 2011-05-07 Glenn Morris <rgm@gnu.org>
6395
6396 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
6397 Use let rather than let*.
6398 (timeclock-find-discrep): Remove unused local.
6399
6400 * calendar/diary-lib.el (diary-comment-start): Doc fix.
6401
6402 * calendar/appt.el (appt-time-msg-list): Doc fix.
6403
6404 2011-05-06 Noah Friedman <friedman@splode.com>
6405
6406 * apropos.el (apropos-print-doc): Only use
6407 emacs-lisp-docstring-fill-column when it is bound to an integer,
6408 per that variable's documentation.
6409
6410 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6411
6412 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
6413 and warnings are not silently discarded (e.g. use -d instead of -P).
6414
6415 2011-05-06 Glenn Morris <rgm@gnu.org>
6416
6417 * calendar/appt.el (appt-message-warning-time): Doc fix.
6418 (appt-warning-time-regexp): New option.
6419 (appt-make-list): Respect appt-message-warning-time.
6420
6421 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
6422 New options.
6423 (diary-add-to-list): Strip comments from the displayed string.
6424 (diary-mode): Set comment-start and comment-end.
6425
6426 * vc/diff-mode.el (smerge-refine-subst): Declare.
6427 (diff-refine-hunk): Don't require smerge-mode when compiling.
6428
6429 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
6430
6431 * simple.el (list-processes): Return nil as the docstring says.
6432
6433 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
6434
6435 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
6436 to "".
6437 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6438 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
6439 determining of binary transfer. (Bug#7383)
6440
6441 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
6442
6443 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6444 Fix port computation bug. (Bug#8618)
6445
6446 2011-05-05 Glenn Morris <rgm@gnu.org>
6447
6448 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
6449
6450 * simple.el (shell-dynamic-complete-functions)
6451 (comint-dynamic-complete-functions): Declare.
6452
6453 * net/network-stream.el (gnutls-negotiate):
6454 * simple.el (tabulated-list-print): Fix declarations.
6455
6456 * progmodes/gud.el (syntax-symbol, syntax-point):
6457 Remove unnecessary and incorrect declarations.
6458
6459 * emacs-lisp/check-declare.el (check-declare-scan):
6460 Handle byte-compile-initial-macro-environment in bytecomp.el
6461
6462 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6463
6464 Fix earlier half-done eieio-defmethod change (bug#8338).
6465 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
6466 Streamline and change calling convention.
6467 (defmethod): Adjust accordingly and simplify.
6468 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
6469 new eieio--defmethod.
6470 (slot-boundp): Minor CSE simplification.
6471
6472 2011-05-05 Milan Zamazal <pdm@zamazal.org>
6473
6474 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
6475 (glasses-make-readable): Use glasses-separate-capital-groups.
6476
6477 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
6478
6479 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
6480 (warning-series): Doc fix.
6481 (display-warning): Don't try to create the buffer if we just found it.
6482
6483 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
6484
6485 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
6486 (autoload-find-generated-file): New function.
6487 (generate-file-autoloads): Bind generated-autoload-file to
6488 buffer-file-name.
6489 (update-file-autoloads, update-directory-autoloads):
6490 Use autoload-find-generated-file. If called interactively, prompt for
6491 output file (Bug#7989).
6492 (batch-update-autoloads): Doc fix.
6493
6494 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
6495
6496 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
6497
6498 2011-05-04 Glenn Morris <rgm@gnu.org>
6499
6500 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
6501 function, so it follows changes in calendar-date-style.
6502 (diary-fancy-date-matcher): New function.
6503 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
6504 (diary-fancy-font-lock-fontify-region-function):
6505 Use diary-fancy-date-pattern as a function.
6506
6507 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
6508 non-numbers for `year' etc pseudo-variables. (Bug#8583)
6509
6510 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
6511
6512 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
6513 instead of positional arguments. Allow :keylist and :crlfiles
6514 arguments.
6515 (open-gnutls-stream): Call it.
6516
6517 * net/network-stream.el (network-stream-open-starttls): Adjust to
6518 call `gnutls-negotiate' with :process and :hostname arguments.
6519
6520 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 * minibuffer.el (completion--message): New function.
6523 (completion--do-completion, minibuffer-complete)
6524 (minibuffer-force-complete, minibuffer-complete-word): Use it.
6525 (completion--do-completion): Don't ignore completion-auto-help when in
6526 icomplete-mode.
6527
6528 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
6529 internal encoding (e.g. tibetan zero is not whitespace).
6530 (global-whitespace-mode): Prefer save-current-buffer.
6531 (whitespace-trailing-regexp): Remove useless save-match-data.
6532 (whitespace-empty-at-bob-regexp): Minor simplification.
6533
6534 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
6535
6536 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
6537
6538 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6539
6540 * textmodes/ispell.el (ispell-add-per-file-word-list):
6541 Use `concat' to create string for insertion.
6542
6543 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6544
6545 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
6546 Avoid open-line which runs post-self-insert-hook.
6547 (bibtex-fill-entry): Remove unused `end' var.
6548
6549 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
6550
6551 * textmodes/ispell.el (ispell-add-per-file-word-list):
6552 Protect against `nil' value of `comment-start' (Bug#8579).
6553
6554 2011-05-03 Leo Liu <sdl.web@gmail.com>
6555
6556 * isearch.el (isearch-yank-pop): New command.
6557 (isearch-mode-map): Bind it to `M-y'.
6558 (isearch-forward): Mention it.
6559
6560 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6561
6562 * simple.el (minibuffer-complete-shell-command): Remove.
6563 (minibuffer-local-shell-command-map): Use completion-at-point.
6564 (read-shell-command): Setup completion vars here instead.
6565 (read-expression-map): Bind TAB to symbol completion.
6566
6567 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
6568 error directly rather via storing it into `results'.
6569
6570 2011-05-02 Leo Liu <sdl.web@gmail.com>
6571
6572 * vc/diff.el: Fix description.
6573
6574 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6575
6576 * server.el (server-eval-at): New function.
6577
6578 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6579
6580 * net/network-stream.el (open-network-stream): Take a :nowait
6581 parameter and pass it on to `make-network-process'.
6582 (network-stream-open-plain): Ditto.
6583
6584 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
6585
6586 * faces.el (face-spec-set-match-display): Don't match toolkit
6587 options on terminal frames.
6588
6589 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * progmodes/pascal.el: Use lexical binding.
6592 (pascal-mode-map): Remove author preferences.
6593
6594 * pcomplete.el (pcomplete-std-complete): Don't abuse
6595 completion-at-point.
6596
6597 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
6598
6599 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
6600 removing code that has been dead since 1991 or so.
6601
6602 * startup.el (command-line): When warning about "_emacs", use a
6603 delayed warning to allow the user to filter it out.
6604
6605 2011-04-28 Deniz Dogan <deniz@dogan.se>
6606
6607 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
6608 user has not joined.
6609
6610 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6611
6612 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
6613 aren't any completions at point.
6614
6615 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
6616
6617 * subr.el (display-delayed-warnings): New function.
6618 (delayed-warnings-hook): New variable.
6619
6620 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6621
6622 * minibuffer.el (completion-at-point, completion-help-at-point):
6623 Don't presume that a given completion-at-point-function will always
6624 use the same calling convention.
6625
6626 * pcomplete.el (pcomplete-completions-at-point):
6627 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
6628 pcomplete-seen is non-nil.
6629 (pcomplete-comint-setup): Also recognize the new comint/shell
6630 completion functions.
6631 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
6632 pcomplete-seen is non-nil.
6633
6634 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
6635
6636 * calendar/icalendar.el (diary-lib): Add require statement.
6637 (icalendar--create-uid): Read out a uid from a text-property on
6638 the first character in the entry. This allows for code to add its
6639 own uid to the entry.
6640 (icalendar--convert-float-to-ical): Add export of
6641 `diary-float'-entries save for those with the optional DAY
6642 argument.
6643
6644 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
6645
6646 * subr.el (shell-quote-argument): Use alternate escaping strategy
6647 when we spot a variable reference in a string.
6648
6649 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
6650
6651 * cus-start.el (all): Define customization for debug-on-event.
6652
6653 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
6654
6655 * subr.el (shell-quote-argument): Escape correctly under Windows.
6656
6657 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
6660
6661 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
6662
6663 * net/tramp.el (tramp-process-actions): Add POS argument.
6664 Delete region between POS and (pos).
6665
6666 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6667 Use `nil' position in `tramp-process-actions' call.
6668 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
6669
6670 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
6671 position in `tramp-process-actions' call.
6672
6673 * net/trampver.el: Update release number.
6674
6675 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
6676
6677 * custom.el (defcustom): Obey lexical-binding.
6678
6679 Fix octave-inf completion problems reported by Alexander Klimov.
6680 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
6681 Inherit from octave-mode-syntax-table.
6682 (inferior-octave-mode): Set info-lookup-mode.
6683 (inferior-octave-completion-at-point): New function.
6684 (inferior-octave-complete): Use it and completion-in-region.
6685 (inferior-octave-dynamic-complete-functions): Use it as well, and use
6686 comint-filename-completion.
6687 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
6688 symbol elements which shouldn't be word elements.
6689 (octave-font-lock-keywords, octave-beginning-of-defun)
6690 (octave-function-header-regexp): Adjust regexps accordingly.
6691 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
6692
6693 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
6694
6695 * net/gnutls.el (gnutls-errorp): Declare before first use.
6696
6697 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
6698
6699 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
6700 verify-error, and verify-hostname-error parameters. Check whether
6701 default trustfile exists before going to use it. Add missing
6702 argument to gnutls-message-maybe call. Return return value.
6703 Reported by Claudio Bley <claudio.bley@gmail.com>.
6704 (open-gnutls-stream): Add usage example.
6705
6706 * net/network-stream.el (network-stream-open-starttls): Give host
6707 parameter to `gnutls-negotiate'.
6708 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
6709 * subr.el (shell-quote-argument): Escape correctly under Windows.
6710
6711 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
6712
6713 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6714 Use correct match group (bug#8438).
6715
6716 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
6717
6718 * emacs-lisp/package.el (package-built-in-p): Fix typo.
6719 (package-menu--generate): New arg specifying packages to show.
6720 (package-menu-refresh, package-menu-execute, list-packages):
6721 Callers changed.
6722 (package-show-package-list): New function, replacing deleted
6723 package--list-packages (renamed because it is non-internal).
6724
6725 * finder.el (finder-list-matches): Use package-show-package-list
6726 instead of deleted package--list-packages.
6727
6728 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
6729 Based on a previous implementation by Juanma Barranquero (Bug#8366).
6730 (vc-annotate-mode-map): Bind it to RET.
6731
6732 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
6733
6734 * progmodes/etags.el (next-file): Don't use set-buffer to change
6735 buffers (Bug#8478).
6736
6737 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
6738
6739 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
6740
6741 * apropos.el (apropos-label-face): Avoid variable-pitch face.
6742 (apropos-accumulator): Doc fix.
6743 (apropos-function, apropos-macro, apropos-command)
6744 (apropos-variable, apropos-face, apropos-group, apropos-widget)
6745 (apropos-plist): Add face property.
6746 (apropos-symbols-internal): Fix indentation.
6747 (apropos-print): Simplify help, and recognize apropos-multi-type.
6748 (apropos-print-doc): Use button-type-get to extract the button's
6749 face property. Fill docstring (Bug#8352).
6750
6751 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
6752
6753 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
6754
6755 * play/mpuz.el (mpuz-silent): Doc fix.
6756 (mpuz-mode-map): Use mapc.
6757 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
6758 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
6759 Fix typos in docstrings.
6760
6761 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
6762 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
6763
6764 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
6765
6766 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
6767
6768 * minibuffer.el (completion--do-completion): Avoid the "Next char
6769 not unique" prompt if icomplete-mode is enabled (Bug#5849).
6770
6771 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
6772 mouse-2 into unread-command-events, it is interpreted correctly.
6773
6774 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6775 (image-toggle-display): Doc fix.
6776
6777 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
6778
6779 * textmodes/page.el (what-page): Use line-number-at-pos to
6780 calculate line number (Bug#6825).
6781
6782 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
6783
6784 * eshell/esh-mode.el (find-tag-interactive): Declare function.
6785 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
6786 Pass argument NO-DEFAULT to `find-tag-interactive'.
6787
6788 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
6789
6790 Lexical-binding cleanup.
6791
6792 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
6793 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
6794 * progmodes/ada-prj.el (ada-prj-initialize-values)
6795 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
6796 (ada-prj-show-value):
6797 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
6798 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
6799 (antlr-invalidate-context-cache, antlr-options-menu-filter)
6800 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
6801 * progmodes/bug-reference.el (bug-reference-push-button):
6802 * progmodes/fortran.el (fortran-line-length):
6803 * progmodes/glasses.el (glasses-change):
6804 * progmodes/octave-mod.el (octave-fill-paragraph):
6805 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
6806 (python-pdbtrack-grub-for-buffer, python-sentinel):
6807 * progmodes/sql.el (sql-save-connection):
6808 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
6809 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
6810 Mark unused parameters.
6811
6812 * progmodes/compile.el (compilation--flush-directory-cache)
6813 (compilation--flush-parse, compile-internal): Mark unused parameters.
6814 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
6815 (compilation-next-error-function): Remove unused variable `timestamp'.
6816
6817 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
6818 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
6819
6820 * progmodes/dcl-mode.el (dcl-end-of-command):
6821 Remove unused variable `start'.
6822 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
6823 (dcl-option-value-basic, dcl-option-value-offset)
6824 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
6825 Mark unused parameters.
6826 (dcl-save-local-variable): Remove unused variable `val'.
6827 (mode): Declare.
6828
6829 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
6830 Mark unused parameters.
6831 (delphi-ignore-changes): Move before first use.
6832 (delphi-charset-token-at): Remove unused variable `start'.
6833 (delphi-else-start): Remove unused variable `if-count'.
6834 (delphi-comment-block-start, delphi-comment-block-end):
6835 Remove unused variable `kind'.
6836 (delphi-indent-line): Remove unused variable `new-point'.
6837
6838 * progmodes/ebrowse.el (ebrowse-files-list)
6839 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
6840 Mark unused parameters. Don't quote `lambda'.
6841 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
6842 Don't quote `lambda'.
6843 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
6844 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
6845 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
6846 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
6847 Use `ignore-errors'.
6848 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
6849 (ebrowse-view/find-file-and-search-pattern)
6850 (ebrowse-view/find-member-declaration/definition):
6851 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
6852 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
6853 Rename parameter PREFIX-ARG to PREFIX.
6854 (ebrowse-tags-read-name): Remove unused variables `start' and
6855 `member-info'.
6856 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
6857 to `tags-file'.
6858
6859 * progmodes/etags.el (local-find-tag-hook): Declare.
6860 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
6861 Mark unused parameters.
6862
6863 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
6864 (executable-interpret): Mark unused parameter.
6865
6866 * progmodes/flymake.el (flymake-process-sentinel)
6867 (flymake-after-change-function)
6868 (flymake-create-temp-with-folder-structure)
6869 (flymake-get-include-dirs-dot): Mark unused parameters.
6870 (flymake-safe-delete-directory): Remove unused variable `err'.
6871
6872 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
6873 (speedbar-timer-fn, speedbar-line-text)
6874 (speedbar-change-expand-button-char, speedbar-delete-subblock)
6875 (speedbar-center-buffer-smartly): Declare functions.
6876 (gdb-find-watch-expression): Remove unused variable `array'.
6877 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
6878 (gdb-starting): Mark unused parameters.
6879 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
6880 (gdb-table-string): Remove unused variable `res'.
6881 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
6882 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
6883 (gdb-display-buffer): Remove unused variable `cur-size'.
6884
6885 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
6886 allow lexical-binding compilation.
6887 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
6888 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
6889 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
6890 Mark unused parameters.
6891 (gud-gdb-marker-filter): Remove unused variable `match'.
6892 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
6893 lambda expressions and funcall them, instead of using `fset'.
6894
6895 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
6896 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
6897
6898 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
6899 variable `header-beg'; use `let'.
6900
6901 * progmodes/icon.el (indent-icon-exp): Remove unused variables
6902 `restart', `last-sexp' and `at-do'.
6903
6904 * progmodes/js.el (js--debug): Mark unused parameter.
6905 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
6906 (js--splice-into-items): Remove unused variable `item'.
6907 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
6908
6909 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
6910 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
6911 (makefile-complete): Remove unused variable `try'.
6912 (makefile-fill-paragraph, makefile-match-function-end):
6913 Mark unused parameters.
6914
6915 * progmodes/octave-inf.el (inferior-octave-complete):
6916 Remove unused variable `proc'.
6917 (inferior-octave-output-digest): Mark unused parameter.
6918
6919 * progmodes/perl-mode.el (perl-calculate-indent):
6920 Remove unused variable `err'.
6921
6922 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
6923 (prolog-indent-line): Mark unused parameters.
6924 (prolog-indent-line): Remove unused variable `beg'.
6925
6926 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
6927 (reporter-dont-compact-list): Declare.
6928
6929 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
6930 Remove unused variable `char'.
6931 (sh-debug): Mark unused parameter.
6932 (sh-get-indent-info): Remove unused variable `start'.
6933 (sh-calculate-indent): Remove unused variable `var'.
6934
6935 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
6936 (simula-electric-keyword): Remove unused variable `null'.
6937 (simula-search-backward, simula-search-forward): Remove unused
6938 variables `begin' and `end'.
6939
6940 * progmodes/vera-mode.el (vera-guess-basic-syntax):
6941 Remove unused variable `pos'.
6942 (vera-electric-tab, vera-comment-uncomment-region):
6943 Mark unused parameters.
6944 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
6945
6946 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
6947
6948 * emacs-lisp/package.el (package--builtins, package-alist)
6949 (package-load-descriptor, package-built-in-p, package-activate)
6950 (define-package, package-installed-p)
6951 (package-compute-transaction, package-buffer-info)
6952 (package--push): Doc fix. Distinguish more clearly between
6953 version strings and version lists.
6954
6955 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
6956
6957 Lexical-binding cleanup.
6958
6959 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
6960 (5x5-make-mutate-best):
6961 * play/fortune.el (fortune-in-buffer):
6962 * play/gomoku.el (gomoku-init-display):
6963 * play/solitaire.el (solitaire, solitaire-do-check):
6964 * play/tetris.el (tetris-default-update-speed-function):
6965 Mark unused parameters.
6966
6967 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
6968 (bubbles--shift): Remove unused variable `char-org'.
6969 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
6970 (bubbles--show-images): Remove unused variable `char'.
6971
6972 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
6973 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
6974 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
6975 (decipher-analyze-buffer): Use ?\s.
6976 (decipher-make-checkpoint): Remove unused variable `mapping'.
6977
6978 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
6979
6980 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
6981 Remove unused variable `result'; use `let'.
6982
6983 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
6984 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
6985 (gametree-children-shown-p, gametree-compute-reduced-score):
6986 Use `ignore-errors'.
6987
6988 * play/handwrite.el (ps-lpr-switches): Declare.
6989 (handwrite): Remove unused variables `pmin' and `lastp'.
6990
6991 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
6992
6993 * play/landmark.el (landmark-init-display)
6994 (landmark-update-naught-weights): Mark unused parameters.
6995 (landmark-y): Remove unused variable `noise'. Simplify.
6996 (landmark-human-plays): Remove unused variable `score'.
6997
6998 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
6999 (mpuz-try-proposal): Remove unused variable `game'.
7000
7001 * play/zone.el (life-patterns): Declare.
7002
7003 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
7004
7005 * vc/vc.el (ediff-vc-internal): Declare function.
7006
7007 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7008
7009 * shell.el: Use lexical-binding and std completion UI.
7010 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
7011 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
7012 comint-preoutput-filter-functions rather than on
7013 comint-output-filter-functions.
7014 (shell-command-completion, shell--command-completion-data)
7015 (shell-filename-completion, shell-environment-variable-completion)
7016 (shell-c-a-p-replace-by-expanded-directory): New functions.
7017 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
7018 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
7019 (shell-dynamic-complete-environment-variable): Use them.
7020 (shell-dynamic-complete-as-environment-variable)
7021 (shell-dynamic-complete-as-command): Remove.
7022 (shell-match-partial-variable): Match past point.
7023 * comint.el: Clean up use of completion-at-point-functions.
7024 (comint-completion-at-point): New function.
7025 (comint-mode): Use it completion-at-point-functions.
7026 (comint-dynamic-complete): Make it obsolete.
7027 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
7028 (comint-c-a-p-replace-by-expanded-history): New function.
7029 (comint-dynamic-complete-functions)
7030 (comint-replace-by-expanded-history): Use it.
7031 * minibuffer.el (completion-table-with-terminator): Allow dynamic
7032 termination strings. Try harder to avoid second try-completion.
7033 (completion-in-region-mode-map): Disable bindings that don't work yet.
7034
7035 * comint.el: Use lexical-binding. Require CL.
7036 (comint-dynamic-complete-functions): Use comint-filename-completion.
7037 (comint-completion-addsuffix): Tweak custom type.
7038 (comint-filename-completion, comint--common-suffix)
7039 (comint--common-quoted-suffix, comint--table-subvert)
7040 (comint--complete-file-name-data): New functions.
7041 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
7042 (comint-dynamic-list-filename-completions): Use them.
7043 (comint-dynamic-simple-complete): Make obsolete.
7044
7045 * minibuffer.el (completion-in-region-mode):
7046 Keep completion-in-region-mode--predicate global.
7047 (completion-in-region--postch):
7048 Assume completion-in-region-mode--predicate is not null.
7049
7050 * progmodes/flymake.el (flymake-start-syntax-check-process):
7051 Obey `dir'. Simplify.
7052
7053 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
7054 we're in VC after all.
7055
7056 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
7057
7058 * vc/vc.el (vc-diff-build-argument-list-internal)
7059 (vc-version-ediff, vc-ediff): New commands.
7060 (vc-version-diff): Use vc-diff-build-argument-list-internal.
7061
7062 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7063
7064 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
7065 add sanity check.
7066
7067 * obsolete/erc-hecomplete.el: Make obsolete.
7068 * obsolete/: Standardize obsolescence info in the header.
7069
7070 2011-04-20 Glenn Morris <rgm@gnu.org>
7071
7072 * calendar/solar.el (solar-horizontal-coordinates):
7073 Use the longitude argument rather than `calendar-longitude'.
7074 (solar-date-next-longitude): Remove unused locals.
7075
7076 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7077
7078 * whitespace.el: New version 13.2.1.
7079
7080 2011-04-20 felix <EmacsWiki> (tiny change)
7081
7082 * whitespace.el (global-whitespace-mode): Keep highlight when
7083 switching between major modes on a file.
7084
7085 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7086
7087 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
7088 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
7089 multi-line comments as well.
7090
7091 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
7092
7093 Lexical-binding cleanup.
7094
7095 * arc-mode.el (archive-mode-revert):
7096 * cmuscheme.el (scheme-interactively-start-process):
7097 * custom.el (custom-initialize-delay):
7098 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
7099 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
7100 * emacs-lock.el (emacs-lock-clear-sentinel):
7101 * ezimage.el (defezimage):
7102 * follow.el (follow-avoid-tail-recenter):
7103 * fringe.el (set-fringe-mode-1):
7104 * generic-x.el (bat-generic-mode-compile):
7105 * help-mode.el (help-info-variable, help-do-xref)
7106 (help-mode-revert-buffer):
7107 * help.el (view-emacs-todo):
7108 * iswitchb.el (iswitchb-completion-help):
7109 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
7110 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
7111 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
7112 * locate.el (locate-update):
7113 * longlines.el (longlines-encode-region)
7114 (longlines-after-change-function):
7115 * outline.el (outline-isearch-open-invisible):
7116 * ps-def.el (declare-function, charset-dimension, char-width)
7117 (encode-char):
7118 * ps-mule.el (ps-mule-plot-string):
7119 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
7120 (recentf-edit-list-select, recentf-edit-list-validate)
7121 (recentf-open-files-action):
7122 * rect.el (delete-whitespace-rectangle-line)
7123 (rectangle-number-line-callback):
7124 * register.el (window-configuration-to-register)
7125 (frame-configuration-to-register):
7126 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
7127 * select.el (xselect-convert-to-string, xselect-convert-to-length)
7128 (xselect-convert-to-targets, xselect-convert-to-delete)
7129 (xselect-convert-to-filename, xselect-convert-to-charpos)
7130 (xselect-convert-to-lineno, xselect-convert-to-colno)
7131 (xselect-convert-to-os, xselect-convert-to-host)
7132 (xselect-convert-to-user, xselect-convert-to-class)
7133 (xselect-convert-to-name, xselect-convert-to-integer)
7134 (xselect-convert-to-atom, xselect-convert-to-identity):
7135 * subr.el (declare, ignore, process-kill-without-query)
7136 (text-clone-maintain):
7137 * terminal.el (te-get-char, te-tic-sentinel):
7138 * tool-bar.el (tool-bar-make-keymap):
7139 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
7140 * type-break.el (type-break-mode, type-break-noninteractive-query):
7141 * view.el (View-back-to-mark):
7142 * wid-browse.el (widget-browse-action, widget-browse-widget)
7143 (widget-browse-widgets, widget-browse-sexp):
7144 * widget.el (define-widget-keywords):
7145 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
7146 Mark unused parameters.
7147
7148 * align.el (align-adjust-col-for-rule): Mark unused parameter.
7149 (align-areas): Remove unused variable `look'.
7150 (align-region): Remove unused variables `real-end' and `pos-list'.
7151
7152 * apropos.el (apropos-score-doc): Remove unused variable `i'.
7153
7154 * bindings.el (mode-line-modified, mode-line-remote):
7155 Mark unused parameters.
7156 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
7157
7158 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
7159 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
7160
7161 * comint.el (comint-history-isearch-pop-state)
7162 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
7163 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
7164 (comint-substitute-in-file-name): Doc fix.
7165
7166 * completion.el (cmpl-statistics-block): Mark unused parameter.
7167 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
7168 (save-completions-to-file, load-completions-from-file):
7169 Remove unused local variable `e'.
7170
7171 * composite.el (compose-chars): Remove unused variable `len'.
7172 (lgstring-insert-glyph): Remove unused variable `g'.
7173 (compose-glyph-string): Remove unused variables `ascent',
7174 `descent', `lbearing' and `rbearing'.
7175 (compose-glyph-string-relative): Remove unused variables
7176 `lbearing', `rbearing' and `wadjust'.
7177 (compose-gstring-for-graphic): Remove unused variables `header',
7178 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
7179 (compose-gstring-for-terminal): Remove unused variables `header'
7180 and `nchars'. Use `let', not `let*'.
7181
7182 * cus-edit.el (Custom-set, Custom-save, custom-reset)
7183 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
7184 (Custom-buffer-done, custom-buffer-create-internal)
7185 (custom-browse-visibility-action, custom-browse-group-tag-action)
7186 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
7187 (widget-magic-mouse-down-action, custom-toggle-parent)
7188 (custom-add-parent-links, custom-toggle-hide-variable)
7189 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
7190 (custom-toggle-hide-face, face, hook, custom-group-link-action)
7191 (custom-face-menu-create, custom-variable-menu-create, get)
7192 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
7193 (custom-reset-standard-save-and-update): Remove unused variable `value'.
7194 (customize-apropos): Remove unused variable `tests'.
7195 (custom-group-value-create): Remove unused variable `hidden-p'.
7196 (sort-fold-case): Declare.
7197
7198 * cus-theme.el (custom-reset-standard-faces-list)
7199 (custom-reset-standard-variables-list): Declare.
7200 (customize-create-theme, custom-theme-revert, custom-theme-write)
7201 (custom-theme-choose-mode, customize-themes, custom-theme-save):
7202 Mark unused parameters.
7203
7204 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
7205
7206 * delim-col.el (delimit-columns-max): Move defvar before first use.
7207
7208 * descr-text.el (describe-char-categories): Don't quote `lambda'.
7209 (describe-char): Don't quote `lambda'. Mark unused parameter.
7210
7211 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
7212 (auto-insert): Declare.
7213 (desktop-restore-file-buffer): Rename desktop-* parameters;
7214 mark unused ones.
7215 (desktop-create-buffer): Rename desktop-* parameters and bind them.
7216 (desktop-buffer): Rename desktop-* parameters.
7217
7218 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7219 (dframe-reposition-frame-xemacs, dframe-help-echo)
7220 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
7221 Mark unused parameters.
7222
7223 * dired-aux.el (backup-extract-version-start, overwrite-query)
7224 (overwrite-backup-query, rename-regexp-query)
7225 (rename-non-directory-query): Declare.
7226 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
7227 (dired-add-entry): Remove unused variable `orig-file-name'.
7228 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
7229 Use parameter PRESERVE-TIME instead of accessing dynamic variable
7230 `dired-copy-preserve-time' directly.
7231 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
7232 (dired-insert-subdir-newpos): Rename unused variable `pos'.
7233
7234 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
7235 (dired-virtual-revert, dired-make-relative-symlink):
7236 Mark unused parameters.
7237 (manual-program): Declare.
7238 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
7239 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
7240 wrapped in `with-no-warnings' to avoid replacing one warning by another.
7241
7242 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
7243
7244 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
7245
7246 * echistory.el (electric-history-in-progress, Helper-return-blurb):
7247 Declare.
7248
7249 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
7250
7251 * electric.el (Electric-command-loop): Rename parameter
7252 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
7253
7254 * expand.el (expand-in-literal): Remove unused variable `here'.
7255
7256 * facemenu.el (facemenu-add-new-color):
7257 Remove unused variable `docstring'.
7258
7259 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
7260 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
7261 (face-attr-construct): Mark unused parameter. Doc fix.
7262 (read-color): Remove unused variable `hex-string'.
7263
7264 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
7265 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
7266 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
7267 (display-buffer-other-frame): Remove unused variable `old-window'.
7268 (kill-buffer-hook): Declare.
7269 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
7270 Mark unused parameters.
7271 (after-find-file): Pass 1 to `auto-save-mode', not t.
7272
7273 * files-x.el (auto-insert): Declare.
7274 (modify-file-local-variable-prop-line): Remove unused variable `val'.
7275
7276 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
7277 variable `buf'. Mark unused parameter.
7278 (find-lisp-insert-directory): Mark unused parameter.
7279
7280 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
7281 (format-encode-region): Remove unused variables `cur-buf' and `result'.
7282 (format-common-tail): Remove, unused.
7283 (format-deannotate-region): Remove unused variable `loc'.
7284 (format-annotate-region): Remove unused variable `p'.
7285 (format-annotate-single-property-change): Remove unused variables
7286 `default' and `tail'.
7287
7288 * forms.el (read-file-filter): Declare.
7289 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
7290
7291 * frame.el (frame-creation-function-alist): Mark unused parameter.
7292 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
7293
7294 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
7295 Remove unused parameters.
7296 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
7297 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
7298
7299 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
7300 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
7301 (hfy-prepare-tag-map): Mark unused parameters.
7302 (htmlfontify-buffer): Use `called-interactively-p'.
7303
7304 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
7305 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
7306 (ibuffer-do-occur): Mark unused parameters.
7307 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
7308 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
7309
7310 * ibuffer.el: Don't quote `lambda'.
7311 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
7312 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
7313 Mark unused parameters.
7314
7315 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
7316 (ido-completing-read): Mark unused parameters.
7317 (ido-copy-current-word): Mark unused parameters;
7318 remove unused variable `name'.
7319 (ido-sort-merged-list): Remove unused parameter `dirs'.
7320
7321 * ielm.el (ielm-input-sender): Mark unused parameter.
7322 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
7323 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
7324 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
7325 `ielm-string' as a dynamic variable accessible from the IELM prompt.
7326 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
7327
7328 * image-dired.el (image-dired-display-thumbs): Remove unused
7329 variables `curr-file' and `count'.
7330 (image-dired-remove-tag): Remove unused variable `start'.
7331 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
7332 variable `curr-file'
7333 (image-dired-rotate-original): Remove unused variable `temp-file'.
7334 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
7335 Remove unused variable `file'.
7336 (image-dired-gallery-generate): Remove unused variable `curr'.
7337 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
7338
7339 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
7340
7341 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
7342
7343 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
7344
7345 * isearch.el (minibuffer-history-symbol): Declare.
7346 (isearch-edit-string): Remove unused variable `err'.
7347 (isearch-message-prefix, isearch-message-suffix):
7348 Mark unused parameters.
7349
7350 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
7351
7352 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
7353
7354 * makesum.el (double-column): Remove unused variable `cnt'.
7355
7356 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
7357 (ido-ignore-item-temp-list): Declare.
7358
7359 * mouse-drag.el (mouse-drag-throw): Remove unused variables
7360 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
7361 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
7362 (mouse-drag-drag): Remove unused variables `mouse-delta' and
7363 `mouse-col-delta'.
7364
7365 * mouse-sel.el (mouse-extend-internal):
7366 Remove unused variable `orig-window-frame'.
7367
7368 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
7369 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
7370 Move declarations before first use.
7371 (pcomplete-opt): Mark unused parameters; doc fix.
7372
7373 * proced.el (proced-revert): Mark unused parameter.
7374 (proced-send-signal): Remove unused variable `err'.
7375
7376 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
7377 Rename parameter PREFIX-ARG to ARG.
7378 (ps-basic-plot-string, ps-basic-plot-whitespace):
7379 Mark unused parameters.
7380
7381 * replace.el (replace-count): Define.
7382 (occur-revert-function): Mark unused parameters.
7383 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
7384 (isearch-case-fold-search, isearch-string): Declare.
7385 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
7386 bind `case-fold-search'. Remove unused variables `beg' and `end',
7387 and simplify.
7388 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
7389 COUNT and bind `replace-count'.
7390 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
7391 to COUNT.
7392
7393 * savehist.el (print-readably, print-string-length): Declare.
7394
7395 * shadowfile.el (shadow-expand-cluster-in-file-name):
7396 Remove unused variable `cluster'.
7397 (shadow-copy-file): Remove unused variable `i'.
7398 (shadow-noquery, shadow-clusters, shadow-site-cluster)
7399 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
7400 (shadow-define-literal-group, shadow-define-regexp-group)
7401 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
7402
7403 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
7404 (shell): Use `called-interactively-p'.
7405 (shell-directory-tracker): Remove unused variable `chdir-failure'.
7406
7407 * simple.el (compilation-context-lines, comint-file-name-quote-list)
7408 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
7409 (delete-backward-char): Remove unused variable `ocol'.
7410 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
7411 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
7412 (event-apply-hyper-modifier, event-apply-shift-modifier)
7413 (event-apply-control-modifier, event-apply-meta-modifier):
7414 Mark unused parameters.
7415 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
7416 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
7417
7418 * speedbar.el (speedbar-ignored-directory-expressions)
7419 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
7420 (speedbar-find-file, speedbar-dir-follow)
7421 (speedbar-directory-buttons-follow, speedbar-tag-find)
7422 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
7423 (speedbar-buffers-line-directory, speedbar-buffer-click):
7424 Mark unused parameters.
7425 (speedbar-tag-file): Remove unused variable `mode'.
7426 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
7427
7428 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
7429
7430 * talk.el (talk): Remove unused variable `display'.
7431
7432 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
7433 (tar-write-region-annotate): Mark unused parameter.
7434
7435 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
7436 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
7437 Declare them, wrapped in `with-no-warnings' to avoid replacing one
7438 warning by another.
7439
7440 * time-stamp.el (time-stamp-string-preprocess):
7441 Remove unused variable `require-padding'.
7442
7443 * tree-widget.el (widget-glyph-enable): Declare.
7444 (tree-widget-action): Mark unused parameter.
7445
7446 * w32-fns.el (x-get-selection): Mark unused parameter.
7447 (autoload-make-program, generated-autoload-file): Declare.
7448
7449 * wdired.el (wdired-revert): Mark unused parameters.
7450 (wdired-xcase-word): Remove unused variable `err'.
7451
7452 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
7453 (whitespace-help-scroll): Remove unused variable `data-help'.
7454
7455 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
7456 (widget-image-insert, widget-after-change, default)
7457 (widget-default-format-handler, widget-default-notify)
7458 (widget-default-prompt-value, widget-info-link-action)
7459 (widget-url-link-action, widget-function-link-action)
7460 (widget-variable-link-action, widget-file-link-action)
7461 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
7462 (widget-field-prompt-internal, widget-field-action, widget-field-match)
7463 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
7464 (widget-insert-button-action, widget-delete-button-action, visibility)
7465 (widget-documentation-link-action, widget-documentation-string-action)
7466 (widget-const-prompt-value, widget-regexp-match, symbol)
7467 (widget-coding-system-prompt-value)
7468 (widget-key-sequence-value-to-external, sexp)
7469 (widget-sexp-value-to-internal, character, vector, cons)
7470 (widget-choice-prompt-value, widget-boolean-prompt-value)
7471 (widget-color--choose-action): Mark unused parameters.
7472 (widget-item-match-inline, widget-choice-match-inline)
7473 (widget-checklist-match, widget-checklist-match-inline)
7474 (widget-group-match): Rename parameter VALUES to VALS.
7475 (widget-field-value-set): Remove unused variable `size'.
7476 (widget-color-action): Remove unused variables `value' and `start'.
7477
7478 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
7479 variable `dir'. Doc fix.
7480 (windmove-find-other-window): Don't pass it.
7481
7482 * window.el (count-windows): Mark unused parameter.
7483 (bw-adjust-window): Remove unused variable `err'.
7484
7485 * woman.el (woman-file-name): Remove unused variable `default'.
7486 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
7487 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
7488 (global-font-lock-mode): Declare.
7489 (woman-decode-region): Mark unused parameter.
7490 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
7491
7492 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
7493 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
7494 (x-dnd-handle-moz-url): Remove unused variable `title'.
7495 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
7496
7497 * xml.el (xml-parse-tag, xml-parse-attlist):
7498 Remove unused variable `pos'.
7499
7500 2011-04-19 Glenn Morris <rgm@gnu.org>
7501
7502 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
7503 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7504 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7505 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
7506 * calendar/cal-html.el (cal-html-insert-minical):
7507 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
7508 (calendar-mark-date-pattern):
7509 Prefix "unused" locals.
7510
7511 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
7512 optional argument `style'.
7513
7514 * calendar/appt.el (appt-make-list):
7515 * calendar/cal-china.el (calendar-chinese-date-string):
7516 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
7517 (diary-hebrew-yahrzeit):
7518 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
7519 * calendar/calendar.el (calendar-generate-window):
7520 * calendar/time-date.el (time-to-days):
7521 Remove unused local variables.
7522
7523 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
7524
7525 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
7526 glyphless-char-display table.
7527 (tabulated-list-glyphless-char-display): New var.
7528
7529 2011-04-18 Sam Steingold <sds@gnu.org>
7530
7531 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
7532 to acknowledgments.
7533
7534 2011-04-17 Glenn Morris <rgm@gnu.org>
7535
7536 * calendar/diary-lib.el (diary-sexp-entry):
7537 * calendar/holidays.el (holiday-sexp):
7538 Set debug-on-error rather than the removed stack-trace-on-error.
7539
7540 2011-04-16 Glenn Morris <rgm@gnu.org>
7541
7542 * progmodes/f90.el: Use lexical-binding.
7543 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
7544
7545 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7546
7547 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
7548 (mail-mode): Setup mailalias completion here instead.
7549 * mail/mailalias.el: Use lexical-binding.
7550 (pattern, mailalias-done): Declare dynamic.
7551 (mail-completion-at-point-function): New function, from mail-complete.
7552 (mail-complete): Use it.
7553 (mail-completion-expand): New function.
7554 (mail-get-names): Use it.
7555 (mail-directory, mail-directory-process, mail-directory-stream):
7556 Don't use `pattern' for lexically bound arg.
7557
7558 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
7559
7560 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
7561 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
7562 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
7563
7564 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
7565 (byte-save-window-excursion, byte-temp-output-buffer-setup)
7566 (byte-interactive-p): Define them again, for use when inlining
7567 old code.
7568
7569 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
7570
7571 * loadup.el: Use `string-to-number', not `string-to-int'.
7572
7573 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
7576 gud-gdb-complete-command.
7577 (gud-gdb-completions): New function, from gud-gdb-complete-command.
7578 (gud-gdb-completion-at-point): New function.
7579 (gud-gdb-completions): Remove.
7580
7581 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
7582
7583 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
7584 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
7585 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
7586 whether `executable-find' is bound.
7587
7588 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
7589
7590 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7591
7592 * minibuffer.el (completion-in-region-mode-predicate)
7593 (completion-in-region-mode--predicate): New vars.
7594 (completion-in-region, completion-in-region--postch)
7595 (completion-in-region-mode): Use them.
7596 (completion--capf-wrapper): Also return the hook function.
7597 (completion-at-point, completion-help-at-point):
7598 Adjust and provide a predicate.
7599
7600 Preserve arg names for advice of subr and lexical functions (bug#8457).
7601 * help-fns.el (help-function-arglist): Consolidate the subr and
7602 new-byte-code cases. Add argument `preserve-names' to extract names
7603 from the docstring when needed.
7604 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
7605 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
7606 (ad-arglist): Use help-function-arglist's new arg.
7607 (ad-definition-type): Use cond.
7608
7609 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
7610
7611 * autorevert.el (auto-revert-handler):
7612 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
7613 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
7614 Don't quote lambda.
7615
7616 * image-mode.el (image-transform-set-scale):
7617 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
7618
7619 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7620
7621 * net/network-stream.el (network-stream-open-starttls): Only do
7622 opportunistic STARTTLS upgrades if we have built-in gnutls support.
7623 Upgrades via gnutls-cli are too slow to be done opportunistically.
7624
7625 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
7626
7627 * dframe.el (dframe-current-frame): Remove spurious quote.
7628
7629 2011-04-12 Glenn Morris <rgm@gnu.org>
7630
7631 * calendar/cal-tex.el (cal-tex-end-document):
7632 Try to automatically use latin1 input if needed.
7633
7634 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
7635 Don't try to cons a mark onto an empty element.
7636
7637 2011-04-11 Leo Liu <sdl.web@gmail.com>
7638
7639 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
7640 buffers.
7641 (ido-kill-buffer-at-head): Support killing virtual buffers.
7642
7643 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
7644
7645 * minibuffer.el (completion-show-inline-help): New var.
7646 (completion--do-completion, minibuffer-complete)
7647 (minibuffer-force-complete, minibuffer-complete-word):
7648 Inhibit minibuffer messages if completion-show-inline-help is nil.
7649
7650 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
7651 to avoid interference from inline help (Bug#5849).
7652
7653 2011-04-10 Leo Liu <sdl.web@gmail.com>
7654
7655 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7656 Fix typo.
7657
7658 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
7659
7660 * image-mode.el (image-toggle-display-image): Signal an error if
7661 not in Image mode.
7662 (image-transform-mode, image-transform-resize)
7663 (image-transform-set-rotation): Doc fix.
7664 (image-transform-set-resize): Delete.
7665 (image-transform-set-scale, image-transform-fit-to-height)
7666 (image-transform-fit-to-width): Handle image-toggle-display-image
7667 and image-transform-resize directly.
7668
7669 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
7670
7671 * doc-view.el (doc-view-fit-width-to-window)
7672 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
7673 New functions for fitting the shown image to the Emacs window size.
7674 (doc-view-mode-map): Add bindings for the new functions.
7675
7676 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
7677
7678 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
7679 Fix typo in docstring.
7680
7681 2011-04-08 Eli Zaretskii <eliz@gnu.org>
7682
7683 * files.el (file-size-human-readable): Produce one digit after
7684 decimal, like "ls -lh" does.
7685
7686 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
7687 the file size representation.
7688
7689 * simple.el (list-processes): If async subprocesses are not
7690 available, error out with a clear error message.
7691
7692 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
7693
7694 * help.el (help-form-show): New function, to be called from C.
7695 Put help-form output in a buffer named differently than *Help*.
7696
7697 2011-04-08 Eli Zaretskii <eliz@gnu.org>
7698
7699 * files.el (file-size-human-readable): New function.
7700
7701 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
7702 computing the representation inline. Don't require `cl'.
7703
7704 2011-04-08 Glenn Morris <rgm@gnu.org>
7705
7706 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
7707
7708 * net/browse-url.el (browse-url-firefox):
7709 Test system-type, not system-configuration.
7710
7711 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
7712 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
7713 Use log-edit-empty-buffer-p. (Bug#7598)
7714
7715 * net/rlogin.el (rlogin-process-connection-type): Simplify.
7716 (rlogin-mode-map): Initialize in the defvar.
7717 (rlogin): Use ignore-errors.
7718
7719 * replace.el (occur-mode-map): Some fixes for menu items.
7720
7721 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
7722
7723 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
7724
7725 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
7726
7727 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
7728 issuing unused warnings.
7729
7730 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
7731 macro directly.
7732
7733 * simple.el: Lisp reimplement of list-processes. Based on an
7734 earlier reimplementation by Leo Liu, but using tabulated-list.el.
7735 (process-menu-mode): New major mode.
7736 (list-processes--refresh, list-processes):
7737 (process-menu-visit-buffer): New functions.
7738
7739 * files.el (save-buffers-kill-emacs): Don't assume any return
7740 value of list-processes, which is undocumented anyway.
7741
7742 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
7743
7744 * emacs-lisp/tabulated-list.el: New file.
7745
7746 * emacs-lisp/package.el: Use Tabulated List mode.
7747 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
7748 (package-menu-mode): Derive from tabulated-list-mode. Set up the
7749 table format using Tabulated List mode variables.
7750 (package--push): New macro, replacing package-list-maybe-add.
7751 (package-menu--generate): Use package--push. Renamed from
7752 package--generate-package-list.
7753 (package-menu-refresh, list-packages): Use it.
7754 (package-menu--print-info): Rename from package-print-package.
7755 Return insertion data instead of inserting it directly.
7756 (package-menu-describe-package, package-menu-execute):
7757 Use tabulated-list-get-id.
7758 (package-menu-mark-delete, package-menu-mark-install)
7759 (package-menu-mark-unmark, package-menu-backup-unmark)
7760 (package-menu-mark-obsolete-for-deletion):
7761 Use tabulated-list-put-tag.
7762 (package--list-packages, package-menu-revert)
7763 (package-menu-get-package, package-menu-get-version)
7764 (package-menu-sort-by-column): Functions deleted.
7765 (package-menu-package-list, package-menu-sort-key): Vars deleted.
7766 (package-menu--status-predicate, package-menu--version-predicate)
7767 (package-menu--name-predicate)
7768 (package-menu--description-predicate): Handle arguments in the
7769 Tabulated List format.
7770 (package-list-packages-no-fetch): Call list-packages.
7771
7772 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
7773
7774 * files.el (after-find-file-from-revert-buffer): Remove variable.
7775 (after-find-file): Don't bind it.
7776 (revert-buffer-in-progress-p): New variable.
7777 (revert-buffer): Bind it.
7778 Pass nil for `after-find-file-from-revert-buffer'.
7779
7780 * saveplace.el (save-place-find-file-hook): Use new variable
7781 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
7782
7783 2011-04-06 Glenn Morris <rgm@gnu.org>
7784
7785 * Makefile.in (AUTOGEN_VCS): New variable.
7786 (autoloads): Use $AUTOGEN_VCS.
7787
7788 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
7789 * calendar/calendar.el (calendar-mode-map):
7790 Check for toolkit scroll bars. (Bug#8305)
7791
7792 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
7793
7794 * minibuffer.el (completion-in-region--postch)
7795 (completion-in-region-mode): Remove unnecessary messages.
7796
7797 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
7798
7799 * font-lock.el (font-lock-refresh-defaults):
7800 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
7801 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
7802
7803 * info.el (Info-directory-list, Info-read-node-name-2)
7804 (Info-split-parameter-string): Doc fixes.
7805 (Info-virtual-nodes): Reflow docstring.
7806 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
7807 (Info-apropos-toc-nodes, info-finder, Info-get-token)
7808 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
7809 Fix typos in docstrings.
7810 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
7811 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
7812 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
7813 (Info-restore-desktop-buffer): Mark unused parameters.
7814 (Info-directory-find-file, Info-directory-find-node)
7815 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
7816 (Info-virtual-index-find-node, Info-apropos-find-file)
7817 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
7818 Mark unused parameters; fix typos in docstrings.
7819 (Info-virtual-index): Remove unused local variable `nodename'.
7820
7821 2011-04-05 Deniz Dogan <deniz@dogan.se>
7822
7823 * net/rcirc.el: Update my e-mail address.
7824 (rcirc-mode-map): Remove M-o binding.
7825
7826 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
7827
7828 * startup.el (command-line): Save the cursor's theme-face
7829 directly, instead of using face-override-spec.
7830
7831 * custom.el (load-theme): Minor optimization in assigning faces.
7832
7833 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
7834
7835 * help-fns.el (describe-variable): Complete all variables having
7836 documentation, including keywords.
7837 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
7838
7839 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
7840
7841 Convert to lexical-binding.
7842
7843 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
7844 (bs--get-marked-string, bs--get-modified-string)
7845 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
7846 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
7847 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
7848
7849 * ehelp.el (electric-help-execute-extended)
7850 (electric-help-ctrl-x-prefix):
7851 * hexl.el (hexl-revert-buffer-function):
7852 * linum.el (linum-after-change, linum-after-scroll):
7853 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
7854
7855 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
7856
7857 2011-04-04 Daiki Ueno <ueno@unixuser.org>
7858
7859 * epa-dired.el:
7860 * epa-mail.el:
7861 * epa-hook.el:
7862 * epa-file.el:
7863 * epa.el:
7864 * epg.el: Use lexical binding.
7865
7866 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
7867
7868 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
7869
7870 * textmodes/flyspell.el (flyspell-word): Recognize default
7871 dictionary case for flyspell-mark-duplications-exceptions.
7872 Use regexp matching for languages.
7873 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
7874 default dictionary (Bug#7926).
7875
7876 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
7877
7878 * emacs-lisp/package.el (package--with-work-buffer):
7879 Recognize https URLs.
7880
7881 * net/network-stream.el: Move from gnus/proto-stream.el.
7882 Change prefix to network-stream throughout.
7883 (open-protocol-stream): Merge into open-network-stream, leaving
7884 open-protocol-stream as an alias. Handle nil BUFFER args.
7885
7886 * subr.el (open-network-stream): Move to net/network-stream.el.
7887
7888 2011-04-02 Glenn Morris <rgm@gnu.org>
7889
7890 * find-dired.el (find-exec-terminator): New option.
7891 (find-ls-option): Test for -ls support.
7892 (find-ls-subdir-switches): Test for -b in find-ls-option.
7893 (find-dired, find-grep-dired): Doc fixes.
7894 (find-dired): Use find-exec-terminator.
7895
7896 * find-dired.el (find-ls-option, find-ls-subdir-switches)
7897 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
7898 (find-name-arg): Remove purecopy.
7899
7900 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
7901 (grep-compute-defaults): Check for `-exec COMMAND +' support.
7902 Set grep-find-use-xargs, grep-find-command, and grep-find-template
7903 accordingly. Don't add the null-device if not needed.
7904
7905 * files.el (save-some-buffers): Doc fix.
7906
7907 2011-04-02 Eli Zaretskii <eliz@gnu.org>
7908
7909 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
7910
7911 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
7912
7913 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
7914 Use `dolist' rather than `mapcar'.
7915
7916 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7917
7918 Add lexical binding.
7919
7920 * subr.el (apply-partially): Use new closures rather than CL.
7921 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
7922 (dolist, dotimes): Use slightly different expansion for lexical code.
7923 (functionp): Move to C.
7924 (letrec): New macro.
7925 (with-wrapper-hook): Use it and apply-partially instead of CL.
7926 (eval-after-load): Preserve lexical-binding.
7927 (save-window-excursion, with-output-to-temp-buffer): Turn them
7928 into macros.
7929
7930 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
7931
7932 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
7933 than the arglist.
7934 (help-add-fundoc-usage): Don't add `Not documented'.
7935 (help-function-arglist): Handle closures, subroutines, and new
7936 byte-code-functions.
7937 (help-make-usage): Remove leading underscores.
7938 (describe-function-1): Handle closures.
7939 (describe-variable): Use special-variable-p for completion.
7940
7941 * files.el (lexical-binding): Declare safe.
7942
7943 * emacs-lisp/pcase.el: Don't use destructuring-bind.
7944 (pcase--memoize): Rename from pcase-memoize. Change weakness.
7945 (pcase): Add `let' pattern.
7946 Change memoization so it actually works.
7947 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
7948 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
7949 <let>: New case.
7950
7951 * emacs-lisp/macroexp.el: Use lexical binding.
7952 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
7953 Don't convert ' to #' without checking that it's indeed quoting
7954 a lambda.
7955
7956 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
7957 Use eval-sexp-add-defvars.
7958 (eval-sexp-add-defvars): New fun.
7959
7960 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
7961
7962 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
7963 Don't autoload.
7964 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
7965 than the internal `byte-compile-lambda'.
7966 (defmethod): Don't hide code under quotes.
7967 (eieio-defmethod): New `code' argument.
7968
7969 * emacs-lisp/eieio-comp.el: Remove.
7970
7971 * emacs-lisp/edebug.el (edebug-eval-defun)
7972 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
7973 (edebug-toggle): Avoid `eval'.
7974
7975 * emacs-lisp/disass.el (disassemble-internal): Handle new
7976 `closure' objects.
7977 (disassemble-1): Handle new byte codes.
7978
7979 * emacs-lisp/cl.el (pushnew): Silence warning.
7980
7981 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
7982 (cl-byte-compile-throw): Remove.
7983 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
7984
7985 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
7986 closures.
7987
7988 * emacs-lisp/cconv.el: New file.
7989
7990 * emacs-lisp/bytecomp.el: Use lexical binding instead of
7991 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
7992 (byte-compile-initial-macro-environment):
7993 Handle declare-function here.
7994 (byte-compile--lexical-environment): New var.
7995 (byte-stack-ref, byte-stack-set, byte-discardN)
7996 (byte-discardN-preserve-tos): New lap codes.
7997 (byte-interactive-p): Don't use any more.
7998 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
7999 New macros.
8000 (byte-compile-lapcode): Use them and handle new lap codes.
8001 (byte-compile-obsolete): Remove.
8002 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
8003 (byte-compile-arglist-warn): Check late def of inlinable funs.
8004 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
8005 since they should have been expanded by now.
8006 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
8007 (byte-compile-from-buffer): Remove unused second arg.
8008 (byte-compile-preprocess): New function.
8009 (byte-compile-toplevel-file-form): New function to distinguish
8010 file-form calls from outside from file-form calls from hunk-handlers.
8011 (byte-compile-file-form): Simplify.
8012 (byte-compile-file-form-defsubst): Remove.
8013 (byte-compile-file-form-defmumble): Simplify now that
8014 byte-compile-lambda always returns a byte-code-function.
8015 (byte-compile): Preprocess.
8016 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
8017 Remove, not used any more.
8018 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
8019 (byte-compile-make-args-desc): New funs.
8020 (byte-compile-lambda): Handle lexical functions. Always return
8021 a byte-code-function.
8022 (byte-compile-reserved-constants): New var, to make up room for
8023 closed-over variables.
8024 (byte-compile-constants-vector): Obey it.
8025 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
8026 (byte-compile-macroexpand-declare-function): New function.
8027 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
8028 byte-code-functions.
8029 (byte-compile-form): Check obsolescence here.
8030 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
8031 (byte-compile-variable-ref): Remove.
8032 (byte-compile-dynamic-variable-op): New fun.
8033 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8034 (byte-compile-variable-set): New funs.
8035 (byte-compile-discard): Add 2 args.
8036 (byte-compile-stack-ref, byte-compile-stack-set)
8037 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
8038 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
8039 macroexpand-all instead.
8040 (byte-compile-quote-form): Remove.
8041 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
8042 (byte-compile-bind, byte-compile-unbind): New funs.
8043 (byte-compile-let): Handle let* and lexical binding.
8044 (byte-compile-let*): Remove.
8045 (byte-compile-catch, byte-compile-unwind-protect)
8046 (byte-compile-track-mouse, byte-compile-condition-case):
8047 Handle a new :fun-body form, used for lexical scoping.
8048 (byte-compile-save-window-excursion)
8049 (byte-compile-with-output-to-temp-buffer): Remove.
8050 (byte-compile-defun): Simplify.
8051 (byte-compile-stack-adjustment): New fun.
8052 (byte-compile-out): Use it.
8053 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
8054
8055 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
8056 handler any more.
8057
8058 * emacs-lisp/byte-opt.el: Use lexical binding.
8059 (byte-inline-lapcode): Remove (to bytecomp).
8060 (byte-compile-inline-expand): Pay attention to inlining to/from
8061 lexically bound code.
8062 (byte-compile-unfold-lambda): Don't handle byte-code-functions
8063 any more.
8064 (byte-optimize-form-code-walker): Don't handle save-window-excursion
8065 any more and don't call compiler-macros.
8066 (byte-compile-splice-in-already-compiled-code): Remove.
8067 (byte-code): Don't inline any more.
8068 (disassemble-offset): Receive `bytes' as argument rather than via
8069 dynamic scoping.
8070 (byte-compile-tag-number): Declare before first use.
8071 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
8072 `return' even if make-spliceable.
8073 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
8074 obsolete interactive-p.
8075 (byte-optimize-lapcode): Optimize new lap-codes.
8076 Don't trip up on new form of `byte-constant' lap code.
8077
8078 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
8079
8080 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
8081
8082 * custom.el (custom-initialize-default, custom-declare-variable):
8083 Use `defvar'.
8084
8085 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
8086 New variables.
8087 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
8088 (COMPILE_FIRST): Add macroexp and cconv.
8089 * makefile.w32-in: Mirror changes in Makefile.in.
8090
8091 * vc/cvs-status.el:
8092 * vc/diff-mode.el:
8093 * vc/log-edit.el:
8094 * vc/log-view.el:
8095 * vc/smerge-mode.el:
8096 * textmodes/bibtex-style.el:
8097 * textmodes/css.el:
8098 * startup.el:
8099 * uniquify.el:
8100 * minibuffer.el:
8101 * newcomment.el:
8102 * reveal.el:
8103 * server.el:
8104 * mpc.el:
8105 * emacs-lisp/smie.el:
8106 * doc-view.el:
8107 * dired.el:
8108 * abbrev.el: Use lexical binding.
8109
8110 2011-04-01 Eli Zaretskii <eliz@gnu.org>
8111
8112 * info.el (info-display-manual): New function.
8113
8114 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
8117
8118 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
8119
8120 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
8121 an entry for that server in rcirc-authinfo. (Bug#8385)
8122
8123 2011-03-31 Glenn Morris <rgm@gnu.org>
8124
8125 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
8126
8127 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
8128
8129 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
8130
8131 * progmodes/python.el (python-default-interpreter)
8132 (python-python-command-args, python-jython-command-args)
8133 (python-which-shell, python-which-args, python-which-bufname)
8134 (python-file-queue, python-comint-output-filter-function)
8135 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
8136 variables and functions.
8137
8138 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8139
8140 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
8141 (completion-in-region-mode): New minor mode.
8142 (completion-in-region): Use it.
8143 (completion-in-region--data, completion-in-region-mode-map): New vars.
8144 (completion-in-region--postch): New function.
8145 (completion--capf-misbehave-funs, completion--capf-safe-funs):
8146 New vars.
8147 (completion--capf-wrapper): New function.
8148 (completion-at-point): Use it to track well-behavedness of
8149 hook functions.
8150 (completion-help-at-point): New command.
8151
8152 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
8153
8154 * vc/add-log.el (add-change-log-entry): Don't use whitespace
8155 syntax class to search for whitespace on a single line
8156 (Message-ID: <4D938140.4030905@redhat.com>).
8157
8158 2011-03-30 Leo Liu <sdl.web@gmail.com>
8159
8160 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
8161 New commands.
8162 (edit-abbrevs-map): Bind them here.
8163 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
8164
8165 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
8166
8167 * allout.el (allout-hide-by-annotation, allout-flag-region):
8168 Reduce possibility of overlay leakage by making them volatile.
8169
8170 * allout-widgets.el (allout-widgets-tally): Define as nil so the
8171 hash is not shared between buffers. Mode initialization is
8172 responsible for giving it a useful starting value.
8173 (allout-item-span): Reduce possibility of overlay leakage by
8174 making them volatile.
8175 (allout-widgets-count-buttons-in-region): Add diagnostic function
8176 for tracking down button overlay leaks.
8177
8178 2011-03-29 Leo Liu <sdl.web@gmail.com>
8179
8180 * ido.el (ido-read-internal): Use the default history var
8181 minibuffer-history if no HISTORY is specified.
8182
8183 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
8184
8185 * net/imap.el (imap-shell-open, imap-process-connection-type):
8186 Use imap-process-connection-type for 'shell' streams as well as
8187 Kerberos, SSL, other subprocesses.
8188
8189 2011-03-28 Leo Liu <sdl.web@gmail.com>
8190
8191 * abbrev.el (abbrev-table-empty-p): New function.
8192 (prepare-abbrev-list-buffer): Place empty abbrev tables after
8193 nonempty ones. (Bug#5937)
8194
8195 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
8196
8197 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
8198
8199 2011-03-27 Leo Liu <sdl.web@gmail.com>
8200
8201 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
8202 for foreground and background colors.
8203 (ansi-color-make-color-map): Adapt.
8204
8205 2011-03-25 Leo Liu <sdl.web@gmail.com>
8206
8207 * midnight.el (midnight-time-float): Remove. Note it calculates
8208 the microsecond component incorrectly and seconds-to-time does the
8209 same job.
8210 Remove redundant (require 'timer).
8211
8212 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
8213 (ido-completions): Remove unused arguments. (Bug#8329)
8214
8215 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8216
8217 * minibuffer.el (completion--flush-all-sorted-completions):
8218 Remove itself from hook.
8219 (completion-at-point): Let the functions perform the completion
8220 immediately and return nil or t.
8221 * comint.el (comint-dynamic-complete-functions): Now identical to
8222 completion-at-point-functions.
8223 (comint-dynamic-list-input-ring): Remove unused var `index'.
8224 (comint--match-partial-filename, comint--unquote&expand-filename):
8225 New funs, split from comint-match-partial-filename.
8226 (comint-dynamic-complete): Use completion-at-point.
8227 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
8228
8229 2011-03-24 Drew Adams <drew.adams@oracle.com>
8230
8231 * thingatpt.el: Support `defun'.
8232
8233 2011-03-23 Leo Liu <sdl.web@gmail.com>
8234
8235 * abbrevlist.el: Move to obsolete/abbrevlist.el.
8236
8237 * help-mode.el (help-mode-finish): Tweak regexp.
8238
8239 2011-03-23 Glenn Morris <rgm@gnu.org>
8240
8241 * eshell/esh-opt.el (eshell-eval-using-options):
8242 Do not bind unused local variable `eshell-option-stub'.
8243
8244 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
8245
8246 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
8247
8248 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
8249 keymap variable in `with-no-warnings' to avoid a warning when the
8250 keymap has been already `defconst'ed.
8251
8252 2011-03-22 Leo Liu <sdl.web@gmail.com>
8253
8254 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
8255 encode all chars in abbrevs; otherwise use emacs-mule or
8256 utf-8-emacs. (Bug#8308)
8257
8258 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
8259
8260 * simple.el (backward-delete-char-untabify):
8261 Avoid warning about using `delete-backward-char'.
8262
8263 * image.el (image-type-file-name-regexps): Make it variable.
8264 `imagemagick-register-types' modifies it, and the user may want
8265 to add new extensions for known image types.
8266 (imagemagick-register-types): Throw error if not using ImageMagick.
8267
8268 2011-03-22 Leo Liu <sdl.web@gmail.com>
8269
8270 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
8271 located before rcirc-prompt-end-marker.
8272 (rcirc-complete): Error if point is not after rcirc prompt.
8273 Handle the case when table is nil.
8274 (rcirc-user-authenticated): Define to fix compiler warning.
8275
8276 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
8277
8278 * custom.el (custom--inhibit-theme-enable): Make it affect only
8279 custom-theme-set-variables and custom-theme-set-faces.
8280 (provide-theme): Ignore custom--inhibit-theme-enable.
8281 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
8282 (custom-enabling-themes): Delete variable.
8283 (enable-theme): Accept only loaded themes as arguments.
8284 Ignore the special custom-enabled-themes variable.
8285 (custom-enabled-themes): Forbid themes from setting this.
8286 Eliminate use of custom-enabling-themes.
8287 (custom-push-theme): Quote "changed" custom var entry.
8288
8289 2011-03-21 Leo Liu <sdl.web@gmail.com>
8290
8291 * ido.el (ido-read-internal): Add ido-selected to history instead
8292 of user input.
8293
8294 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8295
8296 * subr.el (deferred-action-list, deferred-action-function):
8297 Mark obsolete.
8298
8299 2011-03-21 Leo Liu <sdl.web@gmail.com>
8300
8301 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
8302 change on 2011-02-13 (bug#8309).
8303
8304 * minibuffer.el (read-file-name-function): Change default value.
8305 (read-file-name--defaults): Rename from read-file-name-defaults.
8306 (read-file-name-default): Rename from read-file-name.
8307 (read-file-name): Call read-file-name-function.
8308
8309 2011-03-21 Glenn Morris <rgm@gnu.org>
8310
8311 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
8312 Doc fixes.
8313
8314 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
8315
8316 * cus-theme.el: Add missing provide statement.
8317 (customize-create-theme): Extract theme value correctly.
8318 (custom-theme-visit-theme): Autoload.
8319 (customize-create-theme): Prompt before inserting default faces.
8320
8321 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
8322
8323 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
8324 units and musical notes.
8325
8326 2011-03-20 Leo <sdl.web@gmail.com>
8327
8328 * ido.el (ido-read-internal): Use completing-read-default.
8329 (ido-completing-read): Fix compatibility with completing-read.
8330
8331 2011-03-20 Christian Ohler <ohler@gnu.org>
8332
8333 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
8334 (ert-delete-all-tests): Use `called-interactively-p' rather than
8335 `interactive-p'.
8336 (ert--make-xrefs-region): Respect END.
8337
8338 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
8339
8340 * dired-aux.el (dired-create-directory): Signal an error if the
8341 directory already exists (Bug#8246).
8342
8343 * facemenu.el (list-colors-display): Call list-faces-display
8344 inside with-help-window.
8345 (list-colors-print): Use display property to align the final
8346 column, instead of checking window-width.
8347
8348 2011-03-19 Eli Zaretskii <eliz@gnu.org>
8349
8350 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
8351 windows-nt systems.
8352 (emerge-protect-metachars): Quote correctly for ms-dos and
8353 windows-nt systems.
8354
8355 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
8356
8357 * info.el (info-initialize): Replace all uses of `:' with
8358 path-separator for compatibility with non-Unix systems.
8359 Cache quoting of path-separator. (Bug#8258)
8360
8361 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
8362
8363 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
8364 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
8365 (mouse-avoidance-mode): Fix typos in docstrings.
8366
8367 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
8368
8369 * startup.el (package-subdirectory-regexp): Move from package.el.
8370 Omit \\` and \\', and let callers add them.
8371
8372 * emacs-lisp/package.el (package-strip-version)
8373 (package-load-all-descriptors): Add \\` and \\' to
8374 package-subdirectory-regexp before using it.
8375 (package-untar-buffer): New arg DIR; ensure that file untars only
8376 into this expected directory. Remove superfluous delete-region.
8377 (package-unpack): Caller changed.
8378 (package-tar-file-info): Use package-subdirectory-regexp.
8379
8380 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8381
8382 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
8383 diff-mode-shared-map (bug#8284).
8384 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
8385
8386 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8387
8388 * calendar/time-date.el (format-seconds): Use assoc instead of
8389 assoc-string, since assoc-string doesn't exist in XEmacs.
8390
8391 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
8392
8393 * custom.el (custom-known-themes): Reflow docstring.
8394 (custom-theme-load-path): Fix typo in docstring.
8395 (load-theme): Fix typo in error message.
8396 (custom-available-themes, custom-variable-theme-value):
8397 Use `let', not `let*'.
8398
8399 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
8400
8401 * calc/README: Mention inclusion of musical notes.
8402
8403 * calc/calc-units.el (calc-lu-quant): Rename from
8404 `calc-logunits-quantity'.
8405 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
8406 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
8407 (calc-db): Rename from `calc-dblevel'.
8408 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
8409 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
8410 (calc-np): Rename from `calc-nplevel'.
8411 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
8412 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
8413 (calc-lu-plus): Rename from `calc-logunits-add'.
8414 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
8415 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
8416 (calc-lu-minus): Rename from `calc-logunits-sub'.
8417 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
8418 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
8419 (calc-lu-times): Rename from `calc-logunits-mul'.
8420 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
8421 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
8422 (calc-lu-divide): Rename from `calc-logunits-div'.
8423 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
8424 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
8425
8426 * calc/calc-ext.el (calc-init-extensions): Update the names of the
8427 functions being autoloaded.
8428
8429 * calc/calc.el (calc-lu-power-reference): Rename from
8430 `calc-logunits-power-reference'.
8431 (calc-lu-field-reference): Rename from
8432 `calc-logunits-field-reference'.
8433
8434 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
8435
8436 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * minibuffer.el (completion-all-sorted-completions):
8439 Use :completion-cycle-penalty text property if present.
8440
8441 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
8442
8443 * allout.el (allout-yank-processing): Adjust for new rebulleting
8444 regime so bullet being yanked is used without prompting the user
8445 for a choice.
8446
8447 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
8448
8449 * startup.el (command-line): Warn the user that _emacs is deprecated.
8450
8451 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
8452
8453 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
8454 (delphi-verbose, delphi-comment-face, delphi-string-face)
8455 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
8456 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
8457 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
8458 (delphi-new-comment-line, delphi-font-lock-defaults)
8459 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
8460 Fix typos in docstrings.
8461
8462 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
8463
8464 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
8465 Invert the roles of character and string values for INSTEAD, so a
8466 string is used for the more common case of a defaulting prompt.
8467
8468 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * progmodes/ruby-mode.el (ruby-backward-sexp):
8471 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
8472 * play/gamegrid.el (gamegrid-make-face):
8473 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
8474 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
8475 * notifications.el (notifications-notify):
8476 * net/xesam.el (xesam-search-engines):
8477 * net/quickurl.el (quickurl-list-insert):
8478 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
8479
8480 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
8481
8482 * startup.el (command-line): Update package subdirectory regexp.
8483
8484 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * allout.el (allout-abbreviate-flattened-numbering)
8487 (allout-mode-deactivate-hook): Fix up obsolescence "date".
8488
8489 * subr.el (read-char-choice): Only show the cursor after the prompt,
8490 not after the answer.
8491
8492 2011-03-15 Kevin Ryde <user42@zip.com.au>
8493
8494 * help-fns.el (variable-at-point): Skip leading quotes, if any
8495 (bug#8253).
8496
8497 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8498
8499 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
8500 warning message.
8501
8502 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
8503
8504 * shell.el (shell): When called interactively, offer to change the
8505 shell file name on remote hosts.
8506
8507 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8508
8509 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
8510 integration for LDAP parameters. The host, base, user or binddn,
8511 and secret tokens can be specified in a netrc file, for instance.
8512 This is optional because an `auth-source' parameter must be
8513 specified in the search attributes.
8514
8515 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
8516
8517 * help.el (describe-mode): Link to the mode's definition (bug#8185).
8518
8519 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8520
8521 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
8522 into declaration. Remove redundant and harmful binding.
8523
8524 2011-03-12 Eli Zaretskii <eliz@gnu.org>
8525
8526 * files.el (file-ownership-preserved-p): Pass `integer' as an
8527 explicit 2nd argument to `file-attributes'. If the file's owner
8528 is the Administrators group on Windows, and the current user is
8529 Administrator, consider that a match.
8530
8531 * server.el (server-ensure-safe-dir): Consider server directory
8532 safe on MS-Windows if its owner is the Administrators group while
8533 the current Emacs user is Administrator. Use `=' to compare
8534 numerical UIDs, since they could be integers or floats.
8535
8536 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
8537
8538 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
8539
8540 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
8541
8542 Sync with Tramp 2.2.1.
8543
8544 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
8545
8546 * net/trampver.el: Update release number.
8547
8548 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * progmodes/compile.el (compilation--previous-directory): Fix up
8551 various nil/dead-marker mismatches (bug#8014).
8552 (compilation-directory-properties, compilation-error-properties):
8553 Don't call it at a position past the one we're about to change.
8554
8555 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
8556 Disable obsolescence warnings in the file that declares it.
8557
8558 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
8559
8560 * allout-widgets.el (allout-widgets-tally):
8561 Initialize allout-widgets-tally as a hash table rather than nil to
8562 prevent mode-line redisplay warnings. Also, clarify the module
8563 description and fix a comment typo.
8564
8565 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
8566
8567 * help-fns.el (describe-variable): Don't complete keywords.
8568 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
8569
8570 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
8571
8572 * emacs-lisp/package.el (package-version-join): Impose a standard
8573 string representation for pre/alpha/beta version lists.
8574 (package-unpack-single): Standardize the directory name by passing
8575 it through package-version-join.
8576 (package-strip-rcs-id): Accept any version string that does not
8577 signal an error in version-to-list.
8578
8579 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
8580
8581 * simple.el (delete-trailing-whitespace): Return nil for the
8582 benefit of `write-file-functions'.
8583
8584 2011-03-10 Glenn Morris <rgm@gnu.org>
8585
8586 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
8587
8588 * vc/vc-git.el (vc-git-program): New option.
8589 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
8590 (vc-git--call): Use it.
8591
8592 * eshell/esh-util.el (eshell-condition-case): Doc fix.
8593
8594 * cus-edit.el (Custom-newline): If no button at point, look
8595 for a subgroup button at start-of-line. (Bug#2298)
8596
8597 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
8598
8599 2011-03-10 Julien Danjou <julien@danjou.info>
8600
8601 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
8602 `cursor-type' is nil.
8603
8604 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
8605
8606 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
8607
8608 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
8609
8610 * allout.el Summary: Change so yank of distinctive-bullet items
8611 preserves the existing header prefix, rebulleting it if necessary,
8612 rather than replacing it. This is necessary for proper operation
8613 of cooperative addons like allout-widgets.
8614 (allout-make-topic-prefix, allout-rebullet-heading): Change
8615 SOLICIT arg to INSTEAD, and interpret additionally a string value
8616 as alternate bullet to be used, instead of prompting the user for
8617 a bullet character.
8618
8619 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
8620
8621 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8622 Do not use `tramp-file-name-port', because this returns also
8623 `tramp-default-port'.
8624
8625 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8626
8627 * net/rcirc.el (rcirc-handler-001): Remove useless
8628 with-rcirc-process-buffer.
8629 (rcirc-check-auth-status): Swap arguments to string-match.
8630
8631 2011-03-09 Glenn Morris <rgm@gnu.org>
8632
8633 * shell.el (shell-mode):
8634 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
8635
8636 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
8637 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
8638
8639 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
8640
8641 * emacs-lisp/package.el (package-refresh-contents)
8642 (package-menu-execute): Use condition-case-no-debug.
8643
8644 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
8645
8646 * simple.el (shell-command-to-string): Use `process-file'.
8647
8648 * emacs-lisp/package.el (package-tar-file-info): Handle also
8649 remote files.
8650
8651 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8652 Use `equal' for upload base check.
8653
8654 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
8655
8656 * textmodes/texinfo.el (texinfo-environments):
8657 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
8658
8659 2011-03-08 Glenn Morris <rgm@gnu.org>
8660
8661 * cus-start.el (cursor-in-non-selected-windows):
8662 Fix :set quoting oddness. (Bug#8192)
8663
8664 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
8665 in some setf expressions. (Bug#2159)
8666
8667 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
8668
8669 * custom.el (custom-available-themes): Return themes in
8670 alphabetical order.
8671
8672 See ChangeLog.15 for earlier changes.
8673
8674 ;; Local Variables:
8675 ;; coding: utf-8
8676 ;; End:
8677
8678 Copyright (C) 2011 Free Software Foundation, Inc.
8679
8680 This file is part of GNU Emacs.
8681
8682 GNU Emacs is free software: you can redistribute it and/or modify
8683 it under the terms of the GNU General Public License as published by
8684 the Free Software Foundation, either version 3 of the License, or
8685 (at your option) any later version.
8686
8687 GNU Emacs is distributed in the hope that it will be useful,
8688 but WITHOUT ANY WARRANTY; without even the implied warranty of
8689 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8690 GNU General Public License for more details.
8691
8692 You should have received a copy of the GNU General Public License
8693 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.