Doc fixes related to rmail-automatic-folder-directives.
[bpt/emacs.git] / lisp / ChangeLog
1 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2
3 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
4
5 2011-11-23 Glenn Morris <rgm@gnu.org>
6
7 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
8 (rmail-auto-file): Ignore case in the "special" field names,
9 as mail-fetch-field does for all others.
10
11 * mail/rmail.el (rmail-forward):
12 * mail/rmailkwd.el (rmail-set-label):
13 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
14 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15
16 * mail/rmail.el (rmail-current-message): Doc fix.
17
18 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
19
20 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * server.el (server-eval-and-print): Allow C-g (bug#6585).
23
24 2011-11-22 Glenn Morris <rgm@gnu.org>
25
26 * mail/rmailmm.el (test-rmail-mime-handler)
27 (test-rmail-mime-bulk-handler)
28 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
29
30 2011-11-21 Juri Linkov <juri@jurta.org>
31
32 * calc/calc.el (calc-read-key-sequence): Let-bind `input-method-function'
33 to nil. (Bug#10018)
34
35 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
36
37 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
38 Tell the caller that the next line needs recomputation, even
39 though it doesn't start a sexp (bug#10094).
40
41 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
42
43 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
44
45 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
46
47 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
48 Use force-same-window.
49
50 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
51
52 * descr-text.el (describe-char-unicode-data):
53 * json.el (json-string-escape):
54 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
55 (Footnote-unicode, Footnote-style-p):
56 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
57
58 2011-11-20 Chong Yidong <cyd@gnu.org>
59
60 * window.el (replace-buffer-in-windows): Restore interactive spec.
61
62 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * electric.el (electric-indent-mode): Fix last change (too optimistic).
65
66 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
67 (byte-compile-global-not-obsolete-vars): New var.
68 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
69 Use it.
70 (byte-compile-warn-obsolete): Align text with the one in *Help*.
71
72 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
73
74 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
75 * progmodes/pascal.el (electric-pascal-equal):
76 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
77 * xml.el (xml-substitute-special): Fix typos.
78
79 2011-11-20 Glenn Morris <rgm@gnu.org>
80
81 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
82 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
83 Doc fixes.
84 (rmail-decode-mime-charset): Mark as obsolete.
85
86 * mail/rmailsum.el (rmail-message-regexp-p-1):
87 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
88 Before using mime functions, check they are set. (Bug#10077)
89
90 2011-11-19 Juri Linkov <juri@jurta.org>
91
92 * info.el (Info-finder-find-node): Use `package--builtins' instead
93 of `package-alist'. Use node names formed by the pattern "Keyword "
94 and the keyword name.
95
96 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
97
98 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for
99 bash.
100
101 2011-11-19 Juri Linkov <juri@jurta.org>
102
103 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
104 that calls `revert-buffer' on all Info buffers. (Bug#9915)
105 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
106 `old-history', `old-history-forward'. Add let-binding
107 `window-selected'. Remove calls to `kill-buffer',
108 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
109 before calling `Info-find-node', so `Info-find-node-2' will reread
110 the Info file. Restore window positions only when `window-selected'
111 is non-nil.
112
113 2011-11-19 Juri Linkov <juri@jurta.org>
114
115 * isearch.el (isearch-lazy-highlight-new-loop):
116 Remove condition `(not isearch-error)'. (Bug#9918)
117
118 * misearch.el (multi-isearch-search-fun): Add condition
119 `(not bound)' to ignore lazy-highlighting search.
120 Add the search-failed message "end of multi" when the end of
121 multi-sequence is reached. Uncapitalize the search-failed
122 message "Repeat for next buffer".
123
124 * info.el (Info-search): Add the search-failed message
125 "end of the manual" when the end of the manual is reached
126 in Isearch mode.
127
128 2011-11-19 Juri Linkov <juri@jurta.org>
129
130 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
131 Use non-destructive `remove' instead of `delete' because
132 `Info-history-list' stored to `Info-isearch-initial-history-list' in
133 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
134
135 2011-11-19 Juri Linkov <juri@jurta.org>
136
137 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
138 to nil instead of binding `search-ring' and `regexp-search-ring'.
139 (Bug#9185)
140
141 2011-11-19 Eli Zaretskii <eliz@gnu.org>
142
143 * simple.el (line-move): Force movement by logical lines for any
144 hscrolled window, not only when auto-hscroll-mode is on.
145 (line-move-visual): Update doc string to that effect. (Bug#10076)
146
147 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
148
149 * language/european.el (macintosh): Define as alias for mac-roman.
150
151 2011-11-19 Eli Zaretskii <eliz@gnu.org>
152
153 * mail/rmailmm.el (rmail-mime-display-header)
154 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
155 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
156 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
157 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
158 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
159 of a raw aref.
160 (rmail-mime-entity-segment): To get past the tagline, move forward
161 2 more lines, to account for the 2 empty lines that precede and
162 follow the line with the buttons.
163 (rmail-mime-update-tagline): Move one more line, to get past the
164 empty line that follows the buttons in the tagline. (Bug#9520)
165
166 2011-11-19 Martin Rudalics <rudalics@gmx.at>
167
168 * window.el (window-max-delta-1, window-min-delta-1)
169 (window-min-size-1, window-state-get-1, window-state-put-1)
170 (window-state-put-2): Use "window--" prefix.
171
172 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
173
174 * emacs-lisp/smie.el: Improve warnings and conflict detection.
175 (smie-warning-count): New var.
176 (smie-set-prec2tab): Use it.
177 (smie-bnf->prec2): Improve warnings. Add docstring.
178 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
179 (smie-bnf--set-class): New function.
180 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
181 corner case.
182
183 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
184 (compilation-error-properties, compilation-move-to-column):
185 Handle compilation-first-column while in the target buffer.
186
187 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
188 Don't hardcode point-min==1.
189
190 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
191 (eshell-rewrite-for-command): Remove workaround.
192 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
193 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
194 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
195
196 * files-x.el (modify-file-local-variable): Obey commenting conventions.
197
198 2011-11-17 Glenn Morris <rgm@gnu.org>
199
200 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
201 Ignore buffer-local generated-autoload-file if it is the same
202 as the global value. (Bug#10049)
203
204 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
205
206 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
207 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
208 (reftex-toc-previous-heading, reftex-toc-max-level)
209 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
210 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
211 (reftex-toc-do-promote, reftex-toc-promote-prepare)
212 (reftex-toc-promote-action, reftex-toc-extract-section-number)
213 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
214 (reftex-toc-rename-label, reftex-toc-visit-location)
215 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
216 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
217 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
218 leaving "*toc*" only for references to the buffer.
219
220 2011-11-17 Martin Rudalics <rudalics@gmx.at>
221
222 * window.el (window-resize, delete-window, split-window):
223 Replace window-splits by window-combination-resize.
224 * cus-start.el (window-splits): Replace by
225 window-combination-resize.
226
227 2011-11-17 Glenn Morris <rgm@gnu.org>
228
229 * progmodes/sh-script.el (sh-font-lock-keywords-var):
230 Make bash entry derive from sh entry, not shell entry.
231
232 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
233
234 * net/tramp.el (tramp-handle-file-truename): Cache only the local
235 file name.
236
237 * net/tramp-cache.el (tramp-flush-file-property): Flush also
238 properties of linked files. (Bug#9879)
239
240 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
241
242 * menu-bar.el (menu-bar-file-menu):
243 * printing.el (pr-ps-utility):
244 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
245 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
246 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
247 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
248 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
249 (icalendar--convert-cyclic-to-ical)
250 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
251 (icalendar--convert-ical-to-diary)
252 (icalendar--convert-recurring-to-diary)
253 (icalendar--convert-non-recurring-all-day-to-diary)
254 (icalendar-import-format-sample):
255 * progmodes/idlw-shell.el (idlwave-shell-mode):
256 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
257 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
258 (vhdl-ps-print-init): Fix typos.
259
260 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
261
262 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
263 FSF and collapse date sequence, obscure author/maintainer email address
264 better, remove extra version line, track relocation of author's webpage.
265
266 * progmodes/python.el (python-pdbtrack-input-prompt)
267 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
268 regular python pdb prompts. Adjustments shamelessly taken exactly as
269 suggested in EmacsWiki page (tiny change):
270 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
271
272 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
273
274 * expand.el (expand-pos, expand-index, expand-point):
275 Remove redundant info from docstring.
276 (expand-add-abbrevs): Doc fix.
277 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
278 (expand-sample-perl-mode-expand-list): Fix typos.
279
280 * net/dbus.el (dbus-event-member-name):
281 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
282 * term/pc-win.el (msdos-create-frame-with-faces):
283 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
284
285 2011-11-16 Martin Rudalics <rudalics@gmx.at>
286
287 * window.el (split-window, window-state-get-1)
288 (window-state-put-1, window-state-put-2): Rename occurrences of
289 window-nest to window-combination-limit.
290 * cus-start.el (window-nest): Rename to
291 window-combination-limit.
292
293 2011-11-16 Chong Yidong <cyd@gnu.org>
294
295 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
296 regexp (Bug#10033).
297
298 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
299
300 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
301 `completing-read' will remove *Completions* and will preserve
302 current-buffer for us.
303 (tmm-add-prompt): Users of *Completions* will always (re)set its
304 major mode.
305 (tmm-old-comp-map): Remove.
306
307 2011-11-16 Glenn Morris <rgm@gnu.org>
308
309 * mail/rmailedit.el: Require rmailmm when compiling.
310 (rmail-old-mime-state): New declaration.
311 (rmail-edit-current-message): If editing a mime message,
312 edit the "raw" message from the mbox buffer.
313 (rmail-cease-edit): Handle mime messages. (Bug#9840)
314
315 2011-11-15 Glenn Morris <rgm@gnu.org>
316
317 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
318 which wasn't being used. Add optional arg to force given state.
319 (rmail-mime): Add optional arg to force given state.
320
321 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
322
323 * allout.el (allout-encryption-plaintext-sanitization-regexps):
324 * frame.el (display-mm-dimensions-alist):
325 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
326 (outline-move-subtree-down):
327 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
328 (newsticker--treeview-do-get-node):
329 * net/quickurl.el (quickurl-list-buffer-name):
330 * progmodes/dcl-mode.el (dcl-mode):
331 * progmodes/gdb-mi.el (gdb-mapcar*):
332 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
333
334 2011-11-15 Glenn Morris <rgm@gnu.org>
335
336 * mail/rmail.el (rmail-file-coding-system): It's only ever used
337 in a boolean sense, so just make it a boolean, and fix the doc.
338 (rmail-show-mime-function, rmail-mime-feature)
339 (rmail-require-mime-maybe): Doc fixes.
340 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
341
342 * mail/rmailmm.el (rmail-show-mime): Doc fix.
343
344 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
345
346 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
347 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
348 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
349 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
350
351 2011-11-15 Glenn Morris <rgm@gnu.org>
352
353 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
354 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
355 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
356 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
357 (rmail-mime, rmail-show-mime): Doc fixes.
358
359 * term/ns-win.el (mode-line-frame-identification):
360 Leave it alone. (Bug#10051)
361
362 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
363
364 * mail/rmailout.el (rmail-output-to-rmail-buffer):
365 Handle empty buffers. (Bug#9978)
366
367 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
368
369 * international/mule.el (define-charset):
370 * mail/rmailmm.el (rmail-mime-find-header-encoding):
371 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
372 * progmodes/verilog-mode.el (verilog-backward-token):
373 * textmodes/ispell.el (lookup-words):
374 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
375
376 2011-11-14 Glenn Morris <rgm@gnu.org>
377
378 * progmodes/executable.el
379 (executable-make-buffer-file-executable-if-script-p):
380 Handle file-modes returning nil.
381
382 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
383 message - not necessary, and causes problems. (Bug#9831)
384
385 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
386
387 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
388
389 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
390 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
391 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
392
393 2011-11-12 Martin Rudalics <rudalics@gmx.at>
394
395 * window.el (window-resize, delete-window): Use window-splits
396 variable instead of function.
397 (window-state-get-1, window-state-put-2, window-state-put):
398 Don't deal with windows' splits status.
399
400 2011-11-12 Glenn Morris <rgm@gnu.org>
401
402 * apropos.el (apropos-do-all, apropos-library, apropos-value)
403 (apropos-documentation): Doc fixes.
404
405 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
406
407 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
408 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
409
410 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
411
412 * electric.el (electric-indent-post-self-insert-function): Make it
413 possible for a char to only indent in some circumstances.
414 (electric-indent-mode): Simplify.
415
416 2011-11-11 Martin Rudalics <rudalics@gmx.at>
417
418 * window.el (windows-with-parameter): Remove unused function.
419 (windows-at-side): Rename to window-at-side-list.
420 (window-check, window-atom-check, window-atom-check-1)
421 (window-side-check, window-size-ignore, window-size-fixed-1)
422 (window-in-direction-2): Prefix with "window--".
423 (window-tree-1): Rename to window--subtree, fix doc-string.
424
425 2011-11-11 Glenn Morris <rgm@gnu.org>
426
427 * subr.el (eval-after-load): If FILE is already loaded,
428 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
429
430 2011-11-10 Glenn Morris <rgm@gnu.org>
431
432 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
433 Call svn via vc-svn-command rather than vc-do-command.
434 (vc-svn-command): Add --non-interactive. (Bug#9993)
435 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
436
437 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
438 Add toggle-read-only. (Bug#7292)
439 * files.el (toggle-read-only): Mention that it should only
440 be used interactively. (Bug#10006)
441
442 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * progmodes/compile.el (compilation-error-regexp-alist-alist):
445 Adjust regexp for OCaml warnings.
446
447 * electric.el (electric-pair-post-self-insert-function): Let user
448 turn it off buffer-locally (bug#9932).
449
450 * progmodes/python.el (python-beginning-of-statement):
451 Rewrite (bug#2703).
452
453 * progmodes/compile.el: Better handle TABs (bug#9749).
454 (compilation-internal-error-properties)
455 (compilation-next-error-function): Obey the target buffer's
456 compilation-error-screen-columns.
457
458 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
459
460 * progmodes/meta-mode.el: Remove obsolete comments.
461 (meta-right-comment-regexp, meta-ignore-comment-regexp):
462 Fix typos in docstrings.
463
464 2011-11-09 Martin Rudalics <rudalics@gmx.at>
465
466 * window.el (window-size-fixed-p): Rewrite doc-string.
467 (window-resizable-p): Rename to window--resizable-p. Update callers.
468 (window--resizable): New function. Make all callers of
469 window-resizable call window--resizable instead.
470 (window-resizable): Rewrite in terms of window--resizable.
471
472 2011-11-08 Glenn Morris <rgm@gnu.org>
473
474 * progmodes/delphi.el (delphi-mode-syntax-table):
475 Let define-derived-mode define a proper syntax table. (Bug#9994)
476
477 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * window.el: Stay away from defsubst.
480 (window-list-no-nils): Remove.
481 (window-state-get-1, window-state-get): Use backquote instead.
482
483 2011-11-08 thierry <thierry.volpiatto@gmail.com>
484
485 * emacs-lisp/find-func.el (find-function-read):
486 Fix incorrect use of default argument in `completing-read'.
487
488 2011-11-08 Martin Rudalics <rudalics@gmx.at>
489
490 * window.el (display-buffer-function, special-display-function):
491 Mention display-buffer-record-window but do not mention
492 help-setup parameter in doc-strings.
493 (window-min-delta): Fix doc-string typo.
494
495 2011-11-08 Chong Yidong <cyd@gnu.org>
496
497 * window.el (window-total-height, window-total-width): Doc fix.
498 (window-body-size): Move from C.
499 (window-body-height, window-body-width): Move to C.
500
501 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * window.el: Make special-display like display-buffer-alist (bug#9532).
504 (display-buffer--special-action): New function, morphed
505 from display-buffer--special.
506 (display-buffer): Use it to handle special-display-buffers at higher
507 priority (just after display-buffer-alist).
508 (display-buffer-fallback-action, display-buffer--other-frame-action)
509 (pop-to-buffer-same-window): Remove display-buffer--special.
510
511 2011-11-07 Glenn Morris <rgm@gnu.org>
512
513 * calendar/cal-menu.el (cal-menu-set-date-title):
514 Do nothing if not in a calendar. (Bug#9976)
515
516 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * files.el (find-file): Always use selected-window.
519
520 2011-11-07 Martin Rudalics <rudalics@gmx.at>
521
522 * window.el (window-combinations): Make WINDOW argument
523 mandatory. Rewrite doc-string.
524 (walk-window-subtree, window-atom-check, window-min-delta)
525 (window-max-delta, window--resize-this-window)
526 (window--resize-root-window-vertically, window-tree)
527 (balance-windows, window-state-put): Rewrite doc-strings as to
528 not mention the term "subwindow".
529 (window--resize-subwindows-skip-p): Rename to
530 window--resize-child-windows-skip-p.
531 (window--resize-subwindows-normal): Rename to
532 window--resize-child-windows-normal.
533 (window--resize-subwindows): Rename to
534 window--resize-child-windows.
535 (window-or-subwindow-p): Rename to window--in-subtree-p.
536
537 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
538
539 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
540 Ensure that mbox format messages end in two newlines (Bug#9974).
541
542 2011-11-06 Chong Yidong <cyd@gnu.org>
543
544 * window.el (window-combination-p): Function deleted; its
545 side-effect is not used in any existing code.
546 (window-combinations, window-combined-p): Call window-*-child
547 directly.
548
549 2011-11-05 Chong Yidong <cyd@gnu.org>
550
551 * window.el (window-valid-p): Rename from window-any-p.
552 (window-size-ignore, window-state-get): Callers changed.
553 (window-normalize-window): Rename from window-normalize-any-window.
554 New arg LIVE-ONLY, replacing window-normalize-live-window.
555 (window-normalize-live-window): Delete.
556 (window-combination-p, window-combined-p, window-combinations)
557 (walk-window-subtree, window-atom-root, window-min-size)
558 (window-sizable, window-sizable-p, window-size-fixed-p)
559 (window-min-delta, window-max-delta, window-resizable)
560 (window-resizable-p, window-full-height-p, window-full-width-p)
561 (window-current-scroll-bars, window-point-1, set-window-point-1)
562 (window-at-side-p, window-in-direction, window-resize)
563 (adjust-window-trailing-edge, maximize-window, minimize-window)
564 (window-deletable-p, delete-window, delete-other-windows)
565 (record-window-buffer, unrecord-window-buffer)
566 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
567 (quit-window, split-window, window-state-put)
568 (set-window-text-height, fit-window-to-buffer)
569 (shrink-window-if-larger-than-buffer): Callers changed.
570
571 2011-11-04 Eli Zaretskii <eliz@gnu.org>
572
573 * mail/rmail.el (rmail-simplified-subject): Decode subject with
574 rfc2047-decode-string.
575 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
576 warnings.
577
578 * window.el (window-body-height, window-body-width): Mention in
579 the doc string that the return values are in frame's canonical
580 units. (Bug#9949)
581
582 2011-11-03 Alan Mackenzie <acm@muc.de>
583
584 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
585 change in cc-engine.el.
586
587 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
588
589 * window.el (switch-to-buffer): Use `force-same-window' interactively.
590
591 2011-11-02 Martin Rudalics <rudalics@gmx.at>
592
593 * window.el (quit-window): Call unrecord-window-buffer after
594 showing another buffer in the window. (Bug#9937)
595 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
596
597 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
598
599 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
600 Accept status with more than 9 shelves. (Bug#9935)
601 Reported by Colin D Bennett <colin@gibibit.com>.
602
603 2011-11-01 Martin Rudalics <rudalics@gmx.at>
604
605 * help.el (with-help-window): Don't reference
606 temp-buffer-show-specifiers in doc-string.
607
608 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
609
610 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
611 menu-item.
612
613 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
614
615 * whitespace.el: New version 13.2.2.
616 (whitespace-newline-mode): Disable properly. Reported by Sarah
617 <EmacsWiki>.
618
619 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
620
621 * net/newst-treeview.el: Remove "Time-stamp".
622 (newsticker--group-manage-orphan-feeds): Do not call
623 newsticker--treeview-tree-update.
624 (newsticker-treeview-update, newsticker-treeview):
625 Call newsticker--treeview-tree-update if necessary.
626
627 2011-10-30 Martin Rudalics <rudalics@gmx.at>
628
629 * window.el (window-iso-combination-p, window-iso-combined-p)
630 (window-iso-combinations): Remove "iso-" infix.
631 Suggested by Chong Yidong.
632 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
633 (window-max-delta-1, window-resize, window--resize-siblings)
634 (window--resize-this-window, adjust-window-trailing-edge)
635 (split-window, balance-windows-1)
636 (shrink-window-if-larger-than-buffer):
637 * calendar/calendar.el (calendar-generate-window):
638 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
639
640 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
643 in place (bug#9907).
644 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
645 (eshell-rewrite-if-command, eshell-rewrite-for-command)
646 (eshell-structure-basic-command, eshell-rewrite-while-command)
647 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
648 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
649 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
650 (eshell-do-pipelines-synchronously, eshell-eval-command):
651 Use backquotes and prefer setq to set.
652 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
653 (eshell-macrop): Use functionp.
654 (eshell-do-eval): Handle multiple expressions in `while' body.
655
656 2011-10-30 Chong Yidong <cyd@gnu.org>
657
658 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
659 instead of set-mark (Bug#9810).
660
661 2011-10-30 Chong Yidong <cyd@gnu.org>
662
663 * window.el (split-window-below, split-window-right): Rename from
664 split-window-above-each-other and split-window-side-by-side
665 respectively. All callers changed.
666 (split-window-sensibly, split-window-sensibly): Use them.
667 (split-window-keep-point): Doc fix.
668
669 * isearch.el: Add isearch-scroll property to split-window-below
670 and split-window-right.
671
672 * follow.el (follow-mode):
673 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
674 * progmodes/ada-xref.el (ada-gdb-application):
675 * emulation/vip.el (vip-buffer-in-two-windows):
676 * image-dired.el (image-dired-dired-with-window-configuration):
677 * dired-x.el (dired-do-find-marked-files):
678 * dired.el (dired-pop-to-buffer):
679 * bs.el (bs--show-with-configuration):
680 * vc/emerge.el (emerge-setup-windows):
681 * textmodes/two-column.el (2C-two-columns):
682 * textmodes/reftex-toc.el (reftex-toc):
683 * progmodes/gdb-mi.el (gdb-setup-windows):
684 * progmodes/fortran.el (fortran-window-create):
685 * net/newst-treeview.el (newsticker--treeview-window-init):
686 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
687 * emulation/tpu-edt.el (tpu-gold-map):
688 * emulation/crisp.el (crisp-mode-map):
689 * calendar/calendar.el (calendar-basic-setup): Callers changed.
690
691 2011-10-29 Chong Yidong <cyd@gnu.org>
692
693 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
694
695 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
696
697 * textmodes/flyspell.el (flyspell-word): Fix char offset for
698 forged Ispell output (Bug#7904).
699
700 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
701
702 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * doc-view.el: Avoid ugly errors about not finding nil.
705 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
706 (doc-view-dvipdf-program, doc-view-unoconv-program)
707 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
708 Avoid nil or absolute file name as default value.
709 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
710
711 2011-10-28 Alan Mackenzie <acm@muc.de>
712
713 * progmodes/cc-defs.el (c-version): -> 5.32.2.
714
715 2011-10-28 Alan Mackenzie <acm@muc.de>
716
717 Amend the handling of c-beginning/end-of-defun in nested declaration
718 scopes.
719
720 * progmodes/cc-vars.el (c-defun-tactic): Move here from
721 cc-langs.el. Change it to a defcustom.
722
723 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
724 cc-vars.el.
725
726 * progmodes/cc-engine.el (c-beginning-of-statement-1):
727 Prevent "class foo : bar" being spuriously recognized as a label.
728
729 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
730 Add parameter `inclusive' (to include enclosing braces in the region).
731 (c-widen-to-enclosing-decl-scope): New function.
732 (c-while-widening-to-decl-block): New macro.
733 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
734 outward for defun boundaries, and correspondingly change symbol
735 `respect-enclosure' to `go-outward'.
736 (c-declaration-limits): Change algorithm to report only the "innermost"
737 defun's boundaries.
738
739 2011-10-28 Deniz Dogan <deniz@dogan.se>
740
741 * net/rcirc.el (rcirc-mode): Use hard newlines.
742
743 2011-10-28 Alan Mackenzie <acm@muc.de>
744
745 Amend to indent and fontify macros "which include their own semicolon"
746 correctly, using the "virtual semicolon" mechanism.
747
748 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
749
750 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
751 Recode to scan one line at a time rather than having \n and \r
752 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
753 (c-forward-label): Amend for virtual semicolons.
754 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
755
756 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
757 of the new C macros.
758
759 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
760 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
761 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
762 (c-opt-cpp-macro-define): Make into a full language variable.
763 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
764 AWK Mode (including \n, \r) removed, no longer needed.
765
766 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
767 Invoke c-make-macro-with-semi-re.
768
769 * progmodes/cc-vars.el (c-macro-with-semi-re):
770 (c-macro-names-with-semicolon): New variables.
771 (c-make-macro-with-semi-re): New function.
772
773 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
774
775 * vc/log-edit.el: Fill empty field rather than adding new one.
776 (log-edit-add-field): New function.
777 (log-edit-insert-changelog): Use it.
778
779 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
780
781 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
782
783 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
786 (gdb--check-interpreter): New function.
787 (gdb): Use it.
788
789 2011-10-27 Glenn Morris <rgm@gnu.org>
790
791 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
792 (least-positive-float, least-negative-float)
793 (least-positive-normalized-float, least-negative-normalized-float)
794 (float-epsilon, float-negative-epsilon):
795 Remove unnecessary declarations.
796
797 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
798 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
799 (least-positive-float, least-negative-float)
800 (least-positive-normalized-float, least-negative-normalized-float)
801 (float-epsilon, float-negative-epsilon): Add doc-strings,
802 based on those in cl.texi.
803
804 * files.el (set-visited-file-name): If the major-mode changed,
805 reload the local variables. (Bug#9796)
806
807 2011-10-27 Chong Yidong <cyd@gnu.org>
808
809 * subr.el (change-major-mode-after-body-hook): New hook.
810 (run-mode-hooks): Run it.
811
812 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
813 Use change-major-mode-before-body-hook.
814
815 * simple.el (fundamental-mode):
816 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
817 change introducing fundamental-mode-hook.
818
819 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
820
821 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
822
823 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
824
825 * ido.el (ido-file-name-all-completions-1): Do not require
826 tramp.el explicitly. (Bug#7583)
827
828 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
829
830 * progmodes/octave-mod.el:
831 * progmodes/octave-inf.el: Update maintainer.
832
833 2011-10-26 Chong Yidong <cyd@gnu.org>
834
835 * subr.el (with-wrapper-hook): Rewrite doc.
836
837 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
838
839 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
840 filenames "/method:foo:". (Bug#9793)
841
842 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
843
844 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
845 (bug#9865).
846
847 2011-10-24 Glenn Morris <rgm@gnu.org>
848
849 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
850
851 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
852
853 * notifications.el: Add the requirement of a running D-Bus session
854 bus to the Commentary.
855
856 2011-10-24 Juri Linkov <juri@jurta.org>
857
858 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
859 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
860 (Bug#9364)
861
862 2011-10-24 Juri Linkov <juri@jurta.org>
863
864 * info.el (Info-following-node-name-re): Add newline to the list
865 of allowed characters for leading space. (Bug#9824)
866
867 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * progmodes/octave-inf.el (inferior-octave-mode-map):
870 Fix C-c C-h binding.
871 * progmodes/octave-mod.el (octave-help): Remove.
872
873 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
874
875 Sync with Tramp 2.2.3.
876
877 * net/tramp-cache.el (top): Pacify byte-compiler using
878 `init-file-user' and `site-run-file'.
879
880 * net/trampver.el: Update release number.
881
882 2011-10-23 Chong Yidong <cyd@gnu.org>
883
884 * files.el (toggle-read-only): Remove obsolete comment about
885 version control.
886
887 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
888 for toggle-read-only. Note that this hasn't called vc-next-action
889 since 2008-05-02, though it wasn't documented at the time.
890
891 * vc/ediff-init.el (ediff-toggle-read-only-function):
892 Use toggle-read-only.
893
894 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
895
896 Fix bug #9560, sporadic wrong indentation; improve instrumentation
897 of c-parse-state.
898
899 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
900 correct faulty logical expression.
901 (c-parse-state-state, c-record-parse-state-state):
902 (c-replay-parse-state-state): New defvar/defuns.
903 (c-debug-parse-state): Use new functions.
904
905 2011-10-22 Martin Rudalics <rudalics@gmx.at>
906
907 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
908 last fix. Use window-in-direction correctly.
909
910 2011-10-21 Chong Yidong <cyd@gnu.org>
911
912 * progmodes/idlwave.el (idlwave-mode):
913 * progmodes/vera-mode.el (vera-mode): No need to set
914 require-final-newline; that's done in prog-mode.
915 Suggested by Stefan Monnier.
916
917 2011-10-21 Martin Rudalics <rudalics@gmx.at>
918
919 * mouse.el (mouse-drag-window-above)
920 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
921 (mouse-drag-mode-line-1, mouse-drag-header-line)
922 (mouse-drag-vertical-line-rightward-window): Remove.
923 (mouse-drag-line): New function.
924 (mouse-drag-mode-line, mouse-drag-header-line)
925 (mouse-drag-vertical-line): Call mouse-drag-line.
926 * window.el (window-at-side-p, windows-at-side): New functions.
927
928 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
929
930 * tar-mode.el (tar-grind-file-mode):
931 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
932
933 2011-10-21 Chong Yidong <cyd@gnu.org>
934
935 * progmodes/idlwave.el (idlwave-mode):
936 * progmodes/vera-mode.el (vera-mode):
937 Use mode-require-final-newline.
938
939 2011-10-20 Glenn Morris <rgm@gnu.org>
940
941 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
942
943 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
944
945 * emulation/cua-base.el (cua-set-mark): Fix case of string.
946
947 2011-10-20 Chong Yidong <cyd@gnu.org>
948
949 * emulation/cua-base.el (cua-mode):
950 * mail/footnote.el (footnote-mode):
951 * mail/mailabbrev.el (mail-abbrevs-mode):
952 * net/xesam.el (xesam-minor-mode):
953 * progmodes/bug-reference.el (bug-reference-mode):
954 * progmodes/cap-words.el (capitalized-words-mode):
955 * progmodes/compile.el (compilation-minor-mode)
956 (compilation-shell-minor-mode):
957 * progmodes/gud.el (gud-tooltip-mode):
958 * progmodes/hideif.el (hide-ifdef-mode):
959 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
960 * progmodes/subword.el (subword-mode):
961 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
962 * progmodes/which-func.el (which-function-mode):
963 * term/tvi970.el (tvi970-set-keypad-mode):
964 * term/vt100.el (vt100-wide-mode):
965 * textmodes/flyspell.el (flyspell-mode):
966 * textmodes/ispell.el (ispell-minor-mode):
967 * textmodes/nroff-mode.el (nroff-electric-mode):
968 * textmodes/paragraphs.el (use-hard-newlines):
969 * textmodes/refill.el (refill-mode):
970 * textmodes/reftex.el (reftex-mode):
971 * textmodes/rst.el (rst-minor-mode):
972 * textmodes/sgml-mode.el (html-autoview-mode)
973 (sgml-electric-tag-pair-mode):
974 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
975 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
976 * emulation/crisp.el (crisp-mode):
977 * emacs-lisp/eldoc.el (eldoc-mode):
978 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
979 minor mode behavior.
980
981 2011-10-19 Juri Linkov <juri@jurta.org>
982
983 * descr-text.el (describe-char): Add #x2010 and #x2011 to
984 the list of hard-coded chars with escape-glyph face.
985
986 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
987
988 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
989
990 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
991
992 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
993 running process.
994
995 2011-10-19 Glenn Morris <rgm@gnu.org>
996
997 * vc/vc-bzr.el (vc-bzr-after-dir-status):
998 Ignore ignored files. (Bug#9726)
999
1000 2011-10-19 Chong Yidong <cyd@gnu.org>
1001
1002 Doc fix for minor modes, stating that an omitted argument enables
1003 the mode unconditionally when called from Lisp.
1004
1005 * abbrev.el (abbrev-mode):
1006 * allout.el (allout-mode):
1007 * autoinsert.el (auto-insert-mode):
1008 * autoarg.el (autoarg-mode, autoarg-kp-mode):
1009 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1010 (global-auto-revert-mode):
1011 * battery.el (display-battery-mode):
1012 * composite.el (global-auto-composition-mode)
1013 (auto-composition-mode):
1014 * delsel.el (delete-selection-mode):
1015 * desktop.el (desktop-save-mode):
1016 * dired-x.el (dired-omit-mode):
1017 * dirtrack.el (dirtrack-mode):
1018 * doc-view.el (doc-view-minor-mode):
1019 * double.el (double-mode):
1020 * electric.el (electric-indent-mode, electric-pair-mode):
1021 * emacs-lock.el (emacs-lock-mode):
1022 * epa-hook.el (auto-encryption-mode):
1023 * follow.el (follow-mode):
1024 * font-core.el (font-lock-mode):
1025 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
1026 * help.el (temp-buffer-resize-mode):
1027 * hilit-chg.el (highlight-changes-mode)
1028 (highlight-changes-visible-mode):
1029 * hi-lock.el (hi-lock-mode):
1030 * hl-line.el (hl-line-mode, global-hl-line-mode):
1031 * icomplete.el (icomplete-mode):
1032 * ido.el (ido-everywhere):
1033 * image-file.el (auto-image-file-mode):
1034 * image-mode.el (image-minor-mode):
1035 * iswitchb.el (iswitchb-mode):
1036 * jka-cmpr-hook.el (auto-compression-mode):
1037 * linum.el (linum-mode):
1038 * longlines.el (longlines-mode):
1039 * master.el (master-mode):
1040 * mb-depth.el (minibuffer-depth-indicate-mode):
1041 * menu-bar.el (menu-bar-mode):
1042 * minibuf-eldef.el (minibuffer-electric-default-mode):
1043 * mouse-sel.el (mouse-sel-mode):
1044 * msb.el (msb-mode):
1045 * mwheel.el (mouse-wheel-mode):
1046 * outline.el (outline-minor-mode):
1047 * paren.el (show-paren-mode):
1048 * recentf.el (recentf-mode):
1049 * reveal.el (reveal-mode, global-reveal-mode):
1050 * rfn-eshadow.el (file-name-shadow-mode):
1051 * ruler-mode.el (ruler-mode):
1052 * savehist.el (savehist-mode):
1053 * scroll-all.el (scroll-all-mode):
1054 * scroll-bar.el (scroll-bar-mode):
1055 * server.el (server-mode):
1056 * shell.el (shell-dirtrack-mode):
1057 * simple.el (auto-fill-mode, transient-mark-mode)
1058 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
1059 (line-number-mode, column-number-mode, size-indication-mode)
1060 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
1061 * strokes.el (strokes-mode):
1062 * time.el (display-time-mode):
1063 * t-mouse.el (gpm-mouse-mode):
1064 * tool-bar.el (tool-bar-mode):
1065 * tooltip.el (tooltip-mode):
1066 * type-break.el (type-break-mode-line-message-mode)
1067 (type-break-query-mode):
1068 * view.el (view-mode):
1069 * whitespace.el (whitespace-mode, whitespace-newline-mode)
1070 (global-whitespace-mode, global-whitespace-newline-mode):
1071 * xt-mouse.el (xterm-mouse-mode): Doc fix.
1072
1073 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1074 Fix autogenerated docstring.
1075
1076 2011-10-19 Juri Linkov <juri@jurta.org>
1077
1078 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
1079 by checking environment variables "DESKTOP_SESSION" and
1080 "XDG_CURRENT_DESKTOP". (Bug#9779)
1081
1082 2011-10-19 Juri Linkov <juri@jurta.org>
1083
1084 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
1085 (browse-url-chromium-program, browse-url-chromium-arguments):
1086 New defcustoms.
1087 (browse-url-default-browser): Check for `browse-url-chromium' and
1088 call `browse-url-chromium-program'.
1089 (browse-url-chromium): New command. (Bug#9779)
1090
1091 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
1092
1093 * facemenu.el (list-colors-duplicates): On Windows, detect more
1094 duplicates by assuming that only colors matching "^System" are
1095 special "system colors". (Bug#9722)
1096
1097 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1098
1099 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
1100 to distinguish the author from the committer.
1101
1102 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
1103
1104 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
1105
1106 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
1107
1108 * international/mule.el (sgml-html-meta-auto-coding-function):
1109 Add support for detecting encoding in HTML5 specified only as
1110 <meta charset="UTF-8">. Implementation just makes http-equiv and
1111 content-type parts from HTML4 encoding string optional. (Bug#9716)
1112
1113 2011-10-18 Glenn Morris <rgm@gnu.org>
1114
1115 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
1116
1117 2011-10-18 Chong Yidong <cyd@gnu.org>
1118
1119 * faces.el (cursor): Doc fix.
1120
1121 2011-10-17 Chong Yidong <cyd@gnu.org>
1122
1123 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
1124
1125 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
1126
1127 * dirtrack.el (dirtrack): Support shell buffers with path
1128 prefixes, e.g. tramp-based remote shells. (Bug#9647)
1129
1130 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
1131
1132 * json.el: Bump version to 1.3 and note change in History.
1133 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
1134
1135 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1136
1137 * comint.el (comint-insert-input, comint-send-input)
1138 (comint-get-old-input-default, comint-backward-matching-input)
1139 (comint-next-prompt): Use nil instead of `input' for field property of
1140 past user input (bug#114).
1141
1142 * minibuffer.el (completion--replace): Inherit surrounding properties
1143 (bug#114).
1144 (minibuffer-complete-and-exit): Use it.
1145
1146 * comint.el (comint--table-subvert): Quote the all-completions output
1147 (bug#9160).
1148
1149 2011-10-17 Martin Rudalics <rudalics@gmx.at>
1150
1151 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
1152
1153 * menu-bar.el (menu-bar-file-menu): Add entry for making new
1154 window on right of selected. (Bug#9350) Reword other window
1155 entries and separate them from frame entries.
1156
1157 2011-10-15 Glenn Morris <rgm@gnu.org>
1158
1159 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
1160 Doc fixes.
1161
1162 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
1163
1164 * net/network-stream.el (network-stream-open-starttls):
1165 Improve detection of failure due to lack of TLS support.
1166
1167 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
1168 putting the input text in front and in bold.
1169
1170 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
1173
1174 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
1175 empty buffer.
1176
1177 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
1178 unread-command-events rather than pushing yet-another event.
1179
1180 2011-10-14 Eli Zaretskii <eliz@gnu.org>
1181
1182 * mail/sendmail.el (sendmail-query-once): Improve the wording of
1183 the explanation of the possible choices. Make the options passed
1184 to completing-read shorter.
1185
1186 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1187
1188 * textmodes/flyspell.el (flyspell-large-region): Make sure
1189 extended character mode is used if defined (Bug#1339).
1190
1191 2011-10-13 Eli Zaretskii <eliz@gnu.org>
1192
1193 * simple.el (what-cursor-position): Fix the display of the
1194 character info for LRE, LRO, RLE, and RLO characters by appending
1195 an invisible PDF.
1196
1197 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
1200 even in case of error; add debug spec; simplify data flow.
1201 (with-timeout-handler): Remove.
1202
1203 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
1204
1205 Fix Bug#6019, Bug#9315.
1206
1207 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
1208 complete `buffer-file-name', the local file name part could look
1209 remotely (for example on VMS).
1210
1211 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
1212 `tramp-run-real-handler'.
1213 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
1214 already quoted by '"'.
1215
1216 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
1217 Let `file-name-handler-alist' be nil, the local file name part
1218 could look remotely (for example on VMS).
1219
1220 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1221
1222 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
1223 from here...
1224 (flyspell-post-command-hook): ...to here.
1225
1226 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1227
1228 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
1229 if not needed.
1230 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
1231 using completion. Protect against "slow" callers.
1232 Remove the "message hack".
1233
1234 2011-10-11 Juri Linkov <juri@jurta.org>
1235
1236 * isearch.el (isearch-lazy-highlight-word): New variable.
1237 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1238 Use it. (Bug#9727)
1239
1240 2011-10-11 Glenn Morris <rgm@gnu.org>
1241
1242 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
1243 like f90-previous-statement does.
1244
1245 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1246
1247 * eshell/eshell.el (eshell-command): History should be saved
1248 only in interactive use, to avoid error.
1249
1250 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1251
1252 * minibuffer.el (completion-file-name-table): Fix last change,
1253 i.e. ignore normal errors but not the other ones.
1254
1255 2011-10-10 Martin Rudalics <rudalics@gmx.at>
1256
1257 * window.el (special-display-buffer-names)
1258 (special-display-regexps): Remove some remnants of earlier
1259 changes from doc-strings.
1260 (quit-windows-on): New function.
1261
1262 * vc/vc.el (vc-revert, vc-rollback):
1263 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
1264 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
1265 (Bug#6183) (Bug#7074) (Bug#7447)
1266
1267 2011-10-09 Martin Rudalics <rudalics@gmx.at>
1268
1269 * window.el (frame-auto-hide-function): Add version tag.
1270 (Bug#9699)
1271
1272 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
1273
1274 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
1275 condition.
1276
1277 2011-10-09 Leo Liu <sdl.web@gmail.com>
1278
1279 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
1280 (Bug#9701)
1281
1282 2011-10-08 Glenn Morris <rgm@gnu.org>
1283
1284 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
1285 before the first code statement zero indent. (Bug#9690)
1286
1287 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
1288
1289 * simple.el (count-words-region): Always count in the region.
1290 Report the number of lines and characters too.
1291 (count-words): New command, which counts in the buffer if the
1292 region is inactive, as count-words-region used to.
1293 (count-words--message): New function. Handle plurals.
1294 (count-lines-region): Make it an alias for count-words-region.
1295
1296 * bindings.el (esc-map): Replace count-lines-region with
1297 count-words-region.
1298
1299 2011-10-08 Martin Rudalics <rudalics@gmx.at>
1300
1301 * window.el (window--delete): Delete dedicated frame
1302 unconditionally when argument KILL is non-nil. (Bug#9699)
1303 (switch-to-buffer): Fix doc-string typo.
1304
1305 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1306
1307 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
1308
1309 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
1310
1311 * bindings.el ([M-left],[M-right]): Bind to left-word and
1312 right-word respectively.
1313
1314 2011-10-07 Glenn Morris <rgm@gnu.org>
1315
1316 * cus-start.el (debug-on-quit): Fix custom type.
1317
1318 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1319
1320 * subr.el (define-key-after): Clarify that the function is not
1321 useful for non-menu keymaps.
1322
1323 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
1324
1325 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1326
1327 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
1328 in current minibuffer (Fix bug with recursive minibuffers).
1329
1330 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * progmodes/gdb-mi.el (gdb): Doc fix.
1333
1334 2011-10-05 Martin Rudalics <rudalics@gmx.at>
1335
1336 * window.el (frame-auto-hide-function): New option replacing
1337 frame-auto-delete. Suggested by Stefan Monnier.
1338 (window--delete): Call frame-auto-hide-function instead of
1339 investigating frame-auto-delete.
1340 (window-point-1, set-window-point-1): New functions.
1341 (window-in-direction, record-window-buffer, window-state-get-1)
1342 (display-buffer-record-window): Use window-point-1 instead of
1343 window-point.
1344 (set-window-buffer-start-and-point): Use set-window-point-1.
1345
1346 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
1349
1350 2011-10-05 Glenn Morris <rgm@gnu.org>
1351
1352 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
1353 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
1354
1355 2011-10-05 Leo Liu <sdl.web@gmail.com>
1356
1357 * subr.el (read-char-choice): Fix argument to buffer-live-p which
1358 works with buffer object.
1359
1360 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * mpc.el (mpc-tool-bar-map): Add labels.
1363
1364 2011-10-04 Glenn Morris <rgm@gnu.org>
1365
1366 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1367
1368 2011-10-04 Martin Rudalics <rudalics@gmx.at>
1369
1370 * window.el (window--delete): New function.
1371 (frame-auto-delete): Resuscitate option.
1372 (bury-buffer, replace-buffer-in-windows)
1373 (quit-window): Rewrite using window--delete.
1374 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1375 Pass display-buffer-mark-dedicated to window--display-buffer-2
1376 (Bug#9639).
1377
1378 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1379
1380 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
1381 returns a list (bug#9554). Add remote file name completion.
1382 * comint.el (comint--table-subvert): Curry and get quote&unquote
1383 functions as arguments.
1384 (comint--complete-file-name-data): Adjust call accordingly.
1385 * pcomplete.el (pcomplete--table-subvert): Remove.
1386 (pcomplete-completions-at-point): Use comint--table-subvert instead.
1387
1388 * minibuffer.el (completion-table-case-fold): Use currying.
1389 (completion--styles-type, completion--cycling-threshold-type):
1390 New constants.
1391 (completion-styles, completion-category-overrides)
1392 (completion-cycle-threshold): Use them.
1393 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
1394 completion-table-case-fold.
1395
1396 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
1397
1398 * minibuffer.el (completion-category-overrides): Fix type of styles
1399 and add more user friendly tags (bug#9660).
1400
1401 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1402
1403 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
1404 (mule-input-method-string): New widget.
1405 (default-input-method, language-info-custom-alist): Use it.
1406
1407 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * pcomplete.el: Require comint.
1410 (pcomplete--common-suffix): Remove.
1411 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
1412 (pcomplete--table-subvert): Sync with comint--table-subvert.
1413 (pcomplete--entries): Use comint-completion-file-name-table.
1414 * comint.el (comint-unquote-filename): Simplify.
1415 (comint-completion-file-name-table): New function (bug#9616).
1416 (comint--complete-file-name-data): Use it.
1417
1418 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
1419 (pcmpl-gnu-tar-buffer): Remove.
1420 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
1421 around. Make sure pcomplete-suffix-list is only changed temporarily.
1422 Don't look inside the tar's file if it's too large.
1423
1424 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
1425
1426 * cus-edit.el (custom-mode-map):
1427 * epa.el (epa-key-list-mode-map):
1428 * man.el (Man-mode-map):
1429 * startup.el (splash-screen-keymap):
1430 * simple.el (special-mode-map): Use scroll-up-command and
1431 scroll-down-command.
1432
1433 * progmodes/idlw-help.el (idlwave-help-mode-map):
1434 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
1435 * net/newst-plainview.el (newsticker-mode-map):
1436 * emulation/ws-mode.el (wordstar-mode-map):
1437 * emulation/vi.el (vi-com-map):
1438 * calc/calc-graph.el (calc-graph-show-dumb):
1439 * term/sun.el (terminal-init-sun):
1440 * term/ns-win.el (global-map):
1441 * progmodes/grep.el (grep-mode-map):
1442 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
1443 * mail/rmail.el (rmail-mode-map):
1444 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
1445
1446 * custom.el (custom-safe-themes, load-theme): Treat value of t for
1447 custom-safe-themes as special.
1448
1449 2011-10-01 Julien Danjou <julien@danjou.info>
1450
1451 * notifications.el (notifications-notify): Fix docstring.
1452
1453 2011-10-01 Per Starbäck <per@starback.se>
1454
1455 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
1456
1457 2011-09-30 Martin Rudalics <rudalics@gmx.at>
1458
1459 * startup.el (command-line-1): Fix last fix by inserting
1460 initial-scratch-message into *scratch* before displaying it.
1461 (Bug#9605) and (Bug#9636)
1462
1463 2011-09-29 Eli Zaretskii <eliz@gnu.org>
1464
1465 * simple.el (line-move): If auto-hscroll-mode is disabled and the
1466 window is hscrolled, move by logical lines. (Bug#9607)
1467 (line-move-visual): Update the doc string to the above effect.
1468
1469 2011-09-29 Martin Rudalics <rudalics@gmx.at>
1470
1471 * window.el (display-buffer-record-window): When WINDOW is the
1472 selected window use `point' instead of `window-point'. (Bug#9626)
1473
1474 * startup.el (command-line-1): Use insert-before-markers when
1475 inserting initial-scratch-message. (Bug#9605)
1476
1477 * help.el (help-window): Remove variable.
1478
1479 2011-09-29 Glenn Morris <rgm@gnu.org>
1480
1481 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
1482
1483 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
1484
1485 * descr-text.el (describe-char-categories): Accept category
1486 descriptions more than one line long.
1487
1488 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1489
1490 * simple.el (delete-trailing-whitespace): Fix last change.
1491
1492 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1493 Don't confuse "y => 3" as the beginning of a `y' operation.
1494
1495 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
1496 object has more than 4 slots (bug#9613).
1497
1498 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
1499
1500 * subr.el (with-output-to-temp-buffer):
1501 * net/quickurl.el (quickurl, quickurl-browse-url):
1502 Fix typos in docstrings.
1503
1504 2011-09-27 Eli Zaretskii <eliz@gnu.org>
1505
1506 * minibuffer.el (completion-styles)
1507 (completion-category-overrides): Cross reference each other in doc
1508 strings.
1509
1510 2011-09-27 Glenn Morris <rgm@gnu.org>
1511
1512 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
1513 to split-string. (Bug#9606)
1514
1515 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1516
1517 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
1518 (bug#9615).
1519
1520 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
1521
1522 * emacs-lisp/package.el (list-packages): Fix echo area message.
1523
1524 2011-09-27 Leo Liu <sdl.web@gmail.com>
1525
1526 * ido.el (ido-read-internal): Accept cons cell HIST arg.
1527
1528 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
1529
1530 * net/dbus.el (dbus-unregister-object): Don't release services for
1531 registered signals. (Bug#9581)
1532
1533 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1534
1535 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
1536 function that picks between cfengine 2 and 3 support
1537 automatically. Update docs accordingly.
1538
1539 2011-09-22 Kenichi Handa <handa@m17n.org>
1540
1541 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
1542 ZERO.
1543 (indian-itrans-v5-table-for-tamil): New variable.
1544 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
1545
1546 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
1547
1548 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
1549 that's true if the current command involved collapsing of text.
1550 It's reset to false at the beginning of the next command.
1551 (allout-post-command-business): Move the cursor to the beginning
1552 of entry if the cursor is hidden and collapsing activity just
1553 happened.
1554
1555 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
1556
1557 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
1558 tracking (Bug#9541).
1559
1560 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
1561
1562 * net/newst-reader.el (newsticker-html-renderer)
1563 (newsticker-show-news): Automatically
1564 load html rendering package if newsticker-html-renderer is set.
1565 Fixes "Warning: defvar ignored because w3m-fill-column is
1566 let-bound" and the error "Symbol's value as variable is void:
1567 w3m-fill-column".
1568
1569 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
1570
1571 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
1572 Release services only if they are defined. (Bug#9581)
1573
1574 2011-09-23 Richard Stallman <rms@gnu.org>
1575
1576 * textmodes/paragraphs.el (forward-sentence): For backwards case,
1577 distinguish start of paragraph from start of its text.
1578
1579 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
1580
1581 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
1582 (rmail-generate-viewer-buffer): Put that hook on view buffer.
1583 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
1584
1585 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
1586
1587 * international/mule-diag.el (mule-diag): Insert a newline after
1588 each fontset description.
1589
1590 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1591
1592 * simple.el (delete-trailing-whitespace):
1593 Document last change; simplify.
1594
1595 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
1596
1597 * simple.el (delete-trailing-whitespace): Also delete
1598 extra newlines at the end of the buffer.
1599
1600 * textmodes/picture.el: Make motion commands obey shift-select-mode.
1601 (picture-newline): Use forward-line so as to ignore fields.
1602
1603 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * subr.el (with-wrapper-hook): Fix edebug spec.
1606
1607 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1608
1609 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
1610 (bug#4538).
1611
1612 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
1613
1614 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1615 Fix nasty bug using wrong cached values.
1616
1617 2011-09-23 Alan Mackenzie <acm@muc.de>
1618
1619 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
1620
1621 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
1622
1623 * window.el (pop-to-buffer): Ensure right window is selected if we
1624 chose another frame.
1625
1626 2011-09-22 Eli Zaretskii <eliz@gnu.org>
1627
1628 * simple.el (what-cursor-position): Use get-char-property-change
1629 and next-single-char-property-change, to be able to show display
1630 properties that come from overlays as well as text properties.
1631
1632 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
1635
1636 * cmuscheme.el (run-scheme, switch-to-scheme):
1637 * cus-edit.el (customize-group, custom-buffer-create)
1638 (customize-browse):
1639 * info.el (info):
1640 * shell.el (shell):
1641 * mail/sendmail.el (mail):
1642 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
1643
1644 2011-09-22 Richard Stallman <rms@gnu.org>
1645
1646 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
1647 move back only to line beg, don't move back over blank lines.
1648
1649 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
1650
1651 * files.el (copy-directory): Set directory attributes only in case
1652 they could be retrieved from the source directory. (Bug#9565)
1653
1654 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
1655
1656 * progmodes/hideshow.el (hs-looking-at-block-start-p)
1657 (hs-find-block-beginning, hs-hide-level-recursive):
1658 Ignore strings as well as comments. (Bug#9502)
1659
1660 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
1661
1662 * progmodes/sql.el (sql-comint-postgres):
1663 Convert port number to a string. (Bug#9566)
1664
1665 2011-09-22 Martin Rudalics <rudalics@gmx.at>
1666
1667 * window.el (quit-window): Undedicate window when switching to
1668 previous buffer. Reported by Thierry Volpiatto
1669 <thierry.volpiatto@gmail.com>.
1670 (special-display-popup-frame): When popping up a new frame reset
1671 its previous buffers to nil. Simplify code.
1672
1673 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
1674
1675 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
1676 and process filter, as done also in `shell-command'.
1677
1678 2011-09-21 Martin Rudalics <rudalics@gmx.at>
1679
1680 * window.el (set-window-buffer-start-and-point):
1681 Call set-window-start with NOFORCE argument t. Suggested by Thierry
1682 Volpiatto <thierry.volpiatto@gmail.com>.
1683 (quit-window): Reword doc-string. Handle new format of
1684 quit-restore parameter. Don't delete window if it has a
1685 previous buffer we can show instead of the present one.
1686 (display-buffer-record-window): Rewrite using a new format for
1687 the quit-restore window parameter
1688 (special-display-popup-frame, display-buffer-same-window)
1689 (display-buffer-reuse-window, display-buffer-pop-up-frame)
1690 (display-buffer-pop-up-window, display-buffer-use-some-window):
1691 Adapt symbol passed to display-buffer-record-window.
1692 * help.el (help-window-setup): Handle new format of quit-restore
1693 parameter.
1694
1695 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * faces.el (face-list): Fix docstring (bug#9564).
1698
1699 * window.el (display-buffer--action-function-custom-type):
1700 Don't include internal functions in the Custom interface.
1701
1702 2011-09-20 Juri Linkov <juri@jurta.org>
1703
1704 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
1705 (Info-forward-node, Info-backward-node, Info-next-preorder)
1706 (Info-last-preorder): Use it. (Bug#9528)
1707
1708 2011-09-20 Juri Linkov <juri@jurta.org>
1709
1710 * info.el (Info-last-preorder): Visit last menu item only when
1711 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
1712
1713 2011-09-20 Julien Danjou <julien@danjou.info>
1714
1715 * password-cache.el (password-cache-remove): Remove entries even if the
1716 value is nil, so that password with a nil value (negative caching) is
1717 possible to invalidate.
1718
1719 2011-09-20 Lawrence Mitchell <wence@gmx.li>
1720
1721 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
1722 all whitespace around breakpoint. (Bug#9553)
1723 (f90-find-breakpoint): Only break at whitespace inside a comment.
1724
1725 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1726
1727 * minibuffer.el (completion-file-name-table): Keep track of errors.
1728 (completion-table-with-predicate): Handle the case where pred1 is nil.
1729 * pcomplete.el (pcomplete-completions-at-point): Simplify.
1730
1731 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1732
1733 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
1734 (debugger-return-value): Signal an error if the debugging context does
1735 not await any return value.
1736
1737 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
1738 * image-mode.el (image-toggle-display-text)
1739 (image-toggle-display-image): Stay away from evil `intangible'.
1740
1741 2011-09-19 Leo Liu <sdl.web@gmail.com>
1742
1743 * replace.el (occur-revert-arguments): Make it permanent-local.
1744 (occur-mode): Don't call font-lock-defontify.
1745
1746 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
1747
1748 * net/ldap.el (ldap-search-internal): Don't push empty search
1749 result (Bug#9508).
1750
1751 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
1754
1755 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
1756
1757 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
1758 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
1759
1760 2011-09-18 Juri Linkov <juri@jurta.org>
1761
1762 * buff-menu.el (Buffer-menu-mode-map):
1763 * dired.el (dired-mode-map):
1764 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
1765 (lisp-interaction-mode-map):
1766 * emacs-lisp/package.el (package-menu-mode-map):
1767 * epa.el (epa-key-list-mode-map):
1768 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
1769 (menu-bar-options-menu):
1770 * outline.el (outline-mode-menu-bar-map):
1771 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
1772 * vc/vc-dir.el (vc-dir-menu-map):
1773 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
1774 Capitalize non-function content words in menu item strings.
1775
1776 * dired.el (dired-mode-map): Add menu item for
1777 `image-dired-dired-toggle-marked-thumbs'.
1778
1779 2011-09-18 Juri Linkov <juri@jurta.org>
1780
1781 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
1782 to `isearch-case-fold-search' and restore its original value
1783 after the `isearch-mode' call.
1784
1785 2011-09-18 Juri Linkov <juri@jurta.org>
1786
1787 * progmodes/grep.el (grep-process-setup): Don't check code for 1
1788 because `zgrep' returns 1 for successful matches (bug#9226).
1789
1790 2011-09-18 Juri Linkov <juri@jurta.org>
1791
1792 * info.el (Info-extract-menu-node-name): Check the second match
1793 for empty string (second test-case of bug#9528).
1794 (Info-last-preorder): Let-bind `Info-history' to nil to not add
1795 intermediate nodes to the history (first test-case of bug#9528).
1796
1797 2011-09-18 Juri Linkov <juri@jurta.org>
1798
1799 * info.el (Info-mode-syntax-table): New variable.
1800 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312)
1801
1802 2011-09-18 Juri Linkov <juri@jurta.org>
1803
1804 * info.el (Info-file-supports-index-cookies): Increment
1805 line-beginning-position's arg from 3 to 4 because makeinfo outputs
1806 one more line for long file names (bug#4142).
1807
1808 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
1809
1810 * newcomment.el (comment-normalize-vars): If prompting for
1811 comment-start, set comment-start-skip too (Bug#8424).
1812
1813 2011-09-18 Johan Bockgård <bojohan@gnu.org>
1814
1815 * icomplete.el: Fix previous fix of Bug#5849.
1816 (icomplete-mode): Don't set completion-show-inline-help.
1817 (icomplete-minibuffer-setup): Set completion-show-inline-help
1818 locally during icompletion.
1819
1820 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
1821
1822 * woman.el (woman2-process-escapes): Don't delete unrecognized
1823 escapes (Bug#7843).
1824
1825 * files.el (inhibit-first-line-modes-regexps): Add image files.
1826 (hack-local-variables-prop-line): Return nil for malformed
1827 prop-lines (Bug#9044).
1828
1829 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
1830
1831 * net/tramp.el (top): Don't require 'shell.
1832 (tramp-methods): Fix docstring.
1833 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
1834 Return complete remote file name. Handle "smb" case.
1835 Use `tramp-tmpdir', if defined for the respective method.
1836 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
1837
1838 * net/tramp-compat.el (top): Require 'shell.
1839
1840 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
1841 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
1842 `tramp-current-host'.
1843 (tramp-get-remote-tmpdir): Remove.
1844
1845 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
1846 `tramp-tmpdir' entries.
1847 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
1848 (tramp-smb-handle-file-attributes): Ignore errors.
1849 (tramp-smb-wait-for-output): Check also for process end.
1850
1851 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
1852
1853 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
1854 when sending QUIT (bug#9312).
1855
1856 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
1857
1858 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
1859 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
1860 occur-mode-display-occurrence.
1861 (occur-edit-mode): Add usage message.
1862 (occur-cease-edit): New command.
1863 (occur-after-change-function): Use text properties to find the
1864 position of the prefix text.
1865 (occur-engine): Set stickiness of prefix text properties.
1866
1867 2011-09-17 Glenn Morris <rgm@gnu.org>
1868
1869 * progmodes/etags.el (complete-tag):
1870 Fix call to completion-in-region. (Bug#9526)
1871
1872 2011-09-17 Juri Linkov <juri@jurta.org>
1873
1874 * textmodes/ispell.el (ispell-word): Add to the error message
1875 the word, ispell program name and current dictionary (bug#9121).
1876 (ispell-tex-arg-end): Capitalize "error" in the error message.
1877
1878 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
1879
1880 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
1881 check. (Bug#4251)
1882
1883 2011-09-17 Juri Linkov <juri@jurta.org>
1884
1885 * window.el (window-safe-min-height, window-safe-min-width):
1886 Fix typos (followup to bug#9522).
1887
1888 2011-09-17 Sven Joachim <svenjoac@gmx.de>
1889
1890 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
1891
1892 2011-09-16 Eli Zaretskii <eliz@gnu.org>
1893
1894 * simple.el (line-move): If goal-column is set, move by logical
1895 lines, not by display lines. (Bug#971)
1896 (next-line, previous-line, goal-column, line-move-visual): Doc fix
1897 to reflect the above change.
1898
1899 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1900
1901 * image.el (imagemagick-register-types): Use regexp-opt.
1902
1903 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
1904
1905 * window.el (display-buffer-base-action): Rename from
1906 display-buffer-default-action. Make default value empty.
1907 (display-buffer-overriding-action): Convert to defvar.
1908 (display-buffer-fallback-action): New var.
1909
1910 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
1911
1912 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
1913 declaration.
1914 (package--add-to-archive-contents): If there is a duplicate entry
1915 with an older version, remove it.
1916 (package-menu-mark-delete, package-menu-mark-install)
1917 (package-menu-mark-unmark): Make unused args optional.
1918 (package-menu-mark-obsolete-for-deletion):
1919 Use package-menu-get-status instead of a regexp search.
1920 (package-menu-get-status): Use tabulated-list-entry.
1921 (package-menu-mark-upgrades): New command.
1922 (package-menu-mode-map): Bind it to U. Add it to menu bar.
1923 (package-menu-execute): Do installation before deletion.
1924 (package-menu-refresh, package-menu-execute): Use derived-mode-p
1925 instead of checking major-mode.
1926 (package-menu--find-upgrades): New function.
1927
1928 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
1929
1930 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
1931 passwords in the log buffer.
1932 (smtpmail-process-filter): Update the process marker so that the
1933 "broken by peer" status message is inserted in the right place.
1934
1935 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
1936
1937 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
1938 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
1939 bibtex-completion-at-point-function.
1940 (bibtex-completion-at-point-function): Use them.
1941
1942 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
1943
1944 * mpc.el (mpc-constraints-tag-lookup): New function.
1945 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
1946 also to browser "album|playlist".
1947
1948 2011-09-14 Juri Linkov <juri@jurta.org>
1949
1950 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
1951 (isearch-edit-string): Use length of `isearch-string' when
1952 `isearch-fail-pos' returns nil.
1953 (isearch-message): Remove duplicate code and call
1954 `isearch-fail-pos' with arg `t'.
1955
1956 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
1957
1958 * replace.el (occur-mode-goto-occurrence): Don't force using other
1959 window (Bug#9499).
1960
1961 * dired-aux.el (dired-do-chmod): Don't provide initial input.
1962
1963 2011-09-14 Martin Rudalics <rudalics@gmx.at>
1964
1965 * window.el (display-buffer-window): Remove.
1966 (display-buffer-record-window): Use help-setup window parameter
1967 instead of variable display-buffer-window.
1968 (display-buffer-function, special-display-buffer-names)
1969 (special-display-function): Mention help-setup parameter instead
1970 of display-buffer-window in doc-string.
1971 * help.el (help-window-setup): New argument help-window.
1972 Use help-window-setup parameter instead of display-buffer-window.
1973 Reword some messages.
1974 (with-help-window): Pass window used for displaying the buffer
1975 to help-window-setup. Don't set display-buffer-window.
1976
1977 2011-09-13 Glenn Morris <rgm@gnu.org>
1978
1979 * emacs-lisp/debug.el (debugger-make-xrefs):
1980 Preserve point. (Bug#9462)
1981
1982 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * window.el (window-deletable-p): Use next-frame.
1985
1986 2011-09-13 Martin Rudalics <rudalics@gmx.at>
1987
1988 * window.el (window-auto-delete): Remove.
1989 (window-deletable-p): Remove argument FORCE. Don't deal with
1990 dedicatedness and previous buffers.
1991 (switch-to-prev-buffer): Don't delete window.
1992 (delete-windows-on): Delete a window's frame if and only if the
1993 window is dedicated.
1994 (replace-buffer-in-windows): Delete buffer's window or frame if
1995 and only if window is dedicated.
1996 (quit-window): Handle quit-restore as before last change.
1997 (bury-buffer): Delete window only if window-deletable-p returns t.
1998
1999 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
2000
2001 * window.el (window-deletable-p): Never delete the last frame on a
2002 given terminal.
2003
2004 2011-09-13 Glenn Morris <rgm@gnu.org>
2005
2006 * help.el (describe-key-briefly): Copy previous standard-output change.
2007
2008 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
2009
2010 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
2011
2012 2011-09-13 Glenn Morris <rgm@gnu.org>
2013
2014 * emacs-lisp/lisp-mode.el (lisp-indent-function):
2015 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
2016
2017 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
2018
2019 * dired-aux.el (dired-mark-read-string): Don't return default
2020 value on empty input (Bug#9361).
2021 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
2022 Omit initial minibuffer contents.
2023 (dired-do-chmod): Signal an error on empty input.
2024 (dired-mark-read-string): Don't return default on empty input.
2025
2026 * files.el (file-modes-symbolic-to-number): Doc fix.
2027
2028 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2029
2030 * international/mule-cmds.el (ucs-completions): Remove.
2031 (read-char-by-name): Use complete-with-action instead; add metadata.
2032
2033 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
2034
2035 * window.el (display-buffer--action-function-custom-type)
2036 (display-buffer--action-custom-type): New vars.
2037 (display-buffer-alist, display-buffer-default-action)
2038 (display-buffer-overriding-action): Add defcustom types.
2039
2040 * frame.el (delete-other-frames): Doc fix (Bug#276).
2041
2042 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2043
2044 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
2045
2046 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
2047
2048 Change modes that used same-window-* vars to use switch-to-buffer.
2049
2050 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
2051 Use switch-to-buffer.
2052
2053 * cus-edit.el (customize-group, custom-buffer-create)
2054 (customize-browse, custom-buffer-create-other-window):
2055 Use switch-to-buffer or switch-to-buffer-other-window.
2056
2057 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
2058 (Info-prev, Info-up, Info-speedbar-goto-node)
2059 (info-display-manual): Use switch-to-buffer.
2060 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
2061
2062 * mail/sendmail.el (mail): Use switch-to-buffer.
2063 (mail-recover): Use switch-to-buffer-other-window.
2064
2065 * cmuscheme.el (run-scheme, switch-to-scheme):
2066 * ielm.el (ielm):
2067 * shell.el (shell):
2068 * net/rlogin.el (rlogin):
2069 * net/telnet.el (telnet, rsh):
2070 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
2071
2072 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
2073
2074 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
2075
2076 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2077
2078 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
2079 so don't mention it (bug#9301).
2080 (dired-sort-toggle-or-edit): Clarify string further.
2081
2082 * faces.el (face-spec-set-match-display): Make `(type graphic)'
2083 match `x', `w32' and `ns', like the manual says (bug#9029).
2084
2085 * subr.el (eval-after-load): Doc string clarification (bug#9125).
2086 (process-kill-buffer-query-function): Mention the buffer name in
2087 the query.
2088
2089 * image-mode.el (image-next-line): The line parameter is mandatory
2090 (bug#9258).
2091
2092 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
2093 which can be useful (bug#9301).
2094
2095 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
2096
2097 * subr.el (match-string): Mention that the current buffer should
2098 be the same as the search was done in (bug#9282).
2099
2100 * facemenu.el: Disable the remove-* commands if the mark isn't
2101 active (bug#9162).
2102
2103 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
2104
2105 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
2106 of display-buffer.
2107 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
2108
2109 * replace.el (occur-mode-goto-occurrence)
2110 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
2111 and display-buffer.
2112
2113 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
2114 display-buffer.
2115
2116 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
2117 special-display and same-window variables.
2118 (mail-other-window): Use switch-to-buffer-other-window.
2119 (mail-other-frame): USe switch-to-buffer-other-frame.
2120
2121 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
2122 Use display-buffer-other-frame.
2123 (gdb-display-gdb-buffer): Use pop-to-buffer.
2124
2125 * progmodes/gud.el (gud-goto-info): Use info-other-window.
2126
2127 * progmodes/python.el: Don't set same-window-buffer-names.
2128
2129 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
2130
2131 * window.el (display-buffer-alist): Add *Python*.
2132
2133 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
2134
2135 * window.el (display-buffer-alist): Add entry for buffers
2136 previously handled same-window-*.
2137 (display-buffer-alist, display-buffer-default-action)
2138 (display-buffer-overriding-action): Mark as risky.
2139 (display-buffer-alist): Document action function changes.
2140 (display-buffer--same-window-action)
2141 (display-buffer--other-frame-action): New variables.
2142 (switch-to-buffer, display-buffer-other-frame): Use them.
2143 (display-buffer): Rename reuse-frame entry to reusable-frames.
2144 (display-buffer-reuse-selected-window): Function deleted.
2145 (display-buffer-reuse-window): Handle reusable-frames alist entry.
2146 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
2147 (display-buffer-special): New function.
2148 (display-buffer--maybe-pop-up-frame-or-window): Rename from
2149 display-buffer-reuse-or-pop-window. Split off special-display
2150 part into display-buffer-special.
2151 (display-buffer-use-some-window): Don't perform any special
2152 pop-up-frames handling.
2153 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
2154 (display-buffer--maybe-same-window): Rename from
2155 display-buffer-maybe-same-window.
2156
2157 * info.el: Don't set same-window-regexps.
2158 (info-setup): New function.
2159 (info-other-window, info): Call it.
2160
2161 * cus-edit.el: Don't set same-window-regexps.
2162 (customize-group): New argument.
2163 (customize-group-other-window): Use it.
2164 (customize-face, customize-face-other-window): Likewise.
2165 (custom-buffer-create-other-window): Use pop-to-buffer directly.
2166
2167 * net/rlogin.el:
2168 * net/telnet.el:
2169 * progmodes/gud.el: Don't set same-window-regexps.
2170
2171 * cmuscheme.el:
2172 * ielm.el:
2173 * shell.el:
2174 * mail/sendmail.el:
2175 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
2176
2177 2011-09-10 Juri Linkov <juri@jurta.org>
2178
2179 * isearch.el (isearch-edit-string): Remove obsolete mention of
2180 `C-w' (`isearch-yank-word-or-char') from docstring.
2181 (isearch-query-replace): Fix typo in docstring (bug#9466).
2182
2183 2011-09-10 Juri Linkov <juri@jurta.org>
2184
2185 * paren.el (show-paren-function): Don't show escaped parens.
2186 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
2187
2188 2011-09-10 Eli Zaretskii <eliz@gnu.org>
2189
2190 * mail/sendmail.el (mml-to-mime, mml-attach-file)
2191 (mm-default-file-encoding): Remove autoload forms, they are
2192 replaced with autoload cookies in mml.el and mm-encode.el.
2193 (mail-add-attachment): New command.
2194 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
2195 (mail-mode): Mention mail-insert-file and mail-add-attachment in
2196 the doc string.
2197 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
2198
2199 2011-09-10 Reuben Thomas <rrt@sc3d.org>
2200
2201 * simple.el (count-words-region): Use buffer if there's no region
2202 (bug#9429).
2203
2204 2011-09-09 Juri Linkov <juri@jurta.org>
2205
2206 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
2207 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
2208 (wdired-isearch-filter-read-only): New function. (Bug#6362)
2209
2210 2011-09-09 Alan Mackenzie <acm@muc.de>
2211
2212 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
2213 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
2214
2215 2011-09-09 Eli Zaretskii <eliz@gnu.org>
2216
2217 Fix for Savannah bug#9392.
2218 * simple.el (mail-encode-mml): New defvar.
2219
2220 * mail/rmail.el (mail-encode-mml): Add a defvar.
2221 (rmail-enable-mime-composing): Default to t.
2222 (rmail-forward): Use MIME method of forwarding only if both
2223 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
2224 Set mail-encode-mml non-nil if the MIME method was used.
2225
2226 * mail/sendmail.el (mml-to-mime): Add autoload form.
2227 (mail-encode-mml): Add a defvar.
2228 (mail-mode): Make mail-encode-mml buffer-local and initialize it
2229 to nil.
2230 (mail-send): If mail-encode-mml is non-nil, run the outgoing
2231 message through mml-to-mime, and reset mail-encode-mml to nil.
2232
2233 2011-09-09 Glenn Morris <rgm@gnu.org>
2234
2235 * woman.el (woman-if-body): When processing an .el block,
2236 do not delete the next .el block as well. (Bug#9447)
2237 (woman-special-characters): Add oq, cq, and hy characters.
2238
2239 2011-09-08 Martin Rudalics <rudalics@gmx.at>
2240
2241 * window.el (window-deletable-p): Make sure window is live before
2242 invoking window-prev-buffers.
2243
2244 2011-09-08 Leo Liu <sdl.web@gmail.com>
2245
2246 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
2247
2248 2011-09-08 Juri Linkov <juri@jurta.org>
2249
2250 * progmodes/compile.el (compilation-environment): Make it
2251 a defcustom (bug#8340).
2252
2253 2011-09-08 Martin Rudalics <rudalics@gmx.at>
2254
2255 * window.el (frame-auto-delete): Rename to window-auto-delete.
2256 Make it control auto-deletion of windows and/or frames.
2257 (window-deletable-p): New argument FORCE. Rewrite conditions
2258 for deleting window/frame. (Bug#9419)
2259 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
2260 Rewrite handling of case when window/frame can be deleted.
2261 (delete-windows-on): Call window-deletable-p with new FORCE
2262 argument t. (Bug#9456)
2263
2264 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
2265
2266 * help-mode.el (help-mode): Restore autoload.
2267
2268 2011-09-07 Juri Linkov <juri@jurta.org>
2269
2270 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
2271 `compilation-environment'. Set buffer-local
2272 `compilation-environment' to `thisenv' later after (funcall mode).
2273 (Bug#8340)
2274
2275 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
2276 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
2277 instead of replacing its value. (Bug#8340)
2278
2279 2011-09-07 Juri Linkov <juri@jurta.org>
2280
2281 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
2282 based on text properties put by `grep-filter' instead of matching
2283 escape sequences.
2284 (grep-mode): Set buffer-local `compilation-error-screen-columns'
2285 to the value of `grep-error-screen-columns' (bug#9438).
2286
2287 2011-09-07 Juri Linkov <juri@jurta.org>
2288
2289 * simple.el (next-error-highlight, next-error-highlight-no-select):
2290 Doc fix (bug#9432).
2291
2292 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2293
2294 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2295 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
2296
2297 2011-09-07 Leo Liu <sdl.web@gmail.com>
2298
2299 * net/rcirc.el (rcirc-mode): Conditionally initialize
2300 rcirc-input-ring.
2301
2302 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * emacs-lisp/find-func.el (find-function-C-source): Only set
2305 find-function-C-source-directory after checking that we found a source
2306 file there (bug#9440).
2307
2308 2011-09-06 Alan Mackenzie <acm@muc.de>
2309
2310 * isearch.el (isearch-other-meta-char): Wherever a key list is
2311 unread, "unread" the prefix arg, too. This fixes bug #8901.
2312
2313 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2314
2315 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
2316
2317 2011-09-05 Juri Linkov <juri@jurta.org>
2318
2319 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
2320
2321 2011-09-05 Juri Linkov <juri@jurta.org>
2322
2323 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
2324 keeping point where processing of grep matches begins, and
2325 continue to delete remaining escape sequences from the same point.
2326 (grep-filter): Make leading zero optional in "0?1;31m" because
2327 git-grep emits "\033[1;31m" escape sequences unlike expected
2328 "\033[01;31m" as GNU Grep does (bug#9408).
2329 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
2330
2331 2011-09-05 Juri Linkov <juri@jurta.org>
2332
2333 * subr.el (y-or-n-p): Capitalize "yes".
2334
2335 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
2336
2337 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
2338 `tramp-cache-unload-hook' where appropriate.
2339 (tramp-methods): Rename `tramp-remote-sh' to
2340 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
2341 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
2342
2343 * net/tramp-sh.el (top): Don't require 'shell.
2344 (tramp-methods): Add `tramp-remote-shell' and
2345 `tramp-remote-shell-args' entries.
2346 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
2347 (tramp-sh-handle-shell-command): Remove.
2348 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2349 Use `tramp-remote-shell'.
2350
2351 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
2352
2353 * mail/sendmail.el (sendmail-query-once-function): Delete.
2354 (sendmail-query-once): Save directly to send-mail-function.
2355 Update message-send-mail-function too.
2356
2357 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
2358
2359 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
2360
2361 * progmodes/python.el (python-mode-map): Use correct function to
2362 start python interpreter from menu-bar (as reported by Geert
2363 Kloosterman).
2364 (inferior-python-mode-map): Fix typo.
2365 (python-shell-map): Remove.
2366
2367 2011-09-03 Deniz Dogan <deniz@dogan.se>
2368
2369 * net/rcirc.el (rcirc-print): Simplify code for
2370 rcirc-scroll-show-maximum-output. There is no need to walk
2371 through all windows to find the right one.
2372
2373 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
2374
2375 * help.el (help-return-method): Doc fix.
2376
2377 2011-09-03 Martin Rudalics <rudalics@gmx.at>
2378
2379 * window.el (window-deletable-p): Don't return a non-nil value
2380 when there's a buffer that was shown in the window before.
2381 (Bug#9419)
2382 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2383 Set window's previous buffers to nil.
2384
2385 2011-09-03 Eli Zaretskii <eliz@gnu.org>
2386
2387 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
2388 newline before and after the tag line, so it doesn't interfere
2389 with determining the paragraph direction of bidirectional text.
2390
2391 2011-09-03 Leo Liu <sdl.web@gmail.com>
2392
2393 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
2394
2395 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
2396
2397 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
2398 (pop-to-buffer): Change interactive spec. Pass second argument
2399 directly to display-buffer.
2400 (display-buffer): Fix interactive spec. Use functionp to
2401 distinguish between a function and a list of functions.
2402
2403 * abbrev.el (edit-abbrevs):
2404 * arc-mode.el (archive-extract):
2405 * autoinsert.el (auto-insert):
2406 * bookmark.el (bookmark-bmenu-list):
2407 * files.el (find-file):
2408 * view.el (view-buffer):
2409 * progmodes/compile.el (compilation-goto-locus):
2410 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
2411
2412 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
2413
2414 * window.el (display-buffer-alist): Doc fix.
2415 (display-buffer): Add docstring. Don't treat
2416 display-buffer-default specially.
2417 (display-buffer-reuse-selected-window)
2418 (display-buffer-same-window, display-buffer-maybe-same-window)
2419 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2420 (display-buffer-pop-up-window)
2421 (display-buffer-reuse-or-pop-window)
2422 (display-buffer-use-some-window): New functions.
2423 (display-buffer-default-action): Use them.
2424 (display-buffer-default): Delete.
2425 (pop-to-buffer-1): Fix choice of actions.
2426
2427 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 * minibuffer.el (completion--insert-strings): Don't get confused by
2430 completion entries that end with an LF char.
2431
2432 2011-09-01 Eli Zaretskii <eliz@gnu.org>
2433
2434 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
2435
2436 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
2437
2438 * window.el (display-buffer): Restore interactive spec.
2439 (display-buffer-same-window, display-buffer-other-window):
2440 New functions.
2441 (pop-to-buffer-1): New function. Use the above.
2442 (pop-to-buffer, pop-to-buffer-same-window): Use it.
2443 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
2444
2445 * view.el (view-buffer-other-window, view-buffer-other-frame):
2446 Just use pop-to-buffer.
2447
2448 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2449
2450 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
2451
2452 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
2453
2454 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
2455
2456 2011-08-31 Richard Stallman <rms@gnu.org>
2457
2458 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
2459 of the separation of rmail-view-buffer from rmail-buffer.
2460 If you say no to "replace original", the decrypt is in the
2461 view buffer. If you say yes, the decrypt goes into the
2462 rmail buffer also.
2463
2464 2011-08-31 Martin Rudalics <rudalics@gmx.at>
2465
2466 * window.el (display-buffer-window): Rewrite doc-string.
2467 (display-buffer-record-window): New function.
2468 (display-buffer-macro-specifiers)
2469 (display-buffer-even-window-sizes, display-buffer-set-height)
2470 (display-buffer-set-width, display-buffer-in-window)
2471 (display-buffer-reuse-window, display-buffer-split-specifiers)
2472 (display-buffer-side-specifiers, display-buffer-split-window-1)
2473 (display-buffer-split-window, display-buffer-split-atom-window)
2474 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2475 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
2476 (display-buffer-other-window-means-other-frame)
2477 (display-buffer-normalize-special)
2478 (display-buffer-normalize-default)
2479 (display-buffer-normalize-argument)
2480 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
2481 (display-buffer-normalize-specifiers, display-buffer-frame)
2482 (display-buffer-same-window, display-buffer-same-frame)
2483 (display-buffer-other-window)
2484 (display-buffer-same-frame-other-window)
2485 (display-buffer-other-frame, pop-to-buffer-same-window)
2486 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
2487 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
2488 (switch-to-buffer-same-frame)
2489 (switch-to-buffer-other-window-same-frame)
2490 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
2491 (display-buffer-alist-set-1, display-buffer-alist-set-2)
2492 (display-buffer-alist-set): Remove.
2493 (display-buffer-function, special-display-buffer-names)
2494 (special-display-regexps, special-display-function):
2495 In doc-string refer to display-buffer-window and quit-restore
2496 parameter.
2497 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
2498 (special-display-frame-alist, special-display-popup-frame)
2499 (same-window-buffer-names, same-window-regexps, same-window-p)
2500 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
2501 (split-window-preferred-function, split-height-threshold)
2502 (split-width-threshold, window-splittable-p)
2503 (split-window-sensibly, window--try-to-split-window)
2504 (window--frame-usable-p, even-window-heights)
2505 (window--even-window-heights, window--display-buffer-1)
2506 (window--display-buffer-2, display-buffer-other-frame):
2507 Restore old Emacs 23 code, order and doc-strings where applicable.
2508 (display-buffer-default, display-buffer-assq-regexp): New functions.
2509 (display-buffer-alist): Rewrite doc-string.
2510 (display-buffer-default-action)
2511 (display-buffer-overriding-action): New variables.
2512 (display-buffer, switch-to-buffer): Rewrite.
2513 (pop-to-buffer): Restore Emacs 23 behavior but use
2514 window-normalize-buffer-to-display.
2515 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2516 Restore Emacs 23 behavior but use
2517 window-normalize-buffer-to-switch-to.
2518 (pop-to-buffer-same-window): Rewrite.
2519 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
2520 Rewrite using Emacs 23 options.
2521
2522 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
2523
2524 * net/tramp.el (tramp-root-regexp): Remove.
2525 (tramp-completion-file-name-regexp-unified)
2526 (tramp-completion-file-name-regexp-separate)
2527 (tramp-completion-file-name-regexp-url): Don't use leading volume
2528 letter on win32 systems. (Bug#5303, Bug#9311)
2529 (tramp-drop-volume-letter): Simplify definition.
2530 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2531
2532 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
2535 (bug#9356).
2536
2537 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
2538
2539 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
2540
2541 2011-08-29 Juri Linkov <juri@jurta.org>
2542
2543 * isearch.el (isearch-done): Don't display message "Mark saved"
2544 when arg `edit' is non-nil to prevent its flicker in the echo area.
2545
2546 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
2547
2548 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
2549 obsolete packages for deletion.
2550
2551 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
2552
2553 * help-mode.el (help-mode-map): Add special-mode-map to parent.
2554 (help-mode): Derive help-mode from special-mode. Don't invoke
2555 view-mode from help-mode.
2556 (help-xref-override-view-map): Remove.
2557 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
2558 view-mode is not used anymore.
2559
2560 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
2561
2562 * server.el (server-port): Doc fix.
2563
2564 * cus-theme.el (custom-theme-choose-mode): Inherit from
2565 special-mode (Bug#9124).
2566 (custom-theme-choose-mode-map): Add special-mode to parent.
2567
2568 2011-08-28 Alan Mackenzie <acm@muc.de>
2569
2570 * progmodes/cc-fonts.el
2571 (c-make-font-lock-BO-decl-search-function): New function.
2572 (c-basic-matchers-after - "Fontify the clauses after various
2573 keywords"): Extract the three keyword lists for the 3 erroneous
2574 constructs from the list of four, and use the new function above
2575 in place of an old one.
2576
2577 2011-08-28 Deniz Dogan <deniz@dogan.se>
2578
2579 * net/rcirc.el (rcirc-insert-prev-input)
2580 (rcirc-insert-next-input): Remove unused argument.
2581
2582 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
2585
2586 2011-08-27 Alan Mackenzie <acm@muc.de>
2587
2588 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
2589 handle function pointer parameters properly.
2590
2591 2011-08-27 Martin Rudalics <rudalics@gmx.at>
2592
2593 * window.el (display-buffer-reuse-window): Fix case where
2594 selected window was reused with non-nil OTHER-WINDOW argument.
2595 (Bug#9381)
2596
2597 2011-08-27 Deniz Dogan <deniz@dogan.se>
2598
2599 * net/rcirc.el (rcirc-check-auth-status): Adding support for
2600 oftc's NickServ messages.
2601
2602 2011-08-27 Glenn Morris <rgm@gnu.org>
2603
2604 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
2605
2606 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * emacs-lisp/package.el (package-install): Call package-initialize
2609 if called interactively.
2610
2611 2011-08-26 Leo Liu <sdl.web@gmail.com>
2612
2613 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
2614
2615 2011-08-25 Juri Linkov <juri@jurta.org>
2616
2617 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
2618 `search-whitespace-regexp' (bug#9364).
2619
2620 2011-08-25 Juri Linkov <juri@jurta.org>
2621
2622 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
2623 `regexp-search-ring' to their global values to protect from
2624 updating by `read-from-minibuffer' (bug#9185).
2625
2626 2011-08-25 Juri Linkov <juri@jurta.org>
2627
2628 * textmodes/ispell.el (ispell-command-loop): Add newline
2629 at the end of the "Use option `i'..." line.
2630
2631 2011-08-25 Juri Linkov <juri@jurta.org>
2632
2633 * battery.el (display-battery-mode): If `battery-status-function'
2634 or `battery-mode-line-format' is nil, display the message and set
2635 `display-battery-mode' to nil (bug#9363).
2636
2637 2011-08-25 Eli Zaretskii <eliz@gnu.org>
2638
2639 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
2640 bidi-string-mark-left-to-right; they are unnecessary now.
2641
2642 2011-08-25 Deniz Dogan <deniz@dogan.se>
2643
2644 * net/quickurl.el: Documentation typo fixes.
2645
2646 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
2649
2650 2011-08-25 Glenn Morris <rgm@gnu.org>
2651
2652 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
2653
2654 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
2655 (smtpmail-via-smtp): Handle nil response from smtp.
2656
2657 2011-08-24 Juri Linkov <juri@jurta.org>
2658
2659 * proced.el (proced-marked): Inherit from `error' instead of
2660 `font-lock-warning-face'.
2661
2662 * ibuffer.el (ibuffer-marked-face): Change default face from
2663 `font-lock-warning-face' to `warning'.
2664 (ibuffer-deletion-face): Change default face from
2665 `font-lock-type-face' to `error'.
2666
2667 * battery.el (battery-update): Use the face `error' instead of
2668 `font-lock-warning-face' (bug#6117).
2669
2670 2011-08-24 Juri Linkov <juri@jurta.org>
2671
2672 * faces.el (success): Change face color from "Green3" to
2673 "ForestGreen" on light background (bug#9353).
2674
2675 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
2676
2677 * window.el (quit-window): Rename from quit-restore-window.
2678 Use same arglist as old quit-window.
2679 (frame-auto-delete): Doc fix.
2680
2681 * view.el (view-mode-exit): Use quit-window.
2682
2683 2011-08-24 Juri Linkov <juri@jurta.org>
2684
2685 * isearch.el (isearch-ring-adjust1): Start visiting previous
2686 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
2687 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
2688 for empty search string (when the last search string is reused
2689 automatically) to adjust the isearch ring to the last element and
2690 prepare the correct index for further M-p commands (bug#9185).
2691
2692 2011-08-24 Kenichi Handa <handa@m17n.org>
2693
2694 * international/ucs-normalize.el: If decomposition property of
2695 CHAR is the default one (i.e. a list of CHAR itself), treat it as
2696 nil.
2697 (nfd, nfkd): Likewise.
2698
2699 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
2702 from process filters aren't reliably transmitted to the surrounding
2703 accept-process-output.
2704 (mpc-proc-check): New function.
2705 (mpc-proc-sync): Use it (bug#8293)
2706
2707 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2708
2709 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
2710 Add compatibility functions (bug#9313).
2711
2712 2011-08-23 Eli Zaretskii <eliz@gnu.org>
2713
2714 * cus-start.el (all): Add entry for bidi-paragraph-direction.
2715
2716 * international/uni-bidi.el: Regenerated.
2717
2718 2011-08-23 Kenichi Handa <handa@m17n.org>
2719
2720 * international/charprop.el:
2721 * international/uni-bidi.el:
2722 * international/uni-category.el:
2723 * international/uni-combining.el:
2724 * international/uni-comment.el:
2725 * international/uni-decimal.el:
2726 * international/uni-decomposition.el:
2727 * international/uni-digit.el:
2728 * international/uni-lowercase.el:
2729 * international/uni-mirrored.el:
2730 * international/uni-name.el:
2731 * international/uni-numeric.el:
2732 * international/uni-old-name.el:
2733 * international/uni-titlecase.el:
2734 * international/uni-uppercase.el: Regenerate.
2735
2736 2011-08-23 Martin Rudalics <rudalics@gmx.at>
2737
2738 * help.el (help-window-setup): Fix message displayed when other
2739 window is reused. (Bug#9341)
2740
2741 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2742
2743 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
2744 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
2745
2746 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
2747 Mark obsolete.
2748 * shell.el (shell-parse-pcomplete-arguments): New function.
2749 (shell-completion-vars): Use it instead (bug#9160).
2750
2751 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2752
2753 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
2754 strings and comments (bug#9333).
2755
2756 * emacs-lisp/debug.el (debug-arglist): New function.
2757 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
2758 (debug-on-entry-1): Handle interpreted closures (bug#9120).
2759
2760 2011-08-22 Juri Linkov <juri@jurta.org>
2761
2762 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2763 Revert regexp that highlights output switches to its old
2764 pre-2010-10-28 value and remove one `?' from it (bug#9319).
2765
2766 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
2767 to check for empty output (bug#9226).
2768
2769 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
2770
2771 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
2772 symbol-constituent as the default, as that stops font-lock from
2773 working properly (Bug#8843).
2774
2775 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2776
2777 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
2778 `coding-system-for-*' around the process open call to avoid
2779 auth-source side effects.
2780 (smtpmail-try-auth-methods): Expand the secret password.
2781 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
2782 probe hangs.
2783
2784 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
2785
2786 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
2787
2788 * emacs-lisp/find-func.el (find-function-noselect): New arg
2789 lisp-only.
2790
2791 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
2792 signal an error for built-in functions (Bug#6664).
2793
2794 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2795
2796 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
2797 (smtpmail-try-auth-methods): Use it.
2798
2799 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
2800
2801 * font-lock.el (font-lock-fontify-region)
2802 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
2803 (font-lock-default-unfontify-buffer)
2804 (font-lock-default-fontify-region)
2805 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
2806
2807 * progmodes/compile.el (compilation-error-properties):
2808 Fix confusion between file struct and message struct (Bug#9319).
2809 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
2810 `ant' regexp.
2811
2812 * net/browse-url.el (browse-url-firefox): Don't call
2813 browse-url-firefox-sentinel unless using -remote (Bug#9328).
2814
2815 2011-08-20 Glenn Morris <rgm@gnu.org>
2816
2817 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
2818
2819 * tutorial.el (tutorial--default-keys): Update some default bindings.
2820
2821 * files.el (hack-local-variables): Fully ignore case for "mode:".
2822
2823 2011-08-20 Alan Mackenzie <acm@muc.de>
2824
2825 Resolve invalid use of a regexp in regexp-opt.
2826
2827 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
2828 detection for a java annotation.
2829
2830 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
2831 detection for a java annotation.
2832
2833 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
2834 handling for java.
2835 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
2836
2837 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
2838
2839 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
2840 (Bug#9274).
2841
2842 2011-08-20 Alan Mackenzie <acm@muc.de>
2843
2844 Fontify CPP expressions correctly when starting in the middle of
2845 such a construct. Mainly for when jit-lock etc. starts a chunk
2846 here.
2847
2848 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
2849 variable.
2850 (c-make-font-lock-search-form): New function, extracted from
2851 c-make-font-lock-search-function.
2852 (c-make-font-lock-search-function): Use the above function.
2853 (c-make-font-lock-context-search-function): New function.
2854 (c-cpp-matchers): Enhance the preprocessor expression case with
2855 the above function
2856 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
2857 which takes an expression.
2858
2859 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
2860
2861 2011-08-20 Martin Rudalics <rudalics@gmx.at>
2862
2863 * window.el (display-buffer-reuse-window)
2864 (display-buffer-pop-up-window): Don't reuse or split a side
2865 window.
2866
2867 2011-08-19 Glenn Morris <rgm@gnu.org>
2868
2869 * files.el (hack-local-variables-prop-line, hack-local-variables):
2870 Downcase "Mode:". (Bug#9331)
2871
2872 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
2873
2874 * international/characters.el: Add L and R categories.
2875
2876 * subr.el (bidi-string-mark-left-to-right): Rename from
2877 string-mark-left-to-right. Use category search.
2878
2879 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
2880
2881 2011-08-18 Juri Linkov <juri@jurta.org>
2882
2883 * faces.el (error, warning, success): New faces with definitions
2884 copied from old default values of `font-lock-warning-face',
2885 `compilation-warning', `compilation-info' (bug#6117).
2886
2887 * font-lock.el (font-lock-warning-face): Inherit from `error'.
2888
2889 * progmodes/compile.el (compilation-error): Inherit from `error'.
2890 (compilation-warning): Inherit from `warning'.
2891 (compilation-info): Inherit from `success'.
2892
2893 * dired.el (dired-marked): Inherit from `warning'.
2894 (dired-flagged): Inherit from `error'.
2895
2896 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2897
2898 * mail/smtpmail.el (auth-source): Require to avoid problems with
2899 binding variables (bug#9298). Also clean up some unused
2900 autoloads.
2901
2902 * net/network-stream.el (network-stream-open-starttls):
2903 Support using starttls.el without using gnutls-cli.
2904
2905 2011-08-17 Juri Linkov <juri@jurta.org>
2906
2907 * progmodes/grep.el (rgrep): Handle the case when
2908 `grep-find-command' is a cons cell (bug#9278).
2909
2910 2011-08-17 Martin Rudalics <rudalics@gmx.at>
2911
2912 * window.el (display-buffer-pop-up-frame): Run frame creation
2913 function with BUFFER current (as special-display-popup-frame
2914 does). Reported by Drew Adams.
2915
2916 2011-08-17 Daiki Ueno <ueno@unixuser.org>
2917
2918 * epa-mail.el: Simplify GnuPG group expansion using
2919 epg-expand-group.
2920 (epa-mail-group-alist, epa-mail-group-modtime)
2921 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
2922 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
2923 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
2924 Remove.
2925
2926 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
2927
2928 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
2929
2930 2011-08-16 Alan Mackenzie <acm@muc.de>
2931
2932 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
2933 Correct, to avoid the inside of macros.
2934
2935 2011-08-16 Richard Stallman <rms@gnu.org>
2936
2937 * epa-mail.el: Handle GnuPG group definitions.
2938 (epa-mail-group-alist, epa-mail-group-modtime)
2939 (epa-mail-gnupg-conf-file): New variables.
2940 (epa-mail-parse-groups, epa-mail-sync-groups)
2941 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
2942 (epa-mail-expand-recipients): New functions.
2943 (epa-mail-encrypt): Call epa-mail-expand-recipients.
2944
2945 * mail/rmail.el (rmail-epa-decrypt): New command.
2946
2947 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
2948 Don't bind buffer-read-only, just inhibit-read-only.
2949 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
2950 (epa-decrypt-armor-in-region): Make error message clearer.
2951
2952 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2953
2954 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
2955 and "a2b" to "ab" for `prefix'.
2956
2957 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
2958
2959 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
2960 filter groups.
2961 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
2962 Fourquet (Bug#8804).
2963
2964 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
2965
2966 * startup.el (argi): Declare as global variable (bug#9275).
2967
2968 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
2969
2970 * subr.el (string-mark-left-to-right): Search the entire string
2971 for RTL script, not just the terminating character. Doc fix.
2972
2973 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
2974
2975 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
2976 New function.
2977 (js--regexp-literal, js-syntax-propertize-function): Remove.
2978 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
2979 (js-mode-map): Don't rebind electric keys.
2980 (js-insert-and-indent): Remove.
2981 (js-mode): Setup electric-layout and electric-indent instead.
2982
2983 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
2984
2985 2011-08-12 Daiki Ueno <ueno@unixuser.org>
2986
2987 * epa.el (epa-progress-callback-function): Fix the logic of
2988 displaying progress.
2989 * epa-file.el (epa-file-insert-file-contents): Make progress
2990 display more user-friendly.
2991 (epa-file-write-region): Ditto.
2992
2993 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
2994
2995 * subr.el (string-mark-left-to-right): New function.
2996
2997 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
2998 Use string-mark-left-to-right.
2999 (list-buffers-noselect): Caller changed.
3000
3001 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3002 Use string-mark-left-to-right.
3003 (tabulated-list-print): Recenter after moving point.
3004
3005 2011-08-10 Juri Linkov <juri@jurta.org>
3006
3007 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
3008 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
3009 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
3010
3011 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
3012
3013 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
3014 (Bug#7554).
3015
3016 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
3017
3018 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
3019 character. (Bug#6594)
3020
3021 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
3022
3023 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
3024 (image-dired--with-db-file): New macro.
3025 (image-dired-write-tags, image-dired-remove-tag)
3026 (image-dired-create-gallery-lists, image-dired-write-comments)
3027 (image-dired-get-comment, image-dired-mark-tagged-files)
3028 (image-dired-list-tags, image-dired-gallery-generate): Use it.
3029 (image-dired-gallery-generate): Use insert-file-contents.
3030
3031 * time.el (display-time-world-list, display-time-world-display):
3032 * time-stamp.el (time-stamp-string):
3033 * vc/add-log.el (add-change-log-entry): Use setenv instead of
3034 set-time-zone-rule (Bug#7337).
3035
3036 2011-08-08 Daiki Ueno <ueno@unixuser.org>
3037
3038 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
3039 (epg-error-to-string, epg-errors-to-string): New function.
3040 (epg-wait-for-completion): Reverse errors list.
3041 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
3042 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
3043 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
3044 (epg-sign-keys, epg-generate-key-from-file)
3045 (epg-generate-key-from-string): Format errors by using
3046 epg-errors-to-string (bug#9255).
3047 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
3048
3049 2011-08-07 Juri Linkov <juri@jurta.org>
3050
3051 * faces.el (list-faces-display): Remove extra angle bracket
3052 from `help-mode-map'.
3053
3054 * info.el (Info-history-toc-nodes): Doc fix.
3055
3056 * longlines.el (longlines-mode): Doc fix.
3057
3058 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
3061 of statements and in a few more cases (bug#9183).
3062
3063 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
3064 New functions.
3065 (cl-transform-lambda): Use them (bug#9239).
3066
3067 2011-08-05 Martin Rudalics <rudalics@gmx.at>
3068
3069 * window.el (display-buffer-same-window)
3070 (display-buffer-same-frame, display-buffer-other-window)
3071 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
3072 (pop-to-buffer-other-window)
3073 (pop-to-buffer-same-frame-other-window)
3074 (pop-to-buffer-other-frame): Make them defuns.
3075 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
3076
3077 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3078
3079 * subr.el (make-composed-keymap): Move from C. Change calling
3080 convention, and improve docstring to bring attention to a subtle point.
3081 * minibuffer.el (completing-read-default): Adjust accordingly.
3082
3083 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
3084
3085 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3086 (tramp-open-shell): Use `tramp-shell-quote-argument'.
3087
3088 * net/trampver.el: Update release number.
3089
3090 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3091
3092 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
3093 "in" (bug#9190).
3094
3095 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3096
3097 * mail/sendmail.el (sendmail-query-once): Restore the current
3098 buffer after querying (bug#9074).
3099
3100 * dired.el (dired-flagged): Use different faces for marked and
3101 flagged files (bug#6117).
3102
3103 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
3104 (bug#4433).
3105
3106 * ido.el (ido-mode): Switch off the message if called
3107 non-interactively.
3108
3109 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
3110 before 587, since it appears that that's more likely to work for
3111 more people.
3112
3113 * cus-edit.el (custom-file): When running under emacs -q, always
3114 refuse to save the customizations, even if the .emacs file doesn't
3115 exist.
3116
3117 * info.el: Remove the `Info-beginning-of-buffer' function
3118 (bug#8325).
3119
3120 * net/network-stream.el (network-stream-open-starttls):
3121 Use `starttls-available-p' to see whether starttls.el can be used.
3122
3123 2011-08-01 Martin Rudalics <rudalics@gmx.at>
3124
3125 * window.el (display-buffer-in-window): Don't set dedicated status
3126 of window here (Bug#9215).
3127 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3128 (display-buffer-pop-up-side-window)
3129 (display-buffer-in-side-window): Set dedicated status of window here.
3130
3131 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3132
3133 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
3134 before binding generated-autoload-file.
3135
3136 2011-08-01 Deniz Dogan <deniz@dogan.se>
3137
3138 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
3139
3140 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
3141
3142 Sync with Tramp 2.2.2.
3143
3144 * net/trampver.el: Update release number.
3145
3146 2011-07-30 Juri Linkov <juri@jurta.org>
3147
3148 * dired-aux.el (dired-touch-initial): Remove function.
3149 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
3150 current time, and `default' to the last modification time of the
3151 current marked file (bug#6887).
3152
3153 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
3154
3155 * simple.el (goto-line): Use string-to-number to provide a
3156 numeric argument to read-number (bug#9163).
3157
3158 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
3159
3160 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
3161 connection process, it could be nil.
3162
3163 2011-07-27 Leo Liu <sdl.web@gmail.com>
3164
3165 Simplify url handling in rcirc-mode.
3166
3167 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
3168 (rcirc-browse-url-at-mouse): Remove.
3169 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
3170
3171 2011-07-26 Alan Mackenzie <acm@muc.de>
3172
3173 Fontify bitfield declarations properly.
3174
3175 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
3176 (c-symbol-chars): Now exported as a lang variable.
3177 (c-not-primitive-type-keywords): New lang variable.
3178
3179 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
3180 QT keyword "more" to prevent "more slots: ...." being spuriously
3181 parsed as a bitfield declaration.
3182
3183 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3184 Refactor and enhance to handle bitfield declarations.
3185 (c-punctuation-in): New function.
3186 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
3187 declarations properly.
3188
3189 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
3190
3191 * calendar/icalendar.el (icalendar--all-events): Take care of
3192 multiple vcalendars in a single file.
3193 (icalendar--convert-float-to-ical): Checkdoc fixes.
3194
3195 2011-07-25 Deniz Dogan <deniz@dogan.se>
3196
3197 * image.el (insert-image): Clarifying docstring.
3198
3199 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
3200
3201 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
3202 `tramp-send-command-and-check' if there is no error.
3203 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
3204
3205 2011-07-22 Alan Mackenzie <acm@muc.de>
3206
3207 Prevent cc-langs.elc being loaded at run time.
3208
3209 * progmodes/cc-mode.el: Remove two autoload forms which loaded
3210 cc-langs.
3211
3212 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
3213 "(require 'cc-langs)". Quote a form so it will evaluate at
3214 (cc-mode's) compilation time.
3215
3216 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
3217
3218 * net/tramp.el (tramp-file-name-handler): Avoid recursive
3219 loading. (Bug#9114)
3220
3221 2011-07-21 Martin Rudalics <rudalics@gmx.at>
3222
3223 * window.el (display-buffer-pop-up-window)
3224 (display-buffer-pop-up-side-window)
3225 (display-buffer-in-side-window): Call display-buffer-set-height
3226 and display-buffer-set-width after setting the new window's
3227 buffer so `fit-window-to-buffer' and friends work on the right buffer.
3228
3229 2011-07-20 Sam Steingold <sds@gnu.org>
3230
3231 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
3232 (etags-tags-included-tables): Call `convert-standard-filename' on
3233 the file names contained in TAGS so that windows Emacs can handle
3234 TAGS files created by cygwin ctags.
3235
3236 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3237
3238 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
3239 which apparently didn't work.
3240
3241 2011-07-19 Roland Winkler <winkler@gnu.org>
3242
3243 * proced.el (proced-send-signal): For *Marked Processes* buffer
3244 put point at beginning of buffer.
3245
3246 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
3247
3248 * proced.el (proced-format): Make header lines align with the text
3249 (bug#1779).
3250
3251 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3252
3253 * view.el (view-buffer): Allow running in `special' modes if we're
3254 visiting a file (bug#8615).
3255
3256 2011-07-19 Martin Rudalics <rudalics@gmx.at>
3257
3258 * window.el (display-buffer-alist-of-strings-p)
3259 (display-buffer-alist-set-1, display-buffer-alist-set-2):
3260 New functions.
3261 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
3262 more accurately.
3263
3264 2011-07-18 Alan Mackenzie <acm@muc.de>
3265
3266 Fontify declarators properly when, e.g., a jit-lock chunk begins
3267 inside a declaration.
3268
3269 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
3270
3271 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3272 New function.
3273 (c-complex-decl-matchers): Insert reference to
3274 c-font-lock-enclosing-decls.
3275
3276 * progmodes/cc-engine.el (c-backward-single-comment):
3277 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
3278 to nil around calls to (forward-comment -1).
3279
3280 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3281
3282 * image.el (put-image): Doc typo fix.
3283
3284 * progmodes/etags.el (tags-search): Doc typo fix.
3285
3286 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
3287 password if we get errors 550 to 554.
3288
3289 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3290
3291 * net/gnutls.el (gnutls-log-level): Remove.
3292
3293 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
3294 indentation character (bug#6380).
3295
3296 * files.el (buffer-offer-save): Made permanently local (bug#6241).
3297
3298 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
3299 to clarify what the problem is (bug#4291).
3300
3301 * simple.el (current-kill): Clarify what
3302 `interprogram-paste-function' does (bug#7500).
3303 (auto-fill-mode): Document `auto-fill-function' in relation to
3304 `auto-fill-mode' (bug#2470).
3305
3306 2011-07-16 Lawrence Mitchell <wence@gmx.li>
3307
3308 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
3309 method if slot is read-only (bug#9035).
3310
3311 2011-07-16 Martin Rudalics <rudalics@gmx.at>
3312
3313 * frame.el (select-frame-set-input-focus): New argument NORECORD.
3314 * window.el (pop-to-buffer): Select window used even if it was
3315 selected before, see discussion of (Bug#8615), (Bug#6954).
3316 Pass argument NORECORD on to select-frame-set-input-focus.
3317
3318 2011-07-15 Glenn Morris <rgm@gnu.org>
3319
3320 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
3321 Respect help-form.
3322
3323 2011-07-09 Lawrence Mitchell <wence@gmx.li>
3324
3325 * net/gnutls.el (gnutls-min-prime-bits): New variable.
3326 (gnutls-negotiate): Use it.
3327
3328 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3329
3330 * net/gnutls.el (gnutls-negotiate):
3331 Upcase `gnutls-algorithm-priority'.
3332
3333 2011-07-15 Glenn Morris <rgm@gnu.org>
3334
3335 * jka-compr.el (jka-compr-verbose): Move from here...
3336 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
3337 Add missing :version tag.
3338 * info.el: No need to require jka-compr when compiling.
3339
3340 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3341
3342 * net/gnutls.el (gnutls-algorithm-priority): New variable.
3343 (gnutls-negotiate): Use it.
3344
3345 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
3346
3347 * info.el (Info-beginning-of-buffer): New command.
3348 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
3349 announcing `b' as the key (bug#8325).
3350 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
3351
3352 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
3353
3354 * international/mule-cmds.el
3355 (describe-specified-language-support): Make the error message
3356 clearer (bug#8905).
3357
3358 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
3359
3360 * isearch.el (isearch-barrier): Add a doc string, since it's
3361 mentioned in a function doc string (bug#8678).
3362
3363 2011-07-15 Martin Rudalics <rudalics@gmx.at>
3364
3365 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
3366 buffer argument (Bug#9083) and self-identifying label argument.
3367
3368 2011-07-15 Glenn Morris <rgm@gnu.org>
3369
3370 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
3371
3372 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3373
3374 * man.el (Man-fontify-manpage): Fix message when formatting the
3375 man page (bug#7929).
3376
3377 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3378
3379 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
3380 argument LRM; if non-nil, append an invisible LRM character to the
3381 buffer name.
3382 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
3383 last argument non-nil, when formatting buffer names.
3384 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
3385 paragraph direction.
3386
3387 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3388
3389 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
3390 the man page name (bug#7929).
3391
3392 * image.el (put-image): Mention the `put-image' overlay property
3393 (bug#7834).
3394
3395 * scroll-bar.el (set-scroll-bar-mode): Mention that
3396 `scroll-bar-mode' lists the values (bug#7772).
3397
3398 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
3399 command (bug#7729).
3400
3401 * rect.el (apply-on-rectangle): Return the point after the last
3402 operation.
3403 (string-rectangle): Go to the point after the last operation
3404 (bug#7522).
3405
3406 * printing.el (pr-toggle-region): Clarify the documentation
3407 slightly (bug#7493).
3408
3409 * time.el (display-time-update):
3410 Allow `display-time-mail-function' to return nil (bug#7158).
3411 Fix suggested by Detlev Zundel.
3412
3413 * vc/diff.el (diff): Clarify the order the file names are read
3414 (bug#7111).
3415
3416 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
3417 the doc string (bug#7015).
3418
3419 * font-lock.el (font-lock-maximum-decoration): Mention what
3420 numeric levels mean (bug#6935).
3421
3422 * startup.el (initial-buffer-choice): Don't mention the `none'
3423 selection, which is against policy.
3424
3425 2011-07-14 Martin Rudalics <rudalics@gmx.at>
3426
3427 * window.el (display-buffer-normalize-special):
3428 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
3429
3430 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3431
3432 * subr.el (version<, version<=, version=): Mention "-CVS" and
3433 "-12345" alpha version numbers.
3434
3435 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
3436
3437 * bindings.el: Add advertised binding for set-mark-command
3438 (Bug#5772).
3439
3440 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
3441
3442 * bindings.el (mode-line-other-buffer):
3443 * bookmark.el (bookmark-bmenu-2-window):
3444 * bs.el (bs-cycle-next, bs-cycle-previous):
3445 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
3446 switch-to-buffer.
3447
3448 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
3449 Delete.
3450
3451 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
3452
3453 * follow.el (follow-debug-message, follow-redisplay):
3454 * jka-cmpr-hook.el (with-auto-compression-mode):
3455 Fix typos in docstrings.
3456
3457 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3458
3459 * subr.el (with-silent-modifications): Clarify somewhat what the
3460 macro inhibits (bug#6525).
3461
3462 * simple.el (eval-expression): Note what it does if called
3463 interactively (bug#6495).
3464
3465 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
3466
3467 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
3468 Use pop-to-buffer buffer-or-name if it is nil.
3469
3470 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3471 Remove switch-to-buffer.
3472
3473 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3474
3475 * files.el (make-directory): Clarify that an error will be raised
3476 if there's an error (bug#6397).
3477
3478 * startup.el (initial-buffer-choice): Add `none' as a choice
3479 (bug#6234).
3480
3481 * subr.el (add-hook): Clarify section about buffer-local hooks
3482 (bug#6218).
3483
3484 * dired.el (dired-flagged): Clarify doc string (bug#6117).
3485
3486 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
3487
3488 * tabify.el (untabify): Preserve the current column so that point
3489 doesn't move (bug#6032).
3490
3491 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3492
3493 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
3494 Rewrite to avoid awkward possessive "s" (bug#5986).
3495
3496 2011-07-13 Glenn Morris <rgm@gnu.org>
3497
3498 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
3499 (dired-insert-directory): Give a message the first time
3500 if ls is found not to support --dired.
3501
3502 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3503
3504 * simple.el (toggle-truncate-lines): Clarify what is toggled
3505 (bug#5580). Text by Drew Adams.
3506
3507 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
3508
3509 * simple.el (blink-matching-open): Make the error message from the
3510 last change less verbose.
3511
3512 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
3513
3514 * font-lock.el (font-lock-comment-face): Use the high contrast
3515 "yellow" color for font-lock-comment-face on low color terminals
3516 using a dark background color (bug#4221).
3517
3518 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3519
3520 * dired.el (dired-insert-set-properties): Make the doc string
3521 reflect what it does now (bug#5325).
3522
3523 * simple.el (blink-matching-open): Say that we were unable to find
3524 the match within the limit, if we're limited (bug#5122).
3525
3526 * international/mule-cmds.el (prefer-coding-system): Add an
3527 example (bug#4869).
3528
3529 * progmodes/etags.el (tags-search): Document `file-list-form'
3530 (bug#4731).
3531
3532 2011-07-13 Lawrence Mitchell <wence@gmx.li>
3533
3534 * net/browse-url.el (browse-url-default-browser)
3535 (browse-url-browser-function): Make the default browser choice a
3536 bit more logical (bug#4300). Also clean up the doc string.
3537
3538 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
3539
3540 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
3541 binary endings (bug#4440).
3542
3543 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3544
3545 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
3546 which can be pretty annoying (bug#8971).
3547
3548 * jka-compr.el (jka-compr-verbose): New variable, and use
3549 throughout (bug#8971).
3550
3551 * info.el (Info-find-file): Fall back on the installation
3552 directory if we can't find the info node anywhere else.
3553
3554 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
3555
3556 * vc/vc.el (vc-revert-file):
3557 Don't set file time-stamp in the past. (Bug#5181)
3558
3559 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3560
3561 * files.el (after-find-file): Give a better error message when
3562 trying to find a symlink that points to a file that doesn't exist
3563 (bug#4398).
3564
3565 * progmodes/cc-vars.el: Remove (probably) misleading comment
3566 (bug#4396).
3567
3568 2011-07-12 Johan Bockgård <bojohan@gnu.org>
3569
3570 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
3571
3572 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3573
3574 * mouse-sel.el: Hack restoring functionality, while keeping
3575 compatibility with 2010-07-03 changes to mouse selection.
3576 (mouse-sel-primary-overlay): New var.
3577 (mouse-sel-selection-alist): Use it.
3578 (mouse-sel-mode): Doc fix; remove points that are default features
3579 of mouse.el.
3580
3581 2011-07-12 Johan Bockgård <bojohan@gnu.org>
3582
3583 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3584 Fix previous fix (bug#2490).
3585
3586 2011-07-12 Roland Winkler <winkler@gnu.org>
3587
3588 * textmodes/bibtex.el (bibtex-initialize):
3589 Use pop-to-buffer-same-window.
3590 (bibtex-search-entries): Fix interactive call.
3591
3592 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3593
3594 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3595 Fontise bytecomp Error lines more correctly (bug#2490).
3596 Fix suggested by Johan Bockgård.
3597
3598 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
3599
3600 * dired-x.el (dired-guess-default): Use `delete-dups'.
3601
3602 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
3603
3604 * dired.el (dired-mark-prompt):
3605 * dired-aux.el (dired-read-shell-command): Doc fix.
3606
3607 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3608
3609 * mail/sendmail.el (sendmail-query-once):
3610 Use `customize-save-variable' unconditionally, now that it works under
3611 emacs -Q.
3612
3613 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
3614
3615 * cus-edit.el (custom-file): Take an optional no-error variable.
3616 (customize-save-variable): Set the variable, and give a warning if
3617 running under "emacs -q".
3618
3619 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
3620
3621 * loadhist.el (unload-feature-special-hooks):
3622 Add `auto-coding-functions', `fill-nobreak-predicate' and
3623 `find-directory-functions' (bug#5327).
3624
3625 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3626
3627 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
3628
3629 * cus-edit.el (custom-guess-name-alist): -alist variables should
3630 use the `alist' type (bug#3120). Suggested by Drew Adams.
3631
3632 * printing.el: Add documentation to all the `pr-toggle-' commands.
3633
3634 2011-07-11 Leo <sdl.web@gmail.com> (tiny change)
3635
3636 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
3637 backends where it makes sense (bug#2623).
3638
3639 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3640
3641 * dired-x.el (dired-guess-default): Remove duplicate shell command
3642 entries (bug#2028).
3643 (dired-guess-default): Fix grammar in doc string (bug#2028).
3644 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
3645
3646 * subr.el (remove-duplicates): New conveniency function.
3647
3648 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3649
3650 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
3651 (bug#1526).
3652
3653 2011-07-10 Martin Rudalics <rudalics@gmx.at>
3654
3655 * window.el (display-buffer-normalize-default): Don't invert
3656 meaning of even-window-heights. Reported by Eli Zaretskii
3657 <eliz@gnu.org>.
3658
3659 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
3660
3661 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
3662
3663 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
3664
3665 * window.el (display-buffer): Fix arguments to
3666 display-buffer-reuse-window in last change.
3667
3668 * faces.el (link): Use a less saturated blue on light backgrounds.
3669
3670 * startup.el (fancy-startup-text, fancy-about-text)
3671 (fancy-startup-tail): Use font-lock faces, for background safety.
3672
3673 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
3674
3675 * emulation/viper-cmd.el (viper-change-state-to-vi):
3676 Limit triggering of abbrev expansion (Bug#9038).
3677
3678 2011-07-09 Martin Rudalics <rudalics@gmx.at>
3679
3680 * window.el (display-buffer-default-specifiers): Remove.
3681 (display-buffer-macro-specifiers): Remove default specifiers.
3682 (display-buffer-alist): Default to nil.
3683 (display-buffer-reuse-window): New optional argument other-window.
3684 (display-buffer-pop-up-window): Allow splitting internal
3685 windows. Check whether a live window was created.
3686 (display-buffer-other-window-means-other-frame)
3687 (display-buffer-normalize-arguments): Rename to
3688 display-buffer-normalize-argument and rewrite. Set the
3689 other-window specifier.
3690 (display-buffer-normalize-special): New function.
3691 (display-buffer-normalize-options): Rename to
3692 display-buffer-normalize-default and rewrite.
3693 (display-buffer-normalize-options-inhibit): Remove.
3694 (display-buffer-normalize-specifiers): Rewrite.
3695 (display-buffer): Process other-window specifier and call
3696 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
3697 more faithfully.
3698 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
3699 (display-buffer-alist-set): Don't handle 'unset default values.
3700 (display-buffer-in-window, display-buffer-alist-set):
3701 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
3702 <tassilo@member.fsf.org>.
3703
3704 2011-07-09 Leo Liu <sdl.web@gmail.com>
3705
3706 * register.el (insert-register): Restore accidental change on
3707 2011-06-26. (Bug#9028)
3708
3709 2011-07-09 Glenn Morris <rgm@gnu.org>
3710
3711 * subr.el (remq): Handle the empty list. (Bug#9024)
3712
3713 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
3714
3715 * mail/sendmail.el (send-mail-function): No longer delay custom
3716 initialization.
3717 * custom.el (custom-initialize-delay): Doc fix.
3718
3719 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3720
3721 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
3722
3723 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
3724
3725 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
3726 human-friendly prompt.
3727
3728 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
3731 provided by a particular plugin.
3732
3733 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3734
3735 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
3736 save customizations (with "emacs -Q"), just set the variable
3737 instead of erroring out.
3738
3739 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
3740
3741 2011-07-08 Juri Linkov <juri@jurta.org>
3742
3743 * arc-mode.el (archive-zip-expunge, archive-zip-update)
3744 (archive-zip-update-case): Use 7z if found by `executable-find'.
3745 The order of searching the available programs is the same as in
3746 `archive-zip-extract' (bug#8968).
3747
3748 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
3749
3750 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
3751 (menu-bar-options-menu): Tweak descriptions.
3752
3753 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3754
3755 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
3756 menu items into verb phrases (bug#1421). Also refill to fit under
3757 80 columns.
3758
3759 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
3760
3761 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
3762 (Info-read-node-name): Doc fix (Bug#1084).
3763
3764 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
3765 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
3766 (end-of-sexp, beginning-of-sexp)
3767 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
3768 (forward-symbol, forward-same-syntax, word-at-point)
3769 (sentence-at-point): Doc fix (Bug#1144).
3770
3771 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3772
3773 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
3774 should cover it (bug#1281).
3775
3776 * cus-edit.el (custom-show): Mark as obsolete.
3777
3778 * net/network-stream.el (network-stream-open-starttls): If gnutls
3779 negotiation fails, then possibly try again with a non-encrypted
3780 connection (bug#9017).
3781
3782 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
3783 be used.
3784
3785 2011-07-07 Richard Stallman <rms@gnu.org>
3786
3787 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
3788 property, and handle its changed format.
3789 Look for the correct line number.
3790 Use file's line contents (but not past first =) to find
3791 correct line in message.
3792
3793 2011-07-07 Kenichi Handa <handa@m17n.org>
3794
3795 * international/characters.el (build-unicode-category-table):
3796 Delete it.
3797 (unicode-category-table): Set it by unicode-property-table-internal.
3798
3799 * international/mule-cmds.el (char-code-property-alist): Move to
3800 to src/chartab.c.
3801 (get-char-code-property): Call unicode-property-table-internal to
3802 load a file. Call get-unicode-property-internal where necessary.
3803 (put-char-code-property): Call unicode-property-table-internal to
3804 load a file. Call put-unicode-property-internal where necessary.
3805 put-unicode-property-internal where necessary.
3806 (char-code-property-description):
3807 Call unicode-property-table-internal to load a file.
3808
3809 * international/charprop.el:
3810 * international/uni-bidi.el:
3811 * international/uni-category.el:
3812 * international/uni-combining.el:
3813 * international/uni-comment.el:
3814 * international/uni-decimal.el:
3815 * international/uni-decomposition.el:
3816 * international/uni-digit.el:
3817 * international/uni-lowercase.el:
3818 * international/uni-mirrored.el:
3819 * international/uni-name.el:
3820 * international/uni-numeric.el:
3821 * international/uni-old-name.el:
3822 * international/uni-titlecase.el:
3823 * international/uni-uppercase.el: Regenerate.
3824
3825 * loadup.el: Load international/charprop.el before
3826 international/characters.
3827
3828 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
3829
3830 * window.el (next-buffer, previous-buffer): Signal an error if
3831 called from a minibuffer window.
3832
3833 * bindings.el: Revert 2011-07-04 change.
3834
3835 2011-07-06 Richard Stallman <rms@gnu.org>
3836
3837 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
3838 (rmail-mime-insert-bulk, rmail-mime-insert-text):
3839 Treat markers like ints.
3840 (rmail-mime-entity): Doc fix.
3841
3842 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3843
3844 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
3845 defcustom again for backwards compatibility.
3846
3847 * simple.el (shell-command-on-region): Fill.
3848
3849 * dired-aux.el (dired-kill-line): Add a doc string.
3850
3851 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
3852 to "\\sw\\|\\s_" (bug#358).
3853
3854 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
3855 (dired-unmark-backward): Ditto.
3856 (dired-flag-backup-files): Ditto.
3857
3858 * dired-x.el (dired-mark-sexp): Ditto.
3859
3860 2011-07-06 Richard Stallman <rms@gnu.org>
3861
3862 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
3863 (rmail-mime-entity): New arg TRUNCATED.
3864 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
3865 New functions.
3866 (rmail-mime-save): Warn if entity is truncated.
3867 (rmail-mime-toggle-hidden): Likewise, for showing.
3868 (rmail-mime-process-multipart): Record when an entity is truncated.
3869
3870 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
3871 if ENTITY is a string.
3872
3873 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3874
3875 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
3876 of faces when `M-C-x'-ing their definitions (bug#8378).
3877 Also clean up the code slightly.
3878
3879 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
3880 because that makes the colors go away.
3881
3882 * mail/sendmail.el (send-mail-function): Change the default to
3883 `sendmail-query-once'.
3884 (sendmail-query-once): Add an autoload cookie.
3885
3886 * net/network-stream.el (network-stream-open-starttls): Try using
3887 a plain connection even if the server offered STARTTLS, and we
3888 kinda wanted to use it, if Emacs doesn't have any STARTTLS
3889 capability. This should make smtpmail.el work in slightly more
3890 configurations.
3891
3892 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
3893
3894 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
3895 New defun.
3896 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
3897
3898 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
3899
3900 * progmodes/sql.el: Version 3.0
3901 (sql-product-alist): Add product :completion-object,
3902 :completion-column, and :statement attributes.
3903 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
3904 (sql-mode-syntax-table): Mark all punctuation.
3905 (sql-font-lock-keywords-builder): Temporarily remove fallback on
3906 ansi keywords.
3907 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
3908 (sql-mode-oracle-font-lock-keywords): Improve.
3909 (sql-oracle-show-reserved-words): New function for development.
3910 (sql-product-font-lock): Simplify for source code buffers.
3911 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
3912 New functions.
3913 (sql-highlight-product): Set product specific syntax table.
3914 (sql-mode-map): Add statement movement functions.
3915 (sql-ansi-statement-starters, sql-oracle-statement-starters):
3916 New variable.
3917 (sql-statement-regexp, sql-beginning-of-statement)
3918 (sql-end-of-statement, sql-signum): New functions.
3919 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
3920 (sql-show-sqli-buffer): Bug fix.
3921 (sql-interactive-mode): Store connection data as buffer local.
3922 (sql-connect): Add NEW-NAME parameter. Redesign interaction
3923 with sql-interactive-mode.
3924 (sql-save-connection): Save buffer local settings.
3925 (sql-connection-menu-filter): Change menu entry name.
3926 (sql-product-interactive): Bug fix.
3927 (sql-preoutput-hold): New variable.
3928 (sql-interactive-remove-continuation-prompt): Bug fixes.
3929 (sql-debug-redirect): New variable.
3930 (sql-str-literal): New function.
3931 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
3932 Redesign.
3933 (sql-oracle-save-settings, sql-oracle-restore-settings)
3934 (sql-oracle-list-all, sql-oracle-list-table): New functions.
3935 (sql-completion-object, sql-completion-column)
3936 (sql-completion-sqlbuf): New variables.
3937 (sql-build-completions-1, sql-build-completions)
3938 (sql-try-completion): New functions.
3939 (sql-read-table-name): Use them.
3940 (sql-contains-names): New buffer local variable.
3941 (sql-list-all, sql-list-table): Use it.
3942 (sql-oracle-completion-types): New variable.
3943 (sql-oracle-completion-object, sql-sqlite-completion-object)
3944 (sql-postgres-completion-object): New functions.
3945
3946 2011-07-06 Glenn Morris <rgm@gnu.org>
3947
3948 * window.el (pop-to-buffer): Doc fix.
3949
3950 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
3951
3952 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
3953
3954 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
3955
3956 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
3957
3958 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
3959
3960 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
3961
3962 * button.el (button): Inherit from link face. Suggested by Dan
3963 Nicolaescu.
3964
3965 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3966
3967 * progmodes/gdb-mi.el: Fit in 80 columns.
3968 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
3969 switch-to-buffer.
3970
3971 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
3972 if imenu is simply not configured (bug#8941).
3973
3974 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
3975
3976 * allout.el (allout-post-undo-hook): New allout outline-change
3977 event hook to signal undo activity.
3978 (allout-post-command-business): Run allout-post-undo-hook if an
3979 undo just occurred.
3980 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
3981 * allout-widgets.el (allout-widgets-after-undo-function):
3982 Ensure the integrity of the current item's decoration after it has been
3983 in the vicinity of an undo.
3984 (allout-widgets-mode): Include allout-widgets-after-undo-function
3985 on the new allout-post-undo-hook.
3986
3987 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
3988
3989 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
3990 Let define-derived-mode define it.
3991 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
3992 cycles of abbrev-table inheritance (bug#8998).
3993
3994 2011-07-05 Roland Winkler <winkler@gnu.org>
3995
3996 * textmodes/bibtex.el: Add support for biblatex.
3997 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
3998 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
3999 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
4000 (bibtex-entry-alist, bibtex-field-alist): New variables.
4001 (bibtex-entry-field-alist): Obsolete alias for
4002 bibtex-BibTeX-entry-alist.
4003 (bibtex-entry-alist, bibtex-field-alist): New widgets.
4004 (bibtex-set-dialect): New command.
4005 (bibtex-entry-type, bibtex-entry-head)
4006 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
4007 Bind via bibtex-set-dialect.
4008 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
4009 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
4010 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
4011 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
4012 Define via bibtex-set-dialect.
4013 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
4014 Obey bibtex-no-opt-remove-re.
4015 (bibtex-vec-push, bibtex-vec-incr): New functions.
4016 (bibtex-format-entry, bibtex-field-list)
4017 (bibtex-print-help-message, bibtex-validate)
4018 (bibtex-search-entries): Use new format of bibtex-entry-alist.
4019
4020 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4021
4022 * progmodes/compile.el (compilation-goto-locus):
4023 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4024 * bs.el (bs-cycle-next, bs-cycle-previous):
4025 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
4026 * bindings.el (mode-line-other-buffer):
4027 * autoinsert.el (auto-insert):
4028 * arc-mode.el (archive-extract):
4029 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
4030
4031 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4032
4033 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
4034 Fix check of `emacs-lock-unlockable-modes'.
4035 Coerce true values of `emacs-lock--try-unlocking' to t.
4036
4037 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4038
4039 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
4040 * emacs-lock.el: New file.
4041
4042 2011-07-05 Julien Danjou <julien@danjou.info>
4043
4044 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
4045 than `boundp' to check if face is set.
4046
4047 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4048
4049 * register.el (registerv-make):
4050 * window.el (window-min-height): Fix typos in docstrings.
4051
4052 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
4053
4054 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
4055 Update doc string.
4056
4057 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
4058
4059 * server.el (server-execute): Catch quit and call
4060 `server-return-error' to pass the error back to emacsclient and
4061 close the connection (bug#8942).
4062
4063 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
4064
4065 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
4066 insecure exception for current topic. Also note that auto-saves
4067 are handled differently.
4068
4069 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
4070 State variables for tracking auto-save inhibition situation.
4071
4072 (allout-write-contents-hook-handler): Rename from
4073 'allout-write-file-hook-handler', and describe how it depends on
4074 write-contents-functions sensitivity to non-nil value to prevent
4075 file write.
4076
4077 (allout-auto-save-hook-handler): Remove. auto-save does not check
4078 this in individual buffers, only in the starting buffer, so this
4079 is not the right way for us to inhibit auto-save in a buffer
4080 according to its condition.
4081
4082 (allout-mode): Use new allout-write-contents-hook-handler, and
4083 only with write-contents-functions. Remove auto-save provisions -
4084 they're implemented elsewhere.
4085
4086 (allout-before-change-handler): If undo is in progress, note that
4087 for attention of allout-post-command-business.
4088
4089 (allout-post-command-business): If the command we're following was
4090 an undo, check for change in the status of encrypted items and
4091 adjust auto-save inhibitions accordingly.
4092
4093 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
4094 according to whether there are or aren't any plain-text topics
4095 pending encryption.
4096
4097 (allout-inhibit-auto-save-info-for-decryption):
4098 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
4099 there are plain-text topics pending encryption.
4100
4101 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
4102 buffer-saved-size and some allout state to not inhibit auto-saves
4103 if there are no longer any plain-text topics pending encryption.
4104
4105 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
4106 No longer provide for exemption of the current topic.
4107
4108 2011-07-04 Juri Linkov <juri@jurta.org>
4109
4110 Add 7z operations to delete and save changed members (bug#8968).
4111 * arc-mode.el (archive-7z-expunge, archive-7z-update):
4112 New defcustoms.
4113 (archive-7z-write-file-member): New function.
4114 (archive-7z-summarize): Fix the number of dashes in the
4115 listing output.
4116
4117 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4118
4119 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
4120 (bug#8958).
4121
4122 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
4123
4124 * bindings.el: Ignore next-buffer and previous-buffer in
4125 minibuffer-local-map.
4126
4127 * font-lock.el (font-lock-builtin-face): Change light background
4128 color to dark slate blue (Bug#6693).
4129
4130 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
4131
4132 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
4133
4134 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4135
4136 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
4137 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4138 Add switch-to-buffer.
4139
4140 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4141
4142 * isearch.el (isearch-search-fun-function): Clarify further the
4143 meaning of the function returned.
4144
4145 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
4146
4147 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
4148
4149 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
4150 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
4151 Use it.
4152 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
4153 `tramp-default-remote-path' does not exist.
4154 (tramp-send-command-and-read): New optional argument NOERROR.
4155 (tramp-open-connection-setup-interactive-shell)
4156 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
4157 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
4158 (tramp-process-sentinel): Flush also process' connection property.
4159 (tramp-sh-handle-start-file-process): Do not set process
4160 sentinel. It is done now ...
4161 (tramp-maybe-open-connection): ... here. (Bug#8929)
4162
4163 2011-07-04 MON KEY <monkey@sandpframing.com>
4164
4165 * play/animate.el (animate-string): Doc fixes and allow changing
4166 the buffer name (bug#5417).
4167
4168 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4169
4170 * play/animate.el (animation-buffer-name): Rename from *animate*.
4171
4172 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
4173
4174 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
4175 This is simpler and helps future-proof the code.
4176 (timer-until): Use time-subtract and float-time.
4177 (timer--time-less-p): Use time-less-p.
4178
4179 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
4180
4181 * type-break.el (timep): Use the value of `float-time' to avoid a
4182 byte-compiler warning.
4183
4184 * server.el (server-eval-and-print): Return any result, even nil.
4185
4186 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
4187
4188 * type-break.el: Accept time formats that the builtins accept.
4189 (timep, type-break-time-difference): Accept any format that
4190 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
4191 This is simpler and helps future-proof the code.
4192 (type-break-time-difference): Round rather than ignoring
4193 subseconds components.
4194
4195 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4196
4197 * info.el (Info-apropos-matches): Make non-interactive, since it
4198 doesn't seem to do anything useful as a command (bug#8829).
4199
4200 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
4201
4202 * frame.el (frame-background-mode, frame-set-background-mode):
4203 Move from faces.el.
4204 (frame-default-terminal-background): New function.
4205
4206 * custom.el (custom-push-theme): Don't record faces in `changed'
4207 theme; this doesn't work correctly for per-frame face settings.
4208 (disable-theme): Use face-set-after-frame-default to reset faces.
4209 (custom--frame-color-default): New function.
4210
4211 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4212
4213 * dired.el (dired-flagging-regexp): Remove unused variable
4214 (bug#8769).
4215
4216 2011-03-29 Kevin Ryde <user42@zip.com.au>
4217
4218 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4219 `perl-Test2' extend to match possible "fail #N" rep count
4220 (bug#8377).
4221
4222 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4223
4224 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
4225 `smtpmail-via-smtp' now returns the error instead of nil.
4226
4227 * isearch.el (isearch-search-fun-function): Clarify the doc string
4228 (bug#8101).
4229
4230 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
4231
4232 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
4233 unnecessary spaces (bug#8987).
4234
4235 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4236
4237 * net/network-stream.el (open-network-stream): Use the
4238 :end-of-capability command thoughout.
4239
4240 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4241
4242 * net/network-stream.el (open-network-stream): Add the
4243 :end-of-capability command parameter, used by pop3.el.
4244
4245 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4246
4247 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
4248
4249 * fringe.el (fringe-query-style): Remove redundant text " (type ?
4250 for list)" (bug#6475).
4251
4252 * files.el (file-expand-wildcards): Ignore non-readable
4253 sub-directories while trying to find matches instead of signaling
4254 an error (bug#6297).
4255
4256 * man.el (Man-reference-regexp): Allow matching possible
4257 word-wrapped references (bug#6289).
4258
4259 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
4260 for consistency with the other vc buffers (bug#6197).
4261 (vc-checkin): Ditto.
4262
4263 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
4264
4265 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
4266
4267 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4268
4269 * custom.el (defcustom): Clarify that :set is only used in the
4270 Customize user interface (bug#6089).
4271
4272 * progmodes/flymake.el (flymake-mode): If the buffer isn't
4273 associated with a file, refuse to run instead of erroring out
4274 (bug#6084).
4275
4276 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
4277 the doc string, since it appears that using `fill-column' always
4278 controls the width (bug#7845).
4279
4280 * simple.el (shell-command-on-region): Say where the error output
4281 went if `shell-command-default-error-buffer' is set (bug#6857).
4282
4283 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
4284
4285 * allout.el (allout-yank-processing): Adjust cursor position for
4286 backwards-deleted space.
4287
4288 (allout-rebullet-heading): Register changes with
4289 allout-exposure-changed-hook, so the modified topic is properly
4290 decorated.
4291
4292 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4293
4294 * minibuffer.el (completion-in-region): Document PREDICATE
4295 (bug#7136).
4296
4297 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
4298 of keyword/argument pairs (bug#6904).
4299
4300 * replace.el (multi-occur):
4301 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
4302
4303 2011-07-02 Drew Adams <drew.adams@oracle.com>
4304
4305 * dired.el (dired-mark-if): Make the message about whether it's
4306 marking or unmarking clearer (bug#8523).
4307
4308 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4309
4310 * disp-table.el (display-table-print-array): New function.
4311 (describe-display-table): Use it to print the vectors more pretty
4312 (Bug#8859).
4313
4314 2011-07-02 Martin Rudalics <rudalics@gmx.at>
4315
4316 * window.el (window-state-get-1): Don't assign clone numbers.
4317 Add clone-of item to list of window parameters.
4318 (window-state-put-2): Don't process clone numbers.
4319 (display-buffer-alist): Fix doc-string.
4320
4321 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4322
4323 * subr.el (remq): Don't allocate if it's not needed.
4324 (keymap--menu-item-binding, keymap--menu-item-with-binding)
4325 (keymap--merge-bindings): New functions.
4326 (keymap-canonicalize): Use them to refine the canonicalization.
4327 * minibuffer.el (minibuffer-local-completion-map)
4328 (minibuffer-local-must-match-map): Move initialization from C.
4329 (minibuffer-local-filename-completion-map): Move initialization from C;
4330 don't inherit from anything here.
4331 (minibuffer-local-filename-must-match-map): Make obsolete.
4332 (completing-read-default): Use make-composed-keymap to combine
4333 minibuffer-local-filename-completion-map with either
4334 minibuffer-local-must-match-map or
4335 minibuffer-local-filename-completion-map.
4336
4337 2011-07-01 Glenn Morris <rgm@gnu.org>
4338
4339 * type-break.el (type-break-time-sum): Use dolist.
4340
4341 * textmodes/flyspell.el (flyspell-word-search-backward):
4342 Replace CL function.
4343
4344 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4345
4346 * mouse.el (mouse--strip-first-event): New function.
4347 (function-key-map): Use it to map fringe clicks to normal clicks
4348 by default.
4349
4350 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
4351 (vc-bzr-revision-completion-table): Add support for annotate and date.
4352
4353 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
4354 inherit from parent.
4355
4356 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4357
4358 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
4359 (dired-show-file-type): Doc fixup (bug#8818).
4360
4361 * dired.el (dired-mode): Fix up the doc string as suggested by
4362 Drew Adams (bug#8817).
4363
4364 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
4365 cookie, since the manual says that it should be possible to add
4366 this function to `find-file-hook' (bug#8709).
4367
4368 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
4369
4370 * progmodes/cfengine.el: Moved all cfengine3.el functionality
4371 here. Noted Ted Zlatanov as the maintainer.
4372 (cfengine-common-settings, cfengine-common-syntax): New functions
4373 to set up common things between `cfengine-mode' and
4374 `cfengine3-mode'.
4375 (cfengine3-mode): New mode.
4376 (cfengine3-defuns cfengine3-defuns-regex
4377 (cfengine3-class-selector-regex cfengine3-category-regex)
4378 (cfengine3-vartypes cfengine3-font-lock-keywords)
4379 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
4380 (cfengine3-indent-line): Add from cfengine3.el.
4381
4382 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
4383
4384 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
4385
4386 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4387
4388 2011-07-01 Martin Rudalics <rudalics@gmx.at>
4389
4390 * window.el (same-window-buffer-names, same-window-regexps)
4391 (same-window-p, special-display-frame-alist)
4392 (special-display-popup-frame, special-display-function)
4393 (special-display-buffer-names, special-display-regexps)
4394 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
4395 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4396 (split-window-preferred-function, split-height-threshold)
4397 (split-width-threshold, even-window-heights)
4398 (display-buffer-mark-dedicated, window-splittable-p)
4399 (split-window-sensibly, window-safely-shrinkable-p):
4400 Un-obsolete.
4401 (display-buffer): Don't spread args with function specifier
4402 because special-display-popup-frame won't like it.
4403
4404 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4405
4406 Time-stamp simplifications and fixes.
4407 These improve accuracy slightly, and future-proof the code
4408 against some potential changes to current-time format.
4409
4410 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
4411 by using time-since and float-time.
4412
4413 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
4414 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
4415 + NNN microseconds".
4416
4417 * type-break.el (type-break-time-sum): Rewrite using time-add.
4418
4419 * play/hanoi.el (hanoi-current-time-float): Remove.
4420 All uses replaced by float-time.
4421
4422 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
4423 This yields a more-accurate answer.
4424 (rng-time-to-float): Remove; no longer needed.
4425
4426 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
4427
4428 * calendar/timeclock.el (timeclock-seconds-to-time):
4429 Defalias to seconds-to-time, since they're the same thing.
4430
4431 * emacs-lisp/elp.el (elp-elapsed-time):
4432 * emacs-lisp/benchmark.el (benchmark-elapse):
4433 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
4434
4435 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4436
4437 * window.el (bury-buffer): Don't iconify the only frame.
4438 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
4439 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
4440
4441 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
4442
4443 * eshell/em-smart.el (eshell-smart-display-navigate-list):
4444 Add mouse-yank-primary.
4445
4446 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
4447
4448 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
4449
4450 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4451
4452 * emacs-lisp/find-func.el (find-library--load-name): New fun.
4453 (find-library-name): Use it to find relative load names when provided
4454 absolute file name (bug#8803).
4455
4456 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4457
4458 * textmodes/flyspell.el (flyspell-word): Consider words that
4459 differ only in case as potential doublons (bug#5687).
4460
4461 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
4462 Remove two rather uninteresting debugging-like messages to make
4463 debbugs.el more silent.
4464
4465 * comint.el (comint-password-prompt-regexp): Accept "Response" as
4466 a password-like phrase.
4467
4468 2011-06-30 Mastake YAMATO <yamato@redhat.com>
4469
4470 * progmodes/cc-guess.el: New file.
4471
4472 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
4473
4474 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
4475 derived from `c-basic-common-init'.
4476
4477 * progmodes/cc-mode.el (top-level): Require cc-guess.
4478 (c-basic-common-init): Use `cc-choose-style-for-mode'.
4479
4480 2011-06-30 Lawrence Mitchell <wence@gmx.li>
4481
4482 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
4483
4484 2011-06-30 Alan Mackenzie <acm@muc.de>
4485
4486 * progmodes/cc-engine.el (c-guess-continued-construct):
4487 Correct the handling of template-args-cont, particularly for when font
4488 lock is disabled. Name this case as "CASE G".
4489
4490 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
4491
4492 * allout.el (allout-yank-processing): Fix injection of extra space
4493 between bullet and non-whitespace character in first topic when
4494 pasting, ensuring that the actual spacing in the pasted topic
4495 following the bullet char is preserved. This extra space was
4496 causing pasted encrypted topics to get a decrypted status even
4497 when the content was actually still encrypted. Now the decryption
4498 status from before the paste is preserved.
4499
4500 (allout-flag-region): Set all allout overlays so they evaporate
4501 when reduced to zero length (evanescent), to prevent overlay
4502 leakage.
4503
4504 2011-06-30 Glenn Morris <rgm@gnu.org>
4505
4506 * w32-fns.el (w32-charset-info-alist): Declare.
4507
4508 * find-dired.el (find-grep-options): Simplify.
4509
4510 * term/ns-win.el (ns-set-resource): Declare.
4511
4512 * ses.el (row, col): Declare dynamic variables honestly.
4513
4514 * textmodes/reftex-parse.el (index-tags): Declare.
4515
4516 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
4517
4518 * cus-edit.el (customize-push-and-save): New function.
4519
4520 * files.el (hack-local-variables-confirm): Use it.
4521
4522 * custom.el (load-theme): New arg NO-CONFIRM.
4523 Use customize-push-and-save (Bug#8720).
4524 (custom-enabled-themes): Doc fix.
4525
4526 * cus-theme.el (customize-create-theme)
4527 (custom-theme-merge-theme): Callers to load-theme changed.
4528
4529 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4530
4531 * thingatpt.el (thing-at-point-short-url-regexp): Require that
4532 short URLs have at least one dot in them (bug #7614).
4533
4534 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
4535 nil, because using a pty is apparently too slow (bug #895).
4536
4537 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4538
4539 * mail/sendmail.el (sendmail-query-once): New function.
4540 (sendmail-query-once-function): New variable.
4541
4542 2011-06-29 Glenn Morris <rgm@gnu.org>
4543
4544 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
4545
4546 * ses.el (top-level): Require cl when compiling.
4547 (ses-set-localvars): Fix error statement.
4548 Call it at compile time to silence a storm of warnings.
4549
4550 2011-06-29 Martin Rudalics <rudalics@gmx.at>
4551
4552 * window.el (normalize-live-buffer): Rename to
4553 window-normalize-buffer.
4554 (normalize-live-frame): Rename to window-normalize-frame.
4555 (normalize-any-window): Rename to window-normalize-any-window.
4556 (normalize-live-window): Rename to window-normalize-live-window.
4557 (make-window-atom): Rename to window-make-atom.
4558 (window-resize-reset): Rename to window--resize-reset.
4559 (window-resize-reset-1): Rename to window--resize-reset-1.
4560 (resize-mini-window): Rename to window--resize-mini-window.
4561 (resize-subwindows-skip-p): Rename to
4562 window--resize-subwindows-skip-p.
4563 (resize-subwindows-normal): Rename to
4564 window--resize-subwindows-normal.
4565 (resize-subwindows): Rename to window--resize-subwindows.
4566 (resize-other-windows): Rename to window--resize-siblings.
4567 (resize-this-window): Rename to window--resize-this-window.
4568 (resize-root-window): Rename to window--resize-root-window.
4569 (resize-root-window-vertically): Rename to
4570 window--resize-root-window-vertically.
4571 (normalize-buffer-to-display): Rename to
4572 window-normalize-buffer-to-display.
4573 (normalize-buffer-to-switch-to): Rename to
4574 window-normalize-buffer-to-switch-to.
4575 Correspondingly update all callers of the functions listed
4576 above.
4577 (display-buffer-alist, display-buffer-normalize-arguments)
4578 (display-buffer-normalize-options, display-buffer)
4579 (display-buffer-alist-set): Use "function" instead of
4580 "fun-with-args".
4581
4582 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
4583
4584 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
4585 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
4586 debbugs.gnu.org. Mention acknowledgment email.
4587
4588 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
4589
4590 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
4591 buffer multibyteness, since it shouldn't matter.
4592
4593 2011-06-28 Martin Rudalics <rudalics@gmx.at>
4594
4595 * window.el (display-buffer-in-side-window): Handle dedicated
4596 windows as in display-buffer-reuse-window.
4597 (display-buffer-normalize-alist): Use value of override
4598 specifier.
4599 (display-buffer-normalize-specifiers): Use value of
4600 other-window-means-other-frame specifier.
4601 (display-buffer-alist): Rewrite some texts in widgets.
4602 (display-buffer): Spread arguments when calling function
4603 specified by fun-with-args.
4604
4605 2011-06-28 Deniz Dogan <deniz@dogan.se>
4606
4607 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4608 Unnest `let'.
4609
4610 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
4611 selectors (Bug#5732).
4612 (css-proprietary-nmstart-re): Use `regexp-opt'.
4613
4614 2011-06-27 Jari Aalto <jari.aalto@cante.net>
4615
4616 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
4617 (eshell-ls-date-format): New defcustom.
4618 (eshell-ls-file): Use it.
4619
4620 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4621
4622 * help-fns.el (describe-variable): Fix message for terminal-local vars.
4623
4624 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
4625
4626 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
4627 (ange-ftp-make-tmp-name): New arg.
4628 (ange-ftp-file-local-copy): Use it.
4629
4630 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
4631
4632 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
4633 no-conversion (Bug#8870).
4634
4635 2011-06-27 Martin Rudalics <rudalics@gmx.at>
4636
4637 * window.el (window-right, window-left, window-child)
4638 (window-child-count, window-last-child)
4639 (window-iso-combination-p, walk-window-tree-1)
4640 (window-atom-check-1, window-tree-1, delete-window)
4641 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
4642 new naming conventions - window-vchild, window-hchild,
4643 window-next and window-prev are now called window-top-child,
4644 window-left-child, window-next-sibling and window-prev-sibling
4645 respectively.
4646 (resize-window-reset): Rename to window-resize-reset.
4647 (resize-window-reset-1): Rename to window-resize-reset-1.
4648 (resize-window): Rename to window-resize.
4649 (window-min-height, window-min-width)
4650 (resize-mini-window, resize-this-window, resize-root-window)
4651 (resize-root-window-vertically, adjust-window-trailing-edge)
4652 (enlarge-window, shrink-window, maximize-window)
4653 (minimize-window, delete-window, quit-restore-window)
4654 (split-window, balance-windows, balance-windows-area-adjust)
4655 (balance-windows-area, window-state-put-2)
4656 (display-buffer-even-window-sizes, display-buffer-set-height)
4657 (display-buffer-set-width, set-window-text-height)
4658 (fit-window-to-buffer): Rename all "resize-window" prefixed
4659 calls to use the "window-resize" prefix convention.
4660 (display-buffer-alist): Fix symbol for label specifier.
4661 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
4662 corresponding specifier.
4663 Reported by Juanma Barranquero <lekktu@gmail.com>.
4664
4665 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
4666
4667 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
4668 convention.
4669 (ses-call-printer): Does not pass an empty string to formatter when the
4670 cell is empty to keep from barking printer Calc math-format-value.
4671
4672 2011-06-27 Richard Stallman <rms@gnu.org>
4673
4674 * battery.el (battery-mode-line-limit): New variable.
4675 (battery-update): Handle it.
4676
4677 * mail/rmailmm.el (rmail-mime-process-multipart):
4678 Handle truncated messages.
4679
4680 2011-06-27 Glenn Morris <rgm@gnu.org>
4681
4682 * progmodes/flymake.el (flymake-err-line-patterns):
4683 Allow for column numbers in the ant/javac pattern. (Bug#8866)
4684
4685 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
4686
4687 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
4688 (ses--clean-!, ses--clean-_): New functions.
4689 (ses-range): Add configurability of readout order, and conversion
4690 to Calc vector.
4691
4692 * ses.el (ses-repair-cell-reference-all): New function.
4693 (ses-cell-symbol): Set macro as safe, so that it can be used in
4694 formulas.
4695
4696 * ses.el: Update cycle detection algorithm.
4697 (ses-localvars): Add ses--Dijkstra-attempt-nb and
4698 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
4699 (ses-set-localvars): New function.
4700 (ses-make-cell): Add property-list as a cell element.
4701 (ses-cell-property-get-fun, ses-cell-property-get)
4702 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
4703 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
4704 New functions.
4705 (ses-cell-property-set, ses-cell-property-pop)
4706 (ses-cell-property-get-handle): New macro.
4707 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
4708 New aliases, used for code readability.
4709 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
4710 cycle detection.
4711 (ses-self-reference-early-detection): New defcustom.
4712 (ses-formula-references): Robustify against self-refering cells.
4713 (ses-mode): Use ses-set-localvars.
4714 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
4715 before lauching the update processing.
4716 (ses-initialize-Dijkstra-attempt): New function.
4717 (ses-recalculate-cell): Update for cycle detection based on
4718 Dijkstra algorithm.
4719
4720 * ses.el: Fix commenting and indenting convention.
4721
4722 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
4723
4724 * bs.el (bs-cycle-next): Complete last change.
4725
4726 2011-06-27 Drew Adams <drew.adams@oracle.com>
4727
4728 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
4729
4730 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4731
4732 * net/network-stream.el (network-stream-open-starttls):
4733 Don't re-get capabilities unless we've reestablished connection.
4734 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
4735
4736 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
4737 to binary to possibly avoid line encoding issues on Windows (among
4738 other things).
4739
4740 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4741
4742 * net/network-stream.el (open-network-stream): Return an :error
4743 saying what the problem was, if possible.
4744
4745 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
4746 server.
4747
4748 * net/network-stream.el (network-stream-open-starttls): If we
4749 wanted to use STARTTLS, and the server offered it, but we weren't
4750 able to because we had no STARTTLS support, then close the connection.
4751 (open-network-stream): Return an :error element, if present.
4752
4753 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
4754
4755 * hl-line.el (hl-line-sticky-flag): Doc fix.
4756 (global-hl-line-sticky-flag): New option (Bug#8323).
4757 (global-hl-line-highlight): Obey it.
4758
4759 * vc/vc.el (vc-revert-show-diff): Default to t.
4760
4761 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
4762
4763 * allout-widgets.el (allout-widgets-post-command-business):
4764 Stop decorating intermediate isearch matches. They're not being
4765 undecorated when an isearch is continued past, and isearch
4766 automatically collapses them. This leads to "widget leaks", where
4767 decorated items accumulate in collapsed areas. Lines with lots of
4768 hidden widgets can slow down cursor travel, substantially.
4769 Too much complicated machinery would be needed to ensure undecoration,
4770 so we're doing without this nicety.
4771
4772 (allout-widgets-tally-string): Don't try to do a hash-table-count
4773 of allout-widgets-tally when it's nil. This eliminates spurious "Error
4774 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
4775 *Messages* when allout-widgets-maintain-tally is t.
4776
4777 2011-06-26 Martin Rudalics <rudalics@gmx.at>
4778
4779 * window.el (display-buffer-normalize-argument): Rename to
4780 display-buffer-normalize-arguments. Handle special meaning of
4781 LABEL argument. Respect special-display-function when popping up
4782 a new frame. Fix code searching for a window showing the buffer
4783 on another frame.
4784 (display-buffer-normalize-specifiers):
4785 Call display-buffer-normalize-arguments.
4786 (display-buffer-in-window): Don't undedicate the window if its
4787 buffer remains the same.
4788 Reported by Drew Adams <drew.adams@oracle.com>.
4789 (display-buffer-alist): Add choice for same-window macro
4790 specfier.
4791 (display-buffer): Mention special meaning of LABEL argument in
4792 doc-string. Fix quoting. Don't pop up a new frame even as
4793 fallback.
4794
4795 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
4796
4797 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
4798 avoid deleting the current window in some cases (bug#8911).
4799
4800 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
4801
4802 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
4803 (Bug#8934)
4804
4805 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4806
4807 * net/network-stream.el (network-stream-open-starttls):
4808 Use built-in TLS support if `gnutls-available-p' is true.
4809 (network-stream-open-tls): Ditto.
4810
4811 2011-06-26 Leo Liu <sdl.web@gmail.com>
4812
4813 * register.el (registerv): New struct.
4814 (registerv-make): New function.
4815 (jump-to-register, describe-register-1, insert-register):
4816 Support the jump-func, print-func and insert-func slot of a registerv
4817 struct. (Bug#8415)
4818
4819 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
4820
4821 * vc/vc.el (vc-revert-show-diff): New defcustom.
4822 (vc-diff-internal): New arg specifying diff buffer.
4823 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
4824 reuse an existing *vc-diff* buffer (Bug#8927).
4825
4826 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
4827
4828 2011-06-26 Glenn Morris <rgm@gnu.org>
4829
4830 * progmodes/f90.el (f90-critical-indent): New option.
4831 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
4832 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
4833 (f90-mode): Doc fix.
4834 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
4835 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
4836 (f90-beginning-of-block, f90-next-block, f90-indent-region)
4837 (f90-match-end): Handle block, critical.
4838
4839 2011-06-25 Glenn Morris <rgm@gnu.org>
4840
4841 * calendar/diary-lib.el (diary-included-files): Doc fix.
4842 (diary-include-files): New function, extracted from
4843 diary-include-other-diary-files and diary-mark-included-diary-files.
4844 (diary-include-other-diary-files, diary-mark-included-diary-files):
4845 Just call diary-include-files.
4846 (diary-mark-entries): Reset diary-included-files on first call.
4847
4848 * calendar/diary-lib.el (diary-mark-entries)
4849 (diary-mark-included-diary-files):
4850 Visit included diary-files in temp buffers.
4851
4852 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
4853 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
4854 (f90-start-block-re, f90-imenu-generic-expression)
4855 (f90-looking-at-program-block-start, f90-no-block-limit):
4856 Add support for submodules.
4857
4858 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
4859 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
4860
4861 2011-06-25 Eli Zaretskii <eliz@gnu.org>
4862
4863 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
4864 buffer-file-type before setting its value, to avoid disastrous
4865 global effects on decoding files for DOS/Windows systems. (Bug#8780)
4866
4867 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
4868
4869 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
4870
4871 * ses.el (ses-unload-function):
4872 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
4873
4874 * proced.el (proced-unload-function):
4875 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
4876
4877 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
4878
4879 * server.el (server-create-window-system-frame): Add parameters arg.
4880 (server-process-filter): Doc fix. Handle frame-parameters.
4881
4882 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
4883
4884 Fix bug#8730, bug#8781.
4885
4886 * loadhist.el (unload--set-major-mode): New function.
4887 (unload-feature): Use it.
4888
4889 * progmodes/python.el (python-after-info-look): Add autoload cookie.
4890 (python-unload-function): New function.
4891
4892 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4893
4894 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
4895
4896 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
4897
4898 * net/browse-url.el (browse-url-firefox-program): Add icecat to
4899 the candidates list.
4900
4901 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
4902
4903 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
4904
4905 2011-06-23 Richard Stallman <rms@gnu.org>
4906
4907 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
4908 (rmail-variables): Set next-error-move-function.
4909 (rmail-what-message): Take argument POS.
4910 (rmail-next-error-move): New function.
4911
4912 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
4915 messages for adjacent non-terminals.
4916
4917 2011-06-23 Richard Stallman <rms@gnu.org>
4918
4919 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
4920 (rmail-show-message-1): Preserve buffer modified flag.
4921 (rmail-start-mail): Don't specify use of rmail-mail-return;
4922 that's done by mail-bury now.
4923 (rmail-mail-return): Handle arg NEWBUF.
4924
4925 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
4926
4927 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
4928 SIZE is a number.
4929
4930 2011-06-23 Martin Rudalics <rudalics@gmx.at>
4931
4932 * window.el (get-lru-window, get-mru-window)
4933 (get-largest-window): Never return a minibuffer window.
4934 (display-buffer-pop-up-window): Fix a bug that could lead to
4935 reusing the minibuffer window.
4936 (display-buffer): Pass original specifier argument to
4937 display-buffer-function instead of the normalized one.
4938 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4939
4940 2011-06-22 Leo Liu <sdl.web@gmail.com>
4941
4942 * minibuffer.el (completing-read-function)
4943 (completing-read-default): Move from minibuf.c
4944
4945 2011-06-22 Richard Stallman <rms@gnu.org>
4946
4947 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
4948 to Rmail even if not started by a special Rmail command.
4949
4950 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
4951 Copy the buffer currently showing just one message.
4952
4953 2011-06-22 Roland Winkler <winkler@gnu.org>
4954
4955 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
4956 (bibtex-clean-entry): First delete the old key so that a
4957 customized algorithm for generating the new key does not get
4958 confused by the old key.
4959 (bibtex-url): Obey regexp of first step.
4960 (bibtex-search-entries): Do not use add-to-list with local
4961 list-var.
4962
4963 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4964
4965 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
4966 stored a user name, then query for the password first, instead of
4967 waiting for SMTP to give an error message and the trying again.
4968
4969 2011-06-22 Lawrence Mitchell <wence@gmx.li>
4970
4971 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
4972 BUFFER in call-process.
4973
4974 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4975
4976 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
4977 QUIT twice.
4978 (smtpmail-try-auth-methods): Require user name and password from
4979 auth-source.
4980
4981 2011-06-22 Martin Rudalics <rudalics@gmx.at>
4982
4983 * window.el (display-buffer-default-specifiers)
4984 (display-buffer-alist): Remove entries for pop-up-frame-alist.
4985 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
4986 (split-window): Normalize SIDE argument (Bug#8916).
4987
4988 * frame.el (pop-up-frame-alist, pop-up-frame-function)
4989 (special-display-frame-alist, special-display-popup-frame):
4990 Remove duplicate declarations. These are now in window.el.
4991
4992 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4993
4994 * mail/smtpmail.el (smtpmail-via-smtp):
4995 Set :use-starttls-if-possible so that we always use STARTTLS if the
4996 server supports it. SMTP servers that support STARTTLS commonly
4997 require it.
4998
4999 * net/network-stream.el (network-stream-open-starttls): Support
5000 upgrading to STARTTLS always, even if we don't have built-in support.
5001 (open-network-stream): Add the :always-query-capabilies keyword.
5002
5003 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
5004 upgrades with `open-network-stream', and rely solely on
5005 auth-source for all credentials. Big changes throughout the file,
5006 but in particular:
5007 (smtpmail-auth-credentials): Remove.
5008 (smtpmail-starttls-credentials): Remove.
5009 (smtpmail-via-smtp): Check for servers saying they want AUTH after
5010 MAIL FROM, too.
5011
5012 * net/network-stream.el (network-stream-open-starttls):
5013 Provide support for client certificates both for external and built-in
5014 STARTTLS.
5015 (auth-source): Require.
5016 (open-network-stream): Document the :client-certificate keyword.
5017 (network-stream-certificate): Change cert-cert to cert and
5018 cert-key to key.
5019
5020 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
5021
5022 * net/tramp-cache.el (top): Don't load the persistency file when
5023 "emacs -Q" has been called.
5024
5025 2011-06-21 Tim Harper <timcharper@gmail.com>
5026
5027 * term/ns-win.el (ns-initialize-window-system):
5028 Set application-specific `ApplePressAndHoldEnabled' system
5029 resource to NO as it is not yet supported by the NS port.
5030
5031 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
5032
5033 * misc.el (list-dynamic-libraries--refresh): Compute header here...
5034 (list-dynamic-libraries): ...not here.
5035
5036 2011-06-21 Leo Liu <sdl.web@gmail.com>
5037
5038 * subr.el (sha1): Implement sha1 using secure-hash.
5039
5040 2011-06-21 Martin Rudalics <rudalics@gmx.at>
5041
5042 * window.el (display-buffer-alist): In default value do not
5043 enforce searching a window on any but the selected frame.
5044 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5045 (display-buffer-select-window): Remove function.
5046 (display-buffer-in-window): When a window on another frame gets
5047 reused, do not select it any more but just raise its frame if
5048 necessary (Bug#8851) and (Bug#8856).
5049 (display-buffer-normalize-options): Handle pop-up-frames related
5050 options more faithfully.
5051 (pop-to-buffer): Don't rely on `display-buffer' selecting the
5052 window if it is on another frame.
5053 (display-buffer-alist, display-buffer-default-specifiers):
5054 Don't make new frame unsplittable by default.
5055 (display-buffer-normalize-argument): Fix doc-string typo and use
5056 'same-frame-other-window instead of 'other-window when associating
5057 with display-buffer-macro-specifiers.
5058
5059 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
5060
5061 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
5062 New functions.
5063 (5x5-mode-map, 5x5-mode-menu): Bind them.
5064 (5x5-draw-grid): Tweak the solver's rendering.
5065
5066 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5067
5068 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
5069 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
5070
5071 2011-06-21 Drew Adams <drew.adams@oracle.com>
5072
5073 * menu-bar.el: Use function variable instead of switch-to-buffer.
5074 (menu-bar-select-buffer-function): New variable.
5075 (menu-bar-update-buffers): Use it (bug#8876).
5076
5077 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5078
5079 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
5080 variable's status.
5081
5082 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
5083
5084 * x-dnd.el (x-dnd-version-from-flags)
5085 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
5086 and long as number (Bug#8899).
5087 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
5088
5089 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5090
5091 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
5092 (completion-try-completion, completion-all-completions): Compute the
5093 metadata argument if it's missing; make it optional (bug#8795).
5094
5095 * wid-edit.el: Use lex-bind and move towards completion-at-point.
5096 (widget-complete): Use new :completion-function property.
5097 (widget-completions-at-point): New function.
5098 (default): Use :completion-function instead of :complete.
5099 (widget-default-completions): Rename from widget-default-complete;
5100 Rewrite.
5101 (widget-string-complete, widget-file-complete, widget-color-complete):
5102 Remove functions.
5103 (file, symbol, function, variable, coding-system, color):
5104 * international/mule-cmds.el (default-input-method, charset)
5105 (language-info-custom-alist):
5106 * cus-edit.el (face): Use new property :completions.
5107
5108 * progmodes/pascal.el (pascal-completions-at-point): New function.
5109 (pascal-mode): Use it.
5110 (pascal-mode-map): Use completion-at-point.
5111 (pascal-toggle-completions): Make obsolete.
5112 (pascal-complete-word, pascal-show-completions):
5113 * progmodes/octave-mod.el (octave-complete-symbol):
5114 Redefine as obsolete alias.
5115 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
5116 Signal absence of completion info for old Octave,
5117 (inferior-octave-complete): Redefine as obsolete alias.
5118 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
5119 (meta-completions-at-point): Rename from meta-complete-symbol and
5120 adapt it for use on completion-at-point-functions.
5121 (meta-common-mode): Use it.
5122 (meta-looking-at-backward, meta-match-buffer): Remove.
5123 (meta-complete-symbol): Redefine as obsolete alias.
5124 (meta-common-mode-map): Use completion-at-point.
5125 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
5126 (makefile-mode-map): Use completion-at-point.
5127 (makefile-completions-at-point): Rename from makefile-complete and
5128 adapt it for use on completion-at-point-functions.
5129 (makefile-mode): Use it.
5130 (makefile-complete): Redefine as obsolete alias.
5131
5132 2011-06-20 Deniz Dogan <deniz@dogan.se>
5133
5134 * net/rcirc.el: Delete trailing whitespaces once and for all.
5135
5136 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
5137
5138 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
5139
5140 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
5141
5142 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
5143
5144 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
5145
5146 2011-06-19 Martin Rudalics <rudalics@gmx.at>
5147
5148 * window.el (display-buffer-other-window-means-other-frame):
5149 Call display-buffer-normalize-alist.
5150 (display-buffer-normalize-specifiers-1): Rename to
5151 display-buffer-normalize-argument. New argument other-frame.
5152 Rewrite.
5153 (display-buffer-normalize-specifiers-2): Rename to
5154 display-buffer-normalize-options.
5155 (display-buffer-normalize-alist-1): New function.
5156 (display-buffer-normalize-specifiers-3): Rename to
5157 display-buffer-normalize-alist.
5158 Call display-buffer-normalize-alist-1.
5159 (display-buffer-normalize-options-inhibit): New variable.
5160 (display-buffer-normalize-specifiers): Rewrite calling
5161 display-buffer-normalize-alist,
5162 display-buffer-normalize-argument, and
5163 display-buffer-normalize-options. Don't call the latter if
5164 display-buffer-normalize-options-inhibit is non-nil.
5165 (frame-auto-delete): New option.
5166 (window-deletable-p): Use frame-auto-delete.
5167 (window-list-no-nils, window-state-ignored-parameters)
5168 (window-state-get-1, window-state-get, window-state-put-list)
5169 (window-state-put-1, window-state-put-2, window-state-put):
5170 New functions.
5171 (display-buffer-normalize-options): Move special-display-p group
5172 after pop-up-frame group (Bug#8851) and (Bug#8856).
5173
5174 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
5175
5176 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
5177 groups (Bug#8776).
5178 (rx-submatch-n): New function.
5179 (rx): Document it.
5180
5181 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
5182 (Bug#8768).
5183
5184 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
5185
5186 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
5187
5188 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
5189 anytime existing face settings are present (Bug#8889).
5190
5191 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
5192 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
5193 Remove unused argument.
5194
5195 2011-06-18 Martin Rudalics <rudalics@gmx.at>
5196
5197 * window.el (display-buffer-default-specifiers):
5198 Remove pop-up-frame. Add pop-up-window-min-height,
5199 pop-up-window-min-width, and another reuse-window specifier
5200 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
5201 (display-buffer-normalize-specifiers-2):
5202 Handle split-height-threshold and split-width-threshold also when
5203 pop-up-windows is unset. Add a reuse-window specifier for the
5204 case popping up a new window fails.
5205 (special-display-popup-frame): Remove double quoting.
5206 (display-buffer-normalize-specifiers-1): Fix thinko.
5207
5208 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5209
5210 * shell.el (shell-completion-vars): Set pcomplete-termination-string
5211 according to comint-completion-addsuffix.
5212
5213 * pcomplete.el: Convert to lexical binding and fix bug#8819.
5214 (pcomplete-suffix-list): Mark as obsolete.
5215 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
5216 pcomplete-seen in the closure.
5217 (pcomplete-comint-setup): Setup completion-at-point as well.
5218 (pcomplete--entries): New function.
5219 (pcomplete--env-regexp): New var.
5220 (pcomplete-entries): Rewrite to work with partial-completion and
5221 without relying on pcomplete-suffix-list.
5222 (pcomplete-pare-list): Remove, unused.
5223
5224 2011-06-17 Martin Rudalics <rudalics@gmx.at>
5225
5226 * window.el (display-buffer-alist): Set pop-up-window-min-height
5227 and pop-up-window-min-width in default value. Reported by
5228 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
5229 other-window-means-other-frame.
5230 (display-buffer-macro-specifiers): Comment out entry for
5231 other-window specifier.
5232 (display-buffer-other-window-means-other-frame): New function.
5233 (display-buffer-normalize-specifiers-1): New arguments
5234 buffer-name and label. Treat other-window case specially.
5235 (display-buffer-normalize-specifiers-2): Treat other-window case
5236 specially.
5237 (display-buffer-normalize-specifiers-3): New function.
5238 (display-buffer-normalize-specifiers):
5239 Call display-buffer-normalize-specifiers-3.
5240
5241 2011-06-17 Martin Rudalics <rudalics@gmx.at>
5242
5243 * window.el (same-window-p): Fix two typos introduced when
5244 adding with-no-warnings.
5245 (display-buffer-normalize-specifiers-1): Don't check
5246 pop-up-frames for 'unset initialization.
5247 (display-buffer-normalize-specifiers-2): Major rewrite using
5248 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
5249 (pop-up-frames, display-buffer-reuse-frames)
5250 (display-buffer-mark-dedicated): Don't initialize to 'unset.
5251 Suggested by David Engster <deng@randomsample.de>.
5252 (even-window-heights): Initialize to 'unset.
5253 (display-buffer-alist-set): Handle new 'unset initializations.
5254 (display-buffer-macro-specifiers): Don't pop up a new frame in the
5255 other window case.
5256
5257 2011-06-16 Martin Rudalics <rudalics@gmx.at>
5258
5259 * window.el (display-buffer-normalize-specifiers-1):
5260 Respect current value of pop-up-frames for most reasonable values of
5261 second argument of display-buffer (Bug#8865).
5262 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
5263 (switch-to-buffer-other-window-same-frame)
5264 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
5265 Adams (Bug#8875).
5266 (display-buffer): Don't check noninteractive when calling
5267 display-buffer-pop-up-frame.
5268 (display-buffer-pop-up-frame): Never pop up a frame in
5269 noninteractive mode (Bug#8857).
5270 (enlarge-window, shrink-window): Don't report an error when the
5271 window can't be resized as requested (Bug#8862).
5272
5273 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5274
5275 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
5276
5277 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
5278
5279 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
5280
5281 2011-06-15 Alan Mackenzie <acm@muc.de>
5282
5283 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
5284 for declarators, disable knr checking to speed up for normal files.
5285 2: Refactor, replacing a sequence of nested if forms by a cond form.
5286
5287 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5288
5289 * net/network-stream.el (open-network-stream): Add the keyword
5290 :always-query-capabilities for the case where you want to force a
5291 `plain' network connection, but the protocol still requires the
5292 capabilitiy command (i.e., SMTP and EHLO).
5293
5294 * subr.el (process-live-p): Rename from `process-alive-p' for
5295 consistency with other `-live-p' functions.
5296
5297 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * window.el (same-window-buffer-names, same-window-regexps)
5300 (special-display-frame-alist, special-display-popup-frame)
5301 (special-display-function, special-display-buffer-names)
5302 (special-display-regexps, pop-up-frame-alist)
5303 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
5304 (pop-up-windows, split-window-preferred-function)
5305 (split-height-threshold, split-width-threshold, even-window-heights)
5306 (display-buffer-mark-dedicated): Don't encourage the use of
5307 display-buffer-alist from Elisp code.
5308
5309 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5310
5311 * progmodes/python.el (python-mode): Derive from prog-mode.
5312 * progmodes/ps-mode.el (ps-mode):
5313 * progmodes/mixal-mode.el (mixal-mode):
5314 * progmodes/cfengine.el (cfengine-mode):
5315 * progmodes/ld-script.el (ld-script-mode): Likewise.
5316
5317 2011-06-15 Martin Rudalics <rudalics@gmx.at>
5318
5319 * window.el (display-buffer-alist): Trim default value to avoid
5320 popping up a new frame (Bug#8857) or reusing an arbitrary window
5321 on another frame.
5322 (display-buffer): Do not fall back on popping up a new frame in
5323 batch mode (Bug#8857).
5324
5325 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
5326
5327 * cus-theme.el (describe-theme-1): Use custom-theme-p.
5328 (custom-theme-summary): New function.
5329 (customize-themes): Use it.
5330
5331 2011-06-13 Glenn Morris <rgm@gnu.org>
5332
5333 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
5334
5335 2011-06-13 Martin Rudalics <rudalics@gmx.at>
5336
5337 * help.el (help-window): Remove variable.
5338 (help-window-point-marker, temp-buffer-max-height)
5339 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
5340 (help-print-return-message): Don't set help-window.
5341 (resize-temp-buffer-window): Rewrite cod eand doc-string.
5342 (help-window-setup-finish): Remove.
5343 (help-window-display-message, help-window-setup)
5344 (with-help-window): Major rewrite based on new
5345 display-buffer-window variable.
5346
5347 * help-mode.el (help-mode-finish): Remove help-window related
5348 code.
5349
5350 * view.el (view-exits-all-viewing-windows): Remove reference to
5351 view-return-to-alist in doc-string.
5352 (view-return-to-alist): Make obsolete.
5353 (view-buffer): Call pop-to-buffer-same-window and remove
5354 undo-window code.
5355 (view-buffer-other-window): Call pop-to-buffer-other-window and
5356 simplify code. Ignore second argument.
5357 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
5358 simplify code. Ignore second argument.
5359 (view-return-to-alist-update): Make obsolete.
5360 (view-mode-enter): Rename second argument to QUIT-RESTORE.
5361 Rewrite using quit-restore window parameters.
5362 (view-mode-exit): Rename second argument to EXIT-ONLY.
5363 Rewrite using quit-restore-window.
5364 (View-exit, View-exit-and-edit, View-leave, View-quit)
5365 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
5366 appropriate arguments.
5367 (view-end-message): Use quit-restore window parameter.
5368
5369 * window.el (display-buffer-function): Rewrite doc-string.
5370 (display-buffer-window, display-buffer-alist): New variables.
5371 (display-buffer-split-specifiers)
5372 (display-buffer-side-specifiers)
5373 (display-buffer-macro-specifiers): New constants.
5374 (display-buffer-even-window-sizes, display-buffer-set-height)
5375 (display-buffer-set-width, display-buffer-select-window)
5376 (display-buffer-in-window, display-buffer-reuse-window)
5377 (display-buffer-split-window-1, display-buffer-split-window)
5378 (display-buffer-split-atom-window, display-buffer-pop-up-window)
5379 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
5380 (display-buffer-in-side-window, normalize-buffer-to-display)
5381 (display-buffer-normalize-specifiers-1)
5382 (display-buffer-normalize-specifiers-2)
5383 (display-buffer-normalize-specifiers, display-buffer-frame):
5384 New functions.
5385 (display-buffer): Major rewrite.
5386 (display-buffer-other-window, display-buffer-other-frame)
5387 (pop-to-buffer, switch-to-buffer-other-window)
5388 (switch-to-buffer-other-frame): Rewrite.
5389 (display-buffer-same-window, display-buffer-same-frame)
5390 (display-buffer-same-frame-other-window)
5391 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5392 (pop-to-buffer-other-window)
5393 (pop-to-buffer-same-frame-other-window)
5394 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
5395 (switch-to-buffer-other-window-same-frame): New functions.
5396 (same-window-p, special-display-p): Rewrite disabling warnings.
5397 Make obsolete.
5398 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5399 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
5400 Make obsolete
5401 (same-window-buffer-names, same-window-regexps)
5402 (special-display-frame-alist, special-display-popup-frame)
5403 (special-display-function, special-display-buffer-names)
5404 (special-display-regexps, pop-up-frame-alist)
5405 (pop-up-frame-function, split-window-preferred-function)
5406 (split-height-threshold, split-width-threshold)
5407 (even-window-heights): Make obsolete.
5408
5409 2011-06-12 Glenn Morris <rgm@gnu.org>
5410
5411 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
5412 Misc simplifications.
5413
5414 2011-06-12 Martin Rudalics <rudalics@gmx.at>
5415
5416 * window.el (window-safely-shrinkable-p): Restore function which
5417 was inadvertently removed in change from 2011-06-11. Declare as
5418 obsolete.
5419
5420 * calendar/calendar.el (calendar-generate-window):
5421 Use window-iso-combined-p instead of combination of one-window-p and
5422 window-safely-shrinkable-p.
5423
5424 2011-06-12 Glenn Morris <rgm@gnu.org>
5425
5426 * progmodes/fortran.el (fortran-mode-syntax-table):
5427 * progmodes/f90.el (f90-mode-syntax-table):
5428 Set % to punctuation. (Bug#8820)
5429 (f90-find-tag-default): Remove, no longer needed.
5430
5431 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
5432
5433 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
5434
5435 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
5436
5437 * image.el (image-animated-p): Return animation delay in seconds.
5438 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
5439 (image-animate-timeout): Remove DELAY argument. Don't assume
5440 every subimage has the same delay; get it from image-animated-p.
5441 (image-animate): Caller changed.
5442
5443 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
5444
5445 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
5446 to ignored backtrace functions.
5447
5448 2011-06-11 Glenn Morris <rgm@gnu.org>
5449
5450 * calendar/appt.el (appt-disp-window-function): Doc fix.
5451 (appt-check): Handle overlapping appointments. (Bug#8337)
5452
5453 2011-06-11 Martin Rudalics <rudalics@gmx.at>
5454
5455 * window.el (window-tree-1, window-tree): New functions, moving
5456 the latter to window.el.
5457 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5458 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5459 (bw-refresh-edges): Remove.
5460 (balance-windows-1, balance-windows-2): New functions.
5461 (balance-windows): Rewrite in terms of window tree functions,
5462 balance-windows-1 and balance-windows-2.
5463 (bw-adjust-window): Remove.
5464 (balance-windows-area-adjust): New function with functionality of
5465 bw-adjust-window but using resize-window.
5466 (set-window-text-height): Rewrite doc-string.
5467 Use normalize-live-window and resize-window.
5468 (enlarge-window-horizontally, shrink-window-horizontally):
5469 Rename argument to DELTA.
5470 (window-buffer-height): New function.
5471 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
5472 Rewrite using new window resize routines.
5473 (kill-buffer-and-window, mouse-autoselect-window-select):
5474 Use ignore-errors instead of condition-case.
5475 (quit-window): Call delete-frame instead of delete-windows-on
5476 for the only buffer on frame.
5477
5478 2011-06-10 Martin Rudalics <rudalics@gmx.at>
5479
5480 * loadup.el (top-level): Load window before files for the sake
5481 of replace-buffer-in-windows.
5482
5483 * files.el (read-buffer-to-switch)
5484 (switch-to-buffer-other-window)
5485 (switch-to-buffer-other-frame, display-buffer-other-frame):
5486 Move to window.el.
5487
5488 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
5489 (previous-buffer): Move to window.el.
5490
5491 * bindings.el (unbury-buffer): Move to window.el.
5492
5493 * window.el (delete-other-windows-vertically): Move after
5494 definition of delete-other-windows.
5495 (other-window, delete-windows-on, replace-buffer-in-windows):
5496 Move here from window.c.
5497 (record-window-buffer, unrecord-window-buffer)
5498 (set-window-buffer-start-and-point, switch-to-prev-buffer)
5499 (switch-to-next-buffer): New functions.
5500 (get-next-valid-buffer, last-buffer, next-buffer): Move here
5501 from simple.el. Call switch-to-next-buffer.
5502 (previous-buffer): Move here from simple.el.
5503 Call switch-to-prev-buffer.
5504 (bury-buffer): Move here from buffer.c. Switch to previous
5505 buffer when window cannot be deleted.
5506 (unbury-buffer): Move here from bindings.el.
5507 (ctl-x-map): Move binding for other-window from window.c to
5508 here.
5509 (read-buffer-to-switch, switch-to-buffer-other-window)
5510 (switch-to-buffer-other-frame): Move here from files.el.
5511 (normalize-buffer-to-switch-to): New functions.
5512 (switch-to-buffer): Move here from buffer.c.
5513 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
5514
5515 2011-06-10 Martin Rudalics <rudalics@gmx.at>
5516
5517 * window.el (window-min-height, window-min-width): Move here
5518 from window.c. Add defcustoms and rewrite doc-strings.
5519 (resize-mini-window, resize-window): New functions.
5520 (adjust-window-trailing-edge, enlarge-window, shrink-window):
5521 Move here from window.c.
5522 (maximize-window, minimize-window): New functions.
5523 (delete-window, delete-other-windows, split-window): Move here
5524 from window.c.
5525 (window-split-min-size): New function.
5526 (split-window-keep-point): Mention split-window-above-each-other
5527 instead of split-window-vertically.
5528 (split-window-above-each-other, split-window-vertically):
5529 Rename split-window-vertically to split-window-above-each-other and
5530 provide defalias for old definition.
5531 (split-window-side-by-side, split-window-horizontally): Rename
5532 split-window-horizontally to split-window-side-by-side and provide
5533 defalias for the old definition.
5534 (ctl-x-map): Move bindings for delete-window,
5535 delete-other-windows and enlarge-window here from window.c.
5536 Replace bindings for split-window-vertically and
5537 split-window-horizontally by bindings for
5538 split-window-above-each-other and split-window-side-by-side.
5539
5540 * cus-start.el (all): Remove entries for window-min-height and
5541 window-min-width. Add entries for window-splits and
5542 window-nest.
5543
5544 2011-06-09 Glenn Morris <rgm@gnu.org>
5545
5546 * calendar/appt.el (appt-mode-line): New function.
5547 (appt-check, appt-disp-window): Use it.
5548
5549 * files.el (hack-one-local-variable-eval-safep):
5550 Allow minor-modes with explicit +/-1 arguments.
5551
5552 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
5553
5554 * term/xterm.el (xterm): Add defgroup.
5555 (xterm-extra-capabilities): Add defcustom to supply known xterm
5556 capabilities, skip querying them, or query them (default).
5557 (terminal-init-xterm): Use it.
5558 (terminal-init-xterm-modify-other-keys): New function to set up
5559 modifyOtherKeys support to simplify `terminal-init-xterm'.
5560
5561 2011-06-09 Martin Rudalics <rudalics@gmx.at>
5562
5563 * window.el (resize-window-reset, resize-window-reset-1)
5564 (resize-subwindows-skip-p, resize-subwindows-normal)
5565 (resize-subwindows, resize-other-windows, resize-this-window)
5566 (resize-root-window, resize-root-window-vertically)
5567 (window-deletable-p, window-or-subwindow-p)
5568 (frame-root-window-p): New functions.
5569
5570 2011-06-09 Glenn Morris <rgm@gnu.org>
5571
5572 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
5573 (ange-ftp-get-files): Use it.
5574
5575 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5576
5577 * mail/sendmail.el (mail-recover-1, mail-recover):
5578 * files.el (recover-file, recover-session):
5579 Handle dired-listing-switches not being just a single short option.
5580
5581 2011-06-09 Glenn Morris <rgm@gnu.org>
5582
5583 * calendar/appt.el (appt-display-message, appt-disp-window):
5584 Handle lists of appointments.
5585
5586 2011-06-08 Martin Rudalics <rudalics@gmx.at>
5587
5588 * window.el (one-window-p): Move down in code.
5589 Rewrite doc-string.
5590 (window-current-scroll-bars): Rewrite doc-string.
5591 Normalize live window argument.
5592 (walk-windows, get-window-with-predicate, count-windows):
5593 Rewrite doc-string. Use window-list-1.
5594 (window-in-direction-2, window-in-direction, get-mru-window):
5595 New functions.
5596
5597 2011-06-08 Reuben Thomas <rrt@sc3d.org>
5598
5599 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
5600 Doc fix (Bug#8713).
5601
5602 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
5603
5604 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
5605
5606 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
5607
5608 * loadhist.el (unload-feature-special-hooks):
5609 Add `comint-output-filter-functions'.
5610
5611 2011-06-08 Ivan Kanis <gnu@kanis.fr>
5612
5613 * calendar/appt.el (appt-check): Move some initializations into the let.
5614
5615 2011-06-08 Martin Rudalics <rudalics@gmx.at>
5616
5617 * window.el (window-height): Defalias to window-total-height.
5618 (window-width): Defalias to window-body-width.
5619
5620 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
5621
5622 * image-mode.el (image-toggle-animation): New command.
5623 (image-mode-map): Bind it to RET.
5624 (image-mode): Update message.
5625 (image-toggle-display-image): Avoid a spurious cache flush.
5626 (image-transform-rotation): Doc fix.
5627 (image-transform-properties): Return quickly in the normal case.
5628 (image-animate-loop): Rename from image-animate-max-time.
5629
5630 * image.el (image-animate-max-time): Move to image-mode.el.
5631 (create-animated-image): Remove unnecessary function.
5632 (image-animate): Rename from image-animate-start. New arg.
5633 (image-animate-stop): Remove; just use image-animate-timer.
5634 (image-animate-timer): Use car-safe.
5635 (image-animate-timeout): Rename argument.
5636
5637 2011-06-07 Martin Rudalics <rudalics@gmx.at>
5638
5639 * window.el (get-lru-window, get-largest-window): Move here from
5640 window.c. Rename first argument to ALL-FRAMES.
5641 Rephrase doc-strings.
5642 (get-buffer-window-list): Rewrite using window-list-1.
5643 Rephrase doc-string.
5644 (window-safe-min-height, window-safe-min-width): New constants.
5645 (window-size-ignore, window-min-size, window-min-size-1)
5646 (window-sizable, window-sizable-p, window-size-fixed-1)
5647 (window-size-fixed-p, window-min-delta-1, window-min-delta)
5648 (window-max-delta-1, window-max-delta, window-resizable)
5649 (window-resizable-p, window-total-height, window-total-width)
5650 (window-body-width): New functions.
5651 (window-full-height-p, window-full-width-p): Rewrite using
5652 window-total-size.
5653 (window-body-height): Rewrite using window-body-size.
5654
5655 2011-06-06 Martin Rudalics <rudalics@gmx.at>
5656
5657 * window.el (window-right, window-left, window-child)
5658 (window-child-count, window-last-child, window-any-p)
5659 (normalize-live-buffer, normalize-live-frame)
5660 (normalize-any-window, normalize-live-window)
5661 (window-iso-combination-p, window-iso-combined-p)
5662 (window-iso-combinations)
5663 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
5664 (windows-with-parameter, window-with-parameter)
5665 (window-atom-root, make-window-atom, window-atom-check-1)
5666 (window-atom-check, window-side-check, window-check):
5667 New functions.
5668 (ignore-window-parameters, window-sides, window-sides-vertical)
5669 (window-sides-slots): New variables.
5670 (window-size-fixed): Move down in code. Minor doc-string fix.
5671
5672 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
5673
5674 * comint.el (comint-dynamic-complete-as-filename)
5675 (comint-dynamic-complete-filename): Correctly call
5676 completion-in-region.
5677
5678 2011-06-05 Deniz Dogan <deniz@dogan.se>
5679
5680 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
5681 in last change.
5682
5683 2011-06-05 Deniz Dogan <deniz@dogan.se>
5684
5685 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
5686 (rcirc): Use it to prompt for encryption.
5687
5688 2011-06-05 Roland Winkler <winkler@gnu.org>
5689
5690 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
5691 (bibtex-search-entries): New command bound to C-c C-a.
5692 (bibtex-display-entries): New function.
5693
5694 2011-06-05 Roland Winkler <winkler@gnu.org>
5695
5696 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
5697 (bibtex-insert-kill): After yanking insert newline if necessary.
5698 (bibtex-initialize): Call bibtex-string-files-init only once.
5699 (bibtex-mode): Do not call easy-menu-add.
5700 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
5701 (bibtex-yank): Set arg properly if nil.
5702
5703 2011-06-05 Roland Winkler <winkler@gnu.org>
5704
5705 * textmodes/bibtex.el (bibtex-search-entry-globally):
5706 New variable.
5707 (bibtex-search-entry): Use it.
5708
5709 2011-06-05 Roland Winkler <winkler@gnu.org>
5710
5711 * textmodes/bibtex.el (bibtex-entry-format): New option
5712 sort-fields.
5713 (bibtex-format-entry, bibtex-reformat): Honor this option.
5714 (bibtex-parse-entry): Return fields in proper order.
5715
5716 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
5717
5718 * doc-view.el (doc-view-remove-if): Move computation of result out
5719 of `dolist' to silence misleading lexical-binding warning.
5720
5721 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
5722
5723 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
5724 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
5725
5726 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
5727
5728 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
5729 "SunOS 5.10".
5730
5731 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
5732
5733 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
5734 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
5735 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
5736 (tramp-parse-putty):
5737 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
5738 (tramp-completion-function-alist-ssh)
5739 (tramp-completion-function-alist-telnet)
5740 (tramp-completion-function-alist-su)
5741 (tramp-completion-function-alist-putty): Set `tramp-autoload'
5742 cookie.
5743
5744 * net/tramp-ftp.el:
5745 * net/tramp-sh.el:
5746 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
5747 load "tramp.el" `tramp-set-completion-function'.
5748
5749 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
5750
5751 * shell.el: Require and use pcomplete.
5752 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
5753 (shell-completion-vars): Set pcomplete-default-completion-function.
5754
5755 2011-06-04 Deniz Dogan <deniz@dogan.se>
5756
5757 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
5758 `memq' (Bug#8799).
5759
5760 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5761
5762 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
5763
5764 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
5765
5766 * bs.el (bs--mark-unmark, bs--nth-wrapper):
5767 * mpc.el (mpc-select-extend, mpc-songpointer-context):
5768 * vc/log-view.el (log-view-beginning-of-defun):
5769 * vc/smerge-mode.el (smerge-apply-resolution-patch)
5770 (smerge-refine-forward, smerge-refine-chopup-region):
5771 Silence warning for unused `dotimes' counter variables.
5772
5773 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
5774
5775 * net/tramp.el (tramp-with-progress-reporter): Rename from
5776 with-progress-reporter. Use `declare'.
5777 * net/tramp-smb.el:
5778 * net/tramp-sh.el:
5779 * net/tramp-gvfs.el: Update all uses.
5780
5781 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
5782
5783 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
5784 buffer isn't killed before making it current.
5785
5786 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5787
5788 Silence various byte-compiler warnings.
5789 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
5790 `access-type' and new obsolescence format.
5791 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
5792 new format.
5793 (byte-compile-check-variable): New `access-type' argument.
5794 Only warn if the access-type is obsolete.
5795 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
5796 (byte-compile-variable-set): Adjust callers.
5797 * help-fns.el (describe-variable): Adjust to new obsolescence format.
5798 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
5799 setting it as obsolete.
5800 * simple.el (minibuffer-completing-symbol):
5801 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
5802 access as obsolete.
5803 * minibuffer.el (minibuffer-completing-file-name): Don't make it
5804 obsolete yet.
5805 * international/quail.el (quail-mouse-choose-completion): Remove unused
5806 code referring to obsolete var.
5807 (quail-choose-completion-string): Remove.
5808 * server.el (server-clients-with, server-kill-buffer-query-function)
5809 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
5810 * proced.el (proced-send-signal):
5811 * emacs-lisp/lisp.el (lisp-complete-symbol):
5812 Replace completion-annotate-function with completion-extra-properties.
5813
5814 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5815
5816 * simple.el (goto-line): Use read-number.
5817 (overriding-map-is-bound): Remove.
5818 (saved-overriding-map): Change default.
5819 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
5820 Take the map as argument.
5821 (universal-argument, negative-argument, digit-argument): Use it.
5822 (restore-overriding-map): Adjust.
5823 (do-auto-fill): Use fill-forward-paragraph.
5824 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
5825
5826 * minibuffer.el (minibuffer-inactive-mode-map): New var.
5827 (minibuffer-inactive-mode): New major mode.
5828 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
5829 the *Messages* buffer" hack.
5830 (mouse-popup-menubar): Don't burp if the event is a normal key.
5831
5832 Miscellaneous tweaks.
5833 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
5834 lexical scoping as in subr.el's dolist and dotimes.
5835 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
5836 Silence compiler warning.
5837 * thingatpt.el (forward-whitespace): Trivial coding style fix.
5838 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
5839 * international/ccl.el (ccl-compile): Trivial simplification.
5840 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
5841 * emacs-lisp/testcover.el (testcover-end): Remove spurious
5842 `printflag' argument.
5843 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5844 Purecopy the whole obsolescence data.
5845
5846 2011-06-01 Leo Liu <sdl.web@gmail.com>
5847
5848 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
5849 improve doc-string as suggested by Marco Pessotto
5850 <melmothx@gmail.com>.
5851 (rcirc-print): Fix last change.
5852
5853 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5854
5855 * minibuffer.el (complete-with-action): Return nil for the metadata and
5856 boundaries of non-functional tables.
5857 (completion-table-dynamic): Return nil for the metadata.
5858 (completion-table-with-terminator): Add default case, using
5859 complete-with-action.
5860 (completion--metadata): New function.
5861 (completion-all-sorted-completions, minibuffer-completion-help): Use it
5862 to try and avoid pathological performance problems.
5863 (completion--embedded-envvar-table): Return `category' metadata.
5864
5865 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
5866
5867 * subr.el (process-alive-p): New tiny convenience function.
5868
5869 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5870
5871 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
5872 content but also its previous major mode.
5873
5874 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
5875
5876 * emacs-lisp/debug.el (debug): Restore the previous content of the
5877 *Backtrace* buffer when we exit with C-M-c.
5878
5879 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5880
5881 * minibuffer.el: Add metadata method to completion tables.
5882 (completion-category-overrides): New defcustom.
5883 (completion-metadata, completion--field-metadata)
5884 (completion-metadata-get, completion--styles)
5885 (completion--cycle-threshold): New functions.
5886 (completion-try-completion, completion-all-completions):
5887 Add `metadata' argument to choose completion-styles.
5888 (completion--do-completion): Use metadata to choose cycling.
5889 (completion-all-sorted-completions): Use metadata for sorting.
5890 Remove :completion-cycle-penalty which is not needed any more.
5891 (completion--try-word-completion): Add `metadata' argument.
5892 (minibuffer-completion-help): Check metadata for annotation function
5893 and sorting.
5894 (completion-file-name-table): Return `category' metadata.
5895 (minibuffer-completing-file-name): Make obsolete.
5896 * simple.el (minibuffer-completing-symbol): Make obsolete.
5897 * icomplete.el (icomplete-completions): Pass new `metadata' param to
5898 completion-try-completion.
5899
5900 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5901
5902 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
5903
5904 2011-05-30 Leo Liu <sdl.web@gmail.com>
5905
5906 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5907 (rcirc-print): Decode all incoming messages (bug#8744).
5908 (rcirc-decode-coding-system): Allow value nil for automatic coding
5909 system detection.
5910
5911 2011-06-01 Glenn Morris <rgm@gnu.org>
5912
5913 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
5914
5915 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
5916
5917 * image.el (image-animate-max-time): Allow nil and t values.
5918 Default to nil.
5919 (create-animated-image): Doc fix.
5920 (image-animate-start): Remove second arg; just use
5921 image-animate-max-time.
5922 (image-animate-timeout): Doc fix. Args changed.
5923
5924 * image-mode.el (image-toggle-display-image): Ensure that the
5925 image spec passed to the animate timer is the same object as in
5926 the buffer's display property (Bug#6981).
5927 (image-transform-properties): Doc fix.
5928
5929 * image.el (image-animate-max-time): Default to nil.
5930
5931 2011-05-29 Martin Rudalics <rudalics@gmx.at>
5932
5933 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
5934 entire buffer list (Bug#8184).
5935
5936 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
5937
5938 * image.el (imagemagick-types-inhibit)
5939 (imagemagick-register-types): Doc fix.
5940
5941 2011-05-29 Deniz Dogan <deniz@dogan.se>
5942
5943 * net/rcirc.el (rcirc): Use the user's stored encryption method by
5944 default.
5945
5946 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
5947
5948 * select.el: Don't perform clipboard-manager saving in hooks;
5949 leave the hooks empty.
5950
5951 2011-05-28 Leo Liu <sdl.web@gmail.com>
5952
5953 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
5954 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
5955 (occur-edit-mode): New major mode (Bug#8463).
5956 (occur-after-change-function): New function.
5957 (occur-engine): Give Occur tags a read-only property.
5958
5959 2011-05-28 Kevin Ryde <user42@zip.com.au>
5960
5961 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
5962
5963 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
5964
5965 * bindings.el (help-echo): Make the initial non-indicator dash
5966 empty on graphical terminals (Bug#7295).
5967
5968 * files.el (auto-mode-alist): Move config rule after the
5969 in-stripping one (Bug#8547).
5970
5971 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
5972
5973 * startup.el (normal-splash-screen): Remove gratuitous mode-line
5974 setting (Bug#8740).
5975
5976 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
5977
5978 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
5979 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
5980 (Bug#8539).
5981
5982 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
5983
5984 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
5985
5986 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
5987
5988 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
5989 (hs-hide-block-at-point, hs-find-block-beginning)
5990 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
5991 (Bug#8279).
5992
5993 2011-05-28 Glenn Morris <rgm@gnu.org>
5994
5995 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
5996
5997 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
5998
5999 * help-fns.el (describe-function-1): If the function is a derived
6000 major mode, print the parent mode.
6001
6002 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
6003 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
6004
6005 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6006
6007 * minibuffer.el (completion--capf-wrapper): Check applicability before
6008 returning non-nil for non-exclusive completion data.
6009 * progmodes/etags.el (tags-completion-at-point-function):
6010 * info-look.el (info-lookup-completions-at-point): Mark as
6011 non-exclusive.
6012 (info-complete): Adjust accordingly.
6013
6014 * info-look.el: Convert to lexical-binding and completion-at-point.
6015 (info-lookup-completions-at-point): New function.
6016 (info-complete): Use it and completion-in-region.
6017
6018 2011-05-28 Drew Adams <drew.adams@oracle.com>
6019
6020 * isearch.el: Let M-e start with point at the first mismatched char.
6021 (isearch-fail-pos): New function.
6022 (isearch-edit-string): Use it.
6023
6024 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
6025
6026 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
6027
6028 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
6029
6030 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
6031 traversal functions for avl-trees.
6032 (avl-tree--stack): New struct.
6033 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
6034 (avl-tree-enter): Add optional `updatefun' arg.
6035 (avl-tree--do-enter): Add optional `updatefun' arg.
6036 Change return value.
6037 (avl-tree-delete): Add optional `test' and `nilflag' args.
6038 (avl-tree--do-delete): Add `test' and `nilflag' args.
6039 Change return value.
6040 (avl-tree-member): Add optional `nilflag'
6041 (avl-tree-member-p): New function.
6042 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
6043 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
6044 (avl-tree-stack-empty-p): New functions.
6045
6046 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
6047
6048 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
6049 avl-tree--del-balance1 and make it work both ways.
6050 (avl-tree--del-balance2): Remove.
6051 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
6052 make it work both ways.
6053 (avl-tree--enter-balance2): Remove.
6054 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
6055 New macros.
6056 (avl-tree--mapc, avl-tree-map): Add direction argument.
6057
6058 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
6059
6060 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
6061
6062 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
6063
6064 * select.el: Support clipboard managers with built-in function
6065 x-clipboard-manager-save, via delete-frame-functions and
6066 kill-emacs-hook.
6067 (xselect-convert-to-targets): Add MULTIPLE target to list.
6068 (xselect-convert-to-save-targets): New function.
6069
6070 2011-05-27 Kenichi Handa <handa@m17n.org>
6071
6072 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
6073 let-binding rfc2047-encode-encoded-words to nil.
6074
6075 2011-05-27 Glenn Morris <rgm@gnu.org>
6076
6077 * mail/emacsbug.el: Don't require url-util.
6078
6079 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
6080
6081 * files.el (set-auto-mode):
6082 Also respect mode: entries at the end of the file. (Bug#8586)
6083
6084 2011-05-26 Glenn Morris <rgm@gnu.org>
6085
6086 * files.el (hack-local-variables-prop-line, hack-local-variables):
6087 Downcase mode names, as seems to be traditional.
6088 (hack-local-variables, hack-local-variables-apply): Doc fixes.
6089
6090 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
6091 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
6092
6093 2011-05-25 Julien Danjou <julien@danjou.info>
6094
6095 * textmodes/rst.el (rst-define-level-faces): Do not define face
6096 symbol if it is already defined.
6097
6098 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6099
6100 * play/5x5.el (5x5-new-game, 5x5-randomize):
6101 Reset 5x5-solver-output to nil when a new grid is cast.
6102 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
6103 these debugging traces, as defmacro breaks the compiled code.
6104
6105 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
6106
6107 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
6108
6109 2011-05-24 Leo Liu <sdl.web@gmail.com>
6110
6111 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
6112 (vc-bzr-sha1): Adapt.
6113
6114 * sha1.el: Remove. Function `sha1' is now builtin.
6115
6116 * bindings.el: Provide sha1 feature.
6117
6118 2011-05-24 Kenichi Handa <handa@m17n.org>
6119
6120 * mail/sendmail.el: Require `rfc2047'.
6121 (mail-insert-from-field): Do not perform RFC2047 encoding.
6122 (mail-encode-header): New function.
6123 (sendmail-send-it): Set buffer-file-coding-system of the work
6124 buffer to the return value of select-message-coding-system.
6125 Call mail-encode-header.
6126
6127 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
6128
6129 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
6130
6131 * mail/supercite.el (sc-default-cite-frame):
6132 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
6133
6134 2011-05-24 Glenn Morris <rgm@gnu.org>
6135
6136 * progmodes/python.el (brm-menu): Declare.
6137
6138 * emulation/viper.el (viper-set-hooks): Declare.
6139
6140 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
6141 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
6142 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
6143 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
6144 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
6145 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
6146
6147 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6148
6149 Add an :exit-function for completion-at-point.
6150
6151 * minibuffer.el (completion--done): New fun.
6152 (completion--do-completion): Use it. New arg `expect-exact'.
6153 (minibuffer-complete, minibuffer-complete-word): Don't output message,
6154 since completion--do-completion does it for us now.
6155 (minibuffer-force-complete): Use completion--done and
6156 completion--replace. Handle sole-completion case with more care.
6157 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
6158 (completion-extra-properties): New var.
6159 (completion-annotate-function): Make obsolete.
6160 (minibuffer-completion-help): Adjust accordingly.
6161 Use completion-list-insert-choice-function.
6162 (completion-at-point, completion-help-at-point):
6163 Bind completion-extra-properties.
6164 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
6165 * simple.el (completion-list-insert-choice-function): New var.
6166 (completion-setup-function): Preserve it.
6167 (choose-completion): Pay attention to it, shuffle the code a bit.
6168 (choose-completion-string): New arg `insert-function'.
6169
6170 * textmodes/bibtex.el: Convert to lexical binding.
6171 (bibtex-mode-map): Use completion-at-point.
6172 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
6173 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
6174 (bibtex-complete): Define as obsolete alias.
6175 (bibtex-complete-internal): Remove.
6176 (bibtex-format-entry): Remove unused sub-group in regexp.
6177 * shell.el (shell--command-completion-data)
6178 (shell-environment-variable-completion):
6179 * pcomplete.el (pcomplete-completions-at-point):
6180 * comint.el (comint--complete-file-name-data): Use :exit-function
6181 instead of completion-table-with-terminator so it also works for
6182 choose-completion.
6183
6184 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6185
6186 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
6187
6188 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
6189 (bug#8710).
6190
6191 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
6192
6193 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
6194
6195 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
6196 customization variable and implement: If non-nil, auto-fill will
6197 be inhibited while on topic's header line.
6198
6199 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
6200
6201 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
6202 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
6203 always have a solution in grid size = 5 cases.
6204 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
6205 (5x5-solver-output, 5x5-log-buffer): New vars.
6206 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
6207 Make these variables buffer local to achieve 5x5 multi-session-ness.
6208 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
6209 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
6210 (5x5-solve-suggest): New funs.
6211 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
6212 randomize a grid so that we ensure that there is always a solution.
6213 (5x5-make-random-grid): Allow other movement than flipping.
6214
6215 2011-05-23 Kevin Ryde <user42@zip.com.au>
6216
6217 * emacs-lisp/advice.el (ad-read-advised-function):
6218 Use `function-called-at-point' as the default default, if it has
6219 advice and passes PREDICATE.
6220
6221 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6222
6223 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
6224 byte-compile-lambda if it's actually a lambda.
6225
6226 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
6227 Fix function quoting. Use backquote better.
6228
6229 2011-05-22 Yuanle Song <sylecn@gmail.com>
6230
6231 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
6232 matching (Bug#8516).
6233
6234 2011-01-22 Jari Aalto <jari.aalto@cante.net>
6235
6236 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
6237 different face (Bug#8178).
6238
6239 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
6240
6241 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
6242 defface (Bug#8144).
6243
6244 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
6247 funcall as well (bug#8712). Warn when performing those conversions.
6248 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
6249
6250 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
6251
6252 2011-05-22 Glenn Morris <rgm@gnu.org>
6253
6254 * files.el (hack-local-variables-prop-line): Small simplifications.
6255 (hack-local-variables, hack-local-variables-prop-line):
6256 If MODE-ONLY, return the mode, rather than just `t'.
6257
6258 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
6261
6262 2011-05-21 Glenn Morris <rgm@gnu.org>
6263
6264 * files.el (hack-local-variables-prop-line, hack-local-variables):
6265 If only interested in the mode, don't bother doing the other stuff.
6266
6267 * image-mode.el (image-after-revert-hook):
6268 Redraw all frames on which the image is visible. (Bug#8567)
6269
6270 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
6271
6272 * wid-edit.el (widget-checklist-match-inline):
6273 Fix 2011-04-19 change. (Bug#8649)
6274
6275 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
6276
6277 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
6278 Also allow singlespace after single-letter capitals followed by a dot.
6279
6280 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
6281 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
6282
6283 2011-05-20 Nix <nix@esperi.org.uk>
6284
6285 * files.el (basic-save-buffer-2):
6286 Fix handling of break-hardlink-on-save with non-existent files.
6287
6288 2011-05-19 Deniz Dogan <deniz@dogan.se>
6289
6290 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
6291 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
6292
6293 2011-05-19 Glenn Morris <rgm@gnu.org>
6294
6295 * progmodes/f90.el (f90-type-def-re):
6296 Handle "type, bind(c)". (Bug#8691)
6297
6298 * emacs-lisp/autoload.el (batch-update-autoloads):
6299 Set autoload-excludes by parsing loadup.el rather than Makefiles.
6300
6301 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
6302
6303 * net/tramp.el (tramp-process-actions): Set "first-password-request"
6304 property for the correct connection in case of multihops.
6305
6306 2011-05-18 Glenn Morris <rgm@gnu.org>
6307
6308 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
6309 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
6310
6311 Rationalize calendar handling of day and month abbrev-arrays.
6312 * calendar/calendar.el (calendar-customized-p): New function.
6313 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
6314 (calendar-day-name-array, calendar-month-name-array): Doc fix.
6315 Add :set function.
6316 (calendar-abbrev-length, calendar-day-abbrev-array)
6317 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
6318 (calendar-day-abbrev-array, calendar-month-abbrev-array):
6319 Elements may no longer be nil.
6320 (calendar-day-name, calendar-month-name):
6321 Update for changed nature of abbrev arrays.
6322 * calendar/diary-lib.el (diary-name-pattern):
6323 Update for changed nature of abbrev arrays.
6324 (diary-mark-entries-1): Update calendar-make-alist calls.
6325 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
6326 * calendar/cal-html.el (cal-html-day-abbrev-array):
6327 Simply inherit from calendar-day-abbrev-array.
6328
6329 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6330
6331 * progmodes/grep.el (grep-mode): Disable default
6332 compilation-directory-matcher setting (bug#8684).
6333
6334 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
6335
6336 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
6337 instead of "head" and "tail". There were problems with SunOS 5.9,
6338 and it performs better.
6339
6340 2011-05-17 Glenn Morris <rgm@gnu.org>
6341
6342 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
6343
6344 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6345 Replace obsolete function.
6346
6347 * shell.el (pcomplete-parse-arguments-function): Declare.
6348
6349 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
6350 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
6351 (appt-check): Doc fixes.
6352 (appt-disp-window-function, appt-delete-window-function):
6353 Remove needless special case in custom :type.
6354 (appt-display-count): Default to 0, not nil.
6355 (appt-check): Reset appt-display-count to 0, not nil.
6356
6357 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
6358
6359 * progmodes/python.el (python-font-lock-keywords):
6360 Add the Python 3.X keyword "nonlocal" (bug#8639).
6361
6362 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6363
6364 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
6365
6366 2011-05-16 Kevin Ryde <user42@zip.com.au>
6367
6368 * info-look.el (makefile-automake-mode): New setups, looking in
6369 automake manual, then makefile-mode.
6370 (makefile-mode): Remove automake manual, have it just in
6371 makefile-automake-mode since there's various things different or
6372 not relevant to plain make.
6373 (makefile-mode): Remove "other-modes" non-existent automake-mode,
6374 believe a hypothetical automake-mode would go to makefile-mode,
6375 not the other way around.
6376
6377 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
6378
6379 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
6380 hunk-end tags (Bug#8672).
6381
6382 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
6383 vc-annotate-show-diff-revision-at-line (Bug#8671).
6384
6385 2011-05-14 Glenn Morris <rgm@gnu.org>
6386
6387 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
6388 in the middle of an existing one with multiple authors. (Bug#8645)
6389 (change-log-font-lock-keywords): Also handle multiple author lines
6390 with leading tabs. (Bug#8644)
6391
6392 * calendar/appt.el (appt-check): Rename some local variables.
6393 Some simplification/reordering.
6394
6395 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
6396 (feedmail-sendmail-f-doesnt-sell-me-out)
6397 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6398 (feedmail-debug-sit-for, feedmail-queue-express-hook)
6399 (feedmail-queue-runner-message-sender): Set :version.
6400 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
6401 (bbdb-dwim-net-address, vm-mail): Declare.
6402 (feedmail-binmail-gnulinuxish-template):
6403 Rename from feedmail-binmail-linuxish-template.
6404 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
6405 Use insert-buffer-substring.
6406
6407 2011-05-14 Bill Carpenter <bill@carpenter.org>
6408
6409 * mail/feedmail.el (feedmail-patch-level): Increase.
6410 (feedmail-debug): New custom group.
6411 (feedmail-confirm-outgoing-timeout)
6412 (feedmail-sendmail-f-doesnt-sell-me-out)
6413 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6414 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
6415 (feedmail-sender-line, feedmail-from-line)
6416 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
6417 (feedmail-spray-this-address)
6418 (feedmail-spray-address-fiddle-plex-list)
6419 (feedmail-queue-use-send-time-for-date)
6420 (feedmail-queue-use-send-time-for-message-id)
6421 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
6422 (feedmail-buffer-eating-function):
6423 Doc fixes.
6424 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
6425 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
6426 (feedmail-message-action-scroll-down): New functions.
6427 (feedmail-queue-directory, feedmail-queue-draft-directory):
6428 Use expand-file-name.
6429 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
6430 Remove C-v help entry.
6431 (feedmail-queue-buffer-file-name): New variable.
6432 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
6433 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
6434 (feedmail-message-action-send-strong, feedmail-message-action-edit)
6435 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
6436 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
6437 (feedmail-message-action-toggle-spray)
6438 (feedmail-run-the-queue-no-prompts)
6439 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
6440 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
6441 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
6442 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
6443 (feedmail-envelope-deducer, feedmail-fiddle-from)
6444 (feedmail-fiddle-sender, feedmail-default-date-generator)
6445 (feedmail-fiddle-date, feedmail-fiddle-message-id)
6446 (feedmail-fiddle-spray-address)
6447 (feedmail-fiddle-list-of-spray-fiddle-plexes)
6448 (feedmail-fiddle-list-of-fiddle-plexes)
6449 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
6450 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
6451 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
6452 Change default. Doc fix.
6453 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
6454 (feedmail-binmail-linuxish-template): New constant.
6455 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
6456 Respect feedmail-sendmail-f-doesnt-sell-me-out.
6457 (feedmail-send-it): Add debug call.
6458 Use feedmail-queue-buffer-file-name, and
6459 feedmail-send-it-immediately-wrapper.
6460 (feedmail-message-action-send): Add debug call.
6461 Use feedmail-send-it-immediately-wrapper.
6462 (feedmail-queue-express-to-queue): Add debug call.
6463 Run feedmail-queue-express-hook.
6464 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
6465 (feedmail-message-action-help-blat):
6466 Rename from feedmail-queue-send-edit-prompt-help-first.
6467 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
6468 Check line-endings. Handle errors better.
6469 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
6470 Doc fix. Add debug call.
6471 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
6472 Use feedmail-queue-send-edit-prompt-inner.
6473 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
6474 (feedmail-queue-send-edit-prompt-inner): New function, extracted
6475 from feedmail-queue-send-edit-prompt.
6476 (feedmail-queue-send-edit-prompt-help)
6477 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
6478 (feedmail-tidy-up-slug): Add debug call.
6479 Respect feedmail-queue-slug-suspect-regexp.
6480 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
6481 (feedmail-dump-message-to-queue): Add debug call.
6482 Expand queue-directory.
6483 (feedmail-dump-message-to-queue): Change message slightly.
6484 Use feedmail-say-chatter.
6485 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
6486 (feedmail-send-it-immediately-wrapper): New function.
6487 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
6488 Insert empty string rather than newline. Handle full-frame case.
6489 Use catch/throw. Use feedmail-say-chatter.
6490 (feedmail-fiddle-from): Try mail-host-address.
6491 (feedmail-default-message-id-generator): Doc fix.
6492 Bind system-time-locale. Handle missing end.
6493 (feedmail-fiddle-x-mailer): Add debug call.
6494 Handle feedmail-x-mailer-line being nil.
6495 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
6496 Add debug call. Use buffer-substring-no-properties.
6497 (feedmail-say-debug, feedmail-say-chatter): New functions.
6498 (feedmail-find-eoh): Give an explicit error.
6499
6500 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
6501
6502 * net/newst-treeview.el (newsticker-treeview-face): Change default
6503 family from helvetica to sans.
6504 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
6505 etc/images/newsticker.
6506
6507 * net/newst-reader.el (newsticker-feed-face): Change default
6508 family from helvetica to sans.
6509
6510 * net/newst-plainview.el (newsticker-new-item-face)
6511 (newsticker-old-item-face, newsticker-immortal-item-face)
6512 (newsticker-obsolete-item-face, newsticker-date-face)
6513 (newsticker-statistics-face): Change default family from
6514 helvetica to sans.
6515 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
6516 etc/images/newsticker.
6517
6518 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
6519 (newsticker--process-auto-mark-filter-match): : Tell user about
6520 auto-marking.
6521
6522 2011-05-13 Didier Verna <didier@xemacs.org>
6523
6524 Common Lisp indentation improvements on defmethod and lambda-lists.
6525 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
6526 TODO entries.
6527 (lisp-lambda-list-keyword-parameter-indentation)
6528 (lisp-lambda-list-keyword-parameter-alignment)
6529 (lisp-lambda-list-keyword-alignment): New customizable user options.
6530 (lisp-indent-defun-method): Improve docstring.
6531 (extended-loop-p): Fix comment.
6532 (lisp-indent-lambda-list-keywords-regexp): New variable.
6533 (lisp-indent-lambda-list): New function.
6534 (lisp-indent-259): Use it.
6535 (lisp-indent-defmethod): Support for more than one
6536 method qualifier and properly indent methods lambda-lists.
6537 (defgeneric): Provide a missing common-lisp-indent-function property.
6538
6539 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
6542 bounds for the empty string (bug#8667).
6543
6544 2011-05-13 Glenn Morris <rgm@gnu.org>
6545
6546 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
6547
6548 * mail/sendmail.el (sendmail-program): Try executable-find first.
6549 (sendmail-send-it): `sendmail-program' cannot be unbound.
6550
6551 * calendar/appt.el (appt-make-list): Simplify.
6552 (appt-time-msg-list): Doc fix.
6553 (appt-check): Change mode-line message at the time of the appointment.
6554
6555 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
6556
6557 * progmodes/ld-script.el (ld-script-keywords)
6558 (ld-script-builtins): Update keywords list.
6559
6560 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6561
6562 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
6563
6564 * shell.el (shell-completion-vars): New function.
6565 (shell-mode):
6566 * simple.el (read-shell-command): Use it.
6567 (blink-matching-open): No need for " [...]" in minibuffer-message.
6568
6569 2011-05-12 Glenn Morris <rgm@gnu.org>
6570
6571 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
6572 (appt-check): Simplify.
6573
6574 2011-05-12 Eli Zaretskii <eliz@gnu.org>
6575
6576 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
6577 literal "/dev/null".
6578
6579 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6580
6581 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
6582 Fix typo.
6583
6584 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6585
6586 * progmodes/which-func.el (which-function):
6587 Use add-log-current-defun instead of add-log-current-defun-function,
6588 which might not be defined (Bug#8260).
6589
6590 2011-05-12 Glenn Morris <rgm@gnu.org>
6591
6592 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
6593 Let byte-compile-initial-macro-environment always take precedence.
6594
6595 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6596
6597 * net/rcirc.el: Add support for SSL/TLS connections.
6598 (rcirc-server-alist): New field `encryption'.
6599 (rcirc): Check `encryption' settings.
6600 (rcirc-connect): New arg `encryption'. Use open-network-stream.
6601 Merge make-local-variable into `set'.
6602 (rcirc--connection-open-p): New function.
6603 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
6604 the process is not a network process (e.g. running gnutls-cli).
6605 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
6606 Make rcirc-(en|de)code-coding-system local here.
6607 (rcirc-mode): Merge make-local-variable into `set'.
6608 (rcirc-parent-buffer): Make permanent buffer-local.
6609 (rcirc-multiline-minor-mode): Don't do it here.
6610 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
6611 there's no server buffer.
6612
6613 2011-05-11 Glenn Morris <rgm@gnu.org>
6614
6615 * newcomment.el (comment-kill): Prefix "unused" local.
6616
6617 * term/w32console.el (get-screen-color): Declare.
6618
6619 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
6620 Handle symbol elements of byte-compile-initial-macro-environment.
6621
6622 2011-05-10 Leo Liu <sdl.web@gmail.com>
6623
6624 * bookmark.el (bookmark-bmenu-mode-map):
6625 Bind bookmark-bmenu-search to `/'.
6626
6627 * mail/footnote.el: Convert to utf-8 encoding.
6628 (footnote-unicode-string, footnote-unicode-regexp): New variable.
6629 (Footnote-unicode): New function.
6630 (footnote-style-alist): Add unicode style to the list.
6631 (footnote-style): Doc fix.
6632
6633 2011-05-10 Jim Meyering <meyering@redhat.com>
6634
6635 Fix doubled-word typos.
6636 * international/quail.el (quail-insert-kbd-layout): and and -> and
6637 * kermit.el: and and -> and
6638 * net/ldap.el (ldap-search-internal): to to -> to
6639 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
6640 * progmodes/js.el (js-mode): and and -> and
6641 * textmodes/artist.el (artist-move-to-xy): at at -> at
6642 (artist-draw-region-trim-line-endings): if if -> if
6643 And Safetyc -> Safety.
6644 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
6645
6646 2011-05-10 Glenn Morris <rgm@gnu.org>
6647 Stefan Monnier <monnier@iro.umontreal.ca>
6648
6649 * files.el (hack-one-local-variable-eval-safep):
6650 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
6651
6652 2011-05-10 Glenn Morris <rgm@gnu.org>
6653
6654 * calendar/diary-lib.el (diary-list-entries-hook)
6655 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
6656 (diary-nongregorian-marking-hook, diary-list-entries)
6657 (diary-include-other-diary-files, diary-mark-entries)
6658 (diary-mark-included-diary-files): Doc fixes.
6659
6660 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
6661
6662 * misc.el: Require tabulated-list.el during compilation.
6663
6664 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
6665
6666 * progmodes/compile.el (compilation-start):
6667 Run compilation-filter-hook for the async case too.
6668 (compilation-filter-hook): Doc fix.
6669
6670 2011-05-09 Deniz Dogan <deniz@dogan.se>
6671
6672 * wdired.el: Remove outdated installation comment. Fix usage
6673 comment.
6674
6675 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
6676
6677 * misc.el: Implement new command `list-dynamic-libraries'.
6678 (list-dynamic-libraries--loaded-only-p): New variable.
6679 (list-dynamic-libraries--refresh): New function.
6680 (list-dynamic-libraries): New command.
6681
6682 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
6683
6684 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6685 Fix the ant regexp to handle end-line and end-column info from jikes.
6686 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
6687 higher priority to avoid clobbering by gnu.
6688
6689 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
6690
6691 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
6692 if the face has existing theme settings (Bug#8454).
6693
6694 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
6695
6696 * progmodes/perl-mode.el (perl-imenu-generic-expression):
6697 Only match variables declared via `my' or `our' (Bug#8261).
6698
6699 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
6700 special file names `.' and `..' (Bug#8259).
6701
6702 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
6703
6704 * progmodes/grep.el (grep-mode-font-lock-keywords):
6705 Remove buffer-changing entries.
6706 (grep-filter): New function.
6707 (grep-mode): Add it to compilation-filter-hook.
6708
6709 * progmodes/compile.el (compilation-filter-hook)
6710 (compilation-filter-start): New defvars.
6711 (compilation-filter): Call compilation-filter-hook prior to
6712 updating the process mark.
6713
6714 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6715
6716 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
6717
6718 2011-05-07 Eli Zaretskii <eliz@gnu.org>
6719
6720 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
6721 mailclient-send-it even if window-system is nil. (Bug#8595)
6722
6723 * term/w32console.el (terminal-init-w32console):
6724 Call get-screen-color and use its output to set the frame
6725 background-mode. (Bug#8597)
6726
6727 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 Make bytecomp.el understand that defmethod defines funs (bug#8631).
6730 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
6731 New functions.
6732 (defgeneric, eieio--defmethod): Use them.
6733 (eieio-defgeneric): Remove.
6734 (defmethod): Call defgeneric in a way visible to the byte-compiler.
6735
6736 2011-05-07 Glenn Morris <rgm@gnu.org>
6737
6738 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
6739 Use let rather than let*.
6740 (timeclock-find-discrep): Remove unused local.
6741
6742 * calendar/diary-lib.el (diary-comment-start): Doc fix.
6743
6744 * calendar/appt.el (appt-time-msg-list): Doc fix.
6745
6746 2011-05-06 Noah Friedman <friedman@splode.com>
6747
6748 * apropos.el (apropos-print-doc): Only use
6749 emacs-lisp-docstring-fill-column when it is bound to an integer,
6750 per that variable's documentation.
6751
6752 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6753
6754 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
6755 and warnings are not silently discarded (e.g. use -d instead of -P).
6756
6757 2011-05-06 Glenn Morris <rgm@gnu.org>
6758
6759 * calendar/appt.el (appt-message-warning-time): Doc fix.
6760 (appt-warning-time-regexp): New option.
6761 (appt-make-list): Respect appt-message-warning-time.
6762
6763 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
6764 New options.
6765 (diary-add-to-list): Strip comments from the displayed string.
6766 (diary-mode): Set comment-start and comment-end.
6767
6768 * vc/diff-mode.el (smerge-refine-subst): Declare.
6769 (diff-refine-hunk): Don't require smerge-mode when compiling.
6770
6771 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
6772
6773 * simple.el (list-processes): Return nil as the docstring says.
6774
6775 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
6776
6777 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
6778 to "".
6779 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6780 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
6781 determining of binary transfer. (Bug#7383)
6782
6783 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
6784
6785 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6786 Fix port computation bug. (Bug#8618)
6787
6788 2011-05-05 Glenn Morris <rgm@gnu.org>
6789
6790 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
6791
6792 * simple.el (shell-dynamic-complete-functions)
6793 (comint-dynamic-complete-functions): Declare.
6794
6795 * net/network-stream.el (gnutls-negotiate):
6796 * simple.el (tabulated-list-print): Fix declarations.
6797
6798 * progmodes/gud.el (syntax-symbol, syntax-point):
6799 Remove unnecessary and incorrect declarations.
6800
6801 * emacs-lisp/check-declare.el (check-declare-scan):
6802 Handle byte-compile-initial-macro-environment in bytecomp.el
6803
6804 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6805
6806 Fix earlier half-done eieio-defmethod change (bug#8338).
6807 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
6808 Streamline and change calling convention.
6809 (defmethod): Adjust accordingly and simplify.
6810 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
6811 new eieio--defmethod.
6812 (slot-boundp): Minor CSE simplification.
6813
6814 2011-05-05 Milan Zamazal <pdm@zamazal.org>
6815
6816 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
6817 (glasses-make-readable): Use glasses-separate-capital-groups.
6818
6819 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
6820
6821 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
6822 (warning-series): Doc fix.
6823 (display-warning): Don't try to create the buffer if we just found it.
6824
6825 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
6826
6827 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
6828 (autoload-find-generated-file): New function.
6829 (generate-file-autoloads): Bind generated-autoload-file to
6830 buffer-file-name.
6831 (update-file-autoloads, update-directory-autoloads):
6832 Use autoload-find-generated-file. If called interactively, prompt for
6833 output file (Bug#7989).
6834 (batch-update-autoloads): Doc fix.
6835
6836 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
6837
6838 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
6839
6840 2011-05-04 Glenn Morris <rgm@gnu.org>
6841
6842 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
6843 function, so it follows changes in calendar-date-style.
6844 (diary-fancy-date-matcher): New function.
6845 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
6846 (diary-fancy-font-lock-fontify-region-function):
6847 Use diary-fancy-date-pattern as a function.
6848
6849 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
6850 non-numbers for `year' etc pseudo-variables. (Bug#8583)
6851
6852 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
6853
6854 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
6855 instead of positional arguments. Allow :keylist and :crlfiles
6856 arguments.
6857 (open-gnutls-stream): Call it.
6858
6859 * net/network-stream.el (network-stream-open-starttls): Adjust to
6860 call `gnutls-negotiate' with :process and :hostname arguments.
6861
6862 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
6863
6864 * minibuffer.el (completion--message): New function.
6865 (completion--do-completion, minibuffer-complete)
6866 (minibuffer-force-complete, minibuffer-complete-word): Use it.
6867 (completion--do-completion): Don't ignore completion-auto-help when in
6868 icomplete-mode.
6869
6870 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
6871 internal encoding (e.g. tibetan zero is not whitespace).
6872 (global-whitespace-mode): Prefer save-current-buffer.
6873 (whitespace-trailing-regexp): Remove useless save-match-data.
6874 (whitespace-empty-at-bob-regexp): Minor simplification.
6875
6876 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
6877
6878 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
6879
6880 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6881
6882 * textmodes/ispell.el (ispell-add-per-file-word-list):
6883 Use `concat' to create string for insertion.
6884
6885 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
6888 Avoid open-line which runs post-self-insert-hook.
6889 (bibtex-fill-entry): Remove unused `end' var.
6890
6891 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
6892
6893 * textmodes/ispell.el (ispell-add-per-file-word-list):
6894 Protect against `nil' value of `comment-start' (Bug#8579).
6895
6896 2011-05-03 Leo Liu <sdl.web@gmail.com>
6897
6898 * isearch.el (isearch-yank-pop): New command.
6899 (isearch-mode-map): Bind it to `M-y'.
6900 (isearch-forward): Mention it.
6901
6902 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 * simple.el (minibuffer-complete-shell-command): Remove.
6905 (minibuffer-local-shell-command-map): Use completion-at-point.
6906 (read-shell-command): Setup completion vars here instead.
6907 (read-expression-map): Bind TAB to symbol completion.
6908
6909 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
6910 error directly rather via storing it into `results'.
6911
6912 2011-05-02 Leo Liu <sdl.web@gmail.com>
6913
6914 * vc/diff.el: Fix description.
6915
6916 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6917
6918 * server.el (server-eval-at): New function.
6919
6920 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6921
6922 * net/network-stream.el (open-network-stream): Take a :nowait
6923 parameter and pass it on to `make-network-process'.
6924 (network-stream-open-plain): Ditto.
6925
6926 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
6927
6928 * faces.el (face-spec-set-match-display): Don't match toolkit
6929 options on terminal frames.
6930
6931 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
6932
6933 * progmodes/pascal.el: Use lexical binding.
6934 (pascal-mode-map): Remove author preferences.
6935
6936 * pcomplete.el (pcomplete-std-complete): Don't abuse
6937 completion-at-point.
6938
6939 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
6940
6941 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
6942 removing code that has been dead since 1991 or so.
6943
6944 * startup.el (command-line): When warning about "_emacs", use a
6945 delayed warning to allow the user to filter it out.
6946
6947 2011-04-28 Deniz Dogan <deniz@dogan.se>
6948
6949 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
6950 user has not joined.
6951
6952 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
6955 aren't any completions at point.
6956
6957 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
6958
6959 * subr.el (display-delayed-warnings): New function.
6960 (delayed-warnings-hook): New variable.
6961
6962 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
6963
6964 * minibuffer.el (completion-at-point, completion-help-at-point):
6965 Don't presume that a given completion-at-point-function will always
6966 use the same calling convention.
6967
6968 * pcomplete.el (pcomplete-completions-at-point):
6969 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
6970 pcomplete-seen is non-nil.
6971 (pcomplete-comint-setup): Also recognize the new comint/shell
6972 completion functions.
6973 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
6974 pcomplete-seen is non-nil.
6975
6976 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
6977
6978 * calendar/icalendar.el (diary-lib): Add require statement.
6979 (icalendar--create-uid): Read out a uid from a text-property on
6980 the first character in the entry. This allows for code to add its
6981 own uid to the entry.
6982 (icalendar--convert-float-to-ical): Add export of
6983 `diary-float'-entries save for those with the optional DAY
6984 argument.
6985
6986 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
6987
6988 * subr.el (shell-quote-argument): Use alternate escaping strategy
6989 when we spot a variable reference in a string.
6990
6991 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
6992
6993 * cus-start.el (all): Define customization for debug-on-event.
6994
6995 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
6996
6997 * subr.el (shell-quote-argument): Escape correctly under Windows.
6998
6999 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7000
7001 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
7002
7003 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
7004
7005 * net/tramp.el (tramp-process-actions): Add POS argument.
7006 Delete region between POS and (pos).
7007
7008 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7009 Use `nil' position in `tramp-process-actions' call.
7010 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
7011
7012 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
7013 position in `tramp-process-actions' call.
7014
7015 * net/trampver.el: Update release number.
7016
7017 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7018
7019 * custom.el (defcustom): Obey lexical-binding.
7020
7021 Fix octave-inf completion problems reported by Alexander Klimov.
7022 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
7023 Inherit from octave-mode-syntax-table.
7024 (inferior-octave-mode): Set info-lookup-mode.
7025 (inferior-octave-completion-at-point): New function.
7026 (inferior-octave-complete): Use it and completion-in-region.
7027 (inferior-octave-dynamic-complete-functions): Use it as well, and use
7028 comint-filename-completion.
7029 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
7030 symbol elements which shouldn't be word elements.
7031 (octave-font-lock-keywords, octave-beginning-of-defun)
7032 (octave-function-header-regexp): Adjust regexps accordingly.
7033 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
7034
7035 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
7036
7037 * net/gnutls.el (gnutls-errorp): Declare before first use.
7038
7039 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
7040
7041 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
7042 verify-error, and verify-hostname-error parameters. Check whether
7043 default trustfile exists before going to use it. Add missing
7044 argument to gnutls-message-maybe call. Return return value.
7045 Reported by Claudio Bley <claudio.bley@gmail.com>.
7046 (open-gnutls-stream): Add usage example.
7047
7048 * net/network-stream.el (network-stream-open-starttls): Give host
7049 parameter to `gnutls-negotiate'.
7050 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
7051 * subr.el (shell-quote-argument): Escape correctly under Windows.
7052
7053 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
7054
7055 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7056 Use correct match group (bug#8438).
7057
7058 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
7059
7060 * emacs-lisp/package.el (package-built-in-p): Fix typo.
7061 (package-menu--generate): New arg specifying packages to show.
7062 (package-menu-refresh, package-menu-execute, list-packages):
7063 Callers changed.
7064 (package-show-package-list): New function, replacing deleted
7065 package--list-packages (renamed because it is non-internal).
7066
7067 * finder.el (finder-list-matches): Use package-show-package-list
7068 instead of deleted package--list-packages.
7069
7070 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
7071 Based on a previous implementation by Juanma Barranquero (Bug#8366).
7072 (vc-annotate-mode-map): Bind it to RET.
7073
7074 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
7075
7076 * progmodes/etags.el (next-file): Don't use set-buffer to change
7077 buffers (Bug#8478).
7078
7079 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
7080
7081 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
7082
7083 * apropos.el (apropos-label-face): Avoid variable-pitch face.
7084 (apropos-accumulator): Doc fix.
7085 (apropos-function, apropos-macro, apropos-command)
7086 (apropos-variable, apropos-face, apropos-group, apropos-widget)
7087 (apropos-plist): Add face property.
7088 (apropos-symbols-internal): Fix indentation.
7089 (apropos-print): Simplify help, and recognize apropos-multi-type.
7090 (apropos-print-doc): Use button-type-get to extract the button's
7091 face property. Fill docstring (Bug#8352).
7092
7093 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
7094
7095 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
7096
7097 * play/mpuz.el (mpuz-silent): Doc fix.
7098 (mpuz-mode-map): Use mapc.
7099 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
7100 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
7101 Fix typos in docstrings.
7102
7103 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
7104 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
7105
7106 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
7107
7108 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
7109
7110 * minibuffer.el (completion--do-completion): Avoid the "Next char
7111 not unique" prompt if icomplete-mode is enabled (Bug#5849).
7112
7113 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
7114 mouse-2 into unread-command-events, it is interpreted correctly.
7115
7116 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
7117 (image-toggle-display): Doc fix.
7118
7119 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
7120
7121 * textmodes/page.el (what-page): Use line-number-at-pos to
7122 calculate line number (Bug#6825).
7123
7124 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
7125
7126 * eshell/esh-mode.el (find-tag-interactive): Declare function.
7127 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
7128 Pass argument NO-DEFAULT to `find-tag-interactive'.
7129
7130 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
7131
7132 Lexical-binding cleanup.
7133
7134 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
7135 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
7136 * progmodes/ada-prj.el (ada-prj-initialize-values)
7137 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
7138 (ada-prj-show-value):
7139 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
7140 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
7141 (antlr-invalidate-context-cache, antlr-options-menu-filter)
7142 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
7143 * progmodes/bug-reference.el (bug-reference-push-button):
7144 * progmodes/fortran.el (fortran-line-length):
7145 * progmodes/glasses.el (glasses-change):
7146 * progmodes/octave-mod.el (octave-fill-paragraph):
7147 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
7148 (python-pdbtrack-grub-for-buffer, python-sentinel):
7149 * progmodes/sql.el (sql-save-connection):
7150 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
7151 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
7152 Mark unused parameters.
7153
7154 * progmodes/compile.el (compilation--flush-directory-cache)
7155 (compilation--flush-parse, compile-internal): Mark unused parameters.
7156 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
7157 (compilation-next-error-function): Remove unused variable `timestamp'.
7158
7159 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
7160 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
7161
7162 * progmodes/dcl-mode.el (dcl-end-of-command):
7163 Remove unused variable `start'.
7164 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
7165 (dcl-option-value-basic, dcl-option-value-offset)
7166 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
7167 Mark unused parameters.
7168 (dcl-save-local-variable): Remove unused variable `val'.
7169 (mode): Declare.
7170
7171 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
7172 Mark unused parameters.
7173 (delphi-ignore-changes): Move before first use.
7174 (delphi-charset-token-at): Remove unused variable `start'.
7175 (delphi-else-start): Remove unused variable `if-count'.
7176 (delphi-comment-block-start, delphi-comment-block-end):
7177 Remove unused variable `kind'.
7178 (delphi-indent-line): Remove unused variable `new-point'.
7179
7180 * progmodes/ebrowse.el (ebrowse-files-list)
7181 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
7182 Mark unused parameters. Don't quote `lambda'.
7183 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
7184 Don't quote `lambda'.
7185 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
7186 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
7187 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
7188 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
7189 Use `ignore-errors'.
7190 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
7191 (ebrowse-view/find-file-and-search-pattern)
7192 (ebrowse-view/find-member-declaration/definition):
7193 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
7194 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
7195 Rename parameter PREFIX-ARG to PREFIX.
7196 (ebrowse-tags-read-name): Remove unused variables `start' and
7197 `member-info'.
7198 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
7199 to `tags-file'.
7200
7201 * progmodes/etags.el (local-find-tag-hook): Declare.
7202 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
7203 Mark unused parameters.
7204
7205 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
7206 (executable-interpret): Mark unused parameter.
7207
7208 * progmodes/flymake.el (flymake-process-sentinel)
7209 (flymake-after-change-function)
7210 (flymake-create-temp-with-folder-structure)
7211 (flymake-get-include-dirs-dot): Mark unused parameters.
7212 (flymake-safe-delete-directory): Remove unused variable `err'.
7213
7214 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
7215 (speedbar-timer-fn, speedbar-line-text)
7216 (speedbar-change-expand-button-char, speedbar-delete-subblock)
7217 (speedbar-center-buffer-smartly): Declare functions.
7218 (gdb-find-watch-expression): Remove unused variable `array'.
7219 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
7220 (gdb-starting): Mark unused parameters.
7221 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
7222 (gdb-table-string): Remove unused variable `res'.
7223 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
7224 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
7225 (gdb-display-buffer): Remove unused variable `cur-size'.
7226
7227 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
7228 allow lexical-binding compilation.
7229 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
7230 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
7231 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
7232 Mark unused parameters.
7233 (gud-gdb-marker-filter): Remove unused variable `match'.
7234 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
7235 lambda expressions and funcall them, instead of using `fset'.
7236
7237 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
7238 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
7239
7240 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
7241 variable `header-beg'; use `let'.
7242
7243 * progmodes/icon.el (indent-icon-exp): Remove unused variables
7244 `restart', `last-sexp' and `at-do'.
7245
7246 * progmodes/js.el (js--debug): Mark unused parameter.
7247 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
7248 (js--splice-into-items): Remove unused variable `item'.
7249 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
7250
7251 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
7252 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
7253 (makefile-complete): Remove unused variable `try'.
7254 (makefile-fill-paragraph, makefile-match-function-end):
7255 Mark unused parameters.
7256
7257 * progmodes/octave-inf.el (inferior-octave-complete):
7258 Remove unused variable `proc'.
7259 (inferior-octave-output-digest): Mark unused parameter.
7260
7261 * progmodes/perl-mode.el (perl-calculate-indent):
7262 Remove unused variable `err'.
7263
7264 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
7265 (prolog-indent-line): Mark unused parameters.
7266 (prolog-indent-line): Remove unused variable `beg'.
7267
7268 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
7269 (reporter-dont-compact-list): Declare.
7270
7271 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
7272 Remove unused variable `char'.
7273 (sh-debug): Mark unused parameter.
7274 (sh-get-indent-info): Remove unused variable `start'.
7275 (sh-calculate-indent): Remove unused variable `var'.
7276
7277 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
7278 (simula-electric-keyword): Remove unused variable `null'.
7279 (simula-search-backward, simula-search-forward): Remove unused
7280 variables `begin' and `end'.
7281
7282 * progmodes/vera-mode.el (vera-guess-basic-syntax):
7283 Remove unused variable `pos'.
7284 (vera-electric-tab, vera-comment-uncomment-region):
7285 Mark unused parameters.
7286 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
7287
7288 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
7289
7290 * emacs-lisp/package.el (package--builtins, package-alist)
7291 (package-load-descriptor, package-built-in-p, package-activate)
7292 (define-package, package-installed-p)
7293 (package-compute-transaction, package-buffer-info)
7294 (package--push): Doc fix. Distinguish more clearly between
7295 version strings and version lists.
7296
7297 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
7298
7299 Lexical-binding cleanup.
7300
7301 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
7302 (5x5-make-mutate-best):
7303 * play/fortune.el (fortune-in-buffer):
7304 * play/gomoku.el (gomoku-init-display):
7305 * play/solitaire.el (solitaire, solitaire-do-check):
7306 * play/tetris.el (tetris-default-update-speed-function):
7307 Mark unused parameters.
7308
7309 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
7310 (bubbles--shift): Remove unused variable `char-org'.
7311 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
7312 (bubbles--show-images): Remove unused variable `char'.
7313
7314 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
7315 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
7316 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
7317 (decipher-analyze-buffer): Use ?\s.
7318 (decipher-make-checkpoint): Remove unused variable `mapping'.
7319
7320 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
7321
7322 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
7323 Remove unused variable `result'; use `let'.
7324
7325 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
7326 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
7327 (gametree-children-shown-p, gametree-compute-reduced-score):
7328 Use `ignore-errors'.
7329
7330 * play/handwrite.el (ps-lpr-switches): Declare.
7331 (handwrite): Remove unused variables `pmin' and `lastp'.
7332
7333 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
7334
7335 * play/landmark.el (landmark-init-display)
7336 (landmark-update-naught-weights): Mark unused parameters.
7337 (landmark-y): Remove unused variable `noise'. Simplify.
7338 (landmark-human-plays): Remove unused variable `score'.
7339
7340 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
7341 (mpuz-try-proposal): Remove unused variable `game'.
7342
7343 * play/zone.el (life-patterns): Declare.
7344
7345 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
7346
7347 * vc/vc.el (ediff-vc-internal): Declare function.
7348
7349 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * shell.el: Use lexical-binding and std completion UI.
7352 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
7353 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
7354 comint-preoutput-filter-functions rather than on
7355 comint-output-filter-functions.
7356 (shell-command-completion, shell--command-completion-data)
7357 (shell-filename-completion, shell-environment-variable-completion)
7358 (shell-c-a-p-replace-by-expanded-directory): New functions.
7359 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
7360 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
7361 (shell-dynamic-complete-environment-variable): Use them.
7362 (shell-dynamic-complete-as-environment-variable)
7363 (shell-dynamic-complete-as-command): Remove.
7364 (shell-match-partial-variable): Match past point.
7365 * comint.el: Clean up use of completion-at-point-functions.
7366 (comint-completion-at-point): New function.
7367 (comint-mode): Use it completion-at-point-functions.
7368 (comint-dynamic-complete): Make it obsolete.
7369 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
7370 (comint-c-a-p-replace-by-expanded-history): New function.
7371 (comint-dynamic-complete-functions)
7372 (comint-replace-by-expanded-history): Use it.
7373 * minibuffer.el (completion-table-with-terminator): Allow dynamic
7374 termination strings. Try harder to avoid second try-completion.
7375 (completion-in-region-mode-map): Disable bindings that don't work yet.
7376
7377 * comint.el: Use lexical-binding. Require CL.
7378 (comint-dynamic-complete-functions): Use comint-filename-completion.
7379 (comint-completion-addsuffix): Tweak custom type.
7380 (comint-filename-completion, comint--common-suffix)
7381 (comint--common-quoted-suffix, comint--table-subvert)
7382 (comint--complete-file-name-data): New functions.
7383 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
7384 (comint-dynamic-list-filename-completions): Use them.
7385 (comint-dynamic-simple-complete): Make obsolete.
7386
7387 * minibuffer.el (completion-in-region-mode):
7388 Keep completion-in-region-mode--predicate global.
7389 (completion-in-region--postch):
7390 Assume completion-in-region-mode--predicate is not null.
7391
7392 * progmodes/flymake.el (flymake-start-syntax-check-process):
7393 Obey `dir'. Simplify.
7394
7395 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
7396 we're in VC after all.
7397
7398 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
7399
7400 * vc/vc.el (vc-diff-build-argument-list-internal)
7401 (vc-version-ediff, vc-ediff): New commands.
7402 (vc-version-diff): Use vc-diff-build-argument-list-internal.
7403
7404 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7405
7406 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
7407 add sanity check.
7408
7409 * obsolete/erc-hecomplete.el: Make obsolete.
7410 * obsolete/: Standardize obsolescence info in the header.
7411
7412 2011-04-20 Glenn Morris <rgm@gnu.org>
7413
7414 * calendar/solar.el (solar-horizontal-coordinates):
7415 Use the longitude argument rather than `calendar-longitude'.
7416 (solar-date-next-longitude): Remove unused locals.
7417
7418 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7419
7420 * whitespace.el: New version 13.2.1.
7421
7422 2011-04-20 felix <EmacsWiki> (tiny change)
7423
7424 * whitespace.el (global-whitespace-mode): Keep highlight when
7425 switching between major modes on a file.
7426
7427 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7428
7429 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
7430 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
7431 multi-line comments as well.
7432
7433 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
7434
7435 Lexical-binding cleanup.
7436
7437 * arc-mode.el (archive-mode-revert):
7438 * cmuscheme.el (scheme-interactively-start-process):
7439 * custom.el (custom-initialize-delay):
7440 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
7441 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
7442 * emacs-lock.el (emacs-lock-clear-sentinel):
7443 * ezimage.el (defezimage):
7444 * follow.el (follow-avoid-tail-recenter):
7445 * fringe.el (set-fringe-mode-1):
7446 * generic-x.el (bat-generic-mode-compile):
7447 * help-mode.el (help-info-variable, help-do-xref)
7448 (help-mode-revert-buffer):
7449 * help.el (view-emacs-todo):
7450 * iswitchb.el (iswitchb-completion-help):
7451 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
7452 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
7453 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
7454 * locate.el (locate-update):
7455 * longlines.el (longlines-encode-region)
7456 (longlines-after-change-function):
7457 * outline.el (outline-isearch-open-invisible):
7458 * ps-def.el (declare-function, charset-dimension, char-width)
7459 (encode-char):
7460 * ps-mule.el (ps-mule-plot-string):
7461 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
7462 (recentf-edit-list-select, recentf-edit-list-validate)
7463 (recentf-open-files-action):
7464 * rect.el (delete-whitespace-rectangle-line)
7465 (rectangle-number-line-callback):
7466 * register.el (window-configuration-to-register)
7467 (frame-configuration-to-register):
7468 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
7469 * select.el (xselect-convert-to-string, xselect-convert-to-length)
7470 (xselect-convert-to-targets, xselect-convert-to-delete)
7471 (xselect-convert-to-filename, xselect-convert-to-charpos)
7472 (xselect-convert-to-lineno, xselect-convert-to-colno)
7473 (xselect-convert-to-os, xselect-convert-to-host)
7474 (xselect-convert-to-user, xselect-convert-to-class)
7475 (xselect-convert-to-name, xselect-convert-to-integer)
7476 (xselect-convert-to-atom, xselect-convert-to-identity):
7477 * subr.el (declare, ignore, process-kill-without-query)
7478 (text-clone-maintain):
7479 * terminal.el (te-get-char, te-tic-sentinel):
7480 * tool-bar.el (tool-bar-make-keymap):
7481 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
7482 * type-break.el (type-break-mode, type-break-noninteractive-query):
7483 * view.el (View-back-to-mark):
7484 * wid-browse.el (widget-browse-action, widget-browse-widget)
7485 (widget-browse-widgets, widget-browse-sexp):
7486 * widget.el (define-widget-keywords):
7487 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
7488 Mark unused parameters.
7489
7490 * align.el (align-adjust-col-for-rule): Mark unused parameter.
7491 (align-areas): Remove unused variable `look'.
7492 (align-region): Remove unused variables `real-end' and `pos-list'.
7493
7494 * apropos.el (apropos-score-doc): Remove unused variable `i'.
7495
7496 * bindings.el (mode-line-modified, mode-line-remote):
7497 Mark unused parameters.
7498 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
7499
7500 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
7501 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
7502
7503 * comint.el (comint-history-isearch-pop-state)
7504 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
7505 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
7506 (comint-substitute-in-file-name): Doc fix.
7507
7508 * completion.el (cmpl-statistics-block): Mark unused parameter.
7509 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
7510 (save-completions-to-file, load-completions-from-file):
7511 Remove unused local variable `e'.
7512
7513 * composite.el (compose-chars): Remove unused variable `len'.
7514 (lgstring-insert-glyph): Remove unused variable `g'.
7515 (compose-glyph-string): Remove unused variables `ascent',
7516 `descent', `lbearing' and `rbearing'.
7517 (compose-glyph-string-relative): Remove unused variables
7518 `lbearing', `rbearing' and `wadjust'.
7519 (compose-gstring-for-graphic): Remove unused variables `header',
7520 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
7521 (compose-gstring-for-terminal): Remove unused variables `header'
7522 and `nchars'. Use `let', not `let*'.
7523
7524 * cus-edit.el (Custom-set, Custom-save, custom-reset)
7525 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
7526 (Custom-buffer-done, custom-buffer-create-internal)
7527 (custom-browse-visibility-action, custom-browse-group-tag-action)
7528 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
7529 (widget-magic-mouse-down-action, custom-toggle-parent)
7530 (custom-add-parent-links, custom-toggle-hide-variable)
7531 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
7532 (custom-toggle-hide-face, face, hook, custom-group-link-action)
7533 (custom-face-menu-create, custom-variable-menu-create, get)
7534 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
7535 (custom-reset-standard-save-and-update): Remove unused variable `value'.
7536 (customize-apropos): Remove unused variable `tests'.
7537 (custom-group-value-create): Remove unused variable `hidden-p'.
7538 (sort-fold-case): Declare.
7539
7540 * cus-theme.el (custom-reset-standard-faces-list)
7541 (custom-reset-standard-variables-list): Declare.
7542 (customize-create-theme, custom-theme-revert, custom-theme-write)
7543 (custom-theme-choose-mode, customize-themes, custom-theme-save):
7544 Mark unused parameters.
7545
7546 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
7547
7548 * delim-col.el (delimit-columns-max): Move defvar before first use.
7549
7550 * descr-text.el (describe-char-categories): Don't quote `lambda'.
7551 (describe-char): Don't quote `lambda'. Mark unused parameter.
7552
7553 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
7554 (auto-insert): Declare.
7555 (desktop-restore-file-buffer): Rename desktop-* parameters;
7556 mark unused ones.
7557 (desktop-create-buffer): Rename desktop-* parameters and bind them.
7558 (desktop-buffer): Rename desktop-* parameters.
7559
7560 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7561 (dframe-reposition-frame-xemacs, dframe-help-echo)
7562 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
7563 Mark unused parameters.
7564
7565 * dired-aux.el (backup-extract-version-start, overwrite-query)
7566 (overwrite-backup-query, rename-regexp-query)
7567 (rename-non-directory-query): Declare.
7568 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
7569 (dired-add-entry): Remove unused variable `orig-file-name'.
7570 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
7571 Use parameter PRESERVE-TIME instead of accessing dynamic variable
7572 `dired-copy-preserve-time' directly.
7573 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
7574 (dired-insert-subdir-newpos): Rename unused variable `pos'.
7575
7576 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
7577 (dired-virtual-revert, dired-make-relative-symlink):
7578 Mark unused parameters.
7579 (manual-program): Declare.
7580 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
7581 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
7582 wrapped in `with-no-warnings' to avoid replacing one warning by another.
7583
7584 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
7585
7586 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
7587
7588 * echistory.el (electric-history-in-progress, Helper-return-blurb):
7589 Declare.
7590
7591 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
7592
7593 * electric.el (Electric-command-loop): Rename parameter
7594 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
7595
7596 * expand.el (expand-in-literal): Remove unused variable `here'.
7597
7598 * facemenu.el (facemenu-add-new-color):
7599 Remove unused variable `docstring'.
7600
7601 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
7602 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
7603 (face-attr-construct): Mark unused parameter. Doc fix.
7604 (read-color): Remove unused variable `hex-string'.
7605
7606 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
7607 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
7608 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
7609 (display-buffer-other-frame): Remove unused variable `old-window'.
7610 (kill-buffer-hook): Declare.
7611 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
7612 Mark unused parameters.
7613 (after-find-file): Pass 1 to `auto-save-mode', not t.
7614
7615 * files-x.el (auto-insert): Declare.
7616 (modify-file-local-variable-prop-line): Remove unused variable `val'.
7617
7618 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
7619 variable `buf'. Mark unused parameter.
7620 (find-lisp-insert-directory): Mark unused parameter.
7621
7622 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
7623 (format-encode-region): Remove unused variables `cur-buf' and `result'.
7624 (format-common-tail): Remove, unused.
7625 (format-deannotate-region): Remove unused variable `loc'.
7626 (format-annotate-region): Remove unused variable `p'.
7627 (format-annotate-single-property-change): Remove unused variables
7628 `default' and `tail'.
7629
7630 * forms.el (read-file-filter): Declare.
7631 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
7632
7633 * frame.el (frame-creation-function-alist): Mark unused parameter.
7634 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
7635
7636 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
7637 Remove unused parameters.
7638 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
7639 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
7640
7641 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
7642 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
7643 (hfy-prepare-tag-map): Mark unused parameters.
7644 (htmlfontify-buffer): Use `called-interactively-p'.
7645
7646 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
7647 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
7648 (ibuffer-do-occur): Mark unused parameters.
7649 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
7650 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
7651
7652 * ibuffer.el: Don't quote `lambda'.
7653 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
7654 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
7655 Mark unused parameters.
7656
7657 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
7658 (ido-completing-read): Mark unused parameters.
7659 (ido-copy-current-word): Mark unused parameters;
7660 remove unused variable `name'.
7661 (ido-sort-merged-list): Remove unused parameter `dirs'.
7662
7663 * ielm.el (ielm-input-sender): Mark unused parameter.
7664 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
7665 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
7666 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
7667 `ielm-string' as a dynamic variable accessible from the IELM prompt.
7668 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
7669
7670 * image-dired.el (image-dired-display-thumbs): Remove unused
7671 variables `curr-file' and `count'.
7672 (image-dired-remove-tag): Remove unused variable `start'.
7673 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
7674 variable `curr-file'
7675 (image-dired-rotate-original): Remove unused variable `temp-file'.
7676 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
7677 Remove unused variable `file'.
7678 (image-dired-gallery-generate): Remove unused variable `curr'.
7679 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
7680
7681 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
7682
7683 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
7684
7685 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
7686
7687 * isearch.el (minibuffer-history-symbol): Declare.
7688 (isearch-edit-string): Remove unused variable `err'.
7689 (isearch-message-prefix, isearch-message-suffix):
7690 Mark unused parameters.
7691
7692 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
7693
7694 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
7695
7696 * makesum.el (double-column): Remove unused variable `cnt'.
7697
7698 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
7699 (ido-ignore-item-temp-list): Declare.
7700
7701 * mouse-drag.el (mouse-drag-throw): Remove unused variables
7702 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
7703 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
7704 (mouse-drag-drag): Remove unused variables `mouse-delta' and
7705 `mouse-col-delta'.
7706
7707 * mouse-sel.el (mouse-extend-internal):
7708 Remove unused variable `orig-window-frame'.
7709
7710 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
7711 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
7712 Move declarations before first use.
7713 (pcomplete-opt): Mark unused parameters; doc fix.
7714
7715 * proced.el (proced-revert): Mark unused parameter.
7716 (proced-send-signal): Remove unused variable `err'.
7717
7718 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
7719 Rename parameter PREFIX-ARG to ARG.
7720 (ps-basic-plot-string, ps-basic-plot-whitespace):
7721 Mark unused parameters.
7722
7723 * replace.el (replace-count): Define.
7724 (occur-revert-function): Mark unused parameters.
7725 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
7726 (isearch-case-fold-search, isearch-string): Declare.
7727 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
7728 bind `case-fold-search'. Remove unused variables `beg' and `end',
7729 and simplify.
7730 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
7731 COUNT and bind `replace-count'.
7732 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
7733 to COUNT.
7734
7735 * savehist.el (print-readably, print-string-length): Declare.
7736
7737 * shadowfile.el (shadow-expand-cluster-in-file-name):
7738 Remove unused variable `cluster'.
7739 (shadow-copy-file): Remove unused variable `i'.
7740 (shadow-noquery, shadow-clusters, shadow-site-cluster)
7741 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
7742 (shadow-define-literal-group, shadow-define-regexp-group)
7743 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
7744
7745 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
7746 (shell): Use `called-interactively-p'.
7747 (shell-directory-tracker): Remove unused variable `chdir-failure'.
7748
7749 * simple.el (compilation-context-lines, comint-file-name-quote-list)
7750 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
7751 (delete-backward-char): Remove unused variable `ocol'.
7752 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
7753 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
7754 (event-apply-hyper-modifier, event-apply-shift-modifier)
7755 (event-apply-control-modifier, event-apply-meta-modifier):
7756 Mark unused parameters.
7757 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
7758 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
7759
7760 * speedbar.el (speedbar-ignored-directory-expressions)
7761 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
7762 (speedbar-find-file, speedbar-dir-follow)
7763 (speedbar-directory-buttons-follow, speedbar-tag-find)
7764 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
7765 (speedbar-buffers-line-directory, speedbar-buffer-click):
7766 Mark unused parameters.
7767 (speedbar-tag-file): Remove unused variable `mode'.
7768 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
7769
7770 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
7771
7772 * talk.el (talk): Remove unused variable `display'.
7773
7774 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
7775 (tar-write-region-annotate): Mark unused parameter.
7776
7777 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
7778 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
7779 Declare them, wrapped in `with-no-warnings' to avoid replacing one
7780 warning by another.
7781
7782 * time-stamp.el (time-stamp-string-preprocess):
7783 Remove unused variable `require-padding'.
7784
7785 * tree-widget.el (widget-glyph-enable): Declare.
7786 (tree-widget-action): Mark unused parameter.
7787
7788 * w32-fns.el (x-get-selection): Mark unused parameter.
7789 (autoload-make-program, generated-autoload-file): Declare.
7790
7791 * wdired.el (wdired-revert): Mark unused parameters.
7792 (wdired-xcase-word): Remove unused variable `err'.
7793
7794 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
7795 (whitespace-help-scroll): Remove unused variable `data-help'.
7796
7797 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
7798 (widget-image-insert, widget-after-change, default)
7799 (widget-default-format-handler, widget-default-notify)
7800 (widget-default-prompt-value, widget-info-link-action)
7801 (widget-url-link-action, widget-function-link-action)
7802 (widget-variable-link-action, widget-file-link-action)
7803 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
7804 (widget-field-prompt-internal, widget-field-action, widget-field-match)
7805 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
7806 (widget-insert-button-action, widget-delete-button-action, visibility)
7807 (widget-documentation-link-action, widget-documentation-string-action)
7808 (widget-const-prompt-value, widget-regexp-match, symbol)
7809 (widget-coding-system-prompt-value)
7810 (widget-key-sequence-value-to-external, sexp)
7811 (widget-sexp-value-to-internal, character, vector, cons)
7812 (widget-choice-prompt-value, widget-boolean-prompt-value)
7813 (widget-color--choose-action): Mark unused parameters.
7814 (widget-item-match-inline, widget-choice-match-inline)
7815 (widget-checklist-match, widget-checklist-match-inline)
7816 (widget-group-match): Rename parameter VALUES to VALS.
7817 (widget-field-value-set): Remove unused variable `size'.
7818 (widget-color-action): Remove unused variables `value' and `start'.
7819
7820 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
7821 variable `dir'. Doc fix.
7822 (windmove-find-other-window): Don't pass it.
7823
7824 * window.el (count-windows): Mark unused parameter.
7825 (bw-adjust-window): Remove unused variable `err'.
7826
7827 * woman.el (woman-file-name): Remove unused variable `default'.
7828 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
7829 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
7830 (global-font-lock-mode): Declare.
7831 (woman-decode-region): Mark unused parameter.
7832 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
7833
7834 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
7835 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
7836 (x-dnd-handle-moz-url): Remove unused variable `title'.
7837 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
7838
7839 * xml.el (xml-parse-tag, xml-parse-attlist):
7840 Remove unused variable `pos'.
7841
7842 2011-04-19 Glenn Morris <rgm@gnu.org>
7843
7844 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
7845 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7846 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7847 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
7848 * calendar/cal-html.el (cal-html-insert-minical):
7849 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
7850 (calendar-mark-date-pattern):
7851 Prefix "unused" locals.
7852
7853 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
7854 optional argument `style'.
7855
7856 * calendar/appt.el (appt-make-list):
7857 * calendar/cal-china.el (calendar-chinese-date-string):
7858 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
7859 (diary-hebrew-yahrzeit):
7860 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
7861 * calendar/calendar.el (calendar-generate-window):
7862 * calendar/time-date.el (time-to-days):
7863 Remove unused local variables.
7864
7865 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
7866
7867 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
7868 glyphless-char-display table.
7869 (tabulated-list-glyphless-char-display): New var.
7870
7871 2011-04-18 Sam Steingold <sds@gnu.org>
7872
7873 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
7874 to acknowledgments.
7875
7876 2011-04-17 Glenn Morris <rgm@gnu.org>
7877
7878 * calendar/diary-lib.el (diary-sexp-entry):
7879 * calendar/holidays.el (holiday-sexp):
7880 Set debug-on-error rather than the removed stack-trace-on-error.
7881
7882 2011-04-16 Glenn Morris <rgm@gnu.org>
7883
7884 * progmodes/f90.el: Use lexical-binding.
7885 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
7886
7887 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7888
7889 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
7890 (mail-mode): Setup mailalias completion here instead.
7891 * mail/mailalias.el: Use lexical-binding.
7892 (pattern, mailalias-done): Declare dynamic.
7893 (mail-completion-at-point-function): New function, from mail-complete.
7894 (mail-complete): Use it.
7895 (mail-completion-expand): New function.
7896 (mail-get-names): Use it.
7897 (mail-directory, mail-directory-process, mail-directory-stream):
7898 Don't use `pattern' for lexically bound arg.
7899
7900 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
7901
7902 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
7903 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
7904 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
7905
7906 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
7907 (byte-save-window-excursion, byte-temp-output-buffer-setup)
7908 (byte-interactive-p): Define them again, for use when inlining
7909 old code.
7910
7911 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
7912
7913 * loadup.el: Use `string-to-number', not `string-to-int'.
7914
7915 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7916
7917 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
7918 gud-gdb-complete-command.
7919 (gud-gdb-completions): New function, from gud-gdb-complete-command.
7920 (gud-gdb-completion-at-point): New function.
7921 (gud-gdb-completions): Remove.
7922
7923 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
7924
7925 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
7926 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
7927 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
7928 whether `executable-find' is bound.
7929
7930 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
7931
7932 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7933
7934 * minibuffer.el (completion-in-region-mode-predicate)
7935 (completion-in-region-mode--predicate): New vars.
7936 (completion-in-region, completion-in-region--postch)
7937 (completion-in-region-mode): Use them.
7938 (completion--capf-wrapper): Also return the hook function.
7939 (completion-at-point, completion-help-at-point):
7940 Adjust and provide a predicate.
7941
7942 Preserve arg names for advice of subr and lexical functions (bug#8457).
7943 * help-fns.el (help-function-arglist): Consolidate the subr and
7944 new-byte-code cases. Add argument `preserve-names' to extract names
7945 from the docstring when needed.
7946 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
7947 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
7948 (ad-arglist): Use help-function-arglist's new arg.
7949 (ad-definition-type): Use cond.
7950
7951 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
7952
7953 * autorevert.el (auto-revert-handler):
7954 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
7955 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
7956 Don't quote lambda.
7957
7958 * image-mode.el (image-transform-set-scale):
7959 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
7960
7961 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7962
7963 * net/network-stream.el (network-stream-open-starttls): Only do
7964 opportunistic STARTTLS upgrades if we have built-in gnutls support.
7965 Upgrades via gnutls-cli are too slow to be done opportunistically.
7966
7967 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
7968
7969 * dframe.el (dframe-current-frame): Remove spurious quote.
7970
7971 2011-04-12 Glenn Morris <rgm@gnu.org>
7972
7973 * calendar/cal-tex.el (cal-tex-end-document):
7974 Try to automatically use latin1 input if needed.
7975
7976 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
7977 Don't try to cons a mark onto an empty element.
7978
7979 2011-04-11 Leo Liu <sdl.web@gmail.com>
7980
7981 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
7982 buffers.
7983 (ido-kill-buffer-at-head): Support killing virtual buffers.
7984
7985 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
7986
7987 * minibuffer.el (completion-show-inline-help): New var.
7988 (completion--do-completion, minibuffer-complete)
7989 (minibuffer-force-complete, minibuffer-complete-word):
7990 Inhibit minibuffer messages if completion-show-inline-help is nil.
7991
7992 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
7993 to avoid interference from inline help (Bug#5849).
7994
7995 2011-04-10 Leo Liu <sdl.web@gmail.com>
7996
7997 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
7998 Fix typo.
7999
8000 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
8001
8002 * image-mode.el (image-toggle-display-image): Signal an error if
8003 not in Image mode.
8004 (image-transform-mode, image-transform-resize)
8005 (image-transform-set-rotation): Doc fix.
8006 (image-transform-set-resize): Delete.
8007 (image-transform-set-scale, image-transform-fit-to-height)
8008 (image-transform-fit-to-width): Handle image-toggle-display-image
8009 and image-transform-resize directly.
8010
8011 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
8012
8013 * doc-view.el (doc-view-fit-width-to-window)
8014 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
8015 New functions for fitting the shown image to the Emacs window size.
8016 (doc-view-mode-map): Add bindings for the new functions.
8017
8018 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
8019
8020 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
8021 Fix typo in docstring.
8022
8023 2011-04-08 Eli Zaretskii <eliz@gnu.org>
8024
8025 * files.el (file-size-human-readable): Produce one digit after
8026 decimal, like "ls -lh" does.
8027
8028 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
8029 the file size representation.
8030
8031 * simple.el (list-processes): If async subprocesses are not
8032 available, error out with a clear error message.
8033
8034 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
8035
8036 * help.el (help-form-show): New function, to be called from C.
8037 Put help-form output in a buffer named differently than *Help*.
8038
8039 2011-04-08 Eli Zaretskii <eliz@gnu.org>
8040
8041 * files.el (file-size-human-readable): New function.
8042
8043 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
8044 computing the representation inline. Don't require `cl'.
8045
8046 2011-04-08 Glenn Morris <rgm@gnu.org>
8047
8048 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
8049
8050 * net/browse-url.el (browse-url-firefox):
8051 Test system-type, not system-configuration.
8052
8053 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
8054 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
8055 Use log-edit-empty-buffer-p. (Bug#7598)
8056
8057 * net/rlogin.el (rlogin-process-connection-type): Simplify.
8058 (rlogin-mode-map): Initialize in the defvar.
8059 (rlogin): Use ignore-errors.
8060
8061 * replace.el (occur-mode-map): Some fixes for menu items.
8062
8063 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8064
8065 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
8066
8067 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
8068
8069 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
8070 issuing unused warnings.
8071
8072 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
8073 macro directly.
8074
8075 * simple.el: Lisp reimplement of list-processes. Based on an
8076 earlier reimplementation by Leo Liu, but using tabulated-list.el.
8077 (process-menu-mode): New major mode.
8078 (list-processes--refresh, list-processes):
8079 (process-menu-visit-buffer): New functions.
8080
8081 * files.el (save-buffers-kill-emacs): Don't assume any return
8082 value of list-processes, which is undocumented anyway.
8083
8084 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
8085
8086 * emacs-lisp/tabulated-list.el: New file.
8087
8088 * emacs-lisp/package.el: Use Tabulated List mode.
8089 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
8090 (package-menu-mode): Derive from tabulated-list-mode. Set up the
8091 table format using Tabulated List mode variables.
8092 (package--push): New macro, replacing package-list-maybe-add.
8093 (package-menu--generate): Use package--push. Renamed from
8094 package--generate-package-list.
8095 (package-menu-refresh, list-packages): Use it.
8096 (package-menu--print-info): Rename from package-print-package.
8097 Return insertion data instead of inserting it directly.
8098 (package-menu-describe-package, package-menu-execute):
8099 Use tabulated-list-get-id.
8100 (package-menu-mark-delete, package-menu-mark-install)
8101 (package-menu-mark-unmark, package-menu-backup-unmark)
8102 (package-menu-mark-obsolete-for-deletion):
8103 Use tabulated-list-put-tag.
8104 (package--list-packages, package-menu-revert)
8105 (package-menu-get-package, package-menu-get-version)
8106 (package-menu-sort-by-column): Functions deleted.
8107 (package-menu-package-list, package-menu-sort-key): Vars deleted.
8108 (package-menu--status-predicate, package-menu--version-predicate)
8109 (package-menu--name-predicate)
8110 (package-menu--description-predicate): Handle arguments in the
8111 Tabulated List format.
8112 (package-list-packages-no-fetch): Call list-packages.
8113
8114 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
8115
8116 * files.el (after-find-file-from-revert-buffer): Remove variable.
8117 (after-find-file): Don't bind it.
8118 (revert-buffer-in-progress-p): New variable.
8119 (revert-buffer): Bind it.
8120 Pass nil for `after-find-file-from-revert-buffer'.
8121
8122 * saveplace.el (save-place-find-file-hook): Use new variable
8123 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
8124
8125 2011-04-06 Glenn Morris <rgm@gnu.org>
8126
8127 * Makefile.in (AUTOGEN_VCS): New variable.
8128 (autoloads): Use $AUTOGEN_VCS.
8129
8130 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
8131 * calendar/calendar.el (calendar-mode-map):
8132 Check for toolkit scroll bars. (Bug#8305)
8133
8134 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
8135
8136 * minibuffer.el (completion-in-region--postch)
8137 (completion-in-region-mode): Remove unnecessary messages.
8138
8139 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
8140
8141 * font-lock.el (font-lock-refresh-defaults):
8142 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
8143 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
8144
8145 * info.el (Info-directory-list, Info-read-node-name-2)
8146 (Info-split-parameter-string): Doc fixes.
8147 (Info-virtual-nodes): Reflow docstring.
8148 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
8149 (Info-apropos-toc-nodes, info-finder, Info-get-token)
8150 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
8151 Fix typos in docstrings.
8152 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
8153 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
8154 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
8155 (Info-restore-desktop-buffer): Mark unused parameters.
8156 (Info-directory-find-file, Info-directory-find-node)
8157 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
8158 (Info-virtual-index-find-node, Info-apropos-find-file)
8159 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
8160 Mark unused parameters; fix typos in docstrings.
8161 (Info-virtual-index): Remove unused local variable `nodename'.
8162
8163 2011-04-05 Deniz Dogan <deniz@dogan.se>
8164
8165 * net/rcirc.el: Update my e-mail address.
8166 (rcirc-mode-map): Remove M-o binding.
8167
8168 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
8169
8170 * startup.el (command-line): Save the cursor's theme-face
8171 directly, instead of using face-override-spec.
8172
8173 * custom.el (load-theme): Minor optimization in assigning faces.
8174
8175 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
8176
8177 * help-fns.el (describe-variable): Complete all variables having
8178 documentation, including keywords.
8179 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
8180
8181 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
8182
8183 Convert to lexical-binding.
8184
8185 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
8186 (bs--get-marked-string, bs--get-modified-string)
8187 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
8188 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
8189 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
8190
8191 * ehelp.el (electric-help-execute-extended)
8192 (electric-help-ctrl-x-prefix):
8193 * hexl.el (hexl-revert-buffer-function):
8194 * linum.el (linum-after-change, linum-after-scroll):
8195 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
8196
8197 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
8198
8199 2011-04-04 Daiki Ueno <ueno@unixuser.org>
8200
8201 * epa-dired.el:
8202 * epa-mail.el:
8203 * epa-hook.el:
8204 * epa-file.el:
8205 * epa.el:
8206 * epg.el: Use lexical binding.
8207
8208 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
8209
8210 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
8211
8212 * textmodes/flyspell.el (flyspell-word): Recognize default
8213 dictionary case for flyspell-mark-duplications-exceptions.
8214 Use regexp matching for languages.
8215 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
8216 default dictionary (Bug#7926).
8217
8218 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
8219
8220 * emacs-lisp/package.el (package--with-work-buffer):
8221 Recognize https URLs.
8222
8223 * net/network-stream.el: Move from gnus/proto-stream.el.
8224 Change prefix to network-stream throughout.
8225 (open-protocol-stream): Merge into open-network-stream, leaving
8226 open-protocol-stream as an alias. Handle nil BUFFER args.
8227
8228 * subr.el (open-network-stream): Move to net/network-stream.el.
8229
8230 2011-04-02 Glenn Morris <rgm@gnu.org>
8231
8232 * find-dired.el (find-exec-terminator): New option.
8233 (find-ls-option): Test for -ls support.
8234 (find-ls-subdir-switches): Test for -b in find-ls-option.
8235 (find-dired, find-grep-dired): Doc fixes.
8236 (find-dired): Use find-exec-terminator.
8237
8238 * find-dired.el (find-ls-option, find-ls-subdir-switches)
8239 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
8240 (find-name-arg): Remove purecopy.
8241
8242 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
8243 (grep-compute-defaults): Check for `-exec COMMAND +' support.
8244 Set grep-find-use-xargs, grep-find-command, and grep-find-template
8245 accordingly. Don't add the null-device if not needed.
8246
8247 * files.el (save-some-buffers): Doc fix.
8248
8249 2011-04-02 Eli Zaretskii <eliz@gnu.org>
8250
8251 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
8252
8253 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
8254
8255 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
8256 Use `dolist' rather than `mapcar'.
8257
8258 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 Add lexical binding.
8261
8262 * subr.el (apply-partially): Use new closures rather than CL.
8263 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
8264 (dolist, dotimes): Use slightly different expansion for lexical code.
8265 (functionp): Move to C.
8266 (letrec): New macro.
8267 (with-wrapper-hook): Use it and apply-partially instead of CL.
8268 (eval-after-load): Preserve lexical-binding.
8269 (save-window-excursion, with-output-to-temp-buffer): Turn them
8270 into macros.
8271
8272 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
8273
8274 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
8275 than the arglist.
8276 (help-add-fundoc-usage): Don't add `Not documented'.
8277 (help-function-arglist): Handle closures, subroutines, and new
8278 byte-code-functions.
8279 (help-make-usage): Remove leading underscores.
8280 (describe-function-1): Handle closures.
8281 (describe-variable): Use special-variable-p for completion.
8282
8283 * files.el (lexical-binding): Declare safe.
8284
8285 * emacs-lisp/pcase.el: Don't use destructuring-bind.
8286 (pcase--memoize): Rename from pcase-memoize. Change weakness.
8287 (pcase): Add `let' pattern.
8288 Change memoization so it actually works.
8289 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
8290 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
8291 <let>: New case.
8292
8293 * emacs-lisp/macroexp.el: Use lexical binding.
8294 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
8295 Don't convert ' to #' without checking that it's indeed quoting
8296 a lambda.
8297
8298 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
8299 Use eval-sexp-add-defvars.
8300 (eval-sexp-add-defvars): New fun.
8301
8302 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
8303
8304 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
8305 Don't autoload.
8306 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
8307 than the internal `byte-compile-lambda'.
8308 (defmethod): Don't hide code under quotes.
8309 (eieio-defmethod): New `code' argument.
8310
8311 * emacs-lisp/eieio-comp.el: Remove.
8312
8313 * emacs-lisp/edebug.el (edebug-eval-defun)
8314 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
8315 (edebug-toggle): Avoid `eval'.
8316
8317 * emacs-lisp/disass.el (disassemble-internal): Handle new
8318 `closure' objects.
8319 (disassemble-1): Handle new byte codes.
8320
8321 * emacs-lisp/cl.el (pushnew): Silence warning.
8322
8323 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
8324 (cl-byte-compile-throw): Remove.
8325 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
8326
8327 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
8328 closures.
8329
8330 * emacs-lisp/cconv.el: New file.
8331
8332 * emacs-lisp/bytecomp.el: Use lexical binding instead of
8333 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
8334 (byte-compile-initial-macro-environment):
8335 Handle declare-function here.
8336 (byte-compile--lexical-environment): New var.
8337 (byte-stack-ref, byte-stack-set, byte-discardN)
8338 (byte-discardN-preserve-tos): New lap codes.
8339 (byte-interactive-p): Don't use any more.
8340 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
8341 New macros.
8342 (byte-compile-lapcode): Use them and handle new lap codes.
8343 (byte-compile-obsolete): Remove.
8344 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
8345 (byte-compile-arglist-warn): Check late def of inlinable funs.
8346 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
8347 since they should have been expanded by now.
8348 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
8349 (byte-compile-from-buffer): Remove unused second arg.
8350 (byte-compile-preprocess): New function.
8351 (byte-compile-toplevel-file-form): New function to distinguish
8352 file-form calls from outside from file-form calls from hunk-handlers.
8353 (byte-compile-file-form): Simplify.
8354 (byte-compile-file-form-defsubst): Remove.
8355 (byte-compile-file-form-defmumble): Simplify now that
8356 byte-compile-lambda always returns a byte-code-function.
8357 (byte-compile): Preprocess.
8358 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
8359 Remove, not used any more.
8360 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
8361 (byte-compile-make-args-desc): New funs.
8362 (byte-compile-lambda): Handle lexical functions. Always return
8363 a byte-code-function.
8364 (byte-compile-reserved-constants): New var, to make up room for
8365 closed-over variables.
8366 (byte-compile-constants-vector): Obey it.
8367 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
8368 (byte-compile-macroexpand-declare-function): New function.
8369 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
8370 byte-code-functions.
8371 (byte-compile-form): Check obsolescence here.
8372 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
8373 (byte-compile-variable-ref): Remove.
8374 (byte-compile-dynamic-variable-op): New fun.
8375 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8376 (byte-compile-variable-set): New funs.
8377 (byte-compile-discard): Add 2 args.
8378 (byte-compile-stack-ref, byte-compile-stack-set)
8379 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
8380 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
8381 macroexpand-all instead.
8382 (byte-compile-quote-form): Remove.
8383 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
8384 (byte-compile-bind, byte-compile-unbind): New funs.
8385 (byte-compile-let): Handle let* and lexical binding.
8386 (byte-compile-let*): Remove.
8387 (byte-compile-catch, byte-compile-unwind-protect)
8388 (byte-compile-track-mouse, byte-compile-condition-case):
8389 Handle a new :fun-body form, used for lexical scoping.
8390 (byte-compile-save-window-excursion)
8391 (byte-compile-with-output-to-temp-buffer): Remove.
8392 (byte-compile-defun): Simplify.
8393 (byte-compile-stack-adjustment): New fun.
8394 (byte-compile-out): Use it.
8395 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
8396
8397 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
8398 handler any more.
8399
8400 * emacs-lisp/byte-opt.el: Use lexical binding.
8401 (byte-inline-lapcode): Remove (to bytecomp).
8402 (byte-compile-inline-expand): Pay attention to inlining to/from
8403 lexically bound code.
8404 (byte-compile-unfold-lambda): Don't handle byte-code-functions
8405 any more.
8406 (byte-optimize-form-code-walker): Don't handle save-window-excursion
8407 any more and don't call compiler-macros.
8408 (byte-compile-splice-in-already-compiled-code): Remove.
8409 (byte-code): Don't inline any more.
8410 (disassemble-offset): Receive `bytes' as argument rather than via
8411 dynamic scoping.
8412 (byte-compile-tag-number): Declare before first use.
8413 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
8414 `return' even if make-spliceable.
8415 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
8416 obsolete interactive-p.
8417 (byte-optimize-lapcode): Optimize new lap-codes.
8418 Don't trip up on new form of `byte-constant' lap code.
8419
8420 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
8421
8422 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
8423
8424 * custom.el (custom-initialize-default, custom-declare-variable):
8425 Use `defvar'.
8426
8427 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
8428 New variables.
8429 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
8430 (COMPILE_FIRST): Add macroexp and cconv.
8431 * makefile.w32-in: Mirror changes in Makefile.in.
8432
8433 * vc/cvs-status.el:
8434 * vc/diff-mode.el:
8435 * vc/log-edit.el:
8436 * vc/log-view.el:
8437 * vc/smerge-mode.el:
8438 * textmodes/bibtex-style.el:
8439 * textmodes/css.el:
8440 * startup.el:
8441 * uniquify.el:
8442 * minibuffer.el:
8443 * newcomment.el:
8444 * reveal.el:
8445 * server.el:
8446 * mpc.el:
8447 * emacs-lisp/smie.el:
8448 * doc-view.el:
8449 * dired.el:
8450 * abbrev.el: Use lexical binding.
8451
8452 2011-04-01 Eli Zaretskii <eliz@gnu.org>
8453
8454 * info.el (info-display-manual): New function.
8455
8456 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8457
8458 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
8459
8460 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
8461
8462 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
8463 an entry for that server in rcirc-authinfo. (Bug#8385)
8464
8465 2011-03-31 Glenn Morris <rgm@gnu.org>
8466
8467 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
8468
8469 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
8470
8471 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
8472
8473 * progmodes/python.el (python-default-interpreter)
8474 (python-python-command-args, python-jython-command-args)
8475 (python-which-shell, python-which-args, python-which-bufname)
8476 (python-file-queue, python-comint-output-filter-function)
8477 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
8478 variables and functions.
8479
8480 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
8483 (completion-in-region-mode): New minor mode.
8484 (completion-in-region): Use it.
8485 (completion-in-region--data, completion-in-region-mode-map): New vars.
8486 (completion-in-region--postch): New function.
8487 (completion--capf-misbehave-funs, completion--capf-safe-funs):
8488 New vars.
8489 (completion--capf-wrapper): New function.
8490 (completion-at-point): Use it to track well-behavedness of
8491 hook functions.
8492 (completion-help-at-point): New command.
8493
8494 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
8495
8496 * vc/add-log.el (add-change-log-entry): Don't use whitespace
8497 syntax class to search for whitespace on a single line
8498 (Message-ID: <4D938140.4030905@redhat.com>).
8499
8500 2011-03-30 Leo Liu <sdl.web@gmail.com>
8501
8502 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
8503 New commands.
8504 (edit-abbrevs-map): Bind them here.
8505 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
8506
8507 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
8508
8509 * allout.el (allout-hide-by-annotation, allout-flag-region):
8510 Reduce possibility of overlay leakage by making them volatile.
8511
8512 * allout-widgets.el (allout-widgets-tally): Define as nil so the
8513 hash is not shared between buffers. Mode initialization is
8514 responsible for giving it a useful starting value.
8515 (allout-item-span): Reduce possibility of overlay leakage by
8516 making them volatile.
8517 (allout-widgets-count-buttons-in-region): Add diagnostic function
8518 for tracking down button overlay leaks.
8519
8520 2011-03-29 Leo Liu <sdl.web@gmail.com>
8521
8522 * ido.el (ido-read-internal): Use the default history var
8523 minibuffer-history if no HISTORY is specified.
8524
8525 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
8526
8527 * net/imap.el (imap-shell-open, imap-process-connection-type):
8528 Use imap-process-connection-type for 'shell' streams as well as
8529 Kerberos, SSL, other subprocesses.
8530
8531 2011-03-28 Leo Liu <sdl.web@gmail.com>
8532
8533 * abbrev.el (abbrev-table-empty-p): New function.
8534 (prepare-abbrev-list-buffer): Place empty abbrev tables after
8535 nonempty ones. (Bug#5937)
8536
8537 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
8538
8539 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
8540
8541 2011-03-27 Leo Liu <sdl.web@gmail.com>
8542
8543 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
8544 for foreground and background colors.
8545 (ansi-color-make-color-map): Adapt.
8546
8547 2011-03-25 Leo Liu <sdl.web@gmail.com>
8548
8549 * midnight.el (midnight-time-float): Remove. Note it calculates
8550 the microsecond component incorrectly and seconds-to-time does the
8551 same job.
8552 Remove redundant (require 'timer).
8553
8554 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
8555 (ido-completions): Remove unused arguments. (Bug#8329)
8556
8557 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8558
8559 * minibuffer.el (completion--flush-all-sorted-completions):
8560 Remove itself from hook.
8561 (completion-at-point): Let the functions perform the completion
8562 immediately and return nil or t.
8563 * comint.el (comint-dynamic-complete-functions): Now identical to
8564 completion-at-point-functions.
8565 (comint-dynamic-list-input-ring): Remove unused var `index'.
8566 (comint--match-partial-filename, comint--unquote&expand-filename):
8567 New funs, split from comint-match-partial-filename.
8568 (comint-dynamic-complete): Use completion-at-point.
8569 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
8570
8571 2011-03-24 Drew Adams <drew.adams@oracle.com>
8572
8573 * thingatpt.el: Support `defun'.
8574
8575 2011-03-23 Leo Liu <sdl.web@gmail.com>
8576
8577 * abbrevlist.el: Move to obsolete/abbrevlist.el.
8578
8579 * help-mode.el (help-mode-finish): Tweak regexp.
8580
8581 2011-03-23 Glenn Morris <rgm@gnu.org>
8582
8583 * eshell/esh-opt.el (eshell-eval-using-options):
8584 Do not bind unused local variable `eshell-option-stub'.
8585
8586 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
8587
8588 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
8589
8590 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
8591 keymap variable in `with-no-warnings' to avoid a warning when the
8592 keymap has been already `defconst'ed.
8593
8594 2011-03-22 Leo Liu <sdl.web@gmail.com>
8595
8596 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
8597 encode all chars in abbrevs; otherwise use emacs-mule or
8598 utf-8-emacs. (Bug#8308)
8599
8600 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
8601
8602 * simple.el (backward-delete-char-untabify):
8603 Avoid warning about using `delete-backward-char'.
8604
8605 * image.el (image-type-file-name-regexps): Make it variable.
8606 `imagemagick-register-types' modifies it, and the user may want
8607 to add new extensions for known image types.
8608 (imagemagick-register-types): Throw error if not using ImageMagick.
8609
8610 2011-03-22 Leo Liu <sdl.web@gmail.com>
8611
8612 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
8613 located before rcirc-prompt-end-marker.
8614 (rcirc-complete): Error if point is not after rcirc prompt.
8615 Handle the case when table is nil.
8616 (rcirc-user-authenticated): Define to fix compiler warning.
8617
8618 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
8619
8620 * custom.el (custom--inhibit-theme-enable): Make it affect only
8621 custom-theme-set-variables and custom-theme-set-faces.
8622 (provide-theme): Ignore custom--inhibit-theme-enable.
8623 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
8624 (custom-enabling-themes): Delete variable.
8625 (enable-theme): Accept only loaded themes as arguments.
8626 Ignore the special custom-enabled-themes variable.
8627 (custom-enabled-themes): Forbid themes from setting this.
8628 Eliminate use of custom-enabling-themes.
8629 (custom-push-theme): Quote "changed" custom var entry.
8630
8631 2011-03-21 Leo Liu <sdl.web@gmail.com>
8632
8633 * ido.el (ido-read-internal): Add ido-selected to history instead
8634 of user input.
8635
8636 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8637
8638 * subr.el (deferred-action-list, deferred-action-function):
8639 Mark obsolete.
8640
8641 2011-03-21 Leo Liu <sdl.web@gmail.com>
8642
8643 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
8644 change on 2011-02-13 (bug#8309).
8645
8646 * minibuffer.el (read-file-name-function): Change default value.
8647 (read-file-name--defaults): Rename from read-file-name-defaults.
8648 (read-file-name-default): Rename from read-file-name.
8649 (read-file-name): Call read-file-name-function.
8650
8651 2011-03-21 Glenn Morris <rgm@gnu.org>
8652
8653 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
8654 Doc fixes.
8655
8656 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
8657
8658 * cus-theme.el: Add missing provide statement.
8659 (customize-create-theme): Extract theme value correctly.
8660 (custom-theme-visit-theme): Autoload.
8661 (customize-create-theme): Prompt before inserting default faces.
8662
8663 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
8664
8665 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
8666 units and musical notes.
8667
8668 2011-03-20 Leo <sdl.web@gmail.com>
8669
8670 * ido.el (ido-read-internal): Use completing-read-default.
8671 (ido-completing-read): Fix compatibility with completing-read.
8672
8673 2011-03-20 Christian Ohler <ohler@gnu.org>
8674
8675 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
8676 (ert-delete-all-tests): Use `called-interactively-p' rather than
8677 `interactive-p'.
8678 (ert--make-xrefs-region): Respect END.
8679
8680 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
8681
8682 * dired-aux.el (dired-create-directory): Signal an error if the
8683 directory already exists (Bug#8246).
8684
8685 * facemenu.el (list-colors-display): Call list-faces-display
8686 inside with-help-window.
8687 (list-colors-print): Use display property to align the final
8688 column, instead of checking window-width.
8689
8690 2011-03-19 Eli Zaretskii <eliz@gnu.org>
8691
8692 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
8693 windows-nt systems.
8694 (emerge-protect-metachars): Quote correctly for ms-dos and
8695 windows-nt systems.
8696
8697 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
8698
8699 * info.el (info-initialize): Replace all uses of `:' with
8700 path-separator for compatibility with non-Unix systems.
8701 Cache quoting of path-separator. (Bug#8258)
8702
8703 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
8704
8705 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
8706 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
8707 (mouse-avoidance-mode): Fix typos in docstrings.
8708
8709 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
8710
8711 * startup.el (package-subdirectory-regexp): Move from package.el.
8712 Omit \\` and \\', and let callers add them.
8713
8714 * emacs-lisp/package.el (package-strip-version)
8715 (package-load-all-descriptors): Add \\` and \\' to
8716 package-subdirectory-regexp before using it.
8717 (package-untar-buffer): New arg DIR; ensure that file untars only
8718 into this expected directory. Remove superfluous delete-region.
8719 (package-unpack): Caller changed.
8720 (package-tar-file-info): Use package-subdirectory-regexp.
8721
8722 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8723
8724 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
8725 diff-mode-shared-map (bug#8284).
8726 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
8727
8728 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
8729
8730 * calendar/time-date.el (format-seconds): Use assoc instead of
8731 assoc-string, since assoc-string doesn't exist in XEmacs.
8732
8733 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
8734
8735 * custom.el (custom-known-themes): Reflow docstring.
8736 (custom-theme-load-path): Fix typo in docstring.
8737 (load-theme): Fix typo in error message.
8738 (custom-available-themes, custom-variable-theme-value):
8739 Use `let', not `let*'.
8740
8741 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
8742
8743 * calc/README: Mention inclusion of musical notes.
8744
8745 * calc/calc-units.el (calc-lu-quant): Rename from
8746 `calc-logunits-quantity'.
8747 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
8748 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
8749 (calc-db): Rename from `calc-dblevel'.
8750 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
8751 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
8752 (calc-np): Rename from `calc-nplevel'.
8753 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
8754 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
8755 (calc-lu-plus): Rename from `calc-logunits-add'.
8756 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
8757 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
8758 (calc-lu-minus): Rename from `calc-logunits-sub'.
8759 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
8760 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
8761 (calc-lu-times): Rename from `calc-logunits-mul'.
8762 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
8763 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
8764 (calc-lu-divide): Rename from `calc-logunits-div'.
8765 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
8766 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
8767
8768 * calc/calc-ext.el (calc-init-extensions): Update the names of the
8769 functions being autoloaded.
8770
8771 * calc/calc.el (calc-lu-power-reference): Rename from
8772 `calc-logunits-power-reference'.
8773 (calc-lu-field-reference): Rename from
8774 `calc-logunits-field-reference'.
8775
8776 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
8777
8778 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8779
8780 * minibuffer.el (completion-all-sorted-completions):
8781 Use :completion-cycle-penalty text property if present.
8782
8783 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
8784
8785 * allout.el (allout-yank-processing): Adjust for new rebulleting
8786 regime so bullet being yanked is used without prompting the user
8787 for a choice.
8788
8789 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
8790
8791 * startup.el (command-line): Warn the user that _emacs is deprecated.
8792
8793 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
8794
8795 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
8796 (delphi-verbose, delphi-comment-face, delphi-string-face)
8797 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
8798 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
8799 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
8800 (delphi-new-comment-line, delphi-font-lock-defaults)
8801 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
8802 Fix typos in docstrings.
8803
8804 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
8805
8806 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
8807 Invert the roles of character and string values for INSTEAD, so a
8808 string is used for the more common case of a defaulting prompt.
8809
8810 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * progmodes/ruby-mode.el (ruby-backward-sexp):
8813 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
8814 * play/gamegrid.el (gamegrid-make-face):
8815 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
8816 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
8817 * notifications.el (notifications-notify):
8818 * net/xesam.el (xesam-search-engines):
8819 * net/quickurl.el (quickurl-list-insert):
8820 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
8821
8822 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
8823
8824 * startup.el (command-line): Update package subdirectory regexp.
8825
8826 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * allout.el (allout-abbreviate-flattened-numbering)
8829 (allout-mode-deactivate-hook): Fix up obsolescence "date".
8830
8831 * subr.el (read-char-choice): Only show the cursor after the prompt,
8832 not after the answer.
8833
8834 2011-03-15 Kevin Ryde <user42@zip.com.au>
8835
8836 * help-fns.el (variable-at-point): Skip leading quotes, if any
8837 (bug#8253).
8838
8839 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8840
8841 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
8842 warning message.
8843
8844 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
8845
8846 * shell.el (shell): When called interactively, offer to change the
8847 shell file name on remote hosts.
8848
8849 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
8850
8851 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
8852 integration for LDAP parameters. The host, base, user or binddn,
8853 and secret tokens can be specified in a netrc file, for instance.
8854 This is optional because an `auth-source' parameter must be
8855 specified in the search attributes.
8856
8857 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
8858
8859 * help.el (describe-mode): Link to the mode's definition (bug#8185).
8860
8861 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8862
8863 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
8864 into declaration. Remove redundant and harmful binding.
8865
8866 2011-03-12 Eli Zaretskii <eliz@gnu.org>
8867
8868 * files.el (file-ownership-preserved-p): Pass `integer' as an
8869 explicit 2nd argument to `file-attributes'. If the file's owner
8870 is the Administrators group on Windows, and the current user is
8871 Administrator, consider that a match.
8872
8873 * server.el (server-ensure-safe-dir): Consider server directory
8874 safe on MS-Windows if its owner is the Administrators group while
8875 the current Emacs user is Administrator. Use `=' to compare
8876 numerical UIDs, since they could be integers or floats.
8877
8878 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
8879
8880 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
8881
8882 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
8883
8884 Sync with Tramp 2.2.1.
8885
8886 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
8887
8888 * net/trampver.el: Update release number.
8889
8890 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * progmodes/compile.el (compilation--previous-directory): Fix up
8893 various nil/dead-marker mismatches (bug#8014).
8894 (compilation-directory-properties, compilation-error-properties):
8895 Don't call it at a position past the one we're about to change.
8896
8897 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
8898 Disable obsolescence warnings in the file that declares it.
8899
8900 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
8901
8902 * allout-widgets.el (allout-widgets-tally):
8903 Initialize allout-widgets-tally as a hash table rather than nil to
8904 prevent mode-line redisplay warnings. Also, clarify the module
8905 description and fix a comment typo.
8906
8907 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
8908
8909 * help-fns.el (describe-variable): Don't complete keywords.
8910 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
8911
8912 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
8913
8914 * emacs-lisp/package.el (package-version-join): Impose a standard
8915 string representation for pre/alpha/beta version lists.
8916 (package-unpack-single): Standardize the directory name by passing
8917 it through package-version-join.
8918 (package-strip-rcs-id): Accept any version string that does not
8919 signal an error in version-to-list.
8920
8921 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
8922
8923 * simple.el (delete-trailing-whitespace): Return nil for the
8924 benefit of `write-file-functions'.
8925
8926 2011-03-10 Glenn Morris <rgm@gnu.org>
8927
8928 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
8929
8930 * vc/vc-git.el (vc-git-program): New option.
8931 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
8932 (vc-git--call): Use it.
8933
8934 * eshell/esh-util.el (eshell-condition-case): Doc fix.
8935
8936 * cus-edit.el (Custom-newline): If no button at point, look
8937 for a subgroup button at start-of-line. (Bug#2298)
8938
8939 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
8940
8941 2011-03-10 Julien Danjou <julien@danjou.info>
8942
8943 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
8944 `cursor-type' is nil.
8945
8946 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
8947
8948 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
8949
8950 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
8951
8952 * allout.el Summary: Change so yank of distinctive-bullet items
8953 preserves the existing header prefix, rebulleting it if necessary,
8954 rather than replacing it. This is necessary for proper operation
8955 of cooperative addons like allout-widgets.
8956 (allout-make-topic-prefix, allout-rebullet-heading): Change
8957 SOLICIT arg to INSTEAD, and interpret additionally a string value
8958 as alternate bullet to be used, instead of prompting the user for
8959 a bullet character.
8960
8961 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
8962
8963 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
8964 Do not use `tramp-file-name-port', because this returns also
8965 `tramp-default-port'.
8966
8967 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8968
8969 * net/rcirc.el (rcirc-handler-001): Remove useless
8970 with-rcirc-process-buffer.
8971 (rcirc-check-auth-status): Swap arguments to string-match.
8972
8973 2011-03-09 Glenn Morris <rgm@gnu.org>
8974
8975 * shell.el (shell-mode):
8976 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
8977
8978 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
8979 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
8980
8981 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
8982
8983 * emacs-lisp/package.el (package-refresh-contents)
8984 (package-menu-execute): Use condition-case-no-debug.
8985
8986 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
8987
8988 * simple.el (shell-command-to-string): Use `process-file'.
8989
8990 * emacs-lisp/package.el (package-tar-file-info): Handle also
8991 remote files.
8992
8993 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8994 Use `equal' for upload base check.
8995
8996 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
8997
8998 * textmodes/texinfo.el (texinfo-environments):
8999 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
9000
9001 2011-03-08 Glenn Morris <rgm@gnu.org>
9002
9003 * cus-start.el (cursor-in-non-selected-windows):
9004 Fix :set quoting oddness. (Bug#8192)
9005
9006 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
9007 in some setf expressions. (Bug#2159)
9008
9009 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
9010
9011 * custom.el (custom-available-themes): Return themes in
9012 alphabetical order.
9013
9014 See ChangeLog.15 for earlier changes.
9015
9016 ;; Local Variables:
9017 ;; coding: utf-8
9018 ;; End:
9019
9020 Copyright (C) 2011 Free Software Foundation, Inc.
9021
9022 This file is part of GNU Emacs.
9023
9024 GNU Emacs is free software: you can redistribute it and/or modify
9025 it under the terms of the GNU General Public License as published by
9026 the Free Software Foundation, either version 3 of the License, or
9027 (at your option) any later version.
9028
9029 GNU Emacs is distributed in the hope that it will be useful,
9030 but WITHOUT ANY WARRANTY; without even the implied warranty of
9031 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9032 GNU General Public License for more details.
9033
9034 You should have received a copy of the GNU General Public License
9035 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.