Fix typos.
[bpt/emacs.git] / lisp / ChangeLog
1 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * ses.el (ses-call-printer-return, ses-cell-property-get)
4 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
5 (ses-create-cell-variable, ses-reset-header-string)
6 (ses-cell-set-formula, ses-repair-cell-reference-all)
7 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
8 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
9 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
10 (ses-aset-with-undo, ses-load, ses-truncate-cell)
11 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
12 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
13 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
14 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
15 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
17 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
18 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
19
20 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
21
22 * ses.el: The overall change is to add cell renaming, that is
23 setting fancy names for cell symbols other than name matching
24 "\\`[A-Z]+[0-9]+\\'" regexp .
25 (ses-create-cell-variable): New defun.
26 (ses-relocate-formula): Relocate formulas only for cells the
27 symbols of which are not renamed, i.e. symbols whose names do not
28 match regexp "\\`[A-Z]+[0-9]+\\'".
29 (ses-relocate-all): Relocate values only for cells the symbols of
30 which are not renamed.
31 (ses-load): Create cells variables as the (ses-cell ...) are read,
32 in order to check row col consistency with cell symbol name only
33 for cells that are not renamed.
34 (ses-replace-name-in-formula): New defun.
35 (ses-rename-cell): New defun.
36
37 2011-12-11 Chong Yidong <cyd@gnu.org>
38
39 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
40 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
41
42 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
43
44 * window.el (other-window): Fix docstring.
45
46 2011-12-10 Eli Zaretskii <eliz@gnu.org>
47
48 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
49 `from' or `to' address before taking its substring. Fixes
50 incorrect display in Rmail summary buffer whereby an RFC2047
51 encoded name is chopped in the middle of the encoded string, and
52 thus displayed encoded.
53
54 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
55
56 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
57
58 2011-12-10 Eli Zaretskii <eliz@gnu.org>
59
60 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
61 to use texinfo-update-node and commands that call it if the
62 Texinfo file uses @node lines without next/prev/up pointers.
63 Correct outdated description about texinfo-master-menu.
64 (texinfo-all-menus-update, texinfo-master-menu)
65 (texinfo-update-node, texinfo-every-node-update)
66 (texinfo-multiple-files-update): Doc fix. Warn against updating
67 all the @node lines.
68 (texinfo-master-menu): Only call texinfo-update-node if the prefix
69 argument is numeric. Explain better in the doc string what the
70 function really does.
71 (texinfo-insert-master-menu-list): Improve the error message
72 displayed if there's no menu in the Top node.
73 (Bug#2975) See also this thread:
74 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
75
76 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
77
78 * speedbar.el (speedbar-supported-extension-expressions):
79 Add .adb and .ads, commonly used for Ada source code (bug#10256).
80
81 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
82
83 * printing.el (pr-mode-alist):
84 * simple.el (filter-buffer-substring-functions)
85 (completion-list-insert-choice-function):
86 * window.el (window-with-parameter, window-atom-root)
87 (window-sides-slots, window-size-fixed, window-min-delta)
88 (window-max-delta, window--resize-mini-window)
89 (window--resize-child-windows-normal, window-tree)
90 (delete-other-windows, quit-window, split-window)
91 (display-buffer-record-window, special-display-buffer-names)
92 (special-display-regexps, special-display-popup-frame)
93 (same-window-p, split-window-sensibly)
94 (display-buffer-overriding-action, display-buffer-alist)
95 (display-buffer-base-action, display-buffer, switch-to-buffer)
96 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
97 (fit-window-to-buffer, recenter-positions)
98 (mouse-autoselect-window-state, mouse-autoselect-window-select):
99 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
100 and remove unneeded backslashes in docstrings.
101
102 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
103
104 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
105
106 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
107 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
108 end in ".mk".
109 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
110 when reading the makefile (bug#10116).
111
112 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
113
114 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
115 (bug#10116).
116
117 2011-12-06 Glenn Morris <rgm@gnu.org>
118
119 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
120
121 2011-12-06 Chong Yidong <cyd@gnu.org>
122
123 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
124
125 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
126
127 * textmodes/table.el (table-shorten-cell): Fix typo.
128
129 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
130
131 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
132
133 2011-12-05 Eli Zaretskii <eliz@gnu.org>
134
135 * descr-text.el (describe-char): Fix display of strong
136 right-to-left characters and directional embeddings and overrides.
137
138 * simple.el (what-cursor-position): Fix display of codepoints of
139 strong right-to-left characters.
140
141 2011-12-05 Chong Yidong <cyd@gnu.org>
142
143 * faces.el (read-color): Doc fix.
144
145 2011-12-05 Glenn Morris <rgm@gnu.org>
146
147 * align.el (align--set-marker): Add doc-string.
148 Don't try to move something that is not a marker. (Bug#10216)
149
150 2011-12-04 Glenn Morris <rgm@gnu.org>
151
152 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
153 overly zealous deletion of trailing whitespace.
154
155 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
156
157 * server.el (server-delete-client): On Windows, do not try to delete
158 the only terminal.
159 (server-process-filter): On Windows, treat requests for a tty frame as
160 if they were for a GUI frame if the running server is in GUI mode.
161
162 2011-12-03 Glenn Morris <rgm@gnu.org>
163
164 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
165
166 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 * electric.el: Streamline electric-indent's hook.
169 (electric-indent-chars): Revert to simple list.
170 (electric-indent-functions): New var.
171 (electric-indent-post-self-insert-function): Use it.
172
173 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
174 there's no inferior buffer (bug#10196).
175 (prolog-consult-compile): Don't use toggle-read-only.
176
177 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
178
179 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
180 interrupt. (Bug#10187)
181
182 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
185 (bug#9160).
186
187 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
188 (bug#10191).
189
190 2011-12-02 Juri Linkov <juri@jurta.org>
191
192 * info.el (Info-search): Display "end of manual" when Isearch
193 reaches the end of single-file Info manual. (Bug#9918)
194
195 2011-12-02 Eli Zaretskii <eliz@gnu.org>
196
197 * isearch.el (isearch-message-prefix): Run the input method part
198 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
199
200 2011-12-02 Juri Linkov <juri@jurta.org>
201
202 * isearch.el (isearch-occur): Use `word-search-regexp' for
203 `isearch-word'.
204 (isearch-search-and-update): Add condition for `isearch-word' and
205 call `word-search-regexp'. (Bug#10145)
206
207 2011-12-01 Glenn Morris <rgm@gnu.org>
208
209 * eshell/em-hist.el (eshell-hist-initialize):
210 Handle eshell-history-size nil and HISTSIZE set or unset.
211 (eshell-history-file-name, eshell-history-size): Fix custom type.
212
213 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
216
217 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
218
219 * progmodes/verilog-mode.el (verilog-pretty-expr):
220 Rework verilog-pretty-expr to handle new assignment operators in system
221 verilog, such as += *= and the like.
222 (verilog-assignment-operator-re): Regular expression to find the
223 assigment operator in a verilog assignment.
224 (verilog-assignment-operation-re): Regular expression to find an
225 assignment statement for pretty-expr.
226 (verilog-in-attribute-p): Query returns true if point is in an
227 attribute context; used to skip these for expression line up from
228 pretty-expr.
229 (verilog-in-parameter-p): Query returns true if point is in an
230 parameter definition context; used to skip these for expression
231 line up from pretty-expr.
232 (verilog-in-parenthesis-p): Query returns true if point is in a
233 parenthetical expression, specifically ( ) but not [ ] or { };
234 used by pretty-expr.
235 (verilog-just-one-space): If there is no space, don't add one.
236 (verilog-get-lineup-indent-2): Specifically skip just attribute
237 contexts for expression lineup, rather than skipping all
238 parenthetical expressions.
239 (verilog-calculate-indent): Fix comment, and fix indent.
240 (verilog-do-indent): Indent declarations in lists (suggested by
241 Joachim Lechner).
242 (verilog-mode-abbrev-table): Populate abbrev mode with the various
243 skeleton items.
244 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
245 by Alain Mellan).
246
247 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
248
249 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
250 parameters with embedded comments. Reported by Ray Stevens.
251 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
252 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
253 Reported by Tim Holt.
254 (verilog-auto): Fix AUTOing a upper module then AUTOing module
255 instantiated by upper module causing wrong expansion until AUTOed a
256 second time. Reported by K C Buckenmaier.
257 (verilog-diff-auto): Fix showing .* as a difference when
258 `verilog-auto-star-save' off. Reported by Dan Dever.
259 (verilog-auto-reset, verilog-read-always-signals)
260 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
261 temporary signals in reset list if
262 verilog-auto-reset-blocking-in-non is nil, and match assignment
263 style to each signal's assignment type, bug381.
264 Reported by Thomas Esposito.
265 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
266 (verilog-uvm-statement-re): Support UVM indentation and
267 highlighting, with old OVM keywords only.
268 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
269 Support AUTOTIEOFF creating non-wire data types. Suggested by Jonathan
270 Greenlaw.
271 (verilog-auto-insert-lisp, verilog-delete-to-paren)
272 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
273 (verilog-inject-sense, verilog-read-inst-pins)
274 (verilog-read-sub-decls, verilog-read-sub-decls-line):
275 Fix mismatching parenthesis inside commented out code when deleting
276 AUTOINST, bug383. Reported by Jonathan Greenlaw.
277 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
278 non-numeric vector width. Reported by Alex Reed.
279 (verilog-auto-ascii-enum): Add "onehot" option to work around not
280 detecting signals with parameter widths. Reported by Alex Reed.
281 (verilog-auto-delete-trailing-whitespace):
282 With `verilog-auto-delete-trailing-whitespace' remove trailing
283 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
284 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
285 Fix verilog-scan-cache corruption when running user AUTO expansion
286 hooks that call indentation routines.
287 (verilog-simplify-range-expression): Fix typo ignoring lower case
288 identifiers.
289 (verilog-delete-auto): Fix delete-autos to also remove user created
290 automatics, as long as they start with AUTO.
291 (verilog-batch-diff-auto, verilog-diff-auto)
292 (verilog-diff-function): Add `verilog-diff-auto' and bind to
293 "C-c?" to report differences in AUTO expansion, ignoring spaces.
294 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
295 (verilog-in-paren-quick, verilog-re-search-backward-quick)
296 (verilog-re-search-forward-quick, verilog-syntax-ppss):
297 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
298 is disabled and its cache will get corrupt, causing AUTOS not to
299 expand. Instead use only -quick functions.
300 (verilog-scan-region): Fix scanning over escaped quotes.
301 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
302 (verilog-re-search-backward-quick)
303 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
304 related functions now ignore strings, to fix misparsing of strings
305 with magic comments embedded in them.
306 (verilog-read-auto-template):
307 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
308 Reported by Brad Dobbie.
309 (verilog-read-auto-template):
310 Fix 'verilog-auto-inst-template-numbers' with comments.
311 Reported by Brad Dobbie.
312 (verilog-auto-inst, verilog-auto-inst-param)
313 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
314 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
315 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
316 debugging templates without merge conflicts, bug357.
317 Reported by Brad Dobbie.
318 (verilog-read-auto-template):
319 Fix verilog-auto-inst-template-numbers with multiple templates.
320 Reported by Brad Dobbie.
321 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
322 abbrevs so user won't be asked to save.
323 (verilog-read-auto-lisp-present): Fix to start at beginning of
324 buffer in case called outside of verilog-auto.
325 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
326 to "X-2". Reported by Matthew Myers.
327 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
328 all inputs from module templates. Reported by Leith Johnson.
329 (verilog-module-inside-filename-p): Fix locating programs as with
330 modules.
331 (verilog-auto-inst-port): Fix vl-width expressions when using
332 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
333 (verilog-decls-get-regs, verilog-decls-get-signals,
334 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
335 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
336 verilog-read-decls): Combine reg and wire structures into one var
337 structure to represent SystemVerilog concepts.
338 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
339 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
340 (verilog-auto-wire-type, verilog-insert-definition):
341 Add verilog-auto-wire-type and AUTOLOGIC to support using
342 SystemVerilog "logic" keyword instead of "wire"/"reg".
343 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
344 to declares outputs that also have assignments (presumably in an
345 ifdef or generate if so there's not a driver conflict).
346 Reported by Matthew Myers.
347 (verilog-auto-declare-nettype, verilog-insert-definition):
348 Add verilog-auto-declare-nettype to fix declarations using
349 `default_nettype none. Reported by Julian Gorfajn.
350 (verilog-read-always-signals-recurse, verilog-read-decls)
351 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
352 malformed end statement, bug325. Reported by Joshua Wise and
353 Andrew Drake.
354 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
355 (verilog-inst-comment-re): Fix not deleting Interfaced comment
356 when expanding .* in interfaces, bug320. Reported by Pierre-David
357 Pfister.
358 (verilog-read-module-name): Fix import statements between module
359 name and open parenthesis, bug317. Reported by Pierre-David
360 Pfister.
361 (verilog-simplify-range-expression): Fix simplification of
362 multiplications inside AUTOWIRE connections, bug303.
363 (verilog-auto-inst-port): Support parameter expansion in
364 multidimensional arrays.
365 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
366 after "assert property". Reported by Julian Gorfajn.
367 (verilog-simplify-range-expression): Fix "couldn't merge" errors
368 with multiplication, bug303.
369 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
370 Reported by Jan Frode Lonnum.
371
372 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
373
374 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
375 (hfy-shell-file-name, hfy-shell):
376 * international/fontset.el (x-decompose-font-name): Fix typos.
377
378 2011-11-29 Ken Brown <kbrown@cornell.edu>
379
380 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
381 (gdb-version): Remove defvar.
382 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
383 (gdb-gud-context-command, gdb-non-stop-handler)
384 (gdb-current-context-command, gdb-stopped): Use it.
385 (gdb-init-1): Enable pretty printing here.
386 (gdb-non-stop-handler): Don't enable pretty-printing here.
387 Check to see if the target supports non-stop mode; if not, turn off
388 non-stop mode. Use the following.
389 (gdb-check-target-async): New defun.
390 (gud-watch, gdb-stopped): Fix whitespace.
391 (gdb-get-source-file): Don't try to display the source file if
392 `gdb-main-file' is nil.
393
394 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * align.el: Try to generate fewer markers (bug#10047).
397 (align--set-marker): New macro.
398 (align-region): Use it.
399
400 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
401
402 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
403
404 2011-11-29 Chong Yidong <cyd@gnu.org>
405
406 * indent.el (indent-for-tab-command, indent-according-to-mode):
407 Doc fix.
408 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
409
410 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
411
412 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
413 aware of remote file names. (Bug#10124)
414
415 2011-11-29 Chong Yidong <cyd@gnu.org>
416
417 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
418
419 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
420
421 * files.el (find-file): Don't use force-same-window (bug#10144).
422 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
423 use pop-to-buffer if the selected window can't be used.
424 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
425
426 2011-11-28 Eli Zaretskii <eliz@gnu.org>
427
428 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
429 special-mode-map.
430
431 2011-11-28 Chong Yidong <cyd@gnu.org>
432
433 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
434
435 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
436
437 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
438 gdb-get-source-file-list on gdb-create-source-file-list.
439
440 2011-11-26 Eli Zaretskii <eliz@gnu.org>
441
442 * whitespace.el (whitespace-newline): Use a different foreground
443 color for 16-color light-background displays.
444
445 2011-11-24 Chong Yidong <cyd@gnu.org>
446
447 * window.el (display-buffer--special-action): Doc fix.
448
449 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
450
451 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
452 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
453 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
454 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
455 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
456 (avl-tree-stack-first):
457 * emacs-lisp/cconv.el (cconv--analyse-use):
458 * net/gnutls.el (gnutls-negotiate): Fix typos.
459
460 2011-11-24 Glenn Morris <rgm@gnu.org>
461
462 * lpr.el (lpr-windows-system, lpr-lp-system):
463 * mail/binhex.el (binhex-begin-line):
464 * progmodes/grep.el (grep-history, grep-find-history):
465 * textmodes/flyspell.el:
466 * vc/pcvs-defs.el (cvs-global-menu):
467 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
468 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
469 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
470
471 * net/tls.el: Fix case of "GnuTLS".
472
473 * paths.el (rmail-file-name): Format doc-string for make-docfile.
474
475 * version.el (emacs-build-system): Give it a doc-string.
476
477 2011-11-24 Juri Linkov <juri@jurta.org>
478
479 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
480
481 2011-11-24 Glenn Morris <rgm@gnu.org>
482
483 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
484 if called on a non-mime message just toggle the headers. (Bug#8006)
485
486 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
487
488 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
489 (allout-lead-with-comment-string, allout-structure-deleted-hook)
490 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
491 (allout-rebullet-heading, allout-open-sibtopic)
492 (allout-toggle-current-subtree-encryption)
493 (allout-toggle-subtree-encryption, allout-encrypt-string)
494 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
495 (allout-distinctive-bullets-string, allout-auto-activation):
496 * window.el (window-normalize-buffer-to-display):
497 * progmodes/verilog-mode.el (verilog-batch-indent):
498 * textmodes/bibtex.el (bibtex-field-braces-opt)
499 (bibtex-field-strings-opt):
500 * vc/cvs-status.el (cvs-tree-merge):
501 Fix typos.
502
503 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
504
505 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
506 `non-essential' to t, in order to avoid remote connections.
507
508 2011-11-23 Eli Zaretskii <eliz@gnu.org>
509
510 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
511 On MS-DOS and MS-Windows, compare with loaddefs.el
512 case-insensitively.
513
514 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
515
516 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
517
518 2011-11-23 Glenn Morris <rgm@gnu.org>
519
520 * paths.el (rmail-file-name): Reformat the doc-string so that it
521 is picked up.
522
523 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
524 (rmail-auto-file): Ignore case in the "special" field names,
525 as mail-fetch-field does for all others.
526
527 * mail/rmail.el (rmail-forward):
528 * mail/rmailkwd.el (rmail-set-label):
529 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
530 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
531
532 * mail/rmail.el (rmail-current-message): Doc fix.
533
534 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
535
536 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * server.el (server-eval-and-print): Allow C-g (bug#6585).
539
540 2011-11-22 Glenn Morris <rgm@gnu.org>
541
542 * mail/rmailmm.el (test-rmail-mime-handler)
543 (test-rmail-mime-bulk-handler)
544 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
545
546 2011-11-21 Juri Linkov <juri@jurta.org>
547
548 * calc/calc.el (calc-read-key-sequence): Let-bind `input-method-function'
549 to nil. (Bug#10018)
550
551 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
552
553 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
554 Tell the caller that the next line needs recomputation, even
555 though it doesn't start a sexp (bug#10094).
556
557 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
558
559 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
560
561 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
562
563 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
564 Use force-same-window.
565
566 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
567
568 * descr-text.el (describe-char-unicode-data):
569 * json.el (json-string-escape):
570 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
571 (Footnote-unicode, Footnote-style-p):
572 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
573
574 2011-11-20 Chong Yidong <cyd@gnu.org>
575
576 * window.el (replace-buffer-in-windows): Restore interactive spec.
577
578 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * electric.el (electric-indent-mode): Fix last change (too optimistic).
581
582 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
583 (byte-compile-global-not-obsolete-vars): New var.
584 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
585 Use it.
586 (byte-compile-warn-obsolete): Align text with the one in *Help*.
587
588 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
589
590 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
591 * progmodes/pascal.el (electric-pascal-equal):
592 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
593 * xml.el (xml-substitute-special): Fix typos.
594
595 2011-11-20 Glenn Morris <rgm@gnu.org>
596
597 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
598 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
599 Doc fixes.
600 (rmail-decode-mime-charset): Mark as obsolete.
601
602 * mail/rmailsum.el (rmail-message-regexp-p-1):
603 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
604 Before using mime functions, check they are set. (Bug#10077)
605
606 2011-11-19 Juri Linkov <juri@jurta.org>
607
608 * info.el (Info-finder-find-node): Use `package--builtins' instead
609 of `package-alist'. Use node names formed by the pattern "Keyword "
610 and the keyword name.
611
612 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
613
614 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for
615 bash.
616
617 2011-11-19 Juri Linkov <juri@jurta.org>
618
619 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
620 that calls `revert-buffer' on all Info buffers. (Bug#9915)
621 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
622 `old-history', `old-history-forward'. Add let-binding
623 `window-selected'. Remove calls to `kill-buffer',
624 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
625 before calling `Info-find-node', so `Info-find-node-2' will reread
626 the Info file. Restore window positions only when `window-selected'
627 is non-nil.
628
629 2011-11-19 Juri Linkov <juri@jurta.org>
630
631 * isearch.el (isearch-lazy-highlight-new-loop):
632 Remove condition `(not isearch-error)'. (Bug#9918)
633
634 * misearch.el (multi-isearch-search-fun): Add condition
635 `(not bound)' to ignore lazy-highlighting search.
636 Add the search-failed message "end of multi" when the end of
637 multi-sequence is reached. Uncapitalize the search-failed
638 message "Repeat for next buffer".
639
640 * info.el (Info-search): Add the search-failed message
641 "end of the manual" when the end of the manual is reached
642 in Isearch mode.
643
644 2011-11-19 Juri Linkov <juri@jurta.org>
645
646 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
647 Use non-destructive `remove' instead of `delete' because
648 `Info-history-list' stored to `Info-isearch-initial-history-list' in
649 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
650
651 2011-11-19 Juri Linkov <juri@jurta.org>
652
653 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
654 to nil instead of binding `search-ring' and `regexp-search-ring'.
655 (Bug#9185)
656
657 2011-11-19 Eli Zaretskii <eliz@gnu.org>
658
659 * simple.el (line-move): Force movement by logical lines for any
660 hscrolled window, not only when auto-hscroll-mode is on.
661 (line-move-visual): Update doc string to that effect. (Bug#10076)
662
663 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
664
665 * language/european.el (macintosh): Define as alias for mac-roman.
666
667 2011-11-19 Eli Zaretskii <eliz@gnu.org>
668
669 * mail/rmailmm.el (rmail-mime-display-header)
670 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
671 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
672 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
673 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
674 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
675 of a raw aref.
676 (rmail-mime-entity-segment): To get past the tagline, move forward
677 2 more lines, to account for the 2 empty lines that precede and
678 follow the line with the buttons.
679 (rmail-mime-update-tagline): Move one more line, to get past the
680 empty line that follows the buttons in the tagline. (Bug#9520)
681
682 2011-11-19 Martin Rudalics <rudalics@gmx.at>
683
684 * window.el (window-max-delta-1, window-min-delta-1)
685 (window-min-size-1, window-state-get-1, window-state-put-1)
686 (window-state-put-2): Use "window--" prefix.
687
688 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * emacs-lisp/smie.el: Improve warnings and conflict detection.
691 (smie-warning-count): New var.
692 (smie-set-prec2tab): Use it.
693 (smie-bnf->prec2): Improve warnings. Add docstring.
694 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
695 (smie-bnf--set-class): New function.
696 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
697 corner case.
698
699 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
700 (compilation-error-properties, compilation-move-to-column):
701 Handle compilation-first-column while in the target buffer.
702
703 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
704 Don't hardcode point-min==1.
705
706 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
707 (eshell-rewrite-for-command): Remove workaround.
708 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
709 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
710 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
711
712 * files-x.el (modify-file-local-variable): Obey commenting conventions.
713
714 2011-11-17 Glenn Morris <rgm@gnu.org>
715
716 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
717 Ignore buffer-local generated-autoload-file if it is the same
718 as the global value. (Bug#10049)
719
720 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
721
722 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
723 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
724 (reftex-toc-previous-heading, reftex-toc-max-level)
725 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
726 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
727 (reftex-toc-do-promote, reftex-toc-promote-prepare)
728 (reftex-toc-promote-action, reftex-toc-extract-section-number)
729 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
730 (reftex-toc-rename-label, reftex-toc-visit-location)
731 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
732 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
733 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
734 leaving "*toc*" only for references to the buffer.
735
736 2011-11-17 Martin Rudalics <rudalics@gmx.at>
737
738 * window.el (window-resize, delete-window, split-window):
739 Replace window-splits by window-combination-resize.
740 * cus-start.el (window-splits): Replace by
741 window-combination-resize.
742
743 2011-11-17 Glenn Morris <rgm@gnu.org>
744
745 * progmodes/sh-script.el (sh-font-lock-keywords-var):
746 Make bash entry derive from sh entry, not shell entry.
747
748 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
749
750 * net/tramp-cache.el (tramp-flush-file-property): Flush also
751 properties of linked files. (Bug#9879)
752
753 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
754 local file name.
755
756 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
757
758 * menu-bar.el (menu-bar-file-menu):
759 * printing.el (pr-ps-utility):
760 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
761 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
762 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
763 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
764 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
765 (icalendar--convert-cyclic-to-ical)
766 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
767 (icalendar--convert-ical-to-diary)
768 (icalendar--convert-recurring-to-diary)
769 (icalendar--convert-non-recurring-all-day-to-diary)
770 (icalendar-import-format-sample):
771 * progmodes/idlw-shell.el (idlwave-shell-mode):
772 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
773 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
774 (vhdl-ps-print-init): Fix typos.
775
776 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
777
778 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
779 FSF and collapse date sequence, obscure author/maintainer email address
780 better, remove extra version line, track relocation of author's webpage.
781
782 * progmodes/python.el (python-pdbtrack-input-prompt)
783 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
784 regular python pdb prompts. Adjustments shamelessly taken exactly as
785 suggested in EmacsWiki page (tiny change):
786 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
787
788 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
789
790 * expand.el (expand-pos, expand-index, expand-point):
791 Remove redundant info from docstring.
792 (expand-add-abbrevs): Doc fix.
793 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
794 (expand-sample-perl-mode-expand-list): Fix typos.
795
796 * net/dbus.el (dbus-event-member-name):
797 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
798 * term/pc-win.el (msdos-create-frame-with-faces):
799 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
800
801 2011-11-16 Martin Rudalics <rudalics@gmx.at>
802
803 * window.el (split-window, window-state-get-1)
804 (window-state-put-1, window-state-put-2): Rename occurrences of
805 window-nest to window-combination-limit.
806 * cus-start.el (window-nest): Rename to
807 window-combination-limit.
808
809 2011-11-16 Chong Yidong <cyd@gnu.org>
810
811 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
812 regexp (Bug#10033).
813
814 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
817 `completing-read' will remove *Completions* and will preserve
818 current-buffer for us.
819 (tmm-add-prompt): Users of *Completions* will always (re)set its
820 major mode.
821 (tmm-old-comp-map): Remove.
822
823 2011-11-16 Glenn Morris <rgm@gnu.org>
824
825 * mail/rmailedit.el: Require rmailmm when compiling.
826 (rmail-old-mime-state): New declaration.
827 (rmail-edit-current-message): If editing a mime message,
828 edit the "raw" message from the mbox buffer.
829 (rmail-cease-edit): Handle mime messages. (Bug#9840)
830
831 2011-11-15 Glenn Morris <rgm@gnu.org>
832
833 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
834 which wasn't being used. Add optional arg to force given state.
835 (rmail-mime): Add optional arg to force given state.
836
837 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
838
839 * allout.el (allout-encryption-plaintext-sanitization-regexps):
840 * frame.el (display-mm-dimensions-alist):
841 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
842 (outline-move-subtree-down):
843 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
844 (newsticker--treeview-do-get-node):
845 * net/quickurl.el (quickurl-list-buffer-name):
846 * progmodes/dcl-mode.el (dcl-mode):
847 * progmodes/gdb-mi.el (gdb-mapcar*):
848 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
849
850 2011-11-15 Glenn Morris <rgm@gnu.org>
851
852 * mail/rmail.el (rmail-file-coding-system): It's only ever used
853 in a boolean sense, so just make it a boolean, and fix the doc.
854 (rmail-show-mime-function, rmail-mime-feature)
855 (rmail-require-mime-maybe): Doc fixes.
856 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
857
858 * mail/rmailmm.el (rmail-show-mime): Doc fix.
859
860 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
861
862 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
863 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
864 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
865 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
866
867 2011-11-15 Glenn Morris <rgm@gnu.org>
868
869 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
870 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
871 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
872 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
873 (rmail-mime, rmail-show-mime): Doc fixes.
874
875 * term/ns-win.el (mode-line-frame-identification):
876 Leave it alone. (Bug#10051)
877
878 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
879
880 * mail/rmailout.el (rmail-output-to-rmail-buffer):
881 Handle empty buffers. (Bug#9978)
882
883 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
884
885 * international/mule.el (define-charset):
886 * mail/rmailmm.el (rmail-mime-find-header-encoding):
887 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
888 * progmodes/verilog-mode.el (verilog-backward-token):
889 * textmodes/ispell.el (lookup-words):
890 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
891
892 2011-11-14 Glenn Morris <rgm@gnu.org>
893
894 * progmodes/executable.el
895 (executable-make-buffer-file-executable-if-script-p):
896 Handle file-modes returning nil.
897
898 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
899 message - not necessary, and causes problems. (Bug#9831)
900
901 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
902
903 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
904
905 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
906 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
907 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
908
909 2011-11-12 Martin Rudalics <rudalics@gmx.at>
910
911 * window.el (window-resize, delete-window): Use window-splits
912 variable instead of function.
913 (window-state-get-1, window-state-put-2, window-state-put):
914 Don't deal with windows' splits status.
915
916 2011-11-12 Glenn Morris <rgm@gnu.org>
917
918 * apropos.el (apropos-do-all, apropos-library, apropos-value)
919 (apropos-documentation): Doc fixes.
920
921 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
922
923 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
924 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
925
926 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
927
928 * electric.el (electric-indent-post-self-insert-function): Make it
929 possible for a char to only indent in some circumstances.
930 (electric-indent-mode): Simplify.
931
932 2011-11-11 Martin Rudalics <rudalics@gmx.at>
933
934 * window.el (windows-with-parameter): Remove unused function.
935 (windows-at-side): Rename to window-at-side-list.
936 (window-check, window-atom-check, window-atom-check-1)
937 (window-side-check, window-size-ignore, window-size-fixed-1)
938 (window-in-direction-2): Prefix with "window--".
939 (window-tree-1): Rename to window--subtree, fix doc-string.
940
941 2011-11-11 Glenn Morris <rgm@gnu.org>
942
943 * subr.el (eval-after-load): If FILE is already loaded,
944 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
945
946 2011-11-10 Glenn Morris <rgm@gnu.org>
947
948 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
949 Call svn via vc-svn-command rather than vc-do-command.
950 (vc-svn-command): Add --non-interactive. (Bug#9993)
951 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
952
953 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
954 Add toggle-read-only. (Bug#7292)
955 * files.el (toggle-read-only): Mention that it should only
956 be used interactively. (Bug#10006)
957
958 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * progmodes/compile.el (compilation-error-regexp-alist-alist):
961 Adjust regexp for OCaml warnings.
962
963 * electric.el (electric-pair-post-self-insert-function): Let user
964 turn it off buffer-locally (bug#9932).
965
966 * progmodes/python.el (python-beginning-of-statement):
967 Rewrite (bug#2703).
968
969 * progmodes/compile.el: Better handle TABs (bug#9749).
970 (compilation-internal-error-properties)
971 (compilation-next-error-function): Obey the target buffer's
972 compilation-error-screen-columns.
973
974 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
975
976 * progmodes/meta-mode.el: Remove obsolete comments.
977 (meta-right-comment-regexp, meta-ignore-comment-regexp):
978 Fix typos in docstrings.
979
980 2011-11-09 Martin Rudalics <rudalics@gmx.at>
981
982 * window.el (window-size-fixed-p): Rewrite doc-string.
983 (window-resizable-p): Rename to window--resizable-p. Update callers.
984 (window--resizable): New function. Make all callers of
985 window-resizable call window--resizable instead.
986 (window-resizable): Rewrite in terms of window--resizable.
987
988 2011-11-08 Glenn Morris <rgm@gnu.org>
989
990 * progmodes/delphi.el (delphi-mode-syntax-table):
991 Let define-derived-mode define a proper syntax table. (Bug#9994)
992
993 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
994
995 * window.el: Stay away from defsubst.
996 (window-list-no-nils): Remove.
997 (window-state-get-1, window-state-get): Use backquote instead.
998
999 2011-11-08 thierry <thierry.volpiatto@gmail.com>
1000
1001 * emacs-lisp/find-func.el (find-function-read):
1002 Fix incorrect use of default argument in `completing-read'.
1003
1004 2011-11-08 Martin Rudalics <rudalics@gmx.at>
1005
1006 * window.el (display-buffer-function, special-display-function):
1007 Mention display-buffer-record-window but do not mention
1008 help-setup parameter in doc-strings.
1009 (window-min-delta): Fix doc-string typo.
1010
1011 2011-11-08 Chong Yidong <cyd@gnu.org>
1012
1013 * window.el (window-total-height, window-total-width): Doc fix.
1014 (window-body-size): Move from C.
1015 (window-body-height, window-body-width): Move to C.
1016
1017 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1018
1019 * window.el: Make special-display like display-buffer-alist (bug#9532).
1020 (display-buffer--special-action): New function, morphed
1021 from display-buffer--special.
1022 (display-buffer): Use it to handle special-display-buffers at higher
1023 priority (just after display-buffer-alist).
1024 (display-buffer-fallback-action, display-buffer--other-frame-action)
1025 (pop-to-buffer-same-window): Remove display-buffer--special.
1026
1027 2011-11-07 Glenn Morris <rgm@gnu.org>
1028
1029 * calendar/cal-menu.el (cal-menu-set-date-title):
1030 Do nothing if not in a calendar. (Bug#9976)
1031
1032 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * files.el (find-file): Always use selected-window.
1035
1036 2011-11-07 Martin Rudalics <rudalics@gmx.at>
1037
1038 * window.el (window-combinations): Make WINDOW argument
1039 mandatory. Rewrite doc-string.
1040 (walk-window-subtree, window-atom-check, window-min-delta)
1041 (window-max-delta, window--resize-this-window)
1042 (window--resize-root-window-vertically, window-tree)
1043 (balance-windows, window-state-put): Rewrite doc-strings as to
1044 not mention the term "subwindow".
1045 (window--resize-subwindows-skip-p): Rename to
1046 window--resize-child-windows-skip-p.
1047 (window--resize-subwindows-normal): Rename to
1048 window--resize-child-windows-normal.
1049 (window--resize-subwindows): Rename to
1050 window--resize-child-windows.
1051 (window-or-subwindow-p): Rename to window--in-subtree-p.
1052
1053 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1054
1055 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
1056 Ensure that mbox format messages end in two newlines (Bug#9974).
1057
1058 2011-11-06 Chong Yidong <cyd@gnu.org>
1059
1060 * window.el (window-combination-p): Function deleted; its
1061 side-effect is not used in any existing code.
1062 (window-combinations, window-combined-p): Call window-*-child
1063 directly.
1064
1065 2011-11-05 Chong Yidong <cyd@gnu.org>
1066
1067 * window.el (window-valid-p): Rename from window-any-p.
1068 (window-size-ignore, window-state-get): Callers changed.
1069 (window-normalize-window): Rename from window-normalize-any-window.
1070 New arg LIVE-ONLY, replacing window-normalize-live-window.
1071 (window-normalize-live-window): Delete.
1072 (window-combination-p, window-combined-p, window-combinations)
1073 (walk-window-subtree, window-atom-root, window-min-size)
1074 (window-sizable, window-sizable-p, window-size-fixed-p)
1075 (window-min-delta, window-max-delta, window-resizable)
1076 (window-resizable-p, window-full-height-p, window-full-width-p)
1077 (window-current-scroll-bars, window-point-1, set-window-point-1)
1078 (window-at-side-p, window-in-direction, window-resize)
1079 (adjust-window-trailing-edge, maximize-window, minimize-window)
1080 (window-deletable-p, delete-window, delete-other-windows)
1081 (record-window-buffer, unrecord-window-buffer)
1082 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
1083 (quit-window, split-window, window-state-put)
1084 (set-window-text-height, fit-window-to-buffer)
1085 (shrink-window-if-larger-than-buffer): Callers changed.
1086
1087 2011-11-04 Eli Zaretskii <eliz@gnu.org>
1088
1089 * mail/rmail.el (rmail-simplified-subject): Decode subject with
1090 rfc2047-decode-string.
1091 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
1092 warnings.
1093
1094 * window.el (window-body-height, window-body-width): Mention in
1095 the doc string that the return values are in frame's canonical
1096 units. (Bug#9949)
1097
1098 2011-11-03 Alan Mackenzie <acm@muc.de>
1099
1100 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
1101 change in cc-engine.el.
1102
1103 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * window.el (switch-to-buffer): Use `force-same-window' interactively.
1106
1107 2011-11-02 Martin Rudalics <rudalics@gmx.at>
1108
1109 * window.el (quit-window): Call unrecord-window-buffer after
1110 showing another buffer in the window. (Bug#9937)
1111 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1112
1113 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
1114
1115 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
1116 Accept status with more than 9 shelves. (Bug#9935)
1117 Reported by Colin D Bennett <colin@gibibit.com>.
1118
1119 2011-11-01 Martin Rudalics <rudalics@gmx.at>
1120
1121 * help.el (with-help-window): Don't reference
1122 temp-buffer-show-specifiers in doc-string.
1123
1124 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
1125
1126 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
1127 menu-item.
1128
1129 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1130
1131 * whitespace.el: New version 13.2.2.
1132 (whitespace-newline-mode): Disable properly. Reported by Sarah
1133 <EmacsWiki>.
1134
1135 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
1136
1137 * net/newst-treeview.el: Remove "Time-stamp".
1138 (newsticker--group-manage-orphan-feeds): Do not call
1139 newsticker--treeview-tree-update.
1140 (newsticker-treeview-update, newsticker-treeview):
1141 Call newsticker--treeview-tree-update if necessary.
1142
1143 2011-10-30 Martin Rudalics <rudalics@gmx.at>
1144
1145 * window.el (window-iso-combination-p, window-iso-combined-p)
1146 (window-iso-combinations): Remove "iso-" infix.
1147 Suggested by Chong Yidong.
1148 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
1149 (window-max-delta-1, window-resize, window--resize-siblings)
1150 (window--resize-this-window, adjust-window-trailing-edge)
1151 (split-window, balance-windows-1)
1152 (shrink-window-if-larger-than-buffer):
1153 * calendar/calendar.el (calendar-generate-window):
1154 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
1155
1156 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1157
1158 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
1159 in place (bug#9907).
1160 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
1161 (eshell-rewrite-if-command, eshell-rewrite-for-command)
1162 (eshell-structure-basic-command, eshell-rewrite-while-command)
1163 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
1164 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
1165 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
1166 (eshell-do-pipelines-synchronously, eshell-eval-command):
1167 Use backquotes and prefer setq to set.
1168 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
1169 (eshell-macrop): Use functionp.
1170 (eshell-do-eval): Handle multiple expressions in `while' body.
1171
1172 2011-10-30 Chong Yidong <cyd@gnu.org>
1173
1174 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
1175 instead of set-mark (Bug#9810).
1176
1177 2011-10-30 Chong Yidong <cyd@gnu.org>
1178
1179 * window.el (split-window-below, split-window-right): Rename from
1180 split-window-above-each-other and split-window-side-by-side
1181 respectively. All callers changed.
1182 (split-window-sensibly, split-window-sensibly): Use them.
1183 (split-window-keep-point): Doc fix.
1184
1185 * isearch.el: Add isearch-scroll property to split-window-below
1186 and split-window-right.
1187
1188 * follow.el (follow-mode):
1189 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
1190 * progmodes/ada-xref.el (ada-gdb-application):
1191 * emulation/vip.el (vip-buffer-in-two-windows):
1192 * image-dired.el (image-dired-dired-with-window-configuration):
1193 * dired-x.el (dired-do-find-marked-files):
1194 * dired.el (dired-pop-to-buffer):
1195 * bs.el (bs--show-with-configuration):
1196 * vc/emerge.el (emerge-setup-windows):
1197 * textmodes/two-column.el (2C-two-columns):
1198 * textmodes/reftex-toc.el (reftex-toc):
1199 * progmodes/gdb-mi.el (gdb-setup-windows):
1200 * progmodes/fortran.el (fortran-window-create):
1201 * net/newst-treeview.el (newsticker--treeview-window-init):
1202 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
1203 * emulation/tpu-edt.el (tpu-gold-map):
1204 * emulation/crisp.el (crisp-mode-map):
1205 * calendar/calendar.el (calendar-basic-setup): Callers changed.
1206
1207 2011-10-29 Chong Yidong <cyd@gnu.org>
1208
1209 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
1210
1211 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
1212
1213 * textmodes/flyspell.el (flyspell-word): Fix char offset for
1214 forged Ispell output (Bug#7904).
1215
1216 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
1217
1218 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1219
1220 * doc-view.el: Avoid ugly errors about not finding nil.
1221 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
1222 (doc-view-dvipdf-program, doc-view-unoconv-program)
1223 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
1224 Avoid nil or absolute file name as default value.
1225 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
1226
1227 2011-10-28 Alan Mackenzie <acm@muc.de>
1228
1229 * progmodes/cc-defs.el (c-version): -> 5.32.2.
1230
1231 2011-10-28 Alan Mackenzie <acm@muc.de>
1232
1233 Amend the handling of c-beginning/end-of-defun in nested declaration
1234 scopes.
1235
1236 * progmodes/cc-vars.el (c-defun-tactic): Move here from
1237 cc-langs.el. Change it to a defcustom.
1238
1239 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
1240 cc-vars.el.
1241
1242 * progmodes/cc-engine.el (c-beginning-of-statement-1):
1243 Prevent "class foo : bar" being spuriously recognized as a label.
1244
1245 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
1246 Add parameter `inclusive' (to include enclosing braces in the region).
1247 (c-widen-to-enclosing-decl-scope): New function.
1248 (c-while-widening-to-decl-block): New macro.
1249 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
1250 outward for defun boundaries, and correspondingly change symbol
1251 `respect-enclosure' to `go-outward'.
1252 (c-declaration-limits): Change algorithm to report only the "innermost"
1253 defun's boundaries.
1254
1255 2011-10-28 Deniz Dogan <deniz@dogan.se>
1256
1257 * net/rcirc.el (rcirc-mode): Use hard newlines.
1258
1259 2011-10-28 Alan Mackenzie <acm@muc.de>
1260
1261 Amend to indent and fontify macros "which include their own semicolon"
1262 correctly, using the "virtual semicolon" mechanism.
1263
1264 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
1265
1266 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1267 Recode to scan one line at a time rather than having \n and \r
1268 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
1269 (c-forward-label): Amend for virtual semicolons.
1270 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
1271
1272 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
1273 of the new C macros.
1274
1275 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
1276 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
1277 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
1278 (c-opt-cpp-macro-define): Make into a full language variable.
1279 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
1280 AWK Mode (including \n, \r) removed, no longer needed.
1281
1282 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
1283 Invoke c-make-macro-with-semi-re.
1284
1285 * progmodes/cc-vars.el (c-macro-with-semi-re):
1286 (c-macro-names-with-semicolon): New variables.
1287 (c-make-macro-with-semi-re): New function.
1288
1289 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * vc/log-edit.el: Fill empty field rather than adding new one.
1292 (log-edit-add-field): New function.
1293 (log-edit-insert-changelog): Use it.
1294
1295 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
1296
1297 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
1298
1299 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1300
1301 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
1302 (gdb--check-interpreter): New function.
1303 (gdb): Use it.
1304
1305 2011-10-27 Glenn Morris <rgm@gnu.org>
1306
1307 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
1308 (least-positive-float, least-negative-float)
1309 (least-positive-normalized-float, least-negative-normalized-float)
1310 (float-epsilon, float-negative-epsilon):
1311 Remove unnecessary declarations.
1312
1313 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
1314 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
1315 (least-positive-float, least-negative-float)
1316 (least-positive-normalized-float, least-negative-normalized-float)
1317 (float-epsilon, float-negative-epsilon): Add doc-strings,
1318 based on those in cl.texi.
1319
1320 * files.el (set-visited-file-name): If the major-mode changed,
1321 reload the local variables. (Bug#9796)
1322
1323 2011-10-27 Chong Yidong <cyd@gnu.org>
1324
1325 * subr.el (change-major-mode-after-body-hook): New hook.
1326 (run-mode-hooks): Run it.
1327
1328 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1329 Use change-major-mode-before-body-hook.
1330
1331 * simple.el (fundamental-mode):
1332 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
1333 change introducing fundamental-mode-hook.
1334
1335 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
1336
1337 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
1338
1339 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
1340
1341 * ido.el (ido-file-name-all-completions-1): Do not require
1342 tramp.el explicitly. (Bug#7583)
1343
1344 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * progmodes/octave-mod.el:
1347 * progmodes/octave-inf.el: Update maintainer.
1348
1349 2011-10-26 Chong Yidong <cyd@gnu.org>
1350
1351 * subr.el (with-wrapper-hook): Rewrite doc.
1352
1353 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
1354
1355 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
1356 filenames "/method:foo:". (Bug#9793)
1357
1358 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1359
1360 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
1361 (bug#9865).
1362
1363 2011-10-24 Glenn Morris <rgm@gnu.org>
1364
1365 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
1366
1367 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
1368
1369 * notifications.el: Add the requirement of a running D-Bus session
1370 bus to the Commentary.
1371
1372 2011-10-24 Juri Linkov <juri@jurta.org>
1373
1374 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
1375 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
1376 (Bug#9364)
1377
1378 2011-10-24 Juri Linkov <juri@jurta.org>
1379
1380 * info.el (Info-following-node-name-re): Add newline to the list
1381 of allowed characters for leading space. (Bug#9824)
1382
1383 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * progmodes/octave-inf.el (inferior-octave-mode-map):
1386 Fix C-c C-h binding.
1387 * progmodes/octave-mod.el (octave-help): Remove.
1388
1389 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
1390
1391 Sync with Tramp 2.2.3.
1392
1393 * net/tramp-cache.el (top): Pacify byte-compiler using
1394 `init-file-user' and `site-run-file'.
1395
1396 * net/trampver.el: Update release number.
1397
1398 2011-10-23 Chong Yidong <cyd@gnu.org>
1399
1400 * files.el (toggle-read-only): Remove obsolete comment about
1401 version control.
1402
1403 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
1404 for toggle-read-only. Note that this hasn't called vc-next-action
1405 since 2008-05-02, though it wasn't documented at the time.
1406
1407 * vc/ediff-init.el (ediff-toggle-read-only-function):
1408 Use toggle-read-only.
1409
1410 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
1411
1412 Fix bug #9560, sporadic wrong indentation; improve instrumentation
1413 of c-parse-state.
1414
1415 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
1416 correct faulty logical expression.
1417 (c-parse-state-state, c-record-parse-state-state):
1418 (c-replay-parse-state-state): New defvar/defuns.
1419 (c-debug-parse-state): Use new functions.
1420
1421 2011-10-22 Martin Rudalics <rudalics@gmx.at>
1422
1423 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
1424 last fix. Use window-in-direction correctly.
1425
1426 2011-10-21 Chong Yidong <cyd@gnu.org>
1427
1428 * progmodes/idlwave.el (idlwave-mode):
1429 * progmodes/vera-mode.el (vera-mode): No need to set
1430 require-final-newline; that's done in prog-mode.
1431 Suggested by Stefan Monnier.
1432
1433 2011-10-21 Martin Rudalics <rudalics@gmx.at>
1434
1435 * mouse.el (mouse-drag-window-above)
1436 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
1437 (mouse-drag-mode-line-1, mouse-drag-header-line)
1438 (mouse-drag-vertical-line-rightward-window): Remove.
1439 (mouse-drag-line): New function.
1440 (mouse-drag-mode-line, mouse-drag-header-line)
1441 (mouse-drag-vertical-line): Call mouse-drag-line.
1442 * window.el (window-at-side-p, windows-at-side): New functions.
1443
1444 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
1445
1446 * tar-mode.el (tar-grind-file-mode):
1447 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
1448
1449 2011-10-21 Chong Yidong <cyd@gnu.org>
1450
1451 * progmodes/idlwave.el (idlwave-mode):
1452 * progmodes/vera-mode.el (vera-mode):
1453 Use mode-require-final-newline.
1454
1455 2011-10-20 Glenn Morris <rgm@gnu.org>
1456
1457 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
1458
1459 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
1460
1461 * emulation/cua-base.el (cua-set-mark): Fix case of string.
1462
1463 2011-10-20 Chong Yidong <cyd@gnu.org>
1464
1465 * emulation/cua-base.el (cua-mode):
1466 * mail/footnote.el (footnote-mode):
1467 * mail/mailabbrev.el (mail-abbrevs-mode):
1468 * net/xesam.el (xesam-minor-mode):
1469 * progmodes/bug-reference.el (bug-reference-mode):
1470 * progmodes/cap-words.el (capitalized-words-mode):
1471 * progmodes/compile.el (compilation-minor-mode)
1472 (compilation-shell-minor-mode):
1473 * progmodes/gud.el (gud-tooltip-mode):
1474 * progmodes/hideif.el (hide-ifdef-mode):
1475 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
1476 * progmodes/subword.el (subword-mode):
1477 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1478 * progmodes/which-func.el (which-function-mode):
1479 * term/tvi970.el (tvi970-set-keypad-mode):
1480 * term/vt100.el (vt100-wide-mode):
1481 * textmodes/flyspell.el (flyspell-mode):
1482 * textmodes/ispell.el (ispell-minor-mode):
1483 * textmodes/nroff-mode.el (nroff-electric-mode):
1484 * textmodes/paragraphs.el (use-hard-newlines):
1485 * textmodes/refill.el (refill-mode):
1486 * textmodes/reftex.el (reftex-mode):
1487 * textmodes/rst.el (rst-minor-mode):
1488 * textmodes/sgml-mode.el (html-autoview-mode)
1489 (sgml-electric-tag-pair-mode):
1490 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
1491 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
1492 * emulation/crisp.el (crisp-mode):
1493 * emacs-lisp/eldoc.el (eldoc-mode):
1494 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
1495 minor mode behavior.
1496
1497 2011-10-19 Juri Linkov <juri@jurta.org>
1498
1499 * descr-text.el (describe-char): Add #x2010 and #x2011 to
1500 the list of hard-coded chars with escape-glyph face.
1501
1502 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1503
1504 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
1505
1506 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
1507
1508 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
1509 running process.
1510
1511 2011-10-19 Glenn Morris <rgm@gnu.org>
1512
1513 * vc/vc-bzr.el (vc-bzr-after-dir-status):
1514 Ignore ignored files. (Bug#9726)
1515
1516 2011-10-19 Chong Yidong <cyd@gnu.org>
1517
1518 Doc fix for minor modes, stating that an omitted argument enables
1519 the mode unconditionally when called from Lisp.
1520
1521 * abbrev.el (abbrev-mode):
1522 * allout.el (allout-mode):
1523 * autoinsert.el (auto-insert-mode):
1524 * autoarg.el (autoarg-mode, autoarg-kp-mode):
1525 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
1526 (global-auto-revert-mode):
1527 * battery.el (display-battery-mode):
1528 * composite.el (global-auto-composition-mode)
1529 (auto-composition-mode):
1530 * delsel.el (delete-selection-mode):
1531 * desktop.el (desktop-save-mode):
1532 * dired-x.el (dired-omit-mode):
1533 * dirtrack.el (dirtrack-mode):
1534 * doc-view.el (doc-view-minor-mode):
1535 * double.el (double-mode):
1536 * electric.el (electric-indent-mode, electric-pair-mode):
1537 * emacs-lock.el (emacs-lock-mode):
1538 * epa-hook.el (auto-encryption-mode):
1539 * follow.el (follow-mode):
1540 * font-core.el (font-lock-mode):
1541 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
1542 * help.el (temp-buffer-resize-mode):
1543 * hilit-chg.el (highlight-changes-mode)
1544 (highlight-changes-visible-mode):
1545 * hi-lock.el (hi-lock-mode):
1546 * hl-line.el (hl-line-mode, global-hl-line-mode):
1547 * icomplete.el (icomplete-mode):
1548 * ido.el (ido-everywhere):
1549 * image-file.el (auto-image-file-mode):
1550 * image-mode.el (image-minor-mode):
1551 * iswitchb.el (iswitchb-mode):
1552 * jka-cmpr-hook.el (auto-compression-mode):
1553 * linum.el (linum-mode):
1554 * longlines.el (longlines-mode):
1555 * master.el (master-mode):
1556 * mb-depth.el (minibuffer-depth-indicate-mode):
1557 * menu-bar.el (menu-bar-mode):
1558 * minibuf-eldef.el (minibuffer-electric-default-mode):
1559 * mouse-sel.el (mouse-sel-mode):
1560 * msb.el (msb-mode):
1561 * mwheel.el (mouse-wheel-mode):
1562 * outline.el (outline-minor-mode):
1563 * paren.el (show-paren-mode):
1564 * recentf.el (recentf-mode):
1565 * reveal.el (reveal-mode, global-reveal-mode):
1566 * rfn-eshadow.el (file-name-shadow-mode):
1567 * ruler-mode.el (ruler-mode):
1568 * savehist.el (savehist-mode):
1569 * scroll-all.el (scroll-all-mode):
1570 * scroll-bar.el (scroll-bar-mode):
1571 * server.el (server-mode):
1572 * shell.el (shell-dirtrack-mode):
1573 * simple.el (auto-fill-mode, transient-mark-mode)
1574 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
1575 (line-number-mode, column-number-mode, size-indication-mode)
1576 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
1577 * strokes.el (strokes-mode):
1578 * time.el (display-time-mode):
1579 * t-mouse.el (gpm-mouse-mode):
1580 * tool-bar.el (tool-bar-mode):
1581 * tooltip.el (tooltip-mode):
1582 * type-break.el (type-break-mode-line-message-mode)
1583 (type-break-query-mode):
1584 * view.el (view-mode):
1585 * whitespace.el (whitespace-mode, whitespace-newline-mode)
1586 (global-whitespace-mode, global-whitespace-newline-mode):
1587 * xt-mouse.el (xterm-mouse-mode): Doc fix.
1588
1589 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1590 Fix autogenerated docstring.
1591
1592 2011-10-19 Juri Linkov <juri@jurta.org>
1593
1594 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
1595 by checking environment variables "DESKTOP_SESSION" and
1596 "XDG_CURRENT_DESKTOP". (Bug#9779)
1597
1598 2011-10-19 Juri Linkov <juri@jurta.org>
1599
1600 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
1601 (browse-url-chromium-program, browse-url-chromium-arguments):
1602 New defcustoms.
1603 (browse-url-default-browser): Check for `browse-url-chromium' and
1604 call `browse-url-chromium-program'.
1605 (browse-url-chromium): New command. (Bug#9779)
1606
1607 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
1608
1609 * facemenu.el (list-colors-duplicates): On Windows, detect more
1610 duplicates by assuming that only colors matching "^System" are
1611 special "system colors". (Bug#9722)
1612
1613 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
1614
1615 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
1616 to distinguish the author from the committer.
1617
1618 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
1619
1620 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
1621
1622 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
1623
1624 * international/mule.el (sgml-html-meta-auto-coding-function):
1625 Add support for detecting encoding in HTML5 specified only as
1626 <meta charset="UTF-8">. Implementation just makes http-equiv and
1627 content-type parts from HTML4 encoding string optional. (Bug#9716)
1628
1629 2011-10-18 Glenn Morris <rgm@gnu.org>
1630
1631 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
1632
1633 2011-10-18 Chong Yidong <cyd@gnu.org>
1634
1635 * faces.el (cursor): Doc fix.
1636
1637 2011-10-17 Chong Yidong <cyd@gnu.org>
1638
1639 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
1640
1641 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
1642
1643 * dirtrack.el (dirtrack): Support shell buffers with path
1644 prefixes, e.g. tramp-based remote shells. (Bug#9647)
1645
1646 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
1647
1648 * json.el: Bump version to 1.3 and note change in History.
1649 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
1650
1651 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
1652
1653 * comint.el (comint-insert-input, comint-send-input)
1654 (comint-get-old-input-default, comint-backward-matching-input)
1655 (comint-next-prompt): Use nil instead of `input' for field property of
1656 past user input (bug#114).
1657
1658 * minibuffer.el (completion--replace): Inherit surrounding properties
1659 (bug#114).
1660 (minibuffer-complete-and-exit): Use it.
1661
1662 * comint.el (comint--table-subvert): Quote the all-completions output
1663 (bug#9160).
1664
1665 2011-10-17 Martin Rudalics <rudalics@gmx.at>
1666
1667 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
1668
1669 * menu-bar.el (menu-bar-file-menu): Add entry for making new
1670 window on right of selected. (Bug#9350) Reword other window
1671 entries and separate them from frame entries.
1672
1673 2011-10-15 Glenn Morris <rgm@gnu.org>
1674
1675 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
1676 Doc fixes.
1677
1678 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
1679
1680 * net/network-stream.el (network-stream-open-starttls):
1681 Improve detection of failure due to lack of TLS support.
1682
1683 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
1684 putting the input text in front and in bold.
1685
1686 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
1687
1688 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
1689
1690 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
1691 empty buffer.
1692
1693 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
1694 unread-command-events rather than pushing yet-another event.
1695
1696 2011-10-14 Eli Zaretskii <eliz@gnu.org>
1697
1698 * mail/sendmail.el (sendmail-query-once): Improve the wording of
1699 the explanation of the possible choices. Make the options passed
1700 to completing-read shorter.
1701
1702 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
1703
1704 * textmodes/flyspell.el (flyspell-large-region): Make sure
1705 extended character mode is used if defined (Bug#1339).
1706
1707 2011-10-13 Eli Zaretskii <eliz@gnu.org>
1708
1709 * simple.el (what-cursor-position): Fix the display of the
1710 character info for LRE, LRO, RLE, and RLO characters by appending
1711 an invisible PDF.
1712
1713 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1714
1715 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
1716 even in case of error; add debug spec; simplify data flow.
1717 (with-timeout-handler): Remove.
1718
1719 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
1720
1721 Fix Bug#6019, Bug#9315.
1722
1723 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
1724 complete `buffer-file-name', the local file name part could look
1725 remotely (for example on VMS).
1726
1727 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
1728 `tramp-run-real-handler'.
1729 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
1730 already quoted by '"'.
1731
1732 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
1733 Let `file-name-handler-alist' be nil, the local file name part
1734 could look remotely (for example on VMS).
1735
1736 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1737
1738 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
1739 from here...
1740 (flyspell-post-command-hook): ...to here.
1741
1742 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
1745 if not needed.
1746 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
1747 using completion. Protect against "slow" callers.
1748 Remove the "message hack".
1749
1750 2011-10-11 Juri Linkov <juri@jurta.org>
1751
1752 * isearch.el (isearch-lazy-highlight-word): New variable.
1753 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
1754 Use it. (Bug#9727)
1755
1756 2011-10-11 Glenn Morris <rgm@gnu.org>
1757
1758 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
1759 like f90-previous-statement does.
1760
1761 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1762
1763 * eshell/eshell.el (eshell-command): History should be saved
1764 only in interactive use, to avoid error.
1765
1766 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1767
1768 * minibuffer.el (completion-file-name-table): Fix last change,
1769 i.e. ignore normal errors but not the other ones.
1770
1771 2011-10-10 Martin Rudalics <rudalics@gmx.at>
1772
1773 * window.el (special-display-buffer-names)
1774 (special-display-regexps): Remove some remnants of earlier
1775 changes from doc-strings.
1776 (quit-windows-on): New function.
1777
1778 * vc/vc.el (vc-revert, vc-rollback):
1779 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
1780 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
1781 (Bug#6183) (Bug#7074) (Bug#7447)
1782
1783 2011-10-09 Martin Rudalics <rudalics@gmx.at>
1784
1785 * window.el (frame-auto-hide-function): Add version tag.
1786 (Bug#9699)
1787
1788 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
1789
1790 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
1791 condition.
1792
1793 2011-10-09 Leo Liu <sdl.web@gmail.com>
1794
1795 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
1796 (Bug#9701)
1797
1798 2011-10-08 Glenn Morris <rgm@gnu.org>
1799
1800 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
1801 before the first code statement zero indent. (Bug#9690)
1802
1803 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
1804
1805 * simple.el (count-words-region): Always count in the region.
1806 Report the number of lines and characters too.
1807 (count-words): New command, which counts in the buffer if the
1808 region is inactive, as count-words-region used to.
1809 (count-words--message): New function. Handle plurals.
1810 (count-lines-region): Make it an alias for count-words-region.
1811
1812 * bindings.el (esc-map): Replace count-lines-region with
1813 count-words-region.
1814
1815 2011-10-08 Martin Rudalics <rudalics@gmx.at>
1816
1817 * window.el (window--delete): Delete dedicated frame
1818 unconditionally when argument KILL is non-nil. (Bug#9699)
1819 (switch-to-buffer): Fix doc-string typo.
1820
1821 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1822
1823 * lisp/eshell/eshell.el (eshell-command): Avoid using hooks.
1824
1825 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * bindings.el ([M-left],[M-right]): Bind to left-word and
1828 right-word respectively.
1829
1830 2011-10-07 Glenn Morris <rgm@gnu.org>
1831
1832 * cus-start.el (debug-on-quit): Fix custom type.
1833
1834 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
1835
1836 * subr.el (define-key-after): Clarify that the function is not
1837 useful for non-menu keymaps.
1838
1839 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
1840
1841 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1842
1843 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
1844 in current minibuffer (Fix bug with recursive minibuffers).
1845
1846 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
1847
1848 * progmodes/gdb-mi.el (gdb): Doc fix.
1849
1850 2011-10-05 Martin Rudalics <rudalics@gmx.at>
1851
1852 * window.el (frame-auto-hide-function): New option replacing
1853 frame-auto-delete. Suggested by Stefan Monnier.
1854 (window--delete): Call frame-auto-hide-function instead of
1855 investigating frame-auto-delete.
1856 (window-point-1, set-window-point-1): New functions.
1857 (window-in-direction, record-window-buffer, window-state-get-1)
1858 (display-buffer-record-window): Use window-point-1 instead of
1859 window-point.
1860 (set-window-buffer-start-and-point): Use set-window-point-1.
1861
1862 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
1865
1866 2011-10-05 Glenn Morris <rgm@gnu.org>
1867
1868 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
1869 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
1870
1871 2011-10-05 Leo Liu <sdl.web@gmail.com>
1872
1873 * subr.el (read-char-choice): Fix argument to buffer-live-p which
1874 works with buffer object.
1875
1876 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * mpc.el (mpc-tool-bar-map): Add labels.
1879
1880 2011-10-04 Glenn Morris <rgm@gnu.org>
1881
1882 * calendar/holidays.el (calendar-check-holidays): Doc fix.
1883
1884 2011-10-04 Martin Rudalics <rudalics@gmx.at>
1885
1886 * window.el (window--delete): New function.
1887 (frame-auto-delete): Resuscitate option.
1888 (bury-buffer, replace-buffer-in-windows)
1889 (quit-window): Rewrite using window--delete.
1890 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1891 Pass display-buffer-mark-dedicated to window--display-buffer-2
1892 (Bug#9639).
1893
1894 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
1897 returns a list (bug#9554). Add remote file name completion.
1898 * comint.el (comint--table-subvert): Curry and get quote&unquote
1899 functions as arguments.
1900 (comint--complete-file-name-data): Adjust call accordingly.
1901 * pcomplete.el (pcomplete--table-subvert): Remove.
1902 (pcomplete-completions-at-point): Use comint--table-subvert instead.
1903
1904 * minibuffer.el (completion-table-case-fold): Use currying.
1905 (completion--styles-type, completion--cycling-threshold-type):
1906 New constants.
1907 (completion-styles, completion-category-overrides)
1908 (completion-cycle-threshold): Use them.
1909 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
1910 completion-table-case-fold.
1911
1912 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
1913
1914 * minibuffer.el (completion-category-overrides): Fix type of styles
1915 and add more user friendly tags (bug#9660).
1916
1917 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
1920 (mule-input-method-string): New widget.
1921 (default-input-method, language-info-custom-alist): Use it.
1922
1923 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * pcomplete.el: Require comint.
1926 (pcomplete--common-suffix): Remove.
1927 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
1928 (pcomplete--table-subvert): Sync with comint--table-subvert.
1929 (pcomplete--entries): Use comint-completion-file-name-table.
1930 * comint.el (comint-unquote-filename): Simplify.
1931 (comint-completion-file-name-table): New function (bug#9616).
1932 (comint--complete-file-name-data): Use it.
1933
1934 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
1935 (pcmpl-gnu-tar-buffer): Remove.
1936 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
1937 around. Make sure pcomplete-suffix-list is only changed temporarily.
1938 Don't look inside the tar's file if it's too large.
1939
1940 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
1941
1942 * cus-edit.el (custom-mode-map):
1943 * epa.el (epa-key-list-mode-map):
1944 * man.el (Man-mode-map):
1945 * startup.el (splash-screen-keymap):
1946 * simple.el (special-mode-map): Use scroll-up-command and
1947 scroll-down-command.
1948
1949 * progmodes/idlw-help.el (idlwave-help-mode-map):
1950 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
1951 * net/newst-plainview.el (newsticker-mode-map):
1952 * emulation/ws-mode.el (wordstar-mode-map):
1953 * emulation/vi.el (vi-com-map):
1954 * calc/calc-graph.el (calc-graph-show-dumb):
1955 * term/sun.el (terminal-init-sun):
1956 * term/ns-win.el (global-map):
1957 * progmodes/grep.el (grep-mode-map):
1958 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
1959 * mail/rmail.el (rmail-mode-map):
1960 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
1961
1962 * custom.el (custom-safe-themes, load-theme): Treat value of t for
1963 custom-safe-themes as special.
1964
1965 2011-10-01 Julien Danjou <julien@danjou.info>
1966
1967 * notifications.el (notifications-notify): Fix docstring.
1968
1969 2011-10-01 Per Starbäck <per@starback.se>
1970
1971 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
1972
1973 2011-09-30 Martin Rudalics <rudalics@gmx.at>
1974
1975 * startup.el (command-line-1): Fix last fix by inserting
1976 initial-scratch-message into *scratch* before displaying it.
1977 (Bug#9605) and (Bug#9636)
1978
1979 2011-09-29 Eli Zaretskii <eliz@gnu.org>
1980
1981 * simple.el (line-move): If auto-hscroll-mode is disabled and the
1982 window is hscrolled, move by logical lines. (Bug#9607)
1983 (line-move-visual): Update the doc string to the above effect.
1984
1985 2011-09-29 Martin Rudalics <rudalics@gmx.at>
1986
1987 * window.el (display-buffer-record-window): When WINDOW is the
1988 selected window use `point' instead of `window-point'. (Bug#9626)
1989
1990 * startup.el (command-line-1): Use insert-before-markers when
1991 inserting initial-scratch-message. (Bug#9605)
1992
1993 * help.el (help-window): Remove variable.
1994
1995 2011-09-29 Glenn Morris <rgm@gnu.org>
1996
1997 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
1998
1999 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
2000
2001 * descr-text.el (describe-char-categories): Accept category
2002 descriptions more than one line long.
2003
2004 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2005
2006 * simple.el (delete-trailing-whitespace): Fix last change.
2007
2008 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2009 Don't confuse "y => 3" as the beginning of a `y' operation.
2010
2011 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
2012 object has more than 4 slots (bug#9613).
2013
2014 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
2015
2016 * subr.el (with-output-to-temp-buffer):
2017 * net/quickurl.el (quickurl, quickurl-browse-url):
2018 Fix typos in docstrings.
2019
2020 2011-09-27 Eli Zaretskii <eliz@gnu.org>
2021
2022 * minibuffer.el (completion-styles)
2023 (completion-category-overrides): Cross reference each other in doc
2024 strings.
2025
2026 2011-09-27 Glenn Morris <rgm@gnu.org>
2027
2028 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
2029 to split-string. (Bug#9606)
2030
2031 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2032
2033 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
2034 (bug#9615).
2035
2036 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * emacs-lisp/package.el (list-packages): Fix echo area message.
2039
2040 2011-09-27 Leo Liu <sdl.web@gmail.com>
2041
2042 * ido.el (ido-read-internal): Accept cons cell HIST arg.
2043
2044 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
2045
2046 * net/dbus.el (dbus-unregister-object): Don't release services for
2047 registered signals. (Bug#9581)
2048
2049 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2050
2051 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
2052 function that picks between cfengine 2 and 3 support
2053 automatically. Update docs accordingly.
2054
2055 2011-09-22 Kenichi Handa <handa@m17n.org>
2056
2057 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
2058 ZERO.
2059 (indian-itrans-v5-table-for-tamil): New variable.
2060 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
2061
2062 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
2063
2064 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
2065 that's true if the current command involved collapsing of text.
2066 It's reset to false at the beginning of the next command.
2067 (allout-post-command-business): Move the cursor to the beginning
2068 of entry if the cursor is hidden and collapsing activity just
2069 happened.
2070
2071 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
2072
2073 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
2074 tracking (Bug#9541).
2075
2076 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
2077
2078 * net/newst-reader.el (newsticker-html-renderer)
2079 (newsticker-show-news): Automatically
2080 load html rendering package if newsticker-html-renderer is set.
2081 Fixes "Warning: defvar ignored because w3m-fill-column is
2082 let-bound" and the error "Symbol's value as variable is void:
2083 w3m-fill-column".
2084
2085 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
2086
2087 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
2088 Release services only if they are defined. (Bug#9581)
2089
2090 2011-09-23 Richard Stallman <rms@gnu.org>
2091
2092 * textmodes/paragraphs.el (forward-sentence): For backwards case,
2093 distinguish start of paragraph from start of its text.
2094
2095 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
2096
2097 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
2098 (rmail-generate-viewer-buffer): Put that hook on view buffer.
2099 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
2100
2101 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
2102
2103 * international/mule-diag.el (mule-diag): Insert a newline after
2104 each fontset description.
2105
2106 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2107
2108 * simple.el (delete-trailing-whitespace):
2109 Document last change; simplify.
2110
2111 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
2112
2113 * simple.el (delete-trailing-whitespace): Also delete
2114 extra newlines at the end of the buffer.
2115
2116 * textmodes/picture.el: Make motion commands obey shift-select-mode.
2117 (picture-newline): Use forward-line so as to ignore fields.
2118
2119 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * subr.el (with-wrapper-hook): Fix edebug spec.
2122
2123 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2124
2125 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
2126 (bug#4538).
2127
2128 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
2129
2130 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2131 Fix nasty bug using wrong cached values.
2132
2133 2011-09-23 Alan Mackenzie <acm@muc.de>
2134
2135 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
2136
2137 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
2138
2139 * window.el (pop-to-buffer): Ensure right window is selected if we
2140 chose another frame.
2141
2142 2011-09-22 Eli Zaretskii <eliz@gnu.org>
2143
2144 * simple.el (what-cursor-position): Use get-char-property-change
2145 and next-single-char-property-change, to be able to show display
2146 properties that come from overlays as well as text properties.
2147
2148 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
2149
2150 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
2151
2152 * cmuscheme.el (run-scheme, switch-to-scheme):
2153 * cus-edit.el (customize-group, custom-buffer-create)
2154 (customize-browse):
2155 * info.el (info):
2156 * shell.el (shell):
2157 * mail/sendmail.el (mail):
2158 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
2159
2160 2011-09-22 Richard Stallman <rms@gnu.org>
2161
2162 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
2163 move back only to line beg, don't move back over blank lines.
2164
2165 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
2166
2167 * files.el (copy-directory): Set directory attributes only in case
2168 they could be retrieved from the source directory. (Bug#9565)
2169
2170 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
2171
2172 * progmodes/hideshow.el (hs-looking-at-block-start-p)
2173 (hs-find-block-beginning, hs-hide-level-recursive):
2174 Ignore strings as well as comments. (Bug#9502)
2175
2176 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
2177
2178 * progmodes/sql.el (sql-comint-postgres):
2179 Convert port number to a string. (Bug#9566)
2180
2181 2011-09-22 Martin Rudalics <rudalics@gmx.at>
2182
2183 * window.el (quit-window): Undedicate window when switching to
2184 previous buffer. Reported by Thierry Volpiatto
2185 <thierry.volpiatto@gmail.com>.
2186 (special-display-popup-frame): When popping up a new frame reset
2187 its previous buffers to nil. Simplify code.
2188
2189 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
2190
2191 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
2192 and process filter, as done also in `shell-command'.
2193
2194 2011-09-21 Martin Rudalics <rudalics@gmx.at>
2195
2196 * window.el (set-window-buffer-start-and-point):
2197 Call set-window-start with NOFORCE argument t. Suggested by Thierry
2198 Volpiatto <thierry.volpiatto@gmail.com>.
2199 (quit-window): Reword doc-string. Handle new format of
2200 quit-restore parameter. Don't delete window if it has a
2201 previous buffer we can show instead of the present one.
2202 (display-buffer-record-window): Rewrite using a new format for
2203 the quit-restore window parameter
2204 (special-display-popup-frame, display-buffer-same-window)
2205 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2206 (display-buffer-pop-up-window, display-buffer-use-some-window):
2207 Adapt symbol passed to display-buffer-record-window.
2208 * help.el (help-window-setup): Handle new format of quit-restore
2209 parameter.
2210
2211 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2212
2213 * faces.el (face-list): Fix docstring (bug#9564).
2214
2215 * window.el (display-buffer--action-function-custom-type):
2216 Don't include internal functions in the Custom interface.
2217
2218 2011-09-20 Juri Linkov <juri@jurta.org>
2219
2220 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
2221 (Info-forward-node, Info-backward-node, Info-next-preorder)
2222 (Info-last-preorder): Use it. (Bug#9528)
2223
2224 2011-09-20 Juri Linkov <juri@jurta.org>
2225
2226 * info.el (Info-last-preorder): Visit last menu item only when
2227 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
2228
2229 2011-09-20 Julien Danjou <julien@danjou.info>
2230
2231 * password-cache.el (password-cache-remove): Remove entries even if the
2232 value is nil, so that password with a nil value (negative caching) is
2233 possible to invalidate.
2234
2235 2011-09-20 Lawrence Mitchell <wence@gmx.li>
2236
2237 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
2238 all whitespace around breakpoint. (Bug#9553)
2239 (f90-find-breakpoint): Only break at whitespace inside a comment.
2240
2241 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * minibuffer.el (completion-file-name-table): Keep track of errors.
2244 (completion-table-with-predicate): Handle the case where pred1 is nil.
2245 * pcomplete.el (pcomplete-completions-at-point): Simplify.
2246
2247 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2248
2249 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
2250 (debugger-return-value): Signal an error if the debugging context does
2251 not await any return value.
2252
2253 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
2254 * image-mode.el (image-toggle-display-text)
2255 (image-toggle-display-image): Stay away from evil `intangible'.
2256
2257 2011-09-19 Leo Liu <sdl.web@gmail.com>
2258
2259 * replace.el (occur-revert-arguments): Make it permanent-local.
2260 (occur-mode): Don't call font-lock-defontify.
2261
2262 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
2263
2264 * net/ldap.el (ldap-search-internal): Don't push empty search
2265 result (Bug#9508).
2266
2267 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
2270
2271 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
2272
2273 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
2274 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
2275
2276 2011-09-18 Juri Linkov <juri@jurta.org>
2277
2278 * buff-menu.el (Buffer-menu-mode-map):
2279 * dired.el (dired-mode-map):
2280 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
2281 (lisp-interaction-mode-map):
2282 * emacs-lisp/package.el (package-menu-mode-map):
2283 * epa.el (epa-key-list-mode-map):
2284 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
2285 (menu-bar-options-menu):
2286 * outline.el (outline-mode-menu-bar-map):
2287 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
2288 * vc/vc-dir.el (vc-dir-menu-map):
2289 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
2290 Capitalize non-function content words in menu item strings.
2291
2292 * dired.el (dired-mode-map): Add menu item for
2293 `image-dired-dired-toggle-marked-thumbs'.
2294
2295 2011-09-18 Juri Linkov <juri@jurta.org>
2296
2297 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
2298 to `isearch-case-fold-search' and restore its original value
2299 after the `isearch-mode' call.
2300
2301 2011-09-18 Juri Linkov <juri@jurta.org>
2302
2303 * progmodes/grep.el (grep-process-setup): Don't check code for 1
2304 because `zgrep' returns 1 for successful matches (bug#9226).
2305
2306 2011-09-18 Juri Linkov <juri@jurta.org>
2307
2308 * info.el (Info-extract-menu-node-name): Check the second match
2309 for empty string (second test-case of bug#9528).
2310 (Info-last-preorder): Let-bind `Info-history' to nil to not add
2311 intermediate nodes to the history (first test-case of bug#9528).
2312
2313 2011-09-18 Juri Linkov <juri@jurta.org>
2314
2315 * info.el (Info-mode-syntax-table): New variable.
2316 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table'. (Bug#3312)
2317
2318 2011-09-18 Juri Linkov <juri@jurta.org>
2319
2320 * info.el (Info-file-supports-index-cookies): Increment
2321 line-beginning-position's arg from 3 to 4 because makeinfo outputs
2322 one more line for long file names (bug#4142).
2323
2324 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
2325
2326 * newcomment.el (comment-normalize-vars): If prompting for
2327 comment-start, set comment-start-skip too (Bug#8424).
2328
2329 2011-09-18 Johan Bockgård <bojohan@gnu.org>
2330
2331 * icomplete.el: Fix previous fix of Bug#5849.
2332 (icomplete-mode): Don't set completion-show-inline-help.
2333 (icomplete-minibuffer-setup): Set completion-show-inline-help
2334 locally during icompletion.
2335
2336 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
2337
2338 * woman.el (woman2-process-escapes): Don't delete unrecognized
2339 escapes (Bug#7843).
2340
2341 * files.el (inhibit-first-line-modes-regexps): Add image files.
2342 (hack-local-variables-prop-line): Return nil for malformed
2343 prop-lines (Bug#9044).
2344
2345 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
2346
2347 * net/tramp.el (top): Don't require 'shell.
2348 (tramp-methods): Fix docstring.
2349 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
2350 Return complete remote file name. Handle "smb" case.
2351 Use `tramp-tmpdir', if defined for the respective method.
2352 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
2353
2354 * net/tramp-compat.el (top): Require 'shell.
2355
2356 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2357 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
2358 `tramp-current-host'.
2359 (tramp-get-remote-tmpdir): Remove.
2360
2361 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
2362 `tramp-tmpdir' entries.
2363 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
2364 (tramp-smb-handle-file-attributes): Ignore errors.
2365 (tramp-smb-wait-for-output): Check also for process end.
2366
2367 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2368
2369 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
2370 when sending QUIT (bug#9312).
2371
2372 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
2373
2374 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
2375 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
2376 occur-mode-display-occurrence.
2377 (occur-edit-mode): Add usage message.
2378 (occur-cease-edit): New command.
2379 (occur-after-change-function): Use text properties to find the
2380 position of the prefix text.
2381 (occur-engine): Set stickiness of prefix text properties.
2382
2383 2011-09-17 Glenn Morris <rgm@gnu.org>
2384
2385 * progmodes/etags.el (complete-tag):
2386 Fix call to completion-in-region. (Bug#9526)
2387
2388 2011-09-17 Juri Linkov <juri@jurta.org>
2389
2390 * textmodes/ispell.el (ispell-word): Add to the error message
2391 the word, ispell program name and current dictionary (bug#9121).
2392 (ispell-tex-arg-end): Capitalize "error" in the error message.
2393
2394 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
2395
2396 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
2397 check. (Bug#4251)
2398
2399 2011-09-17 Juri Linkov <juri@jurta.org>
2400
2401 * window.el (window-safe-min-height, window-safe-min-width):
2402 Fix typos (followup to bug#9522).
2403
2404 2011-09-17 Sven Joachim <svenjoac@gmx.de>
2405
2406 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
2407
2408 2011-09-16 Eli Zaretskii <eliz@gnu.org>
2409
2410 * simple.el (line-move): If goal-column is set, move by logical
2411 lines, not by display lines. (Bug#971)
2412 (next-line, previous-line, goal-column, line-move-visual): Doc fix
2413 to reflect the above change.
2414
2415 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2416
2417 * image.el (imagemagick-register-types): Use regexp-opt.
2418
2419 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
2420
2421 * window.el (display-buffer-base-action): Rename from
2422 display-buffer-default-action. Make default value empty.
2423 (display-buffer-overriding-action): Convert to defvar.
2424 (display-buffer-fallback-action): New var.
2425
2426 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
2427
2428 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
2429 declaration.
2430 (package--add-to-archive-contents): If there is a duplicate entry
2431 with an older version, remove it.
2432 (package-menu-mark-delete, package-menu-mark-install)
2433 (package-menu-mark-unmark): Make unused args optional.
2434 (package-menu-mark-obsolete-for-deletion):
2435 Use package-menu-get-status instead of a regexp search.
2436 (package-menu-get-status): Use tabulated-list-entry.
2437 (package-menu-mark-upgrades): New command.
2438 (package-menu-mode-map): Bind it to U. Add it to menu bar.
2439 (package-menu-execute): Do installation before deletion.
2440 (package-menu-refresh, package-menu-execute): Use derived-mode-p
2441 instead of checking major-mode.
2442 (package-menu--find-upgrades): New function.
2443
2444 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2445
2446 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
2447 passwords in the log buffer.
2448 (smtpmail-process-filter): Update the process marker so that the
2449 "broken by peer" status message is inserted in the right place.
2450
2451 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2452
2453 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
2454 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
2455 bibtex-completion-at-point-function.
2456 (bibtex-completion-at-point-function): Use them.
2457
2458 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
2459
2460 * mpc.el (mpc-constraints-tag-lookup): New function.
2461 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
2462 also to browser "album|playlist".
2463
2464 2011-09-14 Juri Linkov <juri@jurta.org>
2465
2466 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
2467 (isearch-edit-string): Use length of `isearch-string' when
2468 `isearch-fail-pos' returns nil.
2469 (isearch-message): Remove duplicate code and call
2470 `isearch-fail-pos' with arg `t'.
2471
2472 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
2473
2474 * replace.el (occur-mode-goto-occurrence): Don't force using other
2475 window (Bug#9499).
2476
2477 * dired-aux.el (dired-do-chmod): Don't provide initial input.
2478
2479 2011-09-14 Martin Rudalics <rudalics@gmx.at>
2480
2481 * window.el (display-buffer-window): Remove.
2482 (display-buffer-record-window): Use help-setup window parameter
2483 instead of variable display-buffer-window.
2484 (display-buffer-function, special-display-buffer-names)
2485 (special-display-function): Mention help-setup parameter instead
2486 of display-buffer-window in doc-string.
2487 * help.el (help-window-setup): New argument help-window.
2488 Use help-window-setup parameter instead of display-buffer-window.
2489 Reword some messages.
2490 (with-help-window): Pass window used for displaying the buffer
2491 to help-window-setup. Don't set display-buffer-window.
2492
2493 2011-09-13 Glenn Morris <rgm@gnu.org>
2494
2495 * emacs-lisp/debug.el (debugger-make-xrefs):
2496 Preserve point. (Bug#9462)
2497
2498 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
2499
2500 * window.el (window-deletable-p): Use next-frame.
2501
2502 2011-09-13 Martin Rudalics <rudalics@gmx.at>
2503
2504 * window.el (window-auto-delete): Remove.
2505 (window-deletable-p): Remove argument FORCE. Don't deal with
2506 dedication and previous buffers.
2507 (switch-to-prev-buffer): Don't delete window.
2508 (delete-windows-on): Delete a window's frame if and only if the
2509 window is dedicated.
2510 (replace-buffer-in-windows): Delete buffer's window or frame if
2511 and only if window is dedicated.
2512 (quit-window): Handle quit-restore as before last change.
2513 (bury-buffer): Delete window only if window-deletable-p returns t.
2514
2515 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
2516
2517 * window.el (window-deletable-p): Never delete the last frame on a
2518 given terminal.
2519
2520 2011-09-13 Glenn Morris <rgm@gnu.org>
2521
2522 * help.el (describe-key-briefly): Copy previous standard-output change.
2523
2524 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
2525
2526 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
2527
2528 2011-09-13 Glenn Morris <rgm@gnu.org>
2529
2530 * emacs-lisp/lisp-mode.el (lisp-indent-function):
2531 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
2532
2533 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
2534
2535 * dired-aux.el (dired-mark-read-string): Don't return default
2536 value on empty input (Bug#9361).
2537 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
2538 Omit initial minibuffer contents.
2539 (dired-do-chmod): Signal an error on empty input.
2540 (dired-mark-read-string): Don't return default on empty input.
2541
2542 * files.el (file-modes-symbolic-to-number): Doc fix.
2543
2544 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * international/mule-cmds.el (ucs-completions): Remove.
2547 (read-char-by-name): Use complete-with-action instead; add metadata.
2548
2549 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
2550
2551 * window.el (display-buffer--action-function-custom-type)
2552 (display-buffer--action-custom-type): New vars.
2553 (display-buffer-alist, display-buffer-default-action)
2554 (display-buffer-overriding-action): Add defcustom types.
2555
2556 * frame.el (delete-other-frames): Doc fix (Bug#276).
2557
2558 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2559
2560 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
2561
2562 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
2563
2564 Change modes that used same-window-* vars to use switch-to-buffer.
2565
2566 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
2567 Use switch-to-buffer.
2568
2569 * cus-edit.el (customize-group, custom-buffer-create)
2570 (customize-browse, custom-buffer-create-other-window):
2571 Use switch-to-buffer or switch-to-buffer-other-window.
2572
2573 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
2574 (Info-prev, Info-up, Info-speedbar-goto-node)
2575 (info-display-manual): Use switch-to-buffer.
2576 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
2577
2578 * mail/sendmail.el (mail): Use switch-to-buffer.
2579 (mail-recover): Use switch-to-buffer-other-window.
2580
2581 * cmuscheme.el (run-scheme, switch-to-scheme):
2582 * ielm.el (ielm):
2583 * shell.el (shell):
2584 * net/rlogin.el (rlogin):
2585 * net/telnet.el (telnet, rsh):
2586 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
2587
2588 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
2589
2590 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
2591
2592 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2593
2594 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
2595 so don't mention it (bug#9301).
2596 (dired-sort-toggle-or-edit): Clarify string further.
2597
2598 * faces.el (face-spec-set-match-display): Make `(type graphic)'
2599 match `x', `w32' and `ns', like the manual says (bug#9029).
2600
2601 * subr.el (eval-after-load): Doc string clarification (bug#9125).
2602 (process-kill-buffer-query-function): Mention the buffer name in
2603 the query.
2604
2605 * image-mode.el (image-next-line): The line parameter is mandatory
2606 (bug#9258).
2607
2608 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
2609 which can be useful (bug#9301).
2610
2611 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
2612
2613 * subr.el (match-string): Mention that the current buffer should
2614 be the same as the search was done in (bug#9282).
2615
2616 * facemenu.el: Disable the remove-* commands if the mark isn't
2617 active (bug#9162).
2618
2619 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
2620
2621 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
2622 of display-buffer.
2623 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
2624
2625 * replace.el (occur-mode-goto-occurrence)
2626 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
2627 and display-buffer.
2628
2629 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
2630 display-buffer.
2631
2632 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
2633 special-display and same-window variables.
2634 (mail-other-window): Use switch-to-buffer-other-window.
2635 (mail-other-frame): USe switch-to-buffer-other-frame.
2636
2637 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
2638 Use display-buffer-other-frame.
2639 (gdb-display-gdb-buffer): Use pop-to-buffer.
2640
2641 * progmodes/gud.el (gud-goto-info): Use info-other-window.
2642
2643 * progmodes/python.el: Don't set same-window-buffer-names.
2644
2645 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
2646
2647 * window.el (display-buffer-alist): Add *Python*.
2648
2649 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
2650
2651 * window.el (display-buffer-alist): Add entry for buffers
2652 previously handled same-window-*.
2653 (display-buffer-alist, display-buffer-default-action)
2654 (display-buffer-overriding-action): Mark as risky.
2655 (display-buffer-alist): Document action function changes.
2656 (display-buffer--same-window-action)
2657 (display-buffer--other-frame-action): New variables.
2658 (switch-to-buffer, display-buffer-other-frame): Use them.
2659 (display-buffer): Rename reuse-frame entry to reusable-frames.
2660 (display-buffer-reuse-selected-window): Function deleted.
2661 (display-buffer-reuse-window): Handle reusable-frames alist entry.
2662 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
2663 (display-buffer-special): New function.
2664 (display-buffer--maybe-pop-up-frame-or-window): Rename from
2665 display-buffer-reuse-or-pop-window. Split off special-display
2666 part into display-buffer-special.
2667 (display-buffer-use-some-window): Don't perform any special
2668 pop-up-frames handling.
2669 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
2670 (display-buffer--maybe-same-window): Rename from
2671 display-buffer-maybe-same-window.
2672
2673 * info.el: Don't set same-window-regexps.
2674 (info-setup): New function.
2675 (info-other-window, info): Call it.
2676
2677 * cus-edit.el: Don't set same-window-regexps.
2678 (customize-group): New argument.
2679 (customize-group-other-window): Use it.
2680 (customize-face, customize-face-other-window): Likewise.
2681 (custom-buffer-create-other-window): Use pop-to-buffer directly.
2682
2683 * net/rlogin.el:
2684 * net/telnet.el:
2685 * progmodes/gud.el: Don't set same-window-regexps.
2686
2687 * cmuscheme.el:
2688 * ielm.el:
2689 * shell.el:
2690 * mail/sendmail.el:
2691 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
2692
2693 2011-09-10 Juri Linkov <juri@jurta.org>
2694
2695 * isearch.el (isearch-edit-string): Remove obsolete mention of
2696 `C-w' (`isearch-yank-word-or-char') from docstring.
2697 (isearch-query-replace): Fix typo in docstring (bug#9466).
2698
2699 2011-09-10 Juri Linkov <juri@jurta.org>
2700
2701 * paren.el (show-paren-function): Don't show escaped parens.
2702 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
2703
2704 2011-09-10 Eli Zaretskii <eliz@gnu.org>
2705
2706 * mail/sendmail.el (mml-to-mime, mml-attach-file)
2707 (mm-default-file-encoding): Remove autoload forms, they are
2708 replaced with autoload cookies in mml.el and mm-encode.el.
2709 (mail-add-attachment): New command.
2710 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
2711 (mail-mode): Mention mail-insert-file and mail-add-attachment in
2712 the doc string.
2713 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
2714
2715 2011-09-10 Reuben Thomas <rrt@sc3d.org>
2716
2717 * simple.el (count-words-region): Use buffer if there's no region
2718 (bug#9429).
2719
2720 2011-09-09 Juri Linkov <juri@jurta.org>
2721
2722 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
2723 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
2724 (wdired-isearch-filter-read-only): New function. (Bug#6362)
2725
2726 2011-09-09 Alan Mackenzie <acm@muc.de>
2727
2728 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
2729 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
2730
2731 2011-09-09 Eli Zaretskii <eliz@gnu.org>
2732
2733 Fix for Savannah bug#9392.
2734 * simple.el (mail-encode-mml): New defvar.
2735
2736 * mail/rmail.el (mail-encode-mml): Add a defvar.
2737 (rmail-enable-mime-composing): Default to t.
2738 (rmail-forward): Use MIME method of forwarding only if both
2739 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
2740 Set mail-encode-mml non-nil if the MIME method was used.
2741
2742 * mail/sendmail.el (mml-to-mime): Add autoload form.
2743 (mail-encode-mml): Add a defvar.
2744 (mail-mode): Make mail-encode-mml buffer-local and initialize it
2745 to nil.
2746 (mail-send): If mail-encode-mml is non-nil, run the outgoing
2747 message through mml-to-mime, and reset mail-encode-mml to nil.
2748
2749 2011-09-09 Glenn Morris <rgm@gnu.org>
2750
2751 * woman.el (woman-if-body): When processing an .el block,
2752 do not delete the next .el block as well. (Bug#9447)
2753 (woman-special-characters): Add oq, cq, and hy characters.
2754
2755 2011-09-08 Martin Rudalics <rudalics@gmx.at>
2756
2757 * window.el (window-deletable-p): Make sure window is live before
2758 invoking window-prev-buffers.
2759
2760 2011-09-08 Leo Liu <sdl.web@gmail.com>
2761
2762 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
2763
2764 2011-09-08 Juri Linkov <juri@jurta.org>
2765
2766 * progmodes/compile.el (compilation-environment): Make it
2767 a defcustom (bug#8340).
2768
2769 2011-09-08 Martin Rudalics <rudalics@gmx.at>
2770
2771 * window.el (frame-auto-delete): Rename to window-auto-delete.
2772 Make it control auto-deletion of windows and/or frames.
2773 (window-deletable-p): New argument FORCE. Rewrite conditions
2774 for deleting window/frame. (Bug#9419)
2775 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
2776 Rewrite handling of case when window/frame can be deleted.
2777 (delete-windows-on): Call window-deletable-p with new FORCE
2778 argument t. (Bug#9456)
2779
2780 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
2781
2782 * help-mode.el (help-mode): Restore autoload.
2783
2784 2011-09-07 Juri Linkov <juri@jurta.org>
2785
2786 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
2787 `compilation-environment'. Set buffer-local
2788 `compilation-environment' to `thisenv' later after (funcall mode).
2789 (Bug#8340)
2790
2791 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
2792 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
2793 instead of replacing its value. (Bug#8340)
2794
2795 2011-09-07 Juri Linkov <juri@jurta.org>
2796
2797 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
2798 based on text properties put by `grep-filter' instead of matching
2799 escape sequences.
2800 (grep-mode): Set buffer-local `compilation-error-screen-columns'
2801 to the value of `grep-error-screen-columns' (bug#9438).
2802
2803 2011-09-07 Juri Linkov <juri@jurta.org>
2804
2805 * simple.el (next-error-highlight, next-error-highlight-no-select):
2806 Doc fix (bug#9432).
2807
2808 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2809
2810 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
2811 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
2812
2813 2011-09-07 Leo Liu <sdl.web@gmail.com>
2814
2815 * net/rcirc.el (rcirc-mode): Conditionally initialize
2816 rcirc-input-ring.
2817
2818 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2819
2820 * emacs-lisp/find-func.el (find-function-C-source): Only set
2821 find-function-C-source-directory after checking that we found a source
2822 file there (bug#9440).
2823
2824 2011-09-06 Alan Mackenzie <acm@muc.de>
2825
2826 * isearch.el (isearch-other-meta-char): Wherever a key list is
2827 unread, "unread" the prefix arg, too. This fixes bug #8901.
2828
2829 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
2830
2831 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
2832
2833 2011-09-05 Juri Linkov <juri@jurta.org>
2834
2835 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
2836
2837 2011-09-05 Juri Linkov <juri@jurta.org>
2838
2839 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
2840 keeping point where processing of grep matches begins, and
2841 continue to delete remaining escape sequences from the same point.
2842 (grep-filter): Make leading zero optional in "0?1;31m" because
2843 git-grep emits "\033[1;31m" escape sequences unlike expected
2844 "\033[01;31m" as GNU Grep does (bug#9408).
2845 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
2846
2847 2011-09-05 Juri Linkov <juri@jurta.org>
2848
2849 * subr.el (y-or-n-p): Capitalize "yes".
2850
2851 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
2852
2853 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
2854 `tramp-cache-unload-hook' where appropriate.
2855 (tramp-methods): Rename `tramp-remote-sh' to
2856 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
2857 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
2858
2859 * net/tramp-sh.el (top): Don't require 'shell.
2860 (tramp-methods): Add `tramp-remote-shell' and
2861 `tramp-remote-shell-args' entries.
2862 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
2863 (tramp-sh-handle-shell-command): Remove.
2864 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2865 Use `tramp-remote-shell'.
2866
2867 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
2868
2869 * mail/sendmail.el (sendmail-query-once-function): Delete.
2870 (sendmail-query-once): Save directly to send-mail-function.
2871 Update message-send-mail-function too.
2872
2873 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
2874
2875 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
2876
2877 * progmodes/python.el (python-mode-map): Use correct function to
2878 start python interpreter from menu-bar (as reported by Geert
2879 Kloosterman).
2880 (inferior-python-mode-map): Fix typo.
2881 (python-shell-map): Remove.
2882
2883 2011-09-03 Deniz Dogan <deniz@dogan.se>
2884
2885 * net/rcirc.el (rcirc-print): Simplify code for
2886 rcirc-scroll-show-maximum-output. There is no need to walk
2887 through all windows to find the right one.
2888
2889 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
2890
2891 * help.el (help-return-method): Doc fix.
2892
2893 2011-09-03 Martin Rudalics <rudalics@gmx.at>
2894
2895 * window.el (window-deletable-p): Don't return a non-nil value
2896 when there's a buffer that was shown in the window before.
2897 (Bug#9419)
2898 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2899 Set window's previous buffers to nil.
2900
2901 2011-09-03 Eli Zaretskii <eliz@gnu.org>
2902
2903 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
2904 newline before and after the tag line, so it doesn't interfere
2905 with determining the paragraph direction of bidirectional text.
2906
2907 2011-09-03 Leo Liu <sdl.web@gmail.com>
2908
2909 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
2910
2911 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
2912
2913 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
2914 (pop-to-buffer): Change interactive spec. Pass second argument
2915 directly to display-buffer.
2916 (display-buffer): Fix interactive spec. Use functionp to
2917 distinguish between a function and a list of functions.
2918
2919 * abbrev.el (edit-abbrevs):
2920 * arc-mode.el (archive-extract):
2921 * autoinsert.el (auto-insert):
2922 * bookmark.el (bookmark-bmenu-list):
2923 * files.el (find-file):
2924 * view.el (view-buffer):
2925 * progmodes/compile.el (compilation-goto-locus):
2926 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
2927
2928 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
2929
2930 * window.el (display-buffer-alist): Doc fix.
2931 (display-buffer): Add docstring. Don't treat
2932 display-buffer-default specially.
2933 (display-buffer-reuse-selected-window)
2934 (display-buffer-same-window, display-buffer-maybe-same-window)
2935 (display-buffer-reuse-window, display-buffer-pop-up-frame)
2936 (display-buffer-pop-up-window)
2937 (display-buffer-reuse-or-pop-window)
2938 (display-buffer-use-some-window): New functions.
2939 (display-buffer-default-action): Use them.
2940 (display-buffer-default): Delete.
2941 (pop-to-buffer-1): Fix choice of actions.
2942
2943 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2944
2945 * minibuffer.el (completion--insert-strings): Don't get confused by
2946 completion entries that end with an LF char.
2947
2948 2011-09-01 Eli Zaretskii <eliz@gnu.org>
2949
2950 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
2951
2952 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
2953
2954 * window.el (display-buffer): Restore interactive spec.
2955 (display-buffer-same-window, display-buffer-other-window):
2956 New functions.
2957 (pop-to-buffer-1): New function. Use the above.
2958 (pop-to-buffer, pop-to-buffer-same-window): Use it.
2959 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
2960
2961 * view.el (view-buffer-other-window, view-buffer-other-frame):
2962 Just use pop-to-buffer.
2963
2964 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2965
2966 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
2967
2968 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
2969
2970 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
2971
2972 2011-08-31 Richard Stallman <rms@gnu.org>
2973
2974 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
2975 of the separation of rmail-view-buffer from rmail-buffer.
2976 If you say no to "replace original", the decrypt is in the
2977 view buffer. If you say yes, the decrypt goes into the
2978 rmail buffer also.
2979
2980 2011-08-31 Martin Rudalics <rudalics@gmx.at>
2981
2982 * window.el (display-buffer-window): Rewrite doc-string.
2983 (display-buffer-record-window): New function.
2984 (display-buffer-macro-specifiers)
2985 (display-buffer-even-window-sizes, display-buffer-set-height)
2986 (display-buffer-set-width, display-buffer-in-window)
2987 (display-buffer-reuse-window, display-buffer-split-specifiers)
2988 (display-buffer-side-specifiers, display-buffer-split-window-1)
2989 (display-buffer-split-window, display-buffer-split-atom-window)
2990 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
2991 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
2992 (display-buffer-other-window-means-other-frame)
2993 (display-buffer-normalize-special)
2994 (display-buffer-normalize-default)
2995 (display-buffer-normalize-argument)
2996 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
2997 (display-buffer-normalize-specifiers, display-buffer-frame)
2998 (display-buffer-same-window, display-buffer-same-frame)
2999 (display-buffer-other-window)
3000 (display-buffer-same-frame-other-window)
3001 (display-buffer-other-frame, pop-to-buffer-same-window)
3002 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
3003 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
3004 (switch-to-buffer-same-frame)
3005 (switch-to-buffer-other-window-same-frame)
3006 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
3007 (display-buffer-alist-set-1, display-buffer-alist-set-2)
3008 (display-buffer-alist-set): Remove.
3009 (display-buffer-function, special-display-buffer-names)
3010 (special-display-regexps, special-display-function):
3011 In doc-string refer to display-buffer-window and quit-restore
3012 parameter.
3013 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
3014 (special-display-frame-alist, special-display-popup-frame)
3015 (same-window-buffer-names, same-window-regexps, same-window-p)
3016 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
3017 (split-window-preferred-function, split-height-threshold)
3018 (split-width-threshold, window-splittable-p)
3019 (split-window-sensibly, window--try-to-split-window)
3020 (window--frame-usable-p, even-window-heights)
3021 (window--even-window-heights, window--display-buffer-1)
3022 (window--display-buffer-2, display-buffer-other-frame):
3023 Restore old Emacs 23 code, order and doc-strings where applicable.
3024 (display-buffer-default, display-buffer-assq-regexp): New functions.
3025 (display-buffer-alist): Rewrite doc-string.
3026 (display-buffer-default-action)
3027 (display-buffer-overriding-action): New variables.
3028 (display-buffer, switch-to-buffer): Rewrite.
3029 (pop-to-buffer): Restore Emacs 23 behavior but use
3030 window-normalize-buffer-to-display.
3031 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3032 Restore Emacs 23 behavior but use
3033 window-normalize-buffer-to-switch-to.
3034 (pop-to-buffer-same-window): Rewrite.
3035 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
3036 Rewrite using Emacs 23 options.
3037
3038 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
3039
3040 * net/tramp.el (tramp-root-regexp): Remove.
3041 (tramp-completion-file-name-regexp-unified)
3042 (tramp-completion-file-name-regexp-separate)
3043 (tramp-completion-file-name-regexp-url): Don't use leading volume
3044 letter on win32 systems. (Bug#5303, Bug#9311)
3045 (tramp-drop-volume-letter): Simplify definition.
3046 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3047
3048 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
3051 (bug#9356).
3052
3053 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
3054
3055 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
3056
3057 2011-08-29 Juri Linkov <juri@jurta.org>
3058
3059 * isearch.el (isearch-done): Don't display message "Mark saved"
3060 when arg `edit' is non-nil to prevent its flicker in the echo area.
3061
3062 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3063
3064 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
3065 obsolete packages for deletion.
3066
3067 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
3068
3069 * help-mode.el (help-mode-map): Add special-mode-map to parent.
3070 (help-mode): Derive help-mode from special-mode. Don't invoke
3071 view-mode from help-mode.
3072 (help-xref-override-view-map): Remove.
3073 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
3074 view-mode is not used anymore.
3075
3076 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
3077
3078 * server.el (server-port): Doc fix.
3079
3080 * cus-theme.el (custom-theme-choose-mode): Inherit from
3081 special-mode (Bug#9124).
3082 (custom-theme-choose-mode-map): Add special-mode to parent.
3083
3084 2011-08-28 Alan Mackenzie <acm@muc.de>
3085
3086 * progmodes/cc-fonts.el
3087 (c-make-font-lock-BO-decl-search-function): New function.
3088 (c-basic-matchers-after - "Fontify the clauses after various
3089 keywords"): Extract the three keyword lists for the 3 erroneous
3090 constructs from the list of four, and use the new function above
3091 in place of an old one.
3092
3093 2011-08-28 Deniz Dogan <deniz@dogan.se>
3094
3095 * net/rcirc.el (rcirc-insert-prev-input)
3096 (rcirc-insert-next-input): Remove unused argument.
3097
3098 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
3101
3102 2011-08-27 Alan Mackenzie <acm@muc.de>
3103
3104 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
3105 handle function pointer parameters properly.
3106
3107 2011-08-27 Martin Rudalics <rudalics@gmx.at>
3108
3109 * window.el (display-buffer-reuse-window): Fix case where
3110 selected window was reused with non-nil OTHER-WINDOW argument.
3111 (Bug#9381)
3112
3113 2011-08-27 Deniz Dogan <deniz@dogan.se>
3114
3115 * net/rcirc.el (rcirc-check-auth-status): Adding support for
3116 oftc's NickServ messages.
3117
3118 2011-08-27 Glenn Morris <rgm@gnu.org>
3119
3120 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
3121
3122 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
3123
3124 * emacs-lisp/package.el (package-install): Call package-initialize
3125 if called interactively.
3126
3127 2011-08-26 Leo Liu <sdl.web@gmail.com>
3128
3129 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
3130
3131 2011-08-25 Juri Linkov <juri@jurta.org>
3132
3133 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
3134 `search-whitespace-regexp' (bug#9364).
3135
3136 2011-08-25 Juri Linkov <juri@jurta.org>
3137
3138 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
3139 `regexp-search-ring' to their global values to protect from
3140 updating by `read-from-minibuffer' (bug#9185).
3141
3142 2011-08-25 Juri Linkov <juri@jurta.org>
3143
3144 * textmodes/ispell.el (ispell-command-loop): Add newline
3145 at the end of the "Use option `i'..." line.
3146
3147 2011-08-25 Juri Linkov <juri@jurta.org>
3148
3149 * battery.el (display-battery-mode): If `battery-status-function'
3150 or `battery-mode-line-format' is nil, display the message and set
3151 `display-battery-mode' to nil (bug#9363).
3152
3153 2011-08-25 Eli Zaretskii <eliz@gnu.org>
3154
3155 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
3156 bidi-string-mark-left-to-right; they are unnecessary now.
3157
3158 2011-08-25 Deniz Dogan <deniz@dogan.se>
3159
3160 * net/quickurl.el: Documentation typo fixes.
3161
3162 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
3163
3164 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
3165
3166 2011-08-25 Glenn Morris <rgm@gnu.org>
3167
3168 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3169
3170 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
3171 (smtpmail-via-smtp): Handle nil response from smtp.
3172
3173 2011-08-24 Juri Linkov <juri@jurta.org>
3174
3175 * proced.el (proced-marked): Inherit from `error' instead of
3176 `font-lock-warning-face'.
3177
3178 * ibuffer.el (ibuffer-marked-face): Change default face from
3179 `font-lock-warning-face' to `warning'.
3180 (ibuffer-deletion-face): Change default face from
3181 `font-lock-type-face' to `error'.
3182
3183 * battery.el (battery-update): Use the face `error' instead of
3184 `font-lock-warning-face' (bug#6117).
3185
3186 2011-08-24 Juri Linkov <juri@jurta.org>
3187
3188 * faces.el (success): Change face color from "Green3" to
3189 "ForestGreen" on light background (bug#9353).
3190
3191 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
3192
3193 * window.el (quit-window): Rename from quit-restore-window.
3194 Use same arglist as old quit-window.
3195 (frame-auto-delete): Doc fix.
3196
3197 * view.el (view-mode-exit): Use quit-window.
3198
3199 2011-08-24 Juri Linkov <juri@jurta.org>
3200
3201 * isearch.el (isearch-ring-adjust1): Start visiting previous
3202 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
3203 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
3204 for empty search string (when the last search string is reused
3205 automatically) to adjust the isearch ring to the last element and
3206 prepare the correct index for further M-p commands (bug#9185).
3207
3208 2011-08-24 Kenichi Handa <handa@m17n.org>
3209
3210 * international/ucs-normalize.el: If decomposition property of
3211 CHAR is the default one (i.e. a list of CHAR itself), treat it as
3212 nil.
3213 (nfd, nfkd): Likewise.
3214
3215 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3216
3217 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
3218 from process filters aren't reliably transmitted to the surrounding
3219 accept-process-output.
3220 (mpc-proc-check): New function.
3221 (mpc-proc-sync): Use it (bug#8293)
3222
3223 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3224
3225 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
3226 Add compatibility functions (bug#9313).
3227
3228 2011-08-23 Eli Zaretskii <eliz@gnu.org>
3229
3230 * cus-start.el (all): Add entry for bidi-paragraph-direction.
3231
3232 * international/uni-bidi.el: Regenerated.
3233
3234 2011-08-23 Kenichi Handa <handa@m17n.org>
3235
3236 * international/charprop.el:
3237 * international/uni-bidi.el:
3238 * international/uni-category.el:
3239 * international/uni-combining.el:
3240 * international/uni-comment.el:
3241 * international/uni-decimal.el:
3242 * international/uni-decomposition.el:
3243 * international/uni-digit.el:
3244 * international/uni-lowercase.el:
3245 * international/uni-mirrored.el:
3246 * international/uni-name.el:
3247 * international/uni-numeric.el:
3248 * international/uni-old-name.el:
3249 * international/uni-titlecase.el:
3250 * international/uni-uppercase.el: Regenerate.
3251
3252 2011-08-23 Martin Rudalics <rudalics@gmx.at>
3253
3254 * help.el (help-window-setup): Fix message displayed when other
3255 window is reused. (Bug#9341)
3256
3257 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3258
3259 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
3260 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
3261
3262 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
3263 Mark obsolete.
3264 * shell.el (shell-parse-pcomplete-arguments): New function.
3265 (shell-completion-vars): Use it instead (bug#9160).
3266
3267 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3268
3269 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
3270 strings and comments (bug#9333).
3271
3272 * emacs-lisp/debug.el (debug-arglist): New function.
3273 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
3274 (debug-on-entry-1): Handle interpreted closures (bug#9120).
3275
3276 2011-08-22 Juri Linkov <juri@jurta.org>
3277
3278 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3279 Revert regexp that highlights output switches to its old
3280 pre-2010-10-28 value and remove one `?' from it (bug#9319).
3281
3282 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
3283 to check for empty output (bug#9226).
3284
3285 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
3286
3287 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
3288 symbol-constituent as the default, as that stops font-lock from
3289 working properly (Bug#8843).
3290
3291 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3292
3293 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
3294 `coding-system-for-*' around the process open call to avoid
3295 auth-source side effects.
3296 (smtpmail-try-auth-methods): Expand the secret password.
3297 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
3298 probe hangs.
3299
3300 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
3303
3304 * emacs-lisp/find-func.el (find-function-noselect): New arg
3305 lisp-only.
3306
3307 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
3308 signal an error for built-in functions (Bug#6664).
3309
3310 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3311
3312 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
3313 (smtpmail-try-auth-methods): Use it.
3314
3315 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
3316
3317 * font-lock.el (font-lock-fontify-region)
3318 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
3319 (font-lock-default-unfontify-buffer)
3320 (font-lock-default-fontify-region)
3321 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
3322
3323 * progmodes/compile.el (compilation-error-properties):
3324 Fix confusion between file struct and message struct (Bug#9319).
3325 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
3326 `ant' regexp.
3327
3328 * net/browse-url.el (browse-url-firefox): Don't call
3329 browse-url-firefox-sentinel unless using -remote (Bug#9328).
3330
3331 2011-08-20 Glenn Morris <rgm@gnu.org>
3332
3333 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
3334
3335 * tutorial.el (tutorial--default-keys): Update some default bindings.
3336
3337 * files.el (hack-local-variables): Fully ignore case for "mode:".
3338
3339 2011-08-20 Alan Mackenzie <acm@muc.de>
3340
3341 Resolve invalid use of a regexp in regexp-opt.
3342
3343 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
3344 detection for a java annotation.
3345
3346 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
3347 detection for a java annotation.
3348
3349 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
3350 handling for java.
3351 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
3352
3353 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
3354
3355 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
3356 (Bug#9274).
3357
3358 2011-08-20 Alan Mackenzie <acm@muc.de>
3359
3360 Fontify CPP expressions correctly when starting in the middle of
3361 such a construct. Mainly for when jit-lock etc. starts a chunk
3362 here.
3363
3364 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
3365 variable.
3366 (c-make-font-lock-search-form): New function, extracted from
3367 c-make-font-lock-search-function.
3368 (c-make-font-lock-search-function): Use the above function.
3369 (c-make-font-lock-context-search-function): New function.
3370 (c-cpp-matchers): Enhance the preprocessor expression case with
3371 the above function
3372 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
3373 which takes an expression.
3374
3375 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
3376
3377 2011-08-20 Martin Rudalics <rudalics@gmx.at>
3378
3379 * window.el (display-buffer-reuse-window)
3380 (display-buffer-pop-up-window): Don't reuse or split a side
3381 window.
3382
3383 2011-08-19 Glenn Morris <rgm@gnu.org>
3384
3385 * files.el (hack-local-variables-prop-line, hack-local-variables):
3386 Downcase "Mode:". (Bug#9331)
3387
3388 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * international/characters.el: Add L and R categories.
3391
3392 * subr.el (bidi-string-mark-left-to-right): Rename from
3393 string-mark-left-to-right. Use category search.
3394
3395 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
3396
3397 2011-08-18 Juri Linkov <juri@jurta.org>
3398
3399 * faces.el (error, warning, success): New faces with definitions
3400 copied from old default values of `font-lock-warning-face',
3401 `compilation-warning', `compilation-info' (bug#6117).
3402
3403 * font-lock.el (font-lock-warning-face): Inherit from `error'.
3404
3405 * progmodes/compile.el (compilation-error): Inherit from `error'.
3406 (compilation-warning): Inherit from `warning'.
3407 (compilation-info): Inherit from `success'.
3408
3409 * dired.el (dired-marked): Inherit from `warning'.
3410 (dired-flagged): Inherit from `error'.
3411
3412 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3413
3414 * mail/smtpmail.el (auth-source): Require to avoid problems with
3415 binding variables (bug#9298). Also clean up some unused
3416 autoloads.
3417
3418 * net/network-stream.el (network-stream-open-starttls):
3419 Support using starttls.el without using gnutls-cli.
3420
3421 2011-08-17 Juri Linkov <juri@jurta.org>
3422
3423 * progmodes/grep.el (rgrep): Handle the case when
3424 `grep-find-command' is a cons cell (bug#9278).
3425
3426 2011-08-17 Martin Rudalics <rudalics@gmx.at>
3427
3428 * window.el (display-buffer-pop-up-frame): Run frame creation
3429 function with BUFFER current (as special-display-popup-frame
3430 does). Reported by Drew Adams.
3431
3432 2011-08-17 Daiki Ueno <ueno@unixuser.org>
3433
3434 * epa-mail.el: Simplify GnuPG group expansion using
3435 epg-expand-group.
3436 (epa-mail-group-alist, epa-mail-group-modtime)
3437 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
3438 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
3439 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
3440 Remove.
3441
3442 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
3443
3444 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
3445
3446 2011-08-16 Alan Mackenzie <acm@muc.de>
3447
3448 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
3449 Correct, to avoid the inside of macros.
3450
3451 2011-08-16 Richard Stallman <rms@gnu.org>
3452
3453 * epa-mail.el: Handle GnuPG group definitions.
3454 (epa-mail-group-alist, epa-mail-group-modtime)
3455 (epa-mail-gnupg-conf-file): New variables.
3456 (epa-mail-parse-groups, epa-mail-sync-groups)
3457 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
3458 (epa-mail-expand-recipients): New functions.
3459 (epa-mail-encrypt): Call epa-mail-expand-recipients.
3460
3461 * mail/rmail.el (rmail-epa-decrypt): New command.
3462
3463 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
3464 Don't bind buffer-read-only, just inhibit-read-only.
3465 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
3466 (epa-decrypt-armor-in-region): Make error message clearer.
3467
3468 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
3469
3470 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
3471 and "a2b" to "ab" for `prefix'.
3472
3473 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
3474
3475 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
3476 filter groups.
3477 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
3478 Fourquet (Bug#8804).
3479
3480 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
3481
3482 * startup.el (argi): Declare as global variable (bug#9275).
3483
3484 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
3485
3486 * subr.el (string-mark-left-to-right): Search the entire string
3487 for RTL script, not just the terminating character. Doc fix.
3488
3489 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
3490
3491 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
3492 New function.
3493 (js--regexp-literal, js-syntax-propertize-function): Remove.
3494 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
3495 (js-mode-map): Don't rebind electric keys.
3496 (js-insert-and-indent): Remove.
3497 (js-mode): Setup electric-layout and electric-indent instead.
3498
3499 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
3500
3501 2011-08-12 Daiki Ueno <ueno@unixuser.org>
3502
3503 * epa.el (epa-progress-callback-function): Fix the logic of
3504 displaying progress.
3505 * epa-file.el (epa-file-insert-file-contents): Make progress
3506 display more user-friendly.
3507 (epa-file-write-region): Ditto.
3508
3509 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
3510
3511 * subr.el (string-mark-left-to-right): New function.
3512
3513 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
3514 Use string-mark-left-to-right.
3515 (list-buffers-noselect): Caller changed.
3516
3517 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
3518 Use string-mark-left-to-right.
3519 (tabulated-list-print): Recenter after moving point.
3520
3521 2011-08-10 Juri Linkov <juri@jurta.org>
3522
3523 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
3524 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
3525 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
3526
3527 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
3528
3529 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
3530 (Bug#7554).
3531
3532 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
3533
3534 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
3535 character. (Bug#6594)
3536
3537 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
3538
3539 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
3540 (image-dired--with-db-file): New macro.
3541 (image-dired-write-tags, image-dired-remove-tag)
3542 (image-dired-create-gallery-lists, image-dired-write-comments)
3543 (image-dired-get-comment, image-dired-mark-tagged-files)
3544 (image-dired-list-tags, image-dired-gallery-generate): Use it.
3545 (image-dired-gallery-generate): Use insert-file-contents.
3546
3547 * time.el (display-time-world-list, display-time-world-display):
3548 * time-stamp.el (time-stamp-string):
3549 * vc/add-log.el (add-change-log-entry): Use setenv instead of
3550 set-time-zone-rule (Bug#7337).
3551
3552 2011-08-08 Daiki Ueno <ueno@unixuser.org>
3553
3554 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
3555 (epg-error-to-string, epg-errors-to-string): New function.
3556 (epg-wait-for-completion): Reverse errors list.
3557 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
3558 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
3559 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
3560 (epg-sign-keys, epg-generate-key-from-file)
3561 (epg-generate-key-from-string): Format errors by using
3562 epg-errors-to-string (bug#9255).
3563 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
3564
3565 2011-08-07 Juri Linkov <juri@jurta.org>
3566
3567 * faces.el (list-faces-display): Remove extra angle bracket
3568 from `help-mode-map'.
3569
3570 * info.el (Info-history-toc-nodes): Doc fix.
3571
3572 * longlines.el (longlines-mode): Doc fix.
3573
3574 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3575
3576 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
3577 of statements and in a few more cases (bug#9183).
3578
3579 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
3580 New functions.
3581 (cl-transform-lambda): Use them (bug#9239).
3582
3583 2011-08-05 Martin Rudalics <rudalics@gmx.at>
3584
3585 * window.el (display-buffer-same-window)
3586 (display-buffer-same-frame, display-buffer-other-window)
3587 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
3588 (pop-to-buffer-other-window)
3589 (pop-to-buffer-same-frame-other-window)
3590 (pop-to-buffer-other-frame): Make them defuns.
3591 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
3592
3593 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3594
3595 * subr.el (make-composed-keymap): Move from C. Change calling
3596 convention, and improve docstring to bring attention to a subtle point.
3597 * minibuffer.el (completing-read-default): Adjust accordingly.
3598
3599 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
3600
3601 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3602 (tramp-open-shell): Use `tramp-shell-quote-argument'.
3603
3604 * net/trampver.el: Update release number.
3605
3606 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3607
3608 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
3609 "in" (bug#9190).
3610
3611 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3612
3613 * mail/sendmail.el (sendmail-query-once): Restore the current
3614 buffer after querying (bug#9074).
3615
3616 * dired.el (dired-flagged): Use different faces for marked and
3617 flagged files (bug#6117).
3618
3619 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
3620 (bug#4433).
3621
3622 * ido.el (ido-mode): Switch off the message if called
3623 non-interactively.
3624
3625 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
3626 before 587, since it appears that that's more likely to work for
3627 more people.
3628
3629 * cus-edit.el (custom-file): When running under emacs -q, always
3630 refuse to save the customizations, even if the .emacs file doesn't
3631 exist.
3632
3633 * info.el: Remove the `Info-beginning-of-buffer' function
3634 (bug#8325).
3635
3636 * net/network-stream.el (network-stream-open-starttls):
3637 Use `starttls-available-p' to see whether starttls.el can be used.
3638
3639 2011-08-01 Martin Rudalics <rudalics@gmx.at>
3640
3641 * window.el (display-buffer-in-window): Don't set dedicated status
3642 of window here (Bug#9215).
3643 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
3644 (display-buffer-pop-up-side-window)
3645 (display-buffer-in-side-window): Set dedicated status of window here.
3646
3647 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
3650 before binding generated-autoload-file.
3651
3652 2011-08-01 Deniz Dogan <deniz@dogan.se>
3653
3654 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
3655
3656 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
3657
3658 Sync with Tramp 2.2.2.
3659
3660 * net/trampver.el: Update release number.
3661
3662 2011-07-30 Juri Linkov <juri@jurta.org>
3663
3664 * dired-aux.el (dired-touch-initial): Remove function.
3665 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
3666 current time, and `default' to the last modification time of the
3667 current marked file (bug#6887).
3668
3669 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
3670
3671 * simple.el (goto-line): Use string-to-number to provide a
3672 numeric argument to read-number (bug#9163).
3673
3674 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
3675
3676 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
3677 connection process, it could be nil.
3678
3679 2011-07-27 Leo Liu <sdl.web@gmail.com>
3680
3681 Simplify url handling in rcirc-mode.
3682
3683 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
3684 (rcirc-browse-url-at-mouse): Remove.
3685 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
3686
3687 2011-07-26 Alan Mackenzie <acm@muc.de>
3688
3689 Fontify bitfield declarations properly.
3690
3691 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
3692 (c-symbol-chars): Now exported as a lang variable.
3693 (c-not-primitive-type-keywords): New lang variable.
3694
3695 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
3696 QT keyword "more" to prevent "more slots: ...." being spuriously
3697 parsed as a bitfield declaration.
3698
3699 * progmodes/cc-engine.el (c-beginning-of-statement-1):
3700 Refactor and enhance to handle bitfield declarations.
3701 (c-punctuation-in): New function.
3702 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
3703 declarations properly.
3704
3705 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
3706
3707 * calendar/icalendar.el (icalendar--all-events): Take care of
3708 multiple vcalendars in a single file.
3709 (icalendar--convert-float-to-ical): Checkdoc fixes.
3710
3711 2011-07-25 Deniz Dogan <deniz@dogan.se>
3712
3713 * image.el (insert-image): Clarifying docstring.
3714
3715 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
3716
3717 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
3718 `tramp-send-command-and-check' if there is no error.
3719 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
3720
3721 2011-07-22 Alan Mackenzie <acm@muc.de>
3722
3723 Prevent cc-langs.elc being loaded at run time.
3724
3725 * progmodes/cc-mode.el: Remove two autoload forms which loaded
3726 cc-langs.
3727
3728 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
3729 "(require 'cc-langs)". Quote a form so it will evaluate at
3730 (cc-mode's) compilation time.
3731
3732 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
3733
3734 * net/tramp.el (tramp-file-name-handler): Avoid recursive
3735 loading. (Bug#9114)
3736
3737 2011-07-21 Martin Rudalics <rudalics@gmx.at>
3738
3739 * window.el (display-buffer-pop-up-window)
3740 (display-buffer-pop-up-side-window)
3741 (display-buffer-in-side-window): Call display-buffer-set-height
3742 and display-buffer-set-width after setting the new window's
3743 buffer so `fit-window-to-buffer' and friends work on the right buffer.
3744
3745 2011-07-20 Sam Steingold <sds@gnu.org>
3746
3747 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
3748 (etags-tags-included-tables): Call `convert-standard-filename' on
3749 the file names contained in TAGS so that windows Emacs can handle
3750 TAGS files created by cygwin ctags.
3751
3752 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3753
3754 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
3755 which apparently didn't work.
3756
3757 2011-07-19 Roland Winkler <winkler@gnu.org>
3758
3759 * proced.el (proced-send-signal): For *Marked Processes* buffer
3760 put point at beginning of buffer.
3761
3762 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
3763
3764 * proced.el (proced-format): Make header lines align with the text
3765 (bug#1779).
3766
3767 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3768
3769 * view.el (view-buffer): Allow running in `special' modes if we're
3770 visiting a file (bug#8615).
3771
3772 2011-07-19 Martin Rudalics <rudalics@gmx.at>
3773
3774 * window.el (display-buffer-alist-of-strings-p)
3775 (display-buffer-alist-set-1, display-buffer-alist-set-2):
3776 New functions.
3777 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
3778 more accurately.
3779
3780 2011-07-18 Alan Mackenzie <acm@muc.de>
3781
3782 Fontify declarators properly when, e.g., a jit-lock chunk begins
3783 inside a declaration.
3784
3785 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
3786
3787 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
3788 New function.
3789 (c-complex-decl-matchers): Insert reference to
3790 c-font-lock-enclosing-decls.
3791
3792 * progmodes/cc-engine.el (c-backward-single-comment):
3793 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
3794 to nil around calls to (forward-comment -1).
3795
3796 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3797
3798 * image.el (put-image): Doc typo fix.
3799
3800 * progmodes/etags.el (tags-search): Doc typo fix.
3801
3802 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
3803 password if we get errors 550 to 554.
3804
3805 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3806
3807 * net/gnutls.el (gnutls-log-level): Remove.
3808
3809 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
3810 indentation character (bug#6380).
3811
3812 * files.el (buffer-offer-save): Made permanently local (bug#6241).
3813
3814 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
3815 to clarify what the problem is (bug#4291).
3816
3817 * simple.el (current-kill): Clarify what
3818 `interprogram-paste-function' does (bug#7500).
3819 (auto-fill-mode): Document `auto-fill-function' in relation to
3820 `auto-fill-mode' (bug#2470).
3821
3822 2011-07-16 Lawrence Mitchell <wence@gmx.li>
3823
3824 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
3825 method if slot is read-only (bug#9035).
3826
3827 2011-07-16 Martin Rudalics <rudalics@gmx.at>
3828
3829 * frame.el (select-frame-set-input-focus): New argument NORECORD.
3830 * window.el (pop-to-buffer): Select window used even if it was
3831 selected before, see discussion of (Bug#8615), (Bug#6954).
3832 Pass argument NORECORD on to select-frame-set-input-focus.
3833
3834 2011-07-15 Glenn Morris <rgm@gnu.org>
3835
3836 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
3837 Respect help-form.
3838
3839 2011-07-09 Lawrence Mitchell <wence@gmx.li>
3840
3841 * net/gnutls.el (gnutls-min-prime-bits): New variable.
3842 (gnutls-negotiate): Use it.
3843
3844 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3845
3846 * net/gnutls.el (gnutls-negotiate):
3847 Upcase `gnutls-algorithm-priority'.
3848
3849 2011-07-15 Glenn Morris <rgm@gnu.org>
3850
3851 * jka-compr.el (jka-compr-verbose): Move from here...
3852 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
3853 Add missing :version tag.
3854 * info.el: No need to require jka-compr when compiling.
3855
3856 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3857
3858 * net/gnutls.el (gnutls-algorithm-priority): New variable.
3859 (gnutls-negotiate): Use it.
3860
3861 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
3862
3863 * info.el (Info-beginning-of-buffer): New command.
3864 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
3865 announcing `b' as the key (bug#8325).
3866 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
3867
3868 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
3869
3870 * international/mule-cmds.el
3871 (describe-specified-language-support): Make the error message
3872 clearer (bug#8905).
3873
3874 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
3875
3876 * isearch.el (isearch-barrier): Add a doc string, since it's
3877 mentioned in a function doc string (bug#8678).
3878
3879 2011-07-15 Martin Rudalics <rudalics@gmx.at>
3880
3881 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
3882 buffer argument (Bug#9083) and self-identifying label argument.
3883
3884 2011-07-15 Glenn Morris <rgm@gnu.org>
3885
3886 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
3887
3888 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3889
3890 * man.el (Man-fontify-manpage): Fix message when formatting the
3891 man page (bug#7929).
3892
3893 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3894
3895 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
3896 argument LRM; if non-nil, append an invisible LRM character to the
3897 buffer name.
3898 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
3899 last argument non-nil, when formatting buffer names.
3900 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
3901 paragraph direction.
3902
3903 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
3904
3905 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
3906 the man page name (bug#7929).
3907
3908 * image.el (put-image): Mention the `put-image' overlay property
3909 (bug#7834).
3910
3911 * scroll-bar.el (set-scroll-bar-mode): Mention that
3912 `scroll-bar-mode' lists the values (bug#7772).
3913
3914 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
3915 command (bug#7729).
3916
3917 * rect.el (apply-on-rectangle): Return the point after the last
3918 operation.
3919 (string-rectangle): Go to the point after the last operation
3920 (bug#7522).
3921
3922 * printing.el (pr-toggle-region): Clarify the documentation
3923 slightly (bug#7493).
3924
3925 * time.el (display-time-update):
3926 Allow `display-time-mail-function' to return nil (bug#7158).
3927 Fix suggested by Detlev Zundel.
3928
3929 * vc/diff.el (diff): Clarify the order the file names are read
3930 (bug#7111).
3931
3932 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
3933 the doc string (bug#7015).
3934
3935 * font-lock.el (font-lock-maximum-decoration): Mention what
3936 numeric levels mean (bug#6935).
3937
3938 * startup.el (initial-buffer-choice): Don't mention the `none'
3939 selection, which is against policy.
3940
3941 2011-07-14 Martin Rudalics <rudalics@gmx.at>
3942
3943 * window.el (display-buffer-normalize-special):
3944 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
3945
3946 2011-07-14 Eli Zaretskii <eliz@gnu.org>
3947
3948 * subr.el (version<, version<=, version=): Mention "-CVS" and
3949 "-12345" alpha version numbers.
3950
3951 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
3952
3953 * bindings.el: Add advertised binding for set-mark-command
3954 (Bug#5772).
3955
3956 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
3957
3958 * bindings.el (mode-line-other-buffer):
3959 * bookmark.el (bookmark-bmenu-2-window):
3960 * bs.el (bs-cycle-next, bs-cycle-previous):
3961 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
3962 switch-to-buffer.
3963
3964 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
3965 Delete.
3966
3967 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
3968
3969 * follow.el (follow-debug-message, follow-redisplay):
3970 * jka-cmpr-hook.el (with-auto-compression-mode):
3971 Fix typos in docstrings.
3972
3973 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3974
3975 * subr.el (with-silent-modifications): Clarify somewhat what the
3976 macro inhibits (bug#6525).
3977
3978 * simple.el (eval-expression): Note what it does if called
3979 interactively (bug#6495).
3980
3981 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
3982
3983 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
3984 Use pop-to-buffer buffer-or-name if it is nil.
3985
3986 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3987 Remove switch-to-buffer.
3988
3989 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3990
3991 * files.el (make-directory): Clarify that an error will be raised
3992 if there's an error (bug#6397).
3993
3994 * startup.el (initial-buffer-choice): Add `none' as a choice
3995 (bug#6234).
3996
3997 * subr.el (add-hook): Clarify section about buffer-local hooks
3998 (bug#6218).
3999
4000 * dired.el (dired-flagged): Clarify doc string (bug#6117).
4001
4002 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
4003
4004 * tabify.el (untabify): Preserve the current column so that point
4005 doesn't move (bug#6032).
4006
4007 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4008
4009 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
4010 Rewrite to avoid awkward possessive "s" (bug#5986).
4011
4012 2011-07-13 Glenn Morris <rgm@gnu.org>
4013
4014 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
4015 (dired-insert-directory): Give a message the first time
4016 if ls is found not to support --dired.
4017
4018 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4019
4020 * simple.el (toggle-truncate-lines): Clarify what is toggled
4021 (bug#5580). Text by Drew Adams.
4022
4023 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
4024
4025 * simple.el (blink-matching-open): Make the error message from the
4026 last change less verbose.
4027
4028 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
4029
4030 * font-lock.el (font-lock-comment-face): Use the high contrast
4031 "yellow" color for font-lock-comment-face on low color terminals
4032 using a dark background color (bug#4221).
4033
4034 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4035
4036 * dired.el (dired-insert-set-properties): Make the doc string
4037 reflect what it does now (bug#5325).
4038
4039 * simple.el (blink-matching-open): Say that we were unable to find
4040 the match within the limit, if we're limited (bug#5122).
4041
4042 * international/mule-cmds.el (prefer-coding-system): Add an
4043 example (bug#4869).
4044
4045 * progmodes/etags.el (tags-search): Document `file-list-form'
4046 (bug#4731).
4047
4048 2011-07-13 Lawrence Mitchell <wence@gmx.li>
4049
4050 * net/browse-url.el (browse-url-default-browser)
4051 (browse-url-browser-function): Make the default browser choice a
4052 bit more logical (bug#4300). Also clean up the doc string.
4053
4054 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
4055
4056 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
4057 binary endings (bug#4440).
4058
4059 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4060
4061 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
4062 which can be pretty annoying (bug#8971).
4063
4064 * jka-compr.el (jka-compr-verbose): New variable, and use
4065 throughout (bug#8971).
4066
4067 * info.el (Info-find-file): Fall back on the installation
4068 directory if we can't find the info node anywhere else.
4069
4070 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
4071
4072 * vc/vc.el (vc-revert-file):
4073 Don't set file time-stamp in the past. (Bug#5181)
4074
4075 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4076
4077 * files.el (after-find-file): Give a better error message when
4078 trying to find a symlink that points to a file that doesn't exist
4079 (bug#4398).
4080
4081 * progmodes/cc-vars.el: Remove (probably) misleading comment
4082 (bug#4396).
4083
4084 2011-07-12 Johan Bockgård <bojohan@gnu.org>
4085
4086 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
4087
4088 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4089
4090 * mouse-sel.el: Hack restoring functionality, while keeping
4091 compatibility with 2010-07-03 changes to mouse selection.
4092 (mouse-sel-primary-overlay): New var.
4093 (mouse-sel-selection-alist): Use it.
4094 (mouse-sel-mode): Doc fix; remove points that are default features
4095 of mouse.el.
4096
4097 2011-07-12 Johan Bockgård <bojohan@gnu.org>
4098
4099 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4100 Fix previous fix (bug#2490).
4101
4102 2011-07-12 Roland Winkler <winkler@gnu.org>
4103
4104 * textmodes/bibtex.el (bibtex-initialize):
4105 Use pop-to-buffer-same-window.
4106 (bibtex-search-entries): Fix interactive call.
4107
4108 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4109
4110 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4111 Fontise bytecomp Error lines more correctly (bug#2490).
4112 Fix suggested by Johan Bockgård.
4113
4114 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
4115
4116 * dired-x.el (dired-guess-default): Use `delete-dups'.
4117
4118 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
4119
4120 * dired.el (dired-mark-prompt):
4121 * dired-aux.el (dired-read-shell-command): Doc fix.
4122
4123 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4124
4125 * mail/sendmail.el (sendmail-query-once):
4126 Use `customize-save-variable' unconditionally, now that it works under
4127 emacs -Q.
4128
4129 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4130
4131 * cus-edit.el (custom-file): Take an optional no-error variable.
4132 (customize-save-variable): Set the variable, and give a warning if
4133 running under "emacs -q".
4134
4135 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
4136
4137 * loadhist.el (unload-feature-special-hooks):
4138 Add `auto-coding-functions', `fill-nobreak-predicate' and
4139 `find-directory-functions' (bug#5327).
4140
4141 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4142
4143 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
4144
4145 * cus-edit.el (custom-guess-name-alist): -alist variables should
4146 use the `alist' type (bug#3120). Suggested by Drew Adams.
4147
4148 * printing.el: Add documentation to all the `pr-toggle-' commands.
4149
4150 2011-07-11 Leo <sdl.web@gmail.com> (tiny change)
4151
4152 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4153 backends where it makes sense (bug#2623).
4154
4155 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4156
4157 * dired-x.el (dired-guess-default): Remove duplicate shell command
4158 entries (bug#2028).
4159 (dired-guess-default): Fix grammar in doc string (bug#2028).
4160 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
4161
4162 * subr.el (remove-duplicates): New conveniency function.
4163
4164 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4165
4166 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
4167 (bug#1526).
4168
4169 2011-07-10 Martin Rudalics <rudalics@gmx.at>
4170
4171 * window.el (display-buffer-normalize-default): Don't invert
4172 meaning of even-window-heights. Reported by Eli Zaretskii
4173 <eliz@gnu.org>.
4174
4175 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
4176
4177 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
4178
4179 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
4180
4181 * window.el (display-buffer): Fix arguments to
4182 display-buffer-reuse-window in last change.
4183
4184 * faces.el (link): Use a less saturated blue on light backgrounds.
4185
4186 * startup.el (fancy-startup-text, fancy-about-text)
4187 (fancy-startup-tail): Use font-lock faces, for background safety.
4188
4189 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
4190
4191 * emulation/viper-cmd.el (viper-change-state-to-vi):
4192 Limit triggering of abbrev expansion (Bug#9038).
4193
4194 2011-07-09 Martin Rudalics <rudalics@gmx.at>
4195
4196 * window.el (display-buffer-default-specifiers): Remove.
4197 (display-buffer-macro-specifiers): Remove default specifiers.
4198 (display-buffer-alist): Default to nil.
4199 (display-buffer-reuse-window): New optional argument other-window.
4200 (display-buffer-pop-up-window): Allow splitting internal
4201 windows. Check whether a live window was created.
4202 (display-buffer-other-window-means-other-frame)
4203 (display-buffer-normalize-arguments): Rename to
4204 display-buffer-normalize-argument and rewrite. Set the
4205 other-window specifier.
4206 (display-buffer-normalize-special): New function.
4207 (display-buffer-normalize-options): Rename to
4208 display-buffer-normalize-default and rewrite.
4209 (display-buffer-normalize-options-inhibit): Remove.
4210 (display-buffer-normalize-specifiers): Rewrite.
4211 (display-buffer): Process other-window specifier and call
4212 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
4213 more faithfully.
4214 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4215 (display-buffer-alist-set): Don't handle 'unset default values.
4216 (display-buffer-in-window, display-buffer-alist-set):
4217 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4218 <tassilo@member.fsf.org>.
4219
4220 2011-07-09 Leo Liu <sdl.web@gmail.com>
4221
4222 * register.el (insert-register): Restore accidental change on
4223 2011-06-26. (Bug#9028)
4224
4225 2011-07-09 Glenn Morris <rgm@gnu.org>
4226
4227 * subr.el (remq): Handle the empty list. (Bug#9024)
4228
4229 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
4230
4231 * mail/sendmail.el (send-mail-function): No longer delay custom
4232 initialization.
4233 * custom.el (custom-initialize-delay): Doc fix.
4234
4235 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
4238
4239 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
4240
4241 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
4242 human-friendly prompt.
4243
4244 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4245
4246 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
4247 provided by a particular plugin.
4248
4249 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4250
4251 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
4252 save customizations (with "emacs -Q"), just set the variable
4253 instead of erroring out.
4254
4255 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
4256
4257 2011-07-08 Juri Linkov <juri@jurta.org>
4258
4259 * arc-mode.el (archive-zip-expunge, archive-zip-update)
4260 (archive-zip-update-case): Use 7z if found by `executable-find'.
4261 The order of searching the available programs is the same as in
4262 `archive-zip-extract' (bug#8968).
4263
4264 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
4265
4266 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
4267 (menu-bar-options-menu): Tweak descriptions.
4268
4269 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4270
4271 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
4272 menu items into verb phrases (bug#1421). Also refill to fit under
4273 80 columns.
4274
4275 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
4276
4277 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
4278 (Info-read-node-name): Doc fix (Bug#1084).
4279
4280 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
4281 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
4282 (end-of-sexp, beginning-of-sexp)
4283 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
4284 (forward-symbol, forward-same-syntax, word-at-point)
4285 (sentence-at-point): Doc fix (Bug#1144).
4286
4287 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4288
4289 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
4290 should cover it (bug#1281).
4291
4292 * cus-edit.el (custom-show): Mark as obsolete.
4293
4294 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
4295 negotiation fails, then possibly try again with a non-encrypted
4296 connection (bug#9017).
4297
4298 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
4299 be used.
4300
4301 2011-07-07 Richard Stallman <rms@gnu.org>
4302
4303 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
4304 property, and handle its changed format.
4305 Look for the correct line number.
4306 Use file's line contents (but not past first =) to find
4307 correct line in message.
4308
4309 2011-07-07 Kenichi Handa <handa@m17n.org>
4310
4311 * international/characters.el (build-unicode-category-table):
4312 Delete it.
4313 (unicode-category-table): Set it by unicode-property-table-internal.
4314
4315 * international/mule-cmds.el (char-code-property-alist): Move to
4316 to src/chartab.c.
4317 (get-char-code-property): Call unicode-property-table-internal to
4318 load a file. Call get-unicode-property-internal where necessary.
4319 (put-char-code-property): Call unicode-property-table-internal to
4320 load a file. Call put-unicode-property-internal where necessary.
4321 put-unicode-property-internal where necessary.
4322 (char-code-property-description):
4323 Call unicode-property-table-internal to load a file.
4324
4325 * international/charprop.el:
4326 * international/uni-bidi.el:
4327 * international/uni-category.el:
4328 * international/uni-combining.el:
4329 * international/uni-comment.el:
4330 * international/uni-decimal.el:
4331 * international/uni-decomposition.el:
4332 * international/uni-digit.el:
4333 * international/uni-lowercase.el:
4334 * international/uni-mirrored.el:
4335 * international/uni-name.el:
4336 * international/uni-numeric.el:
4337 * international/uni-old-name.el:
4338 * international/uni-titlecase.el:
4339 * international/uni-uppercase.el: Regenerate.
4340
4341 * loadup.el: Load international/charprop.el before
4342 international/characters.
4343
4344 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
4345
4346 * window.el (next-buffer, previous-buffer): Signal an error if
4347 called from a minibuffer window.
4348
4349 * bindings.el: Revert 2011-07-04 change.
4350
4351 2011-07-06 Richard Stallman <rms@gnu.org>
4352
4353 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
4354 (rmail-mime-insert-bulk, rmail-mime-insert-text):
4355 Treat markers like ints.
4356 (rmail-mime-entity): Doc fix.
4357
4358 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4359
4360 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
4361 defcustom again for backwards compatibility.
4362
4363 * simple.el (shell-command-on-region): Fill.
4364
4365 * dired-aux.el (dired-kill-line): Add a doc string.
4366
4367 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
4368 to "\\sw\\|\\s_" (bug#358).
4369
4370 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
4371 (dired-unmark-backward): Ditto.
4372 (dired-flag-backup-files): Ditto.
4373
4374 * dired-x.el (dired-mark-sexp): Ditto.
4375
4376 2011-07-06 Richard Stallman <rms@gnu.org>
4377
4378 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
4379 (rmail-mime-entity): New arg TRUNCATED.
4380 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
4381 New functions.
4382 (rmail-mime-save): Warn if entity is truncated.
4383 (rmail-mime-toggle-hidden): Likewise, for showing.
4384 (rmail-mime-process-multipart): Record when an entity is truncated.
4385
4386 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
4387 if ENTITY is a string.
4388
4389 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
4390
4391 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
4392 of faces when `M-C-x'-ing their definitions (bug#8378).
4393 Also clean up the code slightly.
4394
4395 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
4396 because that makes the colors go away.
4397
4398 * mail/sendmail.el (send-mail-function): Change the default to
4399 `sendmail-query-once'.
4400 (sendmail-query-once): Add an autoload cookie.
4401
4402 * net/network-stream.el (network-stream-open-starttls): Try using
4403 a plain connection even if the server offered STARTTLS, and we
4404 kinda wanted to use it, if Emacs doesn't have any STARTTLS
4405 capability. This should make smtpmail.el work in slightly more
4406 configurations.
4407
4408 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
4409
4410 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
4411 New defun.
4412 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
4413
4414 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
4415
4416 * progmodes/sql.el: Version 3.0
4417 (sql-product-alist): Add product :completion-object,
4418 :completion-column, and :statement attributes.
4419 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
4420 (sql-mode-syntax-table): Mark all punctuation.
4421 (sql-font-lock-keywords-builder): Temporarily remove fallback on
4422 ansi keywords.
4423 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
4424 (sql-mode-oracle-font-lock-keywords): Improve.
4425 (sql-oracle-show-reserved-words): New function for development.
4426 (sql-product-font-lock): Simplify for source code buffers.
4427 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
4428 New functions.
4429 (sql-highlight-product): Set product specific syntax table.
4430 (sql-mode-map): Add statement movement functions.
4431 (sql-ansi-statement-starters, sql-oracle-statement-starters):
4432 New variable.
4433 (sql-statement-regexp, sql-beginning-of-statement)
4434 (sql-end-of-statement, sql-signum): New functions.
4435 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
4436 (sql-show-sqli-buffer): Bug fix.
4437 (sql-interactive-mode): Store connection data as buffer local.
4438 (sql-connect): Add NEW-NAME parameter. Redesign interaction
4439 with sql-interactive-mode.
4440 (sql-save-connection): Save buffer local settings.
4441 (sql-connection-menu-filter): Change menu entry name.
4442 (sql-product-interactive): Bug fix.
4443 (sql-preoutput-hold): New variable.
4444 (sql-interactive-remove-continuation-prompt): Bug fixes.
4445 (sql-debug-redirect): New variable.
4446 (sql-str-literal): New function.
4447 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
4448 Redesign.
4449 (sql-oracle-save-settings, sql-oracle-restore-settings)
4450 (sql-oracle-list-all, sql-oracle-list-table): New functions.
4451 (sql-completion-object, sql-completion-column)
4452 (sql-completion-sqlbuf): New variables.
4453 (sql-build-completions-1, sql-build-completions)
4454 (sql-try-completion): New functions.
4455 (sql-read-table-name): Use them.
4456 (sql-contains-names): New buffer local variable.
4457 (sql-list-all, sql-list-table): Use it.
4458 (sql-oracle-completion-types): New variable.
4459 (sql-oracle-completion-object, sql-sqlite-completion-object)
4460 (sql-postgres-completion-object): New functions.
4461
4462 2011-07-06 Glenn Morris <rgm@gnu.org>
4463
4464 * window.el (pop-to-buffer): Doc fix.
4465
4466 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
4467
4468 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
4469
4470 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
4471
4472 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4473
4474 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
4475
4476 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
4477
4478 * button.el (button): Inherit from link face. Suggested by Dan
4479 Nicolaescu.
4480
4481 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * progmodes/gdb-mi.el: Fit in 80 columns.
4484 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
4485 switch-to-buffer.
4486
4487 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
4488 if imenu is simply not configured (bug#8941).
4489
4490 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
4491
4492 * allout.el (allout-post-undo-hook): New allout outline-change
4493 event hook to signal undo activity.
4494 (allout-post-command-business): Run allout-post-undo-hook if an
4495 undo just occurred.
4496 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
4497 * allout-widgets.el (allout-widgets-after-undo-function):
4498 Ensure the integrity of the current item's decoration after it has been
4499 in the vicinity of an undo.
4500 (allout-widgets-mode): Include allout-widgets-after-undo-function
4501 on the new allout-post-undo-hook.
4502
4503 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4504
4505 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
4506 Let define-derived-mode define it.
4507 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
4508 cycles of abbrev-table inheritance (bug#8998).
4509
4510 2011-07-05 Roland Winkler <winkler@gnu.org>
4511
4512 * textmodes/bibtex.el: Add support for biblatex.
4513 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
4514 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
4515 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
4516 (bibtex-entry-alist, bibtex-field-alist): New variables.
4517 (bibtex-entry-field-alist): Obsolete alias for
4518 bibtex-BibTeX-entry-alist.
4519 (bibtex-entry-alist, bibtex-field-alist): New widgets.
4520 (bibtex-set-dialect): New command.
4521 (bibtex-entry-type, bibtex-entry-head)
4522 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
4523 Bind via bibtex-set-dialect.
4524 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
4525 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
4526 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
4527 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
4528 Define via bibtex-set-dialect.
4529 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
4530 Obey bibtex-no-opt-remove-re.
4531 (bibtex-vec-push, bibtex-vec-incr): New functions.
4532 (bibtex-format-entry, bibtex-field-list)
4533 (bibtex-print-help-message, bibtex-validate)
4534 (bibtex-search-entries): Use new format of bibtex-entry-alist.
4535
4536 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 * progmodes/compile.el (compilation-goto-locus):
4539 * net/tramp-cmds.el (tramp-append-tramp-buffers):
4540 * bs.el (bs-cycle-next, bs-cycle-previous):
4541 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
4542 * bindings.el (mode-line-other-buffer):
4543 * autoinsert.el (auto-insert):
4544 * arc-mode.el (archive-extract):
4545 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
4546
4547 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4548
4549 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
4550 Fix check of `emacs-lock-unlockable-modes'.
4551 Coerce true values of `emacs-lock--try-unlocking' to t.
4552
4553 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4554
4555 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
4556 * emacs-lock.el: New file.
4557
4558 2011-07-05 Julien Danjou <julien@danjou.info>
4559
4560 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
4561 than `boundp' to check if face is set.
4562
4563 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
4564
4565 * register.el (registerv-make):
4566 * window.el (window-min-height): Fix typos in docstrings.
4567
4568 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
4569
4570 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
4571 Update doc string.
4572
4573 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
4574
4575 * server.el (server-execute): Catch quit and call
4576 `server-return-error' to pass the error back to emacsclient and
4577 close the connection (bug#8942).
4578
4579 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
4580
4581 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
4582 insecure exception for current topic. Also note that auto-saves
4583 are handled differently.
4584
4585 (allout-auto-save-temporarily-disabled), (allout-just-did-undo):
4586 State variables for tracking auto-save inhibition situation.
4587
4588 (allout-write-contents-hook-handler): Rename from
4589 'allout-write-file-hook-handler', and describe how it depends on
4590 write-contents-functions sensitivity to non-nil value to prevent
4591 file write.
4592
4593 (allout-auto-save-hook-handler): Remove. auto-save does not check
4594 this in individual buffers, only in the starting buffer, so this
4595 is not the right way for us to inhibit auto-save in a buffer
4596 according to its condition.
4597
4598 (allout-mode): Use new allout-write-contents-hook-handler, and
4599 only with write-contents-functions. Remove auto-save provisions -
4600 they're implemented elsewhere.
4601
4602 (allout-before-change-handler): If undo is in progress, note that
4603 for attention of allout-post-command-business.
4604
4605 (allout-post-command-business): If the command we're following was
4606 an undo, check for change in the status of encrypted items and
4607 adjust auto-save inhibitions accordingly.
4608
4609 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
4610 according to whether there are or aren't any plain-text topics
4611 pending encryption.
4612
4613 (allout-inhibit-auto-save-info-for-decryption):
4614 Adjust buffer-saved-size and some allout state to inhibit auto-saves if
4615 there are plain-text topics pending encryption.
4616
4617 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
4618 buffer-saved-size and some allout state to not inhibit auto-saves
4619 if there are no longer any plain-text topics pending encryption.
4620
4621 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
4622 No longer provide for exemption of the current topic.
4623
4624 2011-07-04 Juri Linkov <juri@jurta.org>
4625
4626 Add 7z operations to delete and save changed members (bug#8968).
4627 * arc-mode.el (archive-7z-expunge, archive-7z-update):
4628 New defcustoms.
4629 (archive-7z-write-file-member): New function.
4630 (archive-7z-summarize): Fix the number of dashes in the
4631 listing output.
4632
4633 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4634
4635 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
4636 (bug#8958).
4637
4638 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
4639
4640 * bindings.el: Ignore next-buffer and previous-buffer in
4641 minibuffer-local-map.
4642
4643 * font-lock.el (font-lock-builtin-face): Change light background
4644 color to dark slate blue (Bug#6693).
4645
4646 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
4647
4648 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
4649
4650 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
4651
4652 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
4653 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4654 Add switch-to-buffer.
4655
4656 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4657
4658 * isearch.el (isearch-search-fun-function): Clarify further the
4659 meaning of the function returned.
4660
4661 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
4662
4663 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
4664
4665 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
4666 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
4667 Use it.
4668 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
4669 `tramp-default-remote-path' does not exist.
4670 (tramp-send-command-and-read): New optional argument NOERROR.
4671 (tramp-open-connection-setup-interactive-shell)
4672 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
4673 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
4674 (tramp-process-sentinel): Flush also process' connection property.
4675 (tramp-sh-handle-start-file-process): Do not set process
4676 sentinel. It is done now ...
4677 (tramp-maybe-open-connection): ... here. (Bug#8929)
4678
4679 2011-07-04 MON KEY <monkey@sandpframing.com>
4680
4681 * play/animate.el (animate-string): Doc fixes and allow changing
4682 the buffer name (bug#5417).
4683
4684 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
4685
4686 * play/animate.el (animation-buffer-name): Rename from *animate*.
4687
4688 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
4689
4690 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
4691 This is simpler and helps future-proof the code.
4692 (timer-until): Use time-subtract and float-time.
4693 (timer--time-less-p): Use time-less-p.
4694
4695 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
4696
4697 * type-break.el (timep): Use the value of `float-time' to avoid a
4698 byte-compiler warning.
4699
4700 * server.el (server-eval-and-print): Return any result, even nil.
4701
4702 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
4703
4704 * type-break.el: Accept time formats that the builtins accept.
4705 (timep, type-break-time-difference): Accept any format that
4706 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
4707 This is simpler and helps future-proof the code.
4708 (type-break-time-difference): Round rather than ignoring
4709 subseconds components.
4710
4711 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4712
4713 * info.el (Info-apropos-matches): Make non-interactive, since it
4714 doesn't seem to do anything useful as a command (bug#8829).
4715
4716 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
4717
4718 * frame.el (frame-background-mode, frame-set-background-mode):
4719 Move from faces.el.
4720 (frame-default-terminal-background): New function.
4721
4722 * custom.el (custom-push-theme): Don't record faces in `changed'
4723 theme; this doesn't work correctly for per-frame face settings.
4724 (disable-theme): Use face-set-after-frame-default to reset faces.
4725 (custom--frame-color-default): New function.
4726
4727 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4728
4729 * dired.el (dired-flagging-regexp): Remove unused variable
4730 (bug#8769).
4731
4732 2011-03-29 Kevin Ryde <user42@zip.com.au>
4733
4734 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4735 `perl-Test2' extend to match possible "fail #N" rep count
4736 (bug#8377).
4737
4738 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4739
4740 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
4741 `smtpmail-via-smtp' now returns the error instead of nil.
4742
4743 * isearch.el (isearch-search-fun-function): Clarify the doc string
4744 (bug#8101).
4745
4746 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
4747
4748 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
4749 unnecessary spaces (bug#8987).
4750
4751 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4752
4753 * net/network-stream.el (open-network-stream): Use the
4754 :end-of-capability command thoughout.
4755
4756 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4757
4758 * net/network-stream.el (open-network-stream): Add the
4759 :end-of-capability command parameter, used by pop3.el.
4760
4761 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4762
4763 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
4764
4765 * fringe.el (fringe-query-style): Remove redundant text " (type ?
4766 for list)" (bug#6475).
4767
4768 * files.el (file-expand-wildcards): Ignore non-readable
4769 sub-directories while trying to find matches instead of signaling
4770 an error (bug#6297).
4771
4772 * man.el (Man-reference-regexp): Allow matching possible
4773 word-wrapped references (bug#6289).
4774
4775 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
4776 for consistency with the other vc buffers (bug#6197).
4777 (vc-checkin): Ditto.
4778
4779 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
4780
4781 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
4782
4783 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4784
4785 * custom.el (defcustom): Clarify that :set is only used in the
4786 Customize user interface (bug#6089).
4787
4788 * progmodes/flymake.el (flymake-mode): If the buffer isn't
4789 associated with a file, refuse to run instead of erroring out
4790 (bug#6084).
4791
4792 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
4793 the doc string, since it appears that using `fill-column' always
4794 controls the width (bug#7845).
4795
4796 * simple.el (shell-command-on-region): Say where the error output
4797 went if `shell-command-default-error-buffer' is set (bug#6857).
4798
4799 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
4800
4801 * allout.el (allout-yank-processing): Adjust cursor position for
4802 backwards-deleted space.
4803
4804 (allout-rebullet-heading): Register changes with
4805 allout-exposure-changed-hook, so the modified topic is properly
4806 decorated.
4807
4808 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4809
4810 * minibuffer.el (completion-in-region): Document PREDICATE
4811 (bug#7136).
4812
4813 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
4814 of keyword/argument pairs (bug#6904).
4815
4816 * replace.el (multi-occur):
4817 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
4818
4819 2011-07-02 Drew Adams <drew.adams@oracle.com>
4820
4821 * dired.el (dired-mark-if): Make the message about whether it's
4822 marking or unmarking clearer (bug#8523).
4823
4824 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4825
4826 * disp-table.el (display-table-print-array): New function.
4827 (describe-display-table): Use it to print the vectors more pretty
4828 (Bug#8859).
4829
4830 2011-07-02 Martin Rudalics <rudalics@gmx.at>
4831
4832 * window.el (window-state-get-1): Don't assign clone numbers.
4833 Add clone-of item to list of window parameters.
4834 (window-state-put-2): Don't process clone numbers.
4835 (display-buffer-alist): Fix doc-string.
4836
4837 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
4838
4839 * subr.el (remq): Don't allocate if it's not needed.
4840 (keymap--menu-item-binding, keymap--menu-item-with-binding)
4841 (keymap--merge-bindings): New functions.
4842 (keymap-canonicalize): Use them to refine the canonicalization.
4843 * minibuffer.el (minibuffer-local-completion-map)
4844 (minibuffer-local-must-match-map): Move initialization from C.
4845 (minibuffer-local-filename-completion-map): Move initialization from C;
4846 don't inherit from anything here.
4847 (minibuffer-local-filename-must-match-map): Make obsolete.
4848 (completing-read-default): Use make-composed-keymap to combine
4849 minibuffer-local-filename-completion-map with either
4850 minibuffer-local-must-match-map or
4851 minibuffer-local-filename-completion-map.
4852
4853 2011-07-01 Glenn Morris <rgm@gnu.org>
4854
4855 * type-break.el (type-break-time-sum): Use dolist.
4856
4857 * textmodes/flyspell.el (flyspell-word-search-backward):
4858 Replace CL function.
4859
4860 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4861
4862 * mouse.el (mouse--strip-first-event): New function.
4863 (function-key-map): Use it to map fringe clicks to normal clicks
4864 by default.
4865
4866 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
4867 (vc-bzr-revision-completion-table): Add support for annotate and date.
4868
4869 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
4870 inherit from parent.
4871
4872 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4873
4874 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
4875 (dired-show-file-type): Doc fixup (bug#8818).
4876
4877 * dired.el (dired-mode): Fix up the doc string as suggested by
4878 Drew Adams (bug#8817).
4879
4880 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
4881 cookie, since the manual says that it should be possible to add
4882 this function to `find-file-hook' (bug#8709).
4883
4884 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
4885
4886 * progmodes/cfengine.el: Moved all cfengine3.el functionality
4887 here. Noted Ted Zlatanov as the maintainer.
4888 (cfengine-common-settings, cfengine-common-syntax): New functions
4889 to set up common things between `cfengine-mode' and
4890 `cfengine3-mode'.
4891 (cfengine3-mode): New mode.
4892 (cfengine3-defuns cfengine3-defuns-regex
4893 (cfengine3-class-selector-regex cfengine3-category-regex)
4894 (cfengine3-vartypes cfengine3-font-lock-keywords)
4895 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
4896 (cfengine3-indent-line): Add from cfengine3.el.
4897
4898 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
4899
4900 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
4901
4902 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4903
4904 2011-07-01 Martin Rudalics <rudalics@gmx.at>
4905
4906 * window.el (same-window-buffer-names, same-window-regexps)
4907 (same-window-p, special-display-frame-alist)
4908 (special-display-popup-frame, special-display-function)
4909 (special-display-buffer-names, special-display-regexps)
4910 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
4911 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
4912 (split-window-preferred-function, split-height-threshold)
4913 (split-width-threshold, even-window-heights)
4914 (display-buffer-mark-dedicated, window-splittable-p)
4915 (split-window-sensibly, window-safely-shrinkable-p):
4916 Un-obsolete.
4917 (display-buffer): Don't spread args with function specifier
4918 because special-display-popup-frame won't like it.
4919
4920 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
4921
4922 Time-stamp simplifications and fixes.
4923 These improve accuracy slightly, and future-proof the code
4924 against some potential changes to current-time format.
4925
4926 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
4927 by using time-since and float-time.
4928
4929 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
4930 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
4931 + NNN microseconds".
4932
4933 * type-break.el (type-break-time-sum): Rewrite using time-add.
4934
4935 * play/hanoi.el (hanoi-current-time-float): Remove.
4936 All uses replaced by float-time.
4937
4938 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
4939 This yields a more-accurate answer.
4940 (rng-time-to-float): Remove; no longer needed.
4941
4942 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
4943
4944 * calendar/timeclock.el (timeclock-seconds-to-time):
4945 Defalias to seconds-to-time, since they're the same thing.
4946
4947 * emacs-lisp/elp.el (elp-elapsed-time):
4948 * emacs-lisp/benchmark.el (benchmark-elapse):
4949 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
4950
4951 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4952
4953 * window.el (bury-buffer): Don't iconify the only frame.
4954 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
4955 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
4956
4957 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * eshell/em-smart.el (eshell-smart-display-navigate-list):
4960 Add mouse-yank-primary.
4961
4962 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
4963
4964 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
4965
4966 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
4967
4968 * emacs-lisp/find-func.el (find-library--load-name): New fun.
4969 (find-library-name): Use it to find relative load names when provided
4970 absolute file name (bug#8803).
4971
4972 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4973
4974 * textmodes/flyspell.el (flyspell-word): Consider words that
4975 differ only in case as potential doublons (bug#5687).
4976
4977 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
4978 Remove two rather uninteresting debugging-like messages to make
4979 debbugs.el more silent.
4980
4981 * comint.el (comint-password-prompt-regexp): Accept "Response" as
4982 a password-like phrase.
4983
4984 2011-06-30 Mastake YAMATO <yamato@redhat.com>
4985
4986 * progmodes/cc-guess.el: New file.
4987
4988 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
4989
4990 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
4991 derived from `c-basic-common-init'.
4992
4993 * progmodes/cc-mode.el (top-level): Require cc-guess.
4994 (c-basic-common-init): Use `cc-choose-style-for-mode'.
4995
4996 2011-06-30 Lawrence Mitchell <wence@gmx.li>
4997
4998 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
4999
5000 2011-06-30 Alan Mackenzie <acm@muc.de>
5001
5002 * progmodes/cc-engine.el (c-guess-continued-construct):
5003 Correct the handling of template-args-cont, particularly for when font
5004 lock is disabled. Name this case as "CASE G".
5005
5006 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
5007
5008 * allout.el (allout-yank-processing): Fix injection of extra space
5009 between bullet and non-whitespace character in first topic when
5010 pasting, ensuring that the actual spacing in the pasted topic
5011 following the bullet char is preserved. This extra space was
5012 causing pasted encrypted topics to get a decrypted status even
5013 when the content was actually still encrypted. Now the decryption
5014 status from before the paste is preserved.
5015
5016 (allout-flag-region): Set all allout overlays so they evaporate
5017 when reduced to zero length (evanescent), to prevent overlay
5018 leakage.
5019
5020 2011-06-30 Glenn Morris <rgm@gnu.org>
5021
5022 * w32-fns.el (w32-charset-info-alist): Declare.
5023
5024 * find-dired.el (find-grep-options): Simplify.
5025
5026 * term/ns-win.el (ns-set-resource): Declare.
5027
5028 * ses.el (row, col): Declare dynamic variables honestly.
5029
5030 * textmodes/reftex-parse.el (index-tags): Declare.
5031
5032 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
5033
5034 * cus-edit.el (customize-push-and-save): New function.
5035
5036 * files.el (hack-local-variables-confirm): Use it.
5037
5038 * custom.el (load-theme): New arg NO-CONFIRM.
5039 Use customize-push-and-save (Bug#8720).
5040 (custom-enabled-themes): Doc fix.
5041
5042 * cus-theme.el (customize-create-theme)
5043 (custom-theme-merge-theme): Callers to load-theme changed.
5044
5045 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5046
5047 * thingatpt.el (thing-at-point-short-url-regexp): Require that
5048 short URLs have at least one dot in them (bug #7614).
5049
5050 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
5051 nil, because using a pty is apparently too slow (bug #895).
5052
5053 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
5054
5055 * mail/sendmail.el (sendmail-query-once): New function.
5056 (sendmail-query-once-function): New variable.
5057
5058 2011-06-29 Glenn Morris <rgm@gnu.org>
5059
5060 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
5061
5062 * ses.el (top-level): Require cl when compiling.
5063 (ses-set-localvars): Fix error statement.
5064 Call it at compile time to silence a storm of warnings.
5065
5066 2011-06-29 Martin Rudalics <rudalics@gmx.at>
5067
5068 * window.el (normalize-live-buffer): Rename to
5069 window-normalize-buffer.
5070 (normalize-live-frame): Rename to window-normalize-frame.
5071 (normalize-any-window): Rename to window-normalize-any-window.
5072 (normalize-live-window): Rename to window-normalize-live-window.
5073 (make-window-atom): Rename to window-make-atom.
5074 (window-resize-reset): Rename to window--resize-reset.
5075 (window-resize-reset-1): Rename to window--resize-reset-1.
5076 (resize-mini-window): Rename to window--resize-mini-window.
5077 (resize-subwindows-skip-p): Rename to
5078 window--resize-subwindows-skip-p.
5079 (resize-subwindows-normal): Rename to
5080 window--resize-subwindows-normal.
5081 (resize-subwindows): Rename to window--resize-subwindows.
5082 (resize-other-windows): Rename to window--resize-siblings.
5083 (resize-this-window): Rename to window--resize-this-window.
5084 (resize-root-window): Rename to window--resize-root-window.
5085 (resize-root-window-vertically): Rename to
5086 window--resize-root-window-vertically.
5087 (normalize-buffer-to-display): Rename to
5088 window-normalize-buffer-to-display.
5089 (normalize-buffer-to-switch-to): Rename to
5090 window-normalize-buffer-to-switch-to.
5091 Correspondingly update all callers of the functions listed
5092 above.
5093 (display-buffer-alist, display-buffer-normalize-arguments)
5094 (display-buffer-normalize-options, display-buffer)
5095 (display-buffer-alist-set): Use "function" instead of
5096 "fun-with-args".
5097
5098 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
5099
5100 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
5101 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
5102 debbugs.gnu.org. Mention acknowledgment email.
5103
5104 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
5105
5106 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
5107 buffer multibyteness, since it shouldn't matter.
5108
5109 2011-06-28 Martin Rudalics <rudalics@gmx.at>
5110
5111 * window.el (display-buffer-in-side-window): Handle dedicated
5112 windows as in display-buffer-reuse-window.
5113 (display-buffer-normalize-alist): Use value of override
5114 specifier.
5115 (display-buffer-normalize-specifiers): Use value of
5116 other-window-means-other-frame specifier.
5117 (display-buffer-alist): Rewrite some texts in widgets.
5118 (display-buffer): Spread arguments when calling function
5119 specified by fun-with-args.
5120
5121 2011-06-28 Deniz Dogan <deniz@dogan.se>
5122
5123 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5124 Unnest `let'.
5125
5126 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
5127 selectors (Bug#5732).
5128 (css-proprietary-nmstart-re): Use `regexp-opt'.
5129
5130 2011-06-27 Jari Aalto <jari.aalto@cante.net>
5131
5132 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
5133 (eshell-ls-date-format): New defcustom.
5134 (eshell-ls-file): Use it.
5135
5136 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5137
5138 * help-fns.el (describe-variable): Fix message for terminal-local vars.
5139
5140 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
5141
5142 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
5143 (ange-ftp-make-tmp-name): New arg.
5144 (ange-ftp-file-local-copy): Use it.
5145
5146 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
5147
5148 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
5149 no-conversion (Bug#8870).
5150
5151 2011-06-27 Martin Rudalics <rudalics@gmx.at>
5152
5153 * window.el (window-right, window-left, window-child)
5154 (window-child-count, window-last-child)
5155 (window-iso-combination-p, walk-window-tree-1)
5156 (window-atom-check-1, window-tree-1, delete-window)
5157 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
5158 new naming conventions - window-vchild, window-hchild,
5159 window-next and window-prev are now called window-top-child,
5160 window-left-child, window-next-sibling and window-prev-sibling
5161 respectively.
5162 (resize-window-reset): Rename to window-resize-reset.
5163 (resize-window-reset-1): Rename to window-resize-reset-1.
5164 (resize-window): Rename to window-resize.
5165 (window-min-height, window-min-width)
5166 (resize-mini-window, resize-this-window, resize-root-window)
5167 (resize-root-window-vertically, adjust-window-trailing-edge)
5168 (enlarge-window, shrink-window, maximize-window)
5169 (minimize-window, delete-window, quit-restore-window)
5170 (split-window, balance-windows, balance-windows-area-adjust)
5171 (balance-windows-area, window-state-put-2)
5172 (display-buffer-even-window-sizes, display-buffer-set-height)
5173 (display-buffer-set-width, set-window-text-height)
5174 (fit-window-to-buffer): Rename all "resize-window" prefixed
5175 calls to use the "window-resize" prefix convention.
5176 (display-buffer-alist): Fix symbol for label specifier.
5177 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
5178 corresponding specifier.
5179 Reported by Juanma Barranquero <lekktu@gmail.com>.
5180
5181 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5182
5183 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
5184 convention.
5185 (ses-call-printer): Does not pass an empty string to formatter when the
5186 cell is empty to keep from barking printer Calc math-format-value.
5187
5188 2011-06-27 Richard Stallman <rms@gnu.org>
5189
5190 * battery.el (battery-mode-line-limit): New variable.
5191 (battery-update): Handle it.
5192
5193 * mail/rmailmm.el (rmail-mime-process-multipart):
5194 Handle truncated messages.
5195
5196 2011-06-27 Glenn Morris <rgm@gnu.org>
5197
5198 * progmodes/flymake.el (flymake-err-line-patterns):
5199 Allow for column numbers in the ant/javac pattern. (Bug#8866)
5200
5201 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
5202
5203 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
5204 (ses--clean-!, ses--clean-_): New functions.
5205 (ses-range): Add configurability of readout order, and conversion
5206 to Calc vector.
5207
5208 * ses.el (ses-repair-cell-reference-all): New function.
5209 (ses-cell-symbol): Set macro as safe, so that it can be used in
5210 formulas.
5211
5212 * ses.el: Update cycle detection algorithm.
5213 (ses-localvars): Add ses--Dijkstra-attempt-nb and
5214 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
5215 (ses-set-localvars): New function.
5216 (ses-make-cell): Add property-list as a cell element.
5217 (ses-cell-property-get-fun, ses-cell-property-get)
5218 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
5219 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
5220 New functions.
5221 (ses-cell-property-set, ses-cell-property-pop)
5222 (ses-cell-property-get-handle): New macro.
5223 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
5224 New aliases, used for code readability.
5225 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
5226 cycle detection.
5227 (ses-self-reference-early-detection): New defcustom.
5228 (ses-formula-references): Robustify against self-refering cells.
5229 (ses-mode): Use ses-set-localvars.
5230 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
5231 before lauching the update processing.
5232 (ses-initialize-Dijkstra-attempt): New function.
5233 (ses-recalculate-cell): Update for cycle detection based on
5234 Dijkstra algorithm.
5235
5236 * ses.el: Fix commenting and indenting convention.
5237
5238 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 * bs.el (bs-cycle-next): Complete last change.
5241
5242 2011-06-27 Drew Adams <drew.adams@oracle.com>
5243
5244 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
5245
5246 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5247
5248 * net/network-stream.el (network-stream-open-starttls):
5249 Don't re-get capabilities unless we've reestablished connection.
5250 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
5251
5252 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
5253 to binary to possibly avoid line encoding issues on Windows (among
5254 other things).
5255
5256 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5257
5258 * net/network-stream.el (open-network-stream): Return an :error
5259 saying what the problem was, if possible.
5260
5261 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
5262 server.
5263
5264 * net/network-stream.el (network-stream-open-starttls): If we
5265 wanted to use STARTTLS, and the server offered it, but we weren't
5266 able to because we had no STARTTLS support, then close the connection.
5267 (open-network-stream): Return an :error element, if present.
5268
5269 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
5270
5271 * hl-line.el (hl-line-sticky-flag): Doc fix.
5272 (global-hl-line-sticky-flag): New option (Bug#8323).
5273 (global-hl-line-highlight): Obey it.
5274
5275 * vc/vc.el (vc-revert-show-diff): Default to t.
5276
5277 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
5278
5279 * allout-widgets.el (allout-widgets-post-command-business):
5280 Stop decorating intermediate isearch matches. They're not being
5281 undecorated when an isearch is continued past, and isearch
5282 automatically collapses them. This leads to "widget leaks", where
5283 decorated items accumulate in collapsed areas. Lines with lots of
5284 hidden widgets can slow down cursor travel, substantially.
5285 Too much complicated machinery would be needed to ensure undecoration,
5286 so we're doing without this nicety.
5287
5288 (allout-widgets-tally-string): Don't try to do a hash-table-count
5289 of allout-widgets-tally when it's nil. This eliminates spurious "Error
5290 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
5291 *Messages* when allout-widgets-maintain-tally is t.
5292
5293 2011-06-26 Martin Rudalics <rudalics@gmx.at>
5294
5295 * window.el (display-buffer-normalize-argument): Rename to
5296 display-buffer-normalize-arguments. Handle special meaning of
5297 LABEL argument. Respect special-display-function when popping up
5298 a new frame. Fix code searching for a window showing the buffer
5299 on another frame.
5300 (display-buffer-normalize-specifiers):
5301 Call display-buffer-normalize-arguments.
5302 (display-buffer-in-window): Don't undedicate the window if its
5303 buffer remains the same.
5304 Reported by Drew Adams <drew.adams@oracle.com>.
5305 (display-buffer-alist): Add choice for same-window macro
5306 specfier.
5307 (display-buffer): Mention special meaning of LABEL argument in
5308 doc-string. Fix quoting. Don't pop up a new frame even as
5309 fallback.
5310
5311 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
5312
5313 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
5314 avoid deleting the current window in some cases (bug#8911).
5315
5316 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
5317
5318 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
5319 (Bug#8934)
5320
5321 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
5322
5323 * net/network-stream.el (network-stream-open-starttls):
5324 Use built-in TLS support if `gnutls-available-p' is true.
5325 (network-stream-open-tls): Ditto.
5326
5327 2011-06-26 Leo Liu <sdl.web@gmail.com>
5328
5329 * register.el (registerv): New struct.
5330 (registerv-make): New function.
5331 (jump-to-register, describe-register-1, insert-register):
5332 Support the jump-func, print-func and insert-func slot of a registerv
5333 struct. (Bug#8415)
5334
5335 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
5336
5337 * vc/vc.el (vc-revert-show-diff): New defcustom.
5338 (vc-diff-internal): New arg specifying diff buffer.
5339 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
5340 reuse an existing *vc-diff* buffer (Bug#8927).
5341
5342 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
5343
5344 2011-06-26 Glenn Morris <rgm@gnu.org>
5345
5346 * progmodes/f90.el (f90-critical-indent): New option.
5347 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
5348 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
5349 (f90-mode): Doc fix.
5350 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
5351 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
5352 (f90-beginning-of-block, f90-next-block, f90-indent-region)
5353 (f90-match-end): Handle block, critical.
5354
5355 2011-06-25 Glenn Morris <rgm@gnu.org>
5356
5357 * calendar/diary-lib.el (diary-included-files): Doc fix.
5358 (diary-include-files): New function, extracted from
5359 diary-include-other-diary-files and diary-mark-included-diary-files.
5360 (diary-include-other-diary-files, diary-mark-included-diary-files):
5361 Just call diary-include-files.
5362 (diary-mark-entries): Reset diary-included-files on first call.
5363
5364 * calendar/diary-lib.el (diary-mark-entries)
5365 (diary-mark-included-diary-files):
5366 Visit included diary-files in temp buffers.
5367
5368 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
5369 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
5370 (f90-start-block-re, f90-imenu-generic-expression)
5371 (f90-looking-at-program-block-start, f90-no-block-limit):
5372 Add support for submodules.
5373
5374 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
5375 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
5376
5377 2011-06-25 Eli Zaretskii <eliz@gnu.org>
5378
5379 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
5380 buffer-file-type before setting its value, to avoid disastrous
5381 global effects on decoding files for DOS/Windows systems. (Bug#8780)
5382
5383 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
5384
5385 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
5386
5387 * ses.el (ses-unload-function):
5388 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
5389
5390 * proced.el (proced-unload-function):
5391 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
5392
5393 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
5394
5395 * server.el (server-create-window-system-frame): Add parameters arg.
5396 (server-process-filter): Doc fix. Handle frame-parameters.
5397
5398 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
5399
5400 Fix bug#8730, bug#8781.
5401
5402 * loadhist.el (unload--set-major-mode): New function.
5403 (unload-feature): Use it.
5404
5405 * progmodes/python.el (python-after-info-look): Add autoload cookie.
5406 (python-unload-function): New function.
5407
5408 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5409
5410 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
5411
5412 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
5413
5414 * net/browse-url.el (browse-url-firefox-program): Add icecat to
5415 the candidates list.
5416
5417 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
5418
5419 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
5420
5421 2011-06-23 Richard Stallman <rms@gnu.org>
5422
5423 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
5424 (rmail-variables): Set next-error-move-function.
5425 (rmail-what-message): Take argument POS.
5426 (rmail-next-error-move): New function.
5427
5428 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5429
5430 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
5431 messages for adjacent non-terminals.
5432
5433 2011-06-23 Richard Stallman <rms@gnu.org>
5434
5435 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
5436 (rmail-show-message-1): Preserve buffer modified flag.
5437 (rmail-start-mail): Don't specify use of rmail-mail-return;
5438 that's done by mail-bury now.
5439 (rmail-mail-return): Handle arg NEWBUF.
5440
5441 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
5442
5443 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
5444 SIZE is a number.
5445
5446 2011-06-23 Martin Rudalics <rudalics@gmx.at>
5447
5448 * window.el (get-lru-window, get-mru-window)
5449 (get-largest-window): Never return a minibuffer window.
5450 (display-buffer-pop-up-window): Fix a bug that could lead to
5451 reusing the minibuffer window.
5452 (display-buffer): Pass original specifier argument to
5453 display-buffer-function instead of the normalized one.
5454 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
5455
5456 2011-06-22 Leo Liu <sdl.web@gmail.com>
5457
5458 * minibuffer.el (completing-read-function)
5459 (completing-read-default): Move from minibuf.c
5460
5461 2011-06-22 Richard Stallman <rms@gnu.org>
5462
5463 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
5464 to Rmail even if not started by a special Rmail command.
5465
5466 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5467 Copy the buffer currently showing just one message.
5468
5469 2011-06-22 Roland Winkler <winkler@gnu.org>
5470
5471 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
5472 (bibtex-clean-entry): First delete the old key so that a
5473 customized algorithm for generating the new key does not get
5474 confused by the old key.
5475 (bibtex-url): Obey regexp of first step.
5476 (bibtex-search-entries): Do not use add-to-list with local
5477 list-var.
5478
5479 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5480
5481 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
5482 stored a user name, then query for the password first, instead of
5483 waiting for SMTP to give an error message and the trying again.
5484
5485 2011-06-22 Lawrence Mitchell <wence@gmx.li>
5486
5487 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
5488 BUFFER in call-process.
5489
5490 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5491
5492 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
5493 QUIT twice.
5494 (smtpmail-try-auth-methods): Require user name and password from
5495 auth-source.
5496
5497 2011-06-22 Martin Rudalics <rudalics@gmx.at>
5498
5499 * window.el (display-buffer-default-specifiers)
5500 (display-buffer-alist): Remove entries for pop-up-frame-alist.
5501 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5502 (split-window): Normalize SIDE argument (Bug#8916).
5503
5504 * frame.el (pop-up-frame-alist, pop-up-frame-function)
5505 (special-display-frame-alist, special-display-popup-frame):
5506 Remove duplicate declarations. These are now in window.el.
5507
5508 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5509
5510 * mail/smtpmail.el (smtpmail-via-smtp):
5511 Set :use-starttls-if-possible so that we always use STARTTLS if the
5512 server supports it. SMTP servers that support STARTTLS commonly
5513 require it.
5514
5515 * net/network-stream.el (network-stream-open-starttls): Support
5516 upgrading to STARTTLS always, even if we don't have built-in support.
5517 (open-network-stream): Add the :always-query-capabilities keyword.
5518
5519 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
5520 upgrades with `open-network-stream', and rely solely on
5521 auth-source for all credentials. Big changes throughout the file,
5522 but in particular:
5523 (smtpmail-auth-credentials): Remove.
5524 (smtpmail-starttls-credentials): Remove.
5525 (smtpmail-via-smtp): Check for servers saying they want AUTH after
5526 MAIL FROM, too.
5527
5528 * net/network-stream.el (network-stream-open-starttls):
5529 Provide support for client certificates both for external and built-in
5530 STARTTLS.
5531 (auth-source): Require.
5532 (open-network-stream): Document the :client-certificate keyword.
5533 (network-stream-certificate): Change cert-cert to cert and
5534 cert-key to key.
5535
5536 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
5537
5538 * net/tramp-cache.el (top): Don't load the persistency file when
5539 "emacs -Q" has been called.
5540
5541 2011-06-21 Tim Harper <timcharper@gmail.com>
5542
5543 * term/ns-win.el (ns-initialize-window-system):
5544 Set application-specific `ApplePressAndHoldEnabled' system
5545 resource to NO as it is not yet supported by the NS port.
5546
5547 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
5548
5549 * misc.el (list-dynamic-libraries--refresh): Compute header here...
5550 (list-dynamic-libraries): ...not here.
5551
5552 2011-06-21 Leo Liu <sdl.web@gmail.com>
5553
5554 * subr.el (sha1): Implement sha1 using secure-hash.
5555
5556 2011-06-21 Martin Rudalics <rudalics@gmx.at>
5557
5558 * window.el (display-buffer-alist): In default value do not
5559 enforce searching a window on any but the selected frame.
5560 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5561 (display-buffer-select-window): Remove function.
5562 (display-buffer-in-window): When a window on another frame gets
5563 reused, do not select it any more but just raise its frame if
5564 necessary (Bug#8851) and (Bug#8856).
5565 (display-buffer-normalize-options): Handle pop-up-frames related
5566 options more faithfully.
5567 (pop-to-buffer): Don't rely on `display-buffer' selecting the
5568 window if it is on another frame.
5569 (display-buffer-alist, display-buffer-default-specifiers):
5570 Don't make new frame unsplittable by default.
5571 (display-buffer-normalize-argument): Fix doc-string typo and use
5572 'same-frame-other-window instead of 'other-window when associating
5573 with display-buffer-macro-specifiers.
5574
5575 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
5576
5577 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
5578 New functions.
5579 (5x5-mode-map, 5x5-mode-menu): Bind them.
5580 (5x5-draw-grid): Tweak the solver's rendering.
5581
5582 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5583
5584 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
5585 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
5586
5587 2011-06-21 Drew Adams <drew.adams@oracle.com>
5588
5589 * menu-bar.el: Use function variable instead of switch-to-buffer.
5590 (menu-bar-select-buffer-function): New variable.
5591 (menu-bar-update-buffers): Use it (bug#8876).
5592
5593 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5594
5595 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
5596 variable's status.
5597
5598 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
5599
5600 * x-dnd.el (x-dnd-version-from-flags)
5601 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
5602 and long as number (Bug#8899).
5603 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
5604
5605 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5606
5607 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
5608 (completion-try-completion, completion-all-completions): Compute the
5609 metadata argument if it's missing; make it optional (bug#8795).
5610
5611 * wid-edit.el: Use lex-bind and move towards completion-at-point.
5612 (widget-complete): Use new :completion-function property.
5613 (widget-completions-at-point): New function.
5614 (default): Use :completion-function instead of :complete.
5615 (widget-default-completions): Rename from widget-default-complete;
5616 Rewrite.
5617 (widget-string-complete, widget-file-complete, widget-color-complete):
5618 Remove functions.
5619 (file, symbol, function, variable, coding-system, color):
5620 * international/mule-cmds.el (default-input-method, charset)
5621 (language-info-custom-alist):
5622 * cus-edit.el (face): Use new property :completions.
5623
5624 * progmodes/pascal.el (pascal-completions-at-point): New function.
5625 (pascal-mode): Use it.
5626 (pascal-mode-map): Use completion-at-point.
5627 (pascal-toggle-completions): Make obsolete.
5628 (pascal-complete-word, pascal-show-completions):
5629 * progmodes/octave-mod.el (octave-complete-symbol):
5630 Redefine as obsolete alias.
5631 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
5632 Signal absence of completion info for old Octave,
5633 (inferior-octave-complete): Redefine as obsolete alias.
5634 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
5635 (meta-completions-at-point): Rename from meta-complete-symbol and
5636 adapt it for use on completion-at-point-functions.
5637 (meta-common-mode): Use it.
5638 (meta-looking-at-backward, meta-match-buffer): Remove.
5639 (meta-complete-symbol): Redefine as obsolete alias.
5640 (meta-common-mode-map): Use completion-at-point.
5641 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
5642 (makefile-mode-map): Use completion-at-point.
5643 (makefile-completions-at-point): Rename from makefile-complete and
5644 adapt it for use on completion-at-point-functions.
5645 (makefile-mode): Use it.
5646 (makefile-complete): Redefine as obsolete alias.
5647
5648 2011-06-20 Deniz Dogan <deniz@dogan.se>
5649
5650 * net/rcirc.el: Delete trailing whitespaces once and for all.
5651
5652 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
5653
5654 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
5655
5656 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
5657
5658 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
5659
5660 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
5661
5662 2011-06-19 Martin Rudalics <rudalics@gmx.at>
5663
5664 * window.el (display-buffer-other-window-means-other-frame):
5665 Call display-buffer-normalize-alist.
5666 (display-buffer-normalize-specifiers-1): Rename to
5667 display-buffer-normalize-argument. New argument other-frame.
5668 Rewrite.
5669 (display-buffer-normalize-specifiers-2): Rename to
5670 display-buffer-normalize-options.
5671 (display-buffer-normalize-alist-1): New function.
5672 (display-buffer-normalize-specifiers-3): Rename to
5673 display-buffer-normalize-alist.
5674 Call display-buffer-normalize-alist-1.
5675 (display-buffer-normalize-options-inhibit): New variable.
5676 (display-buffer-normalize-specifiers): Rewrite calling
5677 display-buffer-normalize-alist,
5678 display-buffer-normalize-argument, and
5679 display-buffer-normalize-options. Don't call the latter if
5680 display-buffer-normalize-options-inhibit is non-nil.
5681 (frame-auto-delete): New option.
5682 (window-deletable-p): Use frame-auto-delete.
5683 (window-list-no-nils, window-state-ignored-parameters)
5684 (window-state-get-1, window-state-get, window-state-put-list)
5685 (window-state-put-1, window-state-put-2, window-state-put):
5686 New functions.
5687 (display-buffer-normalize-options): Move special-display-p group
5688 after pop-up-frame group (Bug#8851) and (Bug#8856).
5689
5690 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
5691
5692 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
5693 groups (Bug#8776).
5694 (rx-submatch-n): New function.
5695 (rx): Document it.
5696
5697 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
5698 (Bug#8768).
5699
5700 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
5701
5702 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
5703
5704 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
5705 anytime existing face settings are present (Bug#8889).
5706
5707 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
5708 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
5709 Remove unused argument.
5710
5711 2011-06-18 Martin Rudalics <rudalics@gmx.at>
5712
5713 * window.el (display-buffer-default-specifiers):
5714 Remove pop-up-frame. Add pop-up-window-min-height,
5715 pop-up-window-min-width, and another reuse-window specifier
5716 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
5717 (display-buffer-normalize-specifiers-2):
5718 Handle split-height-threshold and split-width-threshold also when
5719 pop-up-windows is unset. Add a reuse-window specifier for the
5720 case popping up a new window fails.
5721 (special-display-popup-frame): Remove double quoting.
5722 (display-buffer-normalize-specifiers-1): Fix thinko.
5723
5724 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5725
5726 * shell.el (shell-completion-vars): Set pcomplete-termination-string
5727 according to comint-completion-addsuffix.
5728
5729 * pcomplete.el: Convert to lexical binding and fix bug#8819.
5730 (pcomplete-suffix-list): Mark as obsolete.
5731 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
5732 pcomplete-seen in the closure.
5733 (pcomplete-comint-setup): Setup completion-at-point as well.
5734 (pcomplete--entries): New function.
5735 (pcomplete--env-regexp): New var.
5736 (pcomplete-entries): Rewrite to work with partial-completion and
5737 without relying on pcomplete-suffix-list.
5738 (pcomplete-pare-list): Remove, unused.
5739
5740 2011-06-17 Martin Rudalics <rudalics@gmx.at>
5741
5742 * window.el (display-buffer-alist): Set pop-up-window-min-height
5743 and pop-up-window-min-width in default value. Reported by
5744 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
5745 other-window-means-other-frame.
5746 (display-buffer-macro-specifiers): Comment out entry for
5747 other-window specifier.
5748 (display-buffer-other-window-means-other-frame): New function.
5749 (display-buffer-normalize-specifiers-1): New arguments
5750 buffer-name and label. Treat other-window case specially.
5751 (display-buffer-normalize-specifiers-2): Treat other-window case
5752 specially.
5753 (display-buffer-normalize-specifiers-3): New function.
5754 (display-buffer-normalize-specifiers):
5755 Call display-buffer-normalize-specifiers-3.
5756
5757 2011-06-17 Martin Rudalics <rudalics@gmx.at>
5758
5759 * window.el (same-window-p): Fix two typos introduced when
5760 adding with-no-warnings.
5761 (display-buffer-normalize-specifiers-1): Don't check
5762 pop-up-frames for 'unset initialization.
5763 (display-buffer-normalize-specifiers-2): Major rewrite using
5764 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
5765 (pop-up-frames, display-buffer-reuse-frames)
5766 (display-buffer-mark-dedicated): Don't initialize to 'unset.
5767 Suggested by David Engster <deng@randomsample.de>.
5768 (even-window-heights): Initialize to 'unset.
5769 (display-buffer-alist-set): Handle new 'unset initializations.
5770 (display-buffer-macro-specifiers): Don't pop up a new frame in the
5771 other window case.
5772
5773 2011-06-16 Martin Rudalics <rudalics@gmx.at>
5774
5775 * window.el (display-buffer-normalize-specifiers-1):
5776 Respect current value of pop-up-frames for most reasonable values of
5777 second argument of display-buffer (Bug#8865).
5778 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
5779 (switch-to-buffer-other-window-same-frame)
5780 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
5781 Adams (Bug#8875).
5782 (display-buffer): Don't check noninteractive when calling
5783 display-buffer-pop-up-frame.
5784 (display-buffer-pop-up-frame): Never pop up a frame in
5785 noninteractive mode (Bug#8857).
5786 (enlarge-window, shrink-window): Don't report an error when the
5787 window can't be resized as requested (Bug#8862).
5788
5789 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
5792
5793 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
5794
5795 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
5796
5797 2011-06-15 Alan Mackenzie <acm@muc.de>
5798
5799 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
5800 for declarators, disable knr checking to speed up for normal files.
5801 2: Refactor, replacing a sequence of nested if forms by a cond form.
5802
5803 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5804
5805 * net/network-stream.el (open-network-stream): Add the keyword
5806 :always-query-capabilities for the case where you want to force a
5807 `plain' network connection, but the protocol still requires the
5808 capabilitiy command (i.e., SMTP and EHLO).
5809
5810 * subr.el (process-live-p): Rename from `process-alive-p' for
5811 consistency with other `-live-p' functions.
5812
5813 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 * window.el (same-window-buffer-names, same-window-regexps)
5816 (special-display-frame-alist, special-display-popup-frame)
5817 (special-display-function, special-display-buffer-names)
5818 (special-display-regexps, pop-up-frame-alist)
5819 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
5820 (pop-up-windows, split-window-preferred-function)
5821 (split-height-threshold, split-width-threshold, even-window-heights)
5822 (display-buffer-mark-dedicated): Don't encourage the use of
5823 display-buffer-alist from Elisp code.
5824
5825 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
5826
5827 * progmodes/python.el (python-mode): Derive from prog-mode.
5828 * progmodes/ps-mode.el (ps-mode):
5829 * progmodes/mixal-mode.el (mixal-mode):
5830 * progmodes/cfengine.el (cfengine-mode):
5831 * progmodes/ld-script.el (ld-script-mode): Likewise.
5832
5833 2011-06-15 Martin Rudalics <rudalics@gmx.at>
5834
5835 * window.el (display-buffer-alist): Trim default value to avoid
5836 popping up a new frame (Bug#8857) or reusing an arbitrary window
5837 on another frame.
5838 (display-buffer): Do not fall back on popping up a new frame in
5839 batch mode (Bug#8857).
5840
5841 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
5842
5843 * cus-theme.el (describe-theme-1): Use custom-theme-p.
5844 (custom-theme-summary): New function.
5845 (customize-themes): Use it.
5846
5847 2011-06-13 Glenn Morris <rgm@gnu.org>
5848
5849 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
5850
5851 2011-06-13 Martin Rudalics <rudalics@gmx.at>
5852
5853 * help.el (help-window): Remove variable.
5854 (help-window-point-marker, temp-buffer-max-height)
5855 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
5856 (help-print-return-message): Don't set help-window.
5857 (resize-temp-buffer-window): Rewrite cod eand doc-string.
5858 (help-window-setup-finish): Remove.
5859 (help-window-display-message, help-window-setup)
5860 (with-help-window): Major rewrite based on new
5861 display-buffer-window variable.
5862
5863 * help-mode.el (help-mode-finish): Remove help-window related
5864 code.
5865
5866 * view.el (view-exits-all-viewing-windows): Remove reference to
5867 view-return-to-alist in doc-string.
5868 (view-return-to-alist): Make obsolete.
5869 (view-buffer): Call pop-to-buffer-same-window and remove
5870 undo-window code.
5871 (view-buffer-other-window): Call pop-to-buffer-other-window and
5872 simplify code. Ignore second argument.
5873 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
5874 simplify code. Ignore second argument.
5875 (view-return-to-alist-update): Make obsolete.
5876 (view-mode-enter): Rename second argument to QUIT-RESTORE.
5877 Rewrite using quit-restore window parameters.
5878 (view-mode-exit): Rename second argument to EXIT-ONLY.
5879 Rewrite using quit-restore-window.
5880 (View-exit, View-exit-and-edit, View-leave, View-quit)
5881 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
5882 appropriate arguments.
5883 (view-end-message): Use quit-restore window parameter.
5884
5885 * window.el (display-buffer-function): Rewrite doc-string.
5886 (display-buffer-window, display-buffer-alist): New variables.
5887 (display-buffer-split-specifiers)
5888 (display-buffer-side-specifiers)
5889 (display-buffer-macro-specifiers): New constants.
5890 (display-buffer-even-window-sizes, display-buffer-set-height)
5891 (display-buffer-set-width, display-buffer-select-window)
5892 (display-buffer-in-window, display-buffer-reuse-window)
5893 (display-buffer-split-window-1, display-buffer-split-window)
5894 (display-buffer-split-atom-window, display-buffer-pop-up-window)
5895 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
5896 (display-buffer-in-side-window, normalize-buffer-to-display)
5897 (display-buffer-normalize-specifiers-1)
5898 (display-buffer-normalize-specifiers-2)
5899 (display-buffer-normalize-specifiers, display-buffer-frame):
5900 New functions.
5901 (display-buffer): Major rewrite.
5902 (display-buffer-other-window, display-buffer-other-frame)
5903 (pop-to-buffer, switch-to-buffer-other-window)
5904 (switch-to-buffer-other-frame): Rewrite.
5905 (display-buffer-same-window, display-buffer-same-frame)
5906 (display-buffer-same-frame-other-window)
5907 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
5908 (pop-to-buffer-other-window)
5909 (pop-to-buffer-same-frame-other-window)
5910 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
5911 (switch-to-buffer-other-window-same-frame): New functions.
5912 (same-window-p, special-display-p): Rewrite disabling warnings.
5913 Make obsolete.
5914 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
5915 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
5916 Make obsolete
5917 (same-window-buffer-names, same-window-regexps)
5918 (special-display-frame-alist, special-display-popup-frame)
5919 (special-display-function, special-display-buffer-names)
5920 (special-display-regexps, pop-up-frame-alist)
5921 (pop-up-frame-function, split-window-preferred-function)
5922 (split-height-threshold, split-width-threshold)
5923 (even-window-heights): Make obsolete.
5924
5925 2011-06-12 Glenn Morris <rgm@gnu.org>
5926
5927 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
5928 Misc simplifications.
5929
5930 2011-06-12 Martin Rudalics <rudalics@gmx.at>
5931
5932 * window.el (window-safely-shrinkable-p): Restore function which
5933 was inadvertently removed in change from 2011-06-11. Declare as
5934 obsolete.
5935
5936 * calendar/calendar.el (calendar-generate-window):
5937 Use window-iso-combined-p instead of combination of one-window-p and
5938 window-safely-shrinkable-p.
5939
5940 2011-06-12 Glenn Morris <rgm@gnu.org>
5941
5942 * progmodes/fortran.el (fortran-mode-syntax-table):
5943 * progmodes/f90.el (f90-mode-syntax-table):
5944 Set % to punctuation. (Bug#8820)
5945 (f90-find-tag-default): Remove, no longer needed.
5946
5947 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
5948
5949 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
5950
5951 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
5952
5953 * image.el (image-animated-p): Return animation delay in seconds.
5954 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
5955 (image-animate-timeout): Remove DELAY argument. Don't assume
5956 every subimage has the same delay; get it from image-animated-p.
5957 (image-animate): Caller changed.
5958
5959 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
5960
5961 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
5962 to ignored backtrace functions.
5963
5964 2011-06-11 Glenn Morris <rgm@gnu.org>
5965
5966 * calendar/appt.el (appt-disp-window-function): Doc fix.
5967 (appt-check): Handle overlapping appointments. (Bug#8337)
5968
5969 2011-06-11 Martin Rudalics <rudalics@gmx.at>
5970
5971 * window.el (window-tree-1, window-tree): New functions, moving
5972 the latter to window.el.
5973 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5974 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5975 (bw-refresh-edges): Remove.
5976 (balance-windows-1, balance-windows-2): New functions.
5977 (balance-windows): Rewrite in terms of window tree functions,
5978 balance-windows-1 and balance-windows-2.
5979 (bw-adjust-window): Remove.
5980 (balance-windows-area-adjust): New function with functionality of
5981 bw-adjust-window but using resize-window.
5982 (set-window-text-height): Rewrite doc-string.
5983 Use normalize-live-window and resize-window.
5984 (enlarge-window-horizontally, shrink-window-horizontally):
5985 Rename argument to DELTA.
5986 (window-buffer-height): New function.
5987 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
5988 Rewrite using new window resize routines.
5989 (kill-buffer-and-window, mouse-autoselect-window-select):
5990 Use ignore-errors instead of condition-case.
5991 (quit-window): Call delete-frame instead of delete-windows-on
5992 for the only buffer on frame.
5993
5994 2011-06-10 Martin Rudalics <rudalics@gmx.at>
5995
5996 * loadup.el (top-level): Load window before files for the sake
5997 of replace-buffer-in-windows.
5998
5999 * files.el (read-buffer-to-switch)
6000 (switch-to-buffer-other-window)
6001 (switch-to-buffer-other-frame, display-buffer-other-frame):
6002 Move to window.el.
6003
6004 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
6005 (previous-buffer): Move to window.el.
6006
6007 * bindings.el (unbury-buffer): Move to window.el.
6008
6009 * window.el (delete-other-windows-vertically): Move after
6010 definition of delete-other-windows.
6011 (other-window, delete-windows-on, replace-buffer-in-windows):
6012 Move here from window.c.
6013 (record-window-buffer, unrecord-window-buffer)
6014 (set-window-buffer-start-and-point, switch-to-prev-buffer)
6015 (switch-to-next-buffer): New functions.
6016 (get-next-valid-buffer, last-buffer, next-buffer): Move here
6017 from simple.el. Call switch-to-next-buffer.
6018 (previous-buffer): Move here from simple.el.
6019 Call switch-to-prev-buffer.
6020 (bury-buffer): Move here from buffer.c. Switch to previous
6021 buffer when window cannot be deleted.
6022 (unbury-buffer): Move here from bindings.el.
6023 (ctl-x-map): Move binding for other-window from window.c to
6024 here.
6025 (read-buffer-to-switch, switch-to-buffer-other-window)
6026 (switch-to-buffer-other-frame): Move here from files.el.
6027 (normalize-buffer-to-switch-to): New functions.
6028 (switch-to-buffer): Move here from buffer.c.
6029 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
6030
6031 2011-06-10 Martin Rudalics <rudalics@gmx.at>
6032
6033 * window.el (window-min-height, window-min-width): Move here
6034 from window.c. Add defcustoms and rewrite doc-strings.
6035 (resize-mini-window, resize-window): New functions.
6036 (adjust-window-trailing-edge, enlarge-window, shrink-window):
6037 Move here from window.c.
6038 (maximize-window, minimize-window): New functions.
6039 (delete-window, delete-other-windows, split-window): Move here
6040 from window.c.
6041 (window-split-min-size): New function.
6042 (split-window-keep-point): Mention split-window-above-each-other
6043 instead of split-window-vertically.
6044 (split-window-above-each-other, split-window-vertically):
6045 Rename split-window-vertically to split-window-above-each-other and
6046 provide defalias for old definition.
6047 (split-window-side-by-side, split-window-horizontally): Rename
6048 split-window-horizontally to split-window-side-by-side and provide
6049 defalias for the old definition.
6050 (ctl-x-map): Move bindings for delete-window,
6051 delete-other-windows and enlarge-window here from window.c.
6052 Replace bindings for split-window-vertically and
6053 split-window-horizontally by bindings for
6054 split-window-above-each-other and split-window-side-by-side.
6055
6056 * cus-start.el (all): Remove entries for window-min-height and
6057 window-min-width. Add entries for window-splits and
6058 window-nest.
6059
6060 2011-06-09 Glenn Morris <rgm@gnu.org>
6061
6062 * calendar/appt.el (appt-mode-line): New function.
6063 (appt-check, appt-disp-window): Use it.
6064
6065 * files.el (hack-one-local-variable-eval-safep):
6066 Allow minor-modes with explicit +/-1 arguments.
6067
6068 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
6069
6070 * term/xterm.el (xterm): Add defgroup.
6071 (xterm-extra-capabilities): Add defcustom to supply known xterm
6072 capabilities, skip querying them, or query them (default).
6073 (terminal-init-xterm): Use it.
6074 (terminal-init-xterm-modify-other-keys): New function to set up
6075 modifyOtherKeys support to simplify `terminal-init-xterm'.
6076
6077 2011-06-09 Martin Rudalics <rudalics@gmx.at>
6078
6079 * window.el (resize-window-reset, resize-window-reset-1)
6080 (resize-subwindows-skip-p, resize-subwindows-normal)
6081 (resize-subwindows, resize-other-windows, resize-this-window)
6082 (resize-root-window, resize-root-window-vertically)
6083 (window-deletable-p, window-or-subwindow-p)
6084 (frame-root-window-p): New functions.
6085
6086 2011-06-09 Glenn Morris <rgm@gnu.org>
6087
6088 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
6089 (ange-ftp-get-files): Use it.
6090
6091 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
6092
6093 * mail/sendmail.el (mail-recover-1, mail-recover):
6094 * files.el (recover-file, recover-session):
6095 Handle dired-listing-switches not being just a single short option.
6096
6097 2011-06-09 Glenn Morris <rgm@gnu.org>
6098
6099 * calendar/appt.el (appt-display-message, appt-disp-window):
6100 Handle lists of appointments.
6101
6102 2011-06-08 Martin Rudalics <rudalics@gmx.at>
6103
6104 * window.el (one-window-p): Move down in code.
6105 Rewrite doc-string.
6106 (window-current-scroll-bars): Rewrite doc-string.
6107 Normalize live window argument.
6108 (walk-windows, get-window-with-predicate, count-windows):
6109 Rewrite doc-string. Use window-list-1.
6110 (window-in-direction-2, window-in-direction, get-mru-window):
6111 New functions.
6112
6113 2011-06-08 Reuben Thomas <rrt@sc3d.org>
6114
6115 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
6116 Doc fix (Bug#8713).
6117
6118 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
6119
6120 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
6121
6122 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
6123
6124 * loadhist.el (unload-feature-special-hooks):
6125 Add `comint-output-filter-functions'.
6126
6127 2011-06-08 Ivan Kanis <gnu@kanis.fr>
6128
6129 * calendar/appt.el (appt-check): Move some initializations into the let.
6130
6131 2011-06-08 Martin Rudalics <rudalics@gmx.at>
6132
6133 * window.el (window-height): Defalias to window-total-height.
6134 (window-width): Defalias to window-body-width.
6135
6136 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
6137
6138 * image-mode.el (image-toggle-animation): New command.
6139 (image-mode-map): Bind it to RET.
6140 (image-mode): Update message.
6141 (image-toggle-display-image): Avoid a spurious cache flush.
6142 (image-transform-rotation): Doc fix.
6143 (image-transform-properties): Return quickly in the normal case.
6144 (image-animate-loop): Rename from image-animate-max-time.
6145
6146 * image.el (image-animate-max-time): Move to image-mode.el.
6147 (create-animated-image): Remove unnecessary function.
6148 (image-animate): Rename from image-animate-start. New arg.
6149 (image-animate-stop): Remove; just use image-animate-timer.
6150 (image-animate-timer): Use car-safe.
6151 (image-animate-timeout): Rename argument.
6152
6153 2011-06-07 Martin Rudalics <rudalics@gmx.at>
6154
6155 * window.el (get-lru-window, get-largest-window): Move here from
6156 window.c. Rename first argument to ALL-FRAMES.
6157 Rephrase doc-strings.
6158 (get-buffer-window-list): Rewrite using window-list-1.
6159 Rephrase doc-string.
6160 (window-safe-min-height, window-safe-min-width): New constants.
6161 (window-size-ignore, window-min-size, window-min-size-1)
6162 (window-sizable, window-sizable-p, window-size-fixed-1)
6163 (window-size-fixed-p, window-min-delta-1, window-min-delta)
6164 (window-max-delta-1, window-max-delta, window-resizable)
6165 (window-resizable-p, window-total-height, window-total-width)
6166 (window-body-width): New functions.
6167 (window-full-height-p, window-full-width-p): Rewrite using
6168 window-total-size.
6169 (window-body-height): Rewrite using window-body-size.
6170
6171 2011-06-06 Martin Rudalics <rudalics@gmx.at>
6172
6173 * window.el (window-right, window-left, window-child)
6174 (window-child-count, window-last-child, window-any-p)
6175 (normalize-live-buffer, normalize-live-frame)
6176 (normalize-any-window, normalize-live-window)
6177 (window-iso-combination-p, window-iso-combined-p)
6178 (window-iso-combinations)
6179 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
6180 (windows-with-parameter, window-with-parameter)
6181 (window-atom-root, make-window-atom, window-atom-check-1)
6182 (window-atom-check, window-side-check, window-check):
6183 New functions.
6184 (ignore-window-parameters, window-sides, window-sides-vertical)
6185 (window-sides-slots): New variables.
6186 (window-size-fixed): Move down in code. Minor doc-string fix.
6187
6188 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
6189
6190 * comint.el (comint-dynamic-complete-as-filename)
6191 (comint-dynamic-complete-filename): Correctly call
6192 completion-in-region.
6193
6194 2011-06-05 Deniz Dogan <deniz@dogan.se>
6195
6196 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
6197 in last change.
6198
6199 2011-06-05 Deniz Dogan <deniz@dogan.se>
6200
6201 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
6202 (rcirc): Use it to prompt for encryption.
6203
6204 2011-06-05 Roland Winkler <winkler@gnu.org>
6205
6206 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
6207 (bibtex-search-entries): New command bound to C-c C-a.
6208 (bibtex-display-entries): New function.
6209
6210 2011-06-05 Roland Winkler <winkler@gnu.org>
6211
6212 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
6213 (bibtex-insert-kill): After yanking insert newline if necessary.
6214 (bibtex-initialize): Call bibtex-string-files-init only once.
6215 (bibtex-mode): Do not call easy-menu-add.
6216 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
6217 (bibtex-yank): Set arg properly if nil.
6218
6219 2011-06-05 Roland Winkler <winkler@gnu.org>
6220
6221 * textmodes/bibtex.el (bibtex-search-entry-globally):
6222 New variable.
6223 (bibtex-search-entry): Use it.
6224
6225 2011-06-05 Roland Winkler <winkler@gnu.org>
6226
6227 * textmodes/bibtex.el (bibtex-entry-format): New option
6228 sort-fields.
6229 (bibtex-format-entry, bibtex-reformat): Honor this option.
6230 (bibtex-parse-entry): Return fields in proper order.
6231
6232 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
6233
6234 * doc-view.el (doc-view-remove-if): Move computation of result out
6235 of `dolist' to silence misleading lexical-binding warning.
6236
6237 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
6238
6239 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
6240 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
6241
6242 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
6243
6244 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
6245 "SunOS 5.10".
6246
6247 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
6248
6249 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
6250 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
6251 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
6252 (tramp-parse-putty):
6253 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
6254 (tramp-completion-function-alist-ssh)
6255 (tramp-completion-function-alist-telnet)
6256 (tramp-completion-function-alist-su)
6257 (tramp-completion-function-alist-putty): Set `tramp-autoload'
6258 cookie.
6259
6260 * net/tramp-ftp.el:
6261 * net/tramp-sh.el:
6262 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
6263 load "tramp.el" `tramp-set-completion-function'.
6264
6265 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * shell.el: Require and use pcomplete.
6268 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
6269 (shell-completion-vars): Set pcomplete-default-completion-function.
6270
6271 2011-06-04 Deniz Dogan <deniz@dogan.se>
6272
6273 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
6274 `memq' (Bug#8799).
6275
6276 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6277
6278 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
6279
6280 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
6281
6282 * bs.el (bs--mark-unmark, bs--nth-wrapper):
6283 * mpc.el (mpc-select-extend, mpc-songpointer-context):
6284 * vc/log-view.el (log-view-beginning-of-defun):
6285 * vc/smerge-mode.el (smerge-apply-resolution-patch)
6286 (smerge-refine-forward, smerge-refine-chopup-region):
6287 Silence warning for unused `dotimes' counter variables.
6288
6289 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
6290
6291 * net/tramp.el (tramp-with-progress-reporter): Rename from
6292 with-progress-reporter. Use `declare'.
6293 * net/tramp-smb.el:
6294 * net/tramp-sh.el:
6295 * net/tramp-gvfs.el: Update all uses.
6296
6297 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
6298
6299 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
6300 buffer isn't killed before making it current.
6301
6302 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6303
6304 Silence various byte-compiler warnings.
6305 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
6306 `access-type' and new obsolescence format.
6307 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
6308 new format.
6309 (byte-compile-check-variable): New `access-type' argument.
6310 Only warn if the access-type is obsolete.
6311 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
6312 (byte-compile-variable-set): Adjust callers.
6313 * help-fns.el (describe-variable): Adjust to new obsolescence format.
6314 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
6315 setting it as obsolete.
6316 * simple.el (minibuffer-completing-symbol):
6317 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
6318 access as obsolete.
6319 * minibuffer.el (minibuffer-completing-file-name): Don't make it
6320 obsolete yet.
6321 * international/quail.el (quail-mouse-choose-completion): Remove unused
6322 code referring to obsolete var.
6323 (quail-choose-completion-string): Remove.
6324 * server.el (server-clients-with, server-kill-buffer-query-function)
6325 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
6326 * proced.el (proced-send-signal):
6327 * emacs-lisp/lisp.el (lisp-complete-symbol):
6328 Replace completion-annotate-function with completion-extra-properties.
6329
6330 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * simple.el (goto-line): Use read-number.
6333 (overriding-map-is-bound): Remove.
6334 (saved-overriding-map): Change default.
6335 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
6336 Take the map as argument.
6337 (universal-argument, negative-argument, digit-argument): Use it.
6338 (restore-overriding-map): Adjust.
6339 (do-auto-fill): Use fill-forward-paragraph.
6340 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
6341
6342 * minibuffer.el (minibuffer-inactive-mode-map): New var.
6343 (minibuffer-inactive-mode): New major mode.
6344 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
6345 the *Messages* buffer" hack.
6346 (mouse-popup-menubar): Don't burp if the event is a normal key.
6347
6348 Miscellaneous tweaks.
6349 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
6350 lexical scoping as in subr.el's dolist and dotimes.
6351 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
6352 Silence compiler warning.
6353 * thingatpt.el (forward-whitespace): Trivial coding style fix.
6354 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
6355 * international/ccl.el (ccl-compile): Trivial simplification.
6356 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
6357 * emacs-lisp/testcover.el (testcover-end): Remove spurious
6358 `printflag' argument.
6359 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6360 Purecopy the whole obsolescence data.
6361
6362 2011-06-01 Leo Liu <sdl.web@gmail.com>
6363
6364 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
6365 improve doc-string as suggested by Marco Pessotto
6366 <melmothx@gmail.com>.
6367 (rcirc-print): Fix last change.
6368
6369 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * minibuffer.el (complete-with-action): Return nil for the metadata and
6372 boundaries of non-functional tables.
6373 (completion-table-dynamic): Return nil for the metadata.
6374 (completion-table-with-terminator): Add default case, using
6375 complete-with-action.
6376 (completion--metadata): New function.
6377 (completion-all-sorted-completions, minibuffer-completion-help): Use it
6378 to try and avoid pathological performance problems.
6379 (completion--embedded-envvar-table): Return `category' metadata.
6380
6381 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
6382
6383 * subr.el (process-alive-p): New tiny convenience function.
6384
6385 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
6388 content but also its previous major mode.
6389
6390 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
6391
6392 * emacs-lisp/debug.el (debug): Restore the previous content of the
6393 *Backtrace* buffer when we exit with C-M-c.
6394
6395 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
6396
6397 * minibuffer.el: Add metadata method to completion tables.
6398 (completion-category-overrides): New defcustom.
6399 (completion-metadata, completion--field-metadata)
6400 (completion-metadata-get, completion--styles)
6401 (completion--cycle-threshold): New functions.
6402 (completion-try-completion, completion-all-completions):
6403 Add `metadata' argument to choose completion-styles.
6404 (completion--do-completion): Use metadata to choose cycling.
6405 (completion-all-sorted-completions): Use metadata for sorting.
6406 Remove :completion-cycle-penalty which is not needed any more.
6407 (completion--try-word-completion): Add `metadata' argument.
6408 (minibuffer-completion-help): Check metadata for annotation function
6409 and sorting.
6410 (completion-file-name-table): Return `category' metadata.
6411 (minibuffer-completing-file-name): Make obsolete.
6412 * simple.el (minibuffer-completing-symbol): Make obsolete.
6413 * icomplete.el (icomplete-completions): Pass new `metadata' param to
6414 completion-try-completion.
6415
6416 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6417
6418 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
6419
6420 2011-05-30 Leo Liu <sdl.web@gmail.com>
6421
6422 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
6423 (rcirc-print): Decode all incoming messages (bug#8744).
6424 (rcirc-decode-coding-system): Allow value nil for automatic coding
6425 system detection.
6426
6427 2011-06-01 Glenn Morris <rgm@gnu.org>
6428
6429 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
6430
6431 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
6432
6433 * image.el (image-animate-max-time): Allow nil and t values.
6434 Default to nil.
6435 (create-animated-image): Doc fix.
6436 (image-animate-start): Remove second arg; just use
6437 image-animate-max-time.
6438 (image-animate-timeout): Doc fix. Args changed.
6439
6440 * image-mode.el (image-toggle-display-image): Ensure that the
6441 image spec passed to the animate timer is the same object as in
6442 the buffer's display property (Bug#6981).
6443 (image-transform-properties): Doc fix.
6444
6445 * image.el (image-animate-max-time): Default to nil.
6446
6447 2011-05-29 Martin Rudalics <rudalics@gmx.at>
6448
6449 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
6450 entire buffer list (Bug#8184).
6451
6452 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
6453
6454 * image.el (imagemagick-types-inhibit)
6455 (imagemagick-register-types): Doc fix.
6456
6457 2011-05-29 Deniz Dogan <deniz@dogan.se>
6458
6459 * net/rcirc.el (rcirc): Use the user's stored encryption method by
6460 default.
6461
6462 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
6463
6464 * select.el: Don't perform clipboard-manager saving in hooks;
6465 leave the hooks empty.
6466
6467 2011-05-28 Leo Liu <sdl.web@gmail.com>
6468
6469 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
6470 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
6471 (occur-edit-mode): New major mode (Bug#8463).
6472 (occur-after-change-function): New function.
6473 (occur-engine): Give Occur tags a read-only property.
6474
6475 2011-05-28 Kevin Ryde <user42@zip.com.au>
6476
6477 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
6478
6479 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
6480
6481 * bindings.el (help-echo): Make the initial non-indicator dash
6482 empty on graphical terminals (Bug#7295).
6483
6484 * files.el (auto-mode-alist): Move config rule after the
6485 in-stripping one (Bug#8547).
6486
6487 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
6488
6489 * startup.el (normal-splash-screen): Remove gratuitous mode-line
6490 setting (Bug#8740).
6491
6492 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
6493
6494 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
6495 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
6496 (Bug#8539).
6497
6498 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
6499
6500 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
6501
6502 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
6503
6504 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
6505 (hs-hide-block-at-point, hs-find-block-beginning)
6506 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
6507 (Bug#8279).
6508
6509 2011-05-28 Glenn Morris <rgm@gnu.org>
6510
6511 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
6512
6513 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
6514
6515 * help-fns.el (describe-function-1): If the function is a derived
6516 major mode, print the parent mode.
6517
6518 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
6519 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
6520
6521 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * minibuffer.el (completion--capf-wrapper): Check applicability before
6524 returning non-nil for non-exclusive completion data.
6525 * progmodes/etags.el (tags-completion-at-point-function):
6526 * info-look.el (info-lookup-completions-at-point): Mark as
6527 non-exclusive.
6528 (info-complete): Adjust accordingly.
6529
6530 * info-look.el: Convert to lexical-binding and completion-at-point.
6531 (info-lookup-completions-at-point): New function.
6532 (info-complete): Use it and completion-in-region.
6533
6534 2011-05-28 Drew Adams <drew.adams@oracle.com>
6535
6536 * isearch.el: Let M-e start with point at the first mismatched char.
6537 (isearch-fail-pos): New function.
6538 (isearch-edit-string): Use it.
6539
6540 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
6541
6542 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
6543
6544 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
6545
6546 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
6547 traversal functions for avl-trees.
6548 (avl-tree--stack): New struct.
6549 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
6550 (avl-tree-enter): Add optional `updatefun' arg.
6551 (avl-tree--do-enter): Add optional `updatefun' arg.
6552 Change return value.
6553 (avl-tree-delete): Add optional `test' and `nilflag' args.
6554 (avl-tree--do-delete): Add `test' and `nilflag' args.
6555 Change return value.
6556 (avl-tree-member): Add optional `nilflag'
6557 (avl-tree-member-p): New function.
6558 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
6559 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
6560 (avl-tree-stack-empty-p): New functions.
6561
6562 2009-11-23 Toby Cubitt <toby-predictive@dr-qubit.org>
6563
6564 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
6565 avl-tree--del-balance1 and make it work both ways.
6566 (avl-tree--del-balance2): Remove.
6567 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
6568 make it work both ways.
6569 (avl-tree--enter-balance2): Remove.
6570 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
6571 New macros.
6572 (avl-tree--mapc, avl-tree-map): Add direction argument.
6573
6574 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
6575
6576 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
6577
6578 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
6579
6580 * select.el: Support clipboard managers with built-in function
6581 x-clipboard-manager-save, via delete-frame-functions and
6582 kill-emacs-hook.
6583 (xselect-convert-to-targets): Add MULTIPLE target to list.
6584 (xselect-convert-to-save-targets): New function.
6585
6586 2011-05-27 Kenichi Handa <handa@m17n.org>
6587
6588 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
6589 let-binding rfc2047-encode-encoded-words to nil.
6590
6591 2011-05-27 Glenn Morris <rgm@gnu.org>
6592
6593 * mail/emacsbug.el: Don't require url-util.
6594
6595 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
6596
6597 * files.el (set-auto-mode):
6598 Also respect mode: entries at the end of the file. (Bug#8586)
6599
6600 2011-05-26 Glenn Morris <rgm@gnu.org>
6601
6602 * files.el (hack-local-variables-prop-line, hack-local-variables):
6603 Downcase mode names, as seems to be traditional.
6604 (hack-local-variables, hack-local-variables-apply): Doc fixes.
6605
6606 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
6607 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
6608
6609 2011-05-25 Julien Danjou <julien@danjou.info>
6610
6611 * textmodes/rst.el (rst-define-level-faces): Do not define face
6612 symbol if it is already defined.
6613
6614 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6615
6616 * play/5x5.el (5x5-new-game, 5x5-randomize):
6617 Reset 5x5-solver-output to nil when a new grid is cast.
6618 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
6619 these debugging traces, as defmacro breaks the compiled code.
6620
6621 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
6622
6623 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
6624
6625 2011-05-24 Leo Liu <sdl.web@gmail.com>
6626
6627 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
6628 (vc-bzr-sha1): Adapt.
6629
6630 * sha1.el: Remove. Function `sha1' is now builtin.
6631
6632 * bindings.el: Provide sha1 feature.
6633
6634 2011-05-24 Kenichi Handa <handa@m17n.org>
6635
6636 * mail/sendmail.el: Require `rfc2047'.
6637 (mail-insert-from-field): Do not perform RFC2047 encoding.
6638 (mail-encode-header): New function.
6639 (sendmail-send-it): Set buffer-file-coding-system of the work
6640 buffer to the return value of select-message-coding-system.
6641 Call mail-encode-header.
6642
6643 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
6644
6645 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
6646
6647 * mail/supercite.el (sc-default-cite-frame):
6648 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
6649
6650 2011-05-24 Glenn Morris <rgm@gnu.org>
6651
6652 * progmodes/python.el (brm-menu): Declare.
6653
6654 * emulation/viper.el (viper-set-hooks): Declare.
6655
6656 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
6657 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
6658 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
6659 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
6660 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
6661 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
6662
6663 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6664
6665 Add an :exit-function for completion-at-point.
6666
6667 * minibuffer.el (completion--done): New fun.
6668 (completion--do-completion): Use it. New arg `expect-exact'.
6669 (minibuffer-complete, minibuffer-complete-word): Don't output message,
6670 since completion--do-completion does it for us now.
6671 (minibuffer-force-complete): Use completion--done and
6672 completion--replace. Handle sole-completion case with more care.
6673 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
6674 (completion-extra-properties): New var.
6675 (completion-annotate-function): Make obsolete.
6676 (minibuffer-completion-help): Adjust accordingly.
6677 Use completion-list-insert-choice-function.
6678 (completion-at-point, completion-help-at-point):
6679 Bind completion-extra-properties.
6680 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
6681 * simple.el (completion-list-insert-choice-function): New var.
6682 (completion-setup-function): Preserve it.
6683 (choose-completion): Pay attention to it, shuffle the code a bit.
6684 (choose-completion-string): New arg `insert-function'.
6685
6686 * textmodes/bibtex.el: Convert to lexical binding.
6687 (bibtex-mode-map): Use completion-at-point.
6688 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
6689 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
6690 (bibtex-complete): Define as obsolete alias.
6691 (bibtex-complete-internal): Remove.
6692 (bibtex-format-entry): Remove unused sub-group in regexp.
6693 * shell.el (shell--command-completion-data)
6694 (shell-environment-variable-completion):
6695 * pcomplete.el (pcomplete-completions-at-point):
6696 * comint.el (comint--complete-file-name-data): Use :exit-function
6697 instead of completion-table-with-terminator so it also works for
6698 choose-completion.
6699
6700 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6701
6702 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
6703
6704 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
6705 (bug#8710).
6706
6707 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
6708
6709 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
6710
6711 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
6712 customization variable and implement: If non-nil, auto-fill will
6713 be inhibited while on topic's header line.
6714
6715 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
6716
6717 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
6718 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
6719 always have a solution in grid size = 5 cases.
6720 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
6721 (5x5-solver-output, 5x5-log-buffer): New vars.
6722 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
6723 Make these variables buffer local to achieve 5x5 multi-session-ness.
6724 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
6725 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
6726 (5x5-solve-suggest): New funs.
6727 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
6728 randomize a grid so that we ensure that there is always a solution.
6729 (5x5-make-random-grid): Allow other movement than flipping.
6730
6731 2011-05-23 Kevin Ryde <user42@zip.com.au>
6732
6733 * emacs-lisp/advice.el (ad-read-advised-function):
6734 Use `function-called-at-point' as the default default, if it has
6735 advice and passes PREDICATE.
6736
6737 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6738
6739 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
6740 byte-compile-lambda if it's actually a lambda.
6741
6742 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
6743 Fix function quoting. Use backquote better.
6744
6745 2011-05-22 Yuanle Song <sylecn@gmail.com>
6746
6747 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
6748 matching (Bug#8516).
6749
6750 2011-01-22 Jari Aalto <jari.aalto@cante.net>
6751
6752 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
6753 different face (Bug#8178).
6754
6755 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
6756
6757 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
6758 defface (Bug#8144).
6759
6760 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
6761
6762 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
6763 funcall as well (bug#8712). Warn when performing those conversions.
6764 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
6765
6766 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
6767
6768 2011-05-22 Glenn Morris <rgm@gnu.org>
6769
6770 * files.el (hack-local-variables-prop-line): Small simplifications.
6771 (hack-local-variables, hack-local-variables-prop-line):
6772 If MODE-ONLY, return the mode, rather than just `t'.
6773
6774 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
6775
6776 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
6777
6778 2011-05-21 Glenn Morris <rgm@gnu.org>
6779
6780 * files.el (hack-local-variables-prop-line, hack-local-variables):
6781 If only interested in the mode, don't bother doing the other stuff.
6782
6783 * image-mode.el (image-after-revert-hook):
6784 Redraw all frames on which the image is visible. (Bug#8567)
6785
6786 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
6787
6788 * wid-edit.el (widget-checklist-match-inline):
6789 Fix 2011-04-19 change. (Bug#8649)
6790
6791 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
6792
6793 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
6794 Also allow singlespace after single-letter capitals followed by a dot.
6795
6796 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
6797 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
6798
6799 2011-05-20 Nix <nix@esperi.org.uk>
6800
6801 * files.el (basic-save-buffer-2):
6802 Fix handling of break-hardlink-on-save with non-existent files.
6803
6804 2011-05-19 Deniz Dogan <deniz@dogan.se>
6805
6806 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
6807 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
6808
6809 2011-05-19 Glenn Morris <rgm@gnu.org>
6810
6811 * progmodes/f90.el (f90-type-def-re):
6812 Handle "type, bind(c)". (Bug#8691)
6813
6814 * emacs-lisp/autoload.el (batch-update-autoloads):
6815 Set autoload-excludes by parsing loadup.el rather than Makefiles.
6816
6817 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
6818
6819 * net/tramp.el (tramp-process-actions): Set "first-password-request"
6820 property for the correct connection in case of multihops.
6821
6822 2011-05-18 Glenn Morris <rgm@gnu.org>
6823
6824 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
6825 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
6826
6827 Rationalize calendar handling of day and month abbrev-arrays.
6828 * calendar/calendar.el (calendar-customized-p): New function.
6829 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
6830 (calendar-day-name-array, calendar-month-name-array): Doc fix.
6831 Add :set function.
6832 (calendar-abbrev-length, calendar-day-abbrev-array)
6833 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
6834 (calendar-day-abbrev-array, calendar-month-abbrev-array):
6835 Elements may no longer be nil.
6836 (calendar-day-name, calendar-month-name):
6837 Update for changed nature of abbrev arrays.
6838 * calendar/diary-lib.el (diary-name-pattern):
6839 Update for changed nature of abbrev arrays.
6840 (diary-mark-entries-1): Update calendar-make-alist calls.
6841 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
6842 * calendar/cal-html.el (cal-html-day-abbrev-array):
6843 Simply inherit from calendar-day-abbrev-array.
6844
6845 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6846
6847 * progmodes/grep.el (grep-mode): Disable default
6848 compilation-directory-matcher setting (bug#8684).
6849
6850 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
6851
6852 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
6853 instead of "head" and "tail". There were problems with SunOS 5.9,
6854 and it performs better.
6855
6856 2011-05-17 Glenn Morris <rgm@gnu.org>
6857
6858 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
6859
6860 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6861 Replace obsolete function.
6862
6863 * shell.el (pcomplete-parse-arguments-function): Declare.
6864
6865 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
6866 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
6867 (appt-check): Doc fixes.
6868 (appt-disp-window-function, appt-delete-window-function):
6869 Remove needless special case in custom :type.
6870 (appt-display-count): Default to 0, not nil.
6871 (appt-check): Reset appt-display-count to 0, not nil.
6872
6873 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
6874
6875 * progmodes/python.el (python-font-lock-keywords):
6876 Add the Python 3.X keyword "nonlocal" (bug#8639).
6877
6878 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
6879
6880 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
6881
6882 2011-05-16 Kevin Ryde <user42@zip.com.au>
6883
6884 * info-look.el (makefile-automake-mode): New setups, looking in
6885 automake manual, then makefile-mode.
6886 (makefile-mode): Remove automake manual, have it just in
6887 makefile-automake-mode since there's various things different or
6888 not relevant to plain make.
6889 (makefile-mode): Remove "other-modes" non-existent automake-mode,
6890 believe a hypothetical automake-mode would go to makefile-mode,
6891 not the other way around.
6892
6893 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
6894
6895 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
6896 hunk-end tags (Bug#8672).
6897
6898 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
6899 vc-annotate-show-diff-revision-at-line (Bug#8671).
6900
6901 2011-05-14 Glenn Morris <rgm@gnu.org>
6902
6903 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
6904 in the middle of an existing one with multiple authors. (Bug#8645)
6905 (change-log-font-lock-keywords): Also handle multiple author lines
6906 with leading tabs. (Bug#8644)
6907
6908 * calendar/appt.el (appt-check): Rename some local variables.
6909 Some simplification/reordering.
6910
6911 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
6912 (feedmail-sendmail-f-doesnt-sell-me-out)
6913 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6914 (feedmail-debug-sit-for, feedmail-queue-express-hook)
6915 (feedmail-queue-runner-message-sender): Set :version.
6916 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
6917 (bbdb-dwim-net-address, vm-mail): Declare.
6918 (feedmail-binmail-gnulinuxish-template):
6919 Rename from feedmail-binmail-linuxish-template.
6920 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
6921 Use insert-buffer-substring.
6922
6923 2011-05-14 Bill Carpenter <bill@carpenter.org>
6924
6925 * mail/feedmail.el (feedmail-patch-level): Increase.
6926 (feedmail-debug): New custom group.
6927 (feedmail-confirm-outgoing-timeout)
6928 (feedmail-sendmail-f-doesnt-sell-me-out)
6929 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
6930 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
6931 (feedmail-sender-line, feedmail-from-line)
6932 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
6933 (feedmail-spray-this-address)
6934 (feedmail-spray-address-fiddle-plex-list)
6935 (feedmail-queue-use-send-time-for-date)
6936 (feedmail-queue-use-send-time-for-message-id)
6937 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
6938 (feedmail-buffer-eating-function):
6939 Doc fixes.
6940 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
6941 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
6942 (feedmail-message-action-scroll-down): New functions.
6943 (feedmail-queue-directory, feedmail-queue-draft-directory):
6944 Use expand-file-name.
6945 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
6946 Remove C-v help entry.
6947 (feedmail-queue-buffer-file-name): New variable.
6948 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
6949 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
6950 (feedmail-message-action-send-strong, feedmail-message-action-edit)
6951 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
6952 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
6953 (feedmail-message-action-toggle-spray)
6954 (feedmail-run-the-queue-no-prompts)
6955 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
6956 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
6957 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
6958 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
6959 (feedmail-envelope-deducer, feedmail-fiddle-from)
6960 (feedmail-fiddle-sender, feedmail-default-date-generator)
6961 (feedmail-fiddle-date, feedmail-fiddle-message-id)
6962 (feedmail-fiddle-spray-address)
6963 (feedmail-fiddle-list-of-spray-fiddle-plexes)
6964 (feedmail-fiddle-list-of-fiddle-plexes)
6965 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
6966 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
6967 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
6968 Change default. Doc fix.
6969 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
6970 (feedmail-binmail-linuxish-template): New constant.
6971 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
6972 Respect feedmail-sendmail-f-doesnt-sell-me-out.
6973 (feedmail-send-it): Add debug call.
6974 Use feedmail-queue-buffer-file-name, and
6975 feedmail-send-it-immediately-wrapper.
6976 (feedmail-message-action-send): Add debug call.
6977 Use feedmail-send-it-immediately-wrapper.
6978 (feedmail-queue-express-to-queue): Add debug call.
6979 Run feedmail-queue-express-hook.
6980 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
6981 (feedmail-message-action-help-blat):
6982 Rename from feedmail-queue-send-edit-prompt-help-first.
6983 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
6984 Check line-endings. Handle errors better.
6985 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
6986 Doc fix. Add debug call.
6987 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
6988 Use feedmail-queue-send-edit-prompt-inner.
6989 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
6990 (feedmail-queue-send-edit-prompt-inner): New function, extracted
6991 from feedmail-queue-send-edit-prompt.
6992 (feedmail-queue-send-edit-prompt-help)
6993 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
6994 (feedmail-tidy-up-slug): Add debug call.
6995 Respect feedmail-queue-slug-suspect-regexp.
6996 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
6997 (feedmail-dump-message-to-queue): Add debug call.
6998 Expand queue-directory.
6999 (feedmail-dump-message-to-queue): Change message slightly.
7000 Use feedmail-say-chatter.
7001 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
7002 (feedmail-send-it-immediately-wrapper): New function.
7003 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
7004 Insert empty string rather than newline. Handle full-frame case.
7005 Use catch/throw. Use feedmail-say-chatter.
7006 (feedmail-fiddle-from): Try mail-host-address.
7007 (feedmail-default-message-id-generator): Doc fix.
7008 Bind system-time-locale. Handle missing end.
7009 (feedmail-fiddle-x-mailer): Add debug call.
7010 Handle feedmail-x-mailer-line being nil.
7011 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
7012 Add debug call. Use buffer-substring-no-properties.
7013 (feedmail-say-debug, feedmail-say-chatter): New functions.
7014 (feedmail-find-eoh): Give an explicit error.
7015
7016 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
7017
7018 * net/newst-treeview.el (newsticker-treeview-face): Change default
7019 family from helvetica to sans.
7020 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
7021 etc/images/newsticker.
7022
7023 * net/newst-reader.el (newsticker-feed-face): Change default
7024 family from helvetica to sans.
7025
7026 * net/newst-plainview.el (newsticker-new-item-face)
7027 (newsticker-old-item-face, newsticker-immortal-item-face)
7028 (newsticker-obsolete-item-face, newsticker-date-face)
7029 (newsticker-statistics-face): Change default family from
7030 helvetica to sans.
7031 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
7032 etc/images/newsticker.
7033
7034 * net/newst-backend.el (newsticker--do-run-auto-mark-filter),
7035 (newsticker--process-auto-mark-filter-match): : Tell user about
7036 auto-marking.
7037
7038 2011-05-13 Didier Verna <didier@xemacs.org>
7039
7040 Common Lisp indentation improvements on defmethod and lambda-lists.
7041 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
7042 TODO entries.
7043 (lisp-lambda-list-keyword-parameter-indentation)
7044 (lisp-lambda-list-keyword-parameter-alignment)
7045 (lisp-lambda-list-keyword-alignment): New customizable user options.
7046 (lisp-indent-defun-method): Improve docstring.
7047 (extended-loop-p): Fix comment.
7048 (lisp-indent-lambda-list-keywords-regexp): New variable.
7049 (lisp-indent-lambda-list): New function.
7050 (lisp-indent-259): Use it.
7051 (lisp-indent-defmethod): Support for more than one
7052 method qualifier and properly indent methods lambda-lists.
7053 (defgeneric): Provide a missing common-lisp-indent-function property.
7054
7055 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
7056
7057 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
7058 bounds for the empty string (bug#8667).
7059
7060 2011-05-13 Glenn Morris <rgm@gnu.org>
7061
7062 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
7063
7064 * mail/sendmail.el (sendmail-program): Try executable-find first.
7065 (sendmail-send-it): `sendmail-program' cannot be unbound.
7066
7067 * calendar/appt.el (appt-make-list): Simplify.
7068 (appt-time-msg-list): Doc fix.
7069 (appt-check): Change mode-line message at the time of the appointment.
7070
7071 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
7072
7073 * progmodes/ld-script.el (ld-script-keywords)
7074 (ld-script-builtins): Update keywords list.
7075
7076 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7077
7078 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
7079
7080 * shell.el (shell-completion-vars): New function.
7081 (shell-mode):
7082 * simple.el (read-shell-command): Use it.
7083 (blink-matching-open): No need for " [...]" in minibuffer-message.
7084
7085 2011-05-12 Glenn Morris <rgm@gnu.org>
7086
7087 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
7088 (appt-check): Simplify.
7089
7090 2011-05-12 Eli Zaretskii <eliz@gnu.org>
7091
7092 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
7093 literal "/dev/null".
7094
7095 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7096
7097 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
7098 Fix typo.
7099
7100 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
7101
7102 * progmodes/which-func.el (which-function):
7103 Use add-log-current-defun instead of add-log-current-defun-function,
7104 which might not be defined (Bug#8260).
7105
7106 2011-05-12 Glenn Morris <rgm@gnu.org>
7107
7108 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
7109 Let byte-compile-initial-macro-environment always take precedence.
7110
7111 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
7112
7113 * net/rcirc.el: Add support for SSL/TLS connections.
7114 (rcirc-server-alist): New field `encryption'.
7115 (rcirc): Check `encryption' settings.
7116 (rcirc-connect): New arg `encryption'. Use open-network-stream.
7117 Merge make-local-variable into `set'.
7118 (rcirc--connection-open-p): New function.
7119 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
7120 the process is not a network process (e.g. running gnutls-cli).
7121 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
7122 Make rcirc-(en|de)code-coding-system local here.
7123 (rcirc-mode): Merge make-local-variable into `set'.
7124 (rcirc-parent-buffer): Make permanent buffer-local.
7125 (rcirc-multiline-minor-mode): Don't do it here.
7126 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
7127 there's no server buffer.
7128
7129 2011-05-11 Glenn Morris <rgm@gnu.org>
7130
7131 * newcomment.el (comment-kill): Prefix "unused" local.
7132
7133 * term/w32console.el (get-screen-color): Declare.
7134
7135 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7136 Handle symbol elements of byte-compile-initial-macro-environment.
7137
7138 2011-05-10 Leo Liu <sdl.web@gmail.com>
7139
7140 * bookmark.el (bookmark-bmenu-mode-map):
7141 Bind bookmark-bmenu-search to `/'.
7142
7143 * mail/footnote.el: Convert to utf-8 encoding.
7144 (footnote-unicode-string, footnote-unicode-regexp): New variable.
7145 (Footnote-unicode): New function.
7146 (footnote-style-alist): Add unicode style to the list.
7147 (footnote-style): Doc fix.
7148
7149 2011-05-10 Jim Meyering <meyering@redhat.com>
7150
7151 Fix doubled-word typos.
7152 * international/quail.el (quail-insert-kbd-layout): and and -> and
7153 * kermit.el: and and -> and
7154 * net/ldap.el (ldap-search-internal): to to -> to
7155 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
7156 * progmodes/js.el (js-mode): and and -> and
7157 * textmodes/artist.el (artist-move-to-xy): at at -> at
7158 (artist-draw-region-trim-line-endings): if if -> if
7159 And Safetyc -> Safety.
7160 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
7161
7162 2011-05-10 Glenn Morris <rgm@gnu.org>
7163 Stefan Monnier <monnier@iro.umontreal.ca>
7164
7165 * files.el (hack-one-local-variable-eval-safep):
7166 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
7167
7168 2011-05-10 Glenn Morris <rgm@gnu.org>
7169
7170 * calendar/diary-lib.el (diary-list-entries-hook)
7171 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
7172 (diary-nongregorian-marking-hook, diary-list-entries)
7173 (diary-include-other-diary-files, diary-mark-entries)
7174 (diary-mark-included-diary-files): Doc fixes.
7175
7176 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
7177
7178 * misc.el: Require tabulated-list.el during compilation.
7179
7180 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
7181
7182 * progmodes/compile.el (compilation-start):
7183 Run compilation-filter-hook for the async case too.
7184 (compilation-filter-hook): Doc fix.
7185
7186 2011-05-09 Deniz Dogan <deniz@dogan.se>
7187
7188 * wdired.el: Remove outdated installation comment. Fix usage
7189 comment.
7190
7191 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
7192
7193 * misc.el: Implement new command `list-dynamic-libraries'.
7194 (list-dynamic-libraries--loaded-only-p): New variable.
7195 (list-dynamic-libraries--refresh): New function.
7196 (list-dynamic-libraries): New command.
7197
7198 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
7199
7200 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7201 Fix the ant regexp to handle end-line and end-column info from jikes.
7202 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
7203 higher priority to avoid clobbering by gnu.
7204
7205 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
7206
7207 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
7208 if the face has existing theme settings (Bug#8454).
7209
7210 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
7211
7212 * progmodes/perl-mode.el (perl-imenu-generic-expression):
7213 Only match variables declared via `my' or `our' (Bug#8261).
7214
7215 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
7216 special file names `.' and `..' (Bug#8259).
7217
7218 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
7219
7220 * progmodes/grep.el (grep-mode-font-lock-keywords):
7221 Remove buffer-changing entries.
7222 (grep-filter): New function.
7223 (grep-mode): Add it to compilation-filter-hook.
7224
7225 * progmodes/compile.el (compilation-filter-hook)
7226 (compilation-filter-start): New defvars.
7227 (compilation-filter): Call compilation-filter-hook prior to
7228 updating the process mark.
7229
7230 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7231
7232 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
7233
7234 2011-05-07 Eli Zaretskii <eliz@gnu.org>
7235
7236 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
7237 mailclient-send-it even if window-system is nil. (Bug#8595)
7238
7239 * term/w32console.el (terminal-init-w32console):
7240 Call get-screen-color and use its output to set the frame
7241 background-mode. (Bug#8597)
7242
7243 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 Make bytecomp.el understand that defmethod defines funs (bug#8631).
7246 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
7247 New functions.
7248 (defgeneric, eieio--defmethod): Use them.
7249 (eieio-defgeneric): Remove.
7250 (defmethod): Call defgeneric in a way visible to the byte-compiler.
7251
7252 2011-05-07 Glenn Morris <rgm@gnu.org>
7253
7254 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
7255 Use let rather than let*.
7256 (timeclock-find-discrep): Remove unused local.
7257
7258 * calendar/diary-lib.el (diary-comment-start): Doc fix.
7259
7260 * calendar/appt.el (appt-time-msg-list): Doc fix.
7261
7262 2011-05-06 Noah Friedman <friedman@splode.com>
7263
7264 * apropos.el (apropos-print-doc): Only use
7265 emacs-lisp-docstring-fill-column when it is bound to an integer,
7266 per that variable's documentation.
7267
7268 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
7271 and warnings are not silently discarded (e.g. use -d instead of -P).
7272
7273 2011-05-06 Glenn Morris <rgm@gnu.org>
7274
7275 * calendar/appt.el (appt-message-warning-time): Doc fix.
7276 (appt-warning-time-regexp): New option.
7277 (appt-make-list): Respect appt-message-warning-time.
7278
7279 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
7280 New options.
7281 (diary-add-to-list): Strip comments from the displayed string.
7282 (diary-mode): Set comment-start and comment-end.
7283
7284 * vc/diff-mode.el (smerge-refine-subst): Declare.
7285 (diff-refine-hunk): Don't require smerge-mode when compiling.
7286
7287 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
7288
7289 * simple.el (list-processes): Return nil as the docstring says.
7290
7291 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
7292
7293 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
7294 to "".
7295 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7296 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
7297 determining of binary transfer. (Bug#7383)
7298
7299 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
7300
7301 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7302 Fix port computation bug. (Bug#8618)
7303
7304 2011-05-05 Glenn Morris <rgm@gnu.org>
7305
7306 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
7307
7308 * simple.el (shell-dynamic-complete-functions)
7309 (comint-dynamic-complete-functions): Declare.
7310
7311 * net/network-stream.el (gnutls-negotiate):
7312 * simple.el (tabulated-list-print): Fix declarations.
7313
7314 * progmodes/gud.el (syntax-symbol, syntax-point):
7315 Remove unnecessary and incorrect declarations.
7316
7317 * emacs-lisp/check-declare.el (check-declare-scan):
7318 Handle byte-compile-initial-macro-environment in bytecomp.el
7319
7320 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 Fix earlier half-done eieio-defmethod change (bug#8338).
7323 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
7324 Streamline and change calling convention.
7325 (defmethod): Adjust accordingly and simplify.
7326 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
7327 new eieio--defmethod.
7328 (slot-boundp): Minor CSE simplification.
7329
7330 2011-05-05 Milan Zamazal <pdm@zamazal.org>
7331
7332 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
7333 (glasses-make-readable): Use glasses-separate-capital-groups.
7334
7335 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
7336
7337 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
7338 (warning-series): Doc fix.
7339 (display-warning): Don't try to create the buffer if we just found it.
7340
7341 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
7342
7343 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
7344 (autoload-find-generated-file): New function.
7345 (generate-file-autoloads): Bind generated-autoload-file to
7346 buffer-file-name.
7347 (update-file-autoloads, update-directory-autoloads):
7348 Use autoload-find-generated-file. If called interactively, prompt for
7349 output file (Bug#7989).
7350 (batch-update-autoloads): Doc fix.
7351
7352 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
7353
7354 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
7355
7356 2011-05-04 Glenn Morris <rgm@gnu.org>
7357
7358 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
7359 function, so it follows changes in calendar-date-style.
7360 (diary-fancy-date-matcher): New function.
7361 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
7362 (diary-fancy-font-lock-fontify-region-function):
7363 Use diary-fancy-date-pattern as a function.
7364
7365 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
7366 non-numbers for `year' etc pseudo-variables. (Bug#8583)
7367
7368 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
7369
7370 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
7371 instead of positional arguments. Allow :keylist and :crlfiles
7372 arguments.
7373 (open-gnutls-stream): Call it.
7374
7375 * net/network-stream.el (network-stream-open-starttls): Adjust to
7376 call `gnutls-negotiate' with :process and :hostname arguments.
7377
7378 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * minibuffer.el (completion--message): New function.
7381 (completion--do-completion, minibuffer-complete)
7382 (minibuffer-force-complete, minibuffer-complete-word): Use it.
7383 (completion--do-completion): Don't ignore completion-auto-help when in
7384 icomplete-mode.
7385
7386 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
7387 internal encoding (e.g. tibetan zero is not whitespace).
7388 (global-whitespace-mode): Prefer save-current-buffer.
7389 (whitespace-trailing-regexp): Remove useless save-match-data.
7390 (whitespace-empty-at-bob-regexp): Minor simplification.
7391
7392 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
7393
7394 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
7395
7396 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7397
7398 * textmodes/ispell.el (ispell-add-per-file-word-list):
7399 Use `concat' to create string for insertion.
7400
7401 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7402
7403 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
7404 Avoid open-line which runs post-self-insert-hook.
7405 (bibtex-fill-entry): Remove unused `end' var.
7406
7407 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
7408
7409 * textmodes/ispell.el (ispell-add-per-file-word-list):
7410 Protect against `nil' value of `comment-start' (Bug#8579).
7411
7412 2011-05-03 Leo Liu <sdl.web@gmail.com>
7413
7414 * isearch.el (isearch-yank-pop): New command.
7415 (isearch-mode-map): Bind it to `M-y'.
7416 (isearch-forward): Mention it.
7417
7418 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * simple.el (minibuffer-complete-shell-command): Remove.
7421 (minibuffer-local-shell-command-map): Use completion-at-point.
7422 (read-shell-command): Setup completion vars here instead.
7423 (read-expression-map): Bind TAB to symbol completion.
7424
7425 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
7426 error directly rather via storing it into `results'.
7427
7428 2011-05-02 Leo Liu <sdl.web@gmail.com>
7429
7430 * vc/diff.el: Fix description.
7431
7432 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7433
7434 * server.el (server-eval-at): New function.
7435
7436 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7437
7438 * net/network-stream.el (open-network-stream): Take a :nowait
7439 parameter and pass it on to `make-network-process'.
7440 (network-stream-open-plain): Ditto.
7441
7442 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
7443
7444 * faces.el (face-spec-set-match-display): Don't match toolkit
7445 options on terminal frames.
7446
7447 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * progmodes/pascal.el: Use lexical binding.
7450 (pascal-mode-map): Remove author preferences.
7451
7452 * pcomplete.el (pcomplete-std-complete): Don't abuse
7453 completion-at-point.
7454
7455 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
7456
7457 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
7458 removing code that has been dead since 1991 or so.
7459
7460 * startup.el (command-line): When warning about "_emacs", use a
7461 delayed warning to allow the user to filter it out.
7462
7463 2011-04-28 Deniz Dogan <deniz@dogan.se>
7464
7465 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
7466 user has not joined.
7467
7468 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7469
7470 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
7471 aren't any completions at point.
7472
7473 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
7474
7475 * subr.el (display-delayed-warnings): New function.
7476 (delayed-warnings-hook): New variable.
7477
7478 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7479
7480 * minibuffer.el (completion-at-point, completion-help-at-point):
7481 Don't presume that a given completion-at-point-function will always
7482 use the same calling convention.
7483
7484 * pcomplete.el (pcomplete-completions-at-point):
7485 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
7486 pcomplete-seen is non-nil.
7487 (pcomplete-comint-setup): Also recognize the new comint/shell
7488 completion functions.
7489 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
7490 pcomplete-seen is non-nil.
7491
7492 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
7493
7494 * calendar/icalendar.el (diary-lib): Add require statement.
7495 (icalendar--create-uid): Read out a uid from a text-property on
7496 the first character in the entry. This allows for code to add its
7497 own uid to the entry.
7498 (icalendar--convert-float-to-ical): Add export of
7499 `diary-float'-entries save for those with the optional DAY
7500 argument.
7501
7502 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
7503
7504 * subr.el (shell-quote-argument): Use alternate escaping strategy
7505 when we spot a variable reference in a string.
7506
7507 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
7508
7509 * cus-start.el (all): Define customization for debug-on-event.
7510
7511 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
7512
7513 * subr.el (shell-quote-argument): Escape correctly under Windows.
7514
7515 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7516
7517 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
7518
7519 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
7520
7521 * net/tramp.el (tramp-process-actions): Add POS argument.
7522 Delete region between POS and (pos).
7523
7524 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7525 Use `nil' position in `tramp-process-actions' call.
7526 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
7527
7528 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
7529 position in `tramp-process-actions' call.
7530
7531 * net/trampver.el: Update release number.
7532
7533 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7534
7535 * custom.el (defcustom): Obey lexical-binding.
7536
7537 Fix octave-inf completion problems reported by Alexander Klimov.
7538 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
7539 Inherit from octave-mode-syntax-table.
7540 (inferior-octave-mode): Set info-lookup-mode.
7541 (inferior-octave-completion-at-point): New function.
7542 (inferior-octave-complete): Use it and completion-in-region.
7543 (inferior-octave-dynamic-complete-functions): Use it as well, and use
7544 comint-filename-completion.
7545 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
7546 symbol elements which shouldn't be word elements.
7547 (octave-font-lock-keywords, octave-beginning-of-defun)
7548 (octave-function-header-regexp): Adjust regexps accordingly.
7549 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
7550
7551 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
7552
7553 * net/gnutls.el (gnutls-errorp): Declare before first use.
7554
7555 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
7556
7557 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
7558 verify-error, and verify-hostname-error parameters. Check whether
7559 default trustfile exists before going to use it. Add missing
7560 argument to gnutls-message-maybe call. Return return value.
7561 Reported by Claudio Bley <claudio.bley@gmail.com>.
7562 (open-gnutls-stream): Add usage example.
7563
7564 * net/network-stream.el (network-stream-open-starttls): Give host
7565 parameter to `gnutls-negotiate'.
7566 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
7567 * subr.el (shell-quote-argument): Escape correctly under Windows.
7568
7569 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
7570
7571 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
7572 Use correct match group (bug#8438).
7573
7574 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
7575
7576 * emacs-lisp/package.el (package-built-in-p): Fix typo.
7577 (package-menu--generate): New arg specifying packages to show.
7578 (package-menu-refresh, package-menu-execute, list-packages):
7579 Callers changed.
7580 (package-show-package-list): New function, replacing deleted
7581 package--list-packages (renamed because it is non-internal).
7582
7583 * finder.el (finder-list-matches): Use package-show-package-list
7584 instead of deleted package--list-packages.
7585
7586 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
7587 Based on a previous implementation by Juanma Barranquero (Bug#8366).
7588 (vc-annotate-mode-map): Bind it to RET.
7589
7590 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
7591
7592 * progmodes/etags.el (next-file): Don't use set-buffer to change
7593 buffers (Bug#8478).
7594
7595 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
7596
7597 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
7598
7599 * apropos.el (apropos-label-face): Avoid variable-pitch face.
7600 (apropos-accumulator): Doc fix.
7601 (apropos-function, apropos-macro, apropos-command)
7602 (apropos-variable, apropos-face, apropos-group, apropos-widget)
7603 (apropos-plist): Add face property.
7604 (apropos-symbols-internal): Fix indentation.
7605 (apropos-print): Simplify help, and recognize apropos-multi-type.
7606 (apropos-print-doc): Use button-type-get to extract the button's
7607 face property. Fill docstring (Bug#8352).
7608
7609 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
7610
7611 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
7612
7613 * play/mpuz.el (mpuz-silent): Doc fix.
7614 (mpuz-mode-map): Use mapc.
7615 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
7616 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
7617 Fix typos in docstrings.
7618
7619 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
7620 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
7621
7622 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
7623
7624 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
7625
7626 * minibuffer.el (completion--do-completion): Avoid the "Next char
7627 not unique" prompt if icomplete-mode is enabled (Bug#5849).
7628
7629 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
7630 mouse-2 into unread-command-events, it is interpreted correctly.
7631
7632 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
7633 (image-toggle-display): Doc fix.
7634
7635 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
7636
7637 * textmodes/page.el (what-page): Use line-number-at-pos to
7638 calculate line number (Bug#6825).
7639
7640 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
7641
7642 * eshell/esh-mode.el (find-tag-interactive): Declare function.
7643 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
7644 Pass argument NO-DEFAULT to `find-tag-interactive'.
7645
7646 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
7647
7648 Lexical-binding cleanup.
7649
7650 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
7651 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
7652 * progmodes/ada-prj.el (ada-prj-initialize-values)
7653 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
7654 (ada-prj-show-value):
7655 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
7656 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
7657 (antlr-invalidate-context-cache, antlr-options-menu-filter)
7658 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
7659 * progmodes/bug-reference.el (bug-reference-push-button):
7660 * progmodes/fortran.el (fortran-line-length):
7661 * progmodes/glasses.el (glasses-change):
7662 * progmodes/octave-mod.el (octave-fill-paragraph):
7663 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
7664 (python-pdbtrack-grub-for-buffer, python-sentinel):
7665 * progmodes/sql.el (sql-save-connection):
7666 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
7667 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
7668 Mark unused parameters.
7669
7670 * progmodes/compile.el (compilation--flush-directory-cache)
7671 (compilation--flush-parse, compile-internal): Mark unused parameters.
7672 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
7673 (compilation-next-error-function): Remove unused variable `timestamp'.
7674
7675 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
7676 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
7677
7678 * progmodes/dcl-mode.el (dcl-end-of-command):
7679 Remove unused variable `start'.
7680 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
7681 (dcl-option-value-basic, dcl-option-value-offset)
7682 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
7683 Mark unused parameters.
7684 (dcl-save-local-variable): Remove unused variable `val'.
7685 (mode): Declare.
7686
7687 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
7688 Mark unused parameters.
7689 (delphi-ignore-changes): Move before first use.
7690 (delphi-charset-token-at): Remove unused variable `start'.
7691 (delphi-else-start): Remove unused variable `if-count'.
7692 (delphi-comment-block-start, delphi-comment-block-end):
7693 Remove unused variable `kind'.
7694 (delphi-indent-line): Remove unused variable `new-point'.
7695
7696 * progmodes/ebrowse.el (ebrowse-files-list)
7697 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
7698 Mark unused parameters. Don't quote `lambda'.
7699 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
7700 Don't quote `lambda'.
7701 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
7702 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
7703 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
7704 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
7705 Use `ignore-errors'.
7706 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
7707 (ebrowse-view/find-file-and-search-pattern)
7708 (ebrowse-view/find-member-declaration/definition):
7709 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
7710 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
7711 Rename parameter PREFIX-ARG to PREFIX.
7712 (ebrowse-tags-read-name): Remove unused variables `start' and
7713 `member-info'.
7714 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
7715 to `tags-file'.
7716
7717 * progmodes/etags.el (local-find-tag-hook): Declare.
7718 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
7719 Mark unused parameters.
7720
7721 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
7722 (executable-interpret): Mark unused parameter.
7723
7724 * progmodes/flymake.el (flymake-process-sentinel)
7725 (flymake-after-change-function)
7726 (flymake-create-temp-with-folder-structure)
7727 (flymake-get-include-dirs-dot): Mark unused parameters.
7728 (flymake-safe-delete-directory): Remove unused variable `err'.
7729
7730 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
7731 (speedbar-timer-fn, speedbar-line-text)
7732 (speedbar-change-expand-button-char, speedbar-delete-subblock)
7733 (speedbar-center-buffer-smartly): Declare functions.
7734 (gdb-find-watch-expression): Remove unused variable `array'.
7735 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
7736 (gdb-starting): Mark unused parameters.
7737 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
7738 (gdb-table-string): Remove unused variable `res'.
7739 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
7740 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
7741 (gdb-display-buffer): Remove unused variable `cur-size'.
7742
7743 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
7744 allow lexical-binding compilation.
7745 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
7746 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
7747 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
7748 Mark unused parameters.
7749 (gud-gdb-marker-filter): Remove unused variable `match'.
7750 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
7751 lambda expressions and funcall them, instead of using `fset'.
7752
7753 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
7754 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
7755
7756 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
7757 variable `header-beg'; use `let'.
7758
7759 * progmodes/icon.el (indent-icon-exp): Remove unused variables
7760 `restart', `last-sexp' and `at-do'.
7761
7762 * progmodes/js.el (js--debug): Mark unused parameter.
7763 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
7764 (js--splice-into-items): Remove unused variable `item'.
7765 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
7766
7767 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
7768 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
7769 (makefile-complete): Remove unused variable `try'.
7770 (makefile-fill-paragraph, makefile-match-function-end):
7771 Mark unused parameters.
7772
7773 * progmodes/octave-inf.el (inferior-octave-complete):
7774 Remove unused variable `proc'.
7775 (inferior-octave-output-digest): Mark unused parameter.
7776
7777 * progmodes/perl-mode.el (perl-calculate-indent):
7778 Remove unused variable `err'.
7779
7780 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
7781 (prolog-indent-line): Mark unused parameters.
7782 (prolog-indent-line): Remove unused variable `beg'.
7783
7784 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
7785 (reporter-dont-compact-list): Declare.
7786
7787 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
7788 Remove unused variable `char'.
7789 (sh-debug): Mark unused parameter.
7790 (sh-get-indent-info): Remove unused variable `start'.
7791 (sh-calculate-indent): Remove unused variable `var'.
7792
7793 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
7794 (simula-electric-keyword): Remove unused variable `null'.
7795 (simula-search-backward, simula-search-forward): Remove unused
7796 variables `begin' and `end'.
7797
7798 * progmodes/vera-mode.el (vera-guess-basic-syntax):
7799 Remove unused variable `pos'.
7800 (vera-electric-tab, vera-comment-uncomment-region):
7801 Mark unused parameters.
7802 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
7803
7804 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
7805
7806 * emacs-lisp/package.el (package--builtins, package-alist)
7807 (package-load-descriptor, package-built-in-p, package-activate)
7808 (define-package, package-installed-p)
7809 (package-compute-transaction, package-buffer-info)
7810 (package--push): Doc fix. Distinguish more clearly between
7811 version strings and version lists.
7812
7813 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
7814
7815 Lexical-binding cleanup.
7816
7817 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
7818 (5x5-make-mutate-best):
7819 * play/fortune.el (fortune-in-buffer):
7820 * play/gomoku.el (gomoku-init-display):
7821 * play/solitaire.el (solitaire, solitaire-do-check):
7822 * play/tetris.el (tetris-default-update-speed-function):
7823 Mark unused parameters.
7824
7825 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
7826 (bubbles--shift): Remove unused variable `char-org'.
7827 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
7828 (bubbles--show-images): Remove unused variable `char'.
7829
7830 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
7831 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
7832 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
7833 (decipher-analyze-buffer): Use ?\s.
7834 (decipher-make-checkpoint): Remove unused variable `mapping'.
7835
7836 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
7837
7838 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
7839 Remove unused variable `result'; use `let'.
7840
7841 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
7842 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
7843 (gametree-children-shown-p, gametree-compute-reduced-score):
7844 Use `ignore-errors'.
7845
7846 * play/handwrite.el (ps-lpr-switches): Declare.
7847 (handwrite): Remove unused variables `pmin' and `lastp'.
7848
7849 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
7850
7851 * play/landmark.el (landmark-init-display)
7852 (landmark-update-naught-weights): Mark unused parameters.
7853 (landmark-y): Remove unused variable `noise'. Simplify.
7854 (landmark-human-plays): Remove unused variable `score'.
7855
7856 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
7857 (mpuz-try-proposal): Remove unused variable `game'.
7858
7859 * play/zone.el (life-patterns): Declare.
7860
7861 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
7862
7863 * vc/vc.el (ediff-vc-internal): Declare function.
7864
7865 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * shell.el: Use lexical-binding and std completion UI.
7868 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
7869 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
7870 comint-preoutput-filter-functions rather than on
7871 comint-output-filter-functions.
7872 (shell-command-completion, shell--command-completion-data)
7873 (shell-filename-completion, shell-environment-variable-completion)
7874 (shell-c-a-p-replace-by-expanded-directory): New functions.
7875 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
7876 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
7877 (shell-dynamic-complete-environment-variable): Use them.
7878 (shell-dynamic-complete-as-environment-variable)
7879 (shell-dynamic-complete-as-command): Remove.
7880 (shell-match-partial-variable): Match past point.
7881 * comint.el: Clean up use of completion-at-point-functions.
7882 (comint-completion-at-point): New function.
7883 (comint-mode): Use it completion-at-point-functions.
7884 (comint-dynamic-complete): Make it obsolete.
7885 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
7886 (comint-c-a-p-replace-by-expanded-history): New function.
7887 (comint-dynamic-complete-functions)
7888 (comint-replace-by-expanded-history): Use it.
7889 * minibuffer.el (completion-table-with-terminator): Allow dynamic
7890 termination strings. Try harder to avoid second try-completion.
7891 (completion-in-region-mode-map): Disable bindings that don't work yet.
7892
7893 * comint.el: Use lexical-binding. Require CL.
7894 (comint-dynamic-complete-functions): Use comint-filename-completion.
7895 (comint-completion-addsuffix): Tweak custom type.
7896 (comint-filename-completion, comint--common-suffix)
7897 (comint--common-quoted-suffix, comint--table-subvert)
7898 (comint--complete-file-name-data): New functions.
7899 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
7900 (comint-dynamic-list-filename-completions): Use them.
7901 (comint-dynamic-simple-complete): Make obsolete.
7902
7903 * minibuffer.el (completion-in-region-mode):
7904 Keep completion-in-region-mode--predicate global.
7905 (completion-in-region--postch):
7906 Assume completion-in-region-mode--predicate is not null.
7907
7908 * progmodes/flymake.el (flymake-start-syntax-check-process):
7909 Obey `dir'. Simplify.
7910
7911 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
7912 we're in VC after all.
7913
7914 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
7915
7916 * vc/vc.el (vc-diff-build-argument-list-internal)
7917 (vc-version-ediff, vc-ediff): New commands.
7918 (vc-version-diff): Use vc-diff-build-argument-list-internal.
7919
7920 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7921
7922 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
7923 add sanity check.
7924
7925 * obsolete/erc-hecomplete.el: Make obsolete.
7926 * obsolete/: Standardize obsolescence info in the header.
7927
7928 2011-04-20 Glenn Morris <rgm@gnu.org>
7929
7930 * calendar/solar.el (solar-horizontal-coordinates):
7931 Use the longitude argument rather than `calendar-longitude'.
7932 (solar-date-next-longitude): Remove unused locals.
7933
7934 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7935
7936 * whitespace.el: New version 13.2.1.
7937
7938 2011-04-20 felix <EmacsWiki> (tiny change)
7939
7940 * whitespace.el (global-whitespace-mode): Keep highlight when
7941 switching between major modes on a file.
7942
7943 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
7946 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
7947 multi-line comments as well.
7948
7949 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
7950
7951 Lexical-binding cleanup.
7952
7953 * arc-mode.el (archive-mode-revert):
7954 * cmuscheme.el (scheme-interactively-start-process):
7955 * custom.el (custom-initialize-delay):
7956 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
7957 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
7958 * emacs-lock.el (emacs-lock-clear-sentinel):
7959 * ezimage.el (defezimage):
7960 * follow.el (follow-avoid-tail-recenter):
7961 * fringe.el (set-fringe-mode-1):
7962 * generic-x.el (bat-generic-mode-compile):
7963 * help-mode.el (help-info-variable, help-do-xref)
7964 (help-mode-revert-buffer):
7965 * help.el (view-emacs-todo):
7966 * iswitchb.el (iswitchb-completion-help):
7967 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
7968 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
7969 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
7970 * locate.el (locate-update):
7971 * longlines.el (longlines-encode-region)
7972 (longlines-after-change-function):
7973 * outline.el (outline-isearch-open-invisible):
7974 * ps-def.el (declare-function, charset-dimension, char-width)
7975 (encode-char):
7976 * ps-mule.el (ps-mule-plot-string):
7977 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
7978 (recentf-edit-list-select, recentf-edit-list-validate)
7979 (recentf-open-files-action):
7980 * rect.el (delete-whitespace-rectangle-line)
7981 (rectangle-number-line-callback):
7982 * register.el (window-configuration-to-register)
7983 (frame-configuration-to-register):
7984 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
7985 * select.el (xselect-convert-to-string, xselect-convert-to-length)
7986 (xselect-convert-to-targets, xselect-convert-to-delete)
7987 (xselect-convert-to-filename, xselect-convert-to-charpos)
7988 (xselect-convert-to-lineno, xselect-convert-to-colno)
7989 (xselect-convert-to-os, xselect-convert-to-host)
7990 (xselect-convert-to-user, xselect-convert-to-class)
7991 (xselect-convert-to-name, xselect-convert-to-integer)
7992 (xselect-convert-to-atom, xselect-convert-to-identity):
7993 * subr.el (declare, ignore, process-kill-without-query)
7994 (text-clone-maintain):
7995 * terminal.el (te-get-char, te-tic-sentinel):
7996 * tool-bar.el (tool-bar-make-keymap):
7997 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
7998 * type-break.el (type-break-mode, type-break-noninteractive-query):
7999 * view.el (View-back-to-mark):
8000 * wid-browse.el (widget-browse-action, widget-browse-widget)
8001 (widget-browse-widgets, widget-browse-sexp):
8002 * widget.el (define-widget-keywords):
8003 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
8004 Mark unused parameters.
8005
8006 * align.el (align-adjust-col-for-rule): Mark unused parameter.
8007 (align-areas): Remove unused variable `look'.
8008 (align-region): Remove unused variables `real-end' and `pos-list'.
8009
8010 * apropos.el (apropos-score-doc): Remove unused variable `i'.
8011
8012 * bindings.el (mode-line-modified, mode-line-remote):
8013 Mark unused parameters.
8014 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
8015
8016 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
8017 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
8018
8019 * comint.el (comint-history-isearch-pop-state)
8020 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
8021 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
8022 (comint-substitute-in-file-name): Doc fix.
8023
8024 * completion.el (cmpl-statistics-block): Mark unused parameter.
8025 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
8026 (save-completions-to-file, load-completions-from-file):
8027 Remove unused local variable `e'.
8028
8029 * composite.el (compose-chars): Remove unused variable `len'.
8030 (lgstring-insert-glyph): Remove unused variable `g'.
8031 (compose-glyph-string): Remove unused variables `ascent',
8032 `descent', `lbearing' and `rbearing'.
8033 (compose-glyph-string-relative): Remove unused variables
8034 `lbearing', `rbearing' and `wadjust'.
8035 (compose-gstring-for-graphic): Remove unused variables `header',
8036 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
8037 (compose-gstring-for-terminal): Remove unused variables `header'
8038 and `nchars'. Use `let', not `let*'.
8039
8040 * cus-edit.el (Custom-set, Custom-save, custom-reset)
8041 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
8042 (Custom-buffer-done, custom-buffer-create-internal)
8043 (custom-browse-visibility-action, custom-browse-group-tag-action)
8044 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
8045 (widget-magic-mouse-down-action, custom-toggle-parent)
8046 (custom-add-parent-links, custom-toggle-hide-variable)
8047 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
8048 (custom-toggle-hide-face, face, hook, custom-group-link-action)
8049 (custom-face-menu-create, custom-variable-menu-create, get)
8050 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
8051 (custom-reset-standard-save-and-update): Remove unused variable `value'.
8052 (customize-apropos): Remove unused variable `tests'.
8053 (custom-group-value-create): Remove unused variable `hidden-p'.
8054 (sort-fold-case): Declare.
8055
8056 * cus-theme.el (custom-reset-standard-faces-list)
8057 (custom-reset-standard-variables-list): Declare.
8058 (customize-create-theme, custom-theme-revert, custom-theme-write)
8059 (custom-theme-choose-mode, customize-themes, custom-theme-save):
8060 Mark unused parameters.
8061
8062 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
8063
8064 * delim-col.el (delimit-columns-max): Move defvar before first use.
8065
8066 * descr-text.el (describe-char-categories): Don't quote `lambda'.
8067 (describe-char): Don't quote `lambda'. Mark unused parameter.
8068
8069 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
8070 (auto-insert): Declare.
8071 (desktop-restore-file-buffer): Rename desktop-* parameters;
8072 mark unused ones.
8073 (desktop-create-buffer): Rename desktop-* parameters and bind them.
8074 (desktop-buffer): Rename desktop-* parameters.
8075
8076 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8077 (dframe-reposition-frame-xemacs, dframe-help-echo)
8078 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
8079 Mark unused parameters.
8080
8081 * dired-aux.el (backup-extract-version-start, overwrite-query)
8082 (overwrite-backup-query, rename-regexp-query)
8083 (rename-non-directory-query): Declare.
8084 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
8085 (dired-add-entry): Remove unused variable `orig-file-name'.
8086 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
8087 Use parameter PRESERVE-TIME instead of accessing dynamic variable
8088 `dired-copy-preserve-time' directly.
8089 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
8090 (dired-insert-subdir-newpos): Rename unused variable `pos'.
8091
8092 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
8093 (dired-virtual-revert, dired-make-relative-symlink):
8094 Mark unused parameters.
8095 (manual-program): Declare.
8096 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
8097 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
8098 wrapped in `with-no-warnings' to avoid replacing one warning by another.
8099
8100 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
8101
8102 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
8103
8104 * echistory.el (electric-history-in-progress, Helper-return-blurb):
8105 Declare.
8106
8107 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
8108
8109 * electric.el (Electric-command-loop): Rename parameter
8110 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
8111
8112 * expand.el (expand-in-literal): Remove unused variable `here'.
8113
8114 * facemenu.el (facemenu-add-new-color):
8115 Remove unused variable `docstring'.
8116
8117 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
8118 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
8119 (face-attr-construct): Mark unused parameter. Doc fix.
8120 (read-color): Remove unused variable `hex-string'.
8121
8122 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
8123 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
8124 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
8125 (display-buffer-other-frame): Remove unused variable `old-window'.
8126 (kill-buffer-hook): Declare.
8127 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
8128 Mark unused parameters.
8129 (after-find-file): Pass 1 to `auto-save-mode', not t.
8130
8131 * files-x.el (auto-insert): Declare.
8132 (modify-file-local-variable-prop-line): Remove unused variable `val'.
8133
8134 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
8135 variable `buf'. Mark unused parameter.
8136 (find-lisp-insert-directory): Mark unused parameter.
8137
8138 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
8139 (format-encode-region): Remove unused variables `cur-buf' and `result'.
8140 (format-common-tail): Remove, unused.
8141 (format-deannotate-region): Remove unused variable `loc'.
8142 (format-annotate-region): Remove unused variable `p'.
8143 (format-annotate-single-property-change): Remove unused variables
8144 `default' and `tail'.
8145
8146 * forms.el (read-file-filter): Declare.
8147 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
8148
8149 * frame.el (frame-creation-function-alist): Mark unused parameter.
8150 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
8151
8152 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
8153 Remove unused parameters.
8154 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
8155 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
8156
8157 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
8158 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
8159 (hfy-prepare-tag-map): Mark unused parameters.
8160 (htmlfontify-buffer): Use `called-interactively-p'.
8161
8162 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
8163 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
8164 (ibuffer-do-occur): Mark unused parameters.
8165 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
8166 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
8167
8168 * ibuffer.el: Don't quote `lambda'.
8169 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
8170 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
8171 Mark unused parameters.
8172
8173 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
8174 (ido-completing-read): Mark unused parameters.
8175 (ido-copy-current-word): Mark unused parameters;
8176 remove unused variable `name'.
8177 (ido-sort-merged-list): Remove unused parameter `dirs'.
8178
8179 * ielm.el (ielm-input-sender): Mark unused parameter.
8180 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
8181 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
8182 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
8183 `ielm-string' as a dynamic variable accessible from the IELM prompt.
8184 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
8185
8186 * image-dired.el (image-dired-display-thumbs): Remove unused
8187 variables `curr-file' and `count'.
8188 (image-dired-remove-tag): Remove unused variable `start'.
8189 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
8190 variable `curr-file'
8191 (image-dired-rotate-original): Remove unused variable `temp-file'.
8192 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
8193 Remove unused variable `file'.
8194 (image-dired-gallery-generate): Remove unused variable `curr'.
8195 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
8196
8197 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
8198
8199 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
8200
8201 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
8202
8203 * isearch.el (minibuffer-history-symbol): Declare.
8204 (isearch-edit-string): Remove unused variable `err'.
8205 (isearch-message-prefix, isearch-message-suffix):
8206 Mark unused parameters.
8207
8208 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
8209
8210 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
8211
8212 * makesum.el (double-column): Remove unused variable `cnt'.
8213
8214 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
8215 (ido-ignore-item-temp-list): Declare.
8216
8217 * mouse-drag.el (mouse-drag-throw): Remove unused variables
8218 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
8219 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
8220 (mouse-drag-drag): Remove unused variables `mouse-delta' and
8221 `mouse-col-delta'.
8222
8223 * mouse-sel.el (mouse-extend-internal):
8224 Remove unused variable `orig-window-frame'.
8225
8226 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
8227 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
8228 Move declarations before first use.
8229 (pcomplete-opt): Mark unused parameters; doc fix.
8230
8231 * proced.el (proced-revert): Mark unused parameter.
8232 (proced-send-signal): Remove unused variable `err'.
8233
8234 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
8235 Rename parameter PREFIX-ARG to ARG.
8236 (ps-basic-plot-string, ps-basic-plot-whitespace):
8237 Mark unused parameters.
8238
8239 * replace.el (replace-count): Define.
8240 (occur-revert-function): Mark unused parameters.
8241 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
8242 (isearch-case-fold-search, isearch-string): Declare.
8243 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
8244 bind `case-fold-search'. Remove unused variables `beg' and `end',
8245 and simplify.
8246 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
8247 COUNT and bind `replace-count'.
8248 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
8249 to COUNT.
8250
8251 * savehist.el (print-readably, print-string-length): Declare.
8252
8253 * shadowfile.el (shadow-expand-cluster-in-file-name):
8254 Remove unused variable `cluster'.
8255 (shadow-copy-file): Remove unused variable `i'.
8256 (shadow-noquery, shadow-clusters, shadow-site-cluster)
8257 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
8258 (shadow-define-literal-group, shadow-define-regexp-group)
8259 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
8260
8261 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
8262 (shell): Use `called-interactively-p'.
8263 (shell-directory-tracker): Remove unused variable `chdir-failure'.
8264
8265 * simple.el (compilation-context-lines, comint-file-name-quote-list)
8266 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
8267 (delete-backward-char): Remove unused variable `ocol'.
8268 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
8269 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
8270 (event-apply-hyper-modifier, event-apply-shift-modifier)
8271 (event-apply-control-modifier, event-apply-meta-modifier):
8272 Mark unused parameters.
8273 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
8274 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
8275
8276 * speedbar.el (speedbar-ignored-directory-expressions)
8277 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
8278 (speedbar-find-file, speedbar-dir-follow)
8279 (speedbar-directory-buttons-follow, speedbar-tag-find)
8280 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
8281 (speedbar-buffers-line-directory, speedbar-buffer-click):
8282 Mark unused parameters.
8283 (speedbar-tag-file): Remove unused variable `mode'.
8284 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
8285
8286 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
8287
8288 * talk.el (talk): Remove unused variable `display'.
8289
8290 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
8291 (tar-write-region-annotate): Mark unused parameter.
8292
8293 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
8294 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
8295 Declare them, wrapped in `with-no-warnings' to avoid replacing one
8296 warning by another.
8297
8298 * time-stamp.el (time-stamp-string-preprocess):
8299 Remove unused variable `require-padding'.
8300
8301 * tree-widget.el (widget-glyph-enable): Declare.
8302 (tree-widget-action): Mark unused parameter.
8303
8304 * w32-fns.el (x-get-selection): Mark unused parameter.
8305 (autoload-make-program, generated-autoload-file): Declare.
8306
8307 * wdired.el (wdired-revert): Mark unused parameters.
8308 (wdired-xcase-word): Remove unused variable `err'.
8309
8310 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
8311 (whitespace-help-scroll): Remove unused variable `data-help'.
8312
8313 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
8314 (widget-image-insert, widget-after-change, default)
8315 (widget-default-format-handler, widget-default-notify)
8316 (widget-default-prompt-value, widget-info-link-action)
8317 (widget-url-link-action, widget-function-link-action)
8318 (widget-variable-link-action, widget-file-link-action)
8319 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
8320 (widget-field-prompt-internal, widget-field-action, widget-field-match)
8321 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
8322 (widget-insert-button-action, widget-delete-button-action, visibility)
8323 (widget-documentation-link-action, widget-documentation-string-action)
8324 (widget-const-prompt-value, widget-regexp-match, symbol)
8325 (widget-coding-system-prompt-value)
8326 (widget-key-sequence-value-to-external, sexp)
8327 (widget-sexp-value-to-internal, character, vector, cons)
8328 (widget-choice-prompt-value, widget-boolean-prompt-value)
8329 (widget-color--choose-action): Mark unused parameters.
8330 (widget-item-match-inline, widget-choice-match-inline)
8331 (widget-checklist-match, widget-checklist-match-inline)
8332 (widget-group-match): Rename parameter VALUES to VALS.
8333 (widget-field-value-set): Remove unused variable `size'.
8334 (widget-color-action): Remove unused variables `value' and `start'.
8335
8336 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
8337 variable `dir'. Doc fix.
8338 (windmove-find-other-window): Don't pass it.
8339
8340 * window.el (count-windows): Mark unused parameter.
8341 (bw-adjust-window): Remove unused variable `err'.
8342
8343 * woman.el (woman-file-name): Remove unused variable `default'.
8344 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
8345 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
8346 (global-font-lock-mode): Declare.
8347 (woman-decode-region): Mark unused parameter.
8348 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
8349
8350 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
8351 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
8352 (x-dnd-handle-moz-url): Remove unused variable `title'.
8353 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
8354
8355 * xml.el (xml-parse-tag, xml-parse-attlist):
8356 Remove unused variable `pos'.
8357
8358 2011-04-19 Glenn Morris <rgm@gnu.org>
8359
8360 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
8361 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8362 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8363 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
8364 * calendar/cal-html.el (cal-html-insert-minical):
8365 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
8366 (calendar-mark-date-pattern):
8367 Prefix "unused" locals.
8368
8369 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
8370 optional argument `style'.
8371
8372 * calendar/appt.el (appt-make-list):
8373 * calendar/cal-china.el (calendar-chinese-date-string):
8374 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
8375 (diary-hebrew-yahrzeit):
8376 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
8377 * calendar/calendar.el (calendar-generate-window):
8378 * calendar/time-date.el (time-to-days):
8379 Remove unused local variables.
8380
8381 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
8382
8383 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
8384 glyphless-char-display table.
8385 (tabulated-list-glyphless-char-display): New var.
8386
8387 2011-04-18 Sam Steingold <sds@gnu.org>
8388
8389 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
8390 to acknowledgments.
8391
8392 2011-04-17 Glenn Morris <rgm@gnu.org>
8393
8394 * calendar/diary-lib.el (diary-sexp-entry):
8395 * calendar/holidays.el (holiday-sexp):
8396 Set debug-on-error rather than the removed stack-trace-on-error.
8397
8398 2011-04-16 Glenn Morris <rgm@gnu.org>
8399
8400 * progmodes/f90.el: Use lexical-binding.
8401 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
8402
8403 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8404
8405 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
8406 (mail-mode): Setup mailalias completion here instead.
8407 * mail/mailalias.el: Use lexical-binding.
8408 (pattern, mailalias-done): Declare dynamic.
8409 (mail-completion-at-point-function): New function, from mail-complete.
8410 (mail-complete): Use it.
8411 (mail-completion-expand): New function.
8412 (mail-get-names): Use it.
8413 (mail-directory, mail-directory-process, mail-directory-stream):
8414 Don't use `pattern' for lexically bound arg.
8415
8416 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
8417
8418 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
8419 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
8420 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
8421
8422 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
8423 (byte-save-window-excursion, byte-temp-output-buffer-setup)
8424 (byte-interactive-p): Define them again, for use when inlining
8425 old code.
8426
8427 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
8428
8429 * loadup.el: Use `string-to-number', not `string-to-int'.
8430
8431 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8432
8433 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
8434 gud-gdb-complete-command.
8435 (gud-gdb-completions): New function, from gud-gdb-complete-command.
8436 (gud-gdb-completion-at-point): New function.
8437 (gud-gdb-completions): Remove.
8438
8439 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
8440
8441 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
8442 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
8443 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
8444 whether `executable-find' is bound.
8445
8446 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
8447
8448 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * minibuffer.el (completion-in-region-mode-predicate)
8451 (completion-in-region-mode--predicate): New vars.
8452 (completion-in-region, completion-in-region--postch)
8453 (completion-in-region-mode): Use them.
8454 (completion--capf-wrapper): Also return the hook function.
8455 (completion-at-point, completion-help-at-point):
8456 Adjust and provide a predicate.
8457
8458 Preserve arg names for advice of subr and lexical functions (bug#8457).
8459 * help-fns.el (help-function-arglist): Consolidate the subr and
8460 new-byte-code cases. Add argument `preserve-names' to extract names
8461 from the docstring when needed.
8462 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
8463 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
8464 (ad-arglist): Use help-function-arglist's new arg.
8465 (ad-definition-type): Use cond.
8466
8467 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
8468
8469 * autorevert.el (auto-revert-handler):
8470 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
8471 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
8472 Don't quote lambda.
8473
8474 * image-mode.el (image-transform-set-scale):
8475 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
8476
8477 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
8478
8479 * net/network-stream.el (network-stream-open-starttls): Only do
8480 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
8481 Upgrades via gnutls-cli are too slow to be done opportunistically.
8482
8483 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
8484
8485 * dframe.el (dframe-current-frame): Remove spurious quote.
8486
8487 2011-04-12 Glenn Morris <rgm@gnu.org>
8488
8489 * calendar/cal-tex.el (cal-tex-end-document):
8490 Try to automatically use latin1 input if needed.
8491
8492 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
8493 Don't try to cons a mark onto an empty element.
8494
8495 2011-04-11 Leo Liu <sdl.web@gmail.com>
8496
8497 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
8498 buffers.
8499 (ido-kill-buffer-at-head): Support killing virtual buffers.
8500
8501 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
8502
8503 * minibuffer.el (completion-show-inline-help): New var.
8504 (completion--do-completion, minibuffer-complete)
8505 (minibuffer-force-complete, minibuffer-complete-word):
8506 Inhibit minibuffer messages if completion-show-inline-help is nil.
8507
8508 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
8509 to avoid interference from inline help (Bug#5849).
8510
8511 2011-04-10 Leo Liu <sdl.web@gmail.com>
8512
8513 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
8514 Fix typo.
8515
8516 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
8517
8518 * image-mode.el (image-toggle-display-image): Signal an error if
8519 not in Image mode.
8520 (image-transform-mode, image-transform-resize)
8521 (image-transform-set-rotation): Doc fix.
8522 (image-transform-set-resize): Delete.
8523 (image-transform-set-scale, image-transform-fit-to-height)
8524 (image-transform-fit-to-width): Handle image-toggle-display-image
8525 and image-transform-resize directly.
8526
8527 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
8528
8529 * doc-view.el (doc-view-fit-width-to-window)
8530 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
8531 New functions for fitting the shown image to the Emacs window size.
8532 (doc-view-mode-map): Add bindings for the new functions.
8533
8534 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
8535
8536 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
8537 Fix typo in docstring.
8538
8539 2011-04-08 Eli Zaretskii <eliz@gnu.org>
8540
8541 * files.el (file-size-human-readable): Produce one digit after
8542 decimal, like "ls -lh" does.
8543
8544 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
8545 the file size representation.
8546
8547 * simple.el (list-processes): If async subprocesses are not
8548 available, error out with a clear error message.
8549
8550 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
8551
8552 * help.el (help-form-show): New function, to be called from C.
8553 Put help-form output in a buffer named differently than *Help*.
8554
8555 2011-04-08 Eli Zaretskii <eliz@gnu.org>
8556
8557 * files.el (file-size-human-readable): New function.
8558
8559 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
8560 computing the representation inline. Don't require `cl'.
8561
8562 2011-04-08 Glenn Morris <rgm@gnu.org>
8563
8564 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
8565
8566 * net/browse-url.el (browse-url-firefox):
8567 Test system-type, not system-configuration.
8568
8569 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
8570 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
8571 Use log-edit-empty-buffer-p. (Bug#7598)
8572
8573 * net/rlogin.el (rlogin-process-connection-type): Simplify.
8574 (rlogin-mode-map): Initialize in the defvar.
8575 (rlogin): Use ignore-errors.
8576
8577 * replace.el (occur-mode-map): Some fixes for menu items.
8578
8579 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
8580
8581 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
8582
8583 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
8584
8585 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
8586 issuing unused warnings.
8587
8588 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
8589 macro directly.
8590
8591 * simple.el: Lisp reimplement of list-processes. Based on an
8592 earlier reimplementation by Leo Liu, but using tabulated-list.el.
8593 (process-menu-mode): New major mode.
8594 (list-processes--refresh, list-processes):
8595 (process-menu-visit-buffer): New functions.
8596
8597 * files.el (save-buffers-kill-emacs): Don't assume any return
8598 value of list-processes, which is undocumented anyway.
8599
8600 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
8601
8602 * emacs-lisp/tabulated-list.el: New file.
8603
8604 * emacs-lisp/package.el: Use Tabulated List mode.
8605 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
8606 (package-menu-mode): Derive from tabulated-list-mode. Set up the
8607 table format using Tabulated List mode variables.
8608 (package--push): New macro, replacing package-list-maybe-add.
8609 (package-menu--generate): Use package--push. Renamed from
8610 package--generate-package-list.
8611 (package-menu-refresh, list-packages): Use it.
8612 (package-menu--print-info): Rename from package-print-package.
8613 Return insertion data instead of inserting it directly.
8614 (package-menu-describe-package, package-menu-execute):
8615 Use tabulated-list-get-id.
8616 (package-menu-mark-delete, package-menu-mark-install)
8617 (package-menu-mark-unmark, package-menu-backup-unmark)
8618 (package-menu-mark-obsolete-for-deletion):
8619 Use tabulated-list-put-tag.
8620 (package--list-packages, package-menu-revert)
8621 (package-menu-get-package, package-menu-get-version)
8622 (package-menu-sort-by-column): Functions deleted.
8623 (package-menu-package-list, package-menu-sort-key): Vars deleted.
8624 (package-menu--status-predicate, package-menu--version-predicate)
8625 (package-menu--name-predicate)
8626 (package-menu--description-predicate): Handle arguments in the
8627 Tabulated List format.
8628 (package-list-packages-no-fetch): Call list-packages.
8629
8630 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
8631
8632 * files.el (after-find-file-from-revert-buffer): Remove variable.
8633 (after-find-file): Don't bind it.
8634 (revert-buffer-in-progress-p): New variable.
8635 (revert-buffer): Bind it.
8636 Pass nil for `after-find-file-from-revert-buffer'.
8637
8638 * saveplace.el (save-place-find-file-hook): Use new variable
8639 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
8640
8641 2011-04-06 Glenn Morris <rgm@gnu.org>
8642
8643 * Makefile.in (AUTOGEN_VCS): New variable.
8644 (autoloads): Use $AUTOGEN_VCS.
8645
8646 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
8647 * calendar/calendar.el (calendar-mode-map):
8648 Check for toolkit scroll bars. (Bug#8305)
8649
8650 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
8651
8652 * minibuffer.el (completion-in-region--postch)
8653 (completion-in-region-mode): Remove unnecessary messages.
8654
8655 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
8656
8657 * font-lock.el (font-lock-refresh-defaults):
8658 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
8659 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
8660
8661 * info.el (Info-directory-list, Info-read-node-name-2)
8662 (Info-split-parameter-string): Doc fixes.
8663 (Info-virtual-nodes): Reflow docstring.
8664 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
8665 (Info-apropos-toc-nodes, info-finder, Info-get-token)
8666 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
8667 Fix typos in docstrings.
8668 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
8669 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
8670 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
8671 (Info-restore-desktop-buffer): Mark unused parameters.
8672 (Info-directory-find-file, Info-directory-find-node)
8673 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
8674 (Info-virtual-index-find-node, Info-apropos-find-file)
8675 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
8676 Mark unused parameters; fix typos in docstrings.
8677 (Info-virtual-index): Remove unused local variable `nodename'.
8678
8679 2011-04-05 Deniz Dogan <deniz@dogan.se>
8680
8681 * net/rcirc.el: Update my e-mail address.
8682 (rcirc-mode-map): Remove M-o binding.
8683
8684 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
8685
8686 * startup.el (command-line): Save the cursor's theme-face
8687 directly, instead of using face-override-spec.
8688
8689 * custom.el (load-theme): Minor optimization in assigning faces.
8690
8691 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
8692
8693 * help-fns.el (describe-variable): Complete all variables having
8694 documentation, including keywords.
8695 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
8696
8697 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
8698
8699 Convert to lexical-binding.
8700
8701 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
8702 (bs--get-marked-string, bs--get-modified-string)
8703 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
8704 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
8705 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
8706
8707 * ehelp.el (electric-help-execute-extended)
8708 (electric-help-ctrl-x-prefix):
8709 * hexl.el (hexl-revert-buffer-function):
8710 * linum.el (linum-after-change, linum-after-scroll):
8711 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
8712
8713 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
8714
8715 2011-04-04 Daiki Ueno <ueno@unixuser.org>
8716
8717 * epa-dired.el:
8718 * epa-mail.el:
8719 * epa-hook.el:
8720 * epa-file.el:
8721 * epa.el:
8722 * epg.el: Use lexical binding.
8723
8724 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
8725
8726 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
8727
8728 * textmodes/flyspell.el (flyspell-word): Recognize default
8729 dictionary case for flyspell-mark-duplications-exceptions.
8730 Use regexp matching for languages.
8731 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
8732 default dictionary (Bug#7926).
8733
8734 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
8735
8736 * emacs-lisp/package.el (package--with-work-buffer):
8737 Recognize https URLs.
8738
8739 * net/network-stream.el: Move from gnus/proto-stream.el.
8740 Change prefix to network-stream throughout.
8741 (open-protocol-stream): Merge into open-network-stream, leaving
8742 open-protocol-stream as an alias. Handle nil BUFFER args.
8743
8744 * subr.el (open-network-stream): Move to net/network-stream.el.
8745
8746 2011-04-02 Glenn Morris <rgm@gnu.org>
8747
8748 * find-dired.el (find-exec-terminator): New option.
8749 (find-ls-option): Test for -ls support.
8750 (find-ls-subdir-switches): Test for -b in find-ls-option.
8751 (find-dired, find-grep-dired): Doc fixes.
8752 (find-dired): Use find-exec-terminator.
8753
8754 * find-dired.el (find-ls-option, find-ls-subdir-switches)
8755 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
8756 (find-name-arg): Remove purecopy.
8757
8758 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
8759 (grep-compute-defaults): Check for `-exec COMMAND +' support.
8760 Set grep-find-use-xargs, grep-find-command, and grep-find-template
8761 accordingly. Don't add the null-device if not needed.
8762
8763 * files.el (save-some-buffers): Doc fix.
8764
8765 2011-04-02 Eli Zaretskii <eliz@gnu.org>
8766
8767 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
8768
8769 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
8770
8771 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
8772 Use `dolist' rather than `mapcar'.
8773
8774 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 Add lexical binding.
8777
8778 * subr.el (apply-partially): Use new closures rather than CL.
8779 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
8780 (dolist, dotimes): Use slightly different expansion for lexical code.
8781 (functionp): Move to C.
8782 (letrec): New macro.
8783 (with-wrapper-hook): Use it and apply-partially instead of CL.
8784 (eval-after-load): Preserve lexical-binding.
8785 (save-window-excursion, with-output-to-temp-buffer): Turn them
8786 into macros.
8787
8788 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
8789
8790 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
8791 than the arglist.
8792 (help-add-fundoc-usage): Don't add `Not documented'.
8793 (help-function-arglist): Handle closures, subroutines, and new
8794 byte-code-functions.
8795 (help-make-usage): Remove leading underscores.
8796 (describe-function-1): Handle closures.
8797 (describe-variable): Use special-variable-p for completion.
8798
8799 * files.el (lexical-binding): Declare safe.
8800
8801 * emacs-lisp/pcase.el: Don't use destructuring-bind.
8802 (pcase--memoize): Rename from pcase-memoize. Change weakness.
8803 (pcase): Add `let' pattern.
8804 Change memoization so it actually works.
8805 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
8806 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
8807 <let>: New case.
8808
8809 * emacs-lisp/macroexp.el: Use lexical binding.
8810 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
8811 Don't convert ' to #' without checking that it's indeed quoting
8812 a lambda.
8813
8814 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
8815 Use eval-sexp-add-defvars.
8816 (eval-sexp-add-defvars): New fun.
8817
8818 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
8819
8820 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
8821 Don't autoload.
8822 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
8823 than the internal `byte-compile-lambda'.
8824 (defmethod): Don't hide code under quotes.
8825 (eieio-defmethod): New `code' argument.
8826
8827 * emacs-lisp/eieio-comp.el: Remove.
8828
8829 * emacs-lisp/edebug.el (edebug-eval-defun)
8830 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
8831 (edebug-toggle): Avoid `eval'.
8832
8833 * emacs-lisp/disass.el (disassemble-internal): Handle new
8834 `closure' objects.
8835 (disassemble-1): Handle new byte codes.
8836
8837 * emacs-lisp/cl.el (pushnew): Silence warning.
8838
8839 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
8840 (cl-byte-compile-throw): Remove.
8841 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
8842
8843 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
8844 closures.
8845
8846 * emacs-lisp/cconv.el: New file.
8847
8848 * emacs-lisp/bytecomp.el: Use lexical binding instead of
8849 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
8850 (byte-compile-initial-macro-environment):
8851 Handle declare-function here.
8852 (byte-compile--lexical-environment): New var.
8853 (byte-stack-ref, byte-stack-set, byte-discardN)
8854 (byte-discardN-preserve-tos): New lap codes.
8855 (byte-interactive-p): Don't use any more.
8856 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
8857 New macros.
8858 (byte-compile-lapcode): Use them and handle new lap codes.
8859 (byte-compile-obsolete): Remove.
8860 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
8861 (byte-compile-arglist-warn): Check late def of inlinable funs.
8862 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
8863 since they should have been expanded by now.
8864 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
8865 (byte-compile-from-buffer): Remove unused second arg.
8866 (byte-compile-preprocess): New function.
8867 (byte-compile-toplevel-file-form): New function to distinguish
8868 file-form calls from outside from file-form calls from hunk-handlers.
8869 (byte-compile-file-form): Simplify.
8870 (byte-compile-file-form-defsubst): Remove.
8871 (byte-compile-file-form-defmumble): Simplify now that
8872 byte-compile-lambda always returns a byte-code-function.
8873 (byte-compile): Preprocess.
8874 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
8875 Remove, not used any more.
8876 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
8877 (byte-compile-make-args-desc): New funs.
8878 (byte-compile-lambda): Handle lexical functions. Always return
8879 a byte-code-function.
8880 (byte-compile-reserved-constants): New var, to make up room for
8881 closed-over variables.
8882 (byte-compile-constants-vector): Obey it.
8883 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
8884 (byte-compile-macroexpand-declare-function): New function.
8885 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
8886 byte-code-functions.
8887 (byte-compile-form): Check obsolescence here.
8888 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
8889 (byte-compile-variable-ref): Remove.
8890 (byte-compile-dynamic-variable-op): New fun.
8891 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
8892 (byte-compile-variable-set): New funs.
8893 (byte-compile-discard): Add 2 args.
8894 (byte-compile-stack-ref, byte-compile-stack-set)
8895 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
8896 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
8897 macroexpand-all instead.
8898 (byte-compile-quote-form): Remove.
8899 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
8900 (byte-compile-bind, byte-compile-unbind): New funs.
8901 (byte-compile-let): Handle let* and lexical binding.
8902 (byte-compile-let*): Remove.
8903 (byte-compile-catch, byte-compile-unwind-protect)
8904 (byte-compile-track-mouse, byte-compile-condition-case):
8905 Handle a new :fun-body form, used for lexical scoping.
8906 (byte-compile-save-window-excursion)
8907 (byte-compile-with-output-to-temp-buffer): Remove.
8908 (byte-compile-defun): Simplify.
8909 (byte-compile-stack-adjustment): New fun.
8910 (byte-compile-out): Use it.
8911 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
8912
8913 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
8914 handler any more.
8915
8916 * emacs-lisp/byte-opt.el: Use lexical binding.
8917 (byte-inline-lapcode): Remove (to bytecomp).
8918 (byte-compile-inline-expand): Pay attention to inlining to/from
8919 lexically bound code.
8920 (byte-compile-unfold-lambda): Don't handle byte-code-functions
8921 any more.
8922 (byte-optimize-form-code-walker): Don't handle save-window-excursion
8923 any more and don't call compiler-macros.
8924 (byte-compile-splice-in-already-compiled-code): Remove.
8925 (byte-code): Don't inline any more.
8926 (disassemble-offset): Receive `bytes' as argument rather than via
8927 dynamic scoping.
8928 (byte-compile-tag-number): Declare before first use.
8929 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
8930 `return' even if make-spliceable.
8931 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
8932 obsolete interactive-p.
8933 (byte-optimize-lapcode): Optimize new lap-codes.
8934 Don't trip up on new form of `byte-constant' lap code.
8935
8936 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
8937
8938 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
8939
8940 * custom.el (custom-initialize-default, custom-declare-variable):
8941 Use `defvar'.
8942
8943 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
8944 New variables.
8945 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
8946 (COMPILE_FIRST): Add macroexp and cconv.
8947 * makefile.w32-in: Mirror changes in Makefile.in.
8948
8949 * vc/cvs-status.el:
8950 * vc/diff-mode.el:
8951 * vc/log-edit.el:
8952 * vc/log-view.el:
8953 * vc/smerge-mode.el:
8954 * textmodes/bibtex-style.el:
8955 * textmodes/css.el:
8956 * startup.el:
8957 * uniquify.el:
8958 * minibuffer.el:
8959 * newcomment.el:
8960 * reveal.el:
8961 * server.el:
8962 * mpc.el:
8963 * emacs-lisp/smie.el:
8964 * doc-view.el:
8965 * dired.el:
8966 * abbrev.el: Use lexical binding.
8967
8968 2011-04-01 Eli Zaretskii <eliz@gnu.org>
8969
8970 * info.el (info-display-manual): New function.
8971
8972 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
8975
8976 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
8977
8978 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
8979 an entry for that server in rcirc-authinfo. (Bug#8385)
8980
8981 2011-03-31 Glenn Morris <rgm@gnu.org>
8982
8983 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
8984
8985 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
8986
8987 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
8988
8989 * progmodes/python.el (python-default-interpreter)
8990 (python-python-command-args, python-jython-command-args)
8991 (python-which-shell, python-which-args, python-which-bufname)
8992 (python-file-queue, python-comint-output-filter-function)
8993 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
8994 variables and functions.
8995
8996 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8997
8998 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
8999 (completion-in-region-mode): New minor mode.
9000 (completion-in-region): Use it.
9001 (completion-in-region--data, completion-in-region-mode-map): New vars.
9002 (completion-in-region--postch): New function.
9003 (completion--capf-misbehave-funs, completion--capf-safe-funs):
9004 New vars.
9005 (completion--capf-wrapper): New function.
9006 (completion-at-point): Use it to track well-behavedness of
9007 hook functions.
9008 (completion-help-at-point): New command.
9009
9010 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
9011
9012 * vc/add-log.el (add-change-log-entry): Don't use whitespace
9013 syntax class to search for whitespace on a single line
9014 (Message-ID: <4D938140.4030905@redhat.com>).
9015
9016 2011-03-30 Leo Liu <sdl.web@gmail.com>
9017
9018 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
9019 New commands.
9020 (edit-abbrevs-map): Bind them here.
9021 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
9022
9023 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
9024
9025 * allout.el (allout-hide-by-annotation, allout-flag-region):
9026 Reduce possibility of overlay leakage by making them volatile.
9027
9028 * allout-widgets.el (allout-widgets-tally): Define as nil so the
9029 hash is not shared between buffers. Mode initialization is
9030 responsible for giving it a useful starting value.
9031 (allout-item-span): Reduce possibility of overlay leakage by
9032 making them volatile.
9033 (allout-widgets-count-buttons-in-region): Add diagnostic function
9034 for tracking down button overlay leaks.
9035
9036 2011-03-29 Leo Liu <sdl.web@gmail.com>
9037
9038 * ido.el (ido-read-internal): Use the default history var
9039 minibuffer-history if no HISTORY is specified.
9040
9041 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
9042
9043 * net/imap.el (imap-shell-open, imap-process-connection-type):
9044 Use imap-process-connection-type for 'shell' streams as well as
9045 Kerberos, SSL, other subprocesses.
9046
9047 2011-03-28 Leo Liu <sdl.web@gmail.com>
9048
9049 * abbrev.el (abbrev-table-empty-p): New function.
9050 (prepare-abbrev-list-buffer): Place empty abbrev tables after
9051 nonempty ones. (Bug#5937)
9052
9053 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
9054
9055 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
9056
9057 2011-03-27 Leo Liu <sdl.web@gmail.com>
9058
9059 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
9060 for foreground and background colors.
9061 (ansi-color-make-color-map): Adapt.
9062
9063 2011-03-25 Leo Liu <sdl.web@gmail.com>
9064
9065 * midnight.el (midnight-time-float): Remove. Note it calculates
9066 the microsecond component incorrectly and seconds-to-time does the
9067 same job.
9068 Remove redundant (require 'timer).
9069
9070 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
9071 (ido-completions): Remove unused arguments. (Bug#8329)
9072
9073 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9074
9075 * minibuffer.el (completion--flush-all-sorted-completions):
9076 Remove itself from hook.
9077 (completion-at-point): Let the functions perform the completion
9078 immediately and return nil or t.
9079 * comint.el (comint-dynamic-complete-functions): Now identical to
9080 completion-at-point-functions.
9081 (comint-dynamic-list-input-ring): Remove unused var `index'.
9082 (comint--match-partial-filename, comint--unquote&expand-filename):
9083 New funs, split from comint-match-partial-filename.
9084 (comint-dynamic-complete): Use completion-at-point.
9085 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
9086
9087 2011-03-24 Drew Adams <drew.adams@oracle.com>
9088
9089 * thingatpt.el: Support `defun'.
9090
9091 2011-03-23 Leo Liu <sdl.web@gmail.com>
9092
9093 * abbrevlist.el: Move to obsolete/abbrevlist.el.
9094
9095 * help-mode.el (help-mode-finish): Tweak regexp.
9096
9097 2011-03-23 Glenn Morris <rgm@gnu.org>
9098
9099 * eshell/esh-opt.el (eshell-eval-using-options):
9100 Do not bind unused local variable `eshell-option-stub'.
9101
9102 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
9103
9104 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
9105
9106 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
9107 keymap variable in `with-no-warnings' to avoid a warning when the
9108 keymap has been already `defconst'ed.
9109
9110 2011-03-22 Leo Liu <sdl.web@gmail.com>
9111
9112 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
9113 encode all chars in abbrevs; otherwise use emacs-mule or
9114 utf-8-emacs. (Bug#8308)
9115
9116 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
9117
9118 * simple.el (backward-delete-char-untabify):
9119 Avoid warning about using `delete-backward-char'.
9120
9121 * image.el (image-type-file-name-regexps): Make it variable.
9122 `imagemagick-register-types' modifies it, and the user may want
9123 to add new extensions for known image types.
9124 (imagemagick-register-types): Throw error if not using ImageMagick.
9125
9126 2011-03-22 Leo Liu <sdl.web@gmail.com>
9127
9128 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
9129 located before rcirc-prompt-end-marker.
9130 (rcirc-complete): Error if point is not after rcirc prompt.
9131 Handle the case when table is nil.
9132 (rcirc-user-authenticated): Define to fix compiler warning.
9133
9134 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
9135
9136 * custom.el (custom--inhibit-theme-enable): Make it affect only
9137 custom-theme-set-variables and custom-theme-set-faces.
9138 (provide-theme): Ignore custom--inhibit-theme-enable.
9139 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
9140 (custom-enabling-themes): Delete variable.
9141 (enable-theme): Accept only loaded themes as arguments.
9142 Ignore the special custom-enabled-themes variable.
9143 (custom-enabled-themes): Forbid themes from setting this.
9144 Eliminate use of custom-enabling-themes.
9145 (custom-push-theme): Quote "changed" custom var entry.
9146
9147 2011-03-21 Leo Liu <sdl.web@gmail.com>
9148
9149 * ido.el (ido-read-internal): Add ido-selected to history instead
9150 of user input.
9151
9152 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * subr.el (deferred-action-list, deferred-action-function):
9155 Mark obsolete.
9156
9157 2011-03-21 Leo Liu <sdl.web@gmail.com>
9158
9159 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
9160 change on 2011-02-13 (bug#8309).
9161
9162 * minibuffer.el (read-file-name-function): Change default value.
9163 (read-file-name--defaults): Rename from read-file-name-defaults.
9164 (read-file-name-default): Rename from read-file-name.
9165 (read-file-name): Call read-file-name-function.
9166
9167 2011-03-21 Glenn Morris <rgm@gnu.org>
9168
9169 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
9170 Doc fixes.
9171
9172 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
9173
9174 * cus-theme.el: Add missing provide statement.
9175 (customize-create-theme): Extract theme value correctly.
9176 (custom-theme-visit-theme): Autoload.
9177 (customize-create-theme): Prompt before inserting default faces.
9178
9179 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9180
9181 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9182 units and musical notes.
9183
9184 2011-03-20 Leo <sdl.web@gmail.com>
9185
9186 * ido.el (ido-read-internal): Use completing-read-default.
9187 (ido-completing-read): Fix compatibility with completing-read.
9188
9189 2011-03-20 Christian Ohler <ohler@gnu.org>
9190
9191 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
9192 (ert-delete-all-tests): Use `called-interactively-p' rather than
9193 `interactive-p'.
9194 (ert--make-xrefs-region): Respect END.
9195
9196 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
9197
9198 * dired-aux.el (dired-create-directory): Signal an error if the
9199 directory already exists (Bug#8246).
9200
9201 * facemenu.el (list-colors-display): Call list-faces-display
9202 inside with-help-window.
9203 (list-colors-print): Use display property to align the final
9204 column, instead of checking window-width.
9205
9206 2011-03-19 Eli Zaretskii <eliz@gnu.org>
9207
9208 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
9209 windows-nt systems.
9210 (emerge-protect-metachars): Quote correctly for ms-dos and
9211 windows-nt systems.
9212
9213 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
9214
9215 * info.el (info-initialize): Replace all uses of `:' with
9216 path-separator for compatibility with non-Unix systems.
9217 Cache quoting of path-separator. (Bug#8258)
9218
9219 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
9220
9221 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
9222 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
9223 (mouse-avoidance-mode): Fix typos in docstrings.
9224
9225 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
9226
9227 * startup.el (package-subdirectory-regexp): Move from package.el.
9228 Omit \\` and \\', and let callers add them.
9229
9230 * emacs-lisp/package.el (package-strip-version)
9231 (package-load-all-descriptors): Add \\` and \\' to
9232 package-subdirectory-regexp before using it.
9233 (package-untar-buffer): New arg DIR; ensure that file untars only
9234 into this expected directory. Remove superfluous delete-region.
9235 (package-unpack): Caller changed.
9236 (package-tar-file-info): Use package-subdirectory-regexp.
9237
9238 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9239
9240 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
9241 diff-mode-shared-map (bug#8284).
9242 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
9243
9244 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9245
9246 * calendar/time-date.el (format-seconds): Use assoc instead of
9247 assoc-string, since assoc-string doesn't exist in XEmacs.
9248
9249 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
9250
9251 * custom.el (custom-known-themes): Reflow docstring.
9252 (custom-theme-load-path): Fix typo in docstring.
9253 (load-theme): Fix typo in error message.
9254 (custom-available-themes, custom-variable-theme-value):
9255 Use `let', not `let*'.
9256
9257 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9258
9259 * calc/README: Mention inclusion of musical notes.
9260
9261 * calc/calc-units.el (calc-lu-quant): Rename from
9262 `calc-logunits-quantity'.
9263 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
9264 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
9265 (calc-db): Rename from `calc-dblevel'.
9266 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
9267 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
9268 (calc-np): Rename from `calc-nplevel'.
9269 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
9270 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
9271 (calc-lu-plus): Rename from `calc-logunits-add'.
9272 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
9273 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
9274 (calc-lu-minus): Rename from `calc-logunits-sub'.
9275 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
9276 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
9277 (calc-lu-times): Rename from `calc-logunits-mul'.
9278 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
9279 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
9280 (calc-lu-divide): Rename from `calc-logunits-div'.
9281 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
9282 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
9283
9284 * calc/calc-ext.el (calc-init-extensions): Update the names of the
9285 functions being autoloaded.
9286
9287 * calc/calc.el (calc-lu-power-reference): Rename from
9288 `calc-logunits-power-reference'.
9289 (calc-lu-field-reference): Rename from
9290 `calc-logunits-field-reference'.
9291
9292 * calc/calc-help (calc-l-prefix-help): Mention musical note functions.
9293
9294 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * minibuffer.el (completion-all-sorted-completions):
9297 Use :completion-cycle-penalty text property if present.
9298
9299 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
9300
9301 * allout.el (allout-yank-processing): Adjust for new rebulleting
9302 regime so bullet being yanked is used without prompting the user
9303 for a choice.
9304
9305 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
9306
9307 * startup.el (command-line): Warn the user that _emacs is deprecated.
9308
9309 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
9310
9311 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
9312 (delphi-verbose, delphi-comment-face, delphi-string-face)
9313 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
9314 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
9315 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
9316 (delphi-new-comment-line, delphi-font-lock-defaults)
9317 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
9318 Fix typos in docstrings.
9319
9320 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
9321
9322 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
9323 Invert the roles of character and string values for INSTEAD, so a
9324 string is used for the more common case of a defaulting prompt.
9325
9326 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9327
9328 * progmodes/ruby-mode.el (ruby-backward-sexp):
9329 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
9330 * play/gamegrid.el (gamegrid-make-face):
9331 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
9332 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
9333 * notifications.el (notifications-notify):
9334 * net/xesam.el (xesam-search-engines):
9335 * net/quickurl.el (quickurl-list-insert):
9336 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
9337
9338 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
9339
9340 * startup.el (command-line): Update package subdirectory regexp.
9341
9342 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9343
9344 * allout.el (allout-abbreviate-flattened-numbering)
9345 (allout-mode-deactivate-hook): Fix up obsolescence "date".
9346
9347 * subr.el (read-char-choice): Only show the cursor after the prompt,
9348 not after the answer.
9349
9350 2011-03-15 Kevin Ryde <user42@zip.com.au>
9351
9352 * help-fns.el (variable-at-point): Skip leading quotes, if any
9353 (bug#8253).
9354
9355 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9356
9357 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
9358 warning message.
9359
9360 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
9361
9362 * shell.el (shell): When called interactively, offer to change the
9363 shell file name on remote hosts.
9364
9365 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
9366
9367 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
9368 integration for LDAP parameters. The host, base, user or binddn,
9369 and secret tokens can be specified in a netrc file, for instance.
9370 This is optional because an `auth-source' parameter must be
9371 specified in the search attributes.
9372
9373 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
9374
9375 * help.el (describe-mode): Link to the mode's definition (bug#8185).
9376
9377 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9378
9379 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
9380 into declaration. Remove redundant and harmful binding.
9381
9382 2011-03-12 Eli Zaretskii <eliz@gnu.org>
9383
9384 * files.el (file-ownership-preserved-p): Pass `integer' as an
9385 explicit 2nd argument to `file-attributes'. If the file's owner
9386 is the Administrators group on Windows, and the current user is
9387 Administrator, consider that a match.
9388
9389 * server.el (server-ensure-safe-dir): Consider server directory
9390 safe on MS-Windows if its owner is the Administrators group while
9391 the current Emacs user is Administrator. Use `=' to compare
9392 numerical UIDs, since they could be integers or floats.
9393
9394 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
9395
9396 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
9397
9398 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
9399
9400 Sync with Tramp 2.2.1.
9401
9402 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
9403
9404 * net/trampver.el: Update release number.
9405
9406 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9407
9408 * progmodes/compile.el (compilation--previous-directory): Fix up
9409 various nil/dead-marker mismatches (bug#8014).
9410 (compilation-directory-properties, compilation-error-properties):
9411 Don't call it at a position past the one we're about to change.
9412
9413 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
9414 Disable obsolescence warnings in the file that declares it.
9415
9416 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
9417
9418 * allout-widgets.el (allout-widgets-tally):
9419 Initialize allout-widgets-tally as a hash table rather than nil to
9420 prevent mode-line redisplay warnings. Also, clarify the module
9421 description and fix a comment typo.
9422
9423 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
9424
9425 * help-fns.el (describe-variable): Don't complete keywords.
9426 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
9427
9428 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
9429
9430 * emacs-lisp/package.el (package-version-join): Impose a standard
9431 string representation for pre/alpha/beta version lists.
9432 (package-unpack-single): Standardize the directory name by passing
9433 it through package-version-join.
9434 (package-strip-rcs-id): Accept any version string that does not
9435 signal an error in version-to-list.
9436
9437 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
9438
9439 * simple.el (delete-trailing-whitespace): Return nil for the
9440 benefit of `write-file-functions'.
9441
9442 2011-03-10 Glenn Morris <rgm@gnu.org>
9443
9444 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
9445
9446 * vc/vc-git.el (vc-git-program): New option.
9447 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
9448 (vc-git--call): Use it.
9449
9450 * eshell/esh-util.el (eshell-condition-case): Doc fix.
9451
9452 * cus-edit.el (Custom-newline): If no button at point, look
9453 for a subgroup button at start-of-line. (Bug#2298)
9454
9455 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
9456
9457 2011-03-10 Julien Danjou <julien@danjou.info>
9458
9459 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
9460 `cursor-type' is nil.
9461
9462 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
9463
9464 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
9465
9466 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
9467
9468 * allout.el Summary: Change so yank of distinctive-bullet items
9469 preserves the existing header prefix, rebulleting it if necessary,
9470 rather than replacing it. This is necessary for proper operation
9471 of cooperative addons like allout-widgets.
9472 (allout-make-topic-prefix, allout-rebullet-heading): Change
9473 SOLICIT arg to INSTEAD, and interpret additionally a string value
9474 as alternate bullet to be used, instead of prompting the user for
9475 a bullet character.
9476
9477 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
9478
9479 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
9480 Do not use `tramp-file-name-port', because this returns also
9481 `tramp-default-port'.
9482
9483 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9484
9485 * net/rcirc.el (rcirc-handler-001): Remove useless
9486 with-rcirc-process-buffer.
9487 (rcirc-check-auth-status): Swap arguments to string-match.
9488
9489 2011-03-09 Glenn Morris <rgm@gnu.org>
9490
9491 * shell.el (shell-mode):
9492 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
9493
9494 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
9495 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
9496
9497 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
9498
9499 * emacs-lisp/package.el (package-refresh-contents)
9500 (package-menu-execute): Use condition-case-no-debug.
9501
9502 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
9503
9504 * simple.el (shell-command-to-string): Use `process-file'.
9505
9506 * emacs-lisp/package.el (package-tar-file-info): Handle also
9507 remote files.
9508
9509 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9510 Use `equal' for upload base check.
9511
9512 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
9513
9514 * textmodes/texinfo.el (texinfo-environments):
9515 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
9516
9517 2011-03-08 Glenn Morris <rgm@gnu.org>
9518
9519 * cus-start.el (cursor-in-non-selected-windows):
9520 Fix :set quoting oddness. (Bug#8192)
9521
9522 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
9523 in some setf expressions. (Bug#2159)
9524
9525 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
9526
9527 * custom.el (custom-available-themes): Return themes in
9528 alphabetical order.
9529
9530 See ChangeLog.15 for earlier changes.
9531
9532 ;; Local Variables:
9533 ;; coding: utf-8
9534 ;; End:
9535
9536 Copyright (C) 2011 Free Software Foundation, Inc.
9537
9538 This file is part of GNU Emacs.
9539
9540 GNU Emacs is free software: you can redistribute it and/or modify
9541 it under the terms of the GNU General Public License as published by
9542 the Free Software Foundation, either version 3 of the License, or
9543 (at your option) any later version.
9544
9545 GNU Emacs is distributed in the hope that it will be useful,
9546 but WITHOUT ANY WARRANTY; without even the implied warranty of
9547 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9548 GNU General Public License for more details.
9549
9550 You should have received a copy of the GNU General Public License
9551 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.